@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
    padding: 100px 0 0 0 !important;
    margin: 0;
    letter-spacing: 1px;
}

.sp {
    display: none;
}

.hero--sub {
    height: 350px;
    background: url(../../common/images/concept/pc/concept-hero_pc.jpg) top center no-repeat;
    background-size: cover;
}

.hero--cuisine {
    height: 350px;
    background: url(../../common/images/cuisine/pc/cuisine-hero_pc.jpg) top center no-repeat;
    background-size: cover;
}

.hero--menu {
    height: 350px;
    background: url(../../common/images/menu/pc/menu-hero_pc.jpg) top center no-repeat;
    background-size: cover;
}


.hero--info {
    height: 350px;
    background: url(../../common/images/info/pc/info-hero_pc.jpg) top center no-repeat;
    background-size: cover;
}

.hero-inner--sub {
    top: 40%;
}

h1.hero--sub__title--en {
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
}

p.hero--sub__title--ja {
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1;
}

.sec-omoi {
    padding: 100px 0;
}

.sec-history {
    padding: 100px 0;
    background-color: #F3F0EF;
}

.column-history,
.column-anniversary,
.column-menu_box {
    display: flex;
    justify-content: space-between;
}

.column-menu_box {
    margin-bottom: 100px;
}

.column-menu_box .slider-common-02 .slick-dots li button:before {
    color: #ede9df !important;
}

.column-menu_box .slider-common .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #448A82 !important;
}

.column-history .text-area {
    width: 41%;
}

.column-menu_box .text-area {
    width: 41%;
}

.slider-area--sub {
    width: 50%;
}

.sec-tit--ja-small {
    color: #448A82;
    font-size: 16px;
}

.sec-tit--en-small {
    color: #448A82;
    font-size: 15px;
}

.sec-tit--menu {
    color: #448A82;
    font-size: 25px;
}

.menu_reservation_btn a {
    width: 100%;
}

h2.sec-tit--ja {
    color: #448A82;
    font-size: 24px;
    line-height: 1.2;
}

.sec-subtit--menu {
    color: #448A82;
    font-size: 16px !important;
    line-height: 1.2;
}

span.sec-history__sec-sub-tit--small {
    font-size: 15px;
}

h3.sec-history__sec-sub-tit,
h3.sec-facility__sec-sub-tit {
    font-size: 20px;
}

.sec-facility {
    padding: 100px 0 60px;
}

.sec-facility .sec-tit--en-small {
    text-align: center;
}

.sec-facility .sec-tit--ja {
    text-align: center;
}

.facilitya_text2 {
    margin-top: 20px;
}

.column-facility {
    width: 80%;
    margin: 0 auto;
}

.sec-anniversary {
    padding: 100px 0;
    margin-bottom: 100px;
}

.sec-image--concept {
    padding: 0 0 90px;
}

.concept-banner {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
    padding: 65px 0;
}

.column-contact__inner {
    padding-top: 20px;
    position: relative;
}

.column-contact__inner::before {
    position: absolute;
    display: block;
    content: "";
    width: 98%;
    height: 1px;
    background-color: #ccc;
    top: 0;
}

.interview_btn {
    margin: 20px 0;
}

.chef {
    background: #fff !important;
    background-color: rgba(244, 244, 244, 1);
}

.column-menu_box .slider-menu .slick-dots {
    width: 100%;
    text-align: center;
}

.sec-menu_box {
    padding: 50px 0;
}

.person_img_box {
    display: flex;
}

.person_box {
    display: flex;
    gap: 20px;
}

.person_img_box p {
    padding: 0 20px;
}

.person_img_box img {
    width: 30% !important;
    object-fit: contain;
}

.person_work {
    color: #448A82;
    font-size: 15px;
}

.person_name {
    color: #448A82;
    font-size: 24px;
}

#pagetop {
    height: auto !important;
}

@media (max-width: 767px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .hero--sub {
        background: url(../../common/images/concept/sp/concept-hero_sp.jpg) center no-repeat;
        background-size: cover;
    }

    .hero--cuisine {
        background: url(../../common/images/cuisine/sp/cuisine-hero_sp.jpg) center no-repeat;
        background-size: cover;
    }

    .hero--menu {
        background: url(../../common/images/menu/sp/menu-hero_sp.jpg) center no-repeat;
        background-size: cover;
    }

    .hero--info {
        background: url(../../common/images/info/sp/info-hero_sp.jpg) center no-repeat;
        background-size: cover;
    }

    h1.hero--sub__title--en {
        font-size: 30px;
    }

    .sec-tit--ja-small,
    .sec-tit--en-small {
        font-size: 14px;
        text-align: center;
    }


    h2.sec-tit--ja {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: initial;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .sec-tit--menu {
        font-size: 25px;
        text-align: center;
    }

    .sec-subtit--menu {
        text-align: center;
    }

    .sec-omoi h2.sec-tit--ja {
        text-align: center;
    }

    .sec-history__contents-text {
        font-size: 14px;
    }

    .column-history .text-area {
        width: 100%;
    }

    .column-menu_box .text-area {
        width: 100%;
    }

    .column-menu_box .slider-common .slick-dots {
        bottom: auto;
    }

    .slider-area--sub {
        width: 100%;
    }

    .column-history {
        flex-direction: column;
        justify-content: center;
        row-gap: 30px;
    }

    .column-menu_box {
        flex-direction: column;
        justify-content: center;
        row-gap: 30px;
    }

    .column-anniversary {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .sec-facility {
        padding: 20px 0 100px;
    }

    .column-facility {
        grid-template-columns: initial;
        row-gap: 20px;
        justify-items: center;
    }

    .slider-menu .slick-dots {
        width: 100%;
        text-align: center;
    }

    .slider-facility .slick-slide {
        padding: 0 10px;
    }
}

.slider-facility .slick-next.slick-arrow,
.slider-facility .slick-prev.slick-arrow {
    display: none !important;
}


/* cuisine */
.sec-cuisine {
    padding: 100px 0;
}

.cuisine__concept-content {
    display: grid;
    grid-template-columns: 42% 50%;
    column-gap: 8%;
    align-items: center;
}

.cuisine__concept-text {
    font-size: 12px;
    letter-spacing: .05em;
}

.cuisine__concept-gallery {
    margin-top: -60px;
    max-width: 1400px;
    padding: 0 20px;
    margin-inline: auto;
}


.particulars__head {
    text-align: center;
    color: #448A82;
}

.particulars__title {
    text-transform: uppercase;
    font-size: 16px;
}

.particulars__subtitle {
    font-size: 24px;
}

.particulars__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    column-gap: 60px;
}

.particulars__heading {
    text-transform: uppercase;
    text-align: center;
    color: #448A82;
    font-size: 18px;
    margin-top: 50px;
}

.particulars__subheading {
    text-align: center;
    color: #448A82;
    font-size: 18px;
    letter-spacing: initial;
}

.particulars__text {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: .05em;
}

/* シェフ */
.chef__bottom {
    max-width: 800px;
    margin-inline: auto;
    background-color: #F3F0EF;
    padding: 50px 4.8% 70px;
    margin-top: 100px;
}

.chef__bottom-img img {
    aspect-ratio: 190 /270;
    object-fit: cover;
    max-width: 190px;
}

.particulars {
    padding-top: 100px;
    padding-bottom: 110px;
    background-color: #F3F0EF;
}

.chef {
    padding-top: 100px;
    padding-bottom: 100px;
}

.chef__title {
    font-size: 16px;
    text-transform: uppercase;
}

.chef__contents {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 50% 41%;
    column-gap: 9%;
}

.chef__name--en {
    font-size: 12px;
    color: #448A82;
    margin-bottom: 20px;
}

.chef__name--ja {
    font-size: 16px;
    margin-bottom: 50px;
}

.chef__profile {
    font-size: 12px;
}

.chef__bottom-contents {
    display: grid;
    grid-template-columns: 70% 25%;
    column-gap: 5%;
    justify-content: center;
}

.chef__heading {
    font-size: 16px;
    margin-bottom: 50px;
}

.chef__subheading {
    color: #448A82;
    font-size: 18px;
    margin-bottom: 30px;
}

.chef__message {
    font-size: 12px;
}

.sec-contact_subpage .column-contact div:nth-child(2) {
    border-right: none;
}

.sec-contact_subpage .column-contact div:nth-child(3) {
    border-left: 1px solid #ccc;
}

.sec-contact_subpage .column-contact div:nth-child(4) {
    border-left: 1px solid #ccc;
}

.sec-contact_subpage .column-contact h3 {
    font-size: 1.2rem;
    width: fit-content;
    margin: 0 auto 15px;
}

.sec-contact_subpage .column-contact {
    justify-content: center;
}

.sec-contact_subpage .column-contact div {
    width: auto;
    padding: 20px 40px;
}

.sec-contact_subpage .button-default {
    width: 100%;
    padding: 20px 50px;
}

@media (max-width: 767px) {
    .sec-cuisine {
        padding-bottom: 50px;
    }

    .cuisine__concept-content {
        grid-template-columns: initial;
        row-gap: 40px;
    }

    .cuisine__concept-content .sec-tit--ja {
        text-align: center;
    }

    .cuisine__concept-content .sec-tit--ja-small {
        line-height: 1;
    }

    .cuisine__concept-gallery {
        max-width: initial;
        width: 100%;
        padding: 0;
        margin-top: -74px;
    }

    .particulars__title {
        font-size: 14px;
    }

    .particulars__subtitle {
        font-size: 20px;
    }

    .particulars__items {
        grid-template-columns: initial;
        row-gap: 60px;
        margin-top: 60px;

    }

    .particulars__text {
        font-size: 14px;
    }

    .chef__contents {
        grid-template-columns: initial;

    }

    .chef__name--en {
        margin-bottom: 10px;
    }

    .chef__name--ja {
        margin-bottom: 40px;
    }

    .chef__profile-wrap {
        margin-top: 60px;
        text-align: center;
    }

    .chef__profile {
        font-size: 14px;
        letter-spacing: .05em;
        text-align: left;
    }

    .chef__bottom {
        margin-top: 60px;
        width: 76%;
        text-align: center;
        padding: 40px 8% 100px;
    }

    .chef__bottom-contents {
        grid-template-columns: initial;
        row-gap: 40px;

    }

    .chef__heading {
        margin-bottom: 6px;

    }

    .chef__subheading {
        margin-bottom: 40px;
    }

    .cuisine__concept-text {
        font-size: 14px;
    }

    .chef__message {
        font-size: 14px;
        text-align: left;
    }

    .chef__bottom-img img {
        aspect-ratio: 200 /286;
        max-width: 400px;
    }
}

/* cuisineページのギャラリー */
.gallery {
    display: grid;
    grid-template-rows: auto;
    grid-template-areas:
        "a b c d"
        "e . f g";
    gap: 16px;
    margin-top: 50px;
}

.gallery__item {
    width: 100%;
}

.gallery__item--a {
    grid-area: a;
    max-width: 400px;
}

.gallery__item--b {
    grid-area: b;
    margin-top: 260px;
    margin-left: -135px;
    max-width: 370px;
}

.gallery__item--c {
    grid-area: c;
    margin-top: -50px;
    margin-left: 100px;
    max-width: 240px;
}

.gallery__item--d {
    grid-area: d;
    margin-top: 110px;
    margin-left: auto;
    max-width: 280px;
}

.gallery__item--e {
    grid-area: e;
    margin-left: 130px;
    margin-top: 60px;
    max-width: 280px;
}

.gallery__item--f {
    grid-area: f;
    margin-top: -160px;
    max-width: 400px;
}

.gallery__item--g {
    grid-area: g;
    margin-top: 200px;
    margin-left: 20px;
    max-width: 180px;
}

.gallery__item img {
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 767px) {
    .gallery {
        grid-template-areas:
            "a b d c"
            "e . f f"
            ". . g .";
        gap: 0;
    }

    .gallery__item--a {
        width: 35vw;
    }

    .gallery__item--b {
        margin-left: -24px;
        margin-top: 100px;
        width: 25vw;
    }

    .gallery__item--c {
        margin-left: 0;
        margin-top: -40px;
        width: 23vw;
        margin-left: -75px;
    }

    .gallery__item--d {
        margin-top: 20px;
        margin-left: 0;
        width: 30vw;
        position: relative;
        left: 20px;
    }

    .gallery__item--e {
        margin-left: 0;
        margin-top: -20px;
    }

    .gallery__item--f {
        margin-top: 30px;
        max-width: initial;
        width: 42vw;
    }

    .gallery__item--g {
        margin-top: -50px;
        margin-left: 30px;
        width: 20vw;

    }
}

/* アニメーション */
.gallery__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: transform, opacity;
}

.gallery__item.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* 画像の中を動かす */
.gallery__item picture {
    display: block;
    overflow: hidden;
    perspective: 1000px;
}

.gallery__item img {
    display: block;
    width: 100%;
    transition: transform 0.8s ease;
    will-change: transform;
}

.gallery__item:hover img {
    transform: scale(1.03) translateY(-3px);
}


/* info */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.info-map {
    margin-top: 100px;
}

.info-map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.info {
    padding: 50px 0 100px;
}

.info__item {
    display: flex;
    padding: 40px 30px;
}

.info__item {
    border-bottom: 1px solid #ccc;
}

.info__list {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
}

.info__term {
    color: #448A82;
    width: 30%;
}

.info__desc {
    width: 70%;
    font-family: "Noto Sans JP", sans-serif;
}

.info__access-img {
    display: block;
    margin-top: 40px;
}

.info__desc-about {
    font-weight: bold;
    color: #448A82;
    font-family: "Noto Sans JP", sans-serif;
}

.info__desc-about2 {
    margin: 20px 0;
}

.info__desc02 {
    margin-top: 80px;
}

.info__desc-link {
    color: #83643C;
    text-decoration: underline;
}

.near_parking a{
    color: #448A82;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .info__item {
        display: grid;
        row-gap: 20px;
    }

    .info__term {
        width: 100%;
    }

    .info__desc {
        width: 100%;
        margin-left: 0;
    }

    .info__access-img {
        max-width: 240px;
        margin-inline: auto;
    }

    .ft_fixed-btn.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.sp_header {
    display: none;
}

.column-cuisine {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-cuisine div:nth-child(1) {
    width: 50%;
}

.column-cuisine div:nth-child(2) {
    width: 40%;
    margin-left: 10%;
}

.sec-tit--ja-small {
    color: rgba(68, 138, 130, 1);
    font-size: 16px;
}

.sec-omoi {
    padding: 100px 0;
}

.mgnB30 {
    margin-bottom: 30px !important;
}

h2.sec-tit--ja {
    color: rgba(68, 138, 130, 1);
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sec-tit--en-small {
    color: rgba(68, 138, 130, 1);
    font-size: 15px;
}

.sec-history {
    padding: 100px 0;
    background-color: #F3F0EF;
}

.sec-history__contents-text {
    margin-bottom: 15px;
}

.column-history, .column-anniversary {
    display: flex;
    justify-content: space-between;
}

.column-history {
    margin-bottom: 100px;
}

.column-history .text-area {
    width: 41%;
}

.slider-area--sub {
    width: 50%;
}

@media (max-width: 1000px) {
    body {
        padding: 0 !important;
    }

    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    main {
        padding-top: 61px !important;
    }
}

@media (max-width: 768px) {
    .column-cuisine {
        flex-direction: column !important;
    }

    .column-cuisine div:nth-child(1) {
        margin-bottom: 30px !important;
    }

    .column-cuisine div:nth-child(1), .column-cuisine div:nth-child(2) {
        margin: 0;
        width: 100% !important;
    }

    .sec-tit--ja-small, .sec-tit--en-small {
        font-size: 14px;
        text-align: center;
    }

    .sec-omoi h2.sec-tit--ja {
        text-align: center;
    }

    h2.sec-tit--ja {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: initial;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .column-history {
        flex-direction: column;
        justify-content: center;
        row-gap: 30px;
    }

    .column-history .text-area {
        width: 100%;
    }

    .slider-area--sub {
        width: 100%;
    }
    .person_box{
        display: block;
    }
    .person_work{
        text-align: center;
    }
    .person_name{
        text-align: center;
        margin-bottom: 20px;
    }
    .person_img_box{
        align-items: flex-start;
    }
    .person_box_content{
        margin-bottom: 80px;
    }
    .sec-contact_subpage .column-contact div:nth-child(3){
        border-left: none;
    }
    .sec-contact_subpage .column-contact div:nth-child(4) {
        border-left: none;
        border-top: 1px solid #ccc;
    }
    .sec-contact_subpage .column-contact div{
        width: 80%;
    }
    .sec-contact_subpage .column-contact div{
        padding: 30px 0;
    }
}