@charset "UTF-8";

:root {
    --en-color: #a2a2a2;
}

body {
    font-family: 'Josefin Slab', serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    font-feature-settings: initial;
    line-height: 2.5;
    letter-spacing: 0.1rem;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.container {
    width: 80%;
    margin: auto;
}

section {
    margin: 100px 0 0 0;
}

h1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

h1 .subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 16px;
    line-height: 2.1;
    line-height: 1.7;
}

.en {
    color: var(--en-color);
    letter-spacing: 0.05rem;
    line-height: 1.9;
}

h3 {
    font-size: 14px;
}

.pc-none {
    display: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}





/*--------------------------------
ヘッダー ぬるっとでてくるを実装する★
---------------------------------*/
#fixed-header {
    display: flex;
    z-index: 10000;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    padding: 0 30px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.95);
    top: -75px;
    box-sizing: border-box;
    transition: .7s;
    /* アニメーションタイミング */
}

#fixed-header.is-show {
    top: 0;
}

.header__logo {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.gnav__list {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 1.5;
    text-align: center;
}

.gnav__list .subtitle {
    display: block;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    padding: 0 20px;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #333;
}


/*--------------------------------
メインビジュアル
---------------------------------*/

.mv {
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
}

.mv__visual {
    width: 85%;
    position: relative;
    padding-top: 0;
    height: auto;
    /* flex: 1 0 auto; */
}

#mv__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}

/*===========
bg-slider
===========*/

.bg-slider {
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv__space {
    width: 15%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
}

.mv__logo {
    position: absolute;
    left: 15%;
    top: 5%;
    bottom: auto;
}

.header__logo_img {
    max-width: 100%;
    height: auto;
}

.mv__nav {
    max-width: 100%;
    position: absolute;
    bottom: 3rem;
    top: auto;
    left: 8%;
}

.mv__nav-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 0.23em;
    line-height: 1.2em;
    /* liの間に14pxスペースをいれたい*/
}

.mv__nav-list .subtitle {
    display: block;
    font-size: 7px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.mv__nav-sns {
    padding-top: 60%;
    width: 9rem;
    display: flex;
    justify-content: center;
}

.mv__nav-sns li {
    width: 1.8rem;
    height: auto;
    cursor: pointer;
    padding-right: 7px;
}

.sp-menu-btn {
    display: none;
}

/*--------------------------------
CONCEPT
---------------------------------*/

/*===========
inview
===========*/

.fadeIn {
    opacity: 0;
    transition: 3s;
}

.fadeIn.is-show {
    opacity: 1;
}

.concept__about {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 100px;
}

.inner-block {
    width: 47.1%;
    margin-top: 38px;
}

.inner-block__title {
    height: 40%;
    /* テキストを上下中央揃えにしたい*/
}

.inner-block__title .en {
    font-size: 14px;
    line-height: 1.8;
}

.text-1 {
    padding-bottom: 20px;
}


.concept__img {
    width: 100%;
    height: auto;
    margin-left: calc(50vw - 50%);
}

/*===========
inview
===========*/

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 15%);
    transition: 2.5s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

.concept__sushi {
    display: flex;
    margin: 60px auto;
}

.inner-block_left {
    width: 6%;
    height: auto;

}

.inner-block_right {
    width: 93%;
}

.concept__sushi__title .ja {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.35em;
    padding-top: 10px;
    line-height: 2.3;
    margin-bottom: 0px;
    /*右側に寄せたい　→ line-heightで調整できた！*/
}

.concept__sushi__title {
    margin-bottom: 40px;
}

.concept__sushi__desc-box {
    margin-left: 20px;
    position: relative;
}

/*縦線*/
.concept__sushi__desc-box::before {
    position: absolute;
    border-left: 1px solid #C9C9C9;
    content: "";
    width: 1px;
    height: 260px;
    top: auto;
    bottom: -5%;
    right: -5%;
}

/*横線*/
.concept__sushi__desc-box::after {
    position: absolute;
    border-bottom: 1px solid #C9C9C9;
    content: "";
    width: 30%;
    right: -10%;
}

.concept__sushi__desc-box__desc {
    padding-bottom: 50px;
}




/*--------------------------------
MENU
---------------------------------*/

#MENU {
    margin-top: 150px;
}

#MENU .container {
    padding: 305px 0 0;
    position: relative;
}

#MENU .container .title-block {
    width: 340px;
    height: 340px;
    position: absolute;
    top: 45px;
    left: 63%;
    right: auto;
    background: #fff;
    box-sizing: border-box;
    z-index: 10;
    padding: 60px 40px;
}

#MENU .section__heading h1 {
    margin: 0 0 45px;
    text-align: center;
    position: relative;
}

#MENU .section__heading h1::after {
    content: "";
    display: block;
    width: 150px;
    border-bottom: 1.7px solid #707070;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
}

#MENU .title-block p {
    line-height: 1.9;
    letter-spacing: 0.087em;
}

.menu__img {
    width: 70vw;
    height: 435px;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.menu-block {
    background: #F3E0CE;
    margin: 0 calc(50% - 50vw);
    padding: 200px 0 70px;
    text-align: center;
}

.menu__list {
    margin: 0 auto;
    width: 60%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.lunch {
    padding: 0 30px 0 100px;
}

.dinner {
    padding: 0 100px 0 30px;
}

.menu__list .subtitle,
p {
    display: block;
    line-height: 1.8;
}

.line {
    border: 0.5px solid #707070;
    width: 240px;
    margin: 15px auto;
}

.menu__course {
    margin-bottom: 35px;
}

.menu__course p {
    display: block;
    line-height: 1.4;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.menu__course .subtitle {
    display: block;
    line-height: 1.4;
    font-size: 10px;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
}

.menu__course .price {
    font-size: 12px;
}

.menu__desc_en {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.reservation__btn {
    display: flex;
    justify-content: center;
}

.reservation__btn:hover {
    transition: 0.2s all;
    opacity: 0.8;
}


/*--------------------------------
ACCESS
---------------------------------*/

.access__heading {
    width: 100%;
    background-image: url(../img/access.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 190px 0;
    position: relative;
    margin: 0;
}

.access__heading h1 {
    position: absolute;
    width: 250px;
    height: 100px;
    margin: auto;
    padding: 27px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
}

.access__map iframe {
    display: flex;
    width: 80%;
    height: 240px;
    margin: 40px auto;
}

.access__address {
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
}

.access__info {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 70px auto 0;
}

.access__info-box:nth-child(2) {
    margin: 0 5%;
}

.access__info .station {
    font-size: 14px;
    line-height: 1.7;
}

.station__name {
    position: relative;
    height: 65px;
    margin-bottom: 30px;
}

.station {
    font-weight: bold;
}

.station::after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 3px solid #707070;
    position: absolute;
    bottom: -10px;
    padding-top: 18px;
}

.access__info-box .ja {
    line-height: 1.8;
    padding-bottom: 15px;
}


/*--------------------------------
RESERVATION
---------------------------------*/

#RESERVATION {
    background-color: #647F91;
    background-image: url(../img/reservation_bg.png);
    background-repeat: no-repeat;
    background-position: right 3% top 0;
    background-size: contain;
    height: 960px;
    /*　jqueryを設定したら背景画像が消えた！*/
}

#RESERVATION .container {
    padding-top: 90px;
}

#RESERVATION .section__heading {
    position: relative;
    margin-bottom: 100px;
}

#RESERVATION .section__heading::before {
    content: "";
    position: absolute;
    background: #CB514A;
    opacity: 60%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: -45px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: 5;
}

#RESERVATION .section__title {
    position: absolute;
    z-index: 10;
}

.section__desc .ja {
    font-size: 13px;
}

.section__desc .en {
    font-size: 12px;
    letter-spacing: 0.03em;
}

.form-wrapper {
    margin-top: 50px;
}

.form-block .ja {
    padding-right: 15px;
    display: inline-block;
}

.form-block .en {
    padding-right: 10px;
    letter-spacing: 0.02em;
    display: inline-block;
}

.form-block input,
select,
textarea {
    width: 60%;
    border-bottom: solid 0.5px var(--en-color);
    margin-bottom: 30px;
    font-weight: bold;
    padding: 0 15px;
}

.form-block__short {
    display: flex;
    justify-content: space-between;
    width: 67%;
}

.form-block__short .date,
.time,
.number {
    width: 50%;
}


.form-block textarea {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    line-height: 1.9;
}

.submit {
    padding-top: 10px;
    width: 100%;
}

.confirm {
    width: 150px;
    position: relative;
}

.confirm:hover {
    transition: 0.2s all;
    opacity: 0.4;
}

.confirm::before {
    bottom: -10px;
    background-color: black;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
}

.confirm::after {
    bottom: -11px;
    background-color: black;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 4px;
    transform: rotate(-40deg);
}


.container_bottom {
    width: 90%;
    margin: 150px auto;
}

.about {
    display: flex;
    justify-content: center;
}

.about_left {
    padding-right: 3%;
    align-items: center;
}

.about_right {
    padding-left: 3%;
    align-items: center;
    justify-content: center;
}

.about_right p {
    line-height: 2.1;
}

.about_shopName {
    font-size: 22px;
    padding: 20px 0px;
}

.about_phoneNumber {
    font-size: 11px;
}

.phoneNumber {
    font-size: 22px;
}

.openTime {
    margin-top: 15px;
}



/*--------------------------------
FOOTER
---------------------------------*/

footer {
    background-color: #313131;
    height: 100px;
    display: grid;
    place-items: center;
}

.page-top-button {
    display: none;
}

.copyright {
    color: #fff;
}


/* * {
    outline: 1px solid magenta;
} */



/*media Queries 960px(）
----------------------------------------------------*/

@media screen and (max-width:960px) {

    body {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: 0.2rem;
    }

    .container {
        width: 100%;
        margin: auto;
    }

    section {
        margin: 80px 0 0 0;
    }

    h1 {
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 1.3;
    }

    h1 .subtitle {
        display: block;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    h2 {
        font-size: 15px;
        line-height: 2.1;
        line-height: 1.7;
    }

    .en {
        color: var(--en-color);
        font-size: 12px;
        letter-spacing: 0.06rem;
        line-height: 2;
    }

    h3 {
        font-size: 15px;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }


    /*--------------------------------
Fixed-headerの編集
---------------------------------*/
    #fixed-header {
        height: 60px;
        z-index: 500;
        padding-left: 2.2%;
        padding-right: 0%;
    }

    .sp-menu-btn {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        background-color: #f3f3f3;
        z-index: 3;
    }

    .sp-menu-btn .inner {
        position: relative;
        width: 30px;
        height: 30px;
    }

    .sp-menu-btn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 0px;
        height: 1.5px;
        border-radius: 10px;
        background: black;
        width: 100%;
        box-sizing: border-box;
    }

    .sp-menu-btn .bar_top {
        top: 0px;
    }

    .sp-menu-btn .bar_mid {
        top: 8px;
    }

    .sp-menu-btn .bar_bot {
        top: 16px;
        bottom: auto;
    }

    .sp-menu-btn .bar_bot::after {
        content: "MENU";
        position: absolute;
        top: 5px;
        left: -1.5px;
        color: black;
        font-size: 10px;
        font-family: 'Josefin Slab', serif;
        letter-spacing: 0.03rem;
    }

    /*　ハンバーガーメニュー開いた時のボタンスタイル指定　*/

    .sp-menu-btn.close {
        background: none;
    }

    .sp-menu-btn.close span {
        background: #fff;
    }

    .sp-menu-btn.close .bar_top {
        top: 0;
        left: 1px;
        width: 90%;
        transform: translateY(10px)rotate(-45deg);
        transition: transform .3s;
    }

    .sp-menu-btn.close .bar_mid {
        opacity: 0;
    }

    .sp-menu-btn.close .bar_bot {
        top: 0;
        left: 1px;
        width: 90%;
        transform: translateY(10px)rotate(45deg);
        transition: transform .3s;
    }

    .sp-menu-btn.close .bar_bot::after {
        content: "CLOSE";
        transform: translateY(0)rotate(-45deg);
        color: #fff;
        top: 5.5px;
        left: 8px;
        font-size: 10px;
        font-family: 'Josefin Slab', serif;
        letter-spacing: 0.07rem;

    }

    /*　ハンバーガーメニュー開いた時のボタンスタイル指定　*/

    .header__nav {
        visibility: hidden;
        opacity: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        transition: all .5s;
        z-index: 2;
    }

    .header__nav.fade {
        visibility: visible;
        opacity: 1;
    }

    .noscroll {
        overflow: hidden;
    }

    .gnav__wrapper {
        width: 100%;
        height: 100%;
        background-color: #647F91;
        z-index: 2;
        display: block;
    }

    .gnav__wrapper .gnav {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .gnav__list {
        display: block;
        position: absolute;
        bottom: 25%;
        right: 5%;
        text-align: right;
    }

    .gnav .gnav__list .item {
        font-size: 20px;
        color: #fff;
        letter-spacing: 0.15em;
        line-height: 1;
    }

    .gnav .gnav__list .item .subtitle {
        font-size: 15px;
        line-height: 1.5;
        padding-right: 5px;
        margin-bottom: 60px;

    }

    .gnav__list .btn .link {
        padding: 10px 0;
        font-size: 17px;
        letter-spacing: 0.03em;
        cursor: pointer;
    }

    .gnav__list .btn :hover {
        opacity: 0.6;
    }

/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/

    .item__line a {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

    .item__line a::after {
        position: absolute;
        bottom: 55px;
        left: 0;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        opacity: 0.5;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
    }

    .item__line a:hover {
        width: 35%;
        color: #fff;
    }

    .item__line a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
    }


    .mv__nav-sns {
        display: flex;
        position: absolute;
        color: #fff;
        bottom: 12%;
        right: 2%;
    }

    .mv__nav-sns li {
        width: 2.7rem;
        height: auto;
        cursor: pointer;
        padding-right: 20px;
    }

    .header__logo.black img {
        width: 123px;
        height: auto;
    }


    .header__logo.white img {
        width: 138px;
        height: auto;
        padding-left: 2.23%;
        padding-top: 13px;
    }





    /*--------------------------------
メインビジュアル
---------------------------------*/

    .mv {
        display: block;
        height: 80%;
    }

    .mv__space {
        position: relative;
        width: 100%;
        height: 22.1rem;
    }

    .mv__logo {
        position: absolute;
        width: 6.4rem;
        height: auto;
        left: 3.73rem;
        top: 3rem;
        display: block;
    }

    .header__logo_img {
        max-width: 100%;
        height: auto;
        border-style: none;
    }

    .mv__nav nav {
        display: none;
    }

    .mv__visual {
        width: 100%;
        position: relative;
        padding-top: 84%;
        /* height: 30rem; */
    }

    .mv__img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


    /*--------------------------------
CONCEPT
---------------------------------*/
    .section__heading {
        width: 85%;
        margin: 0 auto;
    }

    .concept__about {
        display: block;
        width: 85%;
        margin: 0 auto;
        padding-bottom: 100px;
    }

    .inner-block {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 13px;
    }

    .inner-block__title {
        height: auto;
        padding: 15px 0px;
    }


    .inner-block__title .en {
        font-size: 14px;
        line-height: 1.8;
    }

    .text-1 {
        padding-bottom: 15px;
    }


    .concept__img {
        width: 92%;
        height: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .concept__sushi {
        display: block;
        width: 85%;
        height: 100%;
        margin: 0 auto;
    }

    .concept__sushi__title {
        padding: 0;
        margin: 0;
    }

    .inner-block_left {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .inner-block_right {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .concept__sushi__title .ja {
        writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        font-size: 20px;
        letter-spacing: 0.18em;
        padding-bottom: 2px;
        line-height: 1;
    }

    .concept__sushi__title .en {
        padding-bottom: 30px;
    }

    .concept__sushi__desc-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /*縦線*/
    .concept__sushi__desc-box::before {
        display: none;
    }

    /*横線*/
    .concept__sushi__desc-box::after {
        display: none;
    }


    /*--------------------------------
MENU
---------------------------------*/

    #MENU {
        margin-top: 100px;
    }

    #MENU .container {
        width: 100%;
        padding: 250px 0 0;
        position: relative;
    }

    #MENU .container .title-block {
        width: 90%;
        height: auto;
        position: absolute;
        top: 300px;
        right: 0%;
        left: 0%;
        background: none;
        z-index: 10;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    #MENU .section__heading h1 {
        margin: 0 0 30px;
    }

    #MENU .section__heading h1::after {
        content: "";
        display: block;
        width: 130px;
        bottom: -15px;
        left: 50%;
        margin-left: -65px;
    }

    #MENU .title-block p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.09em;
    }

    .menu__img {
        width: 100%;
        height: 250px;
    }

    .menu-block {
        background: #F3E0CE;
        margin: 0 calc(50% - 50vw);
        padding: 350px 0 70px;
        text-align: center;
    }

    .menu__list {
        margin: 0 auto;
        width: 80%;
        display: block;
        margin-bottom: 0;
    }

    .menu__list__box h2 {
        font-weight: bold;
    }

    .lunch {
        padding: 0 0 50px;
    }

    .dinner {
        padding: 0 0 50px;
    }

    .menu__list .subtitle,
    p {
        font-size: 14px;
        display: block;
        line-height: 1.8;
    }

    .line {
        border: 0.5px solid #707070;
        width: 20%;
    }

    .menu__course {
        margin-bottom: 25px;
    }

    .menu__course p {
        display: block;
        line-height: 1.4;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .menu__course .subtitle {
        display: block;
        line-height: 1.4;
        font-size: 13px;
        letter-spacing: 0.08em;
        padding-bottom: 10px;
    }

    .menu__course .price {
        font-size: 14px;
    }


    /*--------------------------------
ACCESS
---------------------------------*/

    .access__heading {
        padding: 170px 0;
        margin: 0;
    }

    .access__heading h1 {
        width: 200px;
        height: 90px;
        margin: auto;
        padding: 25px 18px;
    }

    .access__heading span {
        line-height: 1.5;
        padding: 0;
    }

    .access__map iframe {
        display: flex;
        width: 80%;
        height: 240px;
        margin: 40px auto;
    }

    .access__address {
        font-size: 10px;
        letter-spacing: 0.07em;
        line-height: 1.9;
    }

    .access__info {
        display: block;
        margin: 70px auto;
    }

    .access__info-box:nth-child(2) {
        margin: 50px 0;
    }

    .access__info .station {
        font-size: 14px;
        line-height: 1.7;
    }

    .station__name {
        height: auto;
        margin-bottom: 30px;
    }


    .access__info-box .ja {
        line-height: 1.6;
        padding-bottom: 20px;
    }


    /*--------------------------------
RESERVATION
---------------------------------*/

    #RESERVATION {
        background-position: right 0 top 0;
        width: 100%;
    }

    #RESERVATION .container {
        padding-top: 65px;
        width: 90%;
    }

    #RESERVATION .section__heading {
        position: relative;
        padding: 0;
        margin: 0 0 80px;
    }

    #RESERVATION .section__heading::before {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 50%;
        right: 85%;
        z-index: 5;
    }

    #RESERVATION .section__title {
        position: absolute;
        z-index: 10;
    }

    #RESERVATION .section__title .en {
        padding-left: 5px;
    }


    .section__desc .ja {
        font-size: 14px;
        letter-spacing: 0.2em;
        line-height: 1.6;
    }

    .section__desc .en {
        font-size: 13px;
        letter-spacing: 0.02em;
    }

    .form-wrapper {
        margin-top: 30px;
    }

    .form-wrapper .en {
        font-size: 14px;
        font-weight: normal;
    }

    .form-block .ja {
        padding-right: 10px;
    }

    .form-block .en {
        padding-right: 10px;
        letter-spacing: 0.02em;
    }

    .form-block input,
    select,
    textarea {
        width: 90%;
        height: auto;
        font-size: 0.9rem;
        border-bottom: solid 0.5px var(--en-color);
        margin-bottom: 25px;
        font-weight: bold;
        padding: 0 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .form-block__short {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .form-block__short .date, .time {
        width: calc(50% - 15px);
    }

    .form-block__short .number {
        width: 100%;
    }

    .form-block textarea {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px 15px;
        line-height: 1.9;
    }

    .form-block .Remarks {
        width: 100%;
    }


    .submit {
        padding-top: 20px;
        font-weight: bold;
    }


    .container_bottom {
        width: 95%;
        margin: 80px auto;
    }

    .about {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .about_left {
        width: 40%;
        height: auto;
        margin: 0 auto 20px;
        padding-right: 0;
    }

    .about_right {
        padding-left: 0;
        margin: auto;
        text-align: center;
    }

    .about_right p {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0.1em;
    }

    .about_shopName {
        font-size: 20px;
        padding: 0px 0px;
    }

    .about_phoneNumber {
        font-size: 10px;
        padding-bottom: 10px;
    }

    .phoneNumber {
        font-size: 20px;
    }

    .openTime {
        margin-top: 15px;
    }



    /*--------------------------------
FOOTER
---------------------------------*/

    footer {
        height: 50px;
    }

    .copyright {
        font-size: 10px;
        letter-spacing: 0.15em;
    }


}