@charset "utf-8";

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

.now.salon::before {
	/* content: ""; */
}

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

.all.other {}

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

@media screen and (min-width: 1280px) {
	.all.other {
		background-size: 175%;
	}
}

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

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

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

.all {
	position: relative;
}

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

@media screen and (min-width: 1280px) {
	@keyframes rotation_1 {
		0% {
			transform: translate(-25%, 0) rotateZ(0);
		}
		100% {
			transform: translate(-25%, 0) rotateZ(360deg);
		}
	}

	.flow {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 35%;
        height: auto;
        animation: 10s linear infinite rotation_1;
	}
}

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

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

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 48px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1045px;
	padding: 12px;
	border: 1px #FECADC solid;
}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
	width: 50%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

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

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

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {
		padding: 24px;
	}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		text-align: center;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {
		width: 10%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content {
		padding: 48px 24px;
	}
}

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

	.section_1 .content_wrap .content {
		padding: 96px 48px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
		line-height: 2;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {
		width: 20%;
	}
}

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

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

.section_2 {}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {
	gap: 48px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

.section_2 .table_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 24px 0;
	background-color: #F7F7F7;
}

.section_2 .table_wrap .table {
	width: 90%;
}

.section_2 .table_wrap .table tr th,
.section_2 .table_wrap .table tr td {
	display: block;
	border: 0;
	border-bottom: 1px #DDDDDD solid;
	font-weight: 500;
}

.section_2 .table_wrap .table tr th {}

.section_2 .table_wrap .table tr td {}

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

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

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::before {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

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

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		justify-content: flex-start;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		position: absolute;
		top: 0;
		right: 5%;
		width: 40%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

	.section_2 .table_wrap {
		width: 75%;
		padding-right: 15%;
	}

	.section_2 .table_wrap .table {
		width: 70%;
	}

	.section_2 .table_wrap .table tr th,
	.section_2 .table_wrap .table tr td {}

	.section_2 .table_wrap .table tr th {}

	.section_2 .table_wrap .table tr td {}
}

@media screen and (min-width: 1280px) {
	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		position: absolute;
		top: 0;
		right: 5%;
		width: 30%;
	}

	.section_2 .table_wrap {
		width: 75%;
		padding: 7.5% 0;
		padding-right: 10%;
	}

	.section_2 .table_wrap .table {
		width: 80%;
	}

	.section_2 .table_wrap .table tr th,
	.section_2 .table_wrap .table tr td {
		display: table-cell;
	}

	.section_2 .table_wrap .table tr th {
		width: 30%;
	}

	.section_2 .table_wrap .table tr td {
		width: 70%;
	}
}

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

@media screen and (min-width: 1920px) {
	.section_2 .table_wrap {
		padding: 10% 0;
		padding-right: 10%;
	}
}

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

.section_3 {}

.section_3 .inner {
	padding: 20% 0;
}

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	width: 90%;
	max-width: 910px;
}

.section_3 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .item_inner {
	gap: 48px;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

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

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

	.section_3 .wrap {}

	.section_3 .heading_wrap {
		width: max-content;
	}

	.section_3 .heading_wrap .heading {
		align-items: flex-end;
	}

	.section_3 .heading_wrap .heading::before {
		left: auto;
		right: 0;
		bottom: -24px;
		transform: translate(0, 0);
	}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		gap: 24px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		flex: 1;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: 80%;
		margin: 0 auto;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}
}

@media screen and (min-width: 1280px) {
	.section_3 .inner {
		padding: 10% 0 50%;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner {
		justify-content: space-between;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		flex: none;
		width: max-content;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .heading_wrap .heading::before {
		bottom: -36px;
	}

	.section_3 .content_wrap .content .item_wrap {
		gap: 84px;
	}
}

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

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

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

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

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

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

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