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

title : 刀剣ワールド 全国刀剣情報検索
scope : 刀剣ワールド 全国刀剣情報検索

memo：

last modify :2020/12/29 TCI福岡_sakaguchi バナー共通化対応

2020/09/23 TCI福岡／リンクボタンデザイン改修
2020/08/18 TCI福岡_sakaguchi 共通tableクラスの導入
2020/06/26 TCI福岡_eguchi インデント調整
2019/11/07 TCI福岡_uesugi h3の追加・class名変更
2019/11/01 TCI福岡_sakaguchi 近日公開の追加
2019/09/26 TCI福岡_uesugi 刀剣商（刀剣店）の表デザイン変更
2019/06/26 TCI福岡_oku 全国刀剣情報検索／都道府県ページ
========================================================== */

/* 共通部分上書き */
.banner_h1 {
  text-align: left;
}
.banner_h1 .txth1 {
  font-size: 32px;
  min-width: 90%;
  top: 49%;
  left: 48.5%;
  line-height: 1.3;
}
.banner_h1 .txth1 span:not(.cmn_h1_sitetop_name) {
  background: #056e3d;
  display: inline-block;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 5px 18px;
}
.anchor_cmn {
  max-width: 840px;
}
.title_h2cmn {
  margin-bottom: 13px;
}
.box_seo {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 18px;
    left: 47%;
    width: 90%;
  }
  .banner_h1 .txth1 span {
    font-size: 14px;
    padding: 3px 10px;
  }
  .banner_h1 .txth1 span:not(.cmn_h1_sitetop_name) {
    font-size: 14px;
  }
  .box_seo {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .anchor_cmn ul li {
    width: 33%;
  }
}

/* ==========================================================
  parts
========================================================== */
section > section {
  margin: 55px 10px 0;
}
section > section:nth-of-type(1) {
  margin-top: 0;
}
.desc {
  margin: 30px auto 40px;
  max-width: 820px
}
.text_type01 {
  margin: 0 auto;
  max-width: 770px;
}

@media only screen and (max-width: 767px) {
  section > section {
    font-size: 15px;
  }
  .desc {
    font-size: 15px;
    margin: 0;
    padding: 0 20px 20px;
  }
  .text_type01 {
    margin: 0 20px 20px;
  }
  .h3_content .text_type01 {
    margin-bottom: 0;
  }
}

/* button */
.link_block .cmn_link_btn_wrap {
  text-align: center;
}

.link_block .cmn_link_btn {
  outline: none;
  max-width: 225px;
}

@media only screen and (max-width: 767px) {
  .link_block .cmn_link_btn {
    max-width: 240px;
  }

  .link_block .cmn_link_btn_text {
    font-size: 15px;
  }

  .link_block .cmn_link_btn_text::after {
    top: calc(50% - 2px);
  }

  .link_block .cmn_link_btn_text::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .link_block.open .cmn_link_btn_text::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

/* 刀剣商 施設詳細のボタン変更 */
.link_btn {
  background-color: #c92121;
  border: solid 1px #991c1c;
  display: block;
  position: relative;
  transition: opacity .3s;
  text-align: center;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.link_btn:hover {
  opacity: .6;
}

.link_btn::before,
.link_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #cb6868;
  border-bottom: solid 1px #cb6868;
}

.link_btn::before {
  top: 0;
  left: 0;
}

.link_btn::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link_btn_inner::before,
.link_btn_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #cb6868;
  border-bottom: solid 1px #cb6868;
}

.link_btn_inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link_btn_inner::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link_btn_text {
  border: solid 1px #cb6868;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 6px 11px 6px 2px;
  position: relative;
  font-feature-settings: "pkna";
}

.link_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: calc(50% - 3px);
  width: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link_btn+.link_btn {
  margin-top: 14px;
}

/* link button purple */
.link_btn.link_btn_ppl {
  background: #7F1EB0;
  border-color: #6e1c98;
}

.link_btn.link_btn_ppl .link_btn_text {
  border-color: #a887be;
}

.link_btn.link_btn_ppl::before,
.link_btn.link_btn_ppl::after,
.link_btn.link_btn_ppl .link_btn_inner::before,
.link_btn.link_btn_ppl .link_btn_inner::after {
  border-right: solid 1px #a887be;
  border-bottom: solid 1px #a887be;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link_btn_text {
    padding: 14px 11px 10px 2px;
  }
}

@media (max-width: 767px) {
  .link_btn {
    max-width: 150px;
  }
  .link_btn_text {
    font-size: 14px;
    padding: 8px 11px 8px 2px;
  }
  .link_btn.link_btn_ppl .link_btn_text {
    font-size: 12px;
  }
  .link_btn+.link_btn {
    margin-top: 10px;
  }
}

/* bg_block */

.bg_block {
  background: url(../image/detail/bg_01.png) left top repeat;
  margin: 35px auto 0;
  max-width: 770px;
  padding: 20px;
}
.bg_block .bg_inner {
  background-color: rgba(255,255,255,0.9);
  border-bottom: 1px solid #be9c9c;
  border-right: 1px solid #be9c9c;
  padding: 30px 30px 22px;
}
.bg_block .title_h3_02 {
  border-bottom: 1px solid #b28e5f;
  margin-bottom: 20px;
  padding-bottom: 2px;
  position: relative;
}
.bg_block .title_h3_02 h3 {
  border-bottom: 2px solid #b28e5f;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 5px;
  padding-left: 35px;
}
.bg_block .title_h3_02 h3:before {
  background: url(/image_cmn/titleh2/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 35%;
  width: 27px;
}
.bg_block .img_right {
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg_block .img_right .image {
  width: 41%;
}
.bg_block .img_right .text {
  width: 54.8%;
}
.bg_block .img_right .desc_txt {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bg_block .img_right .image ,
  .bg_block .img_right .text {
    width: 100%;
  }
  .bg_block .img_right .desc_txt {
    margin: 20px 0 ;
  }
  .bg_block .img_right .image {
    text-align: center;
  }
  .bg_block .img_right .image img {
    vertical-align: bottom;
  }
  .bg_block .title_h3 h3 {
    font-size: 19px;
  }
}

/* 近日公開（.coming_soon） */
.bg_block.coming_soon {
  background: url(../image/detail/bg-pattern-coming-soon.png) left top repeat;
}
.bg_block.coming_soon .bg_inner {
  background-color: rgba(249,251,248,0.9);
  border-bottom: 1px solid #97ab8f;
  border-right: 1px solid #97ab8f;
}
.bg_block.coming_soon .img_right .text {
  background: url(../image/detail/bg-coming-soon.png) left top no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bg_block.coming_soon .img_right .desc_txt {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 4px 10px;
}

@media only screen and (max-width: 767px) {
  .bg_block.coming_soon .img_right .image {
    margin: 0 auto;
    width: 90%;
  }
  .bg_block.coming_soon .img_right .text {
    background: none;
    margin-top: 20px;
  }
  .bg_block.coming_soon .img_right .desc_txt {
    padding: 0;
  }
}

/* tablescroll */

.tablescroll {
  margin: 20px auto 0;
  max-width: 770px;
}
.tablescroll table {
  border-collapse: separate;
  border-color: #c4a680;
  max-width:770px;
  table-layout: fixed;
  width: 100%;
}
.tablescroll table tbody tr{
  border-color: #c4a680;
}
.tablescroll.type01 th:nth-of-type(1) {
  width: 46.7%;
}
.tablescroll.type01 th:nth-of-type(2) {
  width: 33.5%;
}
.tablescroll.type02 th:nth-of-type(1) {
  width: 22.4%;
}
.tablescroll.type02 th:nth-of-type(2) {
  width: 18.4%;
}
.tablescroll.type02 th:nth-of-type(3) {
  width: 34%;
}
.tablescroll.type02 td:nth-of-type(2) {
  padding-right: 10px;
}
.tablescroll.type03 th:nth-of-type(1) {
  width: 29.6%;
}
.tablescroll.type03 th:nth-of-type(2) {
  width: 45%;
}
.tablescroll th,
.tablescroll td {
  vertical-align: middle;
}
.tablescroll th {
  background:url(../image/detail/table_bg.png) left top repeat;
  border-bottom-color: #c4a680;
  border-right-color: #FFF;
  color: #FFF;
  padding: 10px 5px;
  text-align: center;
}
.tablescroll td {
  padding: 15px 12px;
}
.tablescroll th:last-child {
  border-right: none;
}
.tablescroll td {
  border-bottom-color: #c4a680;
  border-right-color: #c4a680;
}
.tablescroll tbody td:last-of-type {
  border-right: none;
}
.tablescroll table tbody tr:last-of-type td {
  border-bottom: none;
}

/* title_h3 */

.title_h3 {
  display: table;
  height: 40px;
  margin: 50px auto 0;
  position: relative;
  table-layout: fixed;
}
.title_h3_066E3D {
  background: url(../image/detail/ttl01-border01.png) no-repeat top center, url(../image/detail/ttl01-border03.png) no-repeat bottom center;
}
.title_h3_CC5F00 {
  background: url(../image/detail/ttl02-border01.png) no-repeat top center, url(../image/detail/ttl02-border03.png) no-repeat bottom center;
}
.title_h3_881676 {
  background: url(../image/detail/ttl03-border01.png) no-repeat top center, url(../image/detail/ttl03-border03.png) no-repeat bottom center;
}
.title_h3_4A2291 {
  background: url(../image/detail/ttl04-border01.png) no-repeat top center, url(../image/detail/ttl04-border03.png) no-repeat bottom center;
}
.title_h3_A41654 {
  background: url(../image/detail/ttl05-border01.png) no-repeat top center, url(../image/detail/ttl05-border03.png) no-repeat bottom center;
}
.title_h3_31489E {
  background: url(../image/detail/ttl06-border01.png) no-repeat top center, url(../image/detail/ttl06-border03.png) no-repeat bottom center;
}
.title_h3_B28E5F {
  background: url(../image/detail/ttl07-border01.png) no-repeat top center, url(../image/detail/ttl07-border03.png) no-repeat bottom center;
}
.title_h3_6F6005 {
  background: url(../image/detail/ttl08-border01.png) no-repeat top center, url(../image/detail/ttl08-border03.png) no-repeat bottom center;
}
.title_h3_AB2422 {
  background: url(../image/detail/ttl09-border01.png) no-repeat top center, url(../image/detail/ttl09-border03.png) no-repeat bottom center;
}
.title_h3_233E32 {
  background: url(../image/detail/ttl10-border01.png) no-repeat top center, url(../image/detail/ttl10-border03.png) no-repeat bottom center;
}
.title_h3_7E122E {
  background: url(../image/detail/ttl11-border01.png) no-repeat top center, url(../image/detail/ttl11-border03.png) no-repeat bottom center;
}
.title_h3_762F07 {
  background: url(../image/detail/ttl12-border01.png) no-repeat top center, url(../image/detail/ttl12-border03.png) no-repeat bottom center;
}
.title_h3_007BBB {
  background: url(../image/detail/ttl13-border01.png) no-repeat top center, url(../image/detail/ttl13-border03.png) no-repeat bottom center;
}

.title_h3:before,
.title_h3:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 170px;
  z-index: -1;
}
.title_h3_066E3D > span {
  background: url(../image/detail/ttl01-border02.png) repeat top left;
}
.title_h3_066E3D:before,
.title_h3_066E3D:after {
  background-color: #056e3d;
}
.title_h3_CC5F00 > span {
  background: url(../image/detail/ttl02-border02.png) repeat top left;
}
.title_h3_CC5F00:before,
.title_h3_CC5F00:after {
  background-color: #cc5f00;
}
.title_h3_881676 > span {
  background: url(../image/detail/ttl03-border02.png) repeat top left;
}
.title_h3_881676:before,
.title_h3_881676:after {
  background-color: #881676;
}
.title_h3_4A2291 > span {
  background: url(../image/detail/ttl04-border02.png) repeat top left;
}
.title_h3_4A2291:before,
.title_h3_4A2291:after {
  background-color: #492291;
}
.title_h3_A41654 > span {
  background: url(../image/detail/ttl05-border02.png) repeat top left;
}
.title_h3_A41654:before,
.title_h3_A41654:after {
  background-color: #a41654;
}
.title_h3_31489E > span {
  background: url(../image/detail/ttl06-border02.png) repeat top left;
}
.title_h3_31489E:before,
.title_h3_31489E:after {
  background-color: #30489e;
}
.title_h3_B28E5F > span {
  background: url(../image/detail/ttl07-border02.png) repeat top left;
}
.title_h3_B28E5F:before,
.title_h3_B28E5F:after {
  background-color: #b28e5f;
}
.title_h3_6F6005 > span {
  background: url(../image/detail/ttl08-border02.png) repeat top left;
}
.title_h3_6F6005:before,
.title_h3_6F6005:after {
  background-color: #6f6005;
}
.title_h3_AB2422 > span {
  background: url(../image/detail/ttl09-border02.png) repeat top left;
}
.title_h3_AB2422:before,
.title_h3_AB2422:after {
  background-color: #ab2422;
}
.title_h3_233E32 > span {
  background: url(../image/detail/ttl10-border02.png) repeat top left;
}
.title_h3_233E32:before,
.title_h3_233E32:after {
  background-color: #00552e;
}
.title_h3_7E122E > span {
  background: url(../image/detail/ttl11-border02.png) repeat top left;
}
.title_h3_7E122E:before,
.title_h3_7E122E:after {
  background-color: #7e122e;
}
.title_h3_762F07 > span {
  background: url(../image/detail/ttl12-border02.png) repeat top left;
}
.title_h3_762F07:before,
.title_h3_762F07:after {
  background-color: #762f07;
}
.title_h3_007BBB > span {
  background: url(../image/detail/ttl13-border02.png) repeat top left;
}
.title_h3_007BBB:before,
.title_h3_007BBB:after {
  background-color: #007bbb;
}
.title_h3:before {
  right: 104.3%;
}
.title_h3:after {
  left: 104.3%;
}
.title_h3 > span {
  background-repeat: repeat-y;
  background-position: top center;
  color: #fff;
  display: table-cell;
  font-size: 0;
  font-weight: bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}
.title_h3 > span > span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
}
.title_h3 > span > span:before,
.title_h3 > span > span:after {
  background: url(../image/detail/ttl01-border_icon01.png) no-repeat center;
  content: '';
  display: block;
  height: 19px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}
.title_h3.title_h3_CC5F00 > span > span:before,
.title_h3.title_h3_CC5F00 > span > span:after {
  background: url(../image/detail/ttl01-border_icon02.png) no-repeat center;
}
.title_h3.title_h3_881676 > span > span:before,
.title_h3.title_h3_881676 > span > span:after {
  background: url(../image/detail/ttl01-border_icon03.png) no-repeat center;
}
.title_h3.title_h3_4A2291 > span > span:before,
.title_h3.title_h3_4A2291 > span > span:after {
  background: url(../image/detail/ttl01-border_icon04.png) no-repeat center;
}
.title_h3.title_h3_A41654 > span > span:before,
.title_h3.title_h3_A41654 > span > span:after {
  background: url(../image/detail/ttl01-border_icon05.png) no-repeat center;
}
.title_h3.title_h3_31489E > span > span:before,
.title_h3.title_h3_31489E > span > span:after {
  background: url(../image/detail/ttl01-border_icon06.png) no-repeat center;
}
.title_h3.title_h3_B28E5F > span > span:before,
.title_h3.title_h3_B28E5F > span > span:after {
  background: url(../image/detail/ttl01-border_icon07.png) no-repeat center;
}
.title_h3.title_h3_6F6005 > span > span:before,
.title_h3.title_h3_6F6005 > span > span:after {
  background: url(../image/detail/ttl01-border_icon08.png) no-repeat center;
}
.title_h3.title_h3_AB2422 > span > span:before,
.title_h3.title_h3_AB2422 > span > span:after {
  background: url(../image/detail/ttl01-border_icon09.png) no-repeat center;
}
.title_h3.title_h3_233E32 > span > span:before,
.title_h3.title_h3_233E32 > span > span:after {
  background: url(../image/detail/ttl01-border_icon10.png) no-repeat center;
}
.title_h3.title_h3_7E122E > span > span:before,
.title_h3.title_h3_7E122E > span > span:after {
  background: url(../image/detail/ttl01-border_icon11.png) no-repeat center;
}
.title_h3.title_h3_762F07 > span > span:before,
.title_h3.title_h3_762F07 > span > span:after {
  background: url(../image/detail/ttl01-border_icon12.png) no-repeat center;
}
.title_h3.title_h3_007BBB > span > span:before,
.title_h3.title_h3_007BBB > span > span:after {
  background: url(../image/detail/ttl01-border_icon13.png) no-repeat center;
}
.title_h3 > span > span:after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .title_h2cmn {
    margin-bottom: 30px;
  }
  .title_h3 {
    margin-bottom: 20px;
    padding: 13px 0;
    width: 630px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 118px;
  }
  .title_h3 > span > span {
    font-size: 18px;
  }
  .title_h3 > span > span:before,
  .title_h3 > span > span:after {
    height: 19px;
    width: 27px;
  }
}

@media (max-width: 767px) {
  .title_h2cmn {
    margin-bottom: 15px;
  }
  .title_h2cmn >span {
    font-size: 17px;
  }
  .title_h3 {
    background-size: 100%;
    padding: 5px 0;
    margin: 60px auto 20px;
    width: 258px;
  }
  .text_type01 + .title_h3 {
    margin-top: 40px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 30px;
  }
  .title_h3 > span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0;
  }
  .title_h3 > span > span {
    font-size: 17px;
  }
  .title_h3 > span > span:before,
  .title_h3 > span > span:after {
    background-size: 100%;
    width: 25px;
  }
  .title_h3 > span > span:before {
    left: 3px;
  }
  .title_h3 > span > span:after {
    right: 3px;
  }
}

/* link_list */

.link_list {
  margin: 4px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 637px;
}

.link_list li {
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
  width: 47%;
}
.link_list li:before {
  border-color: #b28e5e transparent transparent transparent;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  top: calc(12px - 4px);
  width: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .link_list {
    margin: 20px 20px 0;
    overflow: hidden;
  }
  .open .link_list {
    height: auto !important;
  }
  .link_list li {
    margin-top: 5px;
    width: 100%;
  }
  .link_list li:first-child {
    margin-top: 0;
  }
  .link_list li:before {
    border-width: 10px 6px 0 6px;
    top: calc(10px - 4px);
  }
}

/* all_btn */
.all_btn {
  margin-top: 20px;
  display: none;
}

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

/* award */
@media ( max-width: 767px ) {
  .award .tbl_scroll {
    position: relative;
    margin-bottom: 20px;
  }
  .award .tbl_scroll .tbl_scroll_box {
    margin-bottom: 10px;
  }
  .award .tbl_box td {
    padding: .5em;
  }
  .award .tbl_scroll::before {
    margin-top: 15px;
    border: 1px solid #539de0;
    border-bottom: 0;
    padding: 0.8em;
    content: "フリックによる横スライド仕様となります";
    position: relative;
    display: block;
    background: url(../image/detail/ico_flick.png) left 10px center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    padding-left: 45px;
  }
}

/* name */
td.name {
  padding: 12px 0 12px 20px;
}
.name_inner {
  display: flex;
  align-items: center;
  text-align: left;
}
.name_inner img {
  margin-right: 12px;
  max-width: 134px;
  margin-left: -10px;
}

@media ( min-width: 768px ) {
  .name_inner.no_photo {
    padding-left: 1em;
  }
}

/* tel */
td.tel {
  text-align: center;
}

/* facility_name */
.tablescroll .facility_name {
  padding: 15px 12px 15px 1.25em;
}
.tablescroll .facility_name.building_photo {
  padding: 15px 8px 15px 12px;
}
.facility_name_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.facility_name_inner img {
  margin: 0 8px 0 0;
  max-width: 134px;
}
.facility_name_important_txt {
  color: #C03B38;
  font-size: 16px;
  font-weight: 600;
}
.facility_name_important_txt:before {
  content: "\A";
  white-space: pre;
}

/* ------------------------------------ */
/* ▼ char_list */
/* ------------------------------------ */
.char_list_wrap {
  margin: 50px auto 20px;
  max-width: 900px;
}
.char_list {
  padding: 0 65px;
}
.char_list li {
  float: left;
  padding: 0 10px 10px;
  width: 16.666%;
}
.char_list li a:hover img {
  opacity: .7;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .char_list_wrap {
    margin-top: 30px;
  }
  .char_list {
    padding: 0 10px;
  }
  .char_list li {
    width: 33.333%;
  }
}

/* ------------------------------------ */
/* ▼ _bnr_block */
/* ------------------------------------ */
.bnr_relational_col1,
.bnr_relational_col2 {
  margin: 40px auto 0;
}
.bnr_relational_col1 .bnr_item figcaption,
.bnr_relational_col2 .bnr_item figcaption {
  line-height: 1.2;
  letter-spacing: .08em;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .bnr_relational_col1 .bnr_item figure,
  .bnr_relational_col2 .bnr_item figure {
    margin: 0 auto;
    width: 79.71%;
  }
  .bnr_relational_col1 .bnr_item figcaption,
  .bnr_relational_col2 .bnr_item figcaption {
    font-size: 15px;
    text-align: left;
  }
}

/* ▼ _bnr_block col1*/
.bnr_relational_col1 {
  max-width: 500px;
}
.bnr_relational_col1 .bnr_item {
  margin-top: 20px;
}
.bnr_relational_col1 .bnr_item:first-child {
  margin-top: 0px;
}

/* ▼ _bnr_block col2*/
.bnr_relational_col2 {
  max-width: 780px;
}

@media (min-width: 768px) {
  .bnr_relational_col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .bnr_relational_col2 .bnr_item {
    width: 47.4%;
  }
  .bnr_relational_col2 .bnr_item {
    margin-top: 20px;
  }
  .bnr_relational_col2 .bnr_item:nth-child(-n+2) {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .bnr_relational_col2 .bnr_item {
    margin-top: 15px;
  }
}

/* ------------------------------------ */
/* ▼ title_h4 */
/* ------------------------------------ */
.title_h4 {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  height: auto;
  margin: 50px auto 20px;
  max-width: 630px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.title_h4 >span {
  border-bottom: 2px solid #b28e5f;
  display: inline-block;
  padding: 10px 0;
}

.title_h4 >span >span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 55px;
  position: relative;
  vertical-align: middle;
}

.title_h4 >span >span::after,
.title_h4 >span >span::before {
  background: url(../image/detail/ttl01-border_icon14.png) no-repeat;
  content: '';
  height: 18px;
  left: 25px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 52px;
}

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

/* ------------------------------------ */
/* ▼ sns_ico_block */
/* ------------------------------------ */
.name .member_list {
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
.name .member_list > p {
  width: 100%;
}
.name .born {
  display: flex;
  flex-wrap: wrap;
}
.sns_ico_block ul {
  margin-top: 8px;
}
.sns_ico_block .sns_image {
  margin-right: 10px;
}
.sns_ico_block .sns_image:last-child {
  margin-right: 0;
}
.sns_ico_block .sns_image a {
  display: block;
}
.sns_ico_block .sns_image a:hover {
  opacity: .7;
}

/* detail_button */
.official_btn_wrap {
  text-align: center;
}

.official_btn {
  background-color: #7F1EB0;
  border: solid 1px #6e1c98;
  display: inline-block;
  outline: none;
  padding: 0;
  position: relative;
  transition: opacity .3s;
  text-align: center;
  width: 100%;
  max-width: 225px;
}

.official_btn:hover {
  opacity: .6;
}

.official_btn::before,
.official_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #a887be;
  border-bottom: solid 1px #a887be;
}

.official_btn::before {
  top: 0;
  left: 0;
}

.official_btn::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.official_btn_inner::before,
.official_btn_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #a887be;
  border-bottom: solid 1px #a887be;
}

.official_btn_inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.official_btn_inner::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.official_btn_text {
  border: solid 1px #a887be;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 6px 11px 6px 2px;
  position: relative;
  font-feature-settings: "pkna";
}

.official_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0;
}

@media only screen and (max-width: 767px) {
  .official_btn {
    max-width: 240px;
  }
  .official_btn_text {
    font-size: 15px;
  }
  .official_btn_text::after {
    border-width: 6px 4px 0 4px;
    top: calc(50% - 2px);
  }
  .link_block .official_btn_text::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .link_block.open .official_btn_text::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

/* ------------------------------------ */
/* ▼ 共通 リンクボタン */
/* ------------------------------------ */
.cmn_link_btn.facility_info_elm {
  max-width: 225px;
}

.cmn_link_btn_text {
  font-size: 14px;
}

.cmn_link_btn + .cmn_link_btn {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .cmn_link_btn.facility_info_elm {
    max-width: 240px;
  }
  .cmn_link_btn + .cmn_link_btn {
    margin-top: 10px;
  }
}

/* ------------------------------------ */
/* ▼ バナー共通化対応 */
/* ------------------------------------ */

@media (min-width: 768px) {
  .box_des_under_bnr {
    margin-bottom: 40px;
  }
  .box_facility_info_bnr {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .box_des_under_bnr {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .box_des_under_bnr .cmn_bnr_area.col02 {
    width: 80%;
    padding: 0;
  }
  .box_illust_bnr {
    margin-top: 40px;
  }
  .box_facility_info_bnr {
    margin-top: 40px;
  }
  .box_facility_info_bnr .cmn_bnr_area.col01 {
    width: 80%;
    padding: 0;
  }
  .box_facility_info_bnr .cmn_bnr_area.col02 {
    width: 80%;
    padding: 0;
  }
}

/* BOX TITLE */
.box_s .box__title {
  background: url(../image/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/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/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/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/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;
  }
}

/* cmn_item_movie */
.cmn_box_item_movie .cmn_item_movie_thum {
  border: 4px solid #c4a680;
}

.cmn_box_item_movie .cmn_item_movie_txt_area {
  background: none;
  align-items: baseline;
}

.cmn_box_item_movie .cmn_item_movie_ttl {
  color: #000;
  font-size: 18px;
}

@media (min-width: 768px) {
  .box__links__related{
    padding-bottom: 0;
  }
  
  .cmn_box_item_movie.col02 {
      max-width: 680px;
  }

  .cmn_box_item_movie.col02 .cmn_item_movie {
    width: 320px;
  }

  .cmn_box_item_movie.col03 {
    background: url(/image_cmn/spacer/img-cmn-spacer-01.png) right 9% bottom 70px no-repeat;
    background-size: 18% auto;
  }

}

/* ------------------------------------ */
/* ▼ ラベル(おすすめ店)と説明文 */
/* ------------------------------------ */
.recommended-shop_label{
  display: block;
  width: 93px;
  height: 25px;
  background: url(/wp/wp-content/themes/wp-templ/organization/tosho/image/ico-recommend_01.png) no-repeat;
  background-size: contain;
  margin: -5px 0 5px;
}

.label-summary_area {
  font-size: 16px;
  padding-left: 1em;
  margin: 20px auto 40px;
  max-width: 860px;
  text-indent: -1em;
}
.label-summary_area .recommended-shop_label{
  margin: 0 5px;
  display: inline-block;
  vertical-align: text-bottom;
}

@media (max-width: 767px){
  .label-summary_area {
    line-height: 1.8;
  }
}

/* ボタンデザイン */
.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/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;
  }
}