@charset "utf-8";

/* ==============================

    サイト設定　適宜変更箇所

============================== */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    background-color: #E8E9E7;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.04em;
    text-align: justify;
    word-break: break-all;
    /* 基本カラー */
    color: #2F3432;
}

a,
a img {
    color: #2F3432;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.wp-block-image.fv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure {
    overflow: hidden;
}

section {
    position: relative;
    z-index: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.5;
}

.pc-tab {
    display: block;
}

.mobile {
    display: none;
}

h2 {
    font-size: 3.6rem;
}

h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}

h3 {
    font-size: 2.6rem;
}

.wp-block-button {
    font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}

.wp-block-column {
    word-break: break-all;
}

/*PCでは不要な場合*/
.nav-wrapper {
    display: none;
}

@media (max-width: 710px) {
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

}


/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}


/* ==============================

　　固定メニュー

　============================== */

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #18746C;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1.2rem 1.5% 0 3%;
    z-index: 300;
}

.header-inner .logo {
    width: 12rem;
}

.header-inner__content.wp-block-group.is-layout-flex {
    column-gap: 4rem !important;
}

ul.header-inner-menu {
    column-gap: 4rem;
}

.header-contact-btn>.wp-block-button__link {
    background: url(../img/header-contact-bg.svg) no-repeat 0 0 / 100% 100%;
    width: 16.7rem;
    height: 8.8rem;
    border-radius: unset;
    padding: 0;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-contact-btn>.wp-block-button__link .fa-solid::before {
    font-size: 2.4rem;
}

.header-contact-btn:hover .wp-block-button__link {
    background-image: url(../img/header-contact-bg-hover.svg);
}

.header-inner-menu a {
    color: #2F3432 !important;
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.header-inner-menu a:hover {
    color: #259F94 !important;
}

.header-inner-menu a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: .1rem;
    background: #259F94;
    bottom: -.1rem;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.2s ease-in-out;

}

.header-inner-menu a:hover::after {
    transform: scale(1, 1);
}

@media (max-width: 1100px) {
    .header-inner .logo {
        width: 10rem;
    }

    .header-contact-btn {
        position: absolute;
        top: 0.8rem;
        right: 12rem;
    }
}

@media (max-width: 710px) {
    .header-inner .logo {
        width: 8rem;
    }
}


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

/*メインビジュアル　relative*/
.mv {
    padding-top: 18rem;
}

.mainv {
    width: 70%;
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    margin-top: -4rem;
    border-radius: 0 4rem 4rem 0;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: calc(100vh - 20rem);
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: relative;
    width: 68rem;
    margin-left: 5%;
    z-index: 2;
}

.mv-text-block {
    width: 30%;
}

.mv-text-block>.wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-text-block figure {
    width: 28%;
    margin-left: -30%;
    margin-top: 1.2rem;
}

.slider-dots,
.next-prev {
    display: none;
}

.anna-link {
    position: absolute !important;
    bottom: .8rem;
    right: 2.4rem;
    min-width: 24rem;
    max-width: 34.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    aspect-ratio: 8 / 5;
}

.anna-link figure {
    width: 55%;
}

.anna-link-circle {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(20%, 20%);
    width: 5.2rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #259F94;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    transition: transform 0.3s ease-in-out;
}

.anna-link-circle::before {
    content: '';
    width: calc(100% - .4rem);
    height: calc(100% - .4rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: .1rem solid #f5f5f5;
    border-radius: 50%;
}

.anna-link:hover .anna-link-circle {
    transform: translate(20%, 20%) scale(1.15);
}

@media (max-width: 1100px) {
    .mv {
        padding-top: 14.4rem;
    }

    figure.wp-block-image.size-full.maincopy {
        width: 50rem;
    }

    .mv-text-block figure {
        width: 50%;
    }

}

@media (max-width: 710px) {
    .mainv {
        width: 95%;
    }

    .mv__inner {
        flex-direction: column-reverse;
    }

    figure.wp-block-image.size-full.maincopy {
        width: 80%;
    }

    .slider-01 {
        margin-top: -3.2rem;
    }

    .is-layout-flex>.mv-text-block {
        width: 84%;
        margin-left: 5%;
        margin-bottom: 2.4rem;
    }

    .mv-text-block figure {
        margin: 0;
        width: 100%;
    }

    .anna-link {
        width: 18rem;
        min-width: unset;
        right: .8rem;
    }

    .anna-link p {
        line-height: 1.1;
    }

    .anna-link-circle {
        width: 3.6rem;
        font-size: 1.4rem;
    }
}

/* ==============================
    
    ボタン
    
　============================== */
/* ----------------
    ノーマルボタン
　---------------- */
.btn-basic>.wp-block-button__link {
    background-color: unset;
    color: #2F3432;
    border-radius: unset;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0;
    width: fit-content;
    position: relative;
    margin-left: 8rem;
}

.btn-basic>.wp-block-button__link .fa-solid {
    width: 6rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #259F94;
    color: #f5f5f5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: -8rem;
    transform: translateY(-50%);
}

/* ノーマルボタン - ホバー */
.btn-basic:hover .wp-block-button__link .fa-solid {
    transform: translateY(-50%) scale(1.15);
}

.btn-basic>.wp-block-button__link::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: .1rem;
    background: #2F3432;
    bottom: -.1rem;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s ease-in-out;
}

.btn-basic:hover .wp-block-button__link::after {
    transform: scale(1, 1);
}

/* ----------------
    フッターCTAボタン
　---------------- */
.footer-btn>.wp-block-button__link {
    position: relative;
    width: 26.7rem;
    height: 10rem;
    background-color: unset;
    background-image: url(../img/footer-contact-btn-bg.svg);
    padding: 0;
    border-radius: unset;
    color: #2F3432;
    font-weight: 900;
    font-size: 2.4rem;
    transition: color 0.2s ease-in-out;
}

.footer-btn>.wp-block-button__link i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.2rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #259F94;
    color: #f5f5f5;
    font-size: 2.8rem;
    transition: background-color 0.2s ease-in-out;
}

.footer-btn>.wp-block-button__link i::before {
    width: calc(100% - .4rem);
    height: calc(100% - .4rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: .1rem solid #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* フッターCTAボタン - ホバー */
.footer-btn:hover .wp-block-button__link {
    color: #18746C;
}

.footer-btn:hover .wp-block-button__link i {
    background-color: #18746C;
}


@media screen and (max-width:710px) {
    .btn-basic>.wp-block-button__link {
        margin-left: 6.4rem;
    }

    .btn-basic>.wp-block-button__link .fa-solid {
        width: 4.8rem;
        left: -6.4rem;
    }
}

/* ----------------
    ドリンクページ
    インスタボタン
　---------------- */
.drink-isnta-btn>.wp-block-button__link {
    padding-left: 5.6rem;
    line-height: 1.25;
}

.drink-isnta-btn>.wp-block-button__link i {
    top: 50%;
    left: 4.8rem;
}


/* ==============================
    
    下層FV
    
　============================== */
.fv-img {
    position: relative;
    width: 95%;
    aspect-ratio: 3 / 1;
    border-radius: 0 4rem 4rem 0;
}

.fv-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, #2f34322b, transparent);
}

.fv-title {
    /* margin-right: 5%; */
    position: absolute;
    right: 8%;
    bottom: -2.4rem;
}

.fv-title>.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fv-title p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .8rem;
}

.fv-title figure {
    width: fit-content;
        display: flex;
    justify-content: flex-end;
}

.fv-title figure img {
      /* max-width: 100%; */
  height: auto;
  /* max-height: 10.7rem; */
}

#concept .fv-title figure img {
    width: 81.6rem;
}

        #food .fv-title figure img {
    width: 29.8rem;
}

        #drink .fv-title figure img {
    width: 20rem;
}

        #scene .fv-title figure img {
    width: 94.9rem;
}

        #shopinfo .fv-title figure img {
    width: 40.4rem;
}


@media (max-width: 1100px) {
    .fv-img {
        aspect-ratio: 2 / 1;
    }

    .fv-title {
    right: 5%;
    bottom: -1.2rem;
    }

    .fv-title p {
        margin-bottom: .4rem;
    }

    /* .fv-title figure img {
    max-height: 7.2rem;
    } */

        #concept .fv-title figure img {
    width: 55rem;
}

        #food .fv-title figure img {
    width: 20rem;
}

        #drink .fv-title figure img {
    width: 13.5rem;
}

        #scene .fv-title figure img {
    width: 63.8rem;
}

        #shopinfo .fv-title figure img {
    width: 27.2rem;
}

}

@media (max-width: 710px) {
    .fv-img {
        aspect-ratio: 3 / 2;
    }

        .fv-title {
    right: 4%;
    bottom: .2rem;
    }

    /* .fv-title figure img {
        max-height: 4.2rem;
    }
 */
    #concept .fv-title figure img {
    width: 32rem;
}

        #food .fv-title figure img {
    width: 11.7rem;
}

        #drink .fv-title figure img {
    width: 7.9rem;
}

        #scene .fv-title figure img {
    width: 36rem;
}

        #shopinfo .fv-title figure img {
    width: 15.8rem;
}
}

/* ==============================
    
    特定商取引に基づく表記・テーブル
    
　============================== */

.wp-block-group.tokusho-wrap {
    padding: 80px 0;
}

figure.wp-block-table td,
figure.wp-block-table th {
    border: none;
    padding: 18px 17px;
}

figure.wp-block-table {
    border: 1px solid #ccc;
}

.wp-block-table td:first-of-type {
    width: 50%;
    background-color: #ccc;
    border-bottom: 1px solid #fff;
}

.wp-block-table tr td {
    border-bottom: 1px solid #ccc;
}

.wp-block-table tr:last-of-type td {
    border-bottom: none;
}

/* ==============================
    
    個人情報保護方針
    
　============================== */

.wp-block-group.policy-wrap {
    padding: 80px 0;
    font-size: 16px;
    line-height: 2;
}

.wp-block-group.policy-wrap p {
    margin-bottom: 35px;
}

.wp-block-group.policy-wrap li {
    margin-bottom: 26px;
}

/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */



/* ==============================

    スマホ・タブレット縦

============================== */

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

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .is-layout-flex>nav.header-inner-menu {
        display: none;
    }

    body .pc,
    .page-top,
    .vk_outer.pc {
        display: none;
    }

    .sp {
        display: block;
    }

}


/* ==============================

    PC・タブレット横 

============================== */

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp,
    .vk_outer.sp {
        display: none;
    }

}

/* ==============================

    タブレット縦横

============================== */

@media (max-width: 1650px) and (min-width: 710px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

}


/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: unset;
        aspect-ratio: 1;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

}


/* ==============================

    スマホ　

============================== */

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


    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

    body .pc-tab {
        display: none;
    }

    .mobile {
        display: block;
    }



    /* ==============================
    
    特定商取引に基づく表記・テーブル
    
　============================== */
    .wp-block-table tr td {
        display: block;
        width: 100%;
    }

    .wp-block-table td:first-of-type {
        width: 100%;
    }

    figure.wp-block-table td,
    figure.wp-block-table th {
        border: none;
        padding: 10px 13px;
    }

    figure.wp-block-table {
        font-size: 14px;
    }

    .wp-block-group.tokusho-wrap {
        padding: 59px 0 94px;
    }


    /* ==============================
    
    個人情報保護方針
    
　============================== */
    .wp-block-group.policy-wrap {
        font-size: 14px;
        padding: 59px 0 94px;
    }

    .wp-block-group.policy-wrap p {
        margin-bottom: 23px;
    }

    .wp-block-group.policy-wrap li {
        margin-bottom: 20px;
    }

    /* ==============================
    
        以下テーマ専用CSS
    
    ============================== */


}


/* ==============================

  その他適宜追加する場合は下記に記述

============================== */
@media (min-width: 1009px) {
    .vk_spacer .vk_spacer-display-pc {
        display: block !important;
    }

    .vk_spacer .vk_spacer-display-tablet {
        display: none !important;
    }

    .vk_spacer .vk_spacer-display-mobile {
        display: none !important;
    }
}

@media (min-width: 711px) and (max-width: 1100px) {
    .vk_spacer .vk_spacer-display-pc {
        display: none !important;
    }

    .vk_spacer .vk_spacer-display-tablet {
        display: block !important;
    }

    .vk_spacer .vk_spacer-display-mobile {
        display: none !important;
    }
}

@media (max-width: 710px) {
    .vk_spacer .vk_spacer-display-pc {
        display: none !important;
    }

    .vk_spacer .vk_spacer-display-tablet {
        display: none !important;
    }

    .vk_spacer .vk_spacer-display-mobile {
        display: block !important;
    }

}



@media (max-width: 1100px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 1100px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
}