/*===============================
MV
===============================*/
#mv {
	width: calc(100% - 0.60rem);
	border-radius: 0.30rem;
	height: 100vh;
	max-height: 6.00rem;
	position: relative;
	margin-left: 0.30rem;
	background-image: url(../img/satsuyoku_mv.jpg);
	background-position: center center;
	background-size: cover;
	animation: fadeIn 1.5s ease forwards;
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
	#mv {
		width: 100%;
		border-radius: 0;
		height: 100vh;
		max-height: 2.50rem;
		margin-left: 0;
		margin-bottom: 0;
	}
}

/* キャッチ */
#mv .catch {
	width: 5.20rem;
	position: absolute;
	left: 1.00rem;
	top:50%;
	transform: translateY(-50%);
	z-index: 1;
	animation: fadeIn 4.2s ease 1.5s forwards;
	opacity: 0;
}

@media screen and (max-width: 599px) {
#mv .catch {
	width: 3.00rem;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}
}

@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1}
}

/* ゆっぽくん */
#mv .yuppo {
	position: absolute;
	right: 0.20rem;
	bottom:-0.20rem;
	width: 2.00rem;
	height: 2.00rem;
	z-index: 1;
}

#mv .yuppo:hover {
	transform: rotate(5deg);
}

/*============================
入浴料金
============================*/
#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_union {
	padding-bottom: 1.00rem;
}

#about_union .lead {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#about_union .lead {
		font-size: 0.14rem;
		line-height: 1.85;
		text-align: left;
	}
}

#about_union .union_table_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap {
		padding-bottom: 0.20rem;
	}
}

#about_union .union_table_wrap .ph_wrap {
	width: 25%;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap .ph_wrap {
		width: 70%;
		margin: 0 auto 0.20rem;
	}
}

#about_union .union_table_wrap table {
	width: 70%;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 1.5;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap table {
		width: 100%;
		font-size: 0.14rem;
		line-height: 1.5;
	}
}

#about_union .union_table_wrap table.w100 {
	width: 100%;
}

#about_union .union_table_wrap table th {
	text-align: left;
	width: 1.50rem;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap table th {
		width: 0.80rem;
	}
}

#about_union .union_table_wrap table td {
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	padding: 0.15rem 0;
}

#about_union .union_table_wrap table td a {
	color: #111;
}

#about_union .union_table_wrap table td a:hover {
	color: #E62413;
}

#about_union .union_table_wrap table td a.tel {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#about_union .union_table_wrap table td a.tel {
		text-decoration: underline;
	}
}

/* MAP */
#about_union .union_map {
	width: 100%;
	height: 5.00rem;
}

@media screen and (max-width: 599px) {
	#about_union .union_map {
		height: 2.00rem;
	}
}

#about_union .union_map iframe {
	width: 100%;
	height: 100%;
}