@charset "UTF-8";

img {width: auto; height: auto;}
.z-hide {display:none;}
#wrapper ul,#wrapper ol,#wrapper li,#wrapper dl,#wrapper dt,#wrapper dd {margin: 0; padding: 0;}
#wrapper ul,#wrapper ol {list-style: none;}
#wrapper a  {text-decoration: none; transition: .5s ease;}

/* /sr/asset/css/header.css */
.headerbarTitle.is-location span {
  font-size: 20px;
}
@media only screen and (max-width: 640px) and (max-width: 1280px) {
  .headerbarTitle.is-location {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 1.5;
  }
  .headerbarTitle.is-location span {
    display: block;
    font-size: 13px;
  }
  .headerbarTitle.is-location + .headerbarMenu {
    top: 11px;
  }
}

/* --- ハンバーガーメニュー調整用 --- */
.mod_headerbar_in_nav_blocklink ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.mod_headerbar_in_nav_blocklink ul li {
  width: auto;
}
.mod_headerbar_in_nav_blocklink__Conversion a{
  background-color: #ba5d00;
}
.mod_headerbar_in_nav_blocklink ul li.mod_headerbar_in_nav_blocklink__Conversion a:hover   {background-color:#e37100;}
.mod_headerbar_in_nav_blocklink ul li.mod_headerbar_in_nav_blocklink__Conversion a:active  {background-color:#e37100;}

@media screen and (min-width: 641px) {
  .sp {display: none!important;}
}
@media screen and (max-width: 640px) {
  .pc {display: none!important;}
}

.tour_back {background-repeat: no-repeat,no-repeat,repeat-y;}
@media screen and (min-width: 641px) {
.tour_back {background-image: url(../images/tour_bg-top_pc.png),url(../images/tour_bg-bottom_pc.png),url(../images/tour_bg-center_pc.png); background-size: 100% 74px; background-position: 0 0,0 bottom,0 74px;}
}
@media screen and (max-width: 640px) {
.tour_back {background-image: url(../images/tour_bg-top_sp.png),url(../images/tour_bg-bottom_sp.png),url(../images/tour_bg-center_sp.png); background-size: 100% auto; background-position: 0 0,0 bottom,0 46px;}
}

/*----------------------------------------------*/
/* TOP                                          */
/*----------------------------------------------*/
.page_index {position: relative; width: 100%; overflow: hidden;}
.page_index:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: 50%/cover no-repeat; z-index: 1;}

.page_index .loading {display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; visibility: visible; pointer-events: auto; z-index: 3;}
.page_index .loading.active {animation: 2s ease-in 1s loading_anim forwards;}
@keyframes loading_anim {
  0% {opacity: 1;}
  100% {opacity: 0; visibility: hidden;}
}

.page_index .page_index_mainbox {position: absolute; background: 0 0/100% auto no-repeat; transition: .75s ease; z-index: 2;}
.page_index .page_index_mainbox:before {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; background: #4d321a; z-index: 2;}
.page_index .page_index_mainbox:after {content: ""; position: absolute; left: 0; width: 100%; background: linear-gradient(to top, rgba(77,50,26, 1) 0%, rgba(77,50,26, 0) 100%); z-index: 3;}
.page_index .page_index_mainbox .navigate {position: absolute; width: 100%; z-index: 4;}
.page_index .page_index_mainbox .navigate .btn,
.page_index .page_index_mainbox .navigate .narr {position: absolute;}
.page_index .page_index_mainbox .navigate .btn {transform-origin: center center;}
.page_index .page_index_mainbox .navigate .btn:hover {transform: scale(1.05);} 
.page_index .page_index_mainbox .navigate .btn img {position: absolute; transition: .75s ease;}
.page_index .page_index_mainbox .navigate .btn img.non-hover {z-index: 2;}
.page_index .page_index_mainbox .navigate .btn img.hover {z-index: 1;}
.page_index .page_index_mainbox .navigate .btn:hover img.non-hover {opacity: 0;}
.page_index .page_index_mainbox .intro {position: absolute; width: 100%; text-align: center; z-index: 4;}

.page_index.trans:before {animation: 4s ease-in 1s 1 back_scale forwards; transform-origin: 50% 75%;}
@keyframes back_scale {
  0% {transform: scale(1,1);}
  40% {opacity: 1;}
  60% {opacity: 0;}
  100% {transform: scale(1.75,1.75); opacity: 0;}
}
.page_index.trans .page_index_mainbox {opacity: 0; visibility: hidden; pointer-events: none;}

@media screen and (min-width: 641px) {
.page_index {height: 1080px;}
.page_index:before {background-image: url(../images/top_bg_pc.jpg)}
.page_index .loading img {width: 590px;}
.page_index .page_index_mainbox {left: calc(50% - 343px); top: calc(50% - 462px); width: 686px; height: 924px; background-image: url(../images/top_mainbox-photo_pc.jpg); filter: drop-shadow(7px 7px 11px rgba(0,0,0, .7));}
.page_index .page_index_mainbox:before {height: 122px;}
.page_index .page_index_mainbox:after {bottom: 120px; height: 118px;}
.page_index .page_index_mainbox .intro {bottom: 32px;}
.page_index .page_index_mainbox .intro img {width: 582px;}
.page_index .page_index_mainbox .navigate {top: 184px;}
.page_index .page_index_mainbox .navigate .btn {top: 0; left: 42px;}
.page_index .page_index_mainbox .navigate .btn img {width: 234px;}
.page_index .page_index_mainbox .navigate .narr {top: 32px; left: 256px;}
}
@media screen and (max-width: 640px) {
.page_index {height: 125.067vw; max-height: 469px; box-sizing: border-box;}
.page_index:before {background-image: url(../images/top_bg_sp.jpg);}
.page_index .loading img {width: 78.667vw; max-width: 295px;}
.page_index .page_index_mainbox {left: 50%; top: 4vw; transform: translate(-50%,0); width: 80.267vw; max-width: 301px; height: 115.067vw; max-height: 431.5px; background-image: url(../images/top_mainbox-photo_sp.jpg); filter: drop-shadow(3.5px 3.5px 5.5px rgba(0,0,0, .7));}
.page_index .page_index_mainbox:before {height: 14vw;}
.page_index .page_index_mainbox:after {bottom: 14vw; height: 14.8vw;}
.page_index .page_index_mainbox .intro {bottom: 3vw;}
.page_index .page_index_mainbox .intro img {width: 70.667vw; max-width: 265px;}
.page_index .page_index_mainbox .navigate {top: 24.333vw;}
.page_index .page_index_mainbox .navigate .btn {top: 0; left: 3.15vw;}
.page_index .page_index_mainbox .navigate .btn img {width: 29.867vw; max-width: 112px;}
.page_index .page_index_mainbox .navigate .narr {top: 4vw; left: 28.8vw; width: 29.333vw; max-width: 110px;}
  @media screen and (min-width: 375px) {
  .page_index .page_index_mainbox {top: 15px;}
  .page_index .page_index_mainbox:before {height: 52.5px;}
  .page_index .page_index_mainbox:after {bottom: 52.5px; height: 55.5px;}
  .page_index .page_index_mainbox .intro {bottom: 11.25px;}
  .page_index .page_index_mainbox .navigate {top: 91.249px;}
  .page_index .page_index_mainbox .navigate .btn {left: 11.813px;}
  .page_index .page_index_mainbox .navigate .narr {top: 15px; left: 108px;}
  }
}

/*----------------------------------------------*/
/* 一覧                                         */
/*----------------------------------------------*/
.page_tour .heading {display: flex; justify-content: center; align-items: center; position: relative;}
.page_tour .heading > * {position: relative;}

.page_tour .map {position: relative;}
.page_tour .map .map-list .entry {position: relative; border-style: solid; box-sizing: border-box; transition: .5s ease;}
.page_tour .map .map-list .entry.private {border-color: #aa941d;}
.page_tour .map .map-list .entry.ldk {border-color: #7dbe8c;}
.page_tour .map .map-list .entry.entrance {border-color: #9b73af;}
.page_tour .map .map-list .entry.kitchen {border-color: #9a3823;}
.page_tour .map .map-list .entry.toilet {border-color: #285596;}
.page_tour .map .map-list .entry.bath {border-color: #14aff5;}
.page_tour .map .map-list .entry:hover {border-color: #fff;}
.page_tour .map .map-list .entry:before {content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent #000 transparent transparent;}
.page_tour .map .map-list .entry.private:before {border-color: transparent #8a7407 transparent transparent;}
.page_tour .map .map-list .entry.ldk:before {border-color: transparent #25923e transparent transparent;}
.page_tour .map .map-list .entry.entrance:before {border-color: transparent #774092 transparent transparent;}
.page_tour .map .map-list .entry.kitchen:before {border-color: transparent #671800 transparent transparent;}
.page_tour .map .map-list .entry.toilet:before {border-color: transparent #13278c transparent transparent;}
.page_tour .map .map-list .entry.bath:before {border-color: transparent #005af4 transparent transparent;}
.page_tour .map .map-list .entry a {display: block;}
.page_tour .map .map-list .flag,
.page_tour .map .map-list .photo,
.page_tour .map .map-list .ttl {position: absolute;}
.page_tour .map .map-list .flag {z-index: 3;}
.page_tour .map .map-list .photo {overflow: hidden; z-index: 1;}
.page_tour .map .map-list .photo img {width: 262px; transition: .5s ease;}
.page_tour .map .map-list .entry:hover .photo img {transform: scale(1.1);}
.page_tour .map .map-list .ttl {z-index: 2;}
.page_tour .map .guide-link img,
.page_tour .map .booking-link img {transition: .3s ease;}
.page_tour .map .guide-link:hover img,
.page_tour .map .booking-link:hover img {opacity: .7;}
.page_tour .map .jcs {width: 160px;}

@media screen and (min-width: 641px) {
.page_tour {padding-bottom: 75px;}
.page_tour .heading {padding: 56px 0 45px;}
.page_tour .heading .flag {width: 120px; margin: 0 4px 0 34px;}
.page_tour .heading .ttl {padding-left: 158px;}
.page_tour .heading .ttl img {width: 569px;}
.page_tour .heading .com {top: -9px; margin-left: 25px;}
.page_tour .heading .com img {width: 189px;}
.page_tour .map {width: 1046px; height: 595px; margin: 0 auto;}
.page_tour .map .map-list {position: absolute; z-index: 2;}
.page_tour .map .map-list.right {right: 0;}
.page_tour .map .map-list.left {left: 0;}
.page_tour .map .map-list .entry {width: 274px; height: 163px; border-width: 6px; box-shadow: 4px 4px 4px rgba(0,0,0, .4);}
.page_tour .map .map-list .entry:not(:last-child) {margin-bottom: 53px!important;}
.page_tour .map .map-list .entry:before {top: 18px; left: -18px; border-width: 0 12px 14px 0;}
.page_tour .map .map-list .photo img {width: 262px;}
.page_tour .map .map-list .ttl {bottom: 100%; bottom: calc(100% - 27px); left: -25px;}
.page_tour .map .map-list .entry.kitchen .ttl {left: -24.75px;}
.page_tour .map .map-list .entry.toilet .ttl {left: -24.5px;}
.page_tour .map .map-list .entry.bath .ttl {left: -24px;}
.page_tour .map .map-list .ttl img {height: 61px;}
.page_tour .map .map-list .entry.kitchen .ttl img {height: 65px;}
.page_tour .map .map-list .entry.toilet .ttl img {height: 68px;}
.page_tour .map .map-list .entry.bath .ttl img {height: 67px;}
.page_tour .map .map-list .flag {top: -48px; left: -25px; width: 64px;}
.page_tour .map .main-map.pc {position: absolute; top: 6px; left: calc(50% - 268px); width: 522px; z-index: 1;}
.page_tour .map .guide-link,
.page_tour .map .booking-link,
.page_tour .map .jcs {position: absolute;}
.page_tour .map .guide-link,
.page_tour .map .booking-link {z-index: 3;}
.page_tour .map .guide-link img,
.page_tour .map .booking-link img {filter: drop-shadow(4px 4px 4px rgba(0,0,0, .4));}
.page_tour .map .guide-link {left: 543px; top: -18px;}
.page_tour .map .guide-link img {width: 144px;}
.page_tour .map .booking-link {left: calc(50% - 205.5px); bottom: -21px;}
.page_tour .map .booking-link img {width: 411px;}
.page_tour .map .jcs {bottom: 36px; right: 353px;}
}
@media screen and (max-width: 640px) {
.page_tour {padding-bottom: 54px;}
.page_tour .heading {display: flex; flex-wrap: wrap; width: 289px; margin: 0 auto!important; padding: 28px 0 43px;}
.page_tour .heading .flag {order: 1; width: 53.5px; margin-left: 56px;}
.page_tour .heading .ttl {order: 3;}
.page_tour .heading .ttl img {width: 289px;}
.page_tour .heading .com {order: 2; margin-left: 28px;}
.page_tour .heading .com img {width: 111.5px;}
.page_tour .map .map-list {width: 231px; margin: 0 auto 42px!important;}
.page_tour .map .map-list .entry {width: 231px; height: 137.5px; border-width: 6px; box-shadow: 3px 3px 3px rgba(0,0,0, .4);}
.page_tour .map .map-list .entry:not(:last-child) {margin-bottom: 44px!important;}
.page_tour .map .map-list .entry:before {top: 9px; left: -12px; border-width: 0 6px 7px 0;}
.page_tour .map .map-list .photo img {width: 219px;}
.page_tour .map .map-list .ttl {bottom: calc(100% - 14px); left: -17px;}
.page_tour .map .map-list .entry.kitchen .ttl {left: -16.75px;}
.page_tour .map .map-list .entry.toilet .ttl {left: -16.5px;}
.page_tour .map .map-list .entry.bath .ttl {left: -16px;}
.page_tour .map .map-list .ttl img {height: 40px;}
.page_tour .map .map-list .entry.kitchen .ttl img {height: 41px;}
.page_tour .map .map-list .entry.toilet .ttl img {height: 43px;}
.page_tour .map .map-list .entry.bath .ttl img {height: 42px;}
.page_tour .map .map-list .flag {top: -40px; left: -21px; width: 53px;}
.page_tour .map .map-inner,
.page_tour .map .booking-inner {position: relative;}
.page_tour .map .map-inner {width: 250px; margin: 0 auto 15px!important;}
.page_tour .map .main-map.sp {display: block;}
.page_tour .map .booking-inner {display: flex; justify-content: center; align-items: flex-start; flex-direction: row-reverse;}
.page_tour .map .guide-link img,
.page_tour .map .booking-link img {filter: drop-shadow(2px 2px 2px rgba(0,0,0, .4));}
.page_tour .map .guide-link {position: absolute; bottom: 32px; right: 0; display: block; width: 106px;}
.page_tour .map .guide-link img {width: 128px;}
.page_tour .map .booking-link {display: block; width: 122px; margin-top: 35px;}
.page_tour .map .booking-link img {width: 122px;}
.page_tour .map .jcs.sp {display: block; width: 132.5px; margin: 0 0 0 20px!important;}
}

/*----------------------------------------------*/
/* 個別                                         */
/*----------------------------------------------*/
.page_tour-detail {position: relative;}
.page_tour-detail .heading {display: flex; justify-content: center; align-items: center; position: relative;}
.page_tour-detail .heading .flag {position: absolute;}

.page_tour-detail .col-wrap {margin: 0 auto!important;}
.page_tour-detail .vr-sec .vr-inner {position: relative; width: 100%; background: #fff;}
.page_tour-detail .vr-sec .vr-inner iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.page_tour-detail .vr-sec .notice {color: #c00; text-align: center;}
.page_tour-detail .video-sec .video {position: relative;}
.page_tour-detail .video-sec .video:before {content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent #000 transparent transparent;}
.page_tour-detail.private .video-sec .video:before {border-color: transparent #8a7407 transparent transparent;}
.page_tour-detail.ldk .video-sec .video:before {border-color: transparent #25923e transparent transparent;}
.page_tour-detail.entrance .video-sec .video:before {border-color: transparent #774092 transparent transparent;}
.page_tour-detail.kitchen .video-sec .video:before {border-color: transparent #671800 transparent transparent;}
.page_tour-detail.toilet .video-sec .video:before {border-color: transparent #13278c transparent transparent;}
.page_tour-detail.bath .video-sec .video:before {border-color: transparent #005af4 transparent transparent;}
.page_tour-detail .video-sec .video .video-mv {width: 100%; background: #fff; border-style: solid; box-sizing: border-box;}
.page_tour-detail.private .video-sec .video .video-mv {border-color: #aa941d;}
.page_tour-detail.ldk .video-sec .video .video-mv {border-color: #7dbe8c;}
.page_tour-detail.entrance .video-sec .video .video-mv {border-color: #9b73af;}
.page_tour-detail.kitchen .video-sec .video .video-mv {border-color: #9a3823;}
.page_tour-detail.toilet .video-sec .video .video-mv {border-color: #285596;}
.page_tour-detail.bath .video-sec .video .video-mv {border-color: #14aff5;}
.page_tour-detail .video-sec .video .ttl {position: absolute;}
.page_tour-detail .video-sec .video .caption {text-align: center; line-height: 1.25;}
.page_tour-detail .video-sec .video .video-thumb {display: flex;}
.page_tour-detail .video-sec .video .video-thumb li a {position: relative; display: block; overflow: hidden; margin: 0 auto;}
.page_tour-detail .video-sec .video .video-thumb li a.current {pointer-events: none;}
.page_tour-detail .video-sec .video .video-thumb li a:before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0, .5); transition: .3s ease; z-index: 2; opacity: 0; visibility: hidden;}
.page_tour-detail .video-sec .video .video-thumb li a.current:before {opacity: 1; visibility: visible;}
.page_tour-detail .video-sec .video .video-thumb li a img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; margin: 0 auto!important; transition: .3s ease;}
.page_tour-detail .video-sec .video .video-thumb li a:hover img {opacity: .7;}
.page_tour-detail .video-sec .video .video-thumb li .fig {text-align: center; line-height: 1.25;}
.page_tour-detail .video-sec .maps {display: flex;}
.page_tour-detail .video-sec .maps .back-btn {display: block; background: #00065a; transition: .3s ease;}
.page_tour-detail .video-sec .maps .back-btn:hover {opacity: .7;}

@media screen and (min-width: 641px) {
.page_tour-detail {padding: 70px 0 56px;}
.page_tour-detail .heading {margin-bottom: 27px;}
.page_tour-detail .heading .flag {top: -58px; width: 71px;}
.page_tour-detail .heading .ttl img {width: 509px;}

.page_tour-detail .col-wrap {display: flex; justify-content: space-between; width: 1054px;}
.page_tour-detail .vr-sec {width: 626px;}
.page_tour-detail .vr-sec .vr-inner {height: 596px;}
.page_tour-detail .vr-sec .notice {font-size: 14px; margin-top: 14px;}
.page_tour-detail .video-sec {display: flex; flex-direction: column; justify-content: space-between; width: 393px; height: 650px;}
.page_tour-detail .video-sec .video {margin-bottom: auto;}
.page_tour-detail .video-sec .video:before {top: 42px; left: -12px; border-width: 0 12px 14px 0;}
.page_tour-detail .video-sec .video .ttl {top: -11px; left: -19px;}
.page_tour-detail.kitchen .video-sec .video .ttl {top: -14px; left: -18.75px;}
.page_tour-detail.toilet .video-sec .video .ttl {top: -17px; left: -18.25px;}
.page_tour-detail.bath .video-sec .video .ttl {top: -16.5px; left: -18.5px;}
.page_tour-detail .video-sec .video .ttl img {height: 61px;}
.page_tour-detail.kitchen .video-sec .video .ttl img {height: 65px;}
.page_tour-detail.toilet .video-sec .video .ttl img {height: 68px;}
.page_tour-detail.bath .video-sec .video .ttl img {height: 67px;}
.page_tour-detail .video-sec .video .video-mv {height: 229px; border-width: 10px; margin-top: 25px;}
.page_tour-detail .video-sec .video .caption {margin-top: 10px;}
.page_tour-detail .video-sec .video .video-thumb {justify-content: center; margin-top: 8px!important;}
.page_tour-detail .video-sec .video .video-thumb.thumb-2 li {margin-right: 38px!important;}
.page_tour-detail .video-sec .video .video-thumb.thumb-3 li {margin-right: 24px!important;}
.page_tour-detail .video-sec .video .video-thumb.thumb-4 li {margin-right: calc((100% - (89px * 4)) / 3)!important;}
.page_tour-detail .video-sec .video .video-thumb li:last-child {margin-right: 0!important;}
.page_tour-detail .video-sec .video .video-thumb li a {width: 89px; height: 58px; margin-bottom: 6px;}
.page_tour-detail .video-sec .video .video-thumb li .fig {font-size: 11px;}
.page_tour-detail .video-sec .maps {position: relative; width: 100%; height: 280px;}
.page_tour-detail .video-sec .maps .right-box {position: absolute; right: 0; bottom: 4px;}
.page_tour-detail .video-sec .maps .narr {position: absolute; left: 13px; bottom: 0; width: 121px;}
.page_tour-detail .video-sec .maps .map-current {position: relative;}
.page_tour-detail .video-sec .maps .map-current img {display: block;}
.page_tour-detail.toilet .video-sec .maps .map-current,
.page_tour-detail.bath .video-sec .maps .map-current {right: -26px;}
.page_tour-detail.private .video-sec .maps .map-current img,
.page_tour-detail.ldk .video-sec .maps .map-current img,
.page_tour-detail.entrance .video-sec .maps .map-current img,
.page_tour-detail.kitchen .video-sec .maps .map-current img {width: 192px;}
.page_tour-detail.toilet .video-sec .maps .map-current img,
.page_tour-detail.bath .video-sec .maps .map-current img {margin-left: auto; width: 191px;}
.page_tour-detail .video-sec .maps .back-btn {margin-top: 21px; padding: 12px 20px; border-radius: 4px;}
.page_tour-detail .video-sec .maps .back-btn img {width: 201px;}
}
@media screen and (max-width: 640px) {
.page_tour-detail {padding: 28px 0 45px;}
.page_tour-detail .heading {display: flex; flex-wrap: wrap; width: 289px; margin: 0 auto 18px!important;}
.page_tour-detail .heading .flag {position: relative; order: 1; width: 53.5px; margin-left: 56px;}
.page_tour-detail .heading .ttl {order: 3;}
.page_tour-detail .heading .ttl img {display: block; width: 289px;}
.page_tour-detail .heading .com {order: 2; margin-left: 28px;}
.page_tour-detail .heading .com img {width: 111.5px;}
.page_tour-detail .col-wrap {width: 285px;}
.page_tour-detail .vr-sec {width: 100%; margin-bottom: 28px;}
.page_tour-detail .vr-sec .vr-inner {height: 270px;}
.page_tour-detail .vr-sec .notice {font-size: 12px; margin-top: 12px;}
.page_tour-detail .video-sec {width: 100%;}
.page_tour-detail .video-sec .video {width: 100%;}
.page_tour-detail .video-sec .video:before {top: 15px; left: -6px; border-width: 0 6px 7px 0;}
.page_tour-detail.ldk .video-sec .video {margin-bottom: 105px;}
.page_tour-detail .video-sec .video .ttl {top: -20px; left: -11px;}
.page_tour-detail.kitchen .video-sec .video .ttl {top: -21px; left: -10.75px;}
.page_tour-detail.toilet .video-sec .video .ttl {top: -23px; left: -11px;}
.page_tour-detail.bath .video-sec .video .ttl {top: -22px; left: -11px;}
.page_tour-detail .video-sec .video .ttl img {height: 40px;}
.page_tour-detail.kitchen .video-sec .video .ttl img {height: 41px;}
.page_tour-detail.toilet .video-sec .video .ttl img {height: 43px;}
.page_tour-detail.bath .video-sec .video .ttl img {height: 42px;}
.page_tour-detail .video-sec .video .video-mv {height: 165px; border-width: 6px;}
.page_tour-detail .video-sec .video .caption {font-size: 12px; margin-top: 6px;}
.page_tour-detail .video-sec .video .video-thumb {justify-content: flex-start; flex-wrap: wrap; width: calc(100% - 55px); margin: 19px auto -10px!important;}
.page_tour-detail .video-sec .video .video-thumb li {width: calc((100% - 27px) / 2); margin: 0 27px 14px 0!important;}
.page_tour-detail .video-sec .video .video-thumb li:nth-child(even) {margin: 0 0 14px 0!important;}
.page_tour-detail .video-sec .video .video-thumb li a {width: 100%; height: 66px; margin-bottom: 5px;}
.page_tour-detail .video-sec .video .video-thumb li .fig {font-size: 11px;}
.page_tour-detail .video-sec .maps {flex-direction: column; align-items: center;}
.page_tour-detail .video-sec .maps .narr {position: relative; left: 0; width: 85px;}
.page_tour-detail .video-sec .maps .map-current {display: none;}
.page_tour-detail .video-sec .maps .back-btn {margin-top: 10px; padding: 8px 14px; border-radius: 4px;}
.page_tour-detail .video-sec .maps .back-btn img {width: 145px;}
}