@charset "UTF-8";
/*---------------出張サウナ・風呂サービス*/
.shutyou .section {
	max-width: 1080px;
	margin: 0 auto;
}
.text_right {
	text-align: right;
}
.shutyou a.text_link {
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
	cursor: pointer;
	color: #1e73be;
	transition: .2s;
}
.shutyou a.text_link::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid #1e73be;
	border-right: 1px solid #1e73be;
	position: absolute;
	left: 0;
	top: 0.7em;
	transform: rotate(45deg);
}
.shutyou a.text_link:hover {
	opacity: .6;
}
.shutyou .btn {
	position: relative;
	overflow: hidden;
	display: block;
	width: 80%;
	max-width: 600px;
	padding: 0.5em 1em;
	margin: 0 auto;
	font-size: 2rem;
	color: #1e73be;
	background: transprent;
	border: 1px solid #1e73be;
	border-radius: 31px;
	text-align: center;
	z-index: 1;
	transition: ease .3s;
}
.shutyou .btn::before {
	content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1e73be;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.shutyou .btn:hover {
	color: #ffffff;
}
.shutyou .btn:hover::before {
	transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
	.shutyou .btn {
		font-size: 1.8rem;
		border-radius: 46px;
	}
}
@media screen and (max-width: 480px) {
	.shutyou .btn {
		font-size: 1.6rem;
		border-radius: 46px;
	}
}

.shutyou .title_area {
	margin-bottom: 2em;
}
.shutyou .title_area h2 {
	font-weight: 600;
	position: relative;
}
.shutyou .title_area h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(240,250,255);
	background: linear-gradient(270deg, rgba(240,250,255,1) 0%, rgba(153,216,255,1) 50%, rgba(30,115,190,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.shutyou .catch2 {
	color: #1e73be;
}
.shutyou .note {
	font-size: 1.4rem;
	margin-top: 0.6em;
}
.shutyou .main_img {
	margin: 1em 0;
}
.shutyou .s_item_wrap .s_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #3ba5f0;
}
.shutyou .s_item_wrap .s_item .imagebox {
	width: 30%;
}
.shutyou .s_item_wrap .s_item .textbox {
	width: 65%;
}
.shutyou .s_item_wrap .s_item .textbox .s_item_title {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	padding-left: 1.4em;
	margin-bottom: 1em;
	position: relative;
}
.shutyou .s_item_wrap .s_item .textbox .s_item_title::before {
	content: "";
	display: block;
	width: 1em;
	height: 2px;
	background-color: #1e73be;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.shutyou .s_item_wrap .s_item .textbox .dl_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #f5c93d;
	padding: 10px 0;
}
.shutyou .s_item_wrap .s_item .textbox .dl_price dt {
	flex: 1;
	font-weight: 600;
}
.shutyou .s_item_wrap .s_item .textbox .dl_price dd {
	width: 160px;
	font-size: 2rem;
	font-weight: 600;
	color: #f00004;
	text-align: right;
}
.shutyou .s_item_wrap .s_item .textbox .option {
	font-weight: 600;
	margin: 10px 0;
}
.shutyou .list_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.shutyou .list_img li {
	width: 48%;
}
.shutyou .price_box .dl_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #f5c93d;
	padding: 10px 0;
}
.shutyou .price_box {
	margin-top: 60px;
}
.shutyou .price_box .price_title {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	padding-left: 15px;
	border-left: 7px solid #1e73be;
	margin-bottom: 1em;
}
.shutyou .price_box .dl_price {
	margin-bottom: 2em;
}
.shutyou .price_box .dl_price dt {
	flex: 1;
	font-weight: 600;
}
.shutyou .price_box .dl_price dd {
	width: 240px;
	font-size: 2rem;
	font-weight: 600;
	color: #f00004;
	text-align: right;
}
.shutyou .price_box .dl_price dd span {
	font-size: 1.4rem;
}
.shutyou .price_box .text_scroll {
	display: none;
}
.shutyou .price_box .tbl_price {
	width: 100%;
	border-collapse: collapse;
}
.shutyou .price_box .tbl_price tr th {
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	background-color: #1e73be;
	color: #ffffff;
	font-weight: 600;
}
.shutyou .price_box .tbl_price tr td {
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	background-color: #f3faff;
	font-size: 1.4rem;
	line-height: 1.8;
}
.shutyou .price_box .tbl_price tr td span.text_price {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	color: #f00004;
}
@media screen and (max-width: 768px) {
	.shutyou .s_item_wrap .s_item {
		flex-direction: column;
	}
	.shutyou .s_item_wrap .s_item .imagebox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.shutyou .s_item_wrap .s_item .textbox {
		width: 100%;
		margin-top: 1em;
	}
	.shutyou .s_item_wrap .s_item .textbox .s_item_title {
		font-size: 2rem;
	}
	.shutyou .s_item_wrap .s_item .textbox .dl_price dd {
		font-size: 1.8rem;
	}
	.shutyou .price_box .price_title {
		font-size: 2rem;
		margin-bottom: 0.7em;
	}
	.shutyou .price_box .dl_price dd {
		width: 220px;
		font-size: 1.8rem;
	}
	.shutyou .price_box .dl_price dd span {
		font-size: 1.4rem;
	}
	.shutyou .price_box .text_scroll {
		display: block;
	}
	.shutyou .price_box .scroll {
		overflow-x: scroll;
	}
	.shutyou .price_box .tbl_price {
		min-width: 768px;
	}
	.shutyou .price_box .tbl_price tr td span.text_price {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.shutyou .s_item_wrap .s_item .textbox .s_item_title {
		font-size: 1.8rem;
	}
	.shutyou .s_item_wrap .s_item .textbox .dl_price {
		flex-direction: column;
	}
	.shutyou .s_item_wrap .s_item .textbox .dl_price dt {
		width: 100%;
	}
	.shutyou .s_item_wrap .s_item .textbox .dl_price dd {
		width: 100%;
		font-size: 1.6rem;
	}
	.shutyou .price_box .price_title {
		font-size: 1.8rem;
	}
	.shutyou .price_box .dl_price {
		flex-direction: column;
	}
	.shutyou .price_box .dl_price dt {
		width: 100%;
	}
	.shutyou .price_box .dl_price dd {
		width: 100%;
		font-size: 1.6rem;
	}
	.shutyou .price_box .dl_price dd span {
		font-size: 1.3rem;
	}
	.shutyou .price_box .tbl_price tr td span.text_price {
		font-size: 1.6rem;
	}
}

.section.s_sauna {
	padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
	.section.s_sauna {
		padding: 40px 0 0;
	}
}




