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

title : 刀剣ワールド 刀剣奉納 神社・仏閣の日本刀 詳細ページ
scope : 刀剣ワールド 刀剣奉納 神社・仏閣の日本刀 詳細ページ

memo：

last modify : 2022/03/14 tanaka タイトル画像スライド化

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

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

.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;
  touch-action: pinch-zoom;
}
.fancybox-stage .item-modal img {
  display: block;
  /* max-height: 640px; */
  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;
  }
  .fancybox-arrow,
  .fancybox-show-nav .fancybox-arrow {
    display: none;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
}
.museum__detail section {
  overflow: hidden;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: 12px auto 10px;
  }
  .breadcrumbs li {
    display: inline;
    font-size: 14px;
  }
}

/* Box Title */
.box_s .box__title {
  color: #fff;
  display: table;
  font-size: 19px;
  font-weight: 600;
  height: 60px;
  margin: 0 auto 5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.box_s .box__title:before,
.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/title_photos.png) no-repeat center;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.box_s .box__title > span span {
  display: inline-block;
  max-width: 600px;
  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;
  }
}
/* End box title */

/* Box anchor */
.archor__links ul {
  background: url(../image/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/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/bkg_anchor_nav.png);
    margin: 3px auto 23px;
  }
  .archor__links ul li {
    height: auto;
  }
  .archor__links ul li a {
    background: url(../image/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 Video */
.box_s > .box__title {
  max-width: 830px;
}

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

/* Box map */
.box__map .wcm {
  max-width: 830px;
}
.facility_map_label {
  background: url(../image/bg_map_pt.png) no-repeat center top;
  background-size: 116px 131px;
}

@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;
}
.facility_table_contents.table_type01 th {
  background-image: url(../image/detail/bkg_faci.png);
}

@media (max-width: 767px) {
  .box__faci {
    margin-bottom: 40px;
  }
  .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 {
    padding: 0 35px;
  }
  .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;
  }
}

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

/* Box photo */
.box__photos {
  margin: 0 0 60px;
}
.box__photos .wcm {
  max-width: 950px;
}
.box__photos__title {
  margin: 0 auto 30px;
}
.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: #0a0a0a;
  color: #fff;
  font-size: 18px;
  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;
}
.box__photos p.zoom_text {
  /*font-size: 18px;*/
  line-height: 29px;
  margin: 0 0 25px;
  text-align: center;
}
.cmn_h3_01 {
  margin-bottom: 30px;
}
.cmn_h3_01_border {
  width: 100%;
  max-width: 600px;
}
@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;
}

@media (max-width: 767px) {
  .box__photos {
    margin-bottom: 40px;
  }
  .box__photos .wcm {
    padding: 0 15px;
  }
  .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 {
    max-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: 12px 42px 0;
  }
  .box__photos .buttons {
    font-size: 0;
    padding: 0 58px;
  }
  .box__photos .buttons img {
    height: auto;
  }
  .box__photos .btn_close {
    display: none;
  }
}

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

/* 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/bkg.png);
  display: block;
  padding: 15px 35px 11px;
  position: relative;
}
.box__history__content h3 span span {
  position: relative;
}
.box__detail {
  /* letter-spacing: 0.13em;*/
  padding: 28px 30px 7px;
}
.wp-caption-text {
  color: #821e7f;
  font-size: 17px;
  line-height: 27px;
  margin-top: 3px;
  text-align: center;
}
.box__detail img {
  border: #aaa solid 1px;
  margin: 0;
}
.box__detail p {
  color: #000;
}
.box__detail .wp-caption.pc {
  margin-bottom: 0;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .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 {
    display: inline-block;
    max-width: 70%;
  }
  .box__history__title > span span:after,
  .box__history__title > span span:before {
    background-size: 100%;
    display: none;
    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 15px;
  }
  .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 h2 {
    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: 0 auto 15px;
  max-width: 820px;
}
.museum__detail .charm_detail_content__zoom {
  margin: 24px 0 0;
}

/* 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: 90%;
    padding: 8px 0 23px;
  }
}


/* 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 25px;
}
.box_result__item .description {
  /*font-size: 16px;*/
  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 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 .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;
  line-height: inherit;
}
.box_result__item .info_box dl .spec {
  font-size: inherit;
}
.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.flex dl 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;
  }
}
/* ---------- close box__prefecture ------------*/

/* 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__photos__title {
    padding-top: 10px;
  }
  .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: -11px;
  }
  .box__faci__title {
    padding-top: 9px;
  }
  .box__faci__title > span span:after, .box__faci__title > span span:before {
    margin-top: -13px;
  }
  .box__video__title,
  .box__map__title {
    padding-top: 9px;
  }
  .box__video__title > span span:after, .box__video__title > span span:before,
  .box__map__title > span span:after, .box__map__title > span span:before {
    margin-top: -6px;
  }
  .box__title > span span {
    padding-top: 8px;
  }
  .box_s .box__title > span span {
    padding-top: 8px;
  }
}
/* Light box */

.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/lightbox-btn-close.gif) no-repeat;
  display: block;
  font-size: 0;
  height: 26px;
  margin: 10px auto 0;
  width: 90px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

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

.btnclosetop {
  background: url(../image/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%;
  }
}

/* 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%;
  }
}

#overLayer {
  position: relative;
  position: fixed;
  z-index: 120;
  top: 50%;
  left: 50%;
  display: none;
  width: 658px;
  padding: 10px;
  background: #fff;
}
#glayLayer {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background: #222;
}
#modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}
#modal_fullmap {
  width: 100%;
  height: 100%;
}
#closebtn_fullmap {
  background: url(../../image_cmn/museum/btn_map_close.png) no-repeat;
  bottom: 20px;
  cursor: pointer;
  font-size: 0;
  height: 38px;
  left: 50%;
  margin-left: -58px;
  position: fixed;
  width: 117px;
  z-index: 300;
}
.box_room_exhibits--item .btnclose {
  background: none;
}

/* 各項目の説明文 */
.box__text__inner {
  margin: 12px auto 30px;
  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;
  }
}
/* banner template */

.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;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fancybox-stage .item-modal .item__title {
    font-size: 16px;
  }
  .zoomer-controls {
    display: none !important;
  }
  .fancybox-stage .item-modal {
    width: 850px;
  }
  .zoomer_fancy {
    height: 548px;
  }
}

/*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;
}

/* 20190212_add_video */
/* 記事内動画掲載
---------------------------------------*/
figure.post_movie_link {
  margin: 5px 10px 40px 30px;
  position: relative;
  display: block;
  float: right;
  width: 300px;
}
.post_movie_link .wp-caption-text {
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 28px;
}
.post_movie_link .bximg > img {
  border: 3px solid #b28e5f ;
}
.post_movie_link .ic_play {
  display: block;
  opacity: 1;
  min-height: 50px;
  padding: 7px;
}
.post_movie_link .ic_play span {
  margin: auto;
}
.post_movie_link a:hover {
  opacity: 0.7;
}
.post_movie_link div.ic_play {
  background: url(/image_cmn/titleh2/bkg_ttbl2.png) no-repeat top center;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 10px;
  text-align: center;
}

@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;
  }
}

/* 動画枠 記事途中に2件動画を入れる場合 */
/* .bnr_field */
.bnr_wrap figure a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.bnr_wrap figcaption,
.bnr_up 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 {
    text-align: left;
    line-height: normal;
  }
}

@media (min-width: 768px) {
  .bnr_up {
    margin: 0 auto 0;
  }
  .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_wrap figcaption,
  .bnr_up figcaption {
    text-align: left;
    line-height: 1.3;
  }
}

/*テキスト可変バナー追加 2個並び*/
ul.lst_bnr_lnk {
  margin: 3em auto 0;
}
ul.lst_bnr_lnk li.no_image img {
  border: none;
}

/*テキスト可変バナー追加 1個並び*/
ul.lst_bnr_lnk.single {
  margin: 1em auto 0;
}
ul.lst_bnr_lnk.single li.bnr_box {
  min-height: 90px;
}

@media (max-width: 320px) {
  ul.lst_bnr_lnk.single li.bnr_box span.txt_name {
    font-size: .75em;
    line-height: normal;
  }
  ul.lst_bnr_lnk.single li.bnr_box.bf_chronology span.txt_name {
    line-height: 2em;
  }
  ul.lst_bnr_lnk.single li.bnr_box {
    min-height: auto;
  }
  ul.lst_bnr_lnk.single li.bnr_box.bf_meika a {
    padding: 13.5% 13% 2% 4%;
    overflow: hidden;
  }
}

/* 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;
}

@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;
  }
}

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

/*前提記載（レイアウトが崩れた際に記載）*/
.bnr_line {
  margin: 0 auto 30px;
}
/*前提記載（レイアウトが崩れた際に記載）*/


@media (max-width: 767px) {
  /*前提記載（レイアウトが崩れた際に記載）*/
  .bnr_line .bnr_single_line {
    padding: 0 20px;
  }
  /*前提記載（レイアウトが崩れた際に記載）*/
}
/*-----------------------------------
▲▲▲20190725_既存バナー制作追加分_end▲▲▲
-----------------------------------*/

@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 */

/* freearea */
#freearea {
  margin: -15px auto 45px;
}

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

/* 20190702_add_bnr_special_contents */
/* 博物館の日本刀ページのバナー追加
---------------------------------------*/
.bnr_special_contents {
  margin: 0 auto 47px;
  max-width: 780px;
  padding-top: 17px;
}
.bnr_special_contents .bnr_item:not(:last-child) {
  margin-bottom: 20px;
}
.bnr_special_contents .bnr_item figcaption {
  line-height: 1.2;
  letter-spacing: .08em;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .bnr_special_contents {
    padding-top: 10px;
  }
  .bnr_special_contents .bnr_item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .bnr_special_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .bnr_special_contents .bnr_item {
    width: 47.4%;
  }
}

/* ▼ 博物館の日本刀から転載 ▼ */
/* 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 {
    line-height: 1.4;
    margin: 0 0 5px;
    text-align: left;
  }
}

.box_room__wrapper .cmn_h2_01 {
  margin: 0 auto 13px;
}

@media (max-width: 767px) {
  .box_room__wrapper .cmn_h2_01 {
    margin: 0 10px 12px;
  }
}
/* ▲ 博物館の日本刀から転載 ▲ */

/* 記事系cssの共有化による調整 200217_TCI_sakaguchi */
.post_movie_link {
  padding-top: 0;
  position: static;
}
.video_area.article_movie .ic_play {
  background-size: contain;
}

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

@media (max-width: 767px) {
  .cmn_bnr_area.col02.col02_bnr_01 {
    padding: 0;
    margin-top: 2rem;
  }
  .box__info .cmn_bnr_area.col01 {
    max-width: 500px;
    width: 80%;
    padding: 0;
  }
}

/* ボタンデザイン */
.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 {
    margin: 16px auto 15px;
  }
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}

/* ------------------------------------ */
/* ▼ タイトル画像スライド化 */
/* ------------------------------------ */
.title_wrap {
  display: flex;
  font-size: 0;
}
.title_wrap > .title_text {
  position: relative;
  width: 42%;
}
.title_wrap > .title_img {
  width: 58%;
}
.title_text .title_text_inner {
  color: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
.title_text h1 {
  padding: 0 10px;
}
.title_text h1 .adj_fz {
  display: block;
  font-size: 38px;
  padding-top: 0.1842em;
}
.title_text .cmn_h1_sitetop_name {
  display: block;
  margin-top: 2px;
}
.title_text h1 .title_area {
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.2;
  margin-top: 2.7778em;
}

.slide_in_carousel_wrap {
  /* background-color: #000; */
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 580px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide_in_carousel_wrap:not(.initialized)::before {
  background: url(/css_cmn/slick/ajax-loader.gif) no-repeat center center;
  content: "";
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: background .6s;
  width: 32px;
}

.slide_in_carousel:not(.slick-initialized) {
  padding-top: 62.069%;
  width: 100%;
}

.slide_in_carousel:not(.slick-initialized)>.slide_in_carousel_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide_in_carousel {
  background: none;
  margin: 0 auto;
  max-width: 1060px;
  opacity: 0;
  position: relative;
  transition: opacity .6s;
  width: 100%;
}

.slide_in_carousel_item img {
  height: auto;
  max-width: none;
  width: auto;
}

.slide_in_carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide_in_carousel_inner {
  overflow: hidden;
  padding-top: 62.069%;
  position: relative;
  width: 100%;
}

.slide_in_carousel_inner a {
  display: block;
}

.slide_in_carousel_img {
  max-width: none;
  position: absolute;
  width: auto;
  will-change: position;
}

.slide_in_carousel_img.not_have_direction {
  top: 0;
  left: 0;
}

.slide_in_carousel_img.landscape {
  height: 100%;
}

.slide_in_carousel_img.portrait {
  width: 100%;
}

.slide_in_carousel_wrap .slick-dots {
  bottom: 14px;
}

.slide_in_carousel_wrap .slick-dots>li {
  height: 10px;
  width: 10px;
}

.slide_in_carousel_wrap .slick-dots>li button {
  background: #d2d2d2;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 10px;
  padding: 3px;
  width: 10px;
}

.slide_in_carousel_wrap .slick-dots>li button:before {
  display: none;
}

.slide_in_carousel_wrap .slick-dots>li.slick-active button {
  background-color: #a8933f;
  border: 1px solid #a8933f;
}

.slide_in_carousel_wrap .slick-arrow {
  border: none;
  height: 50px;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 2;
}

.slide_in_carousel_wrap .slick-prev {
  background: url(../image/detail/t_slideprev.png) no-repeat center/contain;
  left: 5px;
}

.slide_in_carousel_wrap .slick-next {
  background: url(../image/detail/t_slidenext.png) no-repeat center/contain;
  right: 5px;
}

@media (max-width: 999px) {
  .title_text h1 .adj_fz {
    font-size: calc(16px + 22 * (100vw - 320px)/680);
  }
  .title_text h1 .title_area {
    font-size: calc(12px + 6 * (100vw - 320px)/680);
  }
}
@media (max-width: 767px) {
  .title_wrap {
    padding: 0 10px;
  }
  .title_text h1 .title_area {
    margin-top: 5.77vw;
  }
  .slide_in_carousel_wrap .slick-dots {
    bottom: 5px;
  }
  .slide_in_carousel_wrap .slick-arrow {
    height: 25px;
    margin-top: 0;
    width: 16px;
  }
  .slide_in_carousel_wrap .slick-prev {
    left: 10px;
  }
  .slide_in_carousel_wrap .slick-next {
    right: 10px;
  }
}
