@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #3E1300;
	--base-bg-color: #F3E9D7;

	/* site color */
	--primary: #A8150E;
	--secondary: #EB5C03;
	--tertiary: #C36A11;
	--quaternary: #EB5C19;
	--fifth: #745737;
	/* --fifth-hover: #ff5;
	--sixth: #F3E1C9;
	--sixth-hover: rgb(13, 15, 15);
	--seventh: #F3E1C9;
	--seventh-hover: #5ff; */

	--white: #FFFFFF;
    --black: #040707;

    --bg-primary: #F3E9D7;
    --bg-secondary: #A08C75;
    /* --bg-tertiary: #F3E1C9;
    --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: "Zen Old Mincho", serif, "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: "Yuji Syuku", serif;
	--font-family02: "Zen Old Mincho", 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;
    background-image: url(/system_panel/uploads/images/base_bg.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
    font-size: clamp(14px, 12.545px + 0.388vw, 20px);
	font-weight: 700;
	font-family: var(--base-font-family);
    letter-spacing: 0;
    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;
}

/* 電話番号定数のチラつき対策 */
p.tel,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.gjs-dashed p.tel,
.gjs-dashed a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 1;
}

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

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

.bg01::before {
	content: "";
	display: block;
	width: 100%;
	height: clamp(60px, 30.874px + 7.767vw, 180px);
	background: linear-gradient(to bottom, rgba(32, 16, 9, 1), rgba(62, 35, 25, 0));
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
    pointer-events: none;
}

.bg01::after {
	content: "";
	display: block;
	width: 100%;
	height: clamp(60px, 28.447px + 8.414vw, 190px);
	background: linear-gradient(to top, rgba(32, 16, 9, 1), rgba(62, 35, 25, 0));
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
    pointer-events: none;
}

.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;
    position: relative;
}

.bg02::before {
	content: "";
	display: block;
	width: 100%;
	height: clamp(100px, 32.524px + 17.994vw, 378px);
	background: linear-gradient(to bottom, rgba(32, 16, 9, 1), rgba(62, 35, 25, 0));
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
    pointer-events: none;
}

.bg02::after {
	content: "";
	display: block;
	width: 100%;
	height: clamp(60px, 30.874px + 7.767vw, 180px);
	background: linear-gradient(to top, rgba(32, 16, 9, 1), rgba(62, 35, 25, 0));
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
    pointer-events: none;
}

.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;
}

.common-illust-box01 {
    max-width: 654px;
    width: 40%;
    position: absolute;
    bottom: 6%;
    right: 0;
    margin: auto;
}

.common-illust-box02 {
    max-width: 419px;
    width: 40%;
    position: absolute;
    bottom: -40px;
    left: 0;
    margin: auto;
    z-index: -1;
}

.common-illust-box03 {
    max-width: 442px;
    width: 40%;
    position: absolute;
    bottom: -20%;
    right: 0;
    margin: auto;
    z-index: -1;
}

.in-illust-box01 {
    max-width: 463px;
    width: 40%;
    position: absolute !important;
    right: 5%;
    bottom: 5%;
    z-index: -1;
}

.in-illust-box02 {
    max-width: 419px;
    width: 40%;
    position: absolute !important;
    top: 12%;
    left: 0;
    margin: auto;
    z-index: -1;
}

.in-illust-box03 {
    max-width: 442px;
    width: 40%;
    position: absolute !important;
    bottom: 23%;
    right: 0;
    margin: auto;
    z-index: -1;
}

.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;
}

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

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

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

.btn01 {
    padding: 17px 20px 16px 32px;
    max-width: 259px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 900;
    letter-spacing: 0;
    color: var(--white);
    background: var(--primary);
    position: relative;
    gap: 10px;
    transition: all .3s;
}

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

.btn01::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/system_panel/uploads/images/btn_arrow01.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}

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

.tel-box01 {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 15.087px + 0.777vw, 30px);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--white);
}

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

.tel-box02 {
    max-width: 249px;
    width: 100%;
    padding: 3px 12px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 15.573px + 0.647vw, 28px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.31818em;
    color: var(--white);
    border: 1px solid var(--white);
}

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

.tel-box03 {
    max-width: 249px;
    width: 100%;
    padding: 3px 12px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 15.573px + 0.647vw, 28px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.31818em;
    color: var(--primary);
    border: 1px solid var(--primary);
}

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

.tel-box04 {
    display: flex;
    align-items: center;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 700;
    letter-spacing: 0;
}

.tel-box04::before {
    content: "";
    display: block;
    margin: 3px 6px 0 0;
    width: 21px;
    height: 21px;
    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(14px, 12.545px + 0.388vw, 20px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.75em;
}

.text02 {
    font-size: clamp(14px, 12.545px + 0.388vw, 20px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.95em;
}

.text03 {
    font-size: clamp(14px, 12.545px + 0.388vw, 20px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.1em;
}

.text04 {
    font-size: clamp(14px, 12.545px + 0.388vw, 20px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75em;
}

.text05 {
    font-size: clamp(14px, 13.030px + 0.259vw, 18px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8888em;
}

.title01 {
    font-size: clamp(23px, 16.689px + 1.683vw, 49px);
    font-weight: 700;
    letter-spacing: 0;
    /* line-height: 1.125em; */
    line-height: 1.2653em;
}

.title01 span {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 2.589)), 70px);
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.1310em;
    color: var(--quaternary);
    text-stroke: 8px var(--white);
    -webkit-text-stroke: 8px var(--white);
    paint-order: stroke;
}

/* .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;
} */

.sub-title01 {
    font-size: clamp(20px, 16.362px + 0.97vw, 35px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
}

.sub-title02 {
    font-size: clamp(18px, 15.089px + 0.776vw, 30px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
}

.point-title01 {
    font-size: clamp(70px, 51.796px + 4.854vw, 145px);
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.0310em;
    color: var(--quaternary);
    text-stroke: 8px var(--white);
    -webkit-text-stroke: 8px var(--white);
    paint-order: stroke;
}

.point-title-box01 {
    position: relative;
}

.point-title-box01::before {
    content: "";
    display: block;
    width: clamp(150px, 133.495px + 4.401vw, 218px);
    height: 82px;
    mix-blend-mode: soft-light;
    background: url(/system_panel/uploads/images/title_decoration01.png);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
    position: absolute;
    bottom: -20%;
    left: -10px;
    margin: auto;
    pointer-events: none;
}

.point-title-box02 {
    margin: -10px 0 0;
}

.point-title02 {
    font-size: clamp(70px, 51.796px + 4.854vw, 145px);
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.1310em;
    color: var(--primary);
    text-stroke: 8px var(--white);
    -webkit-text-stroke: 8px var(--white);
    paint-order: stroke;
}

.title-decoration02 {
    position: relative;
}

.title-decoration02::before {
    content: "";
    display: block;
    width: clamp(300px, 235.437px + 17.217vw, 566px);
    height: 91px;
    background: url(/system_panel/uploads/images/title_decoration02.png);
    mix-blend-mode: soft-light;
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: auto;
}

.title-decoration03 {
    position: relative;
}

.title-decoration03::before {
    content: "";
    display: block;
    width: clamp(300px, 254.369px + 12.168vw, 488px);
    height: 99px;
    background: url(/system_panel/uploads/images/title_decoration03.png);
    mix-blend-mode: soft-light;
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: auto;
}

.title-decoration04 {
    position: relative;
}

.title-decoration04::before {
    content: "";
    display: block;
    width: clamp(375px, 116.505px + 68.932vw, 1440px);
    height: 113px;
    background: url(/system_panel/uploads/images/title_decoration04.png);
    mix-blend-mode: soft-light;
    background-size: 100% 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 2%;
    right: 0;
    margin: auto;
}

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

.br-none br {
    display: none;
}

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

.loopImgBx01 {
    width: 300px;
    padding-top: 160px;
    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: 1830px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    transition: all .3s;
}

.header-logo {
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
}

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

.header-contact-area {
    max-width: 249px;
    width: 100%;
}

.header-nav-area {
    max-width: 908px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2%;
}

.header-nav-link {
    display: block;
    font-size: clamp(12px, 8.000px + 0.521vw, 18px);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--white);
    transition: all .3s;
    text-shadow: 0 2px 5px #000;
}

.header-nav-link:hover {
    color: var(--white);
    opacity: .7;
}

/*===========================================================
accordion
===========================================================*/

.header-nav-area {
	position: relative;
}

/* .header-nav-accordion {
    max-width: 86px;
    width: 16%;
    position: relative;
} */

.header-nav-accordion {
    max-width: max-content;
    width: 100%;
    position: relative;
}

.header-nav-accordion .accordionBtn {
    width: max-content;
	display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap
}

.header-nav-accordion .accordionBtn p {
    /* テキスト部分が縮まないように設定 */
    flex-shrink: 0;
    margin: 0;
}

.header-nav-accordion .accordionContent {
    margin: 10px 0 0;
    display: none;
    padding: 9px 8px 0;
    width: 144px;
    border: 1px solid #A08C75;
    position: absolute;
    background: #EDDDCC;
    top: 36px;
    left: 0;
    z-index: 1;
}

.header-nav-accordion .accordionIcon {
    /* margin: 0 0 0 3%; */
    position: relative;
    /* max-width: 9px; */
    width: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 11px;
}

.fixed-header-arrow {
    display: none;
}

.header.clone .top-header-arrow {
    display: none;
}

.header.clone .fixed-header-arrow {
    display: block;
}

.header-nav-accordion .accordionIconItem01 {
	/* max-width: 9px; */
    width: 11px;
    transition: transform .3s;
    transform-origin: center;
}

.header-nav-accordion .accordionIcon.active > .accordionIconItem01 {
    transform: scaleY(-1) translateY(-4px);
}

.header.clone .header-nav-accordion .accordionIcon.active > .accordionIconItem01 {
    transform: scaleY(-1) translateY(0);
}

.header-nav-link02 {
    padding: 6px 11px 10px;
	display: flex;
    align-items: center;
	font-size: clamp(12px, 7.333px + 0.608vw, 19px);
    font-weight: 700;
	color: #82331F;
	border-bottom: 1px solid #DEC6BF;
	transition: all .3s;
}

.header-nav-link02:first-child {
	margin: 0;
}

.header-nav-link02:hover {
	color: #82331F;
	opacity: 0.7;
}

/*--is-active--*/

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

/*--is-animation--*/

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

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

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

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

.header.clone .header-nav-link {
    color: var(--base-font-color);
    text-shadow: unset;
    transition: all .3s;
}

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

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

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

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

/* 管理画面　*/

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

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

.sp-nav-contact-area {
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.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: fixed;
    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::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: .2;
}

.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: 700;
	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(--base-font-color);
    opacity: 0.7;
}

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

.spNavList02 {
	margin: 10px 0 0;
    display: block;
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
	letter-spacing: 0;
    position: relative;
    transition: all .3s;
}

.spNavList02: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;
}

/*スマホ時のナビ*/

.sp-nav {
	width: calc(100% - 33.33333%);
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--white);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	display: flex;
	background: var(--bg-tertiary);
}

.sp-nav-block {
	flex: 1;
	display: flex;
}

.sp-nav-conte-l {
	width: 50%;
	border-right: 2px solid var(--white);
    background: #3C2114;
}

.sp-nav-link {
	padding: 6px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.sp-nav-link-icon {
	max-width: 23px;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-nav-btn-bar {
	max-width: 26px;
	height: 18px;
	width: 100%;
	position: relative;
}

.sp-nav-btn-text {
	margin: 5px auto 0;
	font-size: 10px;
	line-height: 1em;
	color: var(--white);
}

.sp-nav-link-text {
	margin: 6px auto 0;
	font-size: 11px;
	line-height: 1.4em;
	color: var(--white);
	font-weight: 500;
}

.sp-nav-btn {
	padding: 6px;
	width: 33.3333%;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #3C2114;
	z-index: 999999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--white);
}

.sp-nav-btn-bar-item {
	width: 100%;
	height: 3px;
	background: var(--white);
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.sp-nav-btn-bar-item:nth-of-type(1) {
	top: 0;
}

.sp-nav-btn-bar-item:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.sp-nav-btn-bar-item:nth-of-type(3) {
	top: 100%;
	transform: translateY(-100%);
}

.open .sp-nav-btn-bar-item {
	transition: ease .5s;
}

.open .sp-nav-btn-bar-item:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.open .sp-nav-btn-bar-item:nth-of-type(2) {
	opacity: 0;
}

.open .sp-nav-btn-bar-item:nth-of-type(3) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.sp-menu {
	margin: auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: #3C2114;
	z-index: 9999999;
	transition: ease .5s;
}

.sp-menu.open {
	right: 0;
}

.sp-menu-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 15px;
}

.sp-menu-conte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-menu-conte::-webkit-scrollbar {
	display:none;
}

.sp-menu-link {
	width: 100%;
	padding: 10px 0;
	display: block;
	color: var(--base-font-color);
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}

.sp-menu-link:hover {
	color: var(--base-font-color);
}

.sp-menu-link-en-text {
    font-size: 12px;
    color: var(--primary);
    margin: 3px 0 0;
}

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

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

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

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

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

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

.footer-nav-link01 {
    margin: 22px 0 0;
    display: block;
    font-size: clamp(14px, 10.003px + 0.52vw, 20px);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--white);
    transition: all .3s;
}

.footer-nav-link01:hover {
    color: var(--white);
    opacity: .7;
}

.footer-nav-link01-no-hover:hover {
    opacity: 1;
}

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

.footer-nav-link02 {
    display: block;
    font-size: clamp(13px, 9.667px + 0.434vw, 18px);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--white);
    transition: all .3s;
}

.footer-nav-link02:hover {
    color: var(--white);
    opacity: .7;
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, .4);
}

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

.common-address-logo-box {
    margin: 0 auto;
    max-width: 343px;
    width: 60%;
}

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

.common-address-row {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid var(--bg-secondary);
}

.common-address-row:first-child {
    padding: 0 0 20px;
}

.common-address-th {
    width: 100%;
}

.common-address-td {
    width: 100%;
}

.common-address-text-flex {
    display: flex;
    align-items: flex-start;
}

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


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

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

.title-decoration04::before {
    bottom: -30px;
    left: 9%;
}

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

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

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

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

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

.sm-text-center {
    text-align: center;
}

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

.common-address-row {
    align-items: center;
    flex-direction: row;
}

.common-address-th {
    padding: 0 10px 0 0;
    width: 35%;
}

.common-address-td {
    width: 65%;
}


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

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

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

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


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

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

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

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

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

.loopImgBx01 {
    margin: 0 12.5px;
    width: 490px;
    padding-top: 330px;
}

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


.header-logo {
    margin: 0;
}

.header-right {
    display: flex;
}


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

.spNav {
    display: none;
}

.spMenu {
    display: none;
}

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

.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-address-logo-box {
    margin: 0;
}

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

.common-address-td {
    width: 76%;
}


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

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



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

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

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

.point-title-box01::before {
    bottom: 0%;
}

.point-title-box02 {
    margin: 0;
}

.title-decoration04::before {
    content: "";
    display: block;
    width: clamp(375px, 116.505px + 68.932vw, 1440px);
    height: 113px;
    background: url(/system_panel/uploads/images/title_decoration04.png);
    mix-blend-mode: soft-light;
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: 9%;
    right: 0;
    margin: auto;
}

.title01 {
    font-size: clamp(31px, 10.429px + 2.009vw, 49px);
}

.point-title01 {
    font-size: clamp(90px, 27.143px + 6.138vw, 145px);
}

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

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

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

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

.header-container {
    padding: 36px 15px 0;
}

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

.header-nav-area {
    gap: 3.7%;
}

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

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

.common-address-th {
    width: 30%;
}

.common-address-td {
    width: 70%;
}

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

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

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


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

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

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

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

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

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

.point-title-box02 {
    margin: -20px 0 0;
}

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