@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.header_list_inner a.now.salon:after {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.fv .fv_splash_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	z-index: 2;
}

.fv .fv_splash_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	z-index: 2;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

.fv .section_container_1 {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 1.8rem;
}

.fv_text * {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
	line-height: 1;
	color: #fff;
}

.fv_text_big {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 700;
}

.fv_text_small {
	margin-top: 0.5em;
	font-size: 0.5em;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}

	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}

	.fv .fv_splash_2 {
		bottom: 0;
		left: 0;
		width: 22%
	}
}

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

@media screen and (min-width: 1440px) {
	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}

	.fv .fv_splash_2 {
		bottom: 0;
		left: 0;
		width: 21%
	}

	.fv_text {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section {
	padding: 20% 0;
}

.section_container_inner {}

.text {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.section {
		padding: 10% 0;
	}
}

@media screen and (min-width: 1440px) {
	.text {
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {
	position: relative;
}

.section_1 .bg_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}

.section_1 .bg_2 {
	position: absolute;
	top: 880px;
	right: 0;
	width: 60%;
}

.section_1 .section_inner {
	position: relative;
	z-index: 1;
}

.section_1 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: right;
}

.section_1 .heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 20%;
	height: 1px;
	background-color: #024f5f;
}

.section_1 .heading_2 {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
}

.section_1 .heading_2 > * {
	display: block;
}

.section_1 .heading_2 > *:nth-of-type(2) {
	margin-top: 2.5%;
}

.section_1 .text {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: left;
}

.section_1 .text_en {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: left;
}

.section_1 .img_1 {
	display: block;
	width: 95%;
	margin: 0 0 0 auto;
	margin-top: 5%;
}

.section_1 .img_2 {
	display: block;
	width: 70%;
	margin: 0 auto 0 0;
	margin-top: -5%;
}

.section_1 .img_3 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
}

.section_1 .img_4 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

.section_1 .flexbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 5% auto 0;
}

@media screen and (min-width: 768px) {
	.section_1 {
		padding: 5% 0;
	}

	.section_1 .bg_1 {
		width: 100%;
	}

	.section_1 .bg_2 {
		width: 100%;
	}

	.section_1 .section_inner {}

	.section_1 .heading {
		width: 40%;
		margin: 0 15% 0 auto;
	}

	.section_1 .heading::before {
		width: 35%;
	}

	.section_1 .heading_2 {
		width: auto;
		margin: 5% 7.5% 0 50%;
	}

	.section_1 .text {
		width: auto;
		margin: 5% 7.5% 0 50%;
	}

	.section_1 .text_en {
		width: auto;
		margin: -70px 60% 0 7.5%;
	}

	.section_1 .img_1 {
		position: absolute;
		top: 60px;
		left: 7.5%;
		width: 40%;
		margin: 0;
	}

	.section_1 .img_2 {
		position: absolute;
		top: 270px;
		left: 5%;
		width: 30%;
		margin: 0;
	}

	.section_1 .img_3 {
		position: absolute;
		top: 440px;
		right: 5%;
		width: 70%;
		margin: 0;
	}

	.section_1 .img_4 {
		width: 70%;
	}

	.section_1 .flexbox {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
		width: 90%;
		margin: 50% auto 0;
	}

	.section_1 .flexbox > * {
		display: block;
		width: calc((100% - (12px * 2)) / 3);
	}
}

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

	.section_1 .bg_1 {}

	.section_1 .bg_2 {
		top: 570px;
	}

	.section_1 .section_inner {}

	.section_1 .heading {
		width: 35%;
	}

	.section_1 .heading::before {}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .text_en {
		margin: 15% 50% 0 20%;
	}

	.section_1 .img_1 {}

	.section_1 .img_2 {}

	.section_1 .img_3 {
		width: 40%;
	}

	.section_1 .img_4 {}

	.section_1 .flexbox {
		margin: 15% auto 0;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 {}

	.section_1 .bg_1 {}

	.section_1 .bg_2 {
		top: 640px;
	}

	.section_1 .section_inner {}

	.section_1 .heading {}

	.section_1 .heading::before {}

	.section_1 .heading_2 {
        margin: 5% 10% 0 53%;
	}

	.section_1 .text {
		margin: 2.5% 10% 0 53%;
	}

	.section_1 .text_en {
		margin: 10% 45% 0 30%;
	}

	.section_1 .img_1 {
		top: 100px;
		left: 15.5%;
		width: 35%;
	}

	.section_1 .img_2 {
		top: 430px;
		width: 25%;
	}

	.section_1 .img_3 {
		top: 540px;
		width: 35%;
	}

	.section_1 .img_4 {
		margin: 10% auto 0;
	}

	.section_1 .flexbox {
		gap: 36px;
		width: 75%;
		margin: 15% auto 0;
	}

	.section_1 .flexbox > * {
		width: calc((100% - (36px * 2)) / 3);
	}
}

@media screen and (min-width: 1920px) {
	.section_1 {}

	.section_1 .bg_1 {}

	.section_1 .bg_2 {
		top: 700px;
	}

	.section_1 .section_inner {}

	.section_1 .heading {}

	.section_1 .heading::before {}

	.section_1 .heading_2 {}

	.section_1 .text {}

	.section_1 .text_en {
		margin: 17% 47% 0 33%;
	}

	.section_1 .img_1 {}

	.section_1 .img_2 {
		top: 530px;
	}

	.section_1 .img_3 {
		width: 38%;
	}

	.section_1 .img_4 {}

	.section_1 .flexbox {
		margin: 12% auto 0;
	}

	.section_1 .flexbox > * {}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {
	position: relative;
}

.section_2 .section_inner {
	position: relative;
	z-index: 1;
}

.section_2 .heading {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.section_2 .heading::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 40%;
	height: 1px;
	background-color: #024f5f;
}

.section_2 .text {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: left;
}

.section_2 table {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
}

.section_2 table th,
.section_2 table td {
	display: block;
	border: none;
	border-bottom: 1px #5dc1cf solid;
	font-weight: 700;
}

.section_2 .btn_1 {
	margin-top: 5%;
}

.section_2 .btn_1::before {
	width: 30%;
}

.section_2 .img_1 {
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

.section_2 .map {
	width: 90%;
	margin: 10% auto 0;
}

.section_2 .map iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

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

	.section_2 .section_inner {}

	.section_2 .section_content_inner {
		position: relative;
	}

	.section_2 .heading {
		width: 35%;
		margin: 0 auto 0 5%;
	}

	.section_2 .heading::before {
		width: 45%;
	}

	.section_2 .text {}

	.section_2 table {
		width: 35%;
		margin: 5% auto 0 10%;
	}

	.section_2 table th,
	.section_2 table td {}

	.section_2 .btn_1 {
		margin: 5% auto 0 12%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 50%;
		margin: 0;
	}

	.section_2 .map {
		width: 70%;
	}

	.section_2 .map iframe {
		aspect-ratio: 16 / 9;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .section_content_inner {}

	.section_2 .heading {
		width: 30%;
	}

	.section_2 .heading::before {
		width: 50%;
	}

	.section_2 .text {}

	.section_2 table {}

	.section_2 table th,
	.section_2 table td {}

	.section_2 .btn_1 {
		margin: 5% auto 0 16%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {}
}

@media screen and (min-width: 1440px) {
	.section_2 {}

	.section_2 .section_inner {}

	.section_2 .section_content_inner {
		padding: 0 0 2.5%;
	}

	.section_2 .heading {
		margin: 0 auto 0 15%;
	}

	.section_2 .heading::before {
		width: 45%;
	}

	.section_2 .text {}

	.section_2 table {
		width: fit-content;
        margin: 5% auto 0 20%;
	}

	.section_2 table th,
	.section_2 table td {
		display: table-cell;
		padding: 1em;
	}

	.section_2 .btn_1 {
		margin: 2.5% auto 0 25%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {
		top: auto;
		bottom: 0;
		transform: none;
		width: 35%;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 {}

	.section_2 .section_inner {}

	.section_2 .section_content_inner {}

	.section_2 .heading {}

	.section_2 .heading::before {}

	.section_2 .text {}

	.section_2 table {
		margin: 5% auto 0 20%;
	}

	.section_2 table th,
	.section_2 table td {}

	.section_2 .btn_1 {
		margin: 2.5% auto 0 30%;
	}

	.section_2 .btn_1::before {}

	.section_2 .img_1 {}
}
