@charset "utf-8";

/* ==========================================
カスタムプロパティ
========================================== */

:root {
    /* base color */
    --base-font-color: #F2F2F2;
    --base-bg-color: #363636;

    /* site color */
    --primary: #D9C0A2;
    --secondary: #2E1F18;
    --tertiary: #5C5C5C;
    /* --quaternary: #261D3D;
	--quaternary-hover: #f5f;
	--fifth: #FFF8ED;
	--fifth-hover: #ff5;
	--sixth: #F3E1C9;
	--sixth-hover: rgb(13, 15, 15);
	--seventh: #F3E1C9;
	--seventh-hover: #5ff;
	--eighth: #F3E1C9;
	--eighth-hover: #5ff;
	--ninth: #F3E1C9;
	--ninth-hover: #5ff; */

    --white: #FFF;
    --black: #040707;

    --bg-primary: rgba(217, 192, 162, .9);
    --bg-secondary: #2E1F18;
    --bg-tertiary: #2E1F19;
    /* --bg-quaternary: #F3E1C9;
    --bg-fifth: #F3E1C9; */

    --gradation-primary: linear-gradient(to left, rgba(236, 229, 224), rgba(248, 242, 241, 80%));
    --gradation-secondary: linear-gradient(to right, rgba(236, 229, 224), rgba(248, 242, 241, 80%));

    --img-bg-color-primary: rgba(199, 176, 176, 62%);

    /* font family */
    --base-font-family: "Noto Serif JP", serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /* --base-font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    --font-family01: "Shippori Mincho", serif;
    --font-family02: "Noto Serif JP", serif;
    /* --font-family03: ; */

}

/* 管理画面 */

.gjs-dashed {
    overflow-x: unset;
}

/*---------*/

html {
    overflow-x: hidden;
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background-color: var(--base-bg-color) !important;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--base-font-family);
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    overflow-x: hidden;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

/*===========================================================
共通パーツ
===========================================================*/

.bg01 {
    background-image: url(/system_panel/uploads/images/bg01.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.bg01::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(90, 90, 90, 1), rgba(90, 90, 90, 0));
    opacity: .4;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.bg01::after {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(to top, rgba(90, 90, 90, 1), rgba(90, 90, 90, 0));
    opacity: .4;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.bg02 {
    background-image: url(/system_panel/uploads/images/bg02.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.bg03 {
    background-image: url(/system_panel/uploads/images/bg03.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.bg04 {
    background-image: url(/system_panel/uploads/images/bg04.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.bg04::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(90, 90, 90, 1), rgba(90, 90, 90, 0));
    opacity: .4;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.bg04::after {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(to top, rgba(90, 90, 90, 1), rgba(90, 90, 90, 0));
    opacity: .4;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.bg05 {
    background-image: url(/system_panel/uploads/images/bg05.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.common-illust-box01 {
    max-width: 300px;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

.common-illust-box02 {
    max-width: 368px;
    width: 25%;
    mix-blend-mode: soft-light;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}

.common-illust-box03 {
    max-width: 240px;
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}

.common-illust-box04 {
    max-width: 395px;
    width: 25%;
    mix-blend-mode: soft-light;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}

.common-illust-box05 {
    max-width: 350px;
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 9%;
}

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.color-tertiary {
    color: var(--tertiary);
}

.color-quaternary {
    color: var(--quaternary);
}

.color-fifth {
    color: var(--sixth);
}

.color-sixth {
    color: var(--sixth);
}

.color-seventh {
    color: var(--seventh);
}

.color-eighth {
    color: var(--eighth);
}

.color-ninth {
    color: var(--ninth);
}

.color-white {
    color: #FFFFFF;
}

.bg-primary {
    background: var(--bg-primary) !important;
}

.bg-secondary {
    background: var(--bg-secondary) !important;
}

.bg-tertiary {
    background: var(--bg-tertiary) !important;
}

.bg-quaternary {
    background: var(--bg-quaternary) !important;
}

.bg-fifth {
    background: var(--bg-fifth) !important;
}

.br-none br {
    display: none;
}

/*===========================================================
ボタン
===========================================================*/

.btn01 {
    padding: 18px 10px 17px;
    max-width: 286px;
    width: 100%;
    display: block;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    border: 1px solid var(--base-font-color);
    text-align: center;
    position: relative;
    transition: all .3s;
}

.btn01:hover {
    color: var(--base-font-color);
}

.btn01::before {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    background-image: url(/system_panel/uploads/images/arrow_white.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6.1%;
    margin: auto;
    transition: all .3s;
}

.btn01:hover::before {
    transform: translateX(6px);
}

.tel-box01 {
    display: flex;
    align-items: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.5825)), 29px);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--base-font-color);
}

.tel-box01::before {
    content: "";
    display: block;
    margin: 3px 9px 0 0;
    width: 24px;
    height: 24px;
    background: url(/system_panel/uploads/images/tel_white.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.tel-box02 {
    display: flex;
    align-items: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.5825)), 29px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.31818em;
    color: var(--secondary);
}

.tel-box02::before {
    content: "";
    display: block;
    margin: 3px 9px 0 0;
    width: 24px;
    height: 24px;
    background: url(/system_panel/uploads/images/tel_brown.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.reserve-btn01 {
    padding: 12px 15px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 226px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    font-weight: 700;
    color: var(--base-font-color);
    letter-spacing: 0;
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    transition: all .3s;
}

.reserve-btn01:hover {
    color: var(--secondary);
    background-color: var(--primary);
}

.reserve-btn01::before {
    content: "";
    display: block;
    margin: 0 12px 0 0;
    width: 18px;
    height: 16px;
    background: url(/system_panel/uploads/images/reserve_white.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.reserve-btn01:hover::before {
    background: url(/system_panel/uploads/images/reserve_brown.svg);
}

.sns-link01 {
    display: block;
    max-width: 30px;
    width: 100%;
    transition: all .3s;
}

.sns-link01 img {
    transition: all .3s;
}

.sns-link01:hover img {
    transform: scale(1.2);
}

/*===========================================================
テキスト
===========================================================*/

.font-family01 {
    font-family: var(--font-family01) !important;
}

.font-family02 {
    font-family: var(--font-family02) !important;
}

.font-family03 {
    font-family: var(--font-family03) !important;
}

.text01 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 3.1111em;
}

.text02 {
    font-size: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 0.3236)), 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.text03 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.44444em;
}

.text04 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4375em;
}

.text05 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 7.68px) * 0.1736)), 15px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
}

.title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 40px);
    font-weight: 500;
    letter-spacing: 0.05em;
    /* line-height: 1.125em; */
    line-height: 2.625em;
}

.title01 span {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 2.589)), 70px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.085714em;
    transform: unset;
}

.title02 {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.6828)), 50px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.24em;
}

/* .title03 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title04 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title05 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title06 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title07 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 4.5307)), 110px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
} */

/* .title08 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .sub-title01 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/*===========================================================
br調整
===========================================================*/

.br-none br {
    display: none;
}

/*===========================================================
スライダー
===========================================================*/

.loopImgBx01 {
    width: 395px;
    padding-top: 198px;
    margin: 0 10px;
    position: relative;
}

.loop-wrapper {
    margin: 0 0 -80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 1;
}

.loopImgBx01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
}

.loopImgArea {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
}

.loopImgBx01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ここまで*/

.loopImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

/*アニメーション*/
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*===========================================================
ヘッダー
===========================================================*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s;
}

.header-container {
    max-width: 1880px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    transition: all .3s;
}

.header-logo {
    margin: 20px 20px 0 0;
    max-width: 130px;
    width: 100%;
}

.header-right {
    margin: 0 0 0 auto;
    max-width: 1478px;
    width: 100%;
    display: none;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px 2.8%;
}

.header-right .sns-link01 {
    margin: 36px 0 0;
}

.header-reserve-frame {
    max-width: 550px;
    width: 100%;
    display: flex;
    gap: 20px 10.2%;
}

.header-reserve-container {
    padding: 24px 15px 23px;
    max-width: 470px;
    width: 100%;
}

.header-reserve-area {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px 5%;
}

.header-nav-area {
    padding: 0 15px 0 0;
    max-width: 1042px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3%;
}

.header-nav-link {
    display: block;
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 14px) * 0.9615)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    transition: all .3s;
}

.header-nav-link:hover {
    color: var(--primary);
}

/*--is-active--*/

.header.is-active {
    padding: 0 0 10px;
    background: var(--base-bg-color);
}

/*----- ヘッダークローン -----*/

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: var(--base-bg-color)
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header-ham-box01.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.header-ham-box01.clone.is-animation {
    top: 28px;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone .header-container {
    padding: 20px 15px;
    align-items: center;
}

.header.clone .header-logo {
    margin: 0;
}

.header.clone .header-right {
    flex-direction: row;
    align-items: center;
    gap: 20px 2%;
}

.header.clone .header-nav-area {
    margin: 0;
    padding: 0;
}

.header.clone .header-reserve-frame {
    max-width: 30px;
}

.header.clone .header-right .sns-link01 {
    margin: 0;
}

.header.clone .header-reserve-container {
    position: fixed;
    bottom: 0;
    right: 0;
    transition: all .5s;
}

/*----- is-hidden -----*/

.is-hidden {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

/*===========================================================
ハンバーガーメニュー
===========================================================*/

/* 管理画面　*/

.gjs-dashed .spMenu {
    opacity: 1;
    pointer-events: auto;
}

/*----------*/

.header-ham-box01-container {
    /* position: fixed; */
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.sp-header-contact-area {
    margin: 70px auto 0;
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.spNavListBox01 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.spNavBtnTxt {
    margin: 3px auto 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 500;
    font-family: var(--font-family02);
    color: var(--base-font-color);
    letter-spacing: 00;
}

.spNavLinkTxt {
    margin: 4px auto 0;
    font-size: 16px;
    color: var(--base-font-color);
}

.header-ham-box01 {
    margin: 0 0 0 auto;
    height: 19px;
    width: 40px;
    transform-origin: center;
    transition: all .3s;
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 999999999999999;
}

.header-ham-box01:hover {
    /* opacity: 0.7; */
    transform: scale(1.2);
}

/* .spNavBtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.spNavBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.spNavBtnBar {
    width: 100%;
    height: 28px;
    position: relative;
}

.spNavBtnBarItem {
    width: 100%;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    right: 0;
    transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
    top: 0;
    width: 100%;
}

.spNavBtnBarItem:nth-of-type(2) {
    top: 48%;
    width: 100%;
}

.spNavBtnBarItem:nth-of-type(3) {
    bottom: 0;
    width: 100%;
}

.open .spNavBtnBar {
    width: 70%;
}

.open .spNavBtnBarItem {
    transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(13px) rotate(-40deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
    opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(0px) rotate(40deg);
    bottom: 20%;
    width: 100%;
}

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    /* left: 0; */
    right: -100%;
    /* bottom: 0; */
    /*background: rgb(0 0 0 / 25%);*/
    z-index: 99999;
    /* pointer-events: none; */
    transition: ease .5s;
    /* transition: opacity 0.4s ease, transform 0.4s ease; */
    /* opacity: 0; */
}

.spMenu.open {
    /* opacity: 1; */
    /* pointer-events: auto; */
    right: 0;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenuConte {
    padding: 90px 15px 130px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: var(--base-bg-color);
    position: relative;
}

.spMenuConte::-webkit-scrollbar {
    display: none;
}

.hSpNavBox {
    width: 100%;
    text-align: center;
}

.spNavList01 {
    margin: 24px 0 0;
    display: block;
    color: var(--base-font-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    transition: all .3s;
}

/* .spNavList01::before {
    content: "";
    display: block;
	margin: 28px 0 0;
    width: 0;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    left: 0;
    bottom: -2%;
    margin: auto;
    transition: all .4s;
} */

.spNavList01:hover {
    color: var(--primary);
    /* opacity: 0.7; */
}

/* .spNavList01 p {
    display: inline;
    padding: 0 0 5px;
    position: relative;
    transition: all .3s;
}

.spNavList01 p::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
} */

.spNavList01:hover p::before {
    width: 100%;
}

.spNavList01:hover::before {
    width: 100%;
}

.header-sp-contact-area {
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/*スマホ時のナビ*/

.spNav {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    /* background: #ACACAC; */
    background: var(--primary);
}

.spNavBlock {
    flex: 1;
    display: flex;
}

.spNavConte-l {
    width: 33.33%;
    border-top: 1px solid var(--secondary);
    border-right: 1px solid var(--secondary);
}

.spNavConte-l:last-child {
    border-right: 0;
}

.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
    width: 100%;
    height: 30px;
    position: relative;
}

.spNavLinkIconBx>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spFa {
    font-size: 23px;
    color: #FFFFFF;
}

.spFa.spFa-pageTop {
    font-size: 20px;
}

/*===========================================================
フッター
===========================================================*/

.footer-logo-set {
    gap: 20px 35px;
}

.footer-address-row {
    margin: 15px 0 0;
    display: flex;
}

.footer-address-row:first-child {
    margin: 0;
}

.footer-address-th {
    width: 22%;
    padding: 0 5px 0 0;
}

.footer-address-td {
    width: 78%;
}

.footer-address-text-flex {
    display: flex;
}

.footer-address-text-flex-th {
    padding: 0 5px 0 0;
    width: 32%;
}

.footer-address-text04 {
    line-height: 1.5375em;
}

.footer-reserve-area {
    gap: 20px;
}

.footer-nav-area {
    gap: 10px;
}

.footer-nav-link {
    margin: 24px 0 0;
    display: block;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    transition: all .3s;
}

.footer-nav-link:hover {
    color: var(--primary);
}

.footer-nav-link:first-child {
    margin: 0;
}

.copyright-area {
    border-top: 1px solid var(--tertiary);
}

/*===========================================================
店舗情報共通
===========================================================*/

.common-shop-container {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.common-shop-img-box {
    margin: 0 auto;
    width: 100%;
}

.common-shop-address-container {
    margin: 40px auto 0;
    width: 100%;
}

.common-shop-logo-box {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.common-shop-address-area {
    margin: 20px 0 0;
}

.common-shop-row {
    padding: 10px 0;
    border-bottom: 1px solid var(--tertiary);
    display: flex;
}

.common-shop-th {
    max-width: 113px;
    width: 100%;
    padding: 0 5px 0 0;
}

.common-shop-td {
    flex: 1;
}

.common-shop-text-flex {
    display: flex;
}

.common-shop-text-flex-th {
    max-width: 85px;
    width: 100%;
}

.common-shop-text-flex-td {
    flex: 1;
}

.common-shop-link-area {
    margin: 35px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px 35px;
}

.common-shop-reserve-btn01 {
    padding: 14px 15px 12px;
    max-width: 286px;
}

.common-shop-tel-box01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.5178)), 28px);
}


/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
	height: 0;
	position: relative;
	padding: 0 0 100%;
}

.img-control > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
	z-index: 0;
}

.in-cover-title-box {
    margin: 40px auto 0;
    max-width: 1620px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.in-cover-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--base-font-color);
}

.in-cover-sub-title {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.25)), 40px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: var(--base-font-color);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--base-font-color);
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index:1;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index:1;
}

.inner03 {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.inner05 {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}

/*===========================================================
イントロ
===========================================================*/

.intro-title-box {
	text-align: center;
}

.intro-text-box, .intro-img-box {
	margin: 40px auto 0;
}

/*===========================================================
タイトル・テキスト
===========================================================*/

.in-title01 {
    font-size: clamp(18px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 32px);
    font-weight: 500;
    letter-spacing: 0.05em;
    /*line-height: 2.625em;*/
    line-height: 2.2em;
}

.in-title01 span {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 2.589)), 56px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.085714em;
}

/*25-50px*/

.in-title02 {
    font-size: clamp(25px, calc(1.5625rem + ((1vw - 3.75px) * 1.6181)), 50px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.085714em;
}

.menu-title-box {
    padding: 0 0 20px;
	border-bottom: 1px solid #5C5C5C;
}

.in-title03 {
    font-size: clamp(18px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 32px);
    font-weight: 500;
    letter-spacing: 0.05em;
    /*line-height: 2.625em;*/
    line-height: 1.25em;
}

.in-title04 {
    font-size: clamp(18px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 28px);
    font-weight: 500;
    letter-spacing: 0.05em;
    /*line-height: 2.625em;*/
    line-height: 2.2em;
}

.in-title04 span {
    font-size: clamp(28px, calc(1.875rem + ((1vw - 3.75px) * 2.589)), 48px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.085714em;
}

.in-title05 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2298)), 39px);
    font-weight: 500;
    letter-spacing: 0.05em;
    /*line-height: 2.625em;*/
    line-height: 1.6em;
}

.in-title-decoration01 {
    border-left: solid 3px;
    border-bottom: solid 1px;
    padding: 5px 15px 15px;
}

.attention-text-row {
    padding: 15px 0;
    border-bottom: 1px solid #5C5C5C;
}

.attention-text-row:first-child {
    padding: 15px 0;
}

.in-title-box01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point-text-flex {
    display: flex;
}

.number-title01 {
    opacity: .4;
}

/*===========================================================
コース
===========================================================*/

.course-price-text02 {
    width: 100%;
    text-align: right;
}

.course-row-title-box .in-title01 br {
	display: block;  
}

.course-price-row {
    flex-direction: column;
    align-items: flex-start !important;
}

.price-sub-text {
    margin: 0 0 0 auto;
}

/*===========================================================
ランチ
===========================================================*/

.course-title-row {
    flex-direction: column;
}

.course-title-row .in-title03 {
    flex: 1;
}

.lunch-price-row {
    width: 100%;
}

/*===========================================================
ペアリング・ご利用シーン
===========================================================*/

.cate-btn {
    display: block;
    width: 100%;
    border: solid 1px var(--white);
    color: var(--white);
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-align: center;
    padding: 25px 15px 10px;
    background: var(--bg-tertiary);
}

.cate-btn:hover {
    color: var(--white);
}

.cate-btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 21px;
    background: url(/system_panel/uploads/images/icon_arrow01_down_white.svg) no-repeat center / contain;
    margin: 10px auto 0;
    transition: 0.3s;
}

.cate-btn:hover:after {
    transform: translateY(5px);
}

/*===========================================================
日本酒
===========================================================*/

/*ペアリングページへのリンク*/

.pairing-banner-btn {
    pointer-events: none;
}

/*===========================================================
店舗情報
===========================================================*/

.common-shop-th {
    max-width: 110px;
}

.shop01-title-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--primary);
    flex: 1;
    margin: 0 0 0 2%;
}

.shop01-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.shop01-item {
    gap: 10px;
}

.shop01-img-box {
    flex: 2;
    min-width: 0;
}

.shop01-text {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
}

.shop03-name-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--tertiary);
    flex: 1;
    margin: 0 0 0 2%;
}

.table01 {
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
}

.table01 .th,
.table01 .formTh,
.table01 .td,
.table01 .formTd {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 10.24px) * 0.4464)), 18px);
    padding: 10px 15px;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.table01 .th,
.table01 .formTh {
    font-weight: bold;
    color: #fff;
    background-color: var(--secondary);
}

.table01 .formTh {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* .table01 .td,
.table01 .formTd {
    background-color: #fff;
} */

/*===========================================================
お知らせ（一覧）
===========================================================*/

.news-area {
    position: relative;
    z-index: 9;
}

img + .no-img {
    display: none;
}

.news-link {
	padding: 18px 30px 17px 2%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--tertiary);
	position: relative;
	transition: all .3s;
}

.news-item:first-child .news-link {
	padding: 0 30px 17px 2%;
}

.news-link:hover {
	opacity: 0.7;
}

.news-link::before {
	content: "";
	display: block;
    width: 15px;
    height: 11px;
    background: url(/system_panel/uploads/images/arrow_white.svg) center / contain no-repeat; 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5%;
	margin: auto;
	transform: translateX(0);
    transform-origin: center center; 
	transition: all .3s;
}

.news-item:first-child .news-link::before {
	top: 30%;
	bottom: auto;
}

.news-link:hover::before {
	transform: translateX(10px);
}

.news-cate-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.news-cate {
	flex: 1;
    padding: 1px 10px 2px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 114px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3883)), 18px);
    font-weight: 500;
	letter-spacing: 0.05em;
    color: var(--base-font-color);
    text-align: center;
	background: var(--bg-secondary);
    /* word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news-date {
	display: block;
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3883)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
}

.news-title {
	margin: 8px 0 0;
	font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
	flex: 1;
}

/*===========================================================
お知らせ（詳細）
===========================================================*/

/* .news-detail {
    background: var(--white);
    padding: 20px;
    border-top: solid 5px var(
    --primary);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
} */

.news-detail .news-cate-flex {
    margin: 0;
}

.news-detail .news-cate {
    min-width: unset;
    text-align: left;
    white-space: unset;
}

.news-detail-title {
    margin: 15px 0 0;
    border-bottom: 1px solid var(--tertiary);
}

.news-detail-img {
    text-align: center;
	margin: 30px 0 0;
}

.news-detail-img:empty {
    display: none;
}

.news-detail-content {
    margin: 30px 0 0;
}

.news-detail-content a {
    color: inherit;
    text-decoration: underline;
}

.news-detail-content a:hover {
	color: inherit;
    text-decoration: none;
}

.news-pdf-btn {
    margin: 30px auto 0;
}

.news-back-btn {
	transform: scale(-1,1);
    margin: 30px auto 0;
}

.news-back-btn p {
    transform: scale(-1,1);
}

/*===========================================================
お知らせ（カテゴリ）
===========================================================*/

.news-side {
    margin: 50px 0 0;
}

.category-box {
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.category-box:not(:first-child) {
    margin: 50px 0 0;
}

.category-box > section {
    margin: 20px 0 0;
}

.category-heading {
    font-size: 18px;
    font-weight: 500;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    line-height: 1.45em;
    color: var(--primary);
    padding: 0 0 5px 5px;
    border-bottom: solid 1px var(--primary);
	border-left: solid 3px var(--primary);
}

.category-list {
    margin: 15px 0 0;
	padding: 0 0 0 5px;
}

.category-list-item:not(:first-child) {
    margin: 10px 0 0;
}

.category-link {
    display: block;
    color: inherit;
	transition: all .3s;
    font-size: 14px;
}

.category-link:hover {
	color: var(--primary);
}

/*===========================================================
お知らせ（アーカイブ）
===========================================================*/

.archiveBlock {
    font-size: 14px;
}

.archiveBlock:nth-of-type(n + 2) {
    margin: 0.4em 0 0;
}

.archiveBox .webgene-item {
    display: none;
}

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    margin: 0.1em 0 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .3s;
    cursor: pointer;
    align-items: center;
}

.archiveYear:hover {
    color: var(--base-font-color);
    opacity: .7;
    transition: .3s;
}

.archiveYear .fa {
    margin: 0.1em 0 0;
    font-size: 1.2em;
    transition: .3s;
    transform-origin: center;
}

.archiveYear.active .fa {
    transform: rotate(90deg);
    transform-origin: center;
    transition: .3s;
}

.archiveYear > span {
    margin: 0 0 0 0.5em;
}

.archiveList {
    margin: 0.3em 0 0;
    padding: 0 0 0 1.2em;
    font-size: 1em;
}

.archiveList > li {
    padding: 0;
    list-style: none;
}

.archiveList > li > a {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--base-font-color);
    letter-spacing: 0.05em;
    display: block;
    transition: .3s;
}

.archiveList > li:nth-of-type(n + 2) {
    margin: 0.2em 0 0;
}

.archiveList > li > a:before {
    content: "-";
    padding: 0 0.5em 0 0;
    color: var(--base-font-color);
}

.archiveList > li > a:hover {
    color: var(--base-font-color);
    opacity: .7;
    transition: .3s;
}

/*===========================================================
ページャー
===========================================================*/

.gallery-main-contents .webgene-pagination {
	width: 100%;
	grid-column: 1/2;
}

.news-item .webgene-pagination {
	grid-column: 1/3;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 30px 5px 0;
	height: 30px;
	width:100%;
	max-width: 30px;
	/* font-family: var(--font-family02); */
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 16px;
}

.webgene-pagination > ul > li.selected > a{
	/* opacity: 0.5; */
	color: var(--base-font-color);
	background: var(--secondary);
	cursor: pointer;
}

.webgene-pagination > ul > li.selected:only-child > a {
	opacity: 1;
	color: var(--base-font-color);
	cursor: pointer;	
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 30px;
	width: 30px;
	/* background: var(--primary); */
	color: var(--base-font-color);
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 1px solid var(--primary); */
	/* border-radius: 30px; */
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: var(--base-font-color);
	background: var(--secondary);
	/* opacity: 0.5; */
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 30px;
	width: 30px;
	border: 0;
	font-size: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: var(--secondary);
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-bottom: solid 2px var(--secondary);
	border-left: solid 2px var(--secondary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 12px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px var(--base-font-color);
	border-left: solid 2px var(--base-font-color);
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 2px var(--secondary);
	border-right: solid 2px var(--secondary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px var(--base-font-color);
	border-right: solid 2px var(--base-font-color);
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {}

/* min-width: 375px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {}

/* min-width: 414px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {

    /*===========================================================
    br調整
    ===========================================================*/

    .sm-br-block br {
        display: block;
    }

    .sm-br-none br {
        display: none;
    }

    /*===========================================================
    改行
    ===========================================================*/

    .br-544-none br {
        display: none;
    }

    .br-544-block br {
        display: block;
    }


    /*===========================================================
    コース
    ===========================================================*/

    .course-row-title-box .in-title01 br {
        display: none;  
    }

    .course-price-row {
        flex-direction: row;
        align-items: flex-end !important;
    }

    .price-sub-text {
        margin: 0;
    }

    /*===========================================================
    ランチ
    ===========================================================*/

    .course-title-row {
        flex-direction: row;
    }

    .lunch-price-row {
        width: auto;
    }

}

/* min-width: 544px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    /*===========================================================
    共通
    ===========================================================*/

    .common-illust-box01 {
        width: 15.6%;
    }

    .common-illust-box02 {
        width: 19.2%;
    }

    .common-illust-box03 {
        width: 12.5%;
    }

    .common-illust-box04 {
        width: 20.6%;
    }

    .common-illust-box05 {
        width: 18.3%;
    }

    /*===========================================================
    br調整
    ===========================================================*/

    .md-br-block br {
        display: block;
    }

    .md-br-none br {
        display: none;
    }

    /*===========================================================
    スライダー
    ===========================================================*/

    .loop-wrapper {
        margin: 0 0 -140px;
    }

    .loopImgBx01 {
        width: 495px;
        padding-top: 298px;
    }

    /*===========================================================
    ヘッダー
    ===========================================================*/


    .header-logo {
        margin: 20px 10px 0 0;
        max-width: 160px;
    }

    /*===========================================================
    ハンバーガーメニュー
    ===========================================================*/

    .header-sp-nav-area {
        flex-direction: row;
        justify-content: space-between;
    }

    .spNavListBox01 {
        align-items: flex-start;
    }

    .sp-menu-link-area {
        margin: 50px 0 0;
    }

    .spMenu {
        margin: 0 0 0 auto;
        max-width: 100%;
        width: 100%;
        background: rgba(209, 205, 200, 0.7);
    }

    .spMenuConte {
        padding: 120px 15px 130px;
        max-width: 600px;
    }

    .open .spNavBtnBarItem:nth-of-type(1) {
        transform: translateY(11px) rotate(-40deg);
    }

    .open .spNavBtnBarItem:nth-of-type(2) {
        opacity: 0;
    }

    .open .spNavBtnBarItem:nth-of-type(3) {
        transform: translateY(-3px) rotate(40deg);
        bottom: 20%;
        width: 100%;
    }

    /*===========================================================
    フッター
    ===========================================================*/

    /*===========================================================
    店舗情報共通
    ===========================================================*/

    .common-shop-container {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
    }

    .common-shop-img-box {
        margin: 0;
        max-width: 600px;
        width: 40.6%;
    }

    .common-shop-address-container {
        margin: 0;
        max-width: 740px;
        width: 50%;
    }

    .common-shop-logo-box {
        max-width: 300px;
        width: 100%;
        margin: 0;
    }

    .common-shop-address-area {
        margin: 50px 0 0;
    }

    .common-shop-row {
        flex-direction: column;
    }

    .common-shop-text-flex-th {
        max-width: 110px;
    }

    /*===========================================================
    下層カバー
    ===========================================================*/

    .in-cover {
        height: 300px;
    }

    /*===========================================================
    inner
    ===========================================================*/

    .in-wrapper {
        padding: 80px 15px;
    }

    /*===========================================================
    タイトル・テキスト
    ===========================================================*/

    .in-title04 {
        font-size: clamp(18px, calc(1.125rem + ((1vw - 7.68px) * 0.8681)), 28px);
    }

    .in-title04 span {
        font-size: clamp(28px, calc(1.75rem + ((1vw - 7.68px) * 1.7361)), 48px);
    }

    /*===========================================================
    イントロ
    ===========================================================*/

    .intro-text-box, .intro-img-box {
        margin: 60px auto 0;
    }


    /*===========================================================
    コース
    ===========================================================*/

    .course-row-title-box .in-title01 br {
        display: block;  
    }

    /*===========================================================
    ペアリング・ご利用シーン
    ===========================================================*/

    .cate-btn {
        font-size: 20px;
    }

    /*===========================================================
    店舗情報
    ===========================================================*/

    .common-shop-th {
        max-width: 140px;
    }

    .shop01-container {
        gap: 30px;
    }

    .shop01-item {
        gap: 20px;
    }

    .table01 .th,
    .table01 .formTh,
    .table01 .td,
    .table01 .formTd {
        padding: 10px 24px;
    }

    .table01 .th {
        text-align: left;
    }

    /*===========================================================
    お知らせ（一覧）
    ===========================================================*/

    .news-area {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .news-main {
        width: 74%;
    }

    /*===========================================================
    お知らせ（詳細）
    ===========================================================*/

    /* .news-detail {
        padding: 30px;
    } */

    /*===========================================================
    お知らせ（カテゴリ）
    ===========================================================*/

    .news-side {
        width: 19%;
        margin: 0;
    }

    .category-link {
        font-size: 16px;
    }

    .archiveBlock {
        font-size: 16px;
    }

    /*===========================================================
    ページャー
    ===========================================================*/

    .gallery-main-contents .webgene-pagination {
        grid-column: 1/3;
    }
    
    .news-item .webgene-pagination {
        grid-column: 1/4;
    }

    .webgene-pagination > ul > li{
        margin: 40px 10px 0;
        height: 40px;
        max-width: 40px;
        font-size: 20px;
    }

    .webgene-pagination > ul > li > a{
        height: 40px;
        width: 40px;
    }

    .webgene-pagination>ul>.prev>a,
    .webgene-pagination>ul>.next>a {
        height: 40px;
        width: 40px;
    }

    .webgene-pagination>ul>.prev>a::before {
        width: 14px;
        height: 14px;
        left: 15px;
        top: 50%;
    }

    .webgene-pagination>ul>.next>a::before {
        width: 14px;
        height: 14px;
        right: 15px;
        top: 50%;
    }

}

/* min-width: 768px ここまで */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    /*===========================================================
    共通パーツ
    ===========================================================*/

    .text01 {
        font-size: clamp(14px, calc(0.875rem + ((1vw - 10.24px) * 0.4464)), 18px);
    }

    /*===========================================================
    br調整
    ===========================================================*/

    .lg-br-block br {
        display: block;
    }

    .lg-br-none br {
        display: none;
    }

    /*===========================================================
    ヘッダー
    ===========================================================*/

    .header.is-active {
        padding: 0 0 20px;
    }

    .header-logo {
        max-width: 180px;
        width: 100%;
    }

    .header-right {
        display: flex;
    }

    .header-ham-box01 {
        display: none;
    }

    .spMenuArea {
        display: none;
    }

    /*===========================================================
    フッター
    ===========================================================*/

    /*===========================================================
    店舗情報共通
    ===========================================================*/

    .common-shop-logo-box {
        max-width: 512px;
    }

    .common-shop-row {
        flex-direction: row;
    }

    .common-shop-link-area {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px 35px;
    }

    .common-shop-reserve-btn01 {
        max-width: 262px;
    }

    .top07-btn-area {
        justify-content: flex-start;
    }

    /*===========================================================
    下層カバー
    ===========================================================*/

    .in-cover {
        height: 400px;
    }

    /*===========================================================
    パンくず
    ===========================================================*/

    .bread-box {
        font-size: 14px;
    }

    /*===========================================================
    inner
    ===========================================================*/

    .in-wrapper {
        padding: 150px 15px;
    }

    .in-first-wrapper {
        padding: 120px 15px;
    }

    /*===========================================================
    改行
    ===========================================================*/

    .br-1024-none br {
        display: none;
    }

    .br-1024-block br {
        display: block;
    }

    /*===========================================================
    タイトル
    ===========================================================*/

    .in-title-decoration01 {
        border-left: solid 5px;
        padding: 10px 20px 20px;
    }

    /*===========================================================
    イントロ
    ===========================================================*/

    .intro-text-box, .intro-img-box {
        margin: 80px auto 0;
        text-align: center;
    }

    /*===========================================================
    ペアリング・ご利用シーン
    ===========================================================*/

    .cate-btn {
        font-size: 24px;
        padding: 35px 15px 20px;
    }

    .cate-btn:after {
        margin: 20px auto 0;
    }

    /*===========================================================
    店舗情報
    ===========================================================*/

    .shop01-item {
        gap: 20px 40px;
    }

    /*===========================================================
    コース
    ===========================================================*/

    .course-price{
        max-width: max-content;
    }

    /*===========================================================
    お知らせ（一覧）
    ===========================================================*/

    .news-link {
        padding: 28px 60px 27px 2%;
    }

    .news-item:first-child .news-link {
        padding: 0 60px 27px 2%;
    }

    .news-cate-flex {
        gap: 40px;
    }

    .news-cate {
        padding: 1px 20px 2px;
    }

    /*===========================================================
    お知らせ（詳細）
    ===========================================================*/

    /* .news-detail {
        padding: 40px;
    } */

    /* .news-detail-title {
        margin: 25px 0 0;
    } */


    .news-detail-img {
        margin: 40px 0 0;
    }
        
    .news-detail-content {
        margin: 40px 0 0;
    }

    .news-pdf-btn {
        margin: 40px auto 0;
    }
        
    .news-back-btn {
        margin: 40px auto 0;
    }

    /*===========================================================
    お知らせ（カテゴリ）
    ===========================================================*/

    .category-box > section {
        margin: 25px 0 0;
    }

    .category-heading {
        font-size: 20px;
        padding: 0 0 10px 10px;
    }

    .category-list {
        padding: 0 0 0 10px;
    }

    .category-list-item:not(:first-child) {
        margin: 10px 0 0;
    }

    .category-link {
        font-size: 18px;
    }

    .archiveBlock {
        font-size: 18px;
    }

    /*===========================================================
    ページャー
    ===========================================================*/

    .webgene-pagination {
        grid-column: 1/4;
    }

    .webgene-pagination > ul > li {
        margin: 80px 10px 0;
    }

}

/* min-width: 1024px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    /*===========================================================
    改行
    ===========================================================*/

    .br-1200-none br {
        display: none;
    }

    .br-1200-block br {
        display: block;
    }

    /*===========================================================
    こだわり
    ===========================================================*/

    .concept-row {
        margin: 150px auto 0!important;
    }

    .concept-row:first-child {
        margin: 0 auto!important;
    }

    /*===========================================================
    コース
    ===========================================================*/

    .course-row01 {
        margin: 150px auto 0!important;
    }

    .course-price-text {
        font-size: 26px !important;
    }

    .course-price {
        font-size: 24px !important;
    }

    /*===========================================================
    ランチ
    ===========================================================*/

    .lunch-row01 {
        margin: 150px auto 0!important;
    }

}

/* min-width: 1200px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {

    /*===========================================================
    コース
    ===========================================================*/

    .course-title01 {
        font-size: 26px !important;
    }

    .course-price-text {
        font-size: 28px !important;
    }

    .course-price {
        font-size: 26px !important;
    }

}

/* min-width: 1300px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1550px) {

    /*===========================================================
    ヘッダー
    ===========================================================*/

    .header.is-active {
        padding: 0;
    }

    .header-logo {
        max-width: 203px;
    }

    .header-right {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .header-right .sns-link01 {
        margin: 36px 0 0;
    }

    .header-reserve-frame {
        max-width: 396px;
        width: 100%;
        gap: 20px 10.2%;
    }

    .header-reserve-container {
        padding: 24px 15px 23px;
        max-width: 326px;
        width: 100%;
    }

    .header-reserve-area {
        margin: 0 auto;
        max-width: 226px;
        width: 100%;
        flex-direction: column;
    }

    .header-nav-area {
        margin: 38px 0 0;
        padding: 0;
        gap: 3.7%;
    }


}

/* min-width: 1600px ここまで */