@charset "UTF-8";

/*adobeフォントロード
------------------------------*/
/*html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}*/
/*body {
    animation: fadein 2s ease-in;
}
@keyframes fadein {
    0% {
        opacity: 0;
  }
    100% {
        opacity: 1;
  }
}*/



/*コンテンツ幅と両サイドのpadding
------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 960px) {
    .container {
            max-width: 1320px;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 959px) {
    .container {
            max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* 見出し共通
-------------------------------- */
.sec_title {
    width: 500px;
    line-height: 1;
    margin-bottom: 43px;
}
.sec_title span {
    display: block;
}
.sec_title .jp {
    text-align: right;
    border-bottom: 1px solid #666;
    padding-bottom: 2em;
}
.sec_title .en {
    font-size: 16px;
    margin-top: 2em;
}


.title_small {
    position: relative;
    margin-bottom: 25px;
}
.title_small:after {
    content: "";
    width: calc(100% - 5.5em);
    height: 1px;
    background-color: #666;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.title_small span {
    display: block;
    line-height: 1;
}
.title_small .jp {
    font-size: 14px;
    text-align: right;
    margin-bottom: .2em;
}
.title_small .en {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .sec_title {
        width: 100%;
    }
    .sec_title .jp {
        padding-bottom: 1.1em;
    }
    .sec_title .en {
        font-size: 12px;
        margin-top: 1.66em;
    }

}

/* ホバー時の線の動き
-------------------------------- */
/* 線がないところ */
a:not(.underline, .underline2, .nav_item a, .site_logo a, .insta_link, .formbtns a, .privacy_link, .foodmenu_item a, a.booking_btn, a.ristorante_btn,
.reserve-guide-btn a , a.tel , a.telnum , a.insta_btn, .law_link, .top_pool_item a) {
    display: inline-block;
    position: relative;
}
a:not(.underline, .underline2, .nav_item a, .site_logo a, .insta_link, .formbtns a, .privacy_link .foodmenu_item a, a.booking_btn, a.ristorante_btn, a.checkinn-reservation-button, .mega_menu_item a , a.tel , a.telnum, a.insta_btn, .law_link, .top_pool_item a)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform cubic-bezier(.65,0,.35,1) .7s;
}

a:not(.underline, .underline2, .nav_item a, .site_logo a, .insta_link, .formbtns a, .privacy_link, .foodmenu_item a, a.booking_btn, a.ristorante_btn, a.checkinn-reservation-button, a.food_btn, .top_pool_item a):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.mega_menu_item a.checkinn-reservation-button::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 6px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform cubic-bezier(.65,0,.35,1) .7s;
}
.mega_menu_item a.checkinn-reservation-button:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
}


/* 線があるところ */
.underline {
    position: relative;
}
.underline::before,
.swiper-button-prev._border::before,
.swiper-button-next._border::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform cubic-bezier(.65,0,.35,1) .7s;
}
.underline:hover::before,
.swiper-button-prev._border:hover::before,
.swiper-button-next._border:hover::before {
    transform-origin: right top;
    transform: scale(0, 1);
}

.underline2 {
    position: relative;
}
.underline2::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6E6E6E;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform cubic-bezier(.65,0,.35,1) .7s;
}
.underline2:hover::before{
    transform-origin: right top;
    transform: scale(0, 1);
}
@media screen and (max-width: 768px){
    .underline2{
        text-decoration: underline;
    }
    .underline2::before{
        content: none;
    }
}

/* navメニューの線がないところ */
/*.nav_item_inner {
    display: inline-block;
    position: relative;
}
.nav_item_inner::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform cubic-bezier(.65,0,.35,1) .7s;
}
.nav_item_inner:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}*/

/*　画像　*/
@media screen and (min-width: 768px) {
   .zoom_wrap {
        overflow: hidden;
    }
    .zoom {
        transition: 1s all;
    }
    .zoom:hover {
        transform: scale(1.04, 1.04);
    } 
}



/*フォント
----------------------------------------------*/
body {
        font-family: "ryo-gothic-plusn", sans-serif;
        color: #333;
        font-size: 14px;
    letter-spacing: 1.68px;
    letter-spacing: .12em;
    line-height: 2.14;
    background-color: #fff;
}
.neue {
    font-family: "neue-haas-grotesk-text", sans-serif;
}
.ryo_text {
    font-family: "ryo-text-plusn", serif;
}
.hiragino {
    font-family: 'Hiragino Kaku Gothic ProN';
}


/*予約フォーム完了メッセージ
--------------------------------------*/
.formCompText.succeed {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    min-width: 200px;
}