.asw-hero-carousel__title{
    position: absolute;
    right: 0;
    bottom: 10px;
    justify-content: flex-end;
    text-shadow: 1px 1px 0 #525252, -1px -1px 0 #525252, -1px 1px 0 #525252, 1px -1px 0 #525252, 0px 1px 0 #525252, 0 -1px 0 #525252, -1px 0 0 #525252, 1px 0 0 #525252;
    font-size: 1.6rem;
    text-align: right;
}

.content-full .asw-container__inner{
    padding: 0 !important;
}

.background-position-bottom{
    background-position-y: bottom;
}

.container-padding-xxl{
    padding-top: 170px;
    padding-bottom: 170px;
}

.asw-bottom-padding-l{
    padding-bottom: 98px;
}

.asw-bottom-padding-xxl{
    padding-bottom: 200px !important;
}

.asw-button__link--highprimary-inversion{
    border: 2px solid #00146E;
}

.asw-button.top-anchor-button{
    margin-top: 20%;                                                                                                          
}

.grid-small{
    width: 66%;
    margin: 0 auto;
} 

.animated-container{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.animated-container.visible {
    opacity: 1 !important;
    transform: translateY(0);
}

.slideSubHotel{
    margin-top: 70px;
}

.square-button .asw-button__link--highprimary{
    background-color: #1A328A;
}

.gradient-bg{
    background-image: linear-gradient(183deg, #FDFDFC15, #EDE6DC15, #DFD2BF15, #D3C1A715, #C9B39315, #C5AC8A15, #C2A88415, #BDA07915, #B99C7215, #EBA13915);
}

.double-bg{
    position: relative;
}

.ANA-3009 .absolute-bg{
    position: relative;
    padding-top: 50px;
    padding-bottom: 130px;
}

.absolute-bg::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: -10%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: url(/domestic/theme/hotel_recommended/images/241128/background_02.png);
    background-size: 100% 100%;
    background-position: center;
}

.top-anchor-button .asw-button__link--icon-arrow::after{
    transform: rotate(90deg);
}

.top-anchor-button .asw-button__link--icon::after{
    top: 25%;
}

.top-anchor-button .asw-button__link--icon::before{
    content: url(/domestic/theme/hotel_recommended/images/241128/ico_plane.svg);
    position: absolute;
    left: 25%;
    top: 25%;
}

.top-anchor-button .asw-button__link{
    padding: 25px;
    max-width: 450px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 5px 4px rgba(128,155,168,0.44);
    -moz-box-shadow: 0px 13px 5px 4px rgba(128,155,168,0.44);
    box-shadow: 0px 13px 5px 4px rgba(128,155,168,0.44);
}

.top-anchor-button .asw-button__link:active {
  box-shadow: none;
  transform: translateY(5px);
}

.asw-hero-carousel__pagination li:not(:first-child) {
    margin-left: 10px;
}

.asw-hero-carousel__bullet {
    width: 15px;
    height: 15px;
    background: #fff;   
    border: 2px solid #fff;
}

.asw-hero-carousel__bullet--active {
    background: #0070AB;
    border: 2px solid #0070AB;
}

.asw-hero-carousel__stop-auto--start {
    border-bottom: 8px solid transparent;
    border-left: 14px solid #0070AB;
    border-top: 8px solid transparent;
    height: 0;
    margin-right: 8px;
    width: 0;
}

.asw-hero-carousel__stop-auto {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-left: 0px;
    position: relative;
    margin-right: 10px;
}

.asw-hero-carousel__stop-auto--stop::before, .asw-hero-carousel__stop-auto--stop::after {
    display: block;
    height: 17px;
    top: -1px;
    width: 5px;
}

.asw-hero-carousel__stop-auto--stop{
    height: 15px;
    width: 11px;
}

.asw-hero-carousel__stop-auto--stop::before {
    left: -1px;
}

.asw-hero-carousel__stop-auto--stop::after{
    right: -1px;
}

.asw-hero-carousel__stop-auto::before, .asw-hero-carousel__stop-auto::after {
    background: #0070AB;
    content: "";
    position: absolute;
}

.asw-hero-carousel__pagination-inner{
    flex-direction: row-reverse;
    margin-right: 20px;
}

.asw-hero-carousel__pagination-container{
    justify-content: flex-end;
    min-height: 20px;
}

.text-image-full img{
    width: 100%;
}

.square-button a{
    border-radius: 0;
}

.ANA-0016 .res-hr-line {
    border: solid 1px #0D2983;
    background-color: #0D2983;
    width: 25%;
}

.asw-hero-carousel__item::before {
    padding-bottom: 730px;
}

.asw-hero-carousel__image-container{
    border-bottom-left-radius: 65px;
}


.upper-container > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even){
    position: absolute;
    width: 61% !important;
    right: 0;
    padding: 0;
    max-width: 1280px;
}

.hotel-swiper .asw-image--custom{
    margin-bottom: 0;
}

.hotel-title-container {
    background-color: #002984;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 0 0 15px 15px;
}

.hotel_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0 0;
}

.hotel-location {
    font-size: 1.5rem;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asw-headline.custom-title{
    margin-top: 150px;
    position: relative;
    z-index: 2;
}

.custom-title img{
    max-width: 138% !important;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    background: #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0070AB;
}

.swiper-pagination {
    position: relative;
    text-align: right;
    margin-top: 25px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}

.page-container{
    padding-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

.toggleAutoplay {
    margin: 0 4px;
}

.toggleAutoplay:hover{
    cursor: pointer;
}

.toggleAutoplay img{
     transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-swiper .button-container{
    display: flex;
    justify-content: flex-end;
    gap: 19px;
}

.custom-swiper .asw-swipLayout__button-body{
    margin: 0;
}

.custom-swiper .swiper-button-disabled{
    display: block !important;
}

.custom-swiper .button-container .asw-swipLayout__button--prev, .custom-swiper .button-container .asw-swipLayout__button--next, .custom-swiper .asw-swipLayout__button-body,.custom-swiper .asw-swipLayout__button-inner{
    position: relative;
}

.asw-swipLayout__button--prev, .asw-swipLayout__button--next{
    height: 18px;
    width: 27px;
}

.custom-swiper .swiper-button-disabled.asw-swipLayout__button--prev::after{
    background-image: url(/domestic/theme/hotel_recommended/images/241128/ico-arrow-disabled.png) !important;
}

.custom-swiper .swiper-button-disabled.asw-swipLayout__button--next::after{
    background-image: url(/domestic/theme/hotel_recommended/images/241128/ico-arrow-disabled-next.png) !important;
}

.custom-swiper .asw-swipLayout__button--prev::after{
    background-image: url(/domestic/theme/hotel_recommended/images/241128/ico-arrow-slide-prev.png) !important;
}

.custom-swiper .asw-swipLayout__button--next::after{
    background-image: url(/domestic/theme/hotel_recommended/images/241128/ico-arrow-slide.png) !important;
}

.custom-swiper .swiper-button-disabled.asw-swipLayout__button--prev::after, .custom-swiper .swiper-button-disabled.asw-swipLayout__button--next::after, .custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 27px;
    height: 18px;
    background-size: contain;
} 

.custom-swiper .asw-swipLayout__button--prev, .custom-swiper .asw-swipLayout__button--next{
    transform: none;
}

.custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.custom-swiper.inverted-button{
    display: flex;
    flex-direction: column-reverse;
}

.navigation-container{
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    padding: 10px 0;
}

.swiper-button-next, .swiper-button-prev{
    position: relative;
}   

.custom-tab .asw-tab__item-container:focus-visible{
    outline: none;
}

.custom-tab.asw-tab, .custom-tab .asw-tab__menu-item, .asw-swipLayout__button--prev::after, .asw-swipLayout__button--next::after{
    background-color: #ffffff00 !important;
}

.custom-tab .asw-tab__menu{
    opacity: 0;
}

.custom-tab .asw-tab__item-container{
    margin-right: 0;
    margin-left: 0;
}

.custom-tab.asw-tab{
    border: none;
}

.custom-tab .asw-tab__menu-item{
    border: none;
}

.custom-tab .asw-tab__menu-link{
    width: 50%;
    border-radius: 10px;
}

.custom-tab .asw-tab__menu-item[aria-selected="true"] .asw-tab__menu-link{
    background-color: #0D2983; 
}

.custom-tab .asw-tab__menu-link{
    border: 2px solid #0D2983; 
    background-color: #FFFFFF;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.custom-tab .asw-tab__menu-title{
    color: #0D2983;
    margin-top: 0;
}

.custom-tab .asw-tab__menu-item[aria-selected="true"] .asw-tab__menu-title{
    color: #FFFFFF;
}

.custom-tab .asw-tab__menu-item[aria-selected="true"]::after, .asw-tab__menu-item:first-child::before, .custom-tab .asw-tab__menu-item:last-child::before
{
    display: none;
}

.custom-tab .asw-tab__menu-wrap .asw-tab__menu-item{
    display: flex;
    justify-content: flex-end;
}

.custom-tab .asw-tab__menu-wrap .asw-tab__menu-item:last-child{
    justify-content: flex-start;
}

.custom-tab .asw-tab__menu-wrap{
    gap: 30px;
    justify-content: center;
}

.custom-tab .asw-tab__menu-container::after{
    display: none;
}

.image-link-overlay{
    position: relative;
}

.hotel-contents .image-link-overlay::after{
    content: url(/domestic/theme/hotel_recommended/images/241128/ico_new_tab.svg);
    position: absolute;
    right: 2%;
    bottom: 2%;
}

.image-link-overlay .asw-image--original .asw-image__link{
    border-radius: 10px;
}

.image-link-overlay .asw-image--original .square-image.asw-image__link{
    border-radius: 0;
}

.image-link-overlay .asw-image--original{
    margin-top: 0;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.image-link-overlay .asw-image a:hover .overlay-content{
    opacity: 1;
}

.overlay-content p {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

#booking-modal_ST-D-03{
    min-height: 665px;
}

.hotel-name-md .asw-image{
    margin-bottom: 0;
}

.custom-tab .asw-tab__item-box, .custom-tab .asw-tab__item-container{
    overflow: visible;
}

.content-parent{
    position: relative;
    width: 100vw;
    left: 50%;
    max-width: 1400px;
    transform: translateX(-50%);
    overflow: hidden;
}

.content-parent > .asw-swipLayout__container {
    width: 92%;
    margin: 0 auto;
    overflow: visible;
    max-width: 1104px;
}

.inverted-button .asw-swipLayout__item{
    padding-left: 0;
}

.custom-tab [aria-hidden="true"] > * {
    opacity: 0;
    pointer-events: none;
    height: 0;
  }

  .custom-tab .asw-swipLayout__item[aria-hidden="true"] > *{
    display: block !important;
    opacity: 1;
    pointer-events: auto;
  }


@media only screen and (max-width: 768px) {
  .asw-hero-carousel__title{
    font-size: 1.4rem;
  }

  .top-bg{
    background-size: 100% 100%;
  }

  .asw-bottom-padding-xl-md{
    padding-bottom: 130px !important;
  }

  .custom-title img {
    max-width: 100% !important;
  }

  .upper-container > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even) {
    position: relative;
    width: 104.2% !important;
    max-width: auto;
  }


  
  .sub-ttl-sp,
  .sub-ttl-sp * {
    height: 15px;
  }

  .upper-container .asw-layout-grid__inner {
    flex-direction: column-reverse;
  }

  .upper-container.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
    margin-top: 0;
  }

  .asw-hero-carousel__item::before{
    padding-bottom: 374px;
  }

  .asw-headline.custom-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .asw-hero-carousel__pagination-container {
    margin-top: 20px;
  }

  .asw-hero-carousel__image-container {
    border-bottom-left-radius: 28px;
  }

  .asw-hero-carousel {
    padding-bottom: 30px;
  }

  .asw-button.top-anchor-button{
    margin-top: 10%;
  }

  .top-anchor-button .asw-button__link{
    padding: 20px;
  }

  .top-anchor-button .asw-button__link--icon::before{
    left: 22%;
    top: 20%;
  }

  .top-anchor-button .asw-button__link--icon::after{
    top: 30%;
  }

  .asw-bottom-padding-l-md{
    padding-bottom: 100px !important;
  }

  .title-width-md img{
    width: 85%;
  }

  .hotel_title{
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0 0;
    }

   .hotel-location{
        font-size: 2rem;
        margin-top: 1.2rem;
        margin-bottom: 2rem;
    }

    .custom-swiper .button-container{
        gap: 15px;
        padding-right: 3%;
    }

    .inverted-button .button-container{
        gap: 15px;
        padding-right: 4%;
    }


    .asw-swipLayout[data-sp-slides-per-view="1"] .asw-swipLayout__button--prev, .asw-swipLayout__button--prev{
        left: 0;
    }

    .asw-swipLayout[data-sp-slides-per-view="1"] .asw-swipLayout__button--next{
        right: 0;
    }

    .asw-swipLayout__button--next{
        right: 0;
    }

    .asw-swipLayout__scrollbar{
        display: none;
    }

    .asw-swipLayout__button--prev, .asw-swipLayout__button--next{
        height: 15px;
        width: 21px;
    }

    .custom-swiper .swiper-button-disabled.asw-swipLayout__button--prev::after, .custom-swiper .swiper-button-disabled.asw-swipLayout__button--next::after, .custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
        width: 21px;
        height: 15px;
    }

    .asw-swipLayout__container--scrollbar{
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .custom-tab {
        overflow: visible;
    }

    .custom-tab .asw-tab__menu-wrap{
        gap: 10px;
    }

    .custom-tab .asw-tab__menu-wrap .asw-tab__menu-item{
        width: calc(50% - 5px) !important;
    }

    .content-parent > .asw-swipLayout__container{
        width: 90%;
        padding: 0;
    }


    .inverted-button .content-parent > .asw-swipLayout__container{
        width: calc(100% - 8%);
        padding: 0;
    }


    .custom-tab .asw-tab__menu-link{
        width: 100%;
        border-radius: 5px;
    }

    .asw-tab__menu-title, .no-top-margin-pic-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 0;
    }

    .square-button .asw-button__link{
        max-width: 100% !important;
    }

    .square-button-container-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 15px;
    } 

    .grid-small{
        width: 100%;
    }

    .ANA-3009 .absolute-bg{
        padding-top: 0;
    }

    .absolute-bg::before{
        background-image: url(/domestic/theme/hotel_recommended/images/241128/background_02_sp.png);
        background-size: 125% 100%;
    }

    .hotel-title-md img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .hotel-name-md .asw-image{
        margin-bottom: 22px;
        border-bottom: 1px solid #00146E;
    }

    .grid-small.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 15px;
    }

    .hotel-contents, .hotel-contents.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 21px !important;
    }

    .no-top-margin-pic-md:not(:first-of-type){
        margin-top: 16px;
    }

    .hotel-title-m-md img{
        width: 55%;
    }

}

@media screen and (min-width: 768px) {
    .asw-tab {
        margin-top: 45px;
    }

    .asw-hero-carousel {
        padding-bottom: 40px;
    }

    .scale-title img{
        height: 24.11px;
    }

    .sub-ttl-pc-md img{
        height: 24.23px;
    }

}