@charset "utf-8";


/*-----------------------------------MainVisual*/
#MainVisual{
    height: 560px;
    position: relative;
}
#MainVisual #container{ height: 100%}
#MainVisual #theTarget{}
#MainVisual #theTarget div{
    height: 560px;
    background-position: center;
}
#MainVisual .skippr-nav-container{ display:none}
#MainVisual .skippr-previous{
    left: 1%;
}
#MainVisual .skippr-next{
    right: 2%;
}
#MainVisual #theTarget .MV01{ background-image: url(../../images/hawaiiLounge/MV_w2000_01.webp)}
#MainVisual #theTarget .MV02{ background-image: url(../../images/hawaiiLounge/MV_w2000_02.webp)}
#MainVisual #theTarget .MV03{ background-image: url(../../images/hawaiiLounge/MV_w2000_03.webp)}
#MainVisual #theTarget .MV04{ background-image: url(../../images/hawaiiLounge/MV_w2000_04.webp)}

@media screen and (max-width:1500px){
#MainVisual #theTarget .MV01{ background-image: url(../../images/hawaiiLounge/MV_w1500_01.webp)}
#MainVisual #theTarget .MV02{ background-image: url(../../images/hawaiiLounge/MV_w1500_02.webp)}
#MainVisual #theTarget .MV03{ background-image: url(../../images/hawaiiLounge/MV_w1500_03.webp)}
#MainVisual #theTarget .MV04{ background-image: url(../../images/hawaiiLounge/MV_w1500_04.webp)}
}

#MainVisual h1{
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 530px;
    left: 50%;
    transform: translate(-50%, -60%);
}
#MainVisual h1 img{}

/*--------------------------------------*/
#Intro{}
#Intro .Inner{
}
#Intro .Inner .Entry{
    display: flex;
}
#Intro .Inner .Entry + .Entry{margin-top: 30px;}
#Intro .Inner .Entry:nth-of-type(even){
    flex-direction: row-reverse;
}
#Intro .Inner .Entry .photo{
    width: 50%;
}
#Intro .Inner .Entry .Main{
    flex: 1;
    padding: 0px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Intro .Inner .Entry .Main dl{}
#Intro .Inner .Entry .Main dt{
    color: var(--MainColor);
    font-size: 25px;
    font-style: italic;
    padding-bottom: 10px;
}
#Intro .Inner .Entry .Main dd{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
}

/*------------------------Modelplan*/
#Modelplan{
    margin-bottom: 80px;
}
#Modelplan h2{
    color: var(--SubColor);
}
#Modelplan .illust{
    width: 58%;
    margin: 50px auto;
    max-width: 800px;
}
#Modelplan .Entry{
    width: 940px;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
}
#Modelplan .Entry + .Entry{
    margin-top: 10px;
}
#Modelplan .Entry .photo{
    width: 350px;
}
#Modelplan .Entry .Main{
    padding-left: 30px;
    color: #fff;
    flex: 1;
}
#Modelplan .Entry .Main dl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-top: 60px;
    line-height: 1;
    align-items: end;
    margin-bottom: 20px;
}
#Modelplan .Entry .Main dt{
    font-size: 26px;
}
#Modelplan .Entry .Main dd{
    font-size: 20px;
    padding-left: 12px;
}
#Modelplan .Entry .Main dl:before{content: "";width: 50px;height: 50px;display: block;background-position: center;background-repeat: no-repeat;background-size: contain;margin: 0 auto;position: absolute;top: 0;}
#Modelplan .Entry .Main .txt{
    font-size: 15px;
    line-height: 1.8;
}
#Modelplan .Entry.Morning{
    background-color: #66c3e2;
}
#Modelplan .Entry.Lunch{
    background-color: #ccb26a;
}
#Modelplan .Entry.Afternoon{
    background-color: #cc816a;
}
#Modelplan .Entry.Evening{
    background-color: #b978a6;
}
#Modelplan .Entry.Night{
    background-color: #827db1;
}

#Modelplan .Entry.Morning .Main dl:before{ background-image: url(../../images/hawaiiLounge/icon_plan_Morning.png)}
#Modelplan .Entry.Lunch .Main dl:before{background-image: url(../../images/hawaiiLounge/icon_plan_noon.png);width: 40px;height: 40px;}
#Modelplan .Entry.Afternoon .Main dl:before{background-image: url(../../images/hawaiiLounge/icon_plan_afternoon.png);width: 40px;height: 40px;top: 6px;}
#Modelplan .Entry.Evening .Main dl:before{background-image: url(../../images/hawaiiLounge/icon_plan_Evening.png)}
#Modelplan .Entry.Night .Main dl:before{background-image: url(../../images/hawaiiLounge/icon_plan_Night.png);width: 40px;height: 30px;top: 10px;}

/*--------------------------------------------------------Hotel*/
#Hotel{}
#Hotel .Inner{
    padding-top: 10px;
}
#Hotel .Inner .Entry{
    display: flex;
    flex-wrap: wrap;
}
#Hotel .Inner .Entry + .Entry{
    margin-top: 40px;
}
#Hotel .Inner .Entry + .Entry:before{content: "";background-image: url(../../images/hawaiiLounge/line_wave.png);height: 25px;background-position: center;background-repeat: no-repeat;background-size: contain;display: block;width: 100%;margin-bottom: 40px;}
#Hotel .Inner .Entry .photo{
    width: 50%;
    margin-bottom: 50px;
}
#Hotel .Inner .Entry .photo .img{}

#Hotel .Inner .Entry .Main{
    flex: 1;
    margin-left: 30px;
}
#Hotel .Inner .Entry .Main .icon{
    font-size: 12px;
    font-weight: bold;
    background-color: var(--MainColor);
    width: fit-content;
    color: #fff;
    line-height: 1;
    padding: 6px 10px;
    margin-bottom: 11px;
}
#Hotel .Inner .Entry .Main h3{
    margin-bottom: 26px;
}
#Hotel .Inner .Entry .Main h3 .main{
    font-size: 23px;
    font-style: italic;
    padding-bottom: 8px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
}
#Hotel .Inner .Entry .Main h3 .main span{
    font-style: italic;
    padding-right: 5px;
}
#Hotel .Inner .Entry .Main h3 .main span + span{}
#Hotel .Inner .Entry .Main h3 .sub{
    font-size: 16px;
    margin-bottom: 10px;
}
#Hotel .Inner .Entry .Main h3 .txt{
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
#Hotel .Inner .Entry .Main .lounge{
    margin-bottom: 20px;
    border: 2px solid var(--MainColor);
    border-radius: 3px;
}
#Hotel .Inner .Entry .Main .lounge dt{
    width: fit-content;
    background-color: var(--BgColor);
    color: var(--MainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    margin-top: -0.8em;
    padding: 0 5px;
    margin-left: 10px;
}
#Hotel .Inner .Entry .Main .lounge dd{
    flex: 1;
    padding: 2px 10px 10px 17px;
    color: var(--MainColor);
    font-weight: bold;
}
#Hotel .Inner .Entry .Main .ex{
    display: flex;
}
#Hotel .Inner .Entry .Main .ex dt{
    width: 180px;
}
#Hotel .Inner .Entry .Main .ex dd{
    padding-left: 20px;
    flex: 1;
}
#Hotel .Inner .Entry .btn{
    width: 100%;
    text-align: center;
}
#Hotel .Inner .Entry .btn a{
    display: inline-block;
    padding: 20px 150px;
}



