@charset "utf-8";

/* /css/tab.ccsの記述を打消し */
html,
body {
  width: auto !important;
}

#main_image {
  margin: 10px auto 0;
  width: 970px;
  position: relative;
}

#main_image .banner-wrapper {
  position: absolute;
  top: 33px;
  left: 126px;
  height: 54px;
  text-align: center;
}

#main_image p {
  display: inline-block;
  background: #3aad7d;
  border-radius: 6px;
  height: 54px;
  padding: 0 20px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
  font-size: 36px !important;
}

#main_image p.fz_large {
  font-size: 28px;
}

#main_image p.fz_middle {
  font-size: 24px;
}

#main_image p.fz_small {
  font-size: 20px;
}

#main_image h1 img {
  width: 970px;
}

/*ご当地キャラの紹介部分*/
.chara_area {
  position: relative;
}

.chara_area .chara_profile {
  font-size: 16px;
  position: absolute;
  right: 143px;
  top: -160px;
  width: 245px;
  height: 67px;
  background: #fff;
  border: #ff8aa0 2px solid;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ffedf1;
}

/*ご当地キャラ紹介 ご当地キャラの文字数が2キャラ必要な場合*/
.chara_area .chara_profile.verylong_box {
  width: 400px;
}

/*ご当地キャラ紹介 ご当地キャラの文字数が規定以上な場合*/
.chara_area .chara_profile.long_box {
  width: 320px;
}

/*ご当地キャラ紹介 ご当地キャラの枠が大きい場合*/
.chara_area .chara_profile.short_box {
  width: 210px;
}

.chara_area .chara_profile::after {
  background: url(../image/img_chara_arrow.png) no-repeat right bottom;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 0;
}

.chara_area .chara_profile .chara_ttl {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
}

/*ご当地キャラ紹介 一行の場合*/
.chara_area .chara_profile .chara_name,
.chara_area .chara_profile .chara_long_name {
  margin: 22px 0 11px;
  letter-spacing: -.005em;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

/*ご当地キャラ紹介 改行が必要な場合*/
.chara_area .chara_profile .chara_long_name {
  margin: 15px 0 11px;
  line-height: 22px;
}

.chara_area .chara_profile .chara_name span,
.chara_area .chara_profile .chara_long_name span {
  font-size: 20px;
}

.chara_area p.credit_text {
  background: rgba(255, 255, 255, .8);
  font-size: 14px;
  padding: 3px 5px;
  position: absolute;
  right: 15px;
  top: -25px;
}

/*ご当地キャラの配置*/
figure.chara_img {
  position: absolute;
}

figure.chara_img a:hover,
figure.chara_img a:visited {
  opacity: .8;
}

#txt_caption {
  margin: 30px auto;
  width: 800px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.04em;
}

#txt_caption_lead {
  width: 900px;
  margin: 35px auto;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

/*旅探情報バナー*/
.facility_area_multi {
  margin: 0 auto;
  max-width: 920px;
  overflow: hidden;
  width: 100%;
}

.bnr_facility_area {
  background: url(../image/bnr-facility-area-563x2.png) no-repeat center;
  background-size: cover;
  width: 563px;
  height: 75px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-weight: 600;
}

.facility_area_multi .bnr_facility_area {
  background: url(../image/bnr-facility-area-450x2.png) no-repeat center;
  background-size: cover;
  margin: 20px 0 0;
  width: 450px;
  height: 75px;
}

.facility_area_multi .bnr_facility_area:nth-child(odd) {
  float: left;
}

.facility_area_multi .bnr_facility_area:nth-child(even) {
  float: right;
}

.facility_area_multi .non_bnr_facility_area {
  float: right;
  margin: 20px 0 0;
}

.facility_area_multi .bnr_facility_area:first-child,
.facility_area_multi .bnr_facility_area:nth-child(2) {
  margin: 40px 0 0;
}

.bnr_facility_area:hover {
  opacity: 0.7;
}

.bnr_facility_area a {
  display: block;
}

.bnr_facility_area .area_text {
  color: #000;
  font-size: 20px;
  margin-left: auto;
  margin-right: calc(100% / 3.5);
  margin-top: 20px;
}

.bnr_facility_area .area_text span {
  background: rgba(255, 255, 255, .85);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  padding: 4px 1.5% 2px 1.5%;
  letter-spacing: initial;
}

.bnr_facility_area .area_text span:after {
  background: url(../image/bnr-facility-area-text.png) no-repeat center;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 42px;
  margin: auto 0 auto 10px;
  position: absolute;
  top: 0;
  width: 170px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .bnr_facility_area:hover {
    opacity: 1;
  }

  .bnr_facility_area .area_text {
    margin-left: auto;
    margin-right: calc(100% / 3.45);
  }

  .bnr_facility_area .area_text span {
    padding: 3px 8px 2px 8px;
  }

  .bnr_facility_area .area_text span:after {
    margin: auto 0 auto 14px;
  }

  figure.chara_img a:hover {
    opacity: 1;
  }
}

/*お気に入り施設の追加*/
#popular_area h2 {
  margin: 30px 0 0 0;
}

#popular_area .lead_text {
  font-size: 1.25em;
  margin: 1em 0;
}

.popular_area_box {
  margin: 0 auto;
  overflow: hidden;
  width: 901px;
}

.popular_content {
  border: 2px #eda500 solid;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  float: left;
  margin: 0 19px 19px 0;
  overflow: hidden;
  position: relative;
  width: 165px;
}

.popular_content:nth-child(5n) {
  margin-right: 0;
}

.popular_content:hover {
  opacity: 0.8;
}

.popular_content a {
  color: #0051C2;
}

.popular_content a:hover {
  color: #f00;
}

.popular_content figure {
  height: 151px;
  overflow: hidden;
  position: relative;
}

.popular_content img {
  border-radius: 3px 3px 0 0;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.popular_content figcaption {
  margin: 1.35em 1em 0;
  height: 15px;
}

.popular_content p.lead {
  font-size: 1.25em;
  margin: .475em 0 .325em;
}

/*--topへ戻る--*/
p.gopagetop {
  height: 25px;
  display: inline-block;
  float: right;
  margin: 0 15px 0 0;
  padding: 0 0 0 25px;
  line-height: 18px;
  background: url(/topic/user_tokuten/image_cmn/mrk_gopagetop.gif) no-repeat 0 0;
}

*:not(.mo_box) + p.gopagetop {
  margin-top: 50px;
}

img {
  vertical-align: top;
}

/*------ 刀剣ワールドへの施設リンク ------*/
.box_touken_fac {
  font-size: 16px;
  margin: 35px auto 55px;
  width: 950px;
}

.box_touken_fac .lead_text {
  line-height: 1.5;
  margin: 16px auto 0;
}

.lst_touken_fac {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto 0;
  width: 900px;
}

.lst_touken_fac li {
  background: url("../image/bg-lst-touken.png") no-repeat right top/auto 100%;
  border: 2px solid #967948;
  height: 86px;
  margin: 15px 0 0;
  position: relative;
  text-align: left;
  width: calc(100% / 2 - 10px);
  z-index: 0;
}

.lst_touken_fac li:first-child,
.lst_touken_fac li:nth-child(2) {
  margin: 0;
}

.lst_touken_fac li.blank {
  background: none;
  border: none;
  position: relative;
}

.lst_touken_fac li.blank img {
  width: 100%;
}

.lst_touken_fac a:hover {
  opacity: .7;
}

.lst_touken_fac a.box_lnk {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}

.lst_touken_fac .box_name {
  order: 1;
  width: calc(100% - 180px);
}

.lst_touken_fac figure {
  box-sizing: border-box;
  height: 82px;
  order: 0;
  outline: 1px solid #967948;
  overflow: hidden;
  width: 164px;
}

.lst_touken_fac figure > img {
  height: auto;
  margin-top: -7px;
  width: 100%;
}

.lst_touken_fac .area {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.lst_touken_fac .name {
  color: #009;
  font-size: 18px;
}

.lst_touken_fac a:hover .name {
  color: #c00;
}

#touken_fac .type_mu,
#touken_fac .type_sh {
  border: 1px solid #967948;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .2em;
  left: -1px;
  min-width: 70px;
  top: -1px;
  padding: 2px 10px;
  position: absolute;
  text-align: center;
  z-index: 1;
}

#touken_fac .type_mu {
  background: #ab2422;
}

#touken_fac .type_sh {
  background: #382857;
}

.box_touken_bnr {
  margin: 20px auto 0;
  text-align: center;
}

.box_touken_bnr a {
  display: block;
}

.box_touken_bnr .lead {
  margin: 10px auto 0;
  text-align: center;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lst_touken_fac a:hover {
    opacity: .7;
  }

  .lst_touken_fac a:hover .name {
    color: #009;
  }
}

/*--------------------------------
 「関連施設検索」追加 #10738[/inc/relation_fasearch.inc]
--------------------------------*/
.relation_fasearch_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 870px;
  margin: 15px auto 0;
  padding: 0;
}

.relation_fasearch_list li {
  margin: 15px 10px 0 0;
  width: 210px;
  height: 80px;
}

.relation_fasearch_list li:nth-child(4),
.relation_fasearch_list li:nth-child(8),
.relation_fasearch_list li:nth-child(12),
.relation_fasearch_list li:last-child {
  margin: 15px 0 0 0;
}

.relation_fasearch_list li.img_empty {
  height: 52px;
  margin: 15px 0 0 19px;
}

/* --------------------------------------------- modal ---------------------------------------------- */
.lock {
  overflow: hidden;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
}

.modal-wrap {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-open {
  cursor: pointer;
}

.modal-close {
  color: #00f;
  text-decoration: underline;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.modal-content {
  position: relative;
  display: none;
  margin: 30px;
  border-radius: 8px;
  background: #fff;
}

#modal_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.modal-content .clsbtn {
  position: absolute;
  display: block;
  top: -25px;
  right: -25px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(/image/top/btn_modal_close.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.modal-content .clsbtn:hover {
  background-position: left bottom;
}

.modal_ttl_bg {
  width: 800px;
  height: 55px;
  margin: 0;
  background: url(/image_cmn/modal_ttl_bg.png) no-repeat center top;
  text-align: center;
}

/* -------- facility_travel-agent_box --------- */
.facility_travel-agent_box {
  width: 800px;
  height: 270px;
}

#facility_public.facility_travel-agent_box {
  height: 335px;
}

.modal_ttl_bg .modal_ttl_traffic {
  margin-top: 7px;
  text-align: center;
}

.modal_btn_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: 680px;
  box-sizing: border-box;
}

.modal_btn_list li {
  margin: 15px 0 0;
  width: 210px;
  height: 40px;
}

#facility_public .modal_btn_list li{
  height: 61px;
}

.ttl_life_related {
  margin: 50px auto 0;
}

/*周辺マップ #around_map*/
.box_around_map {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 660px;
  height: 527px;
  margin: 30px auto 0;
  padding: 1px;
  background: #fff;;
  border: 1px solid #898989;
}
.box_around_map img {
  width: 99.8%;
  height: 99.8%;
}
.box_yahoo {
  width: 820px;
  margin: 5px auto 0;
  text-align: left;
}
.nav_around_map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 440px;
  margin: 30px auto 0;
}

.nav_around_facility {
  margin: 10px auto 0;
}

.nav_around_facility a img {
  width: 255px;
  height: auto;
}

/* 道の駅追加 */
.bnr_area {
  justify-content: center;
  display: flex;
  margin: 30px auto 0;
  width: 630px;
}

#area_trafficaccess + .bnr_area {
  margin-top: 40px;
}

.bnr_area + .bnr_area {
  margin-top: 20px;
}

.bnr_area .bnr_area_image_facility {
  display: inline-block;
  background: url(/tourism_map/image/bg-facility-area.png);
  background-size: contain;
  width: 300px;
  height: 75px;
}

.bnr_area .bnr_area_image_road {
  display: inline-block;
  background: url(/tourism_map/image/bg_rodestation_area.png);
  background-size: contain;
  height: 75px;
  vertical-align: top;
  width: 300px;
}

.bnr_area .bnr_area_image_online_travel {
  display: inline-block;
  background: url(/search/image/dtl_new/bnr_online-travel_600x150-text.png);
  background-size: contain;
  height: 75px;
  vertical-align: top;
  width: 300px;
}

.bnr_area .bnr_area_image_road a {
  display: block;
  height: 75px;
}

.bnr_area .bnr_area_image_blank {
  display: inline-block;
  height: 75px;
  vertical-align: top;
  width: 300px;
}

.bnr_area .bnr_area_image_blank img {
  height: 75px;
  object-fit: cover;
  object-position: left;
  width: 300px;
}

.bnr_area div:nth-child(2n) {
  margin-left: 30px;
}

.bnr_area .bnr_area_image_facility:hover,
.bnr_area .bnr_area_image_road:hover,
.bnr_area_image_online_travel:hover {
  opacity: 0.7;
}
.bnr_area .bnr_area_image_facility a,
.bnr_area_image_online_travel a {
  display: block;
  height: 75px;
}
.bnr_area .bnr_area_image_facility .area_text,
.bnr_area .bnr_area_image_road .area_text,
.bnr_area .bnr_area_image_facility .area_text_sm,
.bnr_area .bnr_area_image_online_travel .area_text  {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
  padding-top: 8px;
}
.bnr_area .bnr_area_image_facility .area_text_sm {
  font-size: 18px;
}
.bnr_area .bnr_area_image_facility .area_text span,
.bnr_area .bnr_area_image_road .area_text span,
.bnr_area .bnr_area_image_facility .area_text_sm span,
.bnr_area .bnr_area_image_online_travel .area_text span {
  background: rgba(255, 255, 255, .85);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  padding: 2px 20px;
  letter-spacing: initial;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: normal;
}

.bnr_online_travel_area {
  position: relative;
}

.bnr_online_travel_area .bnr-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translatex(-50%);
  padding: 12px 30px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  font-size: 15px;
  line-height: 0;
}

/*--seoテキスト--*/
.mo_box {
  margin: 50px auto 15px;
}

.tourist_information {
  border-bottom: #3396cf solid 3px;
  margin: 0 auto 45px;
  padding-bottom: 40px;
  width: 940px;
}
.tourist_information .data3 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 750px;
}
.tourist_information .data3 li {
  display: flex;
  width: 240px;
  margin-right: 15px;
}
.tourist_information .data3 li:nth-child(3n) {
  margin-right: 0;
}
.tourist_information .data3 li:nth-child(n + 4) {
  margin-top: 15px;
}
.tourist_information .data3 li a {
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, #FF6D97 0%, #CC174B 100%);
  background: linear-gradient(to bottom, #FF6D97 0%, #CC174B 100%);
  border-radius: 25px;
  box-shadow: 0 1px 2px 1px rgba(116, 99, 66, .6);
  height: 50px;
  width: 100%;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  vertical-align: initial;
}
.tourist_information .data3 li a:hover {
  opacity: 0.7;
}
.tourist_information .data3 .btn_fa_data .area {
  font-size: 12px;
  font-weight: 100;
}

.tourist_information.caption_btn_wrap {
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tourist_information.caption_btn_wrap .data3 {
  justify-content: flex-end;
  width: 930px;
}
.tourist_information.caption_btn_wrap .data3 li {
  margin-right: 0;
}
.tourist_information.caption_btn_wrap .data3 li:nth-child(n + 2) {
  margin-left: 15px;
}

.related_services {
  margin: 20px auto 0;
  padding-bottom: 20px;
  text-align: center;
}

.list_photo_fac {
  margin: 10px auto;
  width: 825px;
}

.list_photo_fac:after {
  clear: both;
  content: "";
  display: block;
}

.list_photo_fac li {
  float: left;
  margin: 10px 0 0 10px;
}

.list_photo_fac li:first-child {
  margin-left: 0;
}
.list_photo_fac li:first-child img {
  width: 324px;
  height: 246px;
}
.list_photo_fac li img {
  width: 157px;
  height: 118px;
  object-fit: cover;
}
.ttl_tourism {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 40px auto 10px;
  padding: 0 7px 6px 1px;
  position: relative;
}
#txt_caption + .ttl_tourism {
  margin-top: 10px;
}
.ttl_tourism:after {
  background: #b60d0d;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.ttl_tourism img {
  display: inline-flex;
  flex-basis: 120px;
  height: auto;
  width: 120px;
}
.ttl_tourism_icon {
  align-items: center;
  background: #3aad7d;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 22px;
  margin-right: 7px;
  min-width: 88px;
  padding: 5px 10px;
}

.lead_bnr {
  margin: 40px 0 35px;
}

.lead_bnr figure a {
  display: inline-block;
  vertical-align: top;
}

/* .bnr_online_travel */
.bnr_online_travel {
  margin: 40px auto 35px;
  text-align: center;
  width: 563px;
}

.bnr_online_travel a {
  display: inline-block;
  position: relative;
}

.bnr_online_travel img {
  height: auto;
  width: 100%;
}

.bnr_online_travel .cap {
  background: rgba(255, 255, 255, .7);
  border-radius: 4px;
  bottom: auto;
  color: #000;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  margin: auto;
  min-width: 100px;
  padding: 5px 10px;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
}

.bnr_online_travel a:hover .cap {
  opacity: .7;
}

.btn_return_area {
  margin-top: 15px;
}

.btn_return_area a {
  background: #E24270;
  border-radius: 4px;
  border: 1px solid #A0171B;
  box-shadow: inset 0 2px 0 #FF6D97, inset 0 -2px 0 #CC174B;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding: 9px 40px 11px 20px;
  position: relative;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 16%);
}

.btn_return_area a:hover {
  opacity: .7;
}

.btn_return_area a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  display: block;
  filter: drop-shadow(2px 2px 2px rgba(0 0 0 / 16%));
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

/* Change h1 */
.main_ttl {
  background: url(../image/img-main-02.jpg) no-repeat 0 0;
  height: 180px;
  position: relative;
  width: 970px;
}

#main_image .main_ttl .banner-wrapper span {
  background: #3aad7d;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  height: 54px;
  letter-spacing: .09em;
  line-height: 54px;
  padding: 0 18px;
}

#main_image .main_ttl .banner-wrapper {
  height: auto;
  left: 115px;
  top: 24px;
}

#main_image .main_ttl .banner-wrapper span {
  background: #3aad7d;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0;
  line-height: 48px;
  padding: 0 20px;
}

#main_image .main_ttl img {
  height: auto;
  left: 104px;
  position: absolute;
  top: 66px;
  width: 490px;
}

#main_image .main_ttl .label {
  align-items: center;
  background-color: #0072bc;
  border-radius: 17% / 28px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  left: 116px;
  letter-spacing: 1.2px;
  line-height: 1.197;
  min-width: 180px;
  padding: 0 12px;
  position: absolute;
  top: 132px;
}

#main_image.chara .main_ttl {
  background-image: url(../image/img-main-02-add-chara.jpg);
}

#main_image .main_ttl:before {
  background: url(../image/ico-map.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 71px;
  left: 38px;
  position: absolute;
  top: 9px;
  width: 78px;
  z-index: 2;
}

#main_image.is_bg03 .main_ttl {
  background-image: url(../image/img-main-03-add-chara.jpg);
}

/* pos_t01  */
#main_image.pos_t01 .main_ttl img {
  top: 80px;
}

#main_image.pos_t01 .main_ttl:before {
  top: 23px;
}

#main_image.pos_t01 .main_ttl .banner-wrapper {
  top: 38px;
}

#main_image.pos_t01 .main_ttl .label {
  top: 146px;
}

.bnr_touken {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 800px;
}

.bnr_touken + #txt_caption {
  margin-top: 20px;
}

.bnr_touken li {
  width: 49%;
}

.bnr_touken li img {
  height: auto;
  width: 100%;
}

.bnr_touken li figure a {
  display: block;
}

.bnr_touken figcaption {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 8px 0 0;
  text-align: left;
}