@charset "utf-8";
/* CSS Document */

/* ==========================
header
============================= */

.page_title {
	background-image: url("../img/title.jpg");
}

/* 洗面所・トイレ */
main {
	background-color: #F4F4F4; 
}
.price_packs {
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	max-width: 1120px;
	margin: 120px auto 0;
	padding: 70px 0 30px 0;
}
.price_packs_txt {
	position: absolute;
	top: 5px;
	left: -50px;
}
.price_packs_txt h2 {
	background-color: #7ABDD8;
	color: #fff;
	border-radius: 10px;
	font-size: 24px;
	padding: 25px 0 25px 80px;
	margin: 80px 0 35px;
	width: 660px;
	text-align: left;
}
.all_packs_detail {
	position: absolute;
	top: 180px;
	left: 100px;
	text-align: left;
}
.price_packs_img {
	margin-right: 40px;
	text-align: right;
}

.price {
	color: #f89cb6;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.price02 {
	margin: 30px 0;
	padding-bottom: 5px;
	border-bottom: 2px dotted #f89cb6;
	display: inline-block;
}
.price span {
	font-size: 18px;
}
.copy {
	color: #56A9CA;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
.text {
	line-height: 1.8;
	margin-top: 8px;
}

.packs_container {
	border-radius: 10px;
	width: 100%;
	max-width: 1000px;
	margin: 80px auto 0;
	padding: 30px 20px;
	position: relative;
}
.p_box01 {
	background-color: #D6F3FA;
}
.p_box02 {
	background-color: #F4F4F4;
	margin: 30px auto 50px;
}
.packs_icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.packs_icon img {
	margin: 0 10px 10px 10px;
}

.other_box01, .other_box02, .other_box03 {
	border: 3px solid #7ABDD8;
	border-radius: 10px;
	max-width: 700px;
	margin: 30px auto 10px;
	padding: 20px;
}
.other_box01 {
	background-color: #fff;
}
.other {
	font-size: 20px;
	display: inline-block;
	color: #56A9CA;
	font-weight: bold;
	line-height: 2;
}
.other_txt {
	line-height: 2;
}
.icon_title {
	color: #56A9CA;
	font-weight: bold;
	margin-bottom: 20px;
}
.coating_btn {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.beautifully {
	margin: 40px 0 10px;
}
.option {
	background-image: url("../img/bg.jpg");
	width: 480px;
	height: 240px;
	margin: 40px auto;
}
.option h2 {
	margin: 30px 0 30px 0;
}

/* ボタン */
.gray {
	background-color: #C2DAE3;
	margin-bottom: 80px;
}


.price03 {
	color: #ff9628;
	font-size: 40px;
	font-weight: bold;
	margin-left: 30px;
	text-align: left;
	line-height: 2;
}
.price03 span{
	font-size: 24px;
}
.price03 span {
	font-size: 20px;
}
.price03 .price_sub {
    font-size: 2.4rem;
    color: #264d5d;
}
.packs_icon:first-child::after {
    content: ' ';
    display: block;
    max-width: 92%;
    width: 100%;
    height: 1px;
    background: #56a9ca;
    position: relative;
    bottom: -20px;
}
/* ==========================
footer
============================= */


@media screen and (max-width: 767px) {
	.page_title h1 {
		padding-top: 100px;
	}
	.price_packs {
		width: 100%;
		margin: 30px auto 20px;
		padding: 10px 5%;
		position: static;
		box-sizing: border-box;
	}
	.price_packs_txt {
		position: static;
	}
	.price_packs_txt h2 {
		padding: 20px 0;
		margin: 20px auto;
		max-width: 100%;
		text-align: center;
	}
	.all_packs_detail {
		position: static;
	}
	.price_packs_img {
		margin: 15px auto;
		text-align: center;
	}
	.price {
		font-size: 38px;
		margin: 20px auto 15px;
	}
	.price span {
		font-size: 18px;
	}
	.copy {
		line-height: 1.7;
		margin: 10px auto;
	}
	.text {
		line-height: 1.5;
	}
	.packs_container {
		width: 90%;
		margin: 10px 0;
		padding: 30px 5%;
	}
	.p_box02 {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.coating_btn {
		position: static;
	}
	.packs_icon li {
		width: 100%;
	}
	.packs_icon img {
		margin: 10px 0 10px 0;
	}
	.icon_title {
		margin-bottom: 15px;
	}
	.other_txt {
		text-align: left;
	}
	.option {
		border-radius: 10px;
		width: 100%;		
	}
	.contact_btn {
		padding: 0 5%;
	}
	.more {
		padding: 0 5%;
	}
.price03 {
    text-align: center;
}
}