@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #FFF;
	--base-bg-color: #171717;

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

	/* site color */
	--primary: #D9AD34;
	--primary-hover: #f55;
	--secondary: #BC911E;
	--secondary-hover: #55f;
	--tertiary: #140A2C;
	--tertiary-hover: #5f5;
	--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: #BC911E;
    --bg-secondary: #BC911E;
    --bg-tertiary: #F3E1C9;
    --bg-quaternary: #F3E1C9;
    --bg-fifth: #F3E1C9;

    --border-primary: #937400;

    --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: "Yuji Syuku", serif;
	--font-family02: "Cinzel", serif;
	--font-family03: "Zen Old Mincho", serif;

}

/* 管理画面 */

.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::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/bg01.jpg);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.bg02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/bg02.jpg);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 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(--primary) !important;
}

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

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

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

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

.br-none br {
    display: none;
}

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

.btn01 {
    position: relative;
    padding: 10px 15px 10px 38px;
    display: block;
    max-width: 276px;
    width: 100%;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 700;
    font-family: var(--font-family03);
    color: var(--white);
    border-left: 1px solid var(--white);
    text-decoration: none;
    /* 下線の「伸び量」を変数で管理 */
    --underline-extra: 0px;
}

/* 下線（after） */
.btn01::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /* 通常は要素幅ぴったり + 追加分（初期 0） */
    width: calc(100% + var(--underline-extra));
    height: 1px;
    background: var(--white);
    transition: width .3s;
}

/* 斜め線（before） */
.btn01::before {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: var(--white);
    position: absolute;
    bottom: -9px;
    /* 通常は右から 10px 内側に配置。
       下線を伸ばした分だけ右にズラしたいので calc を使う */
    right: calc(10px - var(--underline-extra));
    transform: rotate(-70deg);  /* 角度は固定 */
    z-index: 2;
    transition: right .3s;
}

/* hover時：変数だけ変える */
.btn01:hover {
    /* 好きな伸び量に調整 */
    --underline-extra: 20px;
}


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

.reserve-btn01 {
    padding: 18px 15px;
    max-width: 290px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.7767)), 28px);
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    color: var(--white);
    border: 2px solid var(--primary);
    background: var(--bg-primary);
    transition: all .3s;
}

.reserve-btn01:hover {
    color: var(--primary);
    border: 2px solid var(--primary);
    background: var(--white);
}

.reserve-btn01::before {
    content: "";
    display: block;
    margin: 0 14px 0 0;
    max-width: 34px;
    width: 100%;
    height: 29px;
    background: url(/system_panel/uploads/images/reserve_icon.svg) center / contain no-repeat;
    transition: all .3s;
}

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

.reserve-btn02 {
    padding: 15px 15px 12px;
    max-width: 290px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.7767)), 28px);
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    color: var(--white);
    border: 2px solid var(--primary);
    background: var(--bg-primary);
    transition: all .3s;
}

.reserve-btn02:hover {
    color: var(--primary);
    border: 2px solid var(--primary);
    background: var(--white);
}

.reserve-btn02::before {
    content: "";
    display: block;
    margin: 0 12px 0 0;
    max-width: 33px;
    width: 100%;
    height: 29px;
    background: url(/system_panel/uploads/images/reserve_icon.svg) center / contain no-repeat;
    transition: all .3s;
}

.reserve-btn02:hover::before {
    background: url(/system_panel/uploads/images/reserve_icon_hover.svg) center / contain no-repeat;
}

.tel-btn01 {
    max-width: 288px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 40px);
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0;
}

.tel-btn01::before {
    content: "";
    display: block;
    margin: 0 13px 0 0;
    max-width: 22px;
    width: 7.5%;
    height: 40px;
    background: url(/system_panel/uploads/images/tel_white.svg) center / contain no-repeat;
}

.back-btn {
    transform: scale(-1,1);
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 244px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    /* border-radius: 28px; */
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    padding: 14px 2% 14px 2%;
    margin: 40px auto 0 auto;
    cursor: pointer;
    transition: all .3s;
}

.back-btn:hover {
    background: #fff;
    color: var(--primary);
}

.back-btn > p {
    transform: scale(-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.1942)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.25;
}

.text01 span {
    font-weight: 700;
}

.text02 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.5178)), 22px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.25;
}

.text02 span {
    font-weight: 700;
}

.text03 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.25;
}

.text03 span {
    font-weight: 700;
}

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

.en-title01 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.3883)), 24px);
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0;
}

.title01 {
    font-size: clamp(19px, calc(1.1875rem + ((1vw - 3.75px) * 2.3948)), 56px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.48214;
}

.title01 span {
    font-size: clamp(26px, calc(1.625rem + ((1vw - 3.75px) * 2.2006)), 60px);
    font-weight: 400;
    font-family: var(--font-family01) !important;
    letter-spacing: 0.05em;
    line-height: 1.38333;
}

.title02 {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 2.7184)), 64px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.375;
}

.title02 span {
    font-size: clamp(26px, calc(1.625rem + ((1vw - 3.75px) * 2.7184)), 68px);
    font-weight: 400;
    font-family: var(--font-family01) !important;
    letter-spacing: 0.05em;
    line-height: 1.294117;
}

.title03 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.9061)), 32px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875;
}

.title03 span {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 0.9061)), 36px);
    font-weight: 400;
    font-family: var(--font-family01) !important;
    letter-spacing: 0.05em;
    line-height: 1.38333;
}

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

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

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

/*----*/



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

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

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

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

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

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

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

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

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

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

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

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

.text02 {
    font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.5208)), 22px);
}

.title02 {
    font-size: clamp(27px, calc(1.6875rem + ((1vw - 7.68px) * 3.2118)), 64px);
}

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

.reserve-btn02 {
    font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 1.0417)), 28px);
}

.tel-btn01 {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 7.68px) * 1.5625)), 40px);
}

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

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

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

.reserve-btn01 {
    padding: 28px 15px;
    max-width: 399px;
    width: 100%;
}

.reserve-btn01::before {
    margin: 0 14px 0 0;
    max-width: 44px;
    width: 100%;
    height: 39px;
}

.reserve-btn02 {
    max-width: 330px;
}

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

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

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