@charset "utf-8";

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

:root {
	/* color */
  	--base-body-bg: #FBF8F6;
  	--base-body-color: #797777;
	--white: #fff;
    --gray01: #DAD7D5;
    --gray02: #595858;
    /*--gray03: #EAEAEA; */
	--primary: #D09AA6;
  	--secondary: #C1B8BC;
	--tertiary: #F7EFF0;
    --quaternary: #E2D6E4;
    --fifth: #B097B6;
    --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: "Shippori Mincho", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	--font-family01: "Cormorant Infant", serif;
	/* --font-family02: ; */
	/* --font-family03: ; */
	/* --font-family04: ; */
}

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

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--base-font-family);
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 500;
	line-height: 1.45em;
	word-break: break-all;
	background-color: var(--base-body-bg);
	color: var(--base-body-color);
	position: relative;
	overflow-x: hidden;
}

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

.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-link {
	font-family: var(--font-family01);
	display: block;
	position: relative;
	color: var(--gray02);
}

/*.navi-link:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--base-body-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.3s;
}

.navi-link:hover:before {
    width: 100%;
}*/

.navi-link:hover {
	color: #afafaf !important;
	/*text-decoration: underline;*/
}


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

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

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

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

.cursol-pointer {
	cursor: pointer;
}

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

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

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

.opacity2 {
	opacity: .2;
}

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

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


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

.title01 {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0.048em;
	position: relative;
}

.title02 {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.6472)), 30px);
	line-height: 1.6em;
	letter-spacing: 0.048em;
}

.title03 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.7767)), 30px);
	line-height: 1.6em;
	letter-spacing: 0.048em;
}

.en-title01 {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 400;
	font-family: var(--font-family01);
	line-height: 1.2em;
}

.en-title02 {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 1.9417)), 60px);
	font-family: var(--font-family01);
    font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

.en-title03 {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 1.2945)), 50px);
	font-family: var(--font-family01);
	line-height: 1.2em;
	font-weight: 700;
}

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

.title-box-deco {
	position: relative;
	padding: 0 0 0 50px;
	display: inline-block;
}

.title-box-deco:before {
    content: "";
    position: absolute;
    max-width: 50px;
    width: 21%;
    height: 36px;
    top: 10px;
    left: 10px;
    background: url(/system_panel/uploads/images/top_decoration05.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.title-box-left, .title-box-center {
    text-align: center;
}

.title-box-row {
    display: flex;
    align-items: center;
}

.title-box-row .en-title03 {
    margin: 0 25px 0 0;
}

.in-title01 {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 40px);
	line-height: 1.6em;
}

.in-title02 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.7767)), 30px);
	line-height: 1.6em;
}

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

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

.text01 {
	letter-spacing: 0.048em;
	line-height: 1.94em;
}

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

/* 16px - 20px */
.text03 {
	font-size: clamp(1rem, 0.7608rem + 1.0204vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.048em;
	line-height: 1.845em;
}

/* 13px - 15px */
.text04 {
	font-size: clamp(0.8125rem, 0.7822rem + 0.1294vw, 0.9375rem);
	font-weight: 500;
	letter-spacing: 0.048em;
	line-height: 1.6em;
}

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

.strong-primary strong {
	font-weight: 700;
	font-size: 17px;
	color: var(--primary);
}

.intro-text-box {
	margin: 40px auto 0;
	text-align: left;
}

.intro-text-box.intro-text {
	line-height: 1.8;
}

.intro-text {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
	letter-spacing: 0.048em;
	line-height: 2.5em;
	font-weight: 500;
}

/* 18px - 24px */

.intro-title {
	font-size: clamp(1.125rem, 0.7663rem + 1.5306vw, 1.5rem);
	letter-spacing: 0.048em;
}

.in-text01 {
	font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
	font-weight: 500;
    line-height: 1.8em;
}

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

.btn01 {
    max-width: 125px;
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-family01);
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.3883)), 25px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--gray02);
    transition: all .3s;
}

.btn01:after {
    content: "";
    display: block;
    max-width: 26px;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(/system_panel/uploads/images/arrow_pink.svg)  no-repeat center / contain;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s;
}

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

.btn01:hover::after {
    right: -15px;
    transition: all .3s;
}

.btn01 p {
    padding: 0 10px 0 0;
}

.reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 230px;
    padding: 9px 15px 7px;
    border-radius: 100vmax;
    color: var(--base-body-color);
    background: var(--primary);
    border: 1px solid var(--primary);
    transition: all .3s;
}

.reserve-btn:hover {
    color: var(--base-body-color);
    background: var(--cream);
    border: 1px solid var(--base-body-color);
}

.reserve-btn-jp {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.reserve-btn-en {
    font-family: var(--font-family01);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.reserve-btn-icon {
    display: block;
    max-width: 28px;
    width: 20%;
    margin: 0 15px 0 0;
}

.tel-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: #404040;
}

.tel-img {
    display: block;
    max-width: 18px;
    width: 8%;
    margin: 0 6.5px 0 0;
}

.back-btn {
    max-width: 130px;
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--gray02);
    transition: all .3s;
    margin: 40px auto 0;
}

.back-btn:after {
    content: "";
    display: block;
    max-width: 26px;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/system_panel/uploads/images/arrow_pink.svg)  no-repeat center / contain;
    transform: translateY(-50%) scaleX(-1);
    z-index: 1;
    transition: all .3s;
}

.back-btn:hover {
    color: var(--gray02);
}

.back-btn:hover::after {
    left: -15px;
    transition: all .3s;
}

.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: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.anchor-btn {
    position: relative;
    max-width: 330px;
    width: 100%;
    padding: 8px 9px;
    color: var(--base-body-color);
    border: 1px solid var(--base-body-color);
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    margin: 0 auto;
    transition: all .3s;
}

.anchor-btn:hover {
	color: var(--base-body-color);
	background: var(--tertiary);
	border: 1px solid var(--tertiary);
	transition: all .3s;
}

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

.drop-shadow {
	filter: drop-shadow(4px 4px 10px rgba(0,0,0,0.16));
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.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(0deg, rgba(251, 248, 246, 1) 0%, rgba(239, 221, 226, 1) 70%, rgba(239, 221, 226, 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: rgb(154,143,113);
    mix-blend-mode: multiply;
  	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%;
}

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

.common-deco01 {
	max-width: 706px;
	width: 40%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.common-deco02 {
    max-width: 654px;
    width: 38%;
    position: absolute;
    right: 0;
    top: -13%;
    z-index: 1;
}

.common-deco03 {
    max-width: 156px;
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.common-deco04 {
    max-width: 1103px;
    width: 55%;
    position: absolute;
    left: 0;
    bottom: -10%;
    z-index: 1;
}

.common-deco05 {
    max-width: 654px;
    width: 38%;
    position: absolute;
    left: 0;
    top: -13%;
    z-index: 1;
}

.common-deco06 {
	max-width: 706px;
	width: 100%;
	position: absolute;
	right: 0;
	top: -10%;
	z-index: 1;
}

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

.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 {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	position: relative;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(246, 238, 241, 0.3) 30%, rgba(246, 238, 241, 0.79) 55%, rgba(239, 221, 226, 1) 100%);
	z-index: 9;
}

.in-cover:before {
    content: "";
    display: block;
    max-width: 907px;
    width: 48%;
    height: 100%;
    background: url(/system_panel/uploads/images/top_decoration02.png) no-repeat top left;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    right: 2%;
    left: auto;
    z-index: 1;
}

.in-cover:after {
    content: none;
    display: block;
    max-width: 701px;
    width: 65%;
    height: 100%;
    background: url(/system_panel/uploads/images/top_decoration01.png) no-repeat top right;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.in-cover-box {
	max-width: 1350px;
	width: 100%;
	color: var(--base-body-color);
	padding: 0 15px;
	margin: 80px 0 0;
	position: relative;
	z-index: 9;
}

.in-cover-title {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
	margin: 5px 0 0;
}

.in-cover-en-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 700;
	font-family: var(--font-family01);
	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;
}

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

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

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

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

.contents04 {
	max-width: 1820px;
	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 #cdb8a5;
}

.base-table-tr:not(:last-child) {
	border-bottom: solid 1px #cdb8a5;
}

.base-table-th, .base-table-td {
	padding: 15px 15px !important;
}

.base-table-th {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight: bold;
	background: var(--base-body-color);
	color: #fff;
}

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

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

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

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

.banner-inner {
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.banner-container {
    padding: 0;
}

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

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

.banner-gap {
	gap:6px;
}

.banner-link {
    max-width: 575px;
    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-link:before {
	transition: all .3s;
}

.banner-link:hover .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%); */
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 917px;
    width: 95.82%;
    height: 90%;
    z-index: 5;
    transition: all .3s;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 250px !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;
}

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

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

.header-frame {
  	display: flex;
  	justify-content: flex-end;
  	align-items: center;
  	position: relative;
  	margin: 0 auto;
  	padding: 30px 0;
  	transition: .3s all;
}

.header-logo-link {
    display: block;
    max-width: 180px;
    width: 20%;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 0;
    aspect-ratio: 180 / 171;
    transition: all .3s;
}

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

.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;
    width: 75%;
    max-width: 588px;
    margin: 0;
}

.header-tel-btn {
    width: 240px;
    margin: 0 20px 0 0;
}

.header-right .reserve-btn {
    width: 230px;
    margin: 0 20px 0 0;
}

/*ハンバーガー*/

.hamburger-btn {
    max-width: 40px;
    height: 20px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    position: relative;
}

.hamburger-btn-inner {
    max-width: 40px;
    height: 20px;
    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: 40px;
    width: 100%;
    height: 20px;
    position: relative;
}

.hamburger-btn-bar > div {
    width: 100%;
    height: 1px;
    background: #404040;
    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%);
}

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

.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: 185px;
	margin: 0 auto;
}

.nav-link,.nav-link02 {
	color: var(--base-body-color);
	letter-spacing: 0.05em;
	padding: 10px 0;
}

.nav-link02 {
	display: block;
    margin: 5px 0 0 10px;
    padding: 0 0 0 17px;
    position: relative;
	color: var(--base-body-color);
	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(--base-body-color);
	text-decoration: underline;
}


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

/*スマホ時のナビ*/

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

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

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

.sp-nav-conte-l {
	width: 50%;
	border-right: 2px solid var(--primary);
}

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

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

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

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

.sp-nav-link-text {
	margin: 6px auto 0;
	font-size: 11px;
	line-height: 1.4em;
	color: var(--primary);
	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: #fff;
}

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

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

.is-scroll .header-logo-link {
    position: static;
    max-width: 235px;
    width: 30%;
    aspect-ratio: 253 / 65;
    transition: all .3s;
}

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

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


.is-scroll .deco01-line {
    display: none;
    transition: all .3s;
}

.is-scroll .header-navi {
    color: var(--primary);
}

.is-scroll .header-navi:hover {
    color: var(--primary);
}

.is-scroll .header-navi:before {
    background: var(--primary);
}

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

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

.footer {
	position: relative;
	background: linear-gradient(0deg,rgba(247, 239, 240, 1) 0%, rgba(239, 221, 226, 1) 60%, rgba(239, 221, 226, 1) 100%);
}

.footer-deco-box {
	position: relative;
}

.footer-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 96 / 5;
	z-index: 1;
}

.footer-deco:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/system_panel/uploads/images/parts03.png)no-repeat center;
	background-size: cover;
	z-index: 1;
}

.footer-text {
    line-height: 1.45em;
}

.footer-navi-link-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: var(--secondary);
	z-index: 1;
}

.footer-text-deco {
	top: 30%;
	z-index: 1;
}

.footer-illust {
	position: absolute;
	max-width: 152px;
	width: 20%;
	top: -20px;
	right: 5%;
	z-index: 2;
}

.copyright {
	opacity: .8;
}

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

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

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

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

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

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


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

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
  
    .anchor-contents03 {
        grid-template-columns: repeat(2, 1fr);
    }

	/*-- 改行 --*/

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

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

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

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

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

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

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

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

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

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

	/*-- 改行 --*/

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

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

    .btn01 {
        font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.6944)), 24px);
    }

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

    .anchor-box {
        height: 100px;
    }
 
	.banner-link {
		width: 47.92%;
		margin: 0;
	}
  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

	.title-box-left.title-box-deco {
		padding: 0 0 0 80px;
	}

	.title-box-deco {
		padding: 0 0 0 80px;
	}

	.title-box-deco:before {
		top: 30px;
	}

    .title-box-left {
        text-align: left;
    }

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

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

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


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

	.in-cover {
		height: 350px;
	}

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

	.base-table {
		font-size: 14px;
	}

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

    .header {
        position: fixed;
        transform: translateY(0);
    }

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

	.header-right {
	    margin: 10px 0 0;
	}

	.is-scroll .header-logo-link {
		width: 20%;
	}
	
	.is-scroll .header-right {
	    margin: 0;
	}

    .hamburger-btn {
        position: relative;
        top: 0;
        right: 0;
    }
  
    .hamburger-btn-text {
        margin: 6px 0 0;
    }
  
    .nav-content-inner {
        padding: 120px 15px 100px;
        max-width: 650px;
        width: 80%;
        background: rgba(251,248,246,.95);
    }

	.nav-area {
		background: unset;
	}

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

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

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

	.footer-text-deco {
		top: 41%;
	}




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

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

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

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


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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
    
	.strong-primary strong {
		font-size: 18px;
	}

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

	/*-- 改行 --*/

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

	.br-1024-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
	.btn01 {
		max-width: 140px;
	}

    .anchor-box {
        height: 120px;
    }  
  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

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

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

	.common-deco01 {
		left: 0;
		top: -20%;
	}
	
	.common-deco02 {
		top: -26%;
	}

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

	.in-cover {
		height: 450px;
	}

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

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

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

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

	.base-table {
		font-size: 16px;
	}
		
	/*-----------------------------------------------------------
	ページャー
	-----------------------------------------------------------*/

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

	.link-img-box {
		min-height: 349px !important;
	}

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

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

	.hamburger-btn-text {
		font-size: 16px;
	}


    /*-----------------------------------------------------------
    is-scroll
    -----------------------------------------------------------*/
    
    .is-scroll .header-area {
        padding: 15px 15px 15px 15px !important;
    }


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


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

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

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

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

	.strong-primary strong {
		font-size: 20px;
	}

	/*-- 改行 --*/

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

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

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

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



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


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

	.btn01 {
		max-width: 170px;
	}
  
    .anchor-contents {
        gap: 20px;
    }
 
	/*-----------------------------------------------------------
	画像
	-----------------------------------------------------------*/

	.deco01-line {
		height: 30px;
	}

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

	.header-frame {
		padding: 40px 0;
	}
  
    .header-logo-link {
        width: 25%;
        margin: 0;
        top: 40px;
        left: 0;
    }
	
	.header-tel-btn {
	    margin: 0 40px 0 0;
	}
	
	.header-right .reserve-btn {
	    margin: 0 33px 0 0;
	}

	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  
    .footer-text-deco {
        top: 27%;
    }

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

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

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

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

	.strong-primary strong {
		font-size: 23px;
	}

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

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


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

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

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

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

	/*-- 改行 --*/

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

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

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

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

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

	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  
    .footer-navi-link01 {
        font-size: 18px;
    }

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

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

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

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

	/*-- 改行 --*/

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

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


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


	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
  
    .header-navi {
        margin: 0 40px 0 0;
        font-size: 16px !important;
    }

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

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

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

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

	/*-- 改行 --*/

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {
    
    .nav-area .hamburger-btn {
        top: 47px;
        right: 42px;
    }  
  
    .btn01 {
        font-size: 25px;
    }
  
}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 