@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #535252;
	--white: #FAFAFA;

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

	/* site color */
	--primary: #44B4D1;
	--secondary: #F5FDFF;
	--tertiary: #8FD0E1;
	--quaternary: #F8F9F4;
	/*--fifth: #ff0;
	--sixth: #0ff; */

	/* --primary-hover: #f55;
	--secondary-hover: #55f;
	--tertiary-hover: #5f5;
	--quaternary-hover: #f5f;
	--fifth-hover: #ff5;
	--sixth-hover: #5ff; */

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

	/* font family */
	--base-font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* --base-font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	--font-family01: "Shippori Mincho B1", serif;
	;
	--font-family02: "Libre Baskerville", serif;
	;
	/* --font-family03: ; */

}

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

html {
	/* font-size: var(--root-font-size); */
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	max-width: 192rem;
	width: 100%;
	line-height: 1.6;
	font-size: clamp(1.3rem, 1.227rem + 0.311vw, 1.6rem);
	font-weight: 500;
	font-family: var(--base-font-family);
	color: var(--base-font-color);
	background: var(--white);
}

input {
	appearance: auto;
	border: 1px solid var(--ui-border-color);
}

input:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

textarea {
	border: 1px solid var(--ui-border-color);
}

textarea:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

img {
	max-width: 100%;
	height: auto;
}

.fit-img {
	position: relative;
}

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

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

.padding-x {
	padding: 0 1.5rem;
}

.pb-0 {
	padding-bottom: 0 !important;
}

/* top */

.contents102 {
	max-width: 102rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents122 {
	max-width: 122rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top */
.contents132 {
	max-width: 132rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents142 {
	max-width: 142rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents152 {
	max-width: 152rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* top */
.contents162 {
	max-width: 162rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents172 {
	max-width: 172rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.pc {
	display: block !important;
}

.sp,
.tb {
	display: none !important;
}

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

/* ==========================================
色
========================================== */

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

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

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

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

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

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

.bg-primary-gradation {
	background: linear-gradient(230deg, rgba(143, 225, 222, 1) 0%, rgba(143, 208, 225, .7) 45%, rgba(68, 180, 209, .7) 100%);
}

.bg-secondary-gradation {
	background: linear-gradient(230deg, rgba(143, 225, 222, 1) 0%, rgba(143, 208, 225, .7) 45%, rgba(68, 180, 209, .7) 100%);
}

/* ==========================================
角丸とか影
========================================== */

.border-radius8 {
	border-radius: 8px;
}

.border-radius8 img {
	border-radius: 8px;
}

.box-shadow01 {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 8%);
}

.box-shadow02 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.box-shadow03 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}


/* ==========================================
フォント
========================================== */

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

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

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

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

p span.text16 {
	font-size: 100%;
	font-weight: 500;
}

p span.text20 {
	font-size: 125%;
	font-weight: 700;
}

.title50 {
	font-size: clamp(2rem, -0.004rem + 4.17vw, 5rem);
}

.title35 {
	font-size: clamp(2.2rem, 1.884rem + 1.346vw, 3.5rem);
	font-weight: 600;
}

.title33 {
	font-size: clamp(2.5rem, 2.306rem + 0.828vw, 3.3rem);
	font-weight: 500;
}

.title30 {
	font-family: var(--font-family01);
	font-size: 3rem;
	font-weight: 600;
}

.title27 {
	font-size: clamp(1.8rem, 1.582rem + 0.932vw, 2.7rem);
}

.title25 {
	font-size: clamp(1.6rem, 0.999rem + 1.251vw, 2.5rem);
}

.title20 {
	font-size: clamp(1.6rem, 1.503rem + 0.414vw, 2rem);
}

.en-title82 {
	font-family: var(--font-family02);
	font-size: clamp(6rem, 5.466rem + 2.278vw, 8.2rem);
	font-weight: 400;
}

.en-title70 {
	font-family: var(--font-family02);
	font-size: clamp(5rem, 4.515rem + 2.071vw, 7rem);
	font-weight: 400;
	letter-spacing: 0.1em;
}

.en-title65 {
	font-family: var(--font-family02);
	font-size: clamp(4.5rem, 4.015rem + 2.071vw, 6.5rem);
	font-weight: 400;
	letter-spacing: 0.1em;
}

.en-title62 {
	font-family: var(--font-family02);
	font-size: clamp(4rem, 3.466rem + 2.278vw, 6.2rem);
	font-weight: 400;
	letter-spacing: 0.1em;
}

.en-title20 {
	font-family: var(--font-family02);
	font-size: clamp(1.5rem, 1.379rem + 0.518vw, 2rem);
	font-weight: 700;
}

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

.deco-primary-title-box {
	position: relative;
	padding: 0 0 3rem;
}

.deco-primary-title-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 57px;
	height: 7px;
	background: url(../../../../uploads/title-deco01-blue.svg) no-repeat center / contain;
}

.deco-bg-white-title-box {
	display: inline-block;
	position: relative;
	padding: 2.7rem 8rem 2.9rem 9rem;
	border-radius: 100vmax;
}

.deco-bg-white-title-box:after {
	content: "";
	position: absolute;
	bottom: 1.7rem;
	right: 3.6rem;
	width: 33px;
	height: 29px;
	background: url(../../../../uploads/title-deco02-primary.png) no-repeat center / contain;
	z-index: 1;
}

.deco-ribbon-title-box {
	width: 100%;
	filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
	margin: auto;
}

.title-ribbon01 {
	clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%);
	background: #44B4D1;
	background-image: linear-gradient(225deg, rgba(143, 225, 222, 1), rgba(143, 208, 225, 1) 30%, rgba(68, 180, 209, 1));
	color: #FAFAFA;
	text-shadow: 0 2px 8px rgb(27 135 162 / 70%);
	padding: .5rem 1.5rem;
}

.text23 {
	font-size: clamp(1.7rem, 1.013rem + 1.073vw, 2.3rem);
}

.text18 {
	font-size: clamp(1.5rem, 1.427rem + 0.311vw, 1.8rem);
}


/* ==========================================
改行
========================================== */

.br-none br {
	display: none;
}

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

.com-btn01 {
	max-width: 30rem;
	height: 6.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 2rem 4rem;
	background: linear-gradient(60deg, rgba(68, 180, 209, 1) 0%, rgba(143, 208, 225, 1) 85%, rgba(143, 225, 222, 1) 100%);
	border-radius: 100vmax;
	color: var(--white);
	font-family: var(--font-family01);
	font-size: 1.9rem;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0px 1px 5px rgba(27, 135, 162, 0.7);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 8%);
	position: relative;
	transition: 0.3s ease;
	z-index: 1;
}

.com-btn01:hover {
	filter: brightness(1.05);
	transition: .3s;
}

.com-btn01:after {
	content: "";
	position: absolute;
	width: 3.4rem;
	height: 2.7rem;
	right: 3rem;
	background: url(../../../../uploads/btn-deco01.png)no-repeat center / contain;
	z-index: 1;
}

.com-btn02-wrapper {
	position: relative;
	max-width: 28.8rem;
}

.com-btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 2rem 4rem;
	background: linear-gradient(60deg, rgba(68, 180, 209, 1) 0%, rgba(143, 208, 225, 1) 85%, rgba(143, 225, 222, 1) 100%);
	border-radius: 100vmax;
	color: var(--white);
	font-family: var(--font-family01);
	font-size: 1.8rem;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 0px 2px 10px rgba(51, 157, 184, 1);
	position: relative;
	transition: 0.3s ease;
	z-index: 1;
}

.com-btn02-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid var(--primary);
	border-radius: 100vmax;
	transition: opacity 0.3s ease;
	pointer-events: none;
	transform: translate(.57rem, .57rem);
}

.com-btn02:before {
	content: "";
	position: absolute;
}

.com-btn02:hover {
	transform: translate(.57rem, .57rem);
	transition: 0.3s ease;
}

.com-btn02:hover.no-hover {
	transform: unset;
	transition: 0.3s ease;
}

.com-btn03 {
	width: 25rem;
	height: 5rem;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family01);
	font-weight: 900;
	position: relative;
	transition: .3s;
}

.com-btn03:before {
	content: "";
	position: absolute;
}

.com-btn03:hover {
	filter: drop-shadow(2px 4px 6px white);
	transition: .3s;
}

.com-btn03.white {
	color: var(--base-font-color);
	background: var(--white);
}

.anchor-btn01 {
	max-width: 28rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 4rem;
	background: var(--white);
	border-radius: 100vmax;
	color: var(--primary);
	font-family: var(--font-family01);
	font-size: 1.9rem;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid var(--primary);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 8%);
	position: relative;
	transition: 0.3s ease;
	z-index: 1;
}

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

.anchor-btn01:after {
	content: "";
	position: absolute;
	width: .8rem;
	height: 1.4rem;
	top: 50%;
	right: 3rem;
	background: url(../../../../uploads/icon-arrow-down01.svg)no-repeat center / contain;
	transform: translateY(-50%);
	z-index: 1;
	transition: .3s;
}

.anchor-btn01:hover::after {
	top: 60%;
	transition: .3s;
}

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

.header {
	z-index: 999;
	padding: 4.4rem 1.98% 2.7rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	gap: 1.5rem;
}

.header-logo {
	max-width: 24.1rem;
	width: 12%;
	margin: 0 auto 0 0;
	display: block;
}

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

.header-nav-box-wrapper {
	max-width: 129rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-nav-box {
	max-width: 95rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.7rem;
	margin: 0 6rem 0 0;
}

.header-nav-link {
	font-family: var(--font-family01);
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.header-nav-link>a:hover {
	text-decoration: underline;
}

.header-rsv-btn {
	width: 23%;
}

.header-rsv-btn .com-btn02 {
	padding: 1.5rem 4rem;
	background: linear-gradient(60deg, rgba(68, 180, 209, 1) 0%, rgba(143, 208, 225, 1) 80%, rgba(143, 225, 222, 1) 100%);
	;
}

.header-rsv-btn .com-btn02:before {
	width: 2.6rem;
	height: 2.8rem;
	left: 3.5rem;
	background: url(../../../../uploads/tel-icon-white.svg) no-repeat center / contain;
}

.header-rsv-btn p {
	font-size: clamp(1.8rem, 1.533rem + 0.556vw, 2.2rem);
	padding: 0 0 0 1.5rem;
}

/* ==========================================
追従ヘッダー
========================================== */

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

.header.clone {
	position: fixed;
	top: -150px;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
	background: linear-gradient(230deg, rgba(143, 225, 222, 1) 0%, rgba(143, 208, 225, 1) 45%, rgba(68, 180, 209, 1) 100%);
	padding: 1.1rem 1.98%;
}

.is-animation .header-logo-nomal {
	display: none;
}

.is-animation .header-logo-fixed {
	display: block;
}

/* ==========================================
スマホ固定ヘッダー
========================================== */

.sp-header {
	width: 100%;
	height: 8rem;
	display: none;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.sp-header-block {
	width: 100%;
	height: 100%;
	flex: 1;
	border-right: solid 1px;
}

.sp-header-block-color {
	background: var(--tertiary);
	border-color: var(--white);
	color: var(--base-font-color);
}

.sp-header-link {
	width: 100%;
	height: 100%;
}

.sp-header-link {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sp-header-link:before {
	content: "";
	display: inline-block;
	max-width: 1.8rem;
	width: 100%;
	height: 1.8rem;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}

.sp-header-link-pagetop:before {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
}

.sp-header-link-tel:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	color: var(--base-font-color);
	transform: scale(-1, 1);
}

.sp-header-link-contact:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
}

.sp-header-link-map:before {
	content: "";
	display: block;
	max-width: 1.5rem;
	width: 100%;
	height: 2.1rem;
	background: url(../../../../uploads/map-icon.svg) no-repeat center / contain;
}

.sp-header-link-reserve:before {
	content: "";
	display: block;
	max-width: 1.8rem;
	width: 100%;
	height: 2rem;
	background: url(../../../../uploads/calendar-icon-black.svg) no-repeat center / contain;
}


.sp-header-link-text {
	font-size: 1.3rem;
	margin: .7rem 0 0;
	font-weight: 600;
	font-family: var(--font-family01);
	color: var(--base-font-color);
	letter-spacing: 0.08em;
}

/* ---------- ハンバーガーボタン ---------- */

.sp-nav-btn {
	width: 5.1rem;
	height: 5.1rem;
	border-radius: 50%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	/* position: fixed;
	top: 0;
	bottom: auto;
	right: 0; */
	z-index: 99999;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, .1);
}

.sp-nav-btn-color {
	background: var(--tertiary);
	color: var(--base-font-color);
}

.sp-nav-btn-bar-box {
	max-width: 2rem;
	width: 100%;
	height: 1.5rem;
	display: flex;
	position: relative;
}

.sp-nav-btn-bar {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--base-font-color);
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	transition: .3s;
}

.sp-nav-btn-bar-top {
	top: 10%;
}

.sp-nav-btn-bar-center {
	top: 50%;
	transform: translateY(-50%);
}

.sp-nav-btn-bar-bottom {
	top: 90%;
	transform: translateY(-100%);
}

.sp-nav-btn-text {
	font-size: 1.4rem;
	margin: .7rem 0 0;
}

.js-open .sp-nav-btn-bar-top {
	top: 50%;
	transform: rotate(35deg) translateY(-50%);
}

.js-open .sp-nav-btn-bar-center {
	opacity: 0;
}

.js-open .sp-nav-btn-bar-bottom {
	top: 50%;
	transform: rotate(-35deg) translateY(-50%);
}

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

.js-sp-nav {
	display: none;
	max-width: 1920px;
	width: 100%;
	margin: auto;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	transition: ease .5s;
	z-index: 9999;
}

.sp-nav.js-open {
	right: 0;
}

.sp-nav-bg {
	background: var(--secondary);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 10rem 1.5rem;
	position: relative;
}

.sp-nav-btn-area {
	position: absolute;
	top: 2rem;
	right: 0.74rem;
	z-index: 9999;
}

.sp-nav-list {
	padding: 10rem 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-nav-list::-webkit-scrollbar {
	display: none;
}

.sp-nav-list-item {
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
	border-bottom: solid 1px;
	text-align: center;
}

.sp-nav-list-item a {
	display: block;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	transition: .3s;
}

.sp-nav-list-item a:hover {
	opacity: .6;
}

.sp-nav-list-item-color {
	border-bottom-color: var(--sp-border-color);
}

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

.footer-wrapper {
	padding: 6.7rem 0 5rem;
}

.footer-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
}

.footer-left {
	max-width: 55rem;
	width: 50%;
}

.footer-title-box {
	margin: 2rem 0 0;
}

.footer-salon-name {
	font-family: var(--font-family01);
	font-size: clamp(2.2rem, 2.127rem + 0.311vw, 2.5rem);
	font-weight: 700;
}

.footer-info-block {
	margin: 3rem 0 0;
}

.footer-info-list {
	display: flex;
	align-items: flex-start;
	margin: 1.5rem 0 0;
}

.footer-th {
	margin: .1rem 0 0;
	width: 9.3rem;
}

.footer-td {
	position: relative;
	padding: 0 0 0 1.6rem;
	flex: 1;
}

.footer-td::before {
	content: "：";
	position: absolute;
	top: 0;
	left: 0;
}

.footer-btn-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3rem;
	margin: 4rem 0 0;
}

.footer-map-btn {
	padding: 0 0 .3rem;
}

.footer-map-btn:before {
	width: 1.8rem;
	height: 2.4rem;
	left: 4rem;
	background: url(../../../../uploads/map-icon.svg)no-repeat center / contain;
}

.footer-map-btn p {
	padding: 0 0 0 1rem;
}

.footer-access-btn:before {
	width: 1.8rem;
	height: 2.4rem;
	left: 3rem;
	background: url(../../../../uploads/train-icon.svg)no-repeat center / contain;
}

.footer-access-btn p {
	padding: 0 0 0 2rem;
}

.copyright-box {
	margin: 3rem 0 0;
}

.copyright-text {
	font-size: clamp(1.2rem, 1.151rem + 0.207vw, 1.4rem) !important;
}

.footer-bg-reserve {
	background: url(../../../../uploads/footer-bg01.jpg)no-repeat center / cover;
}

.footer-right {
	max-width: 55rem;
	width: 47%;
	padding: 5.6rem 2rem 6.5rem;
}

.footer-reserve-title-box {
	position: relative;
	padding: 0 0 2rem;
}

.footer-reserve-title-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 57px;
	height: 7px;
	background: url(../../../../uploads/footer-deco01.svg)no-repeat center / contain;
}

.footer-reserve-title {
	font-family: var(--font-family01);
	font-size: clamp(2.5rem, 1.967rem + 1.111vw, 3.3rem);
	font-weight: 600;
	text-align: center;
}

.footer-illust {
	position: absolute;
	top: 5.6rem;
	right: 5.2rem;
	max-width: 5.6rem;
	width: 11%;
	height: 5.8rem;
	z-index: 1;
}

.footer-reserve-text-box {
	margin: 2rem 0 0;
	text-align: center;
	font-size: 16px;
}

.footer-reserve-text-box p span {
	font-size: 112.5%;
	font-weight: 700;
}

.footer-btn-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.5rem;
	margin: 4rem auto 0;
}

.footer-btn-block .com-btn02-wrapper {
	width: 100%;
}

.footer-btn-block .com-btn02 {
	margin: 0 auto;
}

.footer-btn-block .com-btn02 {
	font-size: clamp(1.6rem, 1.200rem + 0.833vw, 2.2rem);
}

.footer-btn-block .com-btn02 p {
	letter-spacing: 0.1em;
}


.footer-rsv-btn:before {
	width: 2.6rem;
	height: 2.8rem;
	left: 3.5rem;
	background: url(../../../../uploads/calendar-icon-white.svg) no-repeat center / contain;
}

.footer-tel-btn:before {
	width: 2.6rem;
	height: 2.6rem;
	left: 3.5rem;
	background: url(../../../../uploads/tel-icon-white.svg) no-repeat center / contain;
}

.footer-btn-block .com-btn02 p {
	padding: 0 0 0 2rem;
}

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

@media screen and (width <=1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

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

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

@media screen and (width <=1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}

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

	.header-nav-box {
		justify-content: flex-end;
		gap: 2.5rem;
		margin: 0 2rem 0 0;
	}

	.header-nav-link {
		font-size: 1.7rem;
	}

	.header-rsv-btn .com-btn02 {
		padding: 2rem 2rem;
	}

	.header-rsv-btn .com-btn02:before {
		left: 2rem;
	}

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

	.footer-btn-row {
		gap: 2rem;
	}

	.footer-th {
		width: 7.3rem;
	}

}

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

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

@media screen and (width <=1280px) {

	body {
		font-size: 16px;
	}


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

	.footer-btn-row .com-btn03 {
		width: 100%;
	}

	.footer-th {
		width: 11rem;
	}

}

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

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

@media screen and (width <=1200px) {

	p span.text20 {
		font-size: 120%;
	}

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


	/* ==========================================
	改行
	========================================== */


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

	.header-rsv-btn {
		width: 25%;
	}

	/* .header-rsv-btn p {
		font-size: 1.6rem;
	} */

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

	.footer-map-btn:before {
		left: 2.5rem;
	}

	.footer-access-btn:before {
		left: 2rem;
	}

	.footer-btn-row .com-btn03 {
		font-size: 14.5px;
	}

	.footer-reserve-text-box {
		font-size: 14px;
	}

}

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

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

@media screen and (width <=1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

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

	.title33 {
		font-size: 2.8rem;
	}

	.text23 {
		font-size: 2.18rem;
	}

	/* ==========================================
	改行
	========================================== */


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

	/* ==========================================
	ヘッダー
	========================================== */
	.header {
		padding: 3.4rem 1.98% 2.2rem;
	}

	.header-logo {
		width: 20%;
	}

	.header-nav-box-wrapper {
		/* align-items: flex-end; */
		align-items: center;
		justify-content: flex-end;
		/* flex-direction: column-reverse; */
		gap: 2rem 1rem;
	}

	.header-rsv-btn {
		width: 100%;
	}

	.header-rsv-btn .com-btn02:before {
		left: 3rem;
	}

	/* .header-nav-box {
        gap: 1.5rem;
        margin: 0;
    } */

	.header-nav-box {
		justify-content: flex-start;
		gap: 1.2rem 2.5rem;
		margin: 0;
		flex-wrap: wrap;
		max-width: 44rem;
	}

	.header-nav-link {
		font-size: 1.75rem;
	}


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

	.footer-salon-name {
		font-size: 2.25rem;
	}

	.footer-btn-row {
		gap: 1rem;
	}

	.footer-th {
		width: 9rem;
	}

	.footer-map-btn:before {
		left: 2.5rem;
	}

	.footer-access-btn:before {
		left: 2.2rem;
	}

	.footer-btn-row .com-btn03 {
        font-size: 15px;
    }

	.footer-reserve-text-box {
		font-size: 15px;
	}

}

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

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

@media screen and (width <=820px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

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

	.text23 {
		font-size: 2.4rem;
	}


	/* ==========================================
	改行
	========================================== */

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

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

	.footer-wrapper {
		padding: 5rem 0 10rem;
	}

	.footer-row {
		flex-direction: column-reverse;
		align-items: center;
	}

	.footer-left,
	.footer-right {
		width: 100%;
	}

	.footer-left {
		margin: 6rem auto 0;
	}

	.footer-logo {
		width: 43.5%;
		margin: 0 auto;
	}

	.footer-logo img {
		display: block;
		margin: 0 auto;
	}

	.footer-title-box {
		margin: 1.7rem auto 0;
	}

	.footer-salon-name {
		text-align: center;
	}

	.footer-info-block {
		margin: 3rem auto 0;
		max-width: 42rem;
	}

	.footer-btn-row {
		justify-content: center;
		gap: 2rem;
		margin: 4rem 0 0;
	}

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

}

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

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

@media screen and (width <=768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

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


	.title50 {
		font-size: clamp(1rem, -1.863rem + 12.214vw, 4rem);
	}

	.title25 {
		font-size: clamp(1rem, -0.145rem + 4.885vw, 2.2rem);
	}

	/* ==========================================
	改行
	========================================== */

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

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

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

	.header {
		padding: 2rem 1.98% 2rem;
	}

	.header-nav-box-wrapper {
		display: none;
	}

	.header.clone {
		background: linear-gradient(230deg, rgba(143, 225, 222, .4) 0%, rgba(143, 208, 223, .4) 45%, rgba(68, 180, 209, .4) 100%);
	}

	.header-logo {
		width: 29.3%;
	}

	/* ==========================================
	スマホ固定ヘッダー
	========================================== */

	.sp-header {
		display: flex;
	}

	/* ---------- ハンバーガーボタン ---------- */

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

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

	.js-sp-nav {
		display: block;
	}

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

	.footer-row {
		flex-direction: column-reverse;
	}

	.footer-btn-block .com-btn02 {
		font-size: 1.6rem;
	}



}

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

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

@media screen and (width <=576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	body {
		font-size: 15px;
	}

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

	p,
	h1,
	h2,
	h3 {
		letter-spacing: 0.03em;
	}

	.title33 {
		font-size: 2.5rem;
		font-weight: 600;
	}

	.title30 {
		font-size: 2.2rem;
	}

	.deco-bg-white-title-box {
		padding: 1.3rem 5.5rem;
		text-align: center;
	}

	.deco-bg-white-title-box:after {
		right: 1.6rem;
	}

	/* ==========================================
	改行
	========================================== */

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

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

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

	.com-btn01 {
		max-width: 23.4rem;
		height: 5.1rem;
		font-size: 1.6rem;
	}

	.com-btn02 {
		padding: 1.25rem 1rem;
	}


	/* ==========================================
	スマホ固定ヘッダー
	========================================== */
	.sp-header {
		height: 7rem;
		padding: 0;
	}

	.sp-header-link>a:before {
		font-size: 2rem;
	}

	.sp-header-link-text {
		font-size: 1rem;
		margin: .7rem 0 0;
	}

	/* ---------- ハンバーガーボタン ---------- */

	/* .sp-nav-btn{
		width: 6rem;
		height: 6rem;
	} */

	/* .sp-nav-btn-bar-box{
		max-width: 3rem;
	} */

	.sp-nav-btn-text {
		font-size: 1rem;
	}

	.sp-nav-btn-text {
		margin: 0;
	}

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

	.sp-nav-list-item a {
		padding: 1.2rem 0;
		font-size: 1.45rem;
	}


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

	.footer-wrapper {
		padding: 2.7rem 0 10rem;
	}

	.footer-salon-name {
		font-size: 2rem;
	}

	.com-btn01:after {
		width: 2.4rem;
		right: 1.5rem;
	}

	.footer-right {
		padding: 3rem 1rem 3.5rem;
	}

	.footer-illust {
		top: 3.8rem;
		right: 2.1rem;
	}

	.footer-btn-row {
		flex-direction: column;
		margin: 4rem auto 0;
	}

	.footer-btn-block {
		width: 70%;
		margin: 3.8rem auto 0;
	}

	.footer-btn-row .com-btn03 {
		width: 23rem;
		font-size: 1.6rem;
	}

	.footer-rsv-btn:before {
		width: 1.8rem;
		height: 2rem;
		left: 3.8rem;
	}

	.footer-tel-btn:before {
		width: 1.8rem;
		height: 1.8rem;
		left: 2.55rem;
	}


	.footer-info-list {
		flex-direction: column;
		align-items: center;
		margin: 1.8rem auto 0;
	}

	.footer-th {
		width: 100%;
		text-align: center;
	}

	.footer-td {
		padding: 0;
		text-align: center;
	}

	.footer-td::before {
		content: none;
	}

	.footer-access-btn:before {
		left: 2.6rem;
	}

	.footer-map-btn:before {
		left: 3.8rem;
	}

}

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

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

@media screen and (width <=414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

	body {
		font-size: 13px;
	}


	.title50 {
		font-size: 2.5rem;
	}

	.title25 {
		font-size: 1.6rem;
	}

}

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