@charset "utf-8";

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

:root {
	/* color */
  	--base-body-bg: #fff;
  	--base-body-color: #4D4D4D;
	--white: #fff;
    --black:#33201B;
    --gray01: #F2F2F2;
    /* --gray02: #595858; */
    /*--gray03: #EAEAEA; */
	--primary: #B89C61;
  	--secondary: #EE618B;
	--tertiary: #8F7A58;
    --quaternary: #E49898;
    --fifth: #D1BD8A;
    /*--sixth: #EFDDE2; */
	/*--seventh: #FDEDDE; */

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

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--base-font-family);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4em;
	word-break: break-all;
	color: var(--base-body-color);
	position: relative;
	overflow-x: hidden;
  	background: #fff;
}

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

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover, label > a:hover {
	color: inherit;
}

a, button {
	transition: .3s;
}

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

.br-none br {
	display: none;
}

.hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
	color: inherit;
}

.padding-x {
	padding: 0 15px;
}

.tel-flex {
	display: flex;
	align-items: center;
}

.navi-link01 {
	display: block;
	position: relative;
	color: var(--base-font-color);
	font-weight: 600;
}

.navi-link01:hover {
	text-decoration: underline;
	color: var(--base-font-color);
}

.navi-link02 {
    display: block;
    margin: 10px 0 0;
    padding: 0 0 0 22px;
    position: relative;
}

.navi-link02:before {
    content:"";
    position: absolute;
    width: 12px;
    height: 1px;
    bottom: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--base-body-color);
}

.navi-link02:hover {
	text-decoration: underline;
}

.hover-none:hover {
	color: var(--base-body-color) !important;
	text-decoration: none !important;
}

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

.hover-brightness01:hover  {
    filter: brightness(0.7);
}

.hover-invert01:hover {
    filter: invert(0.6);
}

.cursol-pointer {
	cursor: pointer;
}

.opacity15 {
	opacity: .15;
}

.opacity20 {
	opacity: .2;
}

.opacity50 {
	opacity: .5;
}

.d-tb-block {
    display: none !important;
}

.d-pc-block {
    display: none !important;
}


/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

/*p,h1,h2,h3 {
	letter-spacing: 0.05em;
}*/

.title20 {
	font-family: var(--font-family01);
	font-size: clamp(16px, 15.029px + 0.259vw, 20px);
	font-weight: 500;
	line-height: 1.6em;
}

.title25 {
	font-family: var(--font-family01);
	font-size: clamp(18px, 16.301px + 0.453vw, 25px);
	font-weight: 500;
	line-height: 1.6em;
}

.title30 {
	font-family: var(--font-family01);
	font-size: clamp(20px, 17.573px + 0.647vw, 30px);
	font-weight: 500;
	line-height: 1.6em;
}

.title35 {
	font-family: var(--font-family01);
	font-size: clamp(20px, 16.359px + 0.971vw, 35px);
	font-weight: 500;
	line-height: 1.6em;
}

.title40 {
	font-family: var(--font-family01);
	font-size: clamp(30px, 27.573px + 0.647vw, 40px);
	font-weight: 500;
	line-height: 1.6em;
}

.title42 {
	font-family: var(--font-family02);
	font-size: clamp(27px, 23.359px + 0.971vw, 42px);
	font-weight: 500;
	line-height: 1.6em;
}

.title45 {
	font-family: var(--font-family02);
	font-size: clamp(30px, 26.359px + 0.971vw, 45px);
	font-weight: 500;
	line-height: 1.6em;
}

.title55 {
	font-family: var(--font-family02);
	font-size: clamp(40px, 36.359px + 0.971vw, 55px);
	font-weight: 500;
	line-height: 1.6em;
}

.title72 {
	font-family: var(--font-family02);
	font-size: clamp(30px, 19.806px + 2.718vw, 72px);
	font-weight: 500;
	line-height: 1.6em;
}

.en-title20 {
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title22 {
    font-size: clamp(16px, 14.544px + 0.388vw, 22px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title40 {
    font-size: clamp(25px, 21.359px + 0.971vw, 40px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title50 {
    font-size: clamp(30px, 25.146px + 1.294vw, 50px);
    font-weight: 300;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title60 {
    font-size: clamp(35px, 28.932px + 1.618vw, 60px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title70 {
    font-size: clamp(30px, 20.291px + 2.589vw, 70px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title80 {
    font-size: clamp(40px, 30.291px + 2.589vw, 80px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title100 {
    font-size: clamp(50px, 37.864px + 3.236vw, 100px);
    font-weight: 400;
    font-family: var(--font-family02);
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
}

.en-title110 {
    font-size: clamp(50px, 35.437px + 3.883vw, 110px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.en-title130 {
    font-size: clamp(50px, 30.583px + 5.178vw, 130px);
    font-weight: 400;
	font-family: var(--font-family02);
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.com-title-box h2 {
    margin: -20px 0 0;
}

.deco-title-block .title30 {
    margin: 5px 0 0;
}

.banner-link-sub-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.num-title01 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 5.8252)), 130px);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.num-title02 {
	font-family: var(--font-family03);
    font-size: clamp(30px, 25.146px + 1.294vw, 50px);
    font-weight: 300;
	line-height: 1;
}


/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.in-text01 {
	font-family: var(--font-family01);
	font-size: clamp(15px, 13.786px + 0.324vw, 20px);
	letter-spacing: 0.05em;
	line-height: 1.94em;
}

.text-box:nth-child(n+2) {
	margin: 30px 0 0;
}

.text18 {
	font-size: clamp(15px, 14.272px + 0.194vw, 18px);
}

.text-line-height-18 {
	line-height: 1.8 !important;
}

.text-line-height-19 {
	line-height: 1.9 !important;
}

.text-line-height-20 {
	line-height: 2 !important;
}

.text-line-height-22 {
	line-height: 2.25 !important;
}

.text-line-height-25 {
	line-height: 2.5 !important;
}

.text-dot {
    display: inline-block;
    position: relative;
}

.text-dot strong {
	font-weight: 500;
    padding-top: 0.45em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.05em 1em;
    background-image: radial-gradient(#B89C61 10%, transparent 13%);
}

.text-dot em {
	font-style: normal;
    padding-top: 0.45em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.05em 1em;
    background-image: radial-gradient(#E49898 10%, transparent 13%);
}


.strong40.text-dot em {
	font-style: normal;
	padding-top: 0.8em;
	background-size: 1.3em 1em;
}


/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.insta-link {
	width: 100%;
	max-width: 30px;
}

.sns-link {
	display: block;
}


.btn01 {
    max-width: 230px;
    width: 100%;
	height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px 5px 20px;
    transition: all .3s;
}

.btn01:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: 22px;
    max-width: 5px;
    width: 100%;
    height: 9px;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .3s;
}

.btn01 p {
	position: relative;
	z-index: 2;
}

.btn01-primary {
	color: var(--white);
	background: linear-gradient(130deg,rgba(209, 189, 138, 1) 0%, rgba(184, 156, 97, 1) 100%);
}

.btn01-primary:hover {
	color: var(--white);
    transition: all .3s;
}

.btn01-primary:before {
	content: "";
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1;
	left:0;
	background: linear-gradient(130deg,rgba(184, 156, 97, 1) 0%, rgba(209, 189, 138, 1) 100%);
	opacity: 0;
	transition: all .3s;
}

.btn01-primary:hover:before {
	opacity: 1;
	transition: all .3s;
}

.btn01-primary:after {
	background: url(/system_panel/uploads/images/arrow-white.svg)no-repeat center center / contain;
}

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

.btn01-white:hover {
	color: var(--primary);
	background: rgba(255,255,255,.75);
	transition: all .3s;
}

.btn01-white:after {
	background: url(/system_panel/uploads/images/arrow-gold.svg)no-repeat center center / contain;
}

.btn02 {
	max-width: 230px;
	width: 100%;
	min-height: 40px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family01);
	font-size: clamp(14px, 13.515px + 0.129vw, 16px);
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative;
	border-radius: 100vmax;
	transition: all .3s;
}

.btn02 p {
	padding: 0 20px 0 0;
}

.btn02-primary {
	color: var(--white);
	background: var(--primary);

}

.btn02-primary:hover {
	color: var(--white);
	background: var(--base-body-color);
}

.btn02:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 1;
}

.bnt02-map:after {
	width: 18px;
	height: 18px;
	background: url(/system_panel/uploads/images/link_icon_white.svg)no-repeat center center / contain;
}

.web-rsv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
    position: relative;
    max-width: 230px;
	width: 100%;
    height: 50px;
    padding: 2% 10px;
    transition: all .3s;
}

.web-rsv-btn p {
	position: relative;
	z-index: 2;
}

.web-rsv-btn img {
	position: relative;
	width: 16px;
	z-index: 2;
}

.web-rsv-white-primary {
	color: var(--primary);
	background: var(--white);
	border: 1px solid var(--white);
}

.web-rsv-white-primary:hover {
	color: var(--primary);
    transition: all .3s;
}

.web-rsv-white-secondary {
	color: var(--secondary);
	background: var(--white);
	border: 1px solid var(--white);
}

.web-rsv-white-secondary:hover {
	color: var(--secondary);
    transition: all .3s;
}

.web-rsv-white-primary:hover, .web-rsv-white-secondary:hover {
	background: rgba(255,255,255,.75);
}

.web-rsv-secondary {
	color: var(--white);
	background: linear-gradient(130deg,rgba(228, 152, 152, 1) 0%, rgba(238, 97, 139, 1) 100%);
}

.web-rsv-secondary:hover {
	color: var(--white);
    transition: all .3s;
}

.web-rsv-secondary:before {
	content: "";
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1;
	left:0;
	background: linear-gradient(130deg,rgba(238, 97, 139, 1) 0%, rgba(228, 152, 152, 1) 100%);
	opacity: 0;
	transition: all .3s;
}

.web-rsv-secondary:hover:before {
	opacity: 1;
	transition: all .3s;
}

.tel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	gap: 6px;
    max-width: 230px;
	width: 100%;
    height: 50px;
    padding: 2% 10px;
	font-family: var(--font-family03);
	font-size: clamp(16px, 15.029px + 0.259vw, 20px);
	font-weight: 600;
    transition: all .3s;
}

.web-rsv-btn img {
	width: 18px;
}

.tel-btn-primary {
	color: var(--white);
	background: linear-gradient(130deg, rgba(209, 189, 138, 1) 0%, rgba(184, 156, 97, 1) 100%);
}

.tel-btn-secondary {
	color: var(--white);
	background: rgba(255,255,255,.3);
	border:1px solid var(--white)
}

.tel-btn-tertiary {
	color: var(--primary);
	background: var(--white);
	border:1px solid var(--primary)
}

.contact-link:hover {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.anchor-contents03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.anchor-contents02 {
    display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: column;
    gap: 15px;
}

.anchor-btn {
    position: relative;
    max-width: 315px;
    width: 100%;
    padding: 18px 10px 18px 25px;
    border-radius: 100vmax;
    margin: 0 auto;
    transition: all .3s;
}

.anchor-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 15px;
	height: 13px;
    transform: translateY(-50%);
    z-index: 1;
}

.anchor-btn:hover {
	color: inherit;
	filter: brightness(1.12);
    box-shadow: 0 0 2px;
	transition: all .3s;
}

.anchor-btn-black {
    color: var(--base-body-color);
    border: 1px solid var(--tertiary);
}

.anchor-btn-black:hover {
    color: var(--base-body-color);
}

.anchor-btn-black:after {
    background: url(/system_panel/uploads/images/arrow-bottom-black.svg) no-repeat center / contain;
}

.anchor-btn-pink {
    color: #F0A4A6;
    border: 1px solid #F0A4A6;
}

.anchor-btn-pink:hover {
    color: #F0A4A6;
}

.anchor-btn-pink:after {
    background: url(/system_panel/uploads/images/arrow-right-pink.svg) no-repeat center / contain;
}

.anchor-btn-blue {
    color: #378CB7;
    border: 1px solid #378CB7;
}

.anchor-btn-blue:hover {
    color: #378CB7;
}

.anchor-btn-blue:after {
    background: url(/system_panel/uploads/images/n-arrow-right-blue.svg) no-repeat center / contain;
}

.anchor-btn-navy {
    color: #4A5F7C;
    border: 1px solid #4A5F7C;
}

.anchor-btn-navy:hover {
    color: #4A5F7C;
}

.anchor-btn-navy:after {
    background: url(/system_panel/uploads/images/n-arrow-right-navy.svg) no-repeat center / contain;
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 50px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

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

/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

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

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

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

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

.en-title.primary {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
    text-stroke: 1px var(--primary);
}

.en-title.secondary {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondary);
    text-stroke: 1px var(--secondary);
}

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

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

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

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

.gray02 {
	color: var(--gray02);
} */

/*..gray03 {
	color: var(--gray03);
}*/

.base-body-color {
	color: var(--base-body-color);
}

.bg-img01 {
	background: url(/system_panel/uploads/images/cmn_bg03.jpg)no-repeat center center / cover;
}


/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

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

.bg-base-body-color {
	background: var(--base-body-color);
}

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

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

.bg-gray01 {
	background: var(--gray01);
}

.bg-gray02 {
	background: var(--gray02);
}

.bg-gray03 {
	background: var(--gray03);
}

.bg-primary-gradation01 {
	background: linear-gradient(130deg,rgba(209, 189, 138, 1) 0%, rgba(184, 156, 97, 1) 100%);
}

.bg-secondary-gradation01 {
	background: linear-gradient(130deg,rgba(228, 152, 152, 1) 0%, rgba(238, 97, 139, 1) 100%);
}


/*-----------------------------------------------------------
マスク
-----------------------------------------------------------*/

.mask01,.mask02,.mask03,.mask04,.in-link-mask01 {
  	position: relative;
}

.mask01:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
	background: rgba(26,26,26,.5);
  	z-index: 1;
  	transition: all .3s;
}

.mask02:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
	background: rgba(35,0,7,.54);
  	z-index: 1;
  	transition: all .3s;
}

.in-link-mask01:before {
	content:"";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
	background: rgba(0,0,0,.65);
  	z-index: 1;
  	transition: all .3s;
}

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

.img-control {
	height: 0;
	position: relative;
	/* padding: 0 0 75%; */
}

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

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

/*-----------------------------------------------------------
影
-----------------------------------------------------------*/

.drop-shadow01 {
	filter: drop-shadow(6px 6px 10px rgba(0,0,0,12%));
}

/*-----------------------------------------------------------
装飾
-----------------------------------------------------------*/

.com-top-left-deco01 {
	max-width: 116px;
	width: 20%;
	height: 18%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/system_panel/uploads/images/top-news-deco.png)no-repeat left center / contain;
	z-index: -1;
}

.com-bottom-right-deco01 {
	max-width: 84px;
	width: 15%;
	height: 12%;
	position: absolute;
	bottom: 5%;
	right: 0;
	background: url(/system_panel/uploads/images/top-info-deco03.png)no-repeat left center / contain;
	z-index: 1;
}

.com-top-right-deco01 {
    max-width: 116px;
    width: 55px;
    height: 81px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/system_panel/uploads/images/right-flower-deco02.png) no-repeat left center / contain;
    z-index: 1;
}

.deco-title-box01 {
    display: inline-block;
    position: relative;
    padding: 0 46px;
    text-align: center;
}

.deco-title-box01:before, .deco-title-box01:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 18.5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.deco-title-box01:before {
	left: 0;
	background: url(/system_panel/uploads/images/title-deco-left-gold.svg)no-repeat center center / contain;
}

.deco-title-box01:after {
	right: 0;
	background: url(/system_panel/uploads/images/title-deco-right-gold.svg)no-repeat center center / contain;
}


.deco-title-box02 {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    text-align: center;
}

.deco-title-box02:before, .deco-title-box02:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.deco-title-box02:before {
	left: 0;
	background: url(/system_panel/uploads/images/fukidashi-left.svg)no-repeat center center / contain;
}

.deco-title-box02:after {
	right: 0;
	background: url(/system_panel/uploads/images/fukidashi-right.svg)no-repeat center center / contain;
}


/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.swiper + .swiper {
	margin: 10px auto 0;
}

.thumbnail-slider-item {
	cursor: pointer;
	transition: .3s;
}

.thumbnail-slider-item:hover {
	filter: brightness(0.5);
}

.swiper-slide-thumb-active {
	filter: brightness(0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFF;
	text-shadow: 0 0 3px #000;
	transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    filter: grayscale(1);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover-wrapper {
	max-width: 1920px;
	width: 100%;
	padding: 0 15px;
}

.in-cover {
	max-width: 1800px;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.in-cover:before {
    content: "";
    display: block;
    max-width: 1800px;
    width: 100%;
    height: 100%;
    background: rgba(35, 22, 19, .6);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.in-cover-box {
	max-width: 1350px;
	width: 100%;
	color: var(--white);
	text-shadow: 0px 0px 10px rgba(225, 171, 26, 1);
	line-height: 1.85em;
	padding: 0 15px;
	margin: 0;
	position: relative;
	text-align: center;
	z-index: 9;
}

.in-cover-title {
    font-size: clamp(18px, 15.087px + 0.777vw, 30px);
    font-weight: 400;
    font-family: var(--font-family02);
    line-height: 1.4em;
    letter-spacing: 0.03em;
    position: relative;
    margin: 5px 0 0;
}

.in-cover-title.font-family03 {
	font-family: var(--font-family03);
}

.in-cover-en-title {
    font-size: clamp(30px, 23.932px + 1.618vw, 55px);
    font-weight: 300;
    font-family: var(--font-family03);
    letter-spacing: 0.03em;
    line-height: 1.2em;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.45em;
	color: inherit;
	margin: 40px auto 0;
	max-width: 1350px;
	width: 100%;
	position: relative;
	font-family: var(--font-family01);
	z-index: 5;
}

.breadcrumbs-inner {
	max-width: 1350px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
	font-size: 13px;
}

.breadcrumbs-link {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbs-arrow {
	margin: 0 10px;
}

.breadcrumbs-link:hover {
	text-decoration: none;
	color: inherit;
}


/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper01 {
	padding: 100px 0;
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.wrapper02 {
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}

.contents112 {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

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

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

.contents152 {
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.contents162 {
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.contents180 {
	max-width: 1800px;
	width: 100%;
	margin: 0 auto;
  	position: relative;
  	z-index: 5;
}

.inner {
	max-width: 1350px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
  	z-index: 8;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
	width: 100%;
	/* letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.8em; */
	/*background: var(--white);
	color: var(--dark);*/
	border: solid 1px var(--base-body-bg);
}

.base-table-tr {
    border-bottom: 1px solid var(--base-body-bg);
}

.base-table-tr:last-child{
    border-bottom: 0px;
}

.base-table-th {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: 400;
	color: var(--white);
	background: var(--base-body-color);
	padding: 20px 15px;
	border-left: 1px solid var(--base-body-bg);
}

.base-table-td {
    background: #fff;
    padding: 20px 15px;
	font-weight: 400;
}

/* .base-table-th + .base-table-th {
	border-left: solid 1px #cdb8a5;
}

.base-table-td + .base-table-td {
	border-left: solid 1px #cdb8a5;
} */

/*-----------------------------------------------------------
バナーリンク
-----------------------------------------------------------*/

.banner-contents {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 40px;
}

.banner-link {
    max-width: 960px;
    width: 100%;
    display: block;
    /* padding: 60px 15px 55px; */
    /* box-shadow: 0 3px 8px rgb(0 0 0 / 25%); */
    position: relative;
    /* overflow: hidden; */
    /* margin: 40px auto 0; */
    transition: all .3s;
}

.banner-contents .banner-link:after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(/system_panel/uploads/images/cmn_link_decoration.png)no-repeat center center / contain;
	width: 90%;
	height: 62px;
	z-index: 1;
}

.banner-link:before {
	transition: all .3s;
}

.banner-link:hover .mask01:before  {
	opacity: .5;
	transition: all .3s;
}

.banner-link:hover .in-link-mask01:before  {
	opacity: .5;
	transition: all .3s;
}

.banner-link-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 481px;
    width: 95.82%;
    height: 100%;
    z-index: 5;
    transition: all .3s;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 395px !important;
}

.in-banner-link .link-img-box {
	min-height: 231px !important;
}

.link-img-box img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    transition: all .5s;
}

.banner-text-box {
	margin: 25px auto 0;
	width: 85%;
	line-height: 1.77;
	letter-spacing: 0.03em;
}

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

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
  	max-width: 1920px;
  	width: 100%;
  	margin: auto;
  	position: relative;
  	/* transform: translateY(0); */
  	top: 0;
  	left: 0;
  	right: 0;
  	transition: .3s all;
  	z-index: 9999;
  	transition: all .3s;
}

.header-frame {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	position: relative;
  	max-width: 1890px;
  	width: 100%;
  	margin: 0 auto;
  	padding: 12px 15px;
  	gap: 20px;
  	transition: .3s all;
}

.header-logo-link {
    display: block;
    max-width: 207px;
    width: 50%;
    margin: 0;
    aspect-ratio: 220 / 70;
    transition: all .3s;
    font-size: 11px;
}

.header-logo-img {
    display: block;
    transition: all .3s;
}

.header-fixed-logo-img {
    display: none;
    transition: all .3s;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
    max-width: 1460px;
    margin: 0;
    padding: 0;
    gap: 15px;
    position: relative;
    margin: 0 0 0 auto;
}

.header .web-rsv-btn {
	display: none;
	font-size: 16px;
}

.header .sns-icon {
	display: none;
}

.fixed-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    transition: all .3s;
}

.is-hidden {
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}

.fixed-btn-row {
    gap: 15px;
}

.fixed-btn-img {
	aspect-ratio: 466 / 296;
}

.instagram-title {
    font-size: 14px;
    color: #DE88A3;
}

.instagram-text {
    color: var(--base-body-color);
    line-height: 1.2;
}

/*ドロップダウン*/
.nav-single {
    position: relative;
    cursor: pointer;
}

.nav-single-link {
    padding-right: 13px;
    position: relative;
}

.nav-single-link:before, .nav-single-link:after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: var(--base-body-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.nav-single-link:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav-single:hover .nav-single-link:after {
    transform: translateY(-50%) rotate(0deg);
}

.nav-second {
	width: 200px;
	padding: 15px 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	/* transform: translateX(-50%); */
	transition: .3s;
}

.nav-second-in {
	position: relative;
	padding: 15px;
	background: rgba(238,235,229,.85);
}

.nav-second-in .header-navi-link {
	color: var(--base-body-color);
}

.nav-second-in .header-navi-link:hover {
	color: var(--base-body-color);
	text-decoration: underline;
}

.nav-second-in .navi-link02:before {
	background: var(--base-body-color);
}

.nav-second-in .header-navi-link:nth-child(n+2) {
	color: var(--base-body-color);
	margin: 15px 0 0 0;
}

.nav-second-link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: var(--white);
    padding: 0 0 0 20px;
    position: relative;
}

.nav-second-link:not(:first-child) {
    margin: 7px 0 0;
}

.nav-second-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 25px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: var(--white);
    transition: .3s;
}

.nav-second-link:hover {
    color: var(--white);
}

.nav-single:hover .nav-second {
    opacity: 1;
    visibility: visible;
}


/*ハンバーガー*/

.hamburger-btn {
    display: block;
    max-width: 30px;
    height: 16px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    position: relative;
    z-index: 999;
}

.hamburger-btn-inner {
    max-width: 30px;
    height: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    /*top: 33px;
    right: 30px;*/
}

.hamburger-btn:hover {
    opacity: 0.65;
}

.hamburger-btn-bar {
    max-width: 30px;
    width: 100%;
    height: 16px;
    position: relative;
}

.hamburger-btn-bar > div {
    width: 100%;
    height: 1px;
    background: var(--base-body-color);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.hamburger-btn-bar > div:nth-child(1) {
    top: 0;
}

.hamburger-btn-bar > div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
} 

.hamburger-btn-bar > div:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .hamburger-btn-bar > div:nth-child(1) {
	top: 50%;
	transform: rotate(145deg) translateY(-50%);
	background: var(--base-body-color)
}

.open .hamburger-btn-bar > div:nth-child(2) {
	opacity: 0;
} 

.open .hamburger-btn-bar > div:nth-child(3) {
	top: 50%;
	transform: rotate(-145deg) translateY(-50%);
	background: var(--base-body-color)
}

.hamburger-btn-text {
	font-family: var(--font-family01);
	font-size: 14px;
	line-height: 1;
	margin: 3px 0 0;
	color: #404040;
}

.nav-area {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background: var(--base-body-bg);
    transition: ease .2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
}

.nav-area.open {
	opacity: 1;
	visibility: visible;
}

.nav-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999999999;
}
.nav-content-inner {
    padding: 80px 15px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0 0 auto;
}

.nav-area .hamburger-btn {
	position: absolute;
	top: 30px;
	right: 15px;
	bottom: auto;
	margin: 0;
}

.nav-list {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.nav-link,.nav-link02 {
	color: var(--tertiary);
	letter-spacing: 0.05em;
	padding: 12px 0 12px 25px;
	font-size: 15px;
	text-align: left;
	position: relative;
}

.nav-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(/system_panel/uploads/images/navi-deco-gold.svg)no-repeat center center / contain;
	z-index: 1;
}

.nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(/system_panel/uploads/images/dot-line-primary.svg) no-repeat center left / auto;
    z-index: 1;
}


.nav-link02 {
	display: block;
    margin: 5px 0 0 10px;
    padding: 5px0 0 20px;
    position: relative;
	color: var(--tertiary);
	letter-spacing: 0.05em;
}

.nav-link02:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 10px;
    width: 10%;
    height: 1px;
    background: var(--base-body-color);
    z-index: 1;
}

.nav-link:hover, .nav-link02:hover {
	color: var(--tertiary);
	opacity: .75;
}

.ham-navi-link02 {
    padding: 3px 0 3px 22px;
}

/*.nav-hamburger-btn {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 24px;
    margin: auto;
}*/

/*スマホ時のナビ*/

.sp-nav {
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	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: linear-gradient(130deg, rgba(209, 189, 138, 1) 0%, rgba(184, 156, 97, 1) 100%); */
}

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

.sp-nav-conte-l {
	width: 60%;
	background: linear-gradient(60deg,rgba(248, 217, 173, 1) 0%, rgba(255, 109, 171, 1) 100%);
	/* border-right: 2px solid var(--white); */
}

.sp-nav-conte-l:nth-child(2n) {
	background: #F1EBDC;
	width: 40%;
	font-family: var(--font-family01);
	font-size: 11px;
}

.sp-nav-conte-l {}

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

.sp-nav-img-box {
    width: 100%;
	max-width: 170px;
    margin: 0 auto;
}

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

.sp-nav-link-icon img {
	width: 95%;
}

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

.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.333%;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	background: var(--secondary);
	z-index: 999999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--primary);
}

.sp-nav-btn-bar-item {
	width: 100%;
	height: 3px;
	background: var(--primary);
	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: var(--secondary-light);
	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: var(--white);
}

.sp-header-title-box {
    display: inline-block;
    position: absolute;
    top: -7px;
    padding: 0 15px;
    text-align: center;
    border-radius: 100vmax;
    color: var(--primary);
    background: #EE618B;
    font-size: 11px;
    font-family: var(--font-family01);

    z-index: 1;
}

.sp-nav-conte-l:nth-child(2n) .sp-header-title-box {
    border: 1px solid #F1EBDC;
}

.sp-header-title-box:before, .sp-header-title-box:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/system_panel/uploads/images/navi-deco-gold.svg)no-repeat center center / contain;
	z-index: 1;
}

.sp-nav-conte-l:first-child .sp-header-title-box:before, .sp-nav-conte-l:first-child .sp-header-title-box:after {
	background: url(/system_panel/uploads/images/navi-deco-white.svg)no-repeat center center / contain;
}

.sp-header-title-box:before {
	left: 5px;
}

.sp-header-title-box:after {
	right: 5px;
}

.sp-header-row {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: var(--font-family01);
    font-size: 12px;
    /* font-weight: 500; */
    margin: 5px 0 0;
}

.sp-header-text01 {
    line-height: 1;
    font-weight: 500;
}

.sp-header-text02 {
    font-size: 41px;
    font-weight: 600;
}

.sp-header-text02 span {
    font-size: 11px;
}

.sp-header-row02 {
    display: flex;
    align-items: center;
    margin: auto 0 0;
    gap: 8px;
}

.discount-img {
	max-width: 63px;
	width: 100%;
}

.sp-arrow {
    max-width: 10px;
    width: 20%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sp-header-instagram {
    max-width: 30px;
    width: 100%;
    margin: 9px auto 0;
}

/*-----------------------------------------------------------
is-scroll
-----------------------------------------------------------*/

.header.clone {
    position: fixed;
    top: -150px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.header.clone.is-scroll {
    top: 0;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
    background: #FAF9F7;
}

.is-scroll.header {
    background: #FAF9F7;
    /* position: fixed; */
    /* transition: all .3s; */
    /* transform: translateY(0); */
}

.is-scroll .header-logo-link {
    position: static;
    max-width: 180px;
    width: 60%;
    aspect-ratio: 246 / 78;
    font-size: 11px;
    transition: all .3s;
}

.is-scroll .header-fixed-logo-img {
    display: block;
    aspect-ratio: 240/33;
    transition: all .3s;
}

.is-scroll .header-logo-img {
    display: none;
    transition: all .3s;
}

.is-scroll .header-frame {
    justify-content: space-between;
    padding: 8px 15px !important;
    transition: all .3s;
}

.is-scroll .hamburger-btn-bar > div {
    background: var(--base-body-color);
    transition: .5s;
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

.footer-deco01 {
    position: absolute;
    max-width: 135px;
    width: 15%;
    top: 3%;
    right: 15px;
    z-index: 1;
}

.footer-deco02 {
    max-width: 73px;
    position: absolute;
    width: 12%;
    bottom: -15px;
    left: 30px;
    z-index: 1;
}

.footer-deco03 {
    max-width: 143px;
    position: absolute;
    z-index: 0;
    width: 25%;
    bottom: 35px;
    left: 29px;
    z-index: 0;
}

.footer-rsv-inner {
    border-image-source: url(/system_panel/uploads/images/footer-rsv-dedo.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	padding: 50px 15px 40px;
}

.footer-rsv-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 28px;
    width: 100%;
	margin: 30px auto 0;
}

.footer-main {
	position: relative;
}

.footer-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  	right: 0;
  	margin: 0 auto;
    max-width: 1520px;
    width: 100%;
    height: 2px;
    background: url(/system_panel/uploads/images/dot-line-primary.svg) repeat-x center left / auto;
    z-index: 1;
}

.footer-tel-box {
	gap: 6px;
    font-family: var(--font-family03);
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 600;
}

.fooer-btn-row {
	gap: 30px;
}

.footer-navi-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.footer-navi-link {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	margin: 20px 0 0;
	color: var(--primary);
	transition: all .3s;
}

.footer-navi-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(/system_panel/uploads/images/navi-deco-gold.svg)no-repeat center center / contain;
	z-index: 1;
}

.footer-navi-link:hover {
	color: var(--primary);
	opacity: .7;
}

/* .footer-navi-link:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -1px;
    left: 50%;
    background-color: white;
    transition: width 0.3s ease, left 0.3s ease;
}

.footer-navi-link:hover::after {
    width: 100%;
    left: 0;
} */

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

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

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

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

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

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/


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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	body {
		font-size: 14px;
	}
  
    .anchor-contents03 {
        grid-template-columns: repeat(2, 1fr);
    }

	/*-- 改行 --*/

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

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

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.header-logo-link {
		width: 54%;
	}

    .is-scroll .header-logo-link {
        width: 40%;
    }

	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  

}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width: 768px) {
  
    body {
        line-height: 1.7em;
    }

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .d-tb-block {
        display: block !important;
    }

	/*-- 改行 --*/

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

	.br-768-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

    .anchor-contents03 {
        grid-template-columns: repeat(3, 1fr);
    }

	.anchor-contents02 {
		flex-direction: row;
	}

    .anchor-box {
        height: 100px;
    }

	.banner-contents {
		flex-direction: row;
		gap: 30px;
	}

	.banner-link {
		margin: 0;
		width: 50%;
	}
		
	.link-img-box {
		min-height: 501px !important;
	}
  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

	.num-title01 {
		top: -15%;
	}

	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

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

	/*-----------------------------------------------------------
	装飾
	-----------------------------------------------------------*/
	
  	.com-top-right-deco01 {
		top: 5%;
        width: 8%;
        height: 18.89%;
    }
	
	.com-bottom-right-deco01 {
		height: 196px;
	}

  
	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	.in-cover {
		height: 350px;
	}
  
   
    .breadcrumbs-inner {
        font-size: 15px;
    }


	/*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/

	.base-table-th {
		padding: 30px 15px;
	}

	.base-table-td {
		padding: 30px 30px;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header {
        /* position: relative; */
        /* transform: translateY(0); */
    }
  
  	.header-frame {
	    padding: 19px 15px 27px;
	}

    .header-logo-link {
        width: 30%;
        margin: 0;
    }

	.header-right {
		padding: 0;
		gap: 30px;
	}
	
	.header .web-rsv-btn {
		display: flex;
	}

	.header .sns-icon {
		display: block;
	}
  
    .hamburger-btn {
        display: block;
    }
  
    .hamburger-btn-text {
        margin: 6px 0 0;
    }
  
    .nav-content-inner {
        padding: 120px 15px 100px;
        max-width: 650px;
        width: 80%;
        background: rgba(255,255,255,.95);
    }

	.nav-area {
		background: unset;
	}

	.nav-area .hamburger-btn {
        top: 40px;
        right: 35px;
    }
	
    .nav-link {
        font-size: 18px;
        padding: 15px 5px 15px 30px;
    }

    .navi-link02 {
        margin: 10px 0 0;
    }

	.nav-link.hover-none {
        font-size: 18px;
		padding: 15px 5px 10px;
    }

  	.nav-content {
        overflow-y: auto;
    }

	/* スマホ時 */

	.sp-nav {
		display: none;
	}

	.sp-nav-btn {
		display: none;
	}
	
	.is-scroll .header-logo-link {
		width: 20%;
	}

	.is-scroll .header-frame {
		justify-content: space-between;
		padding: 7px 15px 12px!important;
		transition: all .3s;
	}

	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

	.footer-rsv-inner.white {
		padding: 50px 15px 40px;
	}

	.footer-rsv-btn-row {
		flex-direction: row;
		margin: 40px auto 0;
	}
  
	.footer-row {
		gap: 40px;  
	}
  
    .footer-left-row {
		gap: 20px;  
	}

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

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

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

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


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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .d-tb-block {
        display: none !important;
    }
  
	.d-pc-block {
        display: block !important;
    }

	/*-- 改行 --*/

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

	.br-1024-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
	
    .anchor-box {
        height: 120px;
    }
	
	.anchor-btn {
	    padding: 18px 10px 18px 40px;
	}

	.banner-contents {
		gap: 60px;
	}
  

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
	.com-title-box h2 {
		margin: -30px 0 0;
	}


  
	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

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

	.text-box:nth-child(n+2) {
		margin: 35px 0 0;
	}

  
	/*-----------------------------------------------------------
	装飾
	-----------------------------------------------------------*/
	.com-top-right-deco01 {
		height: 170px;
    }

	.com-bottom-right-deco01 {
		height: 196px;
	}

	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	.in-cover {
		height: 400px;
	}
   
    .breadcrumbs-inner {
        font-size: 16px;
    }

	/*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/

	.wrapper01 {
		padding: 150px 0 200px;
	}

	.wrapper02 {
		padding: 100px 0;
	}
  
    .anchor-contents03 {
        gap: 20px;
    }

	/*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/

		
	/*-----------------------------------------------------------
	ページャー
	-----------------------------------------------------------*/

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

	/*-----------------------------------------------------------
	バナーリンク
	-----------------------------------------------------------*/

	.banner-wrapper {
		padding: 146px 0 0;
	}

	.banner-row {
		margin-top: -40px;
	}

	.banner-col {
		margin: 40px 0 0;
	}

	.banner-link-inner:after {
		margin: 32px auto 0;
	}

	.banner-text-box {
		width: 100%;
		line-height: 1.95;
	}

	.banner-btn {
		margin: 100px auto 0;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.header-navi-block {
		gap: 50px;
	}

    .header-logo-link {
        font-size: 14px;
    }  
  
    /*-----------------------------------------------------------
    is-scroll
    -----------------------------------------------------------*/

    .is-scroll .header-logo-link {
        font-size: 14px;
    }

	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  
     .footer-deco01 {
        width: 9%;
        top: 7%;
        right: 0;
    }

	.footer-row {
		gap: 30px;  
	}
  
    .footer-left-row {
		gap: 20px;  
	}

    .footer-navi-link {
		font-size: 12px;
    }

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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	body {
		font-size: 15px;
	}

	/*-- 改行 --*/

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

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

  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
    .title-box-deco:before {
        top: 35px;
    }

	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/



	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	/*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/

	.wrapper01 {
		padding: 180px 0 150px;
	}


	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .anchor-contents {
        gap: 20px;
    }

	.banner-contents {
		gap: 80px;
	}

 
	/*-----------------------------------------------------------
	装飾
	-----------------------------------------------------------*/

	.com-top-left-deco01 {
		top: 5%;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.header-logo-link {
        width: 18%;
    }
  
	.header-navi-block {
        gap: 13px;
    }
  
    .header-navi-link {
		font-size: 12px;
    }

	.header .web-rsv-btn {
		font-size: 20px;
        max-width: 250px;
        height: 65px;
	}

    .fixed-btn {
        width: 20% !important;
    }

    .instagram-text br {
        display: none;
    }
  
     .fixed-btn-row {
        margin: 8px 0 0 5px !important;
    }
  
    .nav-single-link:before, .nav-single-link:after {
		width: 15px;
    }
  
	.nav-single-link {
		padding-right: 23px;
	}
  
    .header-link-row {
        gap: 15px;
	}
  
	.is-scroll .header-frame {
        padding: 7px 15px 6px !important;
    }
  
 	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  
	.footer-deco01,.footer-deco02,.footer-deco03 {
         display: none;
	}
  
	.footer-rsv-btn-row {
		margin: 70px auto 0;
	}

	.footer-rsv-inner {
		padding: 60px 15px 50px;
	}
  
    .footer-navi-link {
		font-size: 15px;
    }
  

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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  



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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

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

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

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
	
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
 
	
	/*-----------------------------------------------------------
	装飾
	-----------------------------------------------------------*/
	
	.com-top-left-deco01 {
		height: 40.67%;
	}

	.com-bottom-right-deco01 {
		bottom: 10%;
        height: 20.28%;
	}
	
  	.com-top-right-deco01 {
		top: 5%;
        width: 20%;
        height: 170px;
    }
  
	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
	
	.header-navi-block {
		gap: 15px;
	}
  
    .header-navi-link {
    	font-size: 14px;
    }
  
    .header-link-row {
        gap: 25px;
    }
  
    .header-logo-link {
        font-size: 15px;
    }  
  
	.fixed-btn {
        max-width: 300px !important;
        width: 20% !important;
    }  
  
    /*-----------------------------------------------------------
    is-scroll
    -----------------------------------------------------------*/

    .is-scroll .header-logo-link {
        font-size: 15px;
    }


	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

	.footer-rsv-inner {
		padding: 86px 15px 72px;
	}
  
	.footer-row {
		gap: 50px;  
	}
  
    .footer-left-row {
		gap: 40px;  
	}

}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

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

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

	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
	.com-title-box h2 {
		margin: -40px 0 0;
	}


	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/


	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width:1600px) {
  
	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

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

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

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

  	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
  
    .header-navi-block {
        gap: 25px;
    }

    .header-navi-link {
    	font-size: 16px;
    }
  
    .header-link-row {
         gap: 45px;
    }
  
    .header-btn-row {
      	width: 100%;
        gap: 17px;
	}

    .fixed-btn {
        right: 30px;
        bottom: 30px;
    }

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {
    
  	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
	
	.header-navi-block {
		gap: 49px;
	}
  

}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 