@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド 京のかたな 匠のわざと雅のこころ
scope : 刀剣ワールド 京のかたな 匠のわざと雅のこころ

memo：

last modify : 2021/01/19 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正

2020/08/17 TCI福岡_sakaguchi 共通tableクラスの導入

========================================================== */

.desc {
  margin: 20px auto 48px;
  max-width: 830px;
  text-align: justify;
}
#sword,
#overview,
#access {
  margin: 0 auto 30px;
  max-width: 95%;
}

#overview,
#access {
  margin: 0 auto 60px;
}

span.holiday {
  color: #e31769;
}
span.sat {
  color: #3889dc;
}
.small {
  font-size: 0.9em;
  display: inline-block;
}

.event_end {
  padding: 15px;
  background: #f8e9e7;
  border: #c92121 solid 2px;
  width: 50%;
  min-width: 260px;
  text-align: center;
  color: #c92121;
  font-weight: 600;
  margin: 20px auto;
  font-size: 18px;
  border-radius: 8px;
}

/*============================ Anchor links ============================*/
ul.ul_museum_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #a17624 url(../image/bg-menu.png) repeat;
  font-size: 0;
  margin: 0 auto 34px;
  max-width: 91%;
  background-size: 16%;
}
ul.ul_museum_anchor li {
  display: block;
  font-size: 0;
  height: 58px;
  position: relative;
  text-align: center;
}
ul.ul_museum_anchor li:before {
  background: #ffffff;
  content: "";
  height: 58px;
  position: absolute;
  right: 0;
  width: 1px;
}
ul.ul_museum_anchor li a {
  display: table;
  height: inherit;
  position: relative;
  width: 100%;
}
ul.ul_museum_anchor li a:before {
  background: url(../image/ico_arrow_triangle_anchor.png) no-repeat;
  background-size: 16px 9px;
  content: "";
  height: 9px;
  margin-top: -5px;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 16px;
}
ul.ul_museum_anchor li a span {
  color: #FFFFFF;
  display: table-cell;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  vertical-align: middle;
}
ul.ul_museum_anchor li:nth-child(1) {
  width: 44%;
}
ul.ul_museum_anchor li:nth-child(2) {
  width: 26%;
}
ul.ul_museum_anchor li:nth-child(3) {
  width: 30%;
}
ul.ul_museum_anchor li:nth-child(1) a span {
  background: url(../image/ico_sword.png) no-repeat left 25px center;
}
ul.ul_museum_anchor li:nth-child(2) a span {
  background: url(../image/ico_overview.png) no-repeat left 34px center;
}
ul.ul_museum_anchor li:nth-child(3):before {
  content: none;
}
ul.ul_museum_anchor li:nth-child(3) a span {
  background: url(../image/ico_access.png) no-repeat left 34px center;
}
/*============================= End Anchor links ============================*/


.bx__intro {
  background: url(../image/bkg03.png);
  border: 3px solid #b28e5f;
  margin: 50px auto 40px;
  max-width: 590px;
  padding: 3px;
  position: relative;
}
.bx__intro__inner {
  border: 1px solid #b28e5f;
  padding: 40px 0 10px;
}
.bx__h3 {
  background: url(../image/bg_h3.png) center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  max-height: 41px;
  padding: 11px;
  left: 50%;
  margin-left: -140px;
  position: absolute;
  top: -20px;
  width: 281px;
}
.bx__h3 span {
  position: relative;
  padding: 0 33px;
  display: inline-block;
}
.bx__h3 >span::after,
.bx__h3 >span::before {
  background: url(../image/ico_01.png) no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.bx__h3 >span::after {
  left: auto;
  right: 0;
}
.bx__intro ul {
  text-align: center;
  margin-left: 75px;
  width: 80%;
}
.bx__intro ul:after {
  clear: both;
  content: '';
  display: block;
}
.bx__intro ul li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25px;
  padding: 0 33px 0 0;
  margin-bottom: 10px;
}
.bx__intro ul li {
  width: 48%;
  text-align: left;
  padding: 0;
}
.bx__intro ul li.label05 {
  border-top: 1px solid #b28e5f;
  margin-top: 6px;
  padding-top: 16px;
  width: 446px;
}
.bx__intro ul li.label05 span {
  display: block;
  margin-top: 8px;
  font-size: 0.9em;
}
.bx__intro ul li img {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.cl_red,
.cl_grey,
.cl_brown,
.cl_redlight {
  background: url('../image/label03.png') center repeat;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
  padding: 3px 12px;
  font-size: 16px;
}
.cl_grey {
  background: url('../image/label01.png') center repeat;
}
.cl_brown {
  background: url('../image/label02.png') center repeat;
}
.cl_redlight {
  background: url('../image/label04.png') center repeat;
}

.right {
  font-size: 15px;
  text-align: right;
  margin-bottom: 10px;
  max-width: 98%;
  padding-left: 1em;
  text-indent: -1em;
}

#sword .katana_topic {
  margin-top: 30px;
}
#sword .katana_topic ul.katana_list {
  width: 96%;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  -js-display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
#sword .katana_topic ul.katana_list li {
  width: 47.5%;
  border: #BEA656 solid 4px;
  margin: 0 0 36px 0;
}
#sword .katana_topic ul.katana_list li img {
  margin: 20px 0;
}

#sword .katana_topic ul.katana_list li .cap {
  background: url(../image/bg-list.png);
  background-size: 20%;
}

#sword .katana_topic ul.katana_list li .cap p {
  text-align: left;
  background: #ffffff;
  padding: 20px;
}

#sword ul.katana_list:after {
  clear: both;
  content: '';
  display: table;
}
#sword ul.katana_list {
  margin: 0 -8px;
}
#sword ul.katana_list li img {
}
#sword ul.katana_list li {
  float: left;
  font-size: 0;
  width: 31.5%;
  position: relative;
  margin: 0 8px 36px 8px;
}
#sword ul.katana_list li.space {
  margin-bottom: 0;
}
#sword ul.katana_list li:nth-child(3n) {
  margin-right: 0;
}
#sword ul.katana_list li:nth-child(3n+1) {
  clear: both;
}
#sword ul.katana_list li .title_h4 {
  background: url(../image/bg-list.png);
  background-size: 30%;
  color: #fff;
  display: table;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-bottom: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
}

#sword ul.katana_list li .title_h4 a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background: url(../image/t_ico05.png) no-repeat right bottom;
}

#sword ul.katana_list li .title_h4 span {
}
#sword ul.katana_list li p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  margin: 4px 0 0;
  text-align: center;
}
#sword ul.katana_list li .liinner {
  min-height: 225px;
  background: #000;
  text-align: center;
}
ul.katana_list li .liinner .cl_red,
ul.katana_list li .liinner .cl_grey,
ul.katana_list li .liinner .cl_brown,
ul.katana_list li .liinner .cl_redlight {
  position: absolute;
  top: 7px;
  left: 7px;
}
#overview .facility_table_contents_wrap {
  margin: 30px auto;
  max-width: 780px;
}
#overview .facility_table_contents.table_type02 th {
  background-color: #3e435a;
}
.facility_table_contents.table_type02 td {
	border-right: none;
}

.facility_table_contents.table_type02 tr:last-of-type td,
.facility_table_contents.table_type02 tr:last-of-type th {
	border-bottom: none;
}

/*#access {
  margin-top: 60px;
  margin-bottom: 40px;
}*/
#access .box_access {
  margin: 0 auto;
  width: 810px;
  padding: 30px 0 35px 0;
}

@media (max-width: 767px) {
  #overview .facility_table_contents_wrap {
    padding: 0;
  }
  #access .box_access {
    max-width: 94%;
    padding-top: 1.5em;
  }
}
#access .box_access .left_side {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 408px;
}
#access .box_access .left_side .google-maps {
  height: 0;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}
#access .box_access .left_side .google-maps iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

@media (min-width: 768px) {
  .facility_map_img {
    height: 388px !important;
  }
}

@media (max-width: 767px) {
  #access .box_access .left_side {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
  }
  #access .box_access .left_side .google-maps {
    margin-bottom: 19px;
  }
}
#access .box_access .right_side {
  display: inline-block;
  float: right;
  vertical-align: -webkit-baseline-middle;
  width: 44.21%;
}
#access .box_access .right_side h5 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#access .box_access .right_side .access_address h5 {
  background: #3e435a url(../image/bg-menu.png) repeat;
  background-size: 45%;
  margin-bottom: 15px;
}
#access .box_access .right_side .access_address p {
  color: #000;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 40px;
  padding-left: 28px;
}
#access .box_access .right_side .access_info h5 {
  background: #3e435a url(../image/bg-menu.png) repeat;
  background-size: 45%;
  margin-bottom: 15px;
}
#access .box_access .right_side .access_info p.heading {
  background: url(../image/ico_h3_tbl.png) no-repeat left center;
  color: #B28E5F;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin: 20px 0 5px;
  padding-left: 30px;
}
#access .box_access .right_side .access_info p.txt {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 27px;
}
.access_location {
  width: 90%;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  #access .box_access .right_side {
    width: 100%;
  }
  #access .box_access .right_side h5 {
    font-size: 17px;
    line-height: 37px;
    height: 37px;
  }
  #access .box_access .right_side .access_address h5 {
    background: #3e435a url(../image/bg-menu.png) repeat;
    background-size: 45%;
    margin: 0 0 11px;
  }
  #access .box_access .right_side .access_address p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 27px;
    padding-left: 17px;
  }
  #access .box_access .right_side .access_info h5 {
    background: #3e435a url(../image/bg-menu.png) repeat;
    background-size: 45%;
    margin-bottom: 15px;
  }
  #access .box_access .right_side .access_info p.heading {
    background: url(../image/ico_h3_tbl.png) no-repeat left center;
    color: #B28E5F;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 7px;
    padding-left: 25px;
  }
  #access .box_access .right_side .access_info p.txt {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 27px;
  }
  #access .box_access .right_side .access_info p.txt span {
    color: #0d53de;
  }
}
/* Box map */
.box__map .wcm {
  max-width: 830px;
}

/*============================ SP ============================*/

@media (max-width: 767px) {
  .wcm {
    width: 95%;
  }
  h1.banner {
    margin-top: 0px;
  }
  .breadcrumbs li {
    font-size: 14px;
  }
  .desc {
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0 37px;
    padding: 0 10px;
  }
  .right {
    text-align: left;
    max-width: 100%;
  }

/*=========== SP Anchor links ===========*/

  ul.ul_museum_anchor {
    background-size: 30%;
  }
  ul.ul_museum_anchor li {
    height: 137px;
    width: 33.20% !important;
  }
  ul.ul_museum_anchor li:before {
    height: 137px;
  }
  ul.ul_museum_anchor li a:before {
    background: url(../image/ico_arrow_triangle_anchor.png) no-repeat;
    background-size: 12px 7px;
    bottom: 12px;
    height: 7px;
    margin-left: -6px;
    left: 50%;
    top: auto;
    width: 12px;
  }
  ul.ul_museum_anchor li a span {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.68px;
    padding-top: 20px;
  }
  ul.ul_museum_anchor li:nth-child(1) a span {
    background: url(../image/ico_sword.svg) no-repeat top 12px center;
    background-size: 31px 24px;
  }
  ul.ul_museum_anchor li:nth-child(2) a span {
    background: url(../image/ico_overview.svg) no-repeat top 10px center;
    background-size: 32px 28px;
  }
  ul.ul_museum_anchor li:nth-child(3):before {
    content: none;
  }
  ul.ul_museum_anchor li:nth-child(3) a span {
    background: url(../image/ico_access.svg) no-repeat top 13px center;
    background-size: 16px 24px;
  }
/*============================= End SP Anchor links ============================*/

  .bx__intro {
    margin-bottom: 40px;
  }
  .bx__h3 {
    height: 40px;
    margin-left: -130px;
    width: 261px;
  }
  .bx__intro ul li.label05 span {
    display: inline-block;
  }
  .bx__intro__inner {
    background: none;
    padding: 35px 15px 8px;
  }
  .bx__intro ul {
    margin-left: auto;
    width: 90%;
  }
  .bx__intro ul li {
    margin-bottom: 10px;
    padding: 0;
    width: 100% !important;
  }
  .bx__intro ul li.label05 {
    width: 96%;
  }
  #sword .katana_topic ul.katana_list {
    display: block;
    width: 100%;
  }
  #sword .katana_topic ul.katana_list li {
    width: 100%;
  }
  #sword ul.katana_list {
    margin: 0 0 20px;
  }
  #sword ul.katana_list li {
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
  }
  #sword ul.katana_list li img {
    width: 100%;
  }
  #sword ul.katana_list li .liinner {
    height: auto!important;
    min-height: 22rem;
  }
}

/* ==========================================================
TCI福岡_sakaguchi バナー共通化対応 画像幅微修正
========================================================== */
@media (max-width: 767px) {
  body.miyako .cmn_bnr_area.col01_bnr_01 {
    max-width: 320px;
  }
}