*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

ol {
	display: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
picture,
figure,
figcaption,
img {
	display: block;
}

img {
	height: 100%;
	width: 100%;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

body {
	color: #2c2c2c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(12px, 1.0416666667vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.c-ttl,
.c-Ttl {
	font-size: max(12px, 5.9895833333vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4434782609;
}

.c-Ttl {
	color: white;
	padding-bottom: 6.9270833333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.3541666667vw;
	position: relative;
	text-align: center;
}

.c-Ttl::after {
	background: url(../img/pc/fv-bg.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0vw;
	position: absolute;
	top: 0vw;
	width: 100%;
	z-index: -1;
}

.c-subttl {
	display: flex;
	gap: 6px;
	margin-top: 1.4583333333vw;
}

.c-subttl span {
	background: #2c2c2c;
	border-radius: 50%;
	height: 7px;
	width: 7px;
}

header {
	height: 10.9375vw;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

header.scrolled {
	background: white;
	transition: all 0.3s ease-out 0.5s;
}

.l-header__inner {
	align-items: center;
	background: transparent;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.3541666667vw;
	padding-left: 3.90625vw;
	padding-right: 3.125vw;
	padding-top: 0.9895833333vw;
}

.l-header__logo {
	height: 7.2395833333vw;
	width: 14.5833333333vw;
}

.l-header__nav {
	align-items: center;
	display: flex;
}

.l-header__items {
	display: flex;
	gap: 1.9270833333vw;
}

.p-header__item--top {
	position: relative;
}

.p-header__item--top::after {
	background-color: #c9d6da;
	border-radius: 50%;
	content: "";
	height: 2.7604166667vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.7604166667vw;
	z-index: -1;
}

.p-header__item {
	font-size: max(12px, 0.9375vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	position: relative;
	text-align: center;
}

.p-header__item::after {
	background-color: #c9d6da;
	border-radius: 50%;
	content: "";
	height: 2.7604166667vw;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.7604166667vw;
	z-index: -1;
}

.p-header__item:hover::after {
	opacity: 1;
	transition: all 0.3s ease-out 0.2s;
}

.header__item--tx {
	font-size: max(12px, 0.6770833333vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.4615384615;
}

.menu-drawer {
	position: relative;
}

.menu-drawer::after {
	border-bottom: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-style: solid;
	border-top: 12px solid #888888;
	bottom: -0.8333333333vw;
	content: "";
	height: 0;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
	width: 0;
}

.menu-drawer:hover::after {
	opacity: 1;
	transition: all 0.2s ease-out 0.2s;
}

.l-menu__drawer {
	background-color: #f3f1ee;
	bottom: -16.6666666667vw;
	display: none;
	gap: 0.8333333333vw 1.6666666667vw;
	grid-template-columns: repeat(2, 1fr);
	height: 15.625vw;
	left: 50%;
	padding-bottom: 2.0833333333vw;
	padding-left: 1.0416666667vw;
	padding-right: 1.0416666667vw;
	padding-top: 2.0833333333vw;
	position: absolute;
	transform: translateX(-50%);
	width: 31.25vw;
}

.l-menu__drawer.is-active {
	display: grid;
	opacity: 0.92;
	transition: all 0.2s ease-out 0.2s;
}

.l-header__tel {
	margin-left: 4.2708333333vw;
	text-align: center;
}

.p-header__tel {
	font-size: max(12px, 1.5625vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
	padding-left: 1.5625vw;
	position: relative;
}

.p-header__tel::before {
	background: url(../img/pc/header-tel.svg) no-repeat center center/cover;
	content: "";
	height: 1.25vw;
	left: 0vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25vw;
}

.p-header__tel--open {
	margin-top: 0.1041666667vw;
	padding-left: 1.5625vw;
}

.l-header__btn {
	background: #2c2c2c;
	border-radius: 50%;
	display: inline-block;
	height: 8.59375vw;
	margin-left: 3.0208333333vw;
	position: relative;
	width: 8.59375vw;
}

.l-header__btn::after {
	background: url(../img/pc/contact-hasami.svg) no-repeat center center/cover;
	content: "";
	height: 0.8854166667vw;
	left: 50%;
	position: absolute;
	top: 2.2395833333vw;
	transform: translateX(-50%) rotate(90deg);
	width: 0.8854166667vw;
}

.p-header__btn {
	color: #fff;
	font-size: max(12px, 0.8333333333vw);
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	text-align: center;
	top: 3.4375vw;
	transform: translateX(-50%);
}

.p-header__btn::before {
	background: white;
	bottom: 0vw;
	content: "";
	height: 1.0416666667vw;
	position: absolute;
	right: 1.40625vw;
	transform: rotate(30deg);
	width: 0.0520833333vw;
}

.p-header__btn::after {
	background: white;
	bottom: 0vw;
	content: "";
	height: 1.0416666667vw;
	left: 1.40625vw;
	position: absolute;
	transform: rotate(-30deg);
	width: 0.0520833333vw;
}

.p-menu__drawer {
	border-bottom: 1px solid #2c2c2c;
	font-size: max(12px, 0.9375vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	width: -moz-fit-content;
	width: fit-content;
}

.l-header__nav--sp {
	align-items: center;
	display: flex;
	font-size: min(18px, 2.0930232558vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
}

.l-header__nav--sp--tel,
.l-header__nav--sp--yoyaku {
	border: 1px solid #2c2c2c;
	height: 15.1162790698vw;
	position: relative;
	width: 15.1162790698vw;
}

.l-header__nav--sp--tel::after,
.l-header__nav--sp--yoyaku::after {
	background: url(../img/pc/header-tel.svg) no-repeat center center/cover;
	content: "";
	height: 3.488372093vw;
	left: 50%;
	position: absolute;
	top: 4.1860465116vw;
	transform: translateX(-50%);
	width: 3.488372093vw;
}

.l-header__nav--sp--yoyaku {
	background: #2c2c2c;
	color: white;
}

.l-header__nav--sp--yoyaku::after {
	background: url(../img/pc/contact-hasami.svg) no-repeat center center/cover;
	transform: translateX(-50%) rotate(90deg);
}

.p-header__nav--sp--tel,
.p-header__nav--sp--yoyaku {
	padding-top: 9.3023255814vw;
	text-align: center;
}

.l-drawer__icon {
	height: 15.1162790698vw;
	position: relative;
	transition: all 0.5s;
	width: 15.1162790698vw;
}

.l-drawer__icon.is-active .p-drawer__icon--bar1 {
	top: 8px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-out 0s;
}

.l-drawer__icon.is-active .p-drawer__icon--bar2 {
	display: none;
}

.l-drawer__icon.is-active .p-drawer__icon--bar3 {
	top: 8px;
	transform: rotate(45deg);
	transition: all 0.3s ease-out 0s;
}

.l-drawer__icon--bar {
	height: 5.5813953488vw;
	left: 50%;
	position: absolute;
	top: 3.9534883721vw;
	transform: translateX(-50%);
	width: 5.5813953488vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
	background: #2c2c2c;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 5.5813953488vw;
}

.p-drawer__icon--bar1 {
	top: 0;
}

.p-drawer__icon--bar2 {
	top: 1.8604651163vw;
}

.p-drawer__icon--bar3 {
	top: 3.7209302326vw;
}

.l-drawer__content {
	background-color: #f7f7f7;
	bottom: 0;
	height: calc(100% - 14.8837209302vw);
	padding-top: 8.6046511628vw;
	position: fixed;
	right: 0;
	transform: translateX(105%);
	transition: all 0.5s;
	width: 62.0930232558vw;
	z-index: 299;
}

.l-drawer__content.is-active {
	transform: translateX(0);
}

.l-drawer__content--items {
	display: flex;
	flex-direction: column;
	gap: 5.1162790698vw;
}

.p-drawer__content--item {
	text-align: center;
}

.p-drawer__content--item a {
	color: #2c2c2c;
	font-size: min(36px, 4.1860465116vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
}

.p-drawer__content--item a p {
	font-size: min(26px, 3.023255814vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.4615384615;
}

.p-drawer__background {
	background: #ffffff 0% 0% no-repeat padding-box;
	bottom: 0;
	display: none;
	height: calc(100% - 14.8837209302vw);
	left: 0;
	opacity: 0.89;
	position: fixed;
	width: 100%;
	z-index: 298;
}

.p-drawer__background.is-active {
	display: block;
}

.p-drawer__icon--tx {
	bottom: 2.3255813953vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.fixed {
	height: 100%;
	overflow: hidden;
}

.l-fv {
	padding-bottom: 6.40625vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 12.5vw;
	position: relative;
}

.l-fv__bg {
	height: 38.3333333333vw;
	padding-bottom: 0vw;
	padding-left: 1.6666666667vw;
	padding-right: 1.6666666667vw;
	padding-top: 0vw;
	position: relative;
	width: 100%;
}

.l-fv__bg--tx {
	bottom: 4.1666666667vw;
	color: white;
	font-size: max(12px, 1.4583333333vw);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.9642857143;
	position: absolute;
	right: 3.6458333333vw;
	z-index: 10;
}

.l-fv__img,
.l-fv__img02,
.l-fv__img03 {
	height: 41.1979166667vw;
	left: 18.4895833333vw;
	position: absolute;
	top: 7.8125vw;
	width: 27.65625vw;
}

.l-fv__img02 {
	left: 48.75vw;
	top: 15.9895833333vw;
}

.l-fv__img03 {
	left: auto;
	right: 0;
	top: 0;
	width: 20.9895833333vw;
}

.l-fv__app {
	bottom: 2.3958333333vw;
	height: 5.78125vw;
	left: 2.8125vw;
	position: absolute;
	width: 22.65625vw;
}

.l-consept {
	display: flex;
	flex-direction: row-reverse;
	gap: 4.4270833333vw;
	margin-top: 10vw;
}

.l-consept__main {
	width: 45.0520833333vw;
}

.p-consept__tx {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	padding-bottom: 0vw;
	padding-left: 2.34375vw;
	padding-right: 4.6354166667vw;
	padding-top: 1.40625vw;
}

.l-consept__btnbox {
	margin: 0 auto;
	margin-top: 3.2291666667vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.l-consept__btnbox::after {
	background: url(../img/pc/consept-flower.png) no-repeat center center/cover;
	bottom: 1.5625vw;
	content: "";
	height: 11.875vw;
	position: absolute;
	right: -4.1666666667vw;
	width: 6.71875vw;
}

.btn-l {
	background: white;
	border: 1px solid #2c2c2c;
	display: inline-block;
	height: 3.8020833333vw;
	position: relative;
	width: 15.46875vw;
	z-index: 20;
}

.btn-p {
	font-size: max(12px, 1.09375vw);
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.btn-p::after {
	background: url(../img/pc/arrow-right.svg) no-repeat center center/cover;
	content: "";
	height: 2.0833333333vw;
	position: absolute;
	right: 0.9895833333vw;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0833333333vw;
}

.l-consept__img {
	height: 23.3333333333vw;
	margin: 0 auto;
	margin-top: 1.4583333333vw;
	position: relative;
	width: 33.6979166667vw;
}

.l-consept__img::after {
	background: url(../img/pc/consept-flower03.png) no-repeat center center/cover;
	bottom: -3.125vw;
	content: "";
	height: 9.9479166667vw;
	left: -8.3333333333vw;
	position: absolute;
	width: 13.6458333333vw;
}

.l-consept__imgbox {
	position: relative;
	width: calc(100% - 49.4791666667vw);
}

.l-consept__imgbox::after {
	background: url(../img/pc/consept-flower02.png) no-repeat center center/cover;
	bottom: -4.1666666667vw;
	content: "";
	height: 9.6875vw;
	left: 13.0208333333vw;
	position: absolute;
	width: 12.5vw;
}

.l-consept__human {
	height: 29.0625vw;
	position: absolute;
	right: 0;
	top: 7.8125vw;
	width: 41.7708333333vw;
}

.l-consept__human02 {
	bottom: 0;
	height: 20.15625vw;
	left: 0;
	position: absolute;
	width: 20.3645833333vw;
}

/* ============================================
下層
============================================ */

.l-Consept__ttlbox {
	margin-top: 7.5vw;
	text-align: center;
}

.p-Consept__ttl {
	font-size: max(12px, 1.5625vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1666666667;
}

.p-Consept__subttl {
	margin-top: 1.0416666667vw;
}

.l-Consept__items {
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
	padding-bottom: 6.4583333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 12.5vw;
}

.l-Consept__item {
	display: flex;
	gap: 5.2083333333vw;
	justify-content: center;
}

.l-Consept__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.p-Consept__item--img {
	height: 29.0625vw;
	width: 41.7708333333vw;
}

.l-Consept__item--box {
	position: relative;
	width: 42.7083333333vw;
}

.P-Consept__item--ttl {
	font-size: max(12px, 2.34375vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
}

.P-Consept__item--tx {
	margin-top: 2.0833333333vw;
	padding-right: 5.2083333333vw;
}

.after-flower02::after {
	background: url(../img/pc/consept-flower02.png) no-repeat center center/cover;
	bottom: 6.25vw;
	content: "";
	height: 9.6875vw;
	left: 3.125vw;
	position: absolute;
	width: 12.5vw;
}

.after-flower03::after {
	background: url(../img/pc/consept-flower.png) no-repeat center center/cover;
	bottom: 0vw;
	content: "";
	height: 11.875vw;
	position: absolute;
	right: 8.3333333333vw;
	width: 6.7708333333vw;
}

.l-salon {
	display: flex;
	gap: 8.28125vw;
	padding-bottom: 4.9479166667vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6875vw;
	position: relative;
}

.l-salon::before {
	background-color: #f4f4f4;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0vw;
	width: 19.0104166667vw;
	z-index: -1;
}

.l-salon__main {
	margin-left: 11.4583333333vw;
	position: relative;
}

.l-salon__main::after {
	background: url(../img/pc/salon-flower.png) no-repeat center center/cover;
	bottom: -8.3333333333vw;
	content: "";
	height: 29.2708333333vw;
	position: absolute;
	right: -8.3333333333vw;
	width: 28.3854166667vw;
	z-index: -1;
}

.l-salon__ttlbox {
	margin-top: 2.0833333333vw;
}

.l-salon__add {
	align-items: center;
	display: flex;
	gap: 2.1875vw;
	margin-top: 7.03125vw;
}

.p-salon__add {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__map {
	border: 1px solid #2c2c2c;
	font-size: max(12px, 1.0416666667vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.75;
	padding-bottom: 0.625vw;
	padding-left: 2.2395833333vw;
	padding-right: 2.2395833333vw;
	padding-top: 0.625vw;
}

.l-salon__items {
	display: flex;
	flex-direction: column;
	gap: 1.9270833333vw;
	margin-top: 1.6145833333vw;
}

.l-salon__item {
	display: flex;
	flex-direction: column;
	gap: 0.625vw;
}

.p--salon__item--ttl {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__item--tx {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__item--tx span {
	margin-left: 2.34375vw;
}

.l-salon__app {
	height: 5.6770833333vw;
	margin: 0 auto;
	margin-top: 5.2083333333vw;
	width: 22.6041666667vw;
}

.l-salon__imgbox {
	position: relative;
}

.l-salon__img,
.l-salon__img02 {
	height: 26.0416666667vw;
	width: 37.5vw;
}

.l-salon__img02 {
	position: absolute;
	right: -5.7291666667vw;
}

/* ============================================
下層
============================================ */

.c-Ttlbox {
	padding-top: 10.9375vw;
}

.l-Salon__items {
	display: flex;
	flex-direction: column;
	gap: 8.5416666667vw;
	padding-bottom: 5.8333333333vw;
	padding-left: 5.2083333333vw;
	padding-right: 5.2083333333vw;
	padding-top: 9.1145833333vw;
}

.l-Salon__item {
	display: flex;
	gap: 5.9895833333vw;
}

.l-Salon__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.p-Salon__item--img {
	height: 29.0625vw;
	width: 41.7708333333vw;
}

.l-Salon__item--txbox {
	width: calc(100% - 52.1875vw);
}

.p-Salon__item--ttl {
	font-size: max(12px, 2.34375vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
}

.p-Salon__item--tx {
	margin-top: 2.7083333333vw;
}

.l-Salon__access {
	background-color: #f3f1ee;
	padding-bottom: 8.1770833333vw;
	padding-left: 5.2604166667vw;
	padding-right: 7.8125vw;
	padding-top: 4.8958333333vw;
}

.p-Salon__access--ttl {
	text-align: center;
}

.l-Salon__access--items {
	align-items: center;
	display: flex;
	gap: 7.03125vw;
}

.l-Salon__access--img {
	height: 29.0625vw;
	width: 41.7708333333vw;
}

.l-Salon__access--add {
	font-size: max(12px, 0.8333333333vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 3.75;
}

.l-Salon__access--add--item {
	border-bottom: 1px solid #2c2c2c;
	display: flex;
	gap: 0.5208333333vw;
}

.l-Salon__access--add--item p {
	width: 6.7708333333vw;
}

.l-Salon__btnbox {
	margin-top: 2.0833333333vw;
	text-align: center;
}

.l-Salon__btn {
	background: #f6f6f6;
	border: 6px solid #707070;
	border-radius: 18px;
	display: inline-block;
	height: 4.5833333333vw;
	width: 22.7604166667vw;
}

.p-Salon__btn {
	color: #2c2c2c;
	font-size: max(12px, 0.9375vw);
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-Salon__btn::before {
	background: url(../img/pc/logo.png) no-repeat center center/cover;
	content: "";
	height: 2.7083333333vw;
	left: 2.34375vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5.5208333333vw;
}

.p-Salon__btn::after {
	background: url(../img/pc/inst-blak.svg) no-repeat center center/cover;
	content: "";
	height: 1.8229166667vw;
	position: absolute;
	right: 4.375vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8229166667vw;
}

.l-Salon__map {
	margin-bottom: 5.2083333333vw;
	margin-left: 5.2604166667vw;
	margin-right: 5.2604166667vw;
	margin-top: 4.84375vw;
}

.l-Salon__map iframe {
	height: 28.28125vw;
	margin: 0 auto;
	width: 100%;
}

.l-style {
	background-color: #f3f1ee;
	padding-bottom: 6.6145833333vw;
}

.l-style__ttlbox {
	padding-bottom: 0vw;
	padding-left: 10.625vw;
	padding-right: 0vw;
	padding-top: 8.5416666667vw;
}

.l-style__link {
	margin-top: 3.8020833333vw;
	padding-bottom: 0vw;
	padding-left: 10.625vw;
	padding-right: 3.6458333333vw;
	padding-top: 0vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.l-style__link::after {
	background: url(../img/pc/arrow-right.svg) no-repeat center center/cover;
	content: "";
	height: 1.3541666667vw;
	position: absolute;
	right: 0vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3541666667vw;
}

.p-style__link {
	font-size: max(12px, 1.09375vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
}

.l-style__swiper-container {
	padding-top: 5.2083333333vw;
	position: relative;
}

.l-style__swiper-container .swiper-button-next {
	background: url(../img/pc/arrow-right.svg) no-repeat center center/cover;
	height: 2.7604166667vw;
	right: 11.71875vw;
	top: -5.2083333333vw;
	width: 2.7604166667vw;
}

.l-style__swiper-container .swiper-button-next::after {
	content: "";
}

.l-style__swiper-container .swiper-button-prev {
	background: url(../img/pc/arrow-left.svg) no-repeat center center/cover;
	height: 2.7604166667vw;
	left: auto;
	right: 16.3020833333vw;
	top: -5.2083333333vw;
	width: 2.7604166667vw;
}

.l-style__swiper-container .swiper-button-prev::after {
	content: "";
}

.swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
}

.l-style__swiper .swiper-slide {
	height: 22.7083333333vw !important;
	margin-right: 3.9583333333vw;
	width: 22.7083333333vw !important;
}

.l-style__item {
	height: 22.1875vw;
	width: 22.1875vw;
}

.l-style__item img {
	border-radius: 50%;
}

.pagination-archive-style {
	padding-bottom: 5.2083333333vw;
	text-align: center;
}

/* ============================================
下層
============================================ */

.l-Style__items {
	display: grid;
	gap: 7.2916666667vw 5.2083333333vw;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 8.8541666667vw;
	padding-left: 5.2083333333vw;
	padding-right: 5.2083333333vw;
	padding-top: 8.90625vw;
}

.l-Style__item {
	height: 24.8958333333vw;
	width: 26.40625vw;
}

/* ============================================
詳細ページ
============================================ */

.l-single__Style--main {
	background-color: #f3f1ee;
	padding-bottom: 4.1666666667vw;
	padding-left: 10.4166666667vw;
	padding-right: 10.4166666667vw;
	padding-top: 4.1666666667vw;
	text-align: center;
}

.p-Style__single--ttl {
	font-size: max(12px, 2.0833333333vw);
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.25;
	margin-top: 1.5625vw;
}

.p-single__Style--name {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.5625vw;
}

.p-single__Style--img {
	height: 31.25vw;
	margin: 0 auto;
	width: 41.6666666667vw;
}

.l-menu {
	margin-top: 8.5416666667vw;
	padding-bottom: 11.8229166667vw;
	position: relative;
}

.l-menu::after {
	background: url(../img/pc/menu-bg.png) no-repeat center center/cover;
	bottom: 0vw;
	content: "";
	height: 26.8229166667vw;
	left: 0vw;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.l-mune__human {
	margin-left: 15.6770833333vw;
	position: relative;
}

.p-menu__human--img {
	height: 35.5729166667vw;
	width: 35.4166666667vw;
}

.p-menu__ttl {
	bottom: 3.6458333333vw;
	left: -9.375vw;
	position: absolute;
	transform: rotate(-90deg);
}

.l-menu__txbox {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px rgba(206, 209, 212, 0.7411764706);
	opacity: 0.86;
	padding-bottom: 5.78125vw;
	padding-left: 4.9479166667vw;
	padding-right: 2.96875vw;
	padding-top: 6.7708333333vw;
	position: absolute;
	right: 10.5729166667vw;
	top: 50%;
	transform: translateY(-50%);
	width: 45.2604166667vw;
}

.l-menu__btnbox {
	margin-top: 2.34375vw;
	margin-top: 0;
	padding-right: 1.8229166667vw;
	padding-right: 0;
	text-align: right;
}

.l-menu__btn {
	width: 321px;
}

/* ============================================
下層
============================================ */

.l-Menu__items {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
	padding-bottom: 10.2083333333vw;
	padding-left: 16.1458333333vw;
	padding-right: 16.1458333333vw;
	padding-top: 2.96875vw;
}

.p-Menu__item--ttl {
	font-size: max(12px, 5.2083333333vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.45;
	text-align: center;
}

.p-Menu__item--img {
	height: 15.625vw;
	margin: 0 auto;
	margin-top: 2.0833333333vw;
	width: 41.6666666667vw;
}

.l-Menu__item--box {
	background-color: rgba(229, 229, 229, 0.3490196078);
	display: flex;
	flex-direction: column;
	gap: 1.5104166667vw;
	margin-top: 2.34375vw;
	padding-bottom: 3.90625vw;
	padding-left: 8.0729166667vw;
	padding-right: 8.0729166667vw;
	padding-top: 2.34375vw;
}

.l-Menu__item--price {
	display: flex;
	font-size: max(12px, 0.9375vw);
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0em;
	line-height: 1.4444444444;
	padding-bottom: 0.8854166667vw;
	padding-left: 0.5208333333vw;
	padding-right: 1.0416666667vw;
	padding-top: 0vw;
	position: relative;
}

.l-Menu__item--price::before {
	border-bottom: 1px solid #3b3b3b;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 33.8541666667vw;
}

.l-Menu__item--price::after {
	border-bottom: 1px solid #c1c1c1;
	bottom: 0;
	content: "";
	left: 33.8541666667vw;
	position: absolute;
	width: calc(100% - 33.8541666667vw);
}

.p-Menu__item--box--tx {
	font-size: max(12px, 0.78125vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
	margin-top: 2.0833333333vw;
	text-align: center;
}

.p-Menu__item--price--ttl {
	font-size: max(12px, 1.5625vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4666666667;
	margin-bottom: 1.5625vw;
	margin-bottom: 2.0833333333vw;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 7.5vw;
	text-align: center;
}

.mt-none {
	margin-top: 0;
}

.l-news {
	background: url(../img/pc/news-bg.png) no-repeat center center/cover;
	padding-bottom: 4.53125vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 3.4375vw;
}

.p-news__ttl {
	text-align: center;
}

.l-news__items {
	background: white;
	box-shadow: 0px 0px 20px rgba(165, 177, 193, 0.6901960784);
	display: flex;
	flex-direction: column;
	gap: 1.0416666667vw;
	height: auto;
	margin: 0 auto;
	margin-top: 3.0208333333vw;
	padding-bottom: 1.4583333333vw;
	padding-left: 4.1666666667vw;
	padding-right: 0vw;
	padding-top: 1.4583333333vw;
	width: 66.875vw;
}

.l-news__item {
	display: flex;
	gap: 4.4791666667vw;
}

.p-news__item--day,
.p-news__item--ttl {
	font-size: max(12px, 1.09375vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
}

/* ============================================
archive
============================================ */

.l-News__items,
.l-single__News--items {
	display: flex;
	flex-direction: column;
	gap: 1.0416666667vw;
	margin: 100px auto;
	padding-bottom: 3.125vw;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	padding-top: 3.125vw;
}

.l-single__News--item {
	display: flex;
	flex-direction: column;
	gap: 1.0416666667vw;
}

.l-contact {
	padding-top: 2.6041666667vw;
	position: relative;
	text-align: center;
}

.l-contact::after {
	background: url(../img/pc/contact-bg.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-contact__subttl {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 1.3020833333vw;
}

.l-contact__btnbox {
	display: flex;
	gap: 2.7604166667vw;
	justify-content: center;
	margin-top: 2.65625vw;
}

.l-contact__reserve--btn,
.l-contact__tel--btn {
	background: #2c2c2c;
	display: inline-block;
	height: 4.21875vw;
	position: relative;
	width: 15.6770833333vw;
}

.l-contact__reserve--btn::after,
.l-contact__tel--btn::after {
	background: url(../img/pc/contact-hasami.svg) no-repeat center center/cover;
	content: "";
	height: 0.8333333333vw;
	position: absolute;
	right: 1.1458333333vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8854166667vw;
}

.p-contact__reserve--btn {
	color: white;
	display: flex;
	flex-direction: column;
	font-size: max(12px, 1.7708333333vw);
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.0676470588em;
	line-height: 1;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-contact__reserve--btn span {
	font-size: max(12px, 0.6770833333vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4615384615;
}

.l-contact__tel--btn {
	background: transparent;
	border: 1px solid #2c2c2c;
}

.l-contact__tel--btn::after {
	display: none;
}

.p-contact__tel--btn {
	font-size: max(12px, 1.3020833333vw);
	font-weight: 600;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1.4;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-contact__tel--btn::before {
	background: url(../img/pc/header-tel.svg) no-repeat center center/cover;
	content: "";
	height: 1.1458333333vw;
	left: 1.9791666667vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1458333333vw;
}

.p-contact__tx {
	font-size: max(12px, 1.0416666667vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.l-contact__app {
	height: 5.6770833333vw;
	margin: 0 auto;
	margin-top: 1.40625vw;
	width: 22.6041666667vw;
}

footer {
	margin-top: 2.6041666667vw;
	padding-bottom: 4.0625vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.875vw;
	position: relative;
	text-align: left;
}

footer::after {
	background: url(../img/pc/footer-bg.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0.1041666667vw;
	width: 100%;
}

.l-footer__inner {
	align-items: center;
	color: white;
	display: flex;
	gap: 14.3229166667vw;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.l-footer__logo {
	height: 7.2395833333vw;
	width: 14.5833333333vw;
}

.l-footer__add {
	align-items: center;
	display: flex;
	gap: 2.1875vw;
	margin-top: 1.5104166667vw;
}

.p-footer__map {
	border: 1px solid white;
	font-weight: 700;
	padding-bottom: 0.625vw;
	padding-left: 2.2395833333vw;
	padding-right: 2.2395833333vw;
	padding-top: 0.625vw;
}

.p-footer__tel {
	font-size: max(12px, 1.3020833333vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
}

.l-footer__inst {
	height: 1.8229166667vw;
	margin-top: 1.7708333333vw;
	width: 1.8229166667vw;
}

.l-footer__items {
	display: flex;
	flex-direction: column;
	gap: 0.9895833333vw;
}

.l-footer__copy {
	background: #2c2c2c;
	color: white;
	padding-bottom: 0.5208333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 0.5208333333vw;
	text-align: center;
}

@media (min-width: 600px) and (max-width: 767px) {

body {
	font-size: min(34px, 3.9534883721vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7647058824;
	padding-top: 14.8837209302vw;
}

.u-pc {
	display: none;
}

.u-tab {
	display: none;
}

.c-ttlbox {
	padding-left: 3.9534883721vw;
}

.c-ttl,
.c-Ttl {
	font-size: min(90px, 10.4651162791vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
}

.c-Ttl {
	padding-bottom: 13.9534883721vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 13.9534883721vw;
}

.c-subttl {
	gap: 0.6976744186vw;
	margin-top: 2.3255813953vw;
}

.c-subttl span {
	height: 0.6976744186vw;
	width: 0.6976744186vw;
}

header {
	height: 14.8837209302vw;
}

.l-header__inner {
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-header__logo {
	height: 8.3720930233vw;
	width: 16.7441860465vw;
}

.p-header__tel {
	font-size: min(50px, 5.8139534884vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
	margin-top: 23.9534883721vw;
	padding-left: 5.8139534884vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__tel::before {
	height: 3.7209302326vw;
	width: 3.7209302326vw;
}

.p-header__tel--open {
	padding-left: 10.2325581395vw;
	width: -moz-fit-content;
	width: fit-content;
}

.l-header__btn {
	border-radius: 0;
	height: 14.4186046512vw;
	margin-left: 5.1162790698vw;
	margin-top: 7.6744186047vw;
	width: 52.0930232558vw;
}

.l-header__btn::after {
	height: 2.7906976744vw;
	left: auto;
	right: 3.023255814vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2558139535vw;
}

.p-header__btn {
	font-size: min(34px, 3.9534883721vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4705882353;
	top: 0vw;
}

.p-header__btn span {
	font-size: min(20px, 2.3255813953vw);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-header__btn::before {
	display: none;
}

.p-header__btn::after {
	display: none;
}

.l-fv {
	padding-bottom: 16.976744186vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 8.3720930233vw;
}

.l-fv__bg {
	height: 86.976744186vw;
	padding-bottom: 0vw;
	padding-left: 7.6744186047vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-fv__bg--tx {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.9444444444;
	right: 0;
}

.l-fv__img,
.l-fv__img02,
.l-fv__img03 {
	height: 98.3720930233vw;
	left: 11.8604651163vw;
	top: 3.2558139535vw;
	width: 66.0465116279vw;
}

.l-fv__img02 {
	bottom: 0;
	height: 98.6046511628vw;
	left: auto;
	right: 0;
	top: 6.976744186vw;
	top: auto;
	width: 17.6744186047vw;
}

.l-consept {
	flex-direction: column;
	gap: 0vw;
	margin-top: 5.8139534884vw;
}

.l-consept__main {
	width: 100%;
}

.p-consept__tx {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 3.9534883721vw;
	padding-top: 5.3488372093vw;
}

.l-consept__btnbox::after {
	height: 25.5813953488vw;
	right: -10.9302325581vw;
	width: 14.4186046512vw;
}

.btn-l {
	height: 16.976744186vw;
	width: 69.0697674419vw;
}

.btn-p {
	font-size: min(42px, 4.8837209302vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
}

.btn-p::after {
	height: 9.3023255814vw;
	right: 4.4186046512vw;
	width: 9.3023255814vw;
}

.l-consept__img {
	height: 36.7441860465vw;
	margin-right: 0vw;
	margin-top: 66.976744186vw;
	width: 68.6046511628vw;
	z-index: 3;
}

.l-consept__img::after {
	bottom: -11.6279069767vw;
	height: 25.5813953488vw;
	left: -17.6744186047vw;
	width: 35.1162790698vw;
}

.l-consept__imgbox {
	width: 100%;
}

.l-consept__imgbox::after {
	display: none;
}

.l-consept__human {
	bottom: 55.8139534884vw;
	height: 57.2093023256vw;
	top: auto;
	width: 82.0930232558vw;
}

.l-consept__human02 {
	bottom: 27.9069767442vw;
	height: 46.2790697674vw;
	width: 46.7441860465vw;
}

.l-Consept__ttlbox {
	margin-top: 18.6046511628vw;
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 0vw;
}

.p-Consept__ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-Consept__subttl {
	margin-top: 4.6511627907vw;
	text-align: left;
}

.l-Consept__items {
	gap: 18.6046511628vw;
	padding-bottom: 18.6046511628vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 18.6046511628vw;
}

.l-Consept__item {
	flex-direction: column;
	gap: 9.3023255814vw;
}

.l-Consept__item:nth-child(2n) {
	flex-direction: column;
}

.p-Consept__item--img {
	height: 100%;
	width: 100%;
}

.l-Consept__item--box {
	width: 100%;
}

.P-Consept__item--ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
}

.P-Consept__item--tx {
	margin-top: 4.6511627907vw;
	padding-right: 0;
}

.after-flower02::after {
	display: none;
}

.after-flower03::after {
	display: none;
}

.l-salon {
	flex-direction: column;
	gap: 8.6046511628vw;
	padding-bottom: 15.1162790698vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 15.1162790698vw;
}

.l-salon::before {
	width: 18.1395348837vw;
}

.l-salon__main {
	margin-left: 0vw;
}

.l-salon__main::after {
	bottom: -20.9302325581vw;
	height: 64.1860465116vw;
	right: 0;
	width: 62.0930232558vw;
	z-index: 2;
}

.l-salon__ttlbox {
	margin: 0;
	padding: 0;
}

.l-salon__add {
	align-items: flex-start;
	flex-direction: column;
	gap: 4.1860465116vw;
	margin-top: 8.3720930233vw;
}

.p-salon__add {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__map {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin: 0 auto;
	padding-bottom: 2.7906976744vw;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 2.7906976744vw;
}

.l-salon__items {
	gap: 7.2093023256vw;
	margin-top: 9.7674418605vw;
}

.l-salon__item {
	gap: 2.7906976744vw;
}

.p--salon__item--ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__item--tx {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__item--tx span {
	margin-left: 10.4651162791vw;
}

.l-salon__imgbox {
	padding-bottom: 9.3023255814vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-salon__img,
.l-salon__img02 {
	height: 41.8604651163vw;
	width: 53.488372093vw;
}

.l-salon__img02 {
	right: 3.488372093vw;
	top: 11.6279069767vw;
}

.c-Ttlbox {
	padding: 0;
}

.l-Salon__items {
	gap: 18.6046511628vw;
}

.l-Salon__item {
	flex-direction: column;
	gap: 9.3023255814vw;
}

.l-Salon__item:nth-child(2n) {
	flex-direction: column;
}

.p-Salon__item--img {
	height: 100%;
	width: 100%;
}

.l-Salon__item--txbox {
	width: 100%;
}

.p-Salon__item--ttl {
	font-size: min(60px, 6.976744186vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3333333333;
}

.p-Salon__item--tx {
	margin-top: 4.6511627907vw;
}

.l-Salon__access {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.l-Salon__access--items {
	flex-direction: column;
	gap: 4.6511627907vw;
	margin-top: 9.3023255814vw;
}

.l-Salon__access--img {
	height: 100%;
	width: 100%;
}

.l-Salon__access--add {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.5;
}

.l-Salon__access--add--item {
	flex-direction: column;
	gap: 0vw;
}

.l-Salon__access--add--item p {
	width: 100%;
}

.l-Salon__btnbox {
	margin-top: 9.3023255814vw;
}

.l-Salon__btn {
	height: 11.6279069767vw;
	width: 58.1395348837vw;
}

.p-Salon__btn {
	font-size: min(30px, 3.488372093vw);
	font-weight: 600;
	letter-spacing: 0.0666666667em;
	line-height: 1.3333333333;
}

.p-Salon__btn::before {
	height: 5.8139534884vw;
	width: 11.6279069767vw;
}

.p-Salon__btn::after {
	height: 4.6511627907vw;
	width: 4.6511627907vw;
}

.l-style {
	padding-bottom: 22.3255813953vw;
}

.l-style__ttlbox {
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 12.3255813953vw;
}

.l-style__link {
	margin-top: 6.976744186vw;
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 10.4651162791vw;
	padding-top: 0vw;
}

.l-style__link::after {
	height: 6.0465116279vw;
	width: 6.0465116279vw;
}

.p-style__link {
	font-size: min(42px, 4.8837209302vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
}

.l-style__swiper-container {
	margin-top: 6.976744186vw;
}

.l-style__swiper-container .swiper-button-next {
	display: none;
}

.l-style__swiper-container .swiper-button-prev {
	display: none;
}

.l-style__swiper .swiper-slide {
	height: 61.8604651163vw !important;
	margin-bottom: 0vw;
	margin-left: 5.5813953488vw;
	margin-right: 5.5813953488vw;
	margin-top: 0vw;
	width: 61.8604651163vw !important;
}

.l-style__item {
	height: 61.8604651163vw;
	width: 61.8604651163vw;
}

.l-Style__items {
	gap: 9.3023255814vw;
	grid-template-columns: 1fr;
	padding-bottom: 13.9534883721vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 13.9534883721vw;
}

.l-Style__item {
	height: 81.3953488372vw;
	width: 100%;
}

.l-single__Style--main {
	padding-bottom: 13.9534883721vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 13.9534883721vw;
}

.p-Style__single--ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 500;
	letter-spacing: 0.0416666667em;
	line-height: 1.25;
	margin-top: 4.6511627907vw;
}

.p-single__Style--name {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 500;
	letter-spacing: 0.0555555556em;
	line-height: 1.6666666667;
	margin-top: 4.6511627907vw;
}

.p-single__Style--img {
	height: 69.7674418605vw;
	width: 93.023255814vw;
}

.l-menu {
	margin-top: 21.8604651163vw;
	padding-bottom: 57.4418604651vw;
}

.l-menu::after {
	background: url(../img/sp/menu-bg.png) no-repeat center center/cover;
	height: 73.023255814vw;
}

.l-mune__human {
	margin-left: 3.9534883721vw;
}

.p-menu__human--img {
	height: 51.8604651163vw;
	width: 92.5581395349vw;
}

.p-menu__ttl {
	bottom: -34.8837209302vw;
	left: -15.5813953488vw;
}

.l-menu__txbox {
	left: 50%;
	padding-bottom: 6.511627907vw;
	padding-left: 3.488372093vw;
	padding-right: 3.9534883721vw;
	padding-top: 4.8837209302vw;
	right: auto;
	top: 36.0465116279vw;
	transform: translateX(-50%);
	width: 82.0930232558vw;
}

.l-Menu__items {
	gap: 9.3023255814vw;
	padding-bottom: 13.9534883721vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 13.9534883721vw;
}

.p-Menu__item--ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-Menu__item--img {
	height: 46.511627907vw;
	width: 100%;
}

.l-Menu__item--box {
	gap: 6.0465116279vw;
	margin-top: 9.3023255814vw;
	padding-bottom: 6.976744186vw;
	padding-left: 3.488372093vw;
	padding-right: 3.488372093vw;
	padding-top: 6.976744186vw;
}

.l-Menu__item--price {
	flex-direction: column;
	font-size: min(32px, 3.7209302326vw);
	font-weight: 500;
	gap: 1.3953488372vw;
	letter-spacing: 0em;
	line-height: 1.25;
	padding-bottom: 3.7209302326vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-Menu__item--price::before {
	width: 46.511627907vw;
}

.l-Menu__item--price::after {
	left: 46.511627907vw;
	width: calc(100% - 46.511627907vw);
}

.p-Menu__item--box--tx {
	font-size: min(30px, 3.488372093vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
}

.p-Menu__item--price--ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.25;
	margin-bottom: 6.976744186vw;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 13.9534883721vw;
}

.mt-none {
	margin-top: 0;
}

.l-news {
	background: url(../img/sp/news-bg.png) no-repeat center center/cover;
	padding-bottom: 9.3023255814vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.3023255814vw;
}

.l-news__items {
	padding-bottom: 4.6511627907vw;
	padding-left: 9.3023255814vw;
	padding-right: 9.3023255814vw;
	padding-top: 4.6511627907vw;
	width: 93.023255814vw;
}

.l-news__item {
	flex-direction: column;
	gap: 1.3953488372vw;
}

.p-news__item--day,
.p-news__item--ttl {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0.0625em;
	line-height: 1.25;
}

.l-contact {
	padding-top: 12.7906976744vw;
}

.l-contact::after {
	background: url(../img/sp/contact-bg.png) no-repeat center center/cover;
	height: 112.0930232558vw;
}

.p-contact__subttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 6.976744186vw;
}

.l-contact__btnbox {
	flex-direction: column;
	gap: 2.5581395349vw;
	margin-top: 6.976744186vw;
}

.l-contact__reserve--btn,
.l-contact__tel--btn {
	height: 18.8372093023vw;
	margin: 0 auto;
	width: 92.5581395349vw;
}

.l-contact__reserve--btn::after,
.l-contact__tel--btn::after {
	height: 3.7209302326vw;
	right: 5.1162790698vw;
	width: 3.9534883721vw;
}

.p-contact__reserve--btn {
	font-size: min(46px, 5.3488372093vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4782608696;
}

.p-contact__reserve--btn span {
	font-size: min(26px, 3.023255814vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4615384615;
}

.p-contact__tel--btn {
	font-size: min(50px, 5.8139534884vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
}

.p-contact__tel--btn::before {
	height: 4.6511627907vw;
	left: 14.8837209302vw;
	width: 4.6511627907vw;
}

.p-contact__tx {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 0.6976744186vw;
}

.l-contact__app {
	display: none;
}

footer {
	margin-top: 8.6046511628vw;
	padding-bottom: 8.1395348837vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 17.4418604651vw;
}

footer::after {
	background: url(../img/sp/footer-bg.svg) no-repeat center center/cover;
}

.l-footer__inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 10.2325581395vw;
}

.l-footer__logo {
	height: 25.1162790698vw;
	width: 50.9302325581vw;
}

.l-footer__add {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.8604651163vw;
	margin-top: 7.4418604651vw;
}

.p-footer__map {
	padding-bottom: 2.3255813953vw;
	padding-left: 8.3720930233vw;
	padding-right: 8.3720930233vw;
	padding-top: 2.3255813953vw;
}

.p-footer__tel {
	font-size: min(38px, 4.4186046512vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4210526316;
	margin-top: 1.8604651163vw;
}

.l-footer__inst {
	height: 6.2790697674vw;
	margin-top: 6.511627907vw;
	width: 6.2790697674vw;
}

.l-footer__items {
	flex-wrap: wrap;
	gap: 2.0930232558vw 25.5813953488vw;
	height: 27.9069767442vw;
}

.l-footer__copy {
	font-size: min(26px, 3.023255814vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.6923076923;
	padding-bottom: 2.0930232558vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 2.0930232558vw;
}

}

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

.u-sp {
	display: none;
}

.l-menu__drawer {
	bottom: -22.3958333333vw;
	height: 20.8333333333vw;
	width: 52.0833333333vw;
}

.l-header__btn {
	height: 11.4583333333vw;
	width: 11.4583333333vw;
}

.l-header__btn::after {
	height: 1.3541666667vw;
	width: 1.3541666667vw;
}

.p-header__btn::before {
	height: 15px;
	right: 8px;
}

.p-header__btn::after {
	height: 15px;
	left: 8px;
}

.l-Consept__item {
	gap: 20px;
}

.P-Consept__item--tx {
	padding-right: 1.0416666667vw;
}

.l-salon__main {
	margin-left: 2.0833333333vw;
}

.c-Ttlbox {
	padding-top: 13.671875vw;
}

.l-Salon__access {
	padding-bottom: 2.0833333333vw;
	padding-left: 1.0416666667vw;
	padding-right: 1.0416666667vw;
	padding-top: 2.0833333333vw;
}

.l-Salon__access--items {
	gap: 2.0833333333vw;
}

.l-Salon__access--add--item p {
	width: 80px;
}

.l-Salon__btn {
	height: 50px;
	width: 250px;
}

.p-contact__tel--btn::before {
	left: 1.0416666667vw;
}

}

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

.u-sp {
	display: none;
}

.l-menu__drawer {
	bottom: -22.3958333333vw;
	height: 20.8333333333vw;
	width: 52.0833333333vw;
}

.p-header__btn::before {
	height: 15px;
	right: 8px;
}

.p-header__btn::after {
	height: 15px;
	left: 8px;
}

.l-Salon__access {
	padding-bottom: 2.0833333333vw;
	padding-left: 1.0416666667vw;
	padding-right: 1.0416666667vw;
	padding-top: 2.0833333333vw;
}

.l-Salon__btn {
	height: 50px;
	width: 250px;
}

}

@media (min-width: 1201px) {

.u-sp {
	display: none;
}

.u-tab {
	display: none;
}

}

@media (max-width: 599px) {

body {
	font-size: min(34px, 3.9534883721vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7647058824;
	padding-top: 14.8837209302vw;
}

.u-pc {
	display: none;
}

.u-tab {
	display: none;
}

.c-ttlbox {
	padding-left: 3.9534883721vw;
}

.c-ttl,
.c-Ttl {
	font-size: min(90px, 10.4651162791vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
}

.c-Ttl {
	padding-bottom: 13.9534883721vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 13.9534883721vw;
}

.c-subttl {
	gap: 0.6976744186vw;
	margin-top: 2.3255813953vw;
}

.c-subttl span {
	height: 0.6976744186vw;
	width: 0.6976744186vw;
}

header {
	height: 14.8837209302vw;
}

.l-header__inner {
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-header__logo {
	height: 8.3720930233vw;
	width: 16.7441860465vw;
}

.p-header__tel {
	font-size: min(50px, 5.8139534884vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
	margin-top: 23.9534883721vw;
	padding-left: 5.8139534884vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__tel::before {
	height: 3.7209302326vw;
	width: 3.7209302326vw;
}

.p-header__tel--open {
	padding-left: 10.2325581395vw;
	width: -moz-fit-content;
	width: fit-content;
}

.l-header__btn {
	border-radius: 0;
	height: 14.4186046512vw;
	margin-left: 5.1162790698vw;
	margin-top: 7.6744186047vw;
	width: 52.0930232558vw;
}

.l-header__btn::after {
	height: 2.7906976744vw;
	left: auto;
	right: 3.023255814vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2558139535vw;
}

.p-header__btn {
	font-size: min(34px, 3.9534883721vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4705882353;
	top: 0vw;
}

.p-header__btn span {
	font-size: min(20px, 2.3255813953vw);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-header__btn::before {
	display: none;
}

.p-header__btn::after {
	display: none;
}

.l-fv {
	padding-bottom: 16.976744186vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 8.3720930233vw;
}

.l-fv__bg {
	height: 86.976744186vw;
	padding-bottom: 0vw;
	padding-left: 7.6744186047vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-fv__bg--tx {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.9444444444;
	right: 0;
}

.l-fv__img,
.l-fv__img02,
.l-fv__img03 {
	height: 98.3720930233vw;
	left: 11.8604651163vw;
	top: 3.2558139535vw;
	width: 66.0465116279vw;
}

.l-fv__img02 {
	bottom: 0;
	height: 98.6046511628vw;
	left: auto;
	right: 0;
	top: 6.976744186vw;
	top: auto;
	width: 17.6744186047vw;
}

.l-consept {
	flex-direction: column;
	gap: 0vw;
	margin-top: 5.8139534884vw;
}

.l-consept__main {
	width: 100%;
}

.p-consept__tx {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 3.9534883721vw;
	padding-top: 5.3488372093vw;
}

.l-consept__btnbox::after {
	height: 25.5813953488vw;
	right: -10.9302325581vw;
	width: 14.4186046512vw;
}

.btn-l {
	height: 16.976744186vw;
	width: 69.0697674419vw;
}

.btn-p {
	font-size: min(42px, 4.8837209302vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
}

.btn-p::after {
	height: 9.3023255814vw;
	right: 4.4186046512vw;
	width: 9.3023255814vw;
}

.l-consept__img {
	height: 36.7441860465vw;
	margin-right: 0vw;
	margin-top: 66.976744186vw;
	width: 68.6046511628vw;
	z-index: 3;
}

.l-consept__img::after {
	bottom: -11.6279069767vw;
	height: 25.5813953488vw;
	left: -17.6744186047vw;
	width: 35.1162790698vw;
}

.l-consept__imgbox {
	width: 100%;
}

.l-consept__imgbox::after {
	display: none;
}

.l-consept__human {
	bottom: 55.8139534884vw;
	height: 57.2093023256vw;
	top: auto;
	width: 82.0930232558vw;
}

.l-consept__human02 {
	bottom: 27.9069767442vw;
	height: 46.2790697674vw;
	width: 46.7441860465vw;
}

.l-Consept__ttlbox {
	margin-top: 18.6046511628vw;
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 0vw;
}

.p-Consept__ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-Consept__subttl {
	margin-top: 4.6511627907vw;
	text-align: left;
}

.l-Consept__items {
	gap: 18.6046511628vw;
	padding-bottom: 18.6046511628vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 18.6046511628vw;
}

.l-Consept__item {
	flex-direction: column;
	gap: 9.3023255814vw;
}

.l-Consept__item:nth-child(2n) {
	flex-direction: column;
}

.p-Consept__item--img {
	height: 100%;
	width: 100%;
}

.l-Consept__item--box {
	width: 100%;
}

.P-Consept__item--ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
}

.P-Consept__item--tx {
	margin-top: 4.6511627907vw;
	padding-right: 0;
}

.after-flower02::after {
	display: none;
}

.after-flower03::after {
	display: none;
}

.l-salon {
	flex-direction: column;
	gap: 8.6046511628vw;
	padding-bottom: 15.1162790698vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 15.1162790698vw;
}

.l-salon::before {
	width: 18.1395348837vw;
}

.l-salon__main {
	margin-left: 0vw;
}

.l-salon__main::after {
	bottom: -20.9302325581vw;
	height: 64.1860465116vw;
	right: 0;
	width: 62.0930232558vw;
	z-index: 2;
}

.l-salon__ttlbox {
	margin: 0;
	padding: 0;
}

.l-salon__add {
	align-items: flex-start;
	flex-direction: column;
	gap: 4.1860465116vw;
	margin-top: 8.3720930233vw;
}

.p-salon__add {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__map {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin: 0 auto;
	padding-bottom: 2.7906976744vw;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 2.7906976744vw;
}

.l-salon__items {
	gap: 7.2093023256vw;
	margin-top: 9.7674418605vw;
}

.l-salon__item {
	gap: 2.7906976744vw;
}

.p--salon__item--ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__item--tx {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-salon__item--tx span {
	margin-left: 10.4651162791vw;
}

.l-salon__imgbox {
	padding-bottom: 9.3023255814vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-salon__img,
.l-salon__img02 {
	height: 41.8604651163vw;
	width: 53.488372093vw;
}

.l-salon__img02 {
	right: 3.488372093vw;
	top: 11.6279069767vw;
}

.c-Ttlbox {
	padding: 0;
}

.l-Salon__items {
	gap: 18.6046511628vw;
}

.l-Salon__item {
	flex-direction: column;
	gap: 9.3023255814vw;
}

.l-Salon__item:nth-child(2n) {
	flex-direction: column;
}

.p-Salon__item--img {
	height: 100%;
	width: 100%;
}

.l-Salon__item--txbox {
	width: 100%;
}

.p-Salon__item--ttl {
	font-size: min(60px, 6.976744186vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3333333333;
}

.p-Salon__item--tx {
	margin-top: 4.6511627907vw;
}

.l-Salon__access {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.l-Salon__access--items {
	flex-direction: column;
	gap: 4.6511627907vw;
	margin-top: 9.3023255814vw;
}

.l-Salon__access--img {
	height: 100%;
	width: 100%;
}

.l-Salon__access--add {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.5;
}

.l-Salon__access--add--item {
	flex-direction: column;
	gap: 0vw;
}

.l-Salon__access--add--item p {
	width: 100%;
}

.l-Salon__btnbox {
	margin-top: 9.3023255814vw;
}

.l-Salon__btn {
	height: 11.6279069767vw;
	width: 58.1395348837vw;
}

.p-Salon__btn {
	font-size: min(30px, 3.488372093vw);
	font-weight: 600;
	letter-spacing: 0.0666666667em;
	line-height: 1.3333333333;
}

.p-Salon__btn::before {
	height: 5.8139534884vw;
	width: 11.6279069767vw;
}

.p-Salon__btn::after {
	height: 4.6511627907vw;
	width: 4.6511627907vw;
}

.l-style {
	padding-bottom: 22.3255813953vw;
}

.l-style__ttlbox {
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 12.3255813953vw;
}

.l-style__link {
	margin-top: 6.976744186vw;
	padding-bottom: 0vw;
	padding-left: 3.9534883721vw;
	padding-right: 10.4651162791vw;
	padding-top: 0vw;
}

.l-style__link::after {
	height: 6.0465116279vw;
	width: 6.0465116279vw;
}

.p-style__link {
	font-size: min(42px, 4.8837209302vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
}

.l-style__swiper-container {
	margin-top: 6.976744186vw;
}

.l-style__swiper-container .swiper-button-next {
	display: none;
}

.l-style__swiper-container .swiper-button-prev {
	display: none;
}

.l-style__swiper .swiper-slide {
	height: 61.8604651163vw !important;
	margin-bottom: 0vw;
	margin-left: 5.5813953488vw;
	margin-right: 5.5813953488vw;
	margin-top: 0vw;
	width: 61.8604651163vw !important;
}

.l-style__item {
	height: 61.8604651163vw;
	width: 61.8604651163vw;
}

.l-Style__items {
	gap: 9.3023255814vw;
	grid-template-columns: 1fr;
	padding-bottom: 13.9534883721vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 13.9534883721vw;
}

.l-Style__item {
	height: 81.3953488372vw;
	width: 100%;
}

.l-single__Style--main {
	padding-bottom: 13.9534883721vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 13.9534883721vw;
}

.p-Style__single--ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 500;
	letter-spacing: 0.0416666667em;
	line-height: 1.25;
	margin-top: 4.6511627907vw;
}

.p-single__Style--name {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 500;
	letter-spacing: 0.0555555556em;
	line-height: 1.6666666667;
	margin-top: 4.6511627907vw;
}

.p-single__Style--img {
	height: 69.7674418605vw;
	width: 93.023255814vw;
}

.l-menu {
	margin-top: 21.8604651163vw;
	padding-bottom: 57.4418604651vw;
}

.l-menu::after {
	background: url(../img/sp/menu-bg.png) no-repeat center center/cover;
	height: 73.023255814vw;
}

.l-mune__human {
	margin-left: 3.9534883721vw;
}

.p-menu__human--img {
	height: 51.8604651163vw;
	width: 92.5581395349vw;
}

.p-menu__ttl {
	bottom: -34.8837209302vw;
	left: -15.5813953488vw;
}

.l-menu__txbox {
	left: 50%;
	padding-bottom: 6.511627907vw;
	padding-left: 3.488372093vw;
	padding-right: 3.9534883721vw;
	padding-top: 4.8837209302vw;
	right: auto;
	top: 36.0465116279vw;
	transform: translateX(-50%);
	width: 82.0930232558vw;
}

.l-Menu__items {
	gap: 9.3023255814vw;
	padding-bottom: 13.9534883721vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 13.9534883721vw;
}

.p-Menu__item--ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-Menu__item--img {
	height: 46.511627907vw;
	width: 100%;
}

.l-Menu__item--box {
	gap: 6.0465116279vw;
	margin-top: 9.3023255814vw;
	padding-bottom: 6.976744186vw;
	padding-left: 3.488372093vw;
	padding-right: 3.488372093vw;
	padding-top: 6.976744186vw;
}

.l-Menu__item--price {
	flex-direction: column;
	font-size: min(32px, 3.7209302326vw);
	font-weight: 500;
	gap: 1.3953488372vw;
	letter-spacing: 0em;
	line-height: 1.25;
	padding-bottom: 3.7209302326vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 0vw;
}

.l-Menu__item--price::before {
	width: 46.511627907vw;
}

.l-Menu__item--price::after {
	left: 46.511627907vw;
	width: calc(100% - 46.511627907vw);
}

.p-Menu__item--box--tx {
	font-size: min(30px, 3.488372093vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
}

.p-Menu__item--price--ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.25;
	margin-bottom: 6.976744186vw;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 13.9534883721vw;
}

.mt-none {
	margin-top: 0;
}

.l-news {
	background: url(../img/sp/news-bg.png) no-repeat center center/cover;
	padding-bottom: 9.3023255814vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.3023255814vw;
}

.l-news__items {
	padding-bottom: 4.6511627907vw;
	padding-left: 9.3023255814vw;
	padding-right: 9.3023255814vw;
	padding-top: 4.6511627907vw;
	width: 93.023255814vw;
}

.l-news__item {
	flex-direction: column;
	gap: 1.3953488372vw;
}

.p-news__item--day,
.p-news__item--ttl {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0.0625em;
	line-height: 1.25;
}

.l-contact {
	padding-top: 12.7906976744vw;
}

.l-contact::after {
	background: url(../img/sp/contact-bg.png) no-repeat center center/cover;
	height: 112.0930232558vw;
}

.p-contact__subttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 6.976744186vw;
}

.l-contact__btnbox {
	flex-direction: column;
	gap: 2.5581395349vw;
	margin-top: 6.976744186vw;
}

.l-contact__reserve--btn,
.l-contact__tel--btn {
	height: 18.8372093023vw;
	margin: 0 auto;
	width: 92.5581395349vw;
}

.l-contact__reserve--btn::after,
.l-contact__tel--btn::after {
	height: 3.7209302326vw;
	right: 5.1162790698vw;
	width: 3.9534883721vw;
}

.p-contact__reserve--btn {
	font-size: min(46px, 5.3488372093vw);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4782608696;
}

.p-contact__reserve--btn span {
	font-size: min(26px, 3.023255814vw);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4615384615;
}

.p-contact__tel--btn {
	font-size: min(50px, 5.8139534884vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
}

.p-contact__tel--btn::before {
	height: 4.6511627907vw;
	left: 14.8837209302vw;
	width: 4.6511627907vw;
}

.p-contact__tx {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 0.6976744186vw;
}

.l-contact__app {
	display: none;
}

footer {
	margin-top: 8.6046511628vw;
	padding-bottom: 8.1395348837vw;
	padding-left: 3.9534883721vw;
	padding-right: 0vw;
	padding-top: 17.4418604651vw;
}

footer::after {
	background: url(../img/sp/footer-bg.svg) no-repeat center center/cover;
}

.l-footer__inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 10.2325581395vw;
}

.l-footer__logo {
	height: 25.1162790698vw;
	width: 50.9302325581vw;
}

.l-footer__add {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.8604651163vw;
	margin-top: 7.4418604651vw;
}

.p-footer__map {
	padding-bottom: 2.3255813953vw;
	padding-left: 8.3720930233vw;
	padding-right: 8.3720930233vw;
	padding-top: 2.3255813953vw;
}

.p-footer__tel {
	font-size: min(38px, 4.4186046512vw);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4210526316;
	margin-top: 1.8604651163vw;
}

.l-footer__inst {
	height: 6.2790697674vw;
	margin-top: 6.511627907vw;
	width: 6.2790697674vw;
}

.l-footer__items {
	flex-wrap: wrap;
	gap: 2.0930232558vw 25.5813953488vw;
	height: 27.9069767442vw;
}

.l-footer__copy {
	font-size: min(26px, 3.023255814vw);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.6923076923;
	padding-bottom: 2.0930232558vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 2.0930232558vw;
}

}

