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

/*============================
入浴料金
============================*/
#about_fee {
	padding-bottom: 1.00rem;
	position: relative;
}

#about_fee .in {
	max-width: 10.80rem;
}

#about_fee .fee_wrap {
	padding-bottom: 0.40rem;
}

#about_fee .fee_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about_fee .fee_wrap .list .detail {
	width: 32%;
	text-align: center;
	letter-spacing: 0.075em;
}

#about_fee .fee_wrap .list .detail .category {
	font-size: 0.26rem;
	padding-bottom: 0.10rem;
	font-family: 'Shippori Mincho', serif;
	border-bottom: 5px solid #E62413;
	margin-bottom: 0.15rem;
	letter-spacing: 0.20em;
}

@media screen and (max-width: 599px) {
	#about_fee .fee_wrap .list .detail .category {
		font-size: 0.20rem;
	}
}

#about_fee .fee_wrap .list .detail .fee {
	font-size: 0.46rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	#about_fee .fee_wrap .list .detail .fee {
		font-size: 0.30rem;
		font-family: 'Poppins', sans-serif;
	}
}

#about_fee .fee_wrap .list .detail .fee span {
	font-size: 0.24rem;
}

@media screen and (max-width: 599px) {
	#about_fee .fee_wrap .list .detail .fee span {
		font-size: 0.20rem;
	}
}

#about_fee .fee_wrap .list .detail .text {
	font-size: 0.14rem;
	padding-top: 0.15rem;
}

@media screen and (max-width: 599px) {
	#about_fee .fee_wrap .list .detail .text {
		font-size: 0.13rem;
		line-height: 1.45;
		padding-top: 0.05rem;
	}
}

#about_fee .fee_wrap .caption {
	text-align: right;
	font-size: 0.13rem;
	padding-top: 0.20rem;
}

/* 共通入浴券 */
#about_fee .ticket_wrap {
	background-color: #FEF7D7;
	padding: 0.40rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#about_fee .ticket_wrap {
		padding: 0.30rem 0.20rem;
	}
}

#about_fee .ticket_wrap .title {
	font-size: 0.26rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#about_fee .ticket_wrap .title {
		font-size: 0.20rem;
	}
}

#about_fee .ticket_wrap .lead {
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#about_fee .ticket_wrap .lead {
		font-size: 0.14rem;
	}
}

#about_fee .ticket_wrap .list {
	display: flex;
	justify-content: center;
	padding-top: 0.20rem;
}

#about_fee .ticket_wrap .list .detail {
	font-size: 0.18rem;
	font-weight: 700;
	padding: 0 0.20rem;
}

@media screen and (max-width: 599px) {
	#about_fee .ticket_wrap .list .detail {
		font-size: 0.16rem;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	#about_fee .ticket_wrap .list .detail:first-child {
		border: 0;
	}
}

#about_fee .ticket_wrap .list .detail span {
	font-size: 0.30rem;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding-left: 0.10rem;
	color: #E62413;
}

@media screen and (max-width: 599px) {
	#about_fee .ticket_wrap .list .detail span {
		font-size: 0.24rem;
		padding: 0.06rem 0;
	}
}

/*============================
銭湯について
============================*/
#about_sento {
	padding-bottom: 1.00rem;
}

#about_sento .in {
	max-width: 10.80rem;
}

#about_sento .lead_img {
	max-width: 5.00rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#about_sento .lead_img {
		max-width: 2.20rem;
	}
}

.about_sento_box {
	padding-top: 0.50rem;
}

.about_sento_box .title {
	font-size: 0.26rem;
	padding-bottom: 0.15rem;
	border-bottom: 2px solid #333;
	margin-bottom: 0.15rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.about_sento_box .title {
		font-size: 0.20rem;
		line-height: 1.5;
		letter-spacing: 0.075em;
	}
}

.about_sento_box .title::after {
	content: "";
	width: 2.00rem;
	height: 2px;
	background-color: #E62413;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media screen and (max-width: 599px) {
	.about_sento_box .title::after {
		width: 1.00rem;
	}
}

.about_sento_box .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.about_sento_box .text {
		font-size: 0.14rem;
		line-height: 1.85;
		letter-spacing: 0.075em;
	}
}

.about_sento_box .sub_title {
	font-size: 0.24rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
	position: relative;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.about_sento_box .sub_title {
		font-size: 0.18rem;
	}
}

.about_sento_box .sub_title::after {
	content: "";
	width: 0.20rem;
	height: 1px;
	background-color: #E62413;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	.about_sento_box .sub_title::after {
		width: 0.15rem;
	}
}

.about_sento_box .sub_title span {
	display: block;
	font-size: 0.16rem;
	padding-bottom: 0.10rem;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	.about_sento_box .sub_title span {
		display: block;
		font-size: 0.14rem;
		padding-bottom: 0.10rem;
		font-family: 'Shippori Mincho', serif;
		font-weight: 400;
	}
}

.about_sento_box .col3_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.20rem;
}

.about_sento_box .col3_box {
	width: 31%;
	background-color: #F2F2F2;
	padding: 0.30rem 0.20rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.about_sento_box .col3_box {
		width: 100%;
		padding: 0.24rem 0.20rem;
		margin-bottom: 0.20rem;
	}
}

.about_sento_box .col3_box .sub_title {
	text-align: center;
}

.about_sento_box .col3_box .text {
	font-size: 0.15rem;
	line-height: 1.85;
}


/*============================
マナー
============================*/
#about_manner {
	padding-bottom: 1.00rem;
}

#about_manner .in {
	max-width: 10.80rem;
}

#about_manner .lead_img {
	max-width: 5.00rem;
	margin: auto;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about_manner .lead_img {
		max-width: 3.00rem;
	}
}

#about_manner .lead_img img {
	display: block;
	border: 5px solid #FFF;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transform: rotate(2deg);
}

#about_manner .lead_img .deco {
	width: 1.60rem;
	height: 2.60rem;
	position: absolute;
	left: -0.70rem;
	bottom: -0.10rem;
	background-image: url(../img/about_manner_img.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#about_manner .lead_img .deco {
		width: 1.00rem;
		height: 2.00rem;
		left: -0.40rem;
		bottom: -0.20rem;
	}
}

#about_manner .about_manner_box {
	text-align: center;
	padding-top: 0.30rem;
}

#about_manner .about_manner_box .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#about_manner .about_manner_box .text {
		font-size: 0.14rem;
		line-height: 1.85;
		padding: 0 0.20rem;
	}
}

#about_manner .about_manner_box .more_btn {
	width: 100%;
	max-width: 5.00rem;
	padding-top: 0.20rem;
	margin: auto;
}

#about_manner .about_manner_box .more_btn a {
	display: block;
	color: #111;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0;
	border: 1px solid #111;
	padding: 0.24rem 0 0.26rem;
	border-radius: 0.25rem;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about_manner .about_manner_box .more_btn a {
		font-size: 0.14rem;
	}
}

#about_manner .about_manner_box .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.10rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#about_manner .about_manner_box .more_btn a:hover {
	background-color: #111;
	color: #FFF;
}

#about_manner .about_manner_box .more_btn a:hover::after {
	background-image: url(../common/img/link_arrow_white.svg);
	right: 0.10rem;
}
