@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #482903;
	--base-bg-color: #E6DCCC;

	/* ui color */
	--ui-border-color: #555;
	--ui-focus-color: #333;
	/* ui color */
	--ui-border-color: #555;
	--ui-focus-color: #333;

	/* site color */
	--primary: #C9B79C;
	--primary-hover: #f55;
	--secondary: #7E9286;
	--secondary-hover: #55f;
	--tertiary: #522F05;
	--tertiary-hover: #5f5;
	--quaternary: #A01547;
	--quaternary-hover: #f5f;
	--fifth: #A88B65;
	--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: #C9B79C;
    --bg-secondary: #7E9286;
    --bg-tertiary: #522F05;
    --bg-quaternary: #A01547;
    --bg-fifth: #FCF9F4;

    --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%);

	/* btn color */
	--btn-primary: var(--primary);
	--btn-primary-hover: var(--primary-hover);
	--btn-secondary: var(--secondary);
	--btn-secondary-hover: var(--secondary-hover);
	--btn-tertiary: var(--tertiary);
	--btn-tertiary-hover: var(--tertiary-hover);
	--btn-quaternary: var(--quaternary);
	--btn-quaternary-hover: var(--quaternary-hover);
	--btn-fifth: var(--fifth);
	--btn-fifth-hover: var(--fifth-hover);
	--btn-sixth: var(--sixth);
	--btn-sixth-hover: var(--sixth-hover);

	/* 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 B1", serif;
	--font-family02: "Cormorant Garamond", serif;
	--font-family03: "Noto Serif JP";

}

/* 管理画面 */

.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);
    font-size: 18px;
	font-weight: 400;
	font-family: var(--base-font-family);
    letter-spacing: 0.08em;
    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;
}

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

/* btn01 */


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

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

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

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

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

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

.box-shadow01 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common-title-box01 {
	padding: 0 0 20px;
	position: relative;
}

.common-title-box01::before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: var(--bg-secondary);
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}

.common-title-box02 {
	padding: 0 0 20px;
	position: relative;
}

.common-title-box02::before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: var(--bg-secondary);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*-----------------------------------------
アドレス
-----------------------------------------*/

.address-logo-box {
    max-width: 150px;
    width: 100%;
}

.address-area {
    margin: 30px 0 0;
}

.address-area {
    margin: 30px 0 0;
}

.address-row {
    padding: 18px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #DED6C9;
}

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

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

.address-td {
    width: 100%;
}

.address-point-text-box {
    margin: 20px 0 0;
    display: flex;
}

.address-btn-container {
    margin: 30px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.address-btn-area {
    margin: 20px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.address-btn-area .web-btn01 {
    max-width: 250px;
}

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

.btn01 {
    padding: 14px 15px;
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.1294)), 16px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 30px;
    background: var(--bg-fifth);
    position: relative;
    transition: all .3s;
}

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

.btn01::before {
    content: "";
	display: block;
	max-width: 16px;
	width: 100%;
	height: 10px;
	background: url(/system_panel/uploads/images/btn_arrow01.svg) center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto;
	transition: all .3s;
}

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

.web-btn01 {
    padding: 16px 15px;
    max-width: 270px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.1294)), 16px);
    font-weight: 700;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--white);
    border-radius: 28px;
    background: var(--tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

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

.web-btn01::before {
    content: "";
    display: block;
    margin: 0 12px 0 0;
    width: clamp(17px, 1.3vw, 19px);
    aspect-ratio: 19 / 17;
    background: url(/system_panel/uploads/images/calendar_white.svg) center / contain no-repeat;
    transition: all .3s;
}

.web-btn01:hover::before {
    background: url(/system_panel/uploads/images/calendar_blown.svg) center / contain no-repeat;
}

.beauty-btn01 {
    padding: 16px 15px;
    max-width: 270px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.1294)), 16px);
    font-weight: 700;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--white);
    border-radius: 28px;
    background: var(--quaternary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

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

.beauty-btn01::before { 
    content: "";
    display: block;
    margin: 0 12px 0 0;
    width: clamp(14px, 1.3vw, 16px);
    aspect-ratio: 16 / 18;
    background: url(/system_panel/uploads/images/beauty_white.svg) center / contain no-repeat;
    transition: all .3s;
}

.beauty-btn01:hover::before {
    background: url(/system_panel/uploads/images/beauty_pink.svg) center / contain no-repeat;
}

.tel-box01 {
    display: flex;
    align-items: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.7767)), 32px);
    letter-spacing: 0.05em;
}

.tel-box01::before {
    content: "";
    display: block;
    margin: 3px 17px 0 0;
    width: clamp(24px, 1.6vw, 29px);
    aspect-ratio: 29 / 29;
    background: url(/system_panel/uploads/images/tel_icon01.svg) center / contain no-repeat;
}

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

.sns-link01:hover {
    filter: brightness(1.1);
}

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

.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: 400;
    letter-spacing: 0.05em;
    line-height: 2.11111em;
}

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

.text03 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1294)), 15px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.33333em;
}

.title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 40px);
    font-weight: 500;
	font-family: var(--font-family01);
    letter-spacing: 0.08em;
    line-height: 1.6em;
}

.title02 {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 2.589)), 64px);
    font-weight: 500;
	font-family: var(--font-family02);
    letter-spacing: 0.08em;
    line-height: 1.125em;
}

.title03 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.6181)), 45px);
    font-weight: 500;
	font-family: var(--font-family02);
    letter-spacing: 0.08em;
    line-height: 1.177777em;
}

.title04 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.165)), 36px);
    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: 500;
    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.5178)), 24px);
    font-weight: 400;
	font-family: var(--font-family01);
    letter-spacing: 0.08em;
    line-height: 1.7em;
}

.font-weight-medium {
	font-weight: 500 !important;
}

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

.loopImgBx01 {
    width: 299px;
    padding-top: 299px;
    margin: 0 5px;
    position: relative;
}

.loop-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
}

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

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

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

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

.address-th {
    width: 21%;
}

.address-td {
    width: 79%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

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

.common-title-box01 {
	padding: 0 0 40px;
}

.common-title-box02 {
	padding: 0 0 40px;
}

/*-----------------------------------------
アドレス
-----------------------------------------*/

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

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

.loopImgBx01 {
    width: 299px;
    padding-top: 299px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

.title01 {
    font-size: clamp(26px, calc(1.625rem + ((1vw - 10.24px) * 1.5625)), 40px);
}

.common-title-box01 {
	padding: 0 0 60px;
}

.common-title-box02 {
	padding: 0 0 60px;
}

/*-----------------------------------------
アドレス
-----------------------------------------*/

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

.address-btn-container {
    margin: 40px 0 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */