
/* ===============================
  @ Vars
========================================= */
:root {
  --mw:1100px;
  --mw_sp:90%;
}

.slick-dots{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.slick-dots li{width:calc(100% / 4 - 10px);margin:0;opacity:.7;transition: 0.4s ease;}
.slick-dots li.slick-active{opacity:1;}

/* ===============================
  @ Main Visual
========================================= */

.gl_mv{
  padding: 20rem;
  background: url(/upload/tenant_1/gu_withkids_mv_pc_1.webp) no-repeat center;
  position: relative;
}
.gl_mv h2{
  position: absolute;
  padding: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-family:var(--mincho);
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px #000;
}
.gl_mv h2 span{font-size:60%;}
.gl_mv h2 span::before{content:"-";padding:0 1rem;}.gl_mv h2 span::after{content:"-";padding:0 1rem;}

/* ===============================
  @ Main Contents
========================================= */

.mainWrap{
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom:2rem;
    /* background: url(/upload/tenant_1/summer2023_bg.webp); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainttle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.gl_read {
    max-width: var(--mw);
    width: var(--mw_sp);
    margin: 2rem auto;
    background: #f0efed;
    padding: 1rem;
    border-radius: 4px;
}
.glWrap{
  background: #fff;
  box-shadow: 0 0 6px 0px #3333332e;
  margin: 0 auto 2rem;
  max-width: var(--mw);
  width: var(--mw_sp);
}
.gl_read.ptn2 {
  width: calc(100% / 2 - 1rem);
  box-shadow: none;
  padding:1.5rem 1.5rem 0;
}
.gl_read.ptn2:nth-of-type(3),.gl_read.ptn2:nth-of-type(4){padding-top:0;}
.gl_read.ptn3 {
  box-shadow: none;
  padding: 1rem 0;
  margin: 0 auto;
}
.gl_read.ptn3 dl{
  border-bottom: dotted 1px #c3c3c3;
  padding-bottom: 1.5rem;
}
.gl_read.ptn3 dl:last-of-type{border-bottom:none;}
.gl_read.ptn3 .gl__htl-img{
  width:300px;
  margin:0;
}
.gl_read.ptn3 .gl__htl-info {
  width: calc(100% / 300px - 2rem);
}
.gl_read.ptn3 .gl_tour {
    background: none;
    margin: 0;
    padding: 0;
}
.gl_read.ptn3 .gl_tour__ttl{font-size:1.1rem;}
.gl_read.ptn2 .gl_tour {
  margin:0;
  background:none;
  padding: 1rem 0;
}
.gl_read.ptn2 .gl_tour__ttl{font-size:1.1rem;}
.gl_read.ptn2 .gl__htl-info{width:100%;}
.gl_read.ptn2 dd{display:block;}
.gl_read__txt{text-align: left;}
.gl_ttl{
    position:relative;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--mincho);
    display: block;
    text-align: center;
    margin: 5rem 0 3rem;
    text-shadow: 0 1px 0px #fff;
}
.gl_ttl::after {
    content: "";
    width: 140px;
    height: 4px;
    background: #333;
    display: block;
    border-radius: 10px;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.gl_service li{
  width:calc(100% / 3 - 1rem);
}
.gl_service li strong{
    font-size: 1.2rem;
    margin: 0.5rem 0;
    display: block;
    font-family: var(--mincho);
}
.gl_service li p{
  font-size: .9rem;
  line-height: 1.5;
}

@media (max-width: 599px){
.mainttle{font-size: 90%}
.gl_read__txt{font-size:90%;}
}

/* ===============================
  @ 
========================================= */
.gl__htl-ttl{
  padding: 1rem 0;
}
.gl__htl-ttl span:nth-of-type(1){
  font-size: 2rem;
  font-weight: bold;
  border-left: 10px solid #e0ddd5;
  font-family: var(--mincho);
  padding-left: 0.5rem;
}
.gl__htl-ttl span:nth-of-type(2){
  font-size: 1.2rem;
  font-family: var(--mincho);
  color: #8e8781;
  display: block;
}
.gl_read.ptn2 .gl__htl-ttl span:nth-of-type(2){
  display:block;
  font-size:90%;  
}

.gl__htl-img {
  width: 550px;
  margin-bottom: 6rem;
}

.gl_read.ptn2 .gl__htl-img{width:100%;margin-bottom:1rem;}

.gl__htl-info{
  width:calc(100% - 550px - 2rem);
}

.gl__htl-rec{
  background: #f0efed;
  padding: 1rem;
  font-size:90%;
  margin-top: 50px;
}
.gl__htl-rec b {
  display: block;
  font-size: 111%;
  border-bottom: 1px solid #8e8784;
  margin-bottom: 0.5rem;
}

.gl__htl-acc--ttl{
  cursor:pointer;
  font-weight: bold;
  padding: 1rem 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.gl__htl-acc--ttl::after {
  content: "\f107";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  padding-right: 1rem;
  transition: 0.4s ease;
  float: right;
}
.gl__htl-acc--ttl.open::after {
  transition: 0.4s ease;
  padding-left: 1rem;
  transform: rotate(540deg);
}
.gl__htl-acc--txt{
  font-size: 90%;
  padding: 1rem 0;  
  display:none;
}
.gl__htl-linfo{
  font-size:90%;
  border: 1px solid #ccc;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border-radius: 4px;
  background: #fff;
}
.gl__htl-linfo b {
    border-bottom: 1px dotted #ccc;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 110%;
}
.gl__htl-linfo b:nth-of-type(2){border-bottom:none;font-size:90%;}
.gl__htl-linfo a{
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-top: 0.5rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #e9e5df, #eae6e0);
}

.gl_tour{
  margin: 1rem -1rem -1rem;
  background: #f4f2f2;
  padding: 1rem;
  overflow: hidden;
}
.gl_tour a {
  margin-right: 1rem;
  width: calc(100% / 4 - 1rem);
  display: block;
  text-align: center;
}
.gl_tour span:nth-of-type(1){
  background: #333;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
}
.gl_tour span:nth-of-type(2){
  font-weight: bold;
  color: #d13052;
  font-size: 1.2rem;
}
.gl_tour span:nth-of-type(2)::after{content:"円〜";}
.gl_tour a:last-of-type{margin-right:0;}
.gl_tour__ttl {
    font-size: 1.3rem;
    font-weight: bold;
    border-left: 6px solid #333;
    padding-left: 10px;
    margin-bottom: 10px;
}
.glkWrap{margin: 2rem;width:calc(100% / 4 - 4rem);}
.glkWrap dt{width: 100%;text-align:center;}.glkWrap dd{width:100%;}
.glkWrap dt span{
  display:block;
  font-size:90%;
  color:#666;
}
.glkWrap dt img {
    background: #e5e2d8;
    border-radius: 60px;
    width: 100px;
    margin: 0 auto;
}
.glkWrap dd b{
  font-size: 110%;
  display: block;
}
.glkWrap dd{font-size:90%;}

@media (max-width: 599px){
  .gl_mv{
  padding: 12rem;
  background: url(/upload/tenant_1/gu_withkids_mv_sp_3.webp) no-repeat center;
  position: relative;
}

  .gl_mv h2{width: 90%;font-size: 180%;}
  .gl_ttl{font-size: 1.5rem;}
  .gl_service li{
    width: 100%;
    display: flex;flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
    margin-bottom:1rem;
    border-bottom: dotted #aaa 1px;
    padding-bottom: 1rem;
  }
  .gl_service li:last-of-type{margin-bottom:0;border-bottom:none;display:block;}
  .gl_service li img{width: 100%;}.gl_service li div{width: 100%;text-align: center;}
  .gl_service li strong {font-size: 1rem;margin: 0;margin: 10px;}.gl_service li p {font-size: .8rem;}
  
  .gl__htl-ttl span:nth-of-type(1){font-size:1.2rem;}.gl__htl-ttl span:nth-of-type(2){font-size:1rem;display:block;}
  .gl__htl-img{width:100%;margin-bottom:0;}
  .gl__htl .df{display:block;} .gl__htl-info {width: 100%;margin: 1rem 0;}
  .gl_tour__ttl {font-size: 1.1rem;}
  .gl_tour a {
  width: calc(100% / 2 - 1rem);
}
  .gl_read.ptn2 {
      width: 90%;
      padding: 0;
      margin-bottom: 0;
      border-bottom: dashed #eee;
  }
  .gl_read.ptn3 .gl__htl-img{width:100%;}.gl_read.ptn3 .gl__htl-img img{width:100%;}
  .gl_read.ptn3 .gl__htl-info{width:100%;}
  .gl_read.ptn3 dl:last-of-type{border-bottom:none;}
  .gl_read.ptn3 .df {display: flex;}.gl_read.ptn3 dl{border-bottom: dashed 1px #ccc;}
  .glkWrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-bottom: dashed 1px #aaa;
      padding: 2rem;
      margin: 0;
  }
  .glkWrap dt {width: 100px;}
  .glkWrap dd {
      font-size: 90%;
      width: calc(100% - 100px - 1rem);
  }
  
}

/* ===============================
  @ おぷしょなるつあー
========================================= */
.option {
  position: relative;
}

.op_age {
    position: absolute;
    bottom: 80px;
    display: flex;
}

.op_age li {
    padding: 25px 12px;
    font-size: 0.8em;
    text-align: center;
    margin-left: 3px;
    line-height: 1.2em;
}

.age1 {
    background: url(/upload/tenant_1/icon_age1.webp)no-repeat;
}

.age2 {
    background: url(/upload/tenant_1/icon_age2.webp)no-repeat;
}

.age3 {
    background: url(/upload/tenant_1/icon_age3.webp)no-repeat;
}

@media screen and (max-width: 599px){
.op_age {
    position: relative;
    display: block;
    bottom: -5px;
}
.op_age li {
    padding: 3px;
    margin-bottom: 3px;
    font-size: 0.8em;
}
.age1 {
    background: #81DAFF;
}
.age2 {
    background: #B6FF81;
}
.age3 {
    background: #FFC581;
}
}
/* ===============================
  @ FAQ
========================================= */
.campaignQa .box dl+dl {
    margin-top: 40px;
}

.campaignQa .box dl > * {
    font-size: 18px;
    padding: 30px 50px 30px 140px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}

.campaignQa .box dl dt {
  background: #b0c4de;
    cursor: pointer;
}

.campaignQa .box dl dt:hover {
    background:#d4f6ff;
}

.campaignQa .box dl dd {
  background: #f0fcff;
}

.campaignQa .box dl dt:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    -webkit-transform: rotate( 45deg);
            transform: rotate( 45deg);
}

.campaignQa .box dl dt.active:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.campaignQa .box dl .sub {
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    position: absolute;
    top: 45px;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}

.campaignQa .box dl dt .sub {
  background: #013895;
}

.campaignQa .box dl dd .sub {
  background: #5ebaba;
}

.campaignQa .box dl .more a {
    background-color: #568fc7;
    color: #fff;
    padding: 5px 10px 4px 25px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.campaignQa .box dl .more a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 60%;
    left: 5px;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 0;
}

.campaignQa .box dl .moreTxt {
    display: inline-block;
}

.campaignQa .box dl .moreTxt a {
    color: #568fc7;
}
.campaignQa .box dl .moreTxt a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .campaignQa .box dl+dl {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .campaignQa .box dl > * {
        font-size: 14px;
        padding: 20px 30px 10px 55px;
    }
    
    .campaignQa .box dl .sub {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        top: 30px;
        left: 10px;
    }

    .campaignQa .box dl dt:before {
        width: 8px;
        height: 8px;
        right: 10px;
    }
}

.familyLink {
    background: #fff;
    border-bottom: 2px solid #3a77c7;
}

.familyLink .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.familyLink .item {
    width: calc(100% / 7 - 5px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 0;
}

.familyLink .item:before {
    width: 1px;
    height: 70%;
    content: "";
    display: inline-block;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.familyLink .item:last-of-type:before {
    display: none;
}

.familyLink .item a {
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    padding: 20px 0;
    display: block;
    position: relative;
    z-index: 0;
}

.familyLink .item a:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #3a77c7;
    border-right: solid 2px #3a77c7;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 50%;
    -webkit-animation: uest 0.7s infinite alternate;
    animation: uest 0.7s infinite alternate;
    margin: 7px 0 0 0;
}

@-webkit-keyframes uest {
    0% {
        top: 50%;
        opacity: 0;
    }

    100% {
        top: 66%;
        opacity: 1;
    }
}

@keyframes uest {
    0% {
        top: 50%;
        opacity: 0;
    }

    100% {
        top: 66%;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .familyLink .item {
        width: calc(100% / 3 - 5px);
    }
}

@media (max-width: 599px) {
    .familyLink .item a {
        font-size: 14px;
        padding: 15px 0;
    }

    .familyLink .item:nth-of-type(3):before {
        display: none;
    }

    .familyLink .item a:after {
        display: none;
    }
}

/* ===============================
  @ 香港ハーバービュールーム特集
========================================= */
#hkg_hv {
  background: url(/import/tenant_1/www.wbf.co.jp/chugoku/special/templespot-style/images/bg.png);
}

.hkg_hv .gl_mv h2 {
    position: absolute;
    padding: 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-family: var(--mincho);
    color: #444;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    background-color: #fff;
    border-radius: 30px;
    opacity: 0.7;
}

.hkg_hv .gl_mv {
    padding: 20rem;
    background: url(/upload/tenant_1/hk_special_hv_mv.webp) no-repeat center;
    position: relative;
}

.hkg_hv .gl_tour a {
    margin-right: 1rem;
    width: calc(100% / 5 - 1rem);
    display: block;
    text-align: center;
}

.hkg_hv .familyLink{
  border-bottom: 2px solid #800080;
}

.hkg_hv .familyLink .item a {
    color: #800080;
}

.hkg_hv .familyLink .item a:after {
    border-top: solid 2px #800080;
    border-right: solid 2px #800080;
}

.hkg_hv .tabBtn {
    max-width: var(--mw);
    width: var(--mw_sp);
    margin: 0 auto;
}

.hkg_hv .tabBtn ul {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
}

.hkg_hv .tabBtn ul li:nth-of-type(1) {
    width: 50%;
    padding: 20px;
    background-color: #800080;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px 0 0 10px;
}

.hkg_hv .tabBtn ul li:nth-of-type(2) {
    width: 50%;
    padding: 20px;
    background-color: #800080;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0 10px 10px 0;
}

.hkg_hv .tabBtn ul li:hover {
  background-color: #ee82ee;
}

.hkg_hv .tabBtn ul li a {
  padding: 20px 150px;
}

.hkg_hv .map{
        margin-bottom: 80px;
    }
    
.hkg_hv .map_umekomi {
    margin-top: 20px;
    }
.hkg_hv #map_k,#map_h {
        width: 100%;
        height: 400px;
    }
.hkg_hv .mapPopup{
        overflow: hidden;
    }
.hkg_hv .mapPopup .text{
    width: 300px;
    margin: 5px 0 10px;
    line-height: 1.4;
    }
.hkg_hv .mapPopup .photo{
        width:250px;
    }
.hkg_hv .mapPopup .hotelname{
        font-size: 1.2em;
        color: #181d6a;
        font-weight: bold;
        padding: 10px 0;
    }
.hkg_hv .mapPopup .link_botan_hotel{
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }
.hkg_hv .mapPopup .link_botan_hotel a{
        background-color: #292b54;
        color: #FFF;
        text-decoration: none;
        padding: 7px 9px;
        border-radius: 3px;
    }
.hkg_hv .mapPopup .link_botan_tour a{
        background-color: #900e0e;
        color: #FFF;
        text-decoration: none;
        padding: 7px 9px;
        border-radius: 3px;
    }
    
    @media (max-width: 599px) {
    .hkg_hv .gl_tour a {
    margin-right: 1rem;
    width: calc(100% / 2 - 1rem);
    display: block;
    text-align: center;
}
}


    /* map */
.hkg_hv .pc{
        display: block;
    }
.hkg_hv .sp{
        display: none;
    }

@media (max-width: 599px) {
  .hkg_hv .gl_mv {
    padding: 12rem;
    background: url(/upload/tenant_1/hk_special_hv_mv_sp.webp) no-repeat center;
    position: relative;
}
  .hkg_hv .tabBtn ul {
    font-size: 1.2rem;
  }
  .hkg_hv .tabBtn ul li a {
    padding: 0;
}
  .hkg_hv .gl_mv h2{width: 90%;font-size: 180%;}
}


/* flight */
.jal .flight {
  display: flex;
  margin-top: 50px;
}

.jal .flight .left,
.jal .flight .right {
  width: 50%;
}

.jal .flight h4 {
  font-weight: bold;
  text-align: center;
  font-size: 150%; 
}
.jal .flight p {
  font-size: 90%;
  padding: 1rem;
  margin-top: 20px;
}
.jal .flight img {
  margin: 0 auto;
}


@media (max-width: 599px) {
  .jal .flight {
    display: block;
  }
  .jal .flight .left,
  .jal .flight .right {
    width: 100%;
  }
  .jal .flight h4 {
    margin-top: 20px;
  }
}

/* table */
.jal .schedule {
  display: flex;
}

.jal .schedule .left,
.jal .schedule .right {
  width: 100%;
}

.jal .schedule table {
    border-collapse: collapse;
    background: #fffbf4;
    border: solid 2px #f89174;
    width: 95%;
}

.jal .schedule thead {
    background-color: #f89174;
    color: #fff;
}

.jal .schedule table th,
.jal .schedule table td {
  padding: 10px;
  border: 2px solid #f89174;
  text-align: center;
}

@media (max-width: 599px){
    .jal .schedule {
      display: block;
    }
    .jal .schedule table {
      width: 100%;
    }
}

.hotel .text {
  margin-bottom: 3rem;
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
}

div[id] {
  scroll-margin-top: 100px;
}

@media (max-width: 599px){
  div[id] {
  scroll-margin-top: 200px;
}
}
