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

title : 刀剣ワールド 刀剣・甲冑（鎧兜）展示の城郭 詳細ページ
scope : 刀剣ワールド 刀剣・甲冑（鎧兜）展示の城郭 詳細ページ

memo：

last modify : 2021/02/04 TCI福岡_sakaguchi バナー共通化対応

2020/09/25 TCI福岡_eguchi 関連サイトのご紹介／グルーピング見直し
2020/08/17 TCI福岡_sakaguchi 共通tableクラスの導入
2020/04/30 TCI福岡_sakaguchi 共通ボタンの導入
2019/11/06 TCI福岡／修正
名古屋／新規作成

========================================================== */
.zoomer {
  background: #FFF;
}

.zoomer .zoomer-controls span {
  background: rgba(255, 255, 255, 1);
  margin: 0 15px;
}

.zoomer .zoomer-controls {
  background: none;
  box-shadow: none;
}

.zoomer .zoomer-controls:before {
  display: none;
}

.zoomer_fancy {
  height: 400px;
  width: 100%;
}

.fancybox-stage .item-modal {
  background: none;
  font-size: 0;
  margin: 0;
  padding: 17px;
  width: 724px;
}

.fancybox-stage .item-modal img {
  display: block;
  margin: auto;
  height: auto;
  width: auto;
}

.fancybox-stage .item-modal .item-modal-inner {
  background: #fff;
  border: 5px solid #1e80cf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 20px;
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  background-color: #848484;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
}

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 200px;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
}

.box__banner {
  overflow: hidden;
}

@media (max-width:767px) {
  .breadcrumbs {
    margin: 10px auto 0;
  }

  .breadcrumbs li {
    display: inline;
    font-size: 14px;
  }
}

/* .bnr_field */
.bnr_wrap figure a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.bnr_wrap figcaption {
  margin: 3px 0 0;
}
.bnr_wrap figure img {
  margin: 0 auto 5px;
}
@media (max-width: 767px ) {
  .bnr_wrap,
  .bnr_up {
    margin-top: 2rem;
  }
  .bnr_wrap .bnr_col2 li {
    margin:1.5rem auto 0;
  }
  .bnr_wrap .bnr_col2 li:first-child {
    margin-top: 0;
  }
  .bnr_wrap figure,
  .bnr_up figure {
    max-width: 600px;
  }
  .bnr_wrap figcaption,
  .bnr_up figcaption {
    text-align: left;
    line-height: normal;
    font-size: 15px;
  }
}
@media (min-width: 768px ) {
  .bnr_up {
    margin: 0 auto 0;
    width: 500px;
  }
  .bnr_wrap ul {
    margin: 34px auto 0;
    width: 500px;
  }
  .bnr_wrap .bnr_col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 780px;
  }
  .bnr_wrap .bnr_col2 li {
    width: 47.4%;
    margin: 30px auto 0;
  }
  .bnr_wrap .bnr_col2 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .bnr_up figure {
    max-width: auto;
  }
  .bnr_wrap figcaption,
  .bnr_up figcaption {
    font-size: .88889em;
    text-align:left;
    line-height: 1.3;
  }
}

/* BOX TITLE */
.box_s .box__title {
  background: url(../image/detail/bkg_title_top.jpg) no-repeat top center;
  color: #fff;
  display: table;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 600;
  height: 60px;
  margin: 0 auto 5px;
  padding-top: 19px;
  position: relative;
  text-align: center;
  width: 100%;
}

.box_s .box__title:before {
  background: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.box_s .box__title>span {
  background: url(../image/detail/bkg_title_bottom.jpg) no-repeat bottom center;
  display: table-cell;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.box_s .box__title>span span {
  display: inline-block;
  max-width: 550px;
  padding: 2px 35px 0;
  position: relative;
}

.box_s .box__title>span span:after,
.box_s .box__title>span span:before {
  background: url(../image/detail/ico02.png) no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box_s .box__title>span span:after {
  left: auto;
  right: 0;
}

@media (max-width:767px) {

  .box_s .box__title {
    background: url(../image/detail/title_photo_sp_t.png) no-repeat top center;
    display: block;
    font-size: 16px;
    letter-spacing: 0.95px;
    height: auto;
    margin: 0 -5px 5px;
    padding-top: 10px;
    width: auto;
  }

  .box_s .box__title>span {
    background: url(../image/detail/title_photo_sp_b.png) no-repeat bottom center;
    display: block;
    padding-bottom: 10px;
  }

  .box_s .box__title>span span {
    line-height: 1.3;
    max-width: 260px;
    padding: 3px 25px 1px;
  }

  .box_s .box__title>span span:before,
  .box_s .box__title>span span:after {
    background-size: 100%;
    height: 14px;
    margin-top: -7px;
    width: 22px;
  }

  .box_s .box__title>span span br {
    display: none;
  }
}

@media (max-width:413px) {
  .box__title {
    height: 40px;
  }

  .box__title>span {
    background-size: auto 40px;
  }

  .box__map__title,
  .box__photos__title {
    background: url(../image/detail/bkg_top_1.png) no-repeat top center;
    height: auto;
    padding-top: 7px;
  }

  .box__map__title>span,
  .box__photos__title>span {
    background: url(../image/detail/bkg_bottom_1.png) no-repeat bottom center;
    padding-bottom: 7px;
  }

  .box__map__title>span span,
  .box__photos__title>span span {
    max-width: 220px;
    padding: 7px 25px 5px;
  }
}

/* END BOX TITLE */
/* Box anchor */
.archor__links ul {
  background: url(../image/detail/bkg_anchor.png);
  margin: 30px auto 0;
  max-width: 910px;
}

.archor__links ul:after {
  clear: both;
  content: '';
  display: table;
}

.archor__links ul li {
  border-left: 1px solid #b28e5f;
  float: left;
  height: 58px;
  overflow: hidden;
  text-align: center;
  width: 33.33333%;
}

.archor__links ul.isHalf li {
  width: 50%;
}

.archor__links ul li a {
  background: url(../image/detail/arr.png) no-repeat center right 20px;
  display: block;
  padding: 15px 0;
}

.archor__links ul li a:hover {
  opacity: 0.5;
}

.archor__links ul li:first-child {
  border-left: none;
}

.archor__links ul li span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.9px;
  vertical-align: middle;
}

.archor__links ul li span.img {
  font-size: 0;
  margin-right: 13px;
}

@media (max-width: 767px) {
  .archor__links {
    padding: 0 15px;
  }

  .archor__links ul {
    background: url(../image/detail/bkg_anchor_nav.png);
    margin: 3px auto 23px;
  }

  .archor__links ul li {
    height: auto;
  }

  .archor__links ul li a {
    background: url(../image/detail/arr01.png) no-repeat center bottom 10px;
    background-size: 12px auto;
    padding: 18px 0 30px;
  }

  .archor__links ul li span {
    display: block;
    font-size: 17px;
    letter-spacing: 0.68px;
    line-height: 20px;
  }

  .archor__links ul li span.img {
    margin: 0 0 10px;
    min-height: 29px;
  }

  .archor__links ul li span.img img {
    display: inline-block;
    vertical-align: bottom;
  }

  .archor__links ul li span.text_a {
    padding-top: 0;
  }
}

/* end box anchor */
/* Box related */
.box__related {
  margin-bottom: 15px;
}

@media (max-width:767px) {
  .box__related {
    margin-bottom: 0;
  }
}

/* Box Info */
@media (max-width: 767px) {
  figure.bnr_related {
    margin: 0 auto;
    width: 79.71%;
  }

  figure.bnr_related figcaption {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 5px;
    text-align: left;
  }
}

/* Box Video */
.box_movie.wcm {
  max-width: 830px;
}

@media (min-width: 768px) {
  .cmn_h3_01 {
    max-width: 8
  }
  .cmn_h3_01_txt {
    min-width: 580px;
  }
  .cmn_box_item_movie {
    position: relative;
  }
  .cmn_box_item_movie::before {
    background: url(../image/detail/bkg_video_l.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -100px;
    width: 266px;
    height: 243px;
    transform: translateY(-50%);
  }
  .cmn_box_item_movie::after {
    background: url(../image/detail/bkg_video_r.png) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 215px;
    top: 50%;
    left: auto;
    position: absolute;
    right: -170px;
    width: 393px;
    transform: translateY(-50%);
  }
  .cmn_box_item_movie.col02::before,
  .cmn_box_item_movie.col02::after,
  .cmn_box_item_movie.col03::before,
  .cmn_box_item_movie.col03::after {
    content: none;
  }
  .cmn_item_movie {
    max-width: 320px;
  }
}

/* Box map */
.box__map .wcm {
  max-width: 830px;
}

@media (max-width:767px) {
  .box__map .wcm {
    padding: 0 15px;
  }
}

/* Box Faci */
.box__faci {
  margin-bottom: 45px;
}

.box__faci .wcm {
  max-width: 830px;
}

.box__faci__title {
  background: url(../image/detail/title_faci.png) no-repeat;
  display: table;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  width: 830px;
}

.box__faci__title>span {
  display: table-cell;
  vertical-align: middle;
}

.box__faci__title>span span {
  position: relative;
}

.box__faci__title>span span:after,
.box__faci__title>span span:before {
  background: url(../image/detail/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.box__faci__title>span span:after {
  left: auto;
  right: -35px;
}

.facility_table_contents_wrap {
  max-width: 640px;
}

.facility_table_contents.table_type01 td {
  border-right: none;
}

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

@media (max-width:767px) {
  .box__faci .wcm {
    padding: 0 10px;
  }

  .box__faci__title {
    background: url(../image/detail/bkg_title_sp.png) repeat-x;
    background-size: auto 49px;
    font-size: 24px;
    height: 49px;
    letter-spacing: 1.2px;
    position: relative;
    width: 100%;
  }

  .box__faci__title>span span:after,
  .box__faci__title>span span:before {
    display: none;
  }

  .box__faci__title:before,
  .box__faci__title:after {
    background: url(../image/detail/title_faci_l.png) no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 44px;
  }

  .box__faci__title:after {
    background-image: url(../image/detail/title_faci_r.png);
    left: auto;
    right: 0;
    width: 46px;
  }

  .box__faci__content {
    padding: 0 5px;
  }

  .box__faci__content table th {
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0;
    vertical-align: middle;
    width: 105px;
  }

  .box__faci__content table td {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 13px;
  }

  .table_btn img {
    height: auto;
  }
}

@media (max-width:413px) {
  .box__faci__title {
    font-size: 18px;
  }
}

/* Box Report */
.box__report {
  margin-bottom: 52px;
}

.box__report .wcm {
  max-width: 775px;
}

.box__report__title {
  background: url(../image/detail/title_report.png) no-repeat;
  color: #fff;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: 54px;
  margin: 0 auto -30px;
  position: relative;
  text-align: center;
  width: 398px;
}

.box__report__title>span {
  display: table-cell;
  vertical-align: middle;
}

.box__report__title>span span {
  position: relative;
}

.box__report__title>span span:after,
.box__report__title>span span:before {
  background: url(../image/detail/ico02.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box__report__title>span span:after {
  left: auto;
  right: -35px;
}

.box__report__content {
  background: url(../image/detail/bkg.png);
  padding: 6px;
}

.box__report__content__inner {
  background: url(../image/detail/bkg01.png);
  font-size: 16px;
  line-height: 29px;
  padding: 48px 30px 22px;
}

.box__report__content__inner p {
  margin-bottom: 30px;
}

.textsp {
  display: none;
}

@media (min-width: 768px) {
  .box__report__content__inner .link {
    display: none;
  }

  .text {
    display: block !important;
    text-align: justify;
  }
}

@media (max-width:767px) {
  .textsp {
    display: block;
  }

  .text {
    display: none;
  }

  .box__report {
    margin-bottom: 40px;
  }

  .box__report .wcm {
    padding: 0 30px;
  }

  .box__report__title {
    background: url(../image/detail/title_report_sp01.png) center;
    background-size: auto 38px;
    font-size: 18px;
    height: 38px;
    letter-spacing: 0.9px;
    margin-bottom: -22px;
    padding: 0 7px;
    width: 83.33333%;
  }

  .box__report__title>span {
    background: url(../image/detail/title_report_sp02.png) center;
    background-size: auto 38px
  }

  .box__report__title>span span:before,
  .box__report__title>span span:after {
    background-size: 100%;
    height: 14px;
    left: -25px;
    margin-top: -7px;
    width: 22px;
  }

  .box__report__title>span span:after {
    left: auto;
    right: -25px;
  }

  .box__report__content {
    padding: 3px;
  }

  .box__report__content__inner {
    font-size: 15px;
    line-height: 23px;
    padding: 35px 20px 20px;
  }

  .box__report__content__inner:after {
    clear: both;
    content: '';
    display: table;
  }

  .box__report__content__inner .textsp p {
    margin: 0;
  }

  .box__report__content__inner .link.collapses {
    display: inline-block;
    float: none;
  }

  .box__report__content__inner .link {
    color: #0d53de;
    float: right;
    padding: 0 18px 0 0;
    position: relative;
  }

  .box__report__content__inner .link:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #0d53de;
    clear: both;
    content: '';
    display: block;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .box__report__content__inner .collapses:after {
    border-bottom: 14px solid #0d53de;
    border-top: none;
  }

  .box__report__content__inner p {
    margin-bottom: 20px;
  }
}

@media (max-width:413px) {
  .box__report__content__inner {
    font-size: 13px;
  }
}

/* Box Prefecture */
.box__prefecture .wcm {
  max-width: 830px;
}

.box__prefecture__title {
  /* background: url(../image/detail/title_prefecture.png) no-repeat; */
  display: table;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  width: 830px;
}

.box__prefecture__title>span {
  display: table-cell;
  vertical-align: middle;
}

.box__prefecture__title>span span {
  position: relative;
}

.box__prefecture__title>span span:after,
.box__prefecture__title>span span:before {
  background: url(../image/detail/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.box__prefecture__title>span span:after {
  left: auto;
  right: -35px;
}

.box__prefecture__list {
  padding: 0 15px;
}

.box_result__item:after {
  clear: both;
  content: '';
  display: table;
}

.box_result__item {
  background: url(../image/detail/bkg01.png);
  margin-bottom: 56px;
}

.box_result__item h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  padding: 22px 0 14px;
  text-align: center;
}

.gallery__item {
  font-size: 0;
}

.gallery__item+.gallery__item {
  border-top: 1px solid #fff;
}

.box_result__item .content {
  padding: 14px 25px 30px;
}

.box_result__item .description {
  /*font-size: 16px;*/
  /* height: 55px; */
  line-height: 27px;
  margin: 0 0 20px;
}

.box_result__item .info_box.flex,
.box_result__item .info_box.flex dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_result__item .info_box.flex dl {
  height: 100%;
}

.box_result__item .info_box {
  border-color: #b28e5f;
  border-width: 2px;
}

.box_result__item .info_box.flex dl .bkg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box_result__item .info_box.flex dd {
  display: inline-flex;
  align-items: center;
}

.box_result__item .info_box dt {
  border-right-width: 1px;
  padding: 6px 13px;
}

.box_result__item .info_box dl dt i {
  margin-right: 8px;
  height: 26px;
}

.box_result__item .info_box dl .bkg {
  background: url(../image/detail/bg_table_detail.png);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: inherit;
}

.box_result__item .info_box dd {
  background: #fff;
  color: #000;
  padding: 9px 13px;
  vertical-align: middle;
}

.box_result__item .info_box dl .spec {
  font-size: inherit;
}

.box_result__item .info_box dt,
.box_result__item .info_box dd {
  border-bottom-color: #d9c7af;
  border-right-color: #d9c7af;
}

.box_result__item .info_box li:nth-last-of-type(1) dt,
.box_result__item .info_box li:nth-last-of-type(1) dd {
  border-bottom: none;
}

.box_result__item div.info_box dt,
.box_result__item div.info_box dd {
  border-right: none;
}

.box_result__item div.info_box dd:last-of-type {
  border-bottom: none;
}

@media (max-width: 430px) {
  .box_result__item .info_box.flex dl dt {
    width: 45%;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 45%);
  }
}

@media (min-width: 431px) and (max-width: 767px) {
  .box_result__item .info_box.flex dl dt {
    width: 33%;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 33%);
  }
}

@media (max-width: 767px) {
  .box_result__item .info_box.flex li {
    width: 100%;
  }

  .box_result__item .info_box dl .bkg {
    font-size: 15px;
  }
  .box_result__item .info_box li dd {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .box_result__item .info_box.flex li {
    width: 50%;
  }

  .box_result__item .info_box.flex dl dt {
    width: 140px;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 140px);
  }
  .box_result__item .info_box li:nth-of-type(even) dd {
    border-right: none;
  }
  .box_result__item .info_box li:nth-last-of-type(2) dt,
  .box_result__item .info_box li:nth-last-of-type(2) dd {
    border-bottom: none;
  }
}

.box_result__item .btn_more {
  display: block;
  font-size: 0;
  margin: 20px auto 0;
  width: 232px;
}

@media (max-width:767px) {
  .box__prefecture .wcm {
    padding: 0 10px;
  }

  .box__prefecture__title {
    /* background: url(../image/detail/title_prefecture_sp.png) repeat-x; */
    background-size: auto 74px;
    font-size: 19px;
    height: 74px;
    letter-spacing: 1.15px;
    line-height: 22px;
    padding: 0 35px;
    width: 100%;
  }

  .box__prefecture__title>span span {
    display: inline-block;
  }

  .box__prefecture__title>span span:after,
  .box__prefecture__title>span span:before {
    background-size: 100%;
    height: 13px;
    left: -30px;
    margin-top: -6px;
    width: 20px;
  }

  .box__prefecture__title>span span:after {
    left: auto;
    right: -30px;
  }

  .box__prefecture__list {
    padding: 0;
  }

  .box_result__item {
    margin-bottom: 20px;
  }

  .box_result__item h3 {
    font-size: 21px;
    letter-spacing: 1.05px;
    line-height: 28px;
    padding: 14px 0 8px;
  }

  .box_result__item .content {
    padding: 18px;
  }

  .box_result__item .description {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 21px;
  }

  .box_result__item .info_box table td.bkg {
    clear: both;
    font-size: 14px;
    width: 33%;
  }

  .box_result__item .info_box table td {
    font-size: 16px;
    line-height: 23px;
    width: 67%;
  }

  .box_result__item .info_box table td>span.txt {
    line-height: 23px;
  }

  .box_result__item .info_box table td.spec {
    font-size: 17px;
  }

  .box_result__item .info_box table tr:last-child td {
    border-bottom: 1px solid #d9c7af;
  }

  .box_result__item .info_box table tr:last-child td:nth-child(3),
  .box_result__item .info_box table tr:last-child td:nth-child(4) {
    border: none;
  }
}

@media (max-width: 413px) {
  .box__prefecture__title {
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 20px;
  }

  .box_result__item .info_box table td.bkg {
    width: 45%;
  }

  .box_result__item .info_box table td {
    width: 55%;
  }
}
/* armor追加 */
.wcm .box__prefecture__list:not(:last-child) .box_result__item {
  margin-bottom: 31px;
}
.armor .box_result__item {
  position: relative;
}
.armor .box_result__item {
  background: url(../image/detail/img-bg01.png) no-repeat center,url(../image/detail/bkg01.png) repeat;
  background-size: contain;
}
.armor .box_result__item h3 {
  line-height: 1.3;
  padding: 22px 50px 10px;
}
.armor .gallery {
  margin-bottom: 15px;
}
.armor .gallery__item {
  margin: 0 auto;
  max-width: 372px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.armor .box_result__item .description {
  margin-bottom: 25px;
  padding: 0 20px 0 2em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .box__prefecture__list.armor {
    margin-top: 0;
  }
  .armor .box_result__item {
    background: url(../image/detail/bkg01.png);
  }
  .armor .box_result__item h3 {
    padding: 14px 15px 8px;
  }
  .armor .gallery__item {
    padding: 0 5%;
  }
}

/* Box photo */
.box__photos {
  margin: 0 0 40px;
}

.box__photos .wcm {
  max-width: 950px;
}

.box__photos__title {
  margin: 0 auto 30px;
}

.box__photos p.zoom_text {
  font-size: 16px;
  line-height: 29px;
  margin: 0 0 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .box__photos p.zoom_text {
    text-align: left;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 17px auto 20px;
    max-width: 90%;
    padding: 0;
  }
}

.box__photos p.zoom_text span {
  background: url(../image/detail/ico_zoom.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  vertical-align: middle;
  width: 16px;
}

.box__photos__list {
  margin-left: -17px;
}

.box__photos__list .item:nth-child(4n+1) {
  clear: both;
}

.box__photos__list .item {
  float: left;
  margin-bottom: 18px;
  padding-left: 17px;
  width: 25%;
}

.box__photos__list .item.no_data {
  padding-top: 24.5%;
}

.box__photos__list .item__img {
  font-size: 0;
}

.box__photos__list .item__img a.fancybox-b {
  display: block;
  position: relative;
}

.box__photos__list .item__img a.fancybox-b:hover {
  opacity: 0.5;
}

.box__photos__list .item__img a.fancybox-b:after {
  background: url(../../image_cmn/museum/ico_zoom.png) no-repeat top left;
  background-size: 100% 100%;
  bottom: 10px;
  content: "";
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px;
  z-index: 1;
}

.box__photos__list .item__title {
  background: #a27847 url(../image/detail/bg-anchor.png) repeat;
  background-size: 140px;
  color: #fff;
  font-size: 18px;
  min-height: 78px;
  padding: 9px 18px;
}

.box__photos__list .item__title span {
  display: block;
  height: 60px;
}

.box__photos p {
  clear: both;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: right;
}

@media (max-width:767px) {
  .box__photos .wcm {
    padding: 0 15px;
  }

  .box__photos__title {
    margin-bottom: 20px;
  }

  .box__photos__list {
    margin: 0 -15px;
    padding: 0 37px;
  }

  .box__photos__list .item {
    margin-bottom: 15px;
    padding: 0 5px;
    width: 50%;
  }

  .box__photos__list .items:not(.slick-slider) .item:nth-child(2n+1) {
    clear: both;
  }

  .box__photos__list .item:nth-child(4n+1) {
    clear: none;
  }

  .box__photos__list .item__title {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 13px;
  }

  .box__photos__list .item__title span {
    height: 36px;
  }

  .box__photos__list .prev {
    left: -22px;
  }

  .box__photos__list .next {
    right: -22px;
  }

  .box__photos p {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0 42px;
  }

  .box__photos .buttons {
    font-size: 0;
    padding: 13px 58px 0;
  }

  .box__photos .buttons img {
    height: auto;
  }

  .box__photos .btn_close {
    display: none;
  }
}

/* Box history */
.box__history .wcm {
  margin: 0 auto;
  max-width: 830px;
}

.box__history__title {
  /* background: url(../image/detail/title_history_01.png) no-repeat; */
  display: table;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  width: 100%;
}

.box__history__title>span {
  display: table-cell;
  vertical-align: middle;
}

.box__history__title>span span {
  position: relative;
}

.box__history__title>span span:after,
.box__history__title>span span:before {
  background: url(../image/detail/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.box__history__title>span span:after {
  left: auto;
  right: -35px;
}

.box__history__content {
  padding: 0 5px;
}

.box__history__content h2 {
  background: url(../image/detail/title_history.png);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 27px;
  padding: 14px 0 13px 30px;
  position: relative;
}

.box__history__content h2:before {
  background: #fff;
  content: '';
  display: block;
  height: 70%;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 4px;
}

.box__history__content h3 {
  background: #ebd6a0;
  background: -webkit-linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  background: -o-linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  background: -moz-linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  background: linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  color: #8f5219;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.52px;
  position: relative;
}

.box__history__content h3>span:before {
  background: #ebd6a0;
  background: -webkit-linear-gradient(#f6f0e4, #ebd6a0);
  background: -o-linear-gradient(#f6f0e4, #ebd6a0);
  background: -moz-linear-gradient(#f6f0e4, #ebd6a0);
  background: linear-gradient(#f6f0e4, #ebd6a0);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.box__history__content h3>span {
  background: url(../image/detail/bkg02.png);
  display: block;
  padding: 15px 35px 11px;
  position: relative;
}

.box__history__content h3 span span {
  position: relative;
}

.box__detail {
  padding: 28px 30px 40px;
}

.wp-caption-text {
  color: #821e7f;
  font-size: 17px;
  line-height: 27px;
  margin-top: 3px;
  text-align: center;
}

.box__detail img {
  border: #aaa solid 1px;
}

.box__detail p {
  color: #000;
}

.box__detail .wp-caption.pc {
  margin-bottom: 0;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .box__detail p.wp-caption-text {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 12px;
  }

  .box__history .wcm {
    padding: 0 10px;
  }

  .box__history__title {
    background: url(../image/detail/bkg_title_sp.png) repeat-x;
    background-size: auto 49px;
    font-size: 24px;
    height: 49px;
    letter-spacing: 1.2px;
    position: relative;
  }

  .box__history__title>span span:after,
  .box__history__title>span span:before {
    background-size: 100%;
    height: 13px;
    left: -30px;
    margin-top: -6px;
    width: 20px;
  }

  .box__history__title>span span:after {
    left: auto;
    right: -30px;
  }

  .box__history__title:before,
  .box__history__title:after {
    /* background: url(../image/detail/title_history_l.png) no-repeat; */
    background-size: 100%;
    content: '';
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 38px;
  }

  .box__history__title:after {
    /* background-image: url(../image/detail/title_history_r.png); */
    left: auto;
    right: 0;
  }

  .box__history__content {
    padding: 0 0 13px;
  }

  .box__history__content h2 {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1;
    padding: 12px 0 12px 20px;
  }

  .box__history__content h2:before {
    left: 8px;
  }

  .box__history__content h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .box__history__content h3>span {
    padding: 8px 20px 6px;
  }

  .box__detail {
    padding: 20px 20px 30px;
  }

  .box__detail .alignright,
  .box__detail .alignleft,
  .box__detail .aligncenter,
  .box__detail .wp-caption {
    height: auto;
    line-height: 0;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
  }

  .box__detail p {
    margin-bottom: 14px;
  }
}

@media (max-width: 413px) {
  .box__history__title {
    font-size: 18px;
  }

  .box__history__content h3 {
    font-size: 18px;
  }
}

/* Box font size */
.box__font__size .wcm:after,
.box__font__size:after {
  clear: both;
  content: '';
  display: table;
}

.box__font__size .wcm {
  font-size: 0;
  margin: 24px auto 14px;
  max-width: 820px;
}

.charm_detail_content__zoom {
  margin: 0;
}

/* Box news */
.box__news .wcm {
  max-width: 800px;
}

.box__news__title {
  background: url(../image/detail/title_news.png) no-repeat;
  color: #fff;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: 54px;
  letter-spacing: 1.15px;
  margin: 0 auto -27px;
  position: relative;
  text-align: center;
  width: 386px;
  z-index: 1;
}

.box__news__title span {
  display: table-cell;
  vertical-align: middle;
}

.box__news__content {
  background: url(../image/detail/bkg.png);
  padding: 6px;
}

.box__news__inner {
  background: url(../image/detail/bkg01.png);
  padding: 51px 60px 30px;
  position: relative;
}

.box__news__inner:before {
  background: url(../image/detail/bkg_news_01.png) no-repeat;
  bottom: 0;
  clear: both;
  content: '';
  display: block;
  height: 173px;
  left: -1px;
  position: absolute;
  width: 312px;
}

.box__news ul {
  position: relative;
  z-index: 1;
}

.box__news ul li .date {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 215px;
}

.box__news ul li a {
  color: #0d53de;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
}

.box__news ul li a:hover {
  color: #a92121;
}

.box__news .buttons {
  margin: 10px 0 0;
  text-align: right;
}

.box__news .buttons a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .box__news {
    margin-bottom: 37px;
  }

  .box__news .wcm {
    padding: 0 15px;
  }

  .box__news__title {
    background: url(../image/detail/title_news_sp.png) no-repeat center;
    background-size: auto 41px;
    font-size: 18px;
    height: 41px;
    letter-spacing: 0.9px;
    width: 77.86%;
  }

  .box__news__inner {
    padding: 40px 20px 15px;
  }

  .box__news__inner:before {
    display: none;
  }

  .box__news__content {
    padding: 5px;
  }

  .box__news ul {
    margin: 0 -7px;
  }

  .box__news ul li {
    padding: 0 7px;
  }

  .box__news ul li .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .box__news ul li a {
    font-size: 15px;
    line-height: 22px;
    max-width: 200px;
    width: 100%;
  }

  .box__news .buttons {
    margin: 10px 0 0;
    padding: 0 18px;
    text-align: center;
  }

  .box__news .buttons img {
    height: auto;
  }
}

/* Box text */
.box__text .wcm {
  max-width: 780px;
  padding: 25px 0 0;
  text-align: justify;
}

@media (max-width:767px) {
  .box__text .wcm {
    font-size: 15px;
    line-height: 22px;
    max-width: 78.5%;
    padding: 8px 0 23px;
  }
}

/* Banner */
.box__banner .wcm {
  font-size: 0;
  position: relative;
}

.box__banner .img {
  float: left;
  position: relative;
  width: 42%;
}

.box__banner .img_icat {
  float: left;
  width: 58%;
}

.banner__text {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner__text h1 {
  display: table;
  font-size: 50px;
  font-weight: 600;
  height: 100%;
  letter-spacing: 2.5px;
  text-shadow: 2px 2px 4px #222;
  width: 100%;
}

.banner__text h1 span {
  display: table-cell;
  line-height: 1.3;
  padding: 0 2%;
  text-align: center;
  vertical-align: middle;
}

.banner__text h1 .adj_fz {
  font-size: 38px;
}

.banner__text p {
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: absolute;
  text-align: center;
  right: 33px;
}
.banner__text h1 span.title_area {
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.6;
  padding: 0;
  position: absolute;
  right: 33px;
  text-shadow: none;
}

@media (max-width:850px) {
  .banner__text h1 .adj_fz {
    font-size: 34px;
  }
}

@media (max-width:767px) {
  .box__banner {
    padding: 0 10px;
  }

  .banner__text h1 {
    font-size: 23px;
    letter-spacing: 1.15px;
  }

  .banner__text h1 .adj_fz {
    font-size: 4.2vw;
  }

  .banner__text p,
  .banner__text h1 span.title_area {
    bottom: 8px;
    font-size: 14px;
    letter-spacing: 0.7px;
    right: 10px;
    text-align: left;
  }
}

@media (max-width: 413px) {
  .banner__text h1 {
    font-size: 21px;
  }

  .banner__text h1 .adj_fz {
    line-height: 1.2;
  }

  .banner__text p,
  .banner__text h1 span.title_area {
    bottom: 5px;
    font-size: 12px;
    font-feature-settings: 'pkna';
    line-height: 1.2;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box__news__title {
    padding-top: 11px;
  }

  .box__history__title {
    padding-top: 10px;
  }

  .box__history__title>span span:after,
  .box__history__title>span span:before {
    margin-top: -14px;
  }

  .box__history__content h3 {
    padding: 18px 0 10px 30px;
  }

  .box__photos__title span span {
    padding-top: 7px;
  }

  .box__photos__title>span span:before,
  .box__photos__title>span span:after {
    margin-top: -7px;
  }

  .box__prefecture__title {
    padding-top: 11px;
  }

  .box__prefecture__title>span span:after,
  .box__prefecture__title>span span:before {
    margin-top: -13px;
  }

  .box__report__title {
    padding-top: 9px;
  }

  .box__report__title>span span:after,
  .box__report__title>span span:before {
    margin-top: -9px;
  }

  .box__faci__title {
    padding-top: 9px;
  }

  .box__faci__title>span span:after,
  .box__faci__title>span span:before {
    margin-top: -13px;
  }

  .box__map__title span span {
    padding-top: 7px;
  }

  .box__map__title>span span:after,
  .box__map__title>span span:before {
    margin-top: -7px;
  }

  .box__history__content h2 span {
    display: block;
    padding-top: 7px;
  }

  .box__title>span span {
    padding-top: 8px;
  }
}

/* Light box */
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

.fancybox-stage .item-modal .item__title {
  background: #e7f5fb;
  color: #1a8175;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 7px 10px 7px;
  font-weight: 600;
}

.btnclose {
  background: url(../image/detail/lightbox-btn-close.gif) no-repeat;
  display: block;
  font-size: 0;
  height: 26px;
  margin: 10px auto 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .btnclose {
    clear: both;
  }
}

.btnclosetop {
  background: url(../image/detail/ico_closepopup.png) no-repeat top left;
  display: block;
  height: 35px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 35px;
}

.btnclose:hover,
.btnclosetop:hover {
  opacity: 0.7;
}

.fancybox-slide {
  overflow: visible;
}

@media (max-width: 767px) {
  .fancybox-stage .item-modal {
    width: 100%;
  }

  .fancybox-arrow,
  .fancybox-show-nav .fancybox-arrow {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fancybox-stage .item-modal .item__title {
    font-size: 16px;
  }

  .fancybox-stage .item-modal {
    width: 850px;
  }

  .zoomer_fancy {
    height: 548px;
  }

  .zoomer-controls {
    display: none !important;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .archor__links ul li span.text_a {
    position: relative;
    top: 3px;
  }

  .fancybox-arrow {
    top: 20%;
  }
}

.box_room_exhibits--item .btnclose {
  background: none;
}

/* 各項目の説明文 */
.box__text__inner {
  margin: 20px auto ;
  text-align: left;
  max-width: 750px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .box__text__inner {
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 17px auto 20px;
    max-width: 90%;
    padding: 0;
  }
}

@media (max-width: 413px) {
  .box__text__inner {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.zoomer-controls {
  display: none !important;
}

@media (max-width: 1024px) {
  .zoomer-controls {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .content_banner figcaption {
    text-align: left;
  }

  .zoomer-controls {
    display: none;
  }
}

/*H4~H6　定義リスト*/

.box__detail h4 {
  color: #18561e;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box__detail h5 {
  color: #9e1c1c;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}
.box__detail h6 {
  color: #1822a9;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box__detail dl {
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .box__text {
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 26px;
    /*margin-bottom: 33px;*/
    padding: 0 10px;
    width: 100%;
  }

  .box__anchors {
    margin-bottom: 40px;
  }

  .box__anchors .title {
    font-size: 19px;
    font-feature-settings: "pkna";
    letter-spacing: 1px;
    line-height: 39px;
  }

  .box__anchors .title span:before {
    left: -35px;
  }

  .box__anchors .title span:after {
    right: -35px;
  }

  .anchor h2 {
    font-size: 20px;
    padding: 5px 10px 5px 20px;
  }

  .anchor h2 span:before {
    left: -10px;
    width: 3px;
  }

  .anchor h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .anchor h3>span {
    padding: 8px 20px 6px;
  }
}


/* 20190723_add_bnr */
/* バナーエリア改修
---------------------------------------*/
.bnr_list_wrap {
  margin: 0 auto 47px;
}

.bnr_list_wrap .bnr_list .bnr_item {
  font-size: 0;
}

.bnr_list_wrap .bnr_list .bnr_item .caption {
  line-height: 1.4;
  letter-spacing: .08em;
}

@media (max-width:767px) {
  .bnr_list_wrap .bnr_list .bnr_item:not(:last-child) {
    margin-bottom: 15px;
  }

  .bnr_list_wrap .bnr_list .bnr_item .caption {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .bnr_list_wrap {
    max-width: 780px;
  }

  .bnr_list_wrap .bnr_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .bnr_list_wrap .bnr_list .bnr_item {
    width: 47.4%;
  }

  .bnr_list_wrap .bnr_list .bnr_item:not(:last-child) {
    margin-bottom: 20px;
  }

  .bnr_list_wrap .bnr_list .bnr_item .caption {
    padding-top: 8px;
  }
}

/* end content detail */

/*-------------------------------
 ▼▼▼20190725_既存バナー制作追加分▼▼▼
 -------------------------------*/

/*前提記載（レイアウトが崩れた際に記載）*/

.bnr_line {
  max-width: 735px;
  margin: 30px auto 0;
}
.bnr_line>ul {
  width: 99%;
}
.bnr_line .bnr_line2 p {
  letter-spacing: .06em;
  line-height: 1.4;
}
.bnr_line2:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .bnr_line .bnr_line2 p {
    font-size: 15px;
  }
  .bnr_line2 {
    margin: 25px auto 0;
  }
  .bnr_line2:nth-child(2) {
    margin-top: 25px;
  }
}
/*前提記載（レイアウトが崩れた際に記載）*/



/*-----------------------------------
 ▲▲▲20190725_既存バナー制作追加分_end▲▲▲
 -----------------------------------*/
#freearea {
  margin: -15px auto 45px;
}

@media (min-width:768px) {
  #freearea {
    max-width: 780px;
    margin-bottom: 45px;
  }
}

/*200430_TCI福岡_sakaguchi 共通ボタンの導入*/
.buttons .cmn_link_btn .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  right: 10px;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.buttons .btn_close .cmn_link_btn .cmn_link_btn_text::after {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/*-------------------------------
▼ TCI福岡_sakaguchi バナー共通化対応
-------------------------------*/
@media (min-width:768px) {
  .castle-building-detail .cmn_bnr_area.col02.col02_bnr_01 {
    margin-top: 34px;
    padding: 0;
  }
}

@media (max-width:767px) {
  .castle-building-detail .cmn_bnr_area.col02.col02_bnr_01 {
    margin-top: 2rem;
    padding: 0;
  }
  .castle-building-detail .cmn_bnr_area.col02.col02_bnr_02 {
    max-width: 345px;
    padding: 0 0 10px;
  }
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/detail/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}