@charset "UTF-8";

/********* サイト全体共通 *********/
body {
    font-size: clamp(14px, 1.6vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #212631;
    line-height: 2.2;
    letter-spacing: 0.03em;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a:not(.button, .cases_box) {
    /* buttonクラスがついていないaタグにのみ適用 */
    transition: 0.3s;
}

a:not(.button, .cases_box):hover {
    opacity: 0.65;
}

:root {
    --blue-main: #0F3D95;
    --yellow: #EDC309;
    --blue-bg: #e3ecf5;
    --text-gray: #212631;
    --font-mincho: "Noto Serif JP", serif;
    --font-gothic: "Noto Sans JP", sans-serif;
    --font-eng: "Tenor Sans", sans-serif;
    --font-deco: "Poiret One", sans-serif;
}

.wrapper_small {
    max-width: 960px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper_large {
    max-width: 1104px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* ローディング */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    /* 背景の半透明 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* 最前面に表示 */
}

.loader {
    color: var(--blue-main);
    font-size: 10px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* ボタン */
.button_area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding: 12px 20px 12px 65px;
    background-color: #fff;
    border: 1px solid var(--blue-main);

    /* ボタン内の文字の調整 */
    font-family: var(--font-mincho);
    color: var(--blue-main);
    font-size: clamp(14px, 1.6vw, 16px);

    transition: 0.3s;
}

.button img {
    transition: 0.3s;
}

.button:hover {
    color: #fff;
    background-color: var(--blue-main);
    /* opacity: 1; */
}

.button:hover img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(196deg) brightness(105%) contrast(105%);
}

/* セクションタイトル */
.section_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--font-eng);
    font-size: 54px;
    letter-spacing: normal;
    line-height: normal;
    color: var(--blue-main);
}

.section_title span {
    font-family: var(--font-mincho);
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: normal;
    color: var(--yellow);
}




/********* ヘッダー *********/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 2%;
    /* position: absolute; */
    /* ヘッダーを画面に固定 */
    position: sticky;
    top: 0;
    /* ページの上部に配置 */
    left: 0;
    /* 左端に配置 */
    width: 100%;
    /* ヘッダーを画面幅いっぱいにする */
    z-index: 10;
    /* mvより上に表示するためにz-indexを指定 */
    background-color: rgba(255, 255, 255, 0.8);
}

/* ロゴ部分 */
.header_text {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--blue-main);
    margin-left: 22%;
    margin-top: -10px;
}

/* ナビ部分 */
.header_list {
    display: flex;
    align-items: center;
}

.header_nav {
    display: flex;
}

.header_nav ul {
    display: flex;
}

.header_nav ul li {
    margin-right: 37px;
}

.header_sponly {
    display: none;
}

.header_sponly>.instagram_icon {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(196deg) brightness(105%) contrast(105%);
}

.header_nav_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #464D5B;
}

.header_nav_title span {
    font-family: var(--font-eng);
    font-size: 15px;
    line-height: normal;
    color: var(--yellow);
}

.header_button a {
    display: flex;
    gap: 6px;
    background-color: #ebc32f;
    padding: 1.2em;
    line-height: normal;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.header.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
    }

    40%,
    100% {
        opacity: 1;
    }
}



/********* フッター *********/
.footer {
    background-color: var(--blue-bg);
}

.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 2% 0 2%;
}

.footer_img img {
    margin-right: 20px;
}

.instagram_icon {
    display: inline-block;
    position: relative;
    top: -8px;
}

.footer_nav_list {
    display: flex;
    gap: 30px;
}

.footer_s_copyright {
    display: block;
    text-align: center;
    margin-top: 90px;
    color: var(--blue-main);
    padding: 5px;
}

/* 下層ページフッター */
.footer_address {
    margin-left: 1.8vw;
    margin-top: 1.5vh;
    font-size: clamp(13px, 1.4vw, 15px);
}

.footer_info {
    width: 32%;
}

.footer_nav_area.footer_large {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 1.5vh;
    margin-top: 0.7%;
}

.footer_nav_list.footer_large {
    gap: 2.2vw;
}

.footer.subpage {
    margin-top: 10%;
}

.footer_s_copyright.footer_large {
    background-color: var(--blue-main);
    color: #fff;
}


/********* 下層ページのmv *********/
.subpage_mv {
    display: flex;
    align-items: flex-end;
}

.section_title.subpage_title {
    width: 35%;
    align-items: flex-start;
    padding-bottom: 6%;
    padding-left: 10%;
}

.subpage_mv img {
    width: 65%;
}

.smooth {
    clip-path: inset(0 100% 0 0);
    transition: 0.7s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
}

.smooth.is-animated {
    clip-path: inset(0);
}

.subpage_section {
    margin-top: 128px;
}


/********* CTAボタン *********/
.cta_area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_area a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-family: var(--font-mincho);
    font-weight: 500;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.8;
    letter-spacing: 0.05em;
    height: 140px;
    gap: 7%;
}

.cta_reserve {
    background-color: var(--blue-main);
    color: #fff;
    border: 1px solid var(--blue-main);
}

.cta_menu {
    color: var(--blue-main);
    border: 1px solid var(--blue-main);
}





/********* BP1（ヘッダーとフッター） *********/

@media (max-width: 1190px) {

    /******** ヘッダー ********/
    .header {
        height: 70px;
        padding: 2% 0 2% 2%;
    }

    .header_logo {
        width: 75%;
    }

    .header_text {
        font-size: 11px;
        margin-left: 16%;
    }

    .header_nav ul {
        max-height: 0;
        overflow: hidden;

        position: fixed;
        z-index: 11;
        left: 0;
        opacity: 0;
        top: 0;

        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        gap: 3em;

        background-color: rgba(12, 38, 90, 0.88);
        color: #fff;

        transition: .4s;
    }

    .header_sponly {
        display: block;
    }

    .header_button.sp {
        position: relative;
    }

    .header_button.sp a {
        color: transparent;
        width: 70px;
        height: 70px;
        border-radius: 0;
        flex-direction: column;
        align-items: center;
        padding: 13px;
    }

    .header_button.sp a img {
        width: 65%;
    }

    /* 擬似要素で新しいテキスト「ご予約」のみを表示 */
    .header_button.sp a::after {
        content: "ご予約";
        color: #fff;
        font-size: 12px;
        position: absolute;
        bottom: 7px;
    }

    .header_nav_title {
        color: #fff;
    }

    .nav_open .header_nav ul {
        top: 0;
        opacity: 1;
        max-height: 100vh;
    }

    .header_nav ul li {
        margin-right: 0;
    }

    /* ハンバーガーメニュー */
    .nav_button {
        position: relative;
        z-index: 12;

        width: 70px;
        height: 70px;

        background-color: #0e286e;
        /* background-color: var(--blue-main); */
    }

    .nav_button span {
        display: block;
        position: absolute;
        z-index: 13;

        width: 30px;
        height: 2px;
        background-color: #fff;
        color: var(--blue-main);

        top: 34%;
        left: 28%;

        transition: .4s;
    }

    .nav_button span+span {
        top: 50%;
    }

    .nav_button span+span+span {
        top: 66%;
    }

    /* open時 */
    .nav_open .nav_button span {
        transform: rotate(-45deg);
        top: 50%;
        color: #fff;
    }

    .nav_open .nav_button span+span {
        opacity: 0;
    }

    .nav_open .nav_button span+span+span {
        opacity: 1;
        transform: rotate(45deg);
    }



    /******** フッター ********/
    .footer_content {
        flex-direction: column;
        padding: 40px 6% 0 6%;
    }

    .footer_info {
        width: auto;
    }

    .footer_nav_area {
        margin-top: 5%;
    }

    .footer_nav_list {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    /* 下層ページフッター */
    .footer_s_copyright {
        margin-top: 40px;
    }

    .footer.subpage {
        margin-top: 15%;
    }

    .footer_nav_list.footer_large {
        display: none;
    }

    .footer_content.footer_large {
        flex-direction: row;
        align-items: flex-start;

    }

    .footer_nav_area.footer_large {
        row-gap: 0;
    }

    .footer_img img {
        width: 65%;
    }

    .section_title.subpage_title {
        font-size: 40px;
    }

}


/********* SP版 *********/
@media (max-width: 768px) {

    body {
        font-size: 14px;
        font-weight: 400;
        color: #212631;
        /* line-height: 2.0; */
        letter-spacing: normal;
    }

    .break {
        display: block;
        /* スパンをブロック要素にすることで改行 */
    }

    .wrapper_small {
        max-width: none;
    }

    .section_title {
        font-size: 48px;
    }

    .section_title span {
        font-size: 13px;
        margin-top: -3px;
        font-weight: 500;
    }

    /* 下層ページmv */
    .subpage_mv {
        flex-direction: column;
        align-items: flex-start;
    }

    .section_title.subpage_title {
        font-size: 35px;
        padding: 20px 6%;
        width: 100%;
    }

    .subpage_mv img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .subpage_section {
        margin-top: 90px;
    }

    /* 下層ページフッター */
    .footer_content.footer_large {
        flex-direction: column;
    }

    .footer_info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_nav_area.footer_large {
        align-items: center;
        margin-top: 3%;
    }

    /* CTAボタン */
    .cta_area {
        width: 80%;
        flex-direction: column;
    }

    .cta_area a {
        height: 80px;
        padding: 4%;
        width: 100%;
    }

    .cta_reserve img {
        width: 30px;
    }

    .cta_menu img {
        width: 37px;
    }

}



/* アニメーション */

.fadeUpTrigger {
    opacity: 0;
}

.fade_in_up {
    animation-name: fadeUpAnime;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}