@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/relax/mv.jpg);
}

/*============================
service
============================*/
#relax {
	padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
	#relax {
		padding-bottom: 0;
	}
}

#relax .lead {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 0.60rem;
}

@media screen and (max-width: 640px) {
	#relax .lead {
		font-size: 0.15rem;
		text-align: justify;
	}
}


#relax .cont_box {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	flex-flow: row-reverse;
	margin-bottom: 1.1rem;
}
@media screen and (max-width: 640px) {
	#relax .cont_box {
		flex-flow: column;
	}
}

#relax .cont_box:nth-child(even) {
	flex-flow: row;
}
@media screen and (max-width: 640px) {
	#relax .cont_box:nth-child(even) {
		flex-flow: column;
	}
}


#relax .cont_box .ph_wrap {
	width: 5.70rem;
	position: relative;
	right: -0.40rem;
}

@media screen and (max-width: 640px) {
	#relax .cont_box .ph_wrap {
		width: 100%;
		right: 0;
	}
	#relax .cont_box .ph_wrap img {
		display: block;
		border-radius: 0.06rem;
	}
}


#relax .cont_box:nth-child(even) .ph_wrap {
	left: -0.40rem;
}
@media screen and (max-width: 640px) {
	#relax .cont_box:nth-child(even) .ph_wrap {
		left: 0;
	}
}

#relax .cont_box .text_wrap {
	width: calc(100% - 5.70rem);
	box-sizing: border-box;
	left: 0;
}

@media screen and (max-width: 640px) {
	#relax .cont_box .text_wrap {
		width: 100%;
	}
}


#relax .cont_box .text_wrap .sub {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#relax .cont_box .text_wrap .sub {
		font-size: 0.17rem;
		margin-top: 0.15rem;
		margin-bottom: 0.10rem;
		text-align: center;
		letter-spacing: 0;
	}
}


#relax .cont_box .title {
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0.15rem;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	#relax .cont_box .title {
		text-align: center;
		font-size: 0.22rem;
	}
}


#relax .cont_box .text_wrap .text {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 0.25rem;
}

#relax .cont_box .text_wrap .price_wrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.1rem 0 0.15rem;
	box-sizing: border-box;
}

#relax .cont_box .text_wrap .price_wrap .price {
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#relax .cont_box .text_wrap .price_wrap .price {
		font-size: 0.18rem;
	}
}


#relax .cont_box .text_wrap .price_wrap .time {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#relax .cont_box .text_wrap .price_wrap .time {
		font-size: 0.15rem;
	}
}


#relax .cont_box .text_wrap .note {
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.15rem;
}

#relax .cont_box .text_wrap .list {
	list-style: disc inside;
}

#relax .cont_box .text_wrap .list .item {
	font-size: 0.13rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	padding-left: 0.13rem;
	text-indent: -0.13rem;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#relax .cont_box .text_wrap .list .item {
    padding-left: 0.22rem;
    text-indent: -0.19rem;
	}
}