.breadcrums{
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}

/* Image Popup Styles */
.image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.image-popup-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-popup-content {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.image-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    transition: opacity 0.3s;
}

.image-popup-close:hover {
    opacity: 0.7;
}

.image-popup-caption {
    color: white;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.room-floor-popup {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-floor-popup:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.box-room-floor img{
  max-height: 500px;
}
@media (max-width: 767px) {
  .image-popup-close{
    top: -85px;
    font-size: 65px;
  }
    .image-popup-container {
        max-width: 95%;
        max-height: 95%;
    }
    
    .image-popup-content {
        max-height: 70vh;
    }
    
    .image-popup-close {
        top: -30px;
        font-size: 28px;
    }
    
    .image-popup-caption {
        font-size: 14px;
        margin-top: 10px;
    }
}
.search-header .c-title{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-header .c-title .img{
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.post-content.search-text{
  padding-bottom: 0;
}
.post-content.search-text h1{
  margin-top: 40px;
}
.page-search #page-navi{
  
  margin-top: 70px;
}
.search-item{
  min-height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
}
.search-item a:after{
  content: "";
      position: absolute;
    bottom: 15px;
    right: 20px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-image: url(../../wp-content/themes/dogo-prince-hotel/assets/images/icons/ic-arrow-circle-right-pink.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transform: all 0.3s;
    top: unset;
    transform: none;
}
.search-item a{
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  align-self: stretch;
}

.page-search #page-navi::after{
  width: calc(100% + 100px);
  left: -50px;
  transform: none;
}
.spa-map{
  padding-top: 40px;
}
.spa-slider{
  position: relative;
}
.c-box-wrap{
  flex-wrap: wrap;
  gap: 25px;
}
.c-box-wrap > div{
  width: 100%;
}
.c-box-wrap .c-box__title{
  text-align: center;
}
.c-box-wrap .c-box__desc{
  margin-top: 0;
}
g.link-img rect{
  transition: all 0.3s;
}
g.link-img:hover rect{
  opacity: 0.6 !important;
}
.group-02-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer__box-wrap{
  margin-left: auto;
  margin-right: auto;
}
.home-news__item-image,.box-map-item .img-map{
  height: 188px;
  overflow: hidden;
  border-radius: 10px;
}
.home-news__item-image img,.box-map-item .img-map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.home-news__item:hover img,.box-map-item:hover .img-map  img{
  transform: scale(1.1);
}
.box-map-item .map-zone{
  z-index: 1;
}
.css-sio2nq > p{
  color: #000;
    font-size: 3rem;
    font-family: "Kaisei Opti", sans-serif;
    text-align: center;
    margin-top: 30px;
}
.css-sio2nq{
  display: none !important;
}
.home-news__pickup-item-title{
  transition: all 0.3s;
}
.home-story__item-box-link:hover{
  opacity: 1;color: #EF4D6D;
}
.home-story__item-box-link::after{
  transition: all 0.3s;
}
.home-story__item-box-link:hover:after{
  right: 25px;
}
body.page-news .home-news__item-image{
  height: 136px;
}
a.btn.btn-link,a.btn.btn-file{
  transition: all 0.3s;
  border: 2px solid transparent;
}
a.btn.btn-link:hover,a.btn.btn-file:hover{
  border: 2px solid #EF4D6D;
}
.slide-recruit-img img{
  width: 100%;
  height: auto;
}
.box-map-cat .box-map-type a{
  display: flex;
}
.list-box li{
  display: flex;
  justify-content:center;
  align-items: center;
}
@media(min-width:768px){
  .one-letter{
    position: relative;
    max-width: 425px;
  }
  .c-tab__item:not(.active):hover{
    background-color: #FFEBF7;
    color: #EF4D6D;
  }
  .c-tab.c-tab--orange .c-tab__item:not(.active):hover{
    background-color: #FFF1E1;
    color: #F28E1E;
  }
  .box-tab-access .tabs-nav li:not(.active):hover{
    background-color: #FFEBF7;
  }
  .home-story__item-box{
    border-bottom-left-radius: 25px;
    padding-bottom: 25px;
    bottom: -45px;
  }
  #company-02 .large-6.col-12:first-child .col-inner{
    height: 100%;
    display: flex;
    align-items: center;
  }

  .box-border{
    padding-left: 60px;
    padding-right: 60px;
  }
  .img-room-in{
    border-radius: 150px;
    overflow: hidden;
  }
  .box-room .img-room-in img{
    transition: all 0.3s;
  }
  .box-room:hover .img-room img{
    transform: scale(1.1);
  }
  a.btn.btn-main.btn-contact span{
    padding: 0 53px;
  }
  .spa-map__img g[id^="link-"] rect,body.page-floor  g[id^="btn"]{
    cursor: pointer;
    transition: all 0.3s;
  }b
  .spa-map__img g[id^="link-"]:hover rect,body.page-floor  g[id^="btn"]:hover{
    opacity: 0.6;
  }
  .popup-banner__item-img{
    border-radius: 112px;
    overflow: hidden;
  }
  .popup-banner__item-img img{
    transition: all 0.3s;
  }
  .popup-banner__item-img:hover img{
    transform: scale(1.1);
  }
  .css-1n6dppy > .list-wrapper > ul{
    grid-template-columns:repeat(auto-fill, minmax(160px, 1fr)) !important;
  }
  
  .popup-banner__item::before{
    content: "";
      position: absolute;
      right: 0;
      top: unset;
      bottom: 25px;
      width: 27px;
      height: 27px;
      border-radius: 50%;
      background-color: #E74566;
      background-image: url(../../wp-content/themes/dogo-prince-hotel/assets/images/icons/ic-arrow-white.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px 4px;
      display: block;
  }
  .popup-banner.orange .popup-banner__item::before {
      background-color: #ED710C
  }
  .popup-banner.green .popup-banner__item::before {
      background-color: #709E2F
  }
  .popup-banner.blue .popup-banner__item::before {
      background-color: #5094B2
  }
  .popup-banner.purple .popup-banner__item::before {
      background-color: #8E569E
  }
}
.home-story__item-box-link{
  padding-top: 5px;
  padding-bottom: 5px;
}
.border-img-left{
  height: fit-content;
}
.border-img-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.no-animation .home-banner.open .home-banner__btn,
body.no-animation .home-banner.open .home-banner__btn .c-button-diagonal{
  transition: none !important;
  animation: none !important;
  animation-delay: none !important;
}
body.no-animation .home-banner.open .home-banner__window.--right .home-banner__curtain-img,
body.no-animation .home-banner.open .home-banner__window.--left .home-banner__curtain-img,
body.no-animation .home-banner.open .home-banner__lantern img,
body.no-animation .home-banner.open .home-banner__window.--right,
body.no-animation .home-banner.open .home-banner__window.--left,
body.no-animation .home-banner.open .home-banner__curtain-img,
body.no-animation .home-banner__chibi,
body.no-animation .home-banner__img > img{
  animation-duration: 0.01s ;
  animation-delay: 0.01s;
  transition: none !important;
}
.css-caseot{
  font-family: "Kaisei Opti", sans-serif !important;
}
@media(max-width: 767px) {
  .home-story__item-box{
    padding-bottom: 20px;
  }
  .home-news__item-image{
    height: 98px;
  }
  .post-content.search-text h1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-search #page-navi{
    margin-top: 35px;
  }
  .page-search #page-navi::after{
    width: 100%;
    left: 0;
  }
  .search-item a:after{
    width: 20px;
    height: 20px;
    right: 10px;
  }
  body.home .home-banner{
    margin-top: 0;
  }
  body.home header{
    min-height: 130px;
  }
  body:not(.home) .header-inner{
    min-height: 88px;
  }
  header .footer{
    padding: 25px 0px;
  }
  .menu-2 .header-search-box{
    position: static;
    display: block;
    padding: 25px 35px;
    width: 100%;
  }
  .menu-2 .header-search-box input[type="text"]{
    width: calc(100% - 55px);
    height: 41px;
  }
  .menu-2 .header-search-box input[type="submit"]{
    width: 55px;
    height: 41px;
    background-position: right 14px top 9px;
  }
  .menu-2-list{
    width: calc(100% - 70px);
    margin: auto;
  }
  .menu-2-list .menu-2-item {
    
    margin-bottom: 25px;
  }
  .menu-2-list .menu-2-item a{
    position: relative;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
    .menu-2-list .menu-2-item a:before{
        content: ">";
        color: #EF4D6D;
    }
}

/* PlanView styles - matching home-plan__item */
.PlanView {
    border: 3px solid #EF4D6D;
    border-radius: 40px;
    box-shadow: 0 0 7px 0 rgba(87, 150, 193, 0.45);
    padding: 5px 5px 40px;
    background-color: #fff;
    font-weight: 500;
    position: relative;
}

.PlanView .main_picture {
    aspect-ratio: 262 / 220;
    border-radius: 38px;
    overflow: hidden;
}

.PlanView .main_picture img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 38px;
    object-fit: cover;
    transition: all 0.3s;
}
.PlanView a:hover{
  opacity: 1;
}
.PlanView:hover .main_picture img{
  transform: scale(1.05);
  }
.PlanView .explan {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.PlanView .home-plan__item-title {
    line-height: 1.43;
    color: #333;
}

.PlanView .planlist {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 18px);
}

.PlanView .planlist a {
    display: flex;
    align-items: center;
    min-height: 58px;
    border-radius: 29px;
    background: linear-gradient(90deg, rgb(233, 156, 0) 0%, rgb(255, 81, 142) 100%);
    color: #fff;
    position: relative;
    padding: 5px 55px 5px 20px;
    width: 100%;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
}

.PlanView .planlist a .c-button-gradient__icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.PlanView .planlist a .c-button-gradient__icon img {
    width: 36px;
}
.PlanView .planlist ul,.PlanView .planlist ul li{
  display: block;
  width: 100%;
}
.hiding{
  display: none !important;
  transition: opacity 0.3s;
}
.talkappibot{
  opacity: 1;
}
.talkappibot.hiding{
  opacity: 0 !important;
}
.popup-banner{
  transition: all 0.3s;
}
.popup-banner__box:after{
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  content: "";
  top: -1px;
  left: 0;
  background-image: url(../images/index/popup-before.svg);
  background-size: 100% 100%;
  z-index: 0;
}
.popup-banner.blue .popup-banner__box:after{
  background-image: url(../images/index/popup-before-blue.svg);
}
.popup-banner.purple .popup-banner__box:after{
  background-image: url(../images/index/popup-before-purple.svg);
}
.popup-banner.orange .popup-banner__box:after{
  background-image: url(../images/index/popup-before-orange.svg);
}
.popup-banner.green .popup-banner__box:after{
  background-image: url(../images/index/popup-before-green.svg);
}
.popup-banner__box-title{
  position: relative;
  left: -30px;
}
.popup-banner__box-title span{
  position: relative;
  right: -30px;
}
body.page-map .home-banner__wrap{
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-map.no-animation .home-banner__wrap{
  opacity: 1
}
body.page-map .home-banner .home-banner__lantern img{
  transform: translateY(0) !important;
}
.home-banner__btn i{
  position: absolute;
      width: 30px;
      height: 26px;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      top: calc(100%  - 1px);
}
.home-banner__btn.rotate i{
  transform: translateX(-50%) rotateY(180deg);
}


.home-banner__btn.orange svg polyline {
  stroke: #E86025;
}
.home-banner__btn.blue svg polyline {
  stroke: #2A82C4;
}
.home-banner__btn.blue::before {
  background-color: #2A82C4;
}
.home-banner__btn.blue svg polyline {
  stroke: #2A82C4;
}
.home-banner__btn.green svg polyline {
  stroke: #629640;
}
.home-banner__btn.purple svg polyline {
  stroke: #8942BC;
}
.home-banner__btn.rotate i {
  transform: translateX(-50%) rotateY(180deg);
}

.box-start p.ls-normal{
  letter-spacing: normal;
}
@media(max-width: 767px) {
  html body .home-banner__chibi{
    right: 201px !important;
    left: auto;
    transform: translateX(100%);
  }
  html body .home-banner.open .home-banner__chibi{
    transform: translateX(0%);
  }
  .home-banner__btn .c-button-diagonal i{
    top: calc(100% - 3px);
  }
  .home-banner__btn.blue .c-button-diagonal i{
    bottom: calc(100% - 3px);
  }
  .home-banner__btn i{
    width: 15px;
    height: 13px;
    top: calc(100% - 3px);
  }
  .home-banner__btn.blue .home-banner__btn i{
   top: unset;
   bottom: calc(100% - 2px);
  }
  .home-banner__btn i svg{
    width: 100%;
    height: 100%;
  }
  body.home{
    padding-right: 0;
  }
  .home-banner__btn .c-button-diagonal i{
    z-index: 10;
  }
  html body .home-banner.open .home-banner__btn .c-button-diagonal{
    z-index: -1;
  }
  html body .home-banner__btn{
    z-index: 4;
  }
  .popup-banner__box-title{
    position: relative;
    left: -18px;
  }
  .popup-banner__box-title span{
    position: relative;
    right: -18px;
  }
  .talkappibot{
    position: relative;
    z-index: 1;
  }
  .home-banner__curtain-img{
    background-size: auto 54px;
  }
  .popup-banner__box:after{
    height: 9px;
  }
    .PlanView {
        border-radius: 24px;
        border-width: 2px;
        padding: 3px 3px 25px;
    }
    
    .PlanView .main_picture {
        aspect-ratio: 292 / 245;
        border-radius: 21px;
    }
    
    .PlanView .main_picture img {
        border-radius: 21px;
    }
    
    .PlanView .explan {
        padding-top: 7px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .PlanView .home-plan__item-title {
        font-size: 1.15rem;
    }
    
    .PlanView .planlist {
        bottom: -19px;
        max-width: calc(100% - 10px);
    }
    
    .PlanView .planlist a {
        min-height: 33px;
        border-radius: 16px;
        padding: 5px 30px 5px 22px;
        font-size: 1.3rem;
    }
    
    .PlanView .planlist a .c-button-gradient__icon {
        right: 7px;
    }
    
    .PlanView .planlist a .c-button-gradient__icon img {
        width: 21px;
    }
  .c-back-top{
    bottom: 78px ;
  }
  .box-link-fixed{
    z-index: 6;
  }
  .c-page-banner__text{
    top: 35px;
  }
  .text-story-3 h3 img{
    width: 215px;
  }
}
.page-recruit .group-01 .title-border::after{
  display: none;
}
.page-recruit a.btn.btn-main span:after{
  background-color: #fff;
}
a.btn.btn-main.btn-room span::after,a.btn.btn-main.btn-white span::after{
  display: none;
}
a.btn.btn-main.btn-room{
  color: #fff;
  transition: all 0.3s;
}
a.btn.btn-main.btn-room:hoveR{
  opacity: 0.6;
}
a.btn.btn-main.btn-room:hoveR span{
  color: #fff;
}
.map-banner-top::before{
  right: unset;
  left: calc(50% + 332px);
  z-index: 4;
}
.map-banner-top::after{
  left: calc(50% - 800px);
  z-index: 4;
  top: 8px;
}
body.page-map .home-banner{
  background-image: none;

}
body.page-map .home-banner::before{
  background-image: url(../../wp-content/themes/dogo-prince-hotel/assets/images/home/bg-05.jpg);
  display: block !important;
  position: absolute;
  transform: rotate(180deg);
  height: 813px;
  width: 100%;
  background-size: cover;
  background-position: center;
  content: '';
  top: -70px;
}

a.btn.btn-main.btn-room span::after,a.btn.btn-main.btn-white span::after,a.btn.btn-main.btn-contact span::after{
  display: none;
}
a.btn.btn-main.btn-contact span{
  color: white !important
}
.title-recruit{
  position: relative;
}
.title-recruit::after,.title-recruit:before{
  content: "";
      position: absolute;
      width: 34px;
      height: 3px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      display: block;
      right: -40px;
      transform: rotate(-40deg);
      background-color: white;
      top: 21px;
}
.title-recruit:before{
  right: unset;
  left: -40px;
  transform: rotate(40deg);
}
.page-recruit .bg-story-top:after{
      content: "";
    width: 191px;
    height: 169px;
    background-image: url(../images/recruit/icon-char-rec.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    display: block;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);

}

.recruit-01:after {
  top: 57px;
}

@media(max-width: 767px) {
  .popup-banner__item-img img{
    max-height: 146px;
  }
  .home-banner__curtain-img{
    bottom: calc(100% - 15px);
  }
  header{
    z-index: 99;
  }
  .home-banner__box{
    top: 5px;
  }
  .box-link-fixed a:nth-child(3),.box-link-fixed a:nth-child(1){
    gap: 0px;
  }
  header .c-button-booking__text{
    font-size: 15px;
  }
  .home-instagram .all-filter-sp{
    display:  none !important;
  }
  .home-banner__curtain{
    height: 447px;
  }
  body.page-map .home-banner::before{
    top: -45px;
  }
   body.page-map .map-banner-top::before{
    left: calc(50vw + 80px);
    top: -65px;
  }
  body.page-map .map-banner-top::after{
    left: calc(50vw - 220px);
    top: -47px;
  }
  .img-room-in{
    border-radius: 75px;
    overflow: hidden;
  }
  .page-recruit .bg-story-top:after{
    width: 70px;
    height: 62px;
    bottom: -15px;
  }
  .title-recruit::after, .title-recruit:before{
    width: 30px;
    right: -30px;
    height: 2px;
    top: 10px;
  }
  .title-recruit::before{
    left: -30px;
    right: unset;
  }
  .footer{
    padding-bottom: 80px;
  }
  .popup-banner__logo{
    top: 0;
    font-size: 8px;
  }
  .popup-banner__inner{
    top: -44px;
  }
  .popup-banner__logo img{
    width: 150px;
  }
  .popup-banner__box{
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }
  .popup-banner__item-img::before{
    width: 15px;
    height: 15px;
    top: calc(100% + 5px);
  }
  .popup-banner__box-img{
    position: relative;
  }
  .popup-banner__box-img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    background-size: 100% 100%;
    z-index: 0;
  }
  .slide-room.slick-slider ul.slick-dots{
    gap: 12px 0px;
  }
  .box-now-cont p{
    letter-spacing: 0.075em;
    text-align: justify;
  }
  #end-02 .box-text-first p.text-sm-left{
    letter-spacing: 0.075em;
    text-align: justify;
  }
}
.meal-course .btn-wrap{
  justify-content: center;
  display: flex;
}
a.btn.btn-main.btn-gradient{
  background: linear-gradient(90deg, rgb(233, 156, 0) 0%, rgb(255, 81, 142) 100%);
}
a.btn.btn-main.btn-gradient:hover span::after,a.btn.btn-main.btn-gradient:not(:hover) span::after{
  background-color: white;
}
a.btn.btn-main span,.box-btn-now a.btn.btn-main.mx-auto span{
  padding: 5px 50px 5px 30px;
}
.img-banquet-1 .box-image-slide{
  margin-bottom: 0;
}
.box-kengai .list-dot li{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
  padding-left: 20px;
}
.box-kengai .list-dot li:before{
  width: 14px;
  height: 14px;
  top: 5px;
}

@media(min-width:768px){
  .home-banner.open .home-banner__btn{
    width: 300px;
  }
  .meal-course .btn-wrap a.btn.btn-gradient{
    min-height: 80px;
    border-radius: 40px;
  }
  .meal-course .btn-wrap a.btn.btn-gradient span{
    padding-left: 50px;
    padding-right: 90px;
  }
  .meal-course .btn-wrap a.btn.btn-gradient:after{
    right: 20px;
  }
  .meal-course .btn-wrap a.btn br{
    display: none;
  }
  .box-kengai{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  a.btn.btn-main span,.box-btn-now a.btn.btn-main.mx-auto span{
    padding-right: 64px;
    padding-left: 34px;
  }
  .box-2-btn{
    display: flex;
    justify-content: center;
    gap: 44px;
    width: 100%;
  }
  .box-2-btn a.btn{
    width: fit-content;
    margin: 0;
  }
  .c-box-2{
    flex-wrap: wrap;
  }
}
@media(max-width:767px){
  a.btn.btn-gradient{
    text-align: center;
    font-size: 1.4rem;
  }
  .box-2-btn a.btn{
    margin-bottom: 15px;
  }
  
  .box-kengai .list-dot li{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .box-kengai .list-dot li:before{
    width: 11px;
    height: 11px;
    top: 5px;
  }
}
.table-company-right{
  padding-right: 0;
}
body.home{
  padding-right: 0;
}
/* Hero section responsive adjustments for medium screens */
@media (max-height: 1000px) and (min-width: 768px){
  
  .box-link-fixed a{
    font-size: 1.6rem;
    min-height: 50px;
  }
  .box-link-fixed a img{
    width: 60px;
  }
  .box-link-fixed a:nth-child(1){
    padding-left: 25px;
  }
  .box-link-fixed a:nth-child(2) img{
    left: 20px;
    width: 50px;
  }
  .box-link-fixed a:nth-child(3) img{
    left: 20px;
    width: 20px;
  }
  .box-link-fixed a span{
    font-size: 2rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px){
  
  .box-link-fixed a{
    font-size: 1.6rem;
    min-height: 50px;
  }
  .box-link-fixed a img{
    width: 60px;
  }
  .box-link-fixed a:nth-child(1){
    padding-left: 25px;
  }
  .box-link-fixed a:nth-child(2) img{
    left: 20px;
    width: 50px;
  }
  .box-link-fixed a:nth-child(3) img{
    left: 20px;
    width: 20px;
  }
  .box-link-fixed a span{
    font-size: 2rem;
  }
}
@media (max-width: 1366px) and (max-height: 1000px) and (min-width: 768px) {
  .home-banner {
    min-height: 60vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .home-banner__wrap {
    transform: scale(0.85);
    transform-origin: center top;
  }
  
  .home-banner__box {
    margin-bottom: 1rem;
  }
  
  .home-banner__window {
    width: 100%;
    height: auto;
  }
  .home-banner__curtain::before{
    width: 60vw;
  }
  .home-banner{
    margin-top: 143px;
  }
  .home-banner__btn .c-button-diagonal{
    justify-content: center;
  }
  .home-banner__btn .c-button-diagonal .lg{
    font-size: 3.5rem;
    position: relative;
    left: unset;
    right: -3px;
    top: 3px;
  }
  @keyframes slideWindowLeft {
      0% {
          right: 0;
      }
      100% {
          right: 110%;
      }
  }

  @keyframes slideWindowRight {
      0% {
          left: 0;
      }
      100% {
          left: 110%;
      }
  }

  .home-banner__curtain-img {
    height: 140px;
    background-size: auto 140px;
  }
  .home-news{
    margin-top: -12px;
  }
  .home-banner__curtain{
    height: 640px;
  }
  .home-banner__chibi img {
    max-width: 120px;
    height: auto;
  }
  .home-banner__curtain::before{
    background-size: auto 100%;}
  .home-banner__chibi-text {
    font-size: 0.9rem;
  }
  
  .home-banner__image {
    margin-top: 1rem;
    left: 0;
    text-align: center;
  }
  
  .home-banner__img img {
    max-width: 90%;
    height: auto;
  }
  
  .home-banner__btn {
    transform: scale(0.9);
  }
  
  .home-banner__btn .c-button-diagonal {
    padding: 8px 16px;
    font-size: 1.4rem;
    padding-right: 60px;
    padding-bottom: 19px;
  }
  .c-button-diagonal span{
    font-size: 2.3rem;
  }
  
  
  .home-banner__btn i {
    width: 25px;
    height: 22px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .home-banner__img > img{
    transform-origin: center;
  }
  .home-banner__btn{
    transform: scale(0.6);
  }
  .home-banner__btn.orange{
    top: 33px;
  }
  .home-banner__btn.pink{
    top: 33px;
  }
  .home-banner__btn.blue{
    top: 135px;
  }
  .home-banner__btn.green,.home-banner__btn.purple{
    bottom: 211px;
  }
}
@media(max-height:889px) and (min-width: 768px){
  .popup-banner__box-img{
    height: 420px;
  }
  .popup-banner__box-title{
    font-size: 3.4rem;
  }
  .popup-banner__box-desc{
    font-size: 2rem;
  }
  .popup-banner__item-img img{
    max-height: 200px;
  }
  .popup-banner > .container{
    padding-bottom: 30px;
  }
  .popup-banner__inner{
    padding: 10px;
  }
  .popup-banner__box:after{
    height: 20px;
  }
  .popup-banner__box-title span{
    font-size: 6rem;
  }
  .popup-banner__box-desc{
    margin-top: 15px;
  }
  .popup-banner__box-content{
    padding-bottom: 15px;
  }
  .popup-banner__item-title{
    font-size: 1.4rem;
  }
  .popup-banner__item::before{
    width: 23px;
    height: 23px;
    bottom: 16px;
  }
  .popup-banner > .container{
    max-width: 950px;
  }
}
@media(max-height:630px) and (min-width: 768px){
  .popup-banner__box-text{
    margin: 10px 40px;
  }
  .popup-banner__box-img{
    height: 350px;
  }
  .popup-banner__box-desc{
    font-size: 1.7rem;
  }
  .popup-banner__list a{
    width: 170px;
  }
  .popup-banner__item-img img{
    max-height: 170px;
  }
}
@media(max-height:585px) and (min-width: 768px){
  .popup-banner__box{
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }
}
.meal-table__box-item div:nth-child(1){
  font-weight: 500;
}
.slide-room-item__img{
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-room .slide-room-item__img{
  max-height: 590px;
  height: 590px;
}
.map-text a{
  text-decoration: underline;
}
.slide-room-item__img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.toggle-sub-title{
  text-align: center;
  margin: 25px auto 0;
}
.toggle-sub-title  span{
  color: #F28E1E;
}
.time-info-left .box-time{
  align-items: flex-start;
}
.time-info-left .box-time p:not(.box-time-time){
  padding-top: 15px;
  position: relative;
  width: calc(100% + 20px);
}
.toggle-second .toggle-sub-title span{
  color: #ff7ba7;
}
.toggle-third .toggle-sub-title span{
  color: #87C13F;
}
#meal-04{
  padding-top: 50px
}
a.no-link, .no-link a{
  pointer-events: none;
  cursor: default;
}
@media(max-width:767px){
  section#first-04 a.btn.btn-main span{
    padding-left: 30px;
  }
  .slide-room-item__img{
    max-height: 55.55vw;
    height: 55.55vw;
  }
  #meal-04{
    padding-top: 25px
  }
  .js-meal-slider{
    height: 217px;
  }
  .box-image-slide{
    height: 57.58vw;
  }
  .list-social{
    gap: 20px;
  }
  .company-03 .table-story-left{
    width: 100%;
    font-size: 1.5rem;
  }
}
body:not(.home) header{
  min-height: 88px;
}
@media (min-width:768px){
  
  body:not(.home) header{
    min-height: 152px;
}
  body:not(.home) header{
    min-height: 152px;
}
  .header-wrapper{
    position: fixed;
    background-color: white;
    z-index: 99;
  }
  header.UpMove .header-wrapper {
      animation: UpAnime 0.5s forwards;
  }
  body.admin-bar .header-wrapper{
    top: 32px;
  }

  @keyframes UpAnime {
      from {
          opacity: 1;
          transform: translateY(0);
      }
      to {
          opacity: 0;
          transform: translateY(-100px);
      }
  }

  header.DownMove .header-wrapper {
      animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
      from {
          opacity: 0;
          transform: translateY(-100px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  body.box-link-visible .c-back-top{
    bottom: 109px;
  }
  a.btn.btn-main.btn-popup{
    min-width: 400px;
    height: 70px;
    border-radius: 30px;
  }
  a.btn.btn-main.btn-popup span{
    padding-left: 64px;
    font-size: 18px;
  }
}
.top-banner{
  max-width: 682px;
  margin: auto;
  position: relative;
  top: -90px;
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 1s ease;
  min-height: 182px;
}

body.home-banner-open .top-banner{
  opacity: 1;
  transition-delay: 3s;
}
body.home-banner-open.no-animation .top-banner{
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.5s;
}
.c-back-top{
  width: 55px;
  height: 55px;
  transition: all 0.3s;
}
.c-back-top img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.popup-banner__box-text{
}
.popup-banner__box-text:before{
  background-image: url(../images/index/bg-text-01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 536px;
  height: 388px;
  left: -40px;
  top: -40px;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
}
.popup-banner__box-text > div{
  position: relative;
  z-index: 2;
}
#popup-banner-02 .popup-banner__box-text:before{
  background-image: url(../images/index/bg-text-02.png);
}
#popup-banner-03 .popup-banner__box-text:before{
  background-image: url(../images/index/bg-text-03.png);
}
#popup-banner-04 .popup-banner__box-text:before{
  background-image: url(../images/index/bg-text-04.png);
}
#popup-banner-05 .popup-banner__box-text:before{
  background-image: url(../images/index/bg-text-05.png);
}
.page-button{
  width: fit-content;
  margin: 40px auto  20px;
}
.popup-banner__box-desc{
  letter-spacing: 0.05em;
}
#popup-banner-03 a.btn.btn-main{
  background-color: #5094B2;
}
#popup-banner-03 a.btn.btn-main span:after{
  background: #fff;
}
#popup-banner-03 a.btn.btn-main:after{
  background-image: url(../images/attract/icon-right-3.svg);
}
#popup-banner-04 a.btn.btn-main{
  background-color: #709E2F;
}
#popup-banner-04 a.btn.btn-main span:after{
  background: #fff;
}
#popup-banner-04 a.btn.btn-main:after{
  background-image: url(../images/attract/icon-right-4.svg);
}
#popup-banner-05 a.btn.btn-main{
  background-color: #8E569E;
}
#popup-banner-05 a.btn.btn-main span:after{
  background: #fff;
}
#popup-banner-05 a.btn.btn-main:after{
  background-image: url(../images/attract/icon-right-5.svg);
}
.c-page-banner__title{
  padding-right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-page-banner__title span{
  position: relative;
  right: -35px;
  top: -6px;
}
.c-page-banner__desc{
  letter-spacing: 0.1em;
}
.c-page-banner__desc{
  margin-top: 15px;
}
.c-page-banner__text:before,.attraction-01 > .container:before,.box-text-ab-ban:before{
  content: "";
  position: absolute;
  width: 558px;
  height: 330px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  background-image: url(../images/spa/bg-text-spa.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  
}

.text-attrac-1{
  position: relative;
  left: -40px;
}
.attraction-01 > .container:before{
  background-image: url(../images/attract/bg-text-attract.png);
}
.box-text-ab-ban:before{
  background-image: url(../images/attract/bg-text-room.png);
}
body.page-meal .c-page-banner__text:before{
  background-image: url(../images/attract/bg-text-meal.png);
}
body.page-group .box-text-ab-ban:before{
  background-image: url(../images/attract/bg-text-group.png);
  z-index: -1;
}
body.page-banquet .box-text-ab-ban:before{
  background-image: url(../images/attract/bg-text-banquet.png);
  z-index: -1;
}
.time-info-left .box-time p:last-child.ls-50{
  letter-spacing: 0.05em;}
@media(max-width:767px){
  .slide-floor-dots ul.slick-dots{
    width: 100%;
    flex-wrap: wrap;
  }
  .slide-floor-dots ul.slick-dots li{
    margin: 5px;
  }
  .header-top a.btn.btn-main.btn-white{
    padding-right: 0;
  }
  body.page-meal .c-page-banner__desc{
    font-size: 1.3rem;
  }
  .c-page-banner__text:before,.attraction-01 > .container:before,.box-text-ab-ban:before{
    width: 100%;
    height: 100%;
  }
  .text-attrac-1{
    position: relative;
    left: -25px;
  }
  .c-page-banner__title{
    padding-right: 35px;
  }
  .c-page-banner__title span{
    right: -15px;
  }
  .popup-banner__box-text:before{
    width: calc(100% + 30px);
    height: calc(100% + 60px);
    left: -20px;
    top: -40px;
    background-size: 100% 100%;
  }
  
.c-back-top{
  width: 35px;
  height: 35px;
}
  .top-banner{
    max-width: 94.86vw;
    top: 0;
    margin-top: 20px;
    min-height: 25.41vw;
  }
}
/*TESTLAYOUT*/
@media (min-width: 768px) {
  body.testlayout .spa-others .border-img-left{
    width: 55%;
  }
   body.testlayout .c-box__image
  {

    width: 55%;
   }
   body.testlayout .box-bgcl-1 .large-6:first-child
  {
  flex: 0 0 55% !important; 
  max-width: 55% !important;
    }
    body.testlayout .box-bgcl-1 .large-6:not(:first-child){  
  flex: 0 0 45% !important; 
  max-width: 45% !important;
    }
    body.testlayout .box-bgcl-1 .large-6 img{
      
  width: 100%;
      height: auto;
    }
    ul.list-anchor li a{
      padding-right: 50px ;
    }
}
@media(min-width:1150px){
  body:not(.home){
    font-size: 1.9rem;
  }
}
body.home{
  opacity: 0;
}
body.home.home-banner-open{
  opacity: 1;
}

@media (min-width: 768px) and (max-height: 1060px){
  .popup-banner__box-img{
    height: 446px;
  }
  .popup-banner__box-desc{
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-height: 789px){
  .popup-banner__box-img{
    height: 446px;
  }
  .popup-banner__box-desc{
    font-size: 1.8rem;
  }
  .popup-banner__box-text{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .popup-banner__box-img{
    height: 385px;
  }
  .page-button{
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-height: 710px){
  .popup-banner__box-text > div{
    font-size: 1.6rem;
  }
  a.btn.btn-main.btn-popup{
    min-width: 360px;
    height: 50px;
    font-size: 16px;
  }
  a.btn.btn-main.btn-popup span{
    padding-left: 50px;
    font-size: 16px;
  }
  .page-button{
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-height: 680px){
  .popup-banner__box-title span{
    font-size: 3rem;
    bottom: -4px;
    right: -12px;
  }
  .popup-banner__box-title{
    left: 21px;
  }
  .popup-banner__box-text > div{
    font-size: 1.4rem;
  }
  .popup-banner__box-img{
    height: 335px;
  }
  .popup-banner__item-title{
    font-size: 1.3rem;
  }
  .popup-banner__item-img img{
    max-height: 175px;
  }
  .popup-banner__item::before{
    width: 17px;
    height: 17px;
  }
  a.btn.btn-main.btn-popup span{
    font-size: 14px;
  }
}
.home-banner__bg{
  z-index: 0;
}