@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
    ========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #333;
    font-size: 19px;
    font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, "meiryo", "HGS明朝E", Georgia, "Hiragino Mincho ProN", メイリオ, sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
    html,
    body {
        font-size: 2.96875vw;
    }
}

body {
    min-width: 1065px;
    line-height: 1.5;
    position: relative;
}

@media screen and (max-width: 750px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   <hr> tag as anchor target
--------------------------------------------- */
hr[id^="anchor-"] {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 0;
    border: 0;
    background: 0;
}

hr[id^="anchor-"] {
    margin-top: -185px;
    padding-top: 185px;
}

@media screen and (max-width: 750px) {
    hr[id^="anchor-"] {
        margin-top: -60px;
        padding-top: 60px;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
}

/*  header-container
--------------------------------------------- */
/*  header-menu
--------------------------------------------- */
.header-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    min-width: 1065px;
    width: 100%;
    height: 185px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
    .header-menu {
        min-width: auto;
        height: 60px;
    }
}

.js-sp-menu-opened .header-menu {
    background: url(/img/bg_white.png) 0 0 repeat;
}

.headerfixed .header-menu {
    background: url(/img/bg_white.png) 0 0 repeat;
}

.headerfixed .header-logo__img {
    opacity: 1;
}

@media screen and (min-width: 751px) {
    .headerfixed .header-menu {
        height: 100px;
    }
    .headerfixed .header-menu-button {
        top: 20px;
    }
    .headerfixed .header-reservation__link {
        top: 20px;
    }
    .headerfixed .header-nav {
        padding-top: 100px;
    }
    .headerfixed .header-nav__list {
        height: calc(100vh - 100px - 35px);
    }
    .headerfixed .header-reservation__change {
        opacity: 0;
        transition: opacity 300ms;
    }
}

@media screen and (max-width: 750px) {
    .headerfixed .header-reservation__change {
        display: none;
    }
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    padding-top: 185px;
    min-width: 1065px;
    width: 100%;
    height: calc(100vh);
    background-color: rgba(15, 15, 15, 0.95);
    opacity: 0;
    transition: all .3s ease;
}

@media screen and (max-width: 750px) {
    .header-nav {
        min-width: auto;
    }
}

.header-nav__list {
    overflow-y: scroll;
    padding-top: 35px;
    height: calc(100vh - 185px - 35px);
}

@media screen and (max-width: 750px) {
    .header-nav__list {
        padding-top: 10px;
        padding-bottom: 50px;
        height: calc(100vh - 120px);
    }
}

.header-nav__list-item {
    text-align: center;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-nav__list-item:last-child {
    margin-bottom: 50px;
}

.header-nav__list-item--regulation {
    margin-bottom: 38px;
}

@media screen and (max-width: 750px) {
    .header-nav__list-item--regulation {
        margin-bottom: 3px;
    }
}

.header-nav__list-item--space {
    margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
    .header-nav__list-item--space {
        margin-bottom: 7px;
    }
}

.header-nav__list-item--space-large {
    margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
    .header-nav__list-item--space-large {
        margin-bottom: 10px;
    }
}

.header-nav__link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
    width: 600px;
    color: #fff;
    letter-spacing: .1em;
    font-size: 1.26316rem;
}

@media screen and (max-width: 750px) {
    .header-nav__link {
        padding: 15px 0;
        width: 85%;
    }
}

.header-nav__link--frame {
    border: 1px solid #fff;
}

.js-sp-menu-opened .header-nav {
    display: block;
}

@media screen and (max-width: 750px) {
    .header-nav {
        padding-top: 60px;
    }
}

.js-sp-menu-opened .header-nav {
    z-index: 99;
    opacity: 1;
}

.js-sp-menu-opened .header-nav__list-item {
    opacity: 1;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(1) {
    transition-delay: 100ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(2) {
    transition-delay: 200ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(3) {
    transition-delay: 300ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(4) {
    transition-delay: 400ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(5) {
    transition-delay: 500ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(6) {
    transition-delay: 600ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(7) {
    transition-delay: 700ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(8) {
    transition-delay: 800ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(9) {
    transition-delay: 900ms;
}

.js-sp-menu-opened .header-nav__list-item:nth-child(10) {
    transition-delay: 1000ms;
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    position: absolute;
    top: 65px;
    left: 75px;
    z-index: 2;
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    background-color: #f2f3f4;
    box-shadow: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (min-width: 751px) {
    .header-menu-button {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 750px) {
    .header-menu-button {
        top: 15px;
        left: 20px;
    }
}

.header-menu-button__lines {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border: 2px dashed #333;
}

@media screen and (max-width: 750px) {
    .header-menu-button__lines {
        width: 30px;
        height: 30px;
        border: 1px dashed #333;
    }
}

.header-menu-button__line {
    position: absolute;
    left: 11px;
    display: block;
    padding-top: 2px;
    width: 64%;
    height: 0;
    transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
    .header-menu-button__line {
        left: 5px;
        padding-top: 1px;
    }
}

.header-menu-button__line--top {
    top: 17px;
    background-color: #333;
}

@media screen and (max-width: 750px) {
    .header-menu-button__line--top {
        top: 8px;
    }
}

.header-menu-button__line--center {
    top: 50%;
    background-color: #333;
}

.header-menu-button__line--bottom {
    bottom: 15px;
    background-color: #333;
}

@media screen and (max-width: 750px) {
    .header-menu-button__line--bottom {
        bottom: 6px;
    }
}

.js-sp-menu-opened .header-menu-button__line--top {
    top: 49%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.js-sp-menu-opened .header-menu-button__line--center {
    display: none;
}

.js-sp-menu-opened .header-menu-button__line--bottom {
    bottom: 49%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.js-sp-menu-opened .header-menu-button {
    background-color: transparent;
}

/*  header-logo
--------------------------------------------- */
.header-logo__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 131px;
    height: 70px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
    .header-logo__img {
        width: 63px;
        height: 33.8896552px;

    }
}

.js-sp-menu-opened .header-logo__img {
    opacity: 1;
}

/*  header-reservation
--------------------------------------------- */
.header-reservation__link {
    display: block;
    width: 143px;
}

@media screen and (min-width: 751px) {
    .header-reservation__link {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 750px) {
    .header-reservation__link {
        top: 15px;
        right: 20px;
        display: block;
        width: 60px;
    }
}

.header-reservation__link-text {
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 62px;
    width: 142px;
    height: 0;
    background-image: url(/img/btn_reservation.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .header-reservation__link-text {
        padding-top: 25.7142857px;
        width: 60px;
    }
}

.header-reservation__link-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: center;
	gap: 33px;
    position: absolute;
    top: 65px;
    right: 78px;
}
@media screen and (max-width: 750px) {
    .header-reservation__link-area {
		gap: 20px;
        top: 15px;
        right: 10px;
    }
}

.icon-instagram {
	width: 29px;
}
@media screen and (max-width: 750px) {
    .icon-instagram {
		width: 25px;
    }
}

/*  header-reservation__change
--------------------------------------------- */
.header-reservation__change {
    position: absolute;
    top: 25px;
    right: 100px;
    display: block;
    width: 100px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .08em;
}

@media screen and (max-width: 750px) {
    .header-reservation__change {
        top: 19px;
        right: 125px;
        width: 70px;
        font-size: 13px;
    }
}

.js-sp-menu-opened .header-reservation__change {
    display: none;
}

/*  header-menu-overlay
--------------------------------------------- */
.header-menu-overlay {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all .3s ease;
}

.js-sp-menu-opened .header-menu-overlay {
    z-index: 1000;
    display: block;
    opacity: 1;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    padding: 50px 0;
}

@media screen and (max-width: 750px) {
    .footer {
        padding: 4.6875vw 0;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    text-align: center;
}

.footer-copyright__text {
    font-size: 0.68421rem;
}

@media screen and (max-width: 750px) {
    .footer-copyright__text {
        font-size: 2.34375vw;
    }
}

/* ==========================================================
*
*   English Page Settings
*
========================================================== */
.english-page .header-reservation__link {
    display: block;
}

.english-page .header-reservation__link-inner {
    display: block;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background-color: #333;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .english-page .header-reservation__link-inner {
        line-height: 1.3;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
    }
}

