@charset "utf-8";

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

.heading_salon_info {
	width: max-content;
	max-width: 100%;
	font-family: "Corinthia", cursive;
	font-size: 2.4rem;
	color: #85BF9C;
}

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

@media screen and (min-width: 1280px) {
	.heading_salon_info {
		font-size: 3.2rem;
	}
}

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

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

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

.section_1 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_1 .section_inner {
	padding: 10% 0 20%;
}

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

.section_1 .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_1 .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .content_wrap .content .content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_1 .content_wrap .content .content_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.section_1 .content_wrap .content .content_inner .text_wrap .heading_salon_info {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
}

.section_1 .content_wrap .content .content_inner .text_wrap .text {
	width: max-content;
	max-width: 100%;
}

.section_1 .content_wrap .content .content_inner .text_wrap .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content .content_inner .text_wrap .text_2 {}

.section_1 .content_wrap .content .content_inner .img {
	position: relative;
	width: 100%;
}

.section_1 .content_wrap .content .content_inner .img::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -36px;
	right: -12px;
	width: 50%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #F5F5F5;
}

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

	.section_1 .section_inner {
		padding: 10% 0 10%;
	}

	.section_1 .inner {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.section_1 .content_wrap .content .content_inner {}

	.section_1 .content_wrap .content .content_inner_1 {
		width: 55%;
	}

	.section_1 .content_wrap .content .content_inner_2 {
		width: 45%;
	}

	.section_1 .content_wrap .content .content_inner .text_wrap {}

	.section_1 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text_1 {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text_2 {}

	.section_1 .content_wrap .content .content_inner .img {}

	.section_1 .content_wrap .content .content_inner .img::before {}
}

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

	.section_1 .section_inner {}

	.section_1 .inner {
		width: 80%;
	}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .content_inner {}

	.section_1 .content_wrap .content .content_inner_1 {}

	.section_1 .content_wrap .content .content_inner_2 {}

	.section_1 .content_wrap .content .content_inner .text_wrap {}

	.section_1 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text_1 {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text_2 {}

	.section_1 .content_wrap .content .content_inner .img {}

	.section_1 .content_wrap .content .content_inner .img::before {}
}

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

	.section_1 .section_inner {}

	.section_1 .inner {
		width: 70%;
	}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {
		gap: 48px;
	}

	.section_1 .content_wrap .content .content_inner {}

	.section_1 .content_wrap .content .content_inner_1 {}

	.section_1 .content_wrap .content .content_inner_2 {}

	.section_1 .content_wrap .content .content_inner .text_wrap {}

	.section_1 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text {}

	.section_1 .content_wrap .content .content_inner .text_wrap .text_1 {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content .content_inner .text_wrap .text_2 {}

	.section_1 .content_wrap .content .content_inner .img {}

	.section_1 .content_wrap .content .content_inner .img::before {
		bottom: -72px;
		right: -24px;
	}
}

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

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

.section_2 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #F5F5F5;
}

.section_2 .section_inner {
	padding: 10% 0 10%;
}

.section_2 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
	margin: 0 auto;
}

.section_2 .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_2 .content_wrap .content .content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .content_wrap .content .content_inner .text_wrap {
	width: 100%;
}

.section_2 .content_wrap .content .content_inner .text_wrap .heading_salon_info {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
}

.section_2 .content_wrap .content .content_inner .text_wrap .table {
	width: 100%;
}

.section_2 .content_wrap .content .content_inner .text_wrap .table tr th,
.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {
	display: block;
	border: 0;
	border-bottom: 1px #DDD6C0 solid;
	vertical-align: middle;
}

.section_2 .content_wrap .content .content_inner .text_wrap .table .text,
.section_2 .content_wrap .content .content_inner .text_wrap .table .text {
	display: block;
}

.section_2 .content_wrap .content .content_inner .text_wrap .table .text_2 {
	font-family: "Baskervville", serif;
	font-size: 0.8rem;
	color: #85BF9C;
}

.section_2 .content_wrap .content .content_inner .img {
	position: relative;
	width: 100%;
}

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

	.section_2 .section_inner {}

	.section_2 .inner {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {
		flex-direction: row;
	}

	.section_2 .content_wrap .content .content_inner {}

	.section_2 .content_wrap .content .content_inner_1 {
		width: 40%;
	}

	.section_2 .content_wrap .content .content_inner_2 {
		width: 60%;
	}

	.section_2 .content_wrap .content .content_inner .text_wrap {}

	.section_2 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr th,
	.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text,
	.section_2 .content_wrap .content .content_inner .text_wrap .table .text {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text_2 {}

	.section_2 .content_wrap .content .content_inner .img {}
}

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

	.section_2 .section_inner {}

	.section_2 .inner {
		width: 80%;
	}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .content_inner {}

	.section_2 .content_wrap .content .content_inner_1 {}

	.section_2 .content_wrap .content .content_inner_2 {}

	.section_2 .content_wrap .content .content_inner .text_wrap {}

	.section_2 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr th,
	.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text,
	.section_2 .content_wrap .content .content_inner .text_wrap .table .text {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text_2 {}

	.section_2 .content_wrap .content .content_inner .img {}
}

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

	.section_2 .section_inner {}

	.section_2 .inner {
		width: 70%;
	}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {
		gap: 60px;
	}

	.section_2 .content_wrap .content .content_inner {}

	.section_2 .content_wrap .content .content_inner_1 {}

	.section_2 .content_wrap .content .content_inner_2 {}

	.section_2 .content_wrap .content .content_inner .text_wrap {}

	.section_2 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr th,
	.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {
		display: table-cell;
	}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr th {
		width: 30%;
	}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {
		width: 70%;
	}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text,
	.section_2 .content_wrap .content .content_inner .text_wrap .table .text {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text_2 {}

	.section_2 .content_wrap .content .content_inner .img {}
}

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

	.section_2 .section_inner {}

	.section_2 .inner {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {
		gap: 120px;
	}

	.section_2 .content_wrap .content .content_inner {}

	.section_2 .content_wrap .content .content_inner_1 {}

	.section_2 .content_wrap .content .content_inner_2 {}

	.section_2 .content_wrap .content .content_inner .text_wrap {}

	.section_2 .content_wrap .content .content_inner .text_wrap .heading_salon_info {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr th,
	.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr th {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table tr td {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text,
	.section_2 .content_wrap .content .content_inner .text_wrap .table .text {}

	.section_2 .content_wrap .content .content_inner .text_wrap .table .text_2 {}

	.section_2 .content_wrap .content .content_inner .img {}
}

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

.section_3 {
	position: relative;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_3 .section_inner {
	padding: 10% 0 10%;
}

.section_3 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
	margin: 0 auto;
}

.section_3 .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_3 .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_3 .content_wrap .content .map {
	width: 100%;
}

.section_3 .content_wrap .content .map iframe {
	width: 100%;
	height: auto;
	/* aspect-ratio: 16 / 9; */
	aspect-ratio: 1 / 1;
}

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

	.section_3 .section_inner {}

	.section_3 .inner {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .map {}

	.section_3 .content_wrap .content .map iframe {
		aspect-ratio: 16 / 9;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 {}

	.section_3 .section_inner {}

	.section_3 .inner {
		width: 80%;
	}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .map {}

	.section_3 .content_wrap .content .map iframe {}
}

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

	.section_3 .section_inner {}

	.section_3 .inner {
		width: 70%;
	}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .map {}

	.section_3 .content_wrap .content .map iframe {}
}

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

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