@charset "Shift JIS";
#top a{
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5) !important;
}
#top ul li a::after{
    filter: drop-shadow(0 0px 2px rgba(0, 0, 0, .5)) !important;
}
#top ul li:nth-child(5) a{
    text-shadow:none !important;
}
#top ul li:nth-child(5) a::after{
    filter: none !important;
}

/*-----------------------
main
------------------------*/
#main {
    width: 100%;
    height: 300px;
    padding: 0;
    background: url(../images/main.jpg) top center no-repeat;
    position: relative;
}
#main > h1{
   width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 0 0 0;
    font-size: 4.0rem;
    color: white;
    line-height: 100%;
    filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));
}
#main > h1:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 27px;
    background: url(../../common/images/navi_stay.svg) top left no-repeat;
    background-size: 100%;
    margin-left: 40px;
    vertical-align: bottom;
}
@media screen and (max-width: 768px) {
    #main {
        width: 100%;
        height: 200px;
        padding: 0;
        background: url(../images/main_sp.jpg) top center no-repeat;
        background-size: cover;
        position: relative;
    } 
    #main > h1{
        padding: 80px 0 0 0;
        font-size: 2.8rem;
    }
    #main > h1:after{
        width: 29px;
        height: 18px;
        margin-left: 25px;
    }
}

/*-----------------------
point
------------------------*/
#point {
    padding: 20px 0 120px 0;
    background: url(../../common/images/bg_plam_left.png) bottom -170px left -60px no-repeat;
    background-size: 470px auto;
}
#point h2{
    text-align: left;
    font-size: 2.2rem;
    letter-spacing: 0.8rem;
    line-height: 160%;
}
/*point01*/
#point .point01 {
    margin-bottom: 70px;
}
#point .point01 h2{
    margin-left: 500px;
    position: relative;
}
#point .point01 h2 span{
    position: absolute;
    left: -480px;
    top: -15px;
}
#point .point01 p{
    margin: 0 0 60px 500px;
}
/*point02*/
#point .point02{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
#point .point02 .photo{
    width: calc(100% - 410px);
}
#point .point02 .text{
    margin-left: 60px;
    width: 350px;
}
#point .point02 .text h2 img{
    width: 132px;
    display: block;
    margin-bottom: 15px;
}
/*point03*/
#point .point03{
    display: flex;
    align-items: center
}
#point .point03 .photo{
    width: calc(100% - 590px);
}
#point .point03 .text{
    margin-right: 60px;
    width: 530px;
}
#point .point03 .text h2 img{
    width: 118px;
    display: inline-block;
    float: left;
    margin: 5px 20px 0 0;
}
@media screen and (max-width: 1200px) {
    #point .point01 {
        margin-bottom: 50px;
    }
    /*point01*/
    #point .point01 h2{
        margin-left: 340px;
        position: relative;
    }
    #point .point01 h2 span{
        position: absolute;
        left: -350px;
        top: -15px;
        width: 320px;
    }
    #point .point01 p{
        margin: 0 0 30px 0;
    }
    /*point02*/
    #point .point02{
        margin-bottom: 50px;
    }
    #point .point02 .photo{
        width: calc(100% - 360px);
    }
    #point .point02 .text{
        width: 300px;
    }
    #point .point02 .text h2 img{
        width: 132px;
        display: block;
        margin-bottom: 15px;
    }
    /*point03*/
    #point .point03 .photo{
        width: calc(100% - 360px);
    }
    #point .point03 .text{
        width: 300px;
    }
    #point .point03 .text h2 img{
        width: 118px;
        display: block;
        float: none;
        margin: 0 0 15px 0;
    }
    #point br.sp_show{
        display: block;
    }
}
@media screen and (max-width: 768px) {
    #point{
        background: white;
        padding: 30px 0;
    }
    #point .inner{
        width: 100%;
    }
    #point #slide_point .swiper-slide{
        background-color: white;
        height: auto;
        padding-bottom: 40px;
    }
    #point #slide_point .swiper-slide .box{
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }
    #point #slide_point .swiper-slide .box h2 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.7rem;
        letter-spacing: 0.2rem;
    }
    #point #slide_point .swiper-slide .box h2 img{
        width: 234px;
        height: auto;
        display: block;
        margin: 0 auto 10px auto;
    }
    #point #slide_point .swiper-slide .box > img{
        margin-bottom: 15px;
    }
}

/*-----------------------
menu
------------------------*/
#menu{
    background: url(../images/bg_menu.jpg) top center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
#menu .box-shadow{
    background: white;
    padding: 30px 50px;
}
#menu .box-shadow ul{
    display: flex;
    justify-content: space-between;
}
#menu .box-shadow ul li{
    width: 23%;
    padding: 0 0 20px 0;
    text-align: center;
    background: url(../images/arrow_menu.svg) bottom center no-repeat;
}
#menu .box-shadow ul li span{
    width: 100%;
    height: 120px;
    display: block;
    margin-bottom: 10px;
}
#menu .box-shadow ul li:nth-child(1) span{
    background: url(../images/slide/business_single_01_202505.jpg) center center no-repeat;
    background-size: cover;
}
#menu .box-shadow ul li:nth-child(2) span{
    background: url(../images/slide/resort_single_01.jpg) center center no-repeat;
    background-size: cover;
}
#menu .box-shadow ul li:nth-child(3) span{
    background: url(../images/slide/resort_dx_single_01.jpg) center center no-repeat;
    background-size: cover;
}
#menu .box-shadow ul li:nth-child(4) span{
    background: url(../images/slide/resort_twin_01.jpg) center center no-repeat;
    background-size: cover;
}
#menu .box-shadow ul li a{
    color: #303030;
    font-weight: bold;
    display: block;
}

@media screen and (max-width: 768px) {
    #menu{
        padding: 30px 0;
        font-size: 1.2rem;
    }
    #menu .box-shadow{
        padding: 20px 20px;
    }
    #menu .box-shadow ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #menu .box-shadow ul li{
        width: 48%;
        padding: 0 0 10px 0;
        text-align: center;
        background: url(../images/arrow_menu.svg) bottom center no-repeat;
        background-size: 15px auto;
    }
    #menu .box-shadow ul li:nth-child(1),
    #menu .box-shadow ul li:nth-child(2){
        margin-bottom: 15px;
    }
    #menu .box-shadow ul li span{
        height: 70px;
        margin-bottom: 5px;
    }
}

/*-----------------------
room
------------------------*/
.bg_sand{
    background: 
        url(../../common/images/bg_white.png) top left no-repeat,
        url(../../common/images/bg_sand.jpg) top left repeat;
    background-size: 
        100% 520px, 118px 118px;
}
.room .swiper-container{
    width: 90%;
    height: 560px;
    margin-bottom: 50px;
}

.room .inner{
    display: flex;
}
.room h3{
    font-size: 2.2rem;
    letter-spacing: 0.8rem;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 40px;
}
.room h3 span{
    color: #5AC5BA;
}
.room .inner .text{
    width: calc(100% - 400px);
    border-right: dotted gray 1px;
}
.room .inner .text p{
    width: 95%;
}
.room .inner .text p .sm{
	display: block;
	font-size: 1.2rem;
	text-indent: -1.2rem;
	line-height: 160%;
	margin: 10px 0 0 1.2rem;
}
.room .icon{
    width: 400px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}
.room .icon ul{
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    line-height: 140%;
}
.room .icon ul li{
    width: 30%;
}
#ResortDxSingle .inner .text{
    width: calc(100% - 300px);
    border-right: dotted gray 1px;
}
#ResortDxSingle .inner .text p{
    width: 95%;
}
#ResortDxSingle .icon{
    width: 300px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}
#ResortDxSingle .icon ul{
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    line-height: 140%;
}
#ResortDxSingle ul li{
    width: 45%;
}
@media screen and (max-width: 1200px) {
    .room > .inner .text{
        width: calc(100% - 330px);
    }
    .room h3{
        margin-right: 5%;
    }
    .room .icon{
        width: 330px;
        font-size: 1.2rem;
    }
    .room .icon ul{
        padding-left: 30px;
    }
    .room .icon ul li{
        width: 32%;
    }
    #ResortDxSingle .inner .text{
        width: calc(100% - 220px);
    }
    #ResortDxSingle .icon{
        width: 220px;
        font-size: 1.2rem;
    }
    #ResortDxSingle .icon ul{
        padding-left: 0px;
    }
    #ResortDxSingle .icon ul li{
        width: 48%;
    }
}
@media screen and (max-width: 768px) {
    .bg_sand{
        background: 
            url(../../common/images/bg_white.png) top left no-repeat,
            url(../../common/images/bg_sand.jpg) top left repeat;
        background-size: 
            100% 260px, 118px 118px;
    }
    .room h2{
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .room .swiper-container{
        width: 100%;
        height: 280px;
        margin-bottom: 20px;
    }
    .room .swiper-slide:before{
        display: block;
        content: '';
        height: 100%;
        width: 5%;
        position: absolute;
        top: 0;
        left: 0;
        background: 
            url(../../common/images/bg_white.png) top left no-repeat,
            url(../../common/images/bg_sand.jpg) top left repeat;
        background-size: 
            100% 50%, 100% 50%;
    }
    .room .swiper-slide:after{
        display: block;
        content: '';
        height: 100%;
        width: 5%;
        position: absolute;
        top: 0;
        right: 0;
        background: 
            url(../../common/images/bg_white.png) top left no-repeat,
            url(../../common/images/bg_sand.jpg) top left repeat;
        background-size: 
            100% 50%, 100% 50%;
    }
    .room .inner{
        display: block;
    }
    .room h3{
        font-size: 1.8rem;
        letter-spacing: 0.6rem;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 150%;
    }
    .room h3 span{
        color: #5AC5BA;
    }
    .room .inner .text,
    #ResortDxSingle .inner .text{
        width: 100%;
        border-right: none;
    }
    .room .inner .text p,
    #ResortDxSingle  .inner .text p{
        width: 100%;
        margin-bottom: 10px;
    }
    .room .icon{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .room .icon ul{
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
        line-height: 140%;
    }
    .room .icon ul li{
        width: 30%;
    }
}
/*-----------------------
BusinessSingle
------------------------*/
#BusinessSingle {
    margin-top:-120px;
    padding-top:130px;
}
#BusinessSingle h2:before{
    content: '';
    display: block;
    width: 246px;
    height: 38px;
    background: url(../images/h2_BusinessSingle.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto 15px auto;
}
#BusinessSingle #slide_BS .bg_01{
    background:url(../images/slide/business_single_01_202505.jpg) center bottom no-repeat;
    background-size: cover;
}
#BusinessSingle #slide_BS .bg_02{
    background:url(../images/slide/business_single_02_202505.jpg) center center no-repeat;
    background-size: cover;
}
#BusinessSingle #slide_BS .bg_03{
    background:url(../images/slide/business_single_03.jpg) center center no-repeat;
    background-size: cover;
}
#BusinessSingle #slide_BS .bg_04{
    background:url(../images/slide/business_single_04.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container .swiper-slide{    
    position:relative;
}
.swiper-container .swiper-slide > span{
    position: absolute;
        bottom: 30px;
    right: 10px;
    color: white;
    font-size: 1.4rem;
    text-shadow: black 0 0 5px;
    display: inline-block;
    line-height: 1.6em;
    text-indent: -1em;
    padding-left: 1em;

}
@media screen and (max-width: 768px) {
    #BusinessSingle {
        margin-top:-100px;
        padding-top:100px;
    }
    #BusinessSingle  h2:before{
        width: 215px;
        height: 33px;
        margin: 0 auto 5px auto;
    }
    .swiper-container .swiper-slide > span{
        position: absolute;
        left: calc( 5% + 10px );
        font-size: 1.2rem;
    }    
}

/*-----------------------
ResortSingle
------------------------*/
#ResortSingle {
    margin-top:-120px;
    padding-top:120px;
}


#ResortSingle h2:before{
    content: '';
    display: block;
    width: 218px;
    height: 38px;
    background: url(../images/h2_ResortSingle.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto 15px auto;
}
#ResortSingle #slide_RS .bg_01{
    background:url(../images/slide/resort_single_01.jpg) center center no-repeat;
    background-size: cover;
}
#ResortSingle #slide_RS .bg_02{
    background:url(../images/slide/resort_single_02.jpg) center center no-repeat;
    background-size: cover;
}
#ResortSingle #slide_RS .bg_03{
    background:url(../images/slide/resort_single_03.jpg) center center no-repeat;
    background-size: cover;
}
#ResortSingle #slide_RS .bg_04{
    background:url(../images/slide/resort_single_04.jpg) center center no-repeat;
    background-size: cover;
}
#ResortSingle #slide_RS .bg_05{
    background:url(../images/slide/resort_single_05.jpg) center center no-repeat;
    background-size: cover;
}
#ResortSingle #slide_RS .bg_06{
    background:url(../images/slide/resort_single_06.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #ResortSingle {
        margin-top:-100px;
        padding-top:100px;
    }
    #ResortSingle  h2:before{
        width: 191px;
        height: 33px;
        margin: 0 auto 5px auto;
    }
}

/*-----------------------
ResortDxSingle
------------------------*/
#ResortDxSingle {
    margin-top:-120px;
    padding-top:120px;
}

#ResortDxSingle h2:before{
    content: '';
    display: block;
    width: 285px;
    height: 38px;
    background: url(../images/h2_ResortDxSingle.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto 15px auto;
}
#ResortDxSingle #slide_RDS .bg_01{
    background:url(../images/slide/resort_dx_single_01.jpg) center center no-repeat;
    background-size: cover;
}
#ResortDxSingle #slide_RDS .bg_02{
    background:url(../images/slide/resort_dx_single_02.jpg) center center no-repeat;
    background-size: cover;
}
#ResortDxSingle #slide_RDS .bg_03{
    background:url(../images/slide/resort_dx_single_03.jpg) center center no-repeat;
    background-size: cover;
}
#ResortDxSingle #slide_RDS .bg_04{
    background:url(../images/slide/resort_dx_single_04.jpg) center center no-repeat;
    background-size: cover;
}
#ResortDxSingle #slide_RDS .bg_05{
    background:url(../images/slide/resort_dx_single_05.jpg) center center no-repeat;
    background-size: cover;
}
#ResortDxSingle #slide_RDS .bg_06{
    background:url(../images/slide/resort_dx_single_06.jpg) center center no-repeat;
    background-size: cover;
}
#ResortDxSingle #slide_RDS .bg_07{
    background:url(../images/slide/resort_dx_single_07.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #ResortDxSingle {
        margin-top:-100px;
        padding-top:100px;
    }
    #ResortDxSingle h2:before{
        width: 250px;
        height: 33px;
        margin: 0 auto 5px auto;
    }
}

/*-----------------------
ResortTwin
------------------------*/
#ResortTwin {
    margin-top:-120px;
    padding-top:120px;
}
#ResortTwin h2:before{
    content: '';
    display: block;
    width: 207px;
    height: 29px;
    background: url(../images/h2_ResortTwin.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto 15px auto;
}
#ResortTwin #slide_RT .bg_01{
    background:url(../images/slide/resort_twin_01.jpg) center center no-repeat;
    background-size: cover;
}
#ResortTwin #slide_RT .bg_02{
    background:url(../images/slide/resort_twin_02.jpg) center center no-repeat;
    background-size: cover;
}
#ResortTwin #slide_RT .bg_03{
    background:url(../images/slide/resort_twin_03.jpg) center center no-repeat;
    background-size: cover;
}
#ResortTwin #slide_RT .bg_04{
    background:url(../images/slide/resort_twin_04.jpg) center center no-repeat;
    background-size: cover;
}
#ResortTwin #slide_RT .bg_05{
    background:url(../images/slide/resort_twin_05.jpg) center center no-repeat;
    background-size: cover;
}
#ResortTwin #slide_RT .bg_06{
    background:url(../images/slide/resort_twin_06.jpg) center center no-repeat;
    background-size: cover;
}
#ResortTwin .icon span{
    display: inline-block;
    padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
    #ResortTwin {
        margin-top:-100px;
        padding-top:100px;
    }
    #ResortTwin h2:before{
        width: 181px;
        height: 25px;
        margin: 0 auto 5px auto;
    }
}

/*-----------------------
ladies
------------------------*/
#ladies{
    display: flex;
    margin-top: 100px;
}
#ladies .inner{
    position: relative;
}
#ladies h4{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.6rem;
    margin-bottom: 20px;
}
#ladies h4 span{
    font-size: 2.6rem;
}
#ladies .text{
    width: 50%;
    background: #F68CA9;
    padding: 50px;
    color: white;
    border-right: none;
    position: relative;
}

#ladies .copy{
    position: absolute;
    top: -45px;
    right: -45px;
    z-index: 2;
}
#ladies .flower{
    width: 75px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 2;
}
#ladies .text p{
    width: 100%;
    margin-bottom: 15px;
}
#ladies .text .amenity{
    width: calc(100% - 0px);
    border-top: solid white 1px;
    display: flex;
    flex-wrap: wrap;
}
#ladies .text .amenity dt{
    font-weight: bold;
    border-bottom: solid white 1px;
    width: 130px;
    padding: 10px 0;
}
#ladies .text .amenity dd{
    border-bottom: solid white 1px;
    padding: 10px 0;
    width: calc(100% - 130px);
}
#ladies #slide_ladies {
    width: 50%;
    height: auto;
    min-height: 250px;
    height: 100%;
}
#slide_ladies .bg_01{
    background:url(../images/slide/ladies_01.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_02{
    background:url(../images/slide/ladies_02.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_03{
    background:url(../images/slide/ladies_03.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_04{
    background:url(../images/slide/ladies_04.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_05{
    background:url(../images/slide/ladies_05.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_06{
    background:url(../images/slide/ladies_06.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_07{
    background:url(../images/slide/ladies_07.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_08{
    background:url(../images/slide/ladies_08.jpg) center center no-repeat;
    background-size: cover;
}
#slide_ladies .bg_09{
    background:url(../images/slide/ladies_09.jpg) center center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    #ladies .copy{
        position: absolute;
        top: -30px;
        right: -20px;
        z-index: 3;
        width: 250px;
    }
}
@media screen and (max-width: 768px) {
    #ladies{
        display: block;
        margin-top: 60px;
        background-color: #f68ca9;
        padding: 50px 0 40px 0;
    }
    #ladies .inner{
        width: 100%;
    }
    #ladies .copy{
        position: absolute;
        top: -45px;
        right: 0;
        z-index: 2;
        width: 195px;
        filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .6));
    }
    #ladies h4{
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.5rem;
        margin-bottom: 10px;
        line-height: 160%;
    }
    #ladies h4 span{
        font-size: 2.6rem;
    }
    #ladies .text{
        width: 100%;
        background-size: 70px auto;
        padding: 5%;
    }
    #ladies .text .amenity{
        width: 100%;
        border-top: solid white 1px;
        display: block;
        flex-wrap: wrap;
    }
    #ladies .text .amenity dt{
        font-weight: bold;
        border-bottom: none;
        width: 100%;
        padding: 10px 0 0 0;
    }
    #ladies .text .amenity dd{
        border-bottom: solid white 1px;
        padding: 5px 0 10px 0;
        width: 100%;
    }
    #ladies #slide_ladies {
        width: 100%;
        height: 250px;
    }
    #slide_ladies .swiper-slide:before{
        display: block;
        content: '';
        height: 100%;
        width: 5%;
        position: absolute;
        top: 0;
        left: 0;
        background: #F68CA9;
    }
    #slide_ladies .swiper-slide:after{
        display: block;
        content: '';
        height: 100%;
        width: 5%;
        position: absolute;
        top: 0;
        right: 0;
        background: #F68CA9;
    }
}

/*-----------------------
information
------------------------*/
#information  h2:before{
    content: '';
    display: block;
    width: 204px;
    height: 30px;
    background: url(../images/h2_information.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto 15px auto;
}
#information ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
#information ul li{
    width: 24%;
    margin-bottom: 2%;
}
#information dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid silver 1px;
}
#information dl dt{
    width: 200px;
    text-align: center;
    border-bottom: solid silver 1px;
    padding: 20px 0;
    font-weight: bold;
}
#information dl dt:after{
    content: '：';
    margin-left: 40px;
}
#information dl dd{
    width: calc(100% - 200px);
    border-bottom: solid silver 1px;
    padding: 20px 0;
}
#information dl dd span{
    font-size: 1.2rem;
}
#information dl dd p b{
    font-weight: bold;
}
#information dl dd p b:before{
    content: '【';
    margin-left: -7px;
}
#information dl dd p b:after{
    content: '】'
}
@media screen and (max-width: 768px) {
    #information {
        background-color: white;
    }
    #information h2{
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    #information  h2:before{
        content: '';
        display: block;
        width: 183px;
        height: 24px;
        background: url(../images/h2_information.svg) top left no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin: 0 auto 15px auto;
    }
    #information ul{
        margin-bottom:10px;
    }
    #information ul li{
        width: 49%;
    }
    #information dl{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: solid silver 1px;
    }
    #information dl dt{
        width: 100%;
        text-align: left;
        border-bottom: none;
        padding: 15px 0 0 0;
        font-weight: bold;
    }
    #information dl dt:after{
        content: '';
    }
    #information dl dd{
        width: 100%;
        padding:0 0 15px 0;
    }
    #information dl dd p{
        margin-bottom: 10px;
    }
    #information dl dd p:first-of-type{
        margin-top: 10px;
    }
}