@charset "utf-8";

/* リセットCSS */

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
}


/* 共通設定 */
* {
    color: #b2a78d;
    font-family: 'Kaisei Decol', serif;
}

a {
    transition: 0.45s;
}

a:hover {
    opacity: 0.6;
}

html {
    background-color: #00423c;
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

.openbtn span {
    display: none;
}

/* 画面遷移 */
.move .animation-bg {
    background: #00423c;
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 20vw;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.ltr .animation-bg {
    animation-name: PageAnime-ltr;
}

@keyframes PageAnime-ltr {
    0% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

/* ここから要素のフェードイン */
.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
}

.fadein-bottom {
    transform: translate(0, 30px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* ここまで要素のフェードイン */

.wrap {
    width: 100%;
    height: auto;
    display: flex;
}

main {
    width: 80vw;
    margin-left: 20vw;
}

/* ここからヘッダー・ナビ */
header {
    width: 20%;
    height: auto;
    position: fixed;
    top: 60px;
    left: 0;
    background-image: url(../img/nav-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wrap header h1 {
    width: 45%;
    margin: 40px auto 0;
}

.wrap header h1 a img {
    width: 100%;
}

.wrap header nav {
    width: 20vw;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap header nav ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 25px 0;
}

.wrap header nav ul li {
    width: 2rem;
}

.wrap header nav ul li a {
    writing-mode: vertical-rl;
    text-align: left;
    color: #00423c;
    font-size: 20px;
    font-weight: bold;
    padding: 3px;
}

.sns {
    border-top: 4px double #00423c;
    margin-bottom: 3rem;
    padding: 1rem;
    display: flex;
    justify-content: space-evenly;
}

.sns img {
    width: 35px;
    height: auto;
}

/* ここまでヘッダー・ナビ */

/* ここからスライド設定 */
.sliderArea {
    width: auto;
    height: 63vh;
    margin: 60px 0 0 auto;
    padding: 0;
}

.slider div img,
.sliderArea img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border: 2px solid #b2a78d;
    border-right: none;
}

.slick-slide {
    margin: 0;
}

.slick-next {
    right: 20px !important;
}

.slick-prev {
    left: 20px !important;
}

.slick-arrow {
    z-index: 2 !important;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #b2a78d;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.slider div {
    position: relative;
}

.slick-dots li button:before {
    top: -1rem;
    font-size: 8px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    color: #b2a78d;
}

/* ここまでスライド設定 */


/* ここからお知らせ設定 */
.news {
    width: 95%;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
    background-color: #b2a78d;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}

.news-top {
    width: 84%;
    display: flex;
    justify-content: space-between;
}

.news p,
.news-top a,
.news-top a time {
    color: #00423c;
}

.news p,
.news-top a {
    margin: 0 1rem;
}

/* ここまでお知らせ設定 */

/* ここからTOPページ設定設定 */
.contents {
    width: 90%;
    margin: 0 auto;
    padding-top: 200px;
}

.detail {
    width: 100%;
    margin: 0 auto 200px;
}

section {
    text-align: center;
}

h2 {
    position: relative;
    display: inline-block;
    padding: 35px 60px 0;
    font-size: 24px;
    background-image: url(../img/h2-top.png);
    background-repeat: no-repeat;
    background-position: top center;
}

h2:before,
h2:after {
    content: '';
    position: absolute;
    top: 80%;
    display: inline-block;
    width: 140px;
    height: 1px;
    background-color: #b2a78d;
}

h2:before {
    left: -120px;
}

h2:after {
    right: -120px;
}

.about,
.menu,
.ig {
    margin-top: 40px;
}

.about p,
.menu p {
    margin: 20px;
}

.ig-grid {
    padding: 0 175px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    column-gap: 10px;
    row-gap: 10px;
    justify-content: center;
}

.ig-grid img {
    object-fit: cover;
    border: solid 1px #b2a78d;
}

.ig-grid {
    padding: 0px 30px
}

/* ここまでTOPページ設定 */


/* ここから案内ページ設定 */
.about-box {
    width: 60%;
    margin: 60px auto 120px;
    display: flex;
    justify-content: center;
}

.about-box .about-img {
    width: 50%;
}

.about-box .about-img img {
    width: 85%;
    object-fit: cover;
    padding-right: 40px;
}

.about-text {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-wrap: normal;
}

.about-box .about-text h4 {
    margin: 20px 0;
    font-size: 20px;
}

.reverse {
    flex-direction: row-reverse;
}

.reverse .about-img img {
    padding-right: 0;
    padding-left: 40px;
}

/* ここまで案内ページ設定 */

/* ここからお品書きページ設定 */
.menu-box {
    width: 100%;
    margin: 500px auto 300px;
}

.menu-list {
    width: 80%;
    margin: 0 auto;
    padding: 45px 20px;
    background-color: #b2a78d;
    color: #00423c;
    position: relative;
}

.menu-list h3 {
    width: 220px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 26px 0;
    background-image: url(../img/h3-back.png);
    background-size: 215px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #00423c;
    font-size: 22px;
}

.menu-box .back {
    width: 90%;
    padding: 1rem 0.5rem;
    text-align: right;
    line-height: 1rem;
}

.menu-box .back img {
    width: 16px;
    height: auto;
}

.menu-jump {
    width: 50%;
    margin: 20px auto;
    display: flex;
}

.menu-jump button {
    font-size: 18px;
    margin: 20px auto;
}

#top p {
    margin: 1rem;
}

.menu-list ul li dl dt,
.menu-list ul li dl dd {
    color: #00423c;
    margin-bottom: 5px;
}

.menu-list ul li dl dt {
    font-weight: bold;
}

.menu-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    column-gap: 50px;
    row-gap: 15px;
    justify-content: center;
}

.menu-list ul li img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}

/* ここからモーダル設定 */
.modaal-close:after,
.modaal-close:before {
    background: #b2a78d;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #00423c;
}

.modaal-close:focus,
.modaal-close:hover {
    background-color: #b2a78d;
}

.modaal-gallery-control {
    background-color: #b2a78d;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    background-color: #00423c;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    background-color: #00423c;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background-color: #b2a78d;
}

/* ここまでモーダル設定 */

/* ここから画像ホバー時設定 */
.menu-list ul li .hover:hover {
    width: 100%;
    background-image: url(../img/icon/plus.png);
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu-list ul li .hover img:hover {
    opacity: 0.2;
    transition: 1s;
}

/* ここまで画像ホバー時設定 */
/* ここまでお品書きページ設定 */


/* ここから予約ページ設定 */

.reserve-box {
    width: 75%;
    background-color: #b2a78d;
    padding: 40px;
    margin: 60px auto 120px;
}

.reserve-box p,
.reserve-box form dl dt,
.reserve-box form dl dt span,
.reserve-box form dl dd {
    color: #00423c;
    line-height: 1.5rem;
}

.caution {
    width: 80%;
    margin: 0 auto;
    padding: 3px 0;
    text-align: left;
    border-top: 4px double #00423c;
    border-bottom: 4px double #00423c;
}

.caution-title {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

.caution-title::before,
.caution-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #00423c;
}

.caution-title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.caution-title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

.caution-title.close::before {
    transform: rotate(45deg);
}

.caution-title.close::after {
    transform: rotate(-45deg);
}

.caution-detail {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

.reserve-box .go {
    margin: 30px;
}

.form-area {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.form-area dt {
    width: 250px;
    padding: 1rem;
    font-weight: bold;
    line-height: 24px;
}

.required::after {
    content: "※";
    font-size: 12px;
    color: brown;
    margin-left: 0.5rem;
}

.form-area dd {
    width: calc(100% - 250px);
    padding: 1rem;
}

.input,
.input-m {
    width: 100%;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #b2a78d;
    color: #00423c;
    border: 1px solid #00423c;
}

.input-m {
    height: 60px;
}

.select-box {
    width: 200px;
    height: 40px;
}

button {
    width: 100px;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #00423c;
    border: solid 1px #00423c;
    background-color: #b2a78d;
    margin: 35px auto;
}

button a {
    display: block;
}

/* ここまで予約ページ設定 */

/* ここからフッター設定 */
footer {
    width: 100vw;
    height: auto;
    font-size: 12px;
    background-image: url(../img/fotter-bg.jpg);
    background-repeat: repeat;
}

.footer-wrap {
    margin-left: 20vw;
    padding: 30px 0;
    display: flex;
}

.map {
    width: 60%;
    text-align: center;
}

.footer-area {
    width: 40%;
}

.map iframe {
    width: 75%;
    height: 75%;
    margin: 2rem auto;
    filter: sepia(50%);
    -webkit-filter: sepia(50%);
}

.footer-area {
    margin: 30px;
}


.footer-area dl {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-area dt {
    width: 30%;
    padding: 0.5rem;
}

.footer-area dd {
    width: 70%;
    padding: 0.5rem;
}

footer p {
    margin-left: 20vw;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 1rem;
}

/* ここまでフッター設定 */

body {
    overflow-y: scroll;
}



/* 981px ~ 1400px */

@media (max-width: 1400px) {

    main {
        width: 77vw;
        margin-left: 23vw;
    }

    header {
        left: 10px;
    }

    .wrap header h1 {
        width: 55%;
    }

    .wrap header nav {
        margin: 10px auto;
    }

    .wrap header nav ul li a {
        font-size: 16px;
    }

    .sliderArea {
        width: auto;
        height: 57vh;
    }

    .slider div img,
    .sliderArea img {
        height: 55vh;
    }

    /* ここからTOPページ設定 */

    .ig-grid {
        padding: 0px 30px
    }

    /* ここまでTOPページ設定 */

    /* ここから案内ページ設定 */

    .about-box {
        width: 90%;
    }

    /* ここまで案内ページ設定 */

    /* ここから予約ページ設定 */

    .form-area dt {
        width: 150px;
    }

    .form-area dd {
        width: calc(100% - 150px);
    }

    /* ここまで予約ページ設定 */

}

/* 981px ~ 1400px */





/* ~ 980px */

@media (max-width: 980px) {

    html {
        scroll-padding-top: 130px;
    }

    .move .animation-bg {
        top: 100px;
        left: 0vw;
    }

    .ltr .animation-bg {
        animation-name: PageAnime-ltr;
    }

    @keyframes PageAnime-ltr {
        0% {
            transform-origin: top;
            transform: scaleY(1);
        }

        50.001% {
            transform-origin: bottom;
        }

        100% {
            transform-origin: bottom;
            transform: scaleY(0);
        }
    }


    .wrap {
        display: block;
        font-size: 14px;
    }

    header {
        width: 100%;
        height: 110px;
        top: 0;
        left: 0;
        background-image: none;
        background-color: #00423c;
        border-bottom: 1px solid #b2a78d;
        z-index: 10;
    }

    .wrap header h1 {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        margin: 10px auto 0;
    }

    .wrap header h1 a img {
        width: 90px;
        height: auto;
    }

    .wrap header nav {
        background-color: #b2a78d;
        width: 100%;
        height: 35vh;
        position: absolute;
        top: 100px;
        left: -2500px;
        right: 0;
        transition: all 1s;
    }

    .wrap header .nav-active {
        left: 0;
    }

    .wrap header nav {
        flex-direction: row-reverse;
        justify-content: center;
    }

    .wrap header nav ul li {
        width: 4rem;
    }  

    .wrap header nav ul li a {
        font-size: 20px;
        padding: 15px;
    }

    .sns {
        width: 10%;
        margin: 0;
        flex-direction: column;
        align-items: center;
        border-top: none;
    }

    .sns a {
        padding: 8px;
    }

    main {
        width: 100%;
        margin: 60px 0;
        overflow: hidden;
    }

    /* ここからハンバーガーメニュー */
    .openbtn {
        position: relative;
        top: 20px;
        left: 20px;
        background-color: #b2a78d;
        width: 35px;
        height: 35px;
        border-radius: 5px;
        z-index: 11;
    }

    /*ボタン内側*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 9px;
        height: 3px;
        border-radius: 2px;
        background: #00423c;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 11px;
    }

    .openbtn span:nth-of-type(2) {
        top: 17px;
    }

    .openbtn span:nth-of-type(3) {
        top: 23px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 10px;
        left: 12px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 22px;
        left: 12px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* ここまでハンバーガーメニュー */

    /* ここからTOPページ設定 */

    .sliderArea {
        height: 37vh;
        margin: 50px 0 0 auto;
    }

    .slider div img,
    .sliderArea img {
        height: 35vh;
        border-left: none;
    }

    main .news {
        width: 98%;
        border-radius: 15px;
        font-size: 12px;
        padding: 0 0.8rem;
    }

    .news-top {
        width: 80%;
    }

    .news p,
    .news-top a {
        margin: 0;
    }

    .contents {
        padding-top: 115px;
    }

    .detail {
        width: 85%;
        margin: 0 auto 120px;
    }

    h2 {
        font-size: 22px;
        padding: 25px 35px 0;
        background-size: 50px auto;
    }

    h2:before,
    h2:after {
        width: 95px;
    }

    h2:after {
        right: -70px;
    }

    h2:before {
        left: -70px;
    }

    .about,
    .menu,
    .ig {
        margin-top: 35px;
    }

    .about img,
    .menu img {
        width: 90%;
    }

    .about p,
    .menu p {
        margin: 15px;
    }

    .ig-grid {
        padding: 0;
        grid-template-columns: repeat(auto-fit, 130px);
    }

    .ig-grid img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /* ここまでTOPページ設定 */

    /* ここから案内ページ設定 */

    .about-box {
        width: 60%;
        display: block;
        margin: 50px auto 80px;
    }

    .about-box .about-img {
        width: 80%;
        margin: 0 auto;
    }

    .about-box .about-img img {
        padding: 0;
    }

    .about-text {
        width: 100%;
        padding: 30px 0 0 0;
    }

    /* ここまで案内ページ設定 */

    /* ここからお品書きページ設定 */
    .menu-list {
        padding: 35px 20px;
    }

    .menu-list ul {
        column-gap: 30px;
        row-gap: 20px;
    }

    .menu-list ul li img {
        width: 85%;
        margin-bottom: 0;
    }

    #top p {
        margin: 0.5rem;
    }

    .menu-list .contents_innner {
        padding-top: 300px;
        margin-top: -300px;
    }

    /* ここまでお品書きページ設定 */

    /* ここから予約ページ設定 */

    .reserve-box {
        width: 90%;
        padding: 20px;
    }

    .form-area dt {
        width: 100%;
        padding: 0.5rem;
    }

    .form-area dd {
        width: 90%;
        padding: 0 0 2rem 0;
    }

    .menu-jump {
        width: 95%;
    }

    .menu-jump button {
        font-size: 16px;
    }

    /* ここから予約ページ設定 */


    .footer-wrap {
        margin-left: 0;
        display: block;
        padding: 15px 0;
    }

    .map {
        width: 100%;
    }

    .footer-area {
        width: 70%;
        margin: 0 auto;
    }

    .footer-area dl {
        width: 100%;
    }

    footer p {
        margin-left: 0;
    }
}

/* ~ 980px */


@media (max-width: 667px) {

    .menu-list ul li .resize {
        width: 200px;
        height: 170px;
        object-fit: none;
        object-position: 0 -135px;
    }
    
    .wrap header nav ul li a {
        font-size: 16px;
    }
    .sns {
        width: 20%;
    }

}