@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 0 0 40px;
	padding: 70px 0 30px;
}
.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;
    line-height: 1.5;
}
.all_packs_detail {
	position: absolute;
	top: 180px;
	left: 100px;
	text-align: left;
}
.price_packs_img {
	margin-right: 40px;
	text-align: right;
}
.price {
	color: #FF9628;
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0;
}
.price span {
	font-size: 24px;
}
.copy {
	color: #56A9CA;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
.text {
	line-height: 1.8;
	margin-top: 8px;
}
.packs_container {
	background-color: #F4F4F4;
	border-radius: 10px;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 10px;
	padding: 30px 20px;
}
.packs_icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.packs_icon img {
	margin: 30px 10px 10px 10px;
}
.icon_title {
	color: #56A9CA;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
    padding-left: 100px;
}
.other_box01 {
	border: 3px solid #7ABDD8;
	border-radius: 10px;
	max-width: 700px;
	margin: 30px auto 10px;
	padding: 20px;
	background-color: #fff;
}
.other {
	font-size: 20px;
	display: inline-block;
	color: #56A9CA;
	font-weight: bold;
	line-height: 2;
}

.wax_flex{
	display: flex;
	align-items: center;
}

.other_txt {
	line-height: 2;
}
.other_txt02 {
	line-height: 2;
	margin: 5px 0;
}
.annotation {
	text-align: left;
	margin-left: 30px;
}
.option {
	background-image: url("../img/bg.jpg");
	width: 480px;
	height: 240px;
	margin: 40px auto;
}
.option h2 {
	margin: 30px 0 30px 0;
}
.p_box01 {
    background: #D6F3FA;
}
.price_list .caution {
    background: none;
    line-height: 1.5;
    padding: 10px;
    font-size: 1.6rem;
    border: none;
}
/* ボタン */
.gray {
	background-color: #C2DAE3;
	margin-bottom: 80px;
}
.price03 {
	color: #ff9628;
	font-size: 30px;
	font-weight: bold;
	margin-left: 30px;
	text-align: left;
	line-height: 1.3em;
}
.price03 span {
	font-size: 20px;
}
.price03 .price_sub {
    font-size: 1.8rem;
}

/* ==========================
footer
============================= */


@media screen and (max-width: 767px) {
	.page_title h1 {
		padding-top: 100px;
	}
	.main_title span {
		font-size: 20px;
	}
	.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%;
	}
	.packs_icon li {
		width: 100%;
	}
	.packs_icon img {
		margin: 10px 0 10px 0;
	}
	.icon_title {
		margin-bottom: 15px;
		padding-left: 0;
		text-align: center;
	}
	.other_txt, .other_txt02 {
		text-align: left;
	}
	.annotation {
		margin-left: 5px;
	}
	.option {
		border-radius: 10px;
		width: 100%;		
	}
	.contact_btn {
		padding: 0 5%;
	}
	.more {
		padding: 0 5%;
	}
	.price03 {
    color: #ff9628;
    font-size: 25px;
    font-weight: bold;
    margin-left: 0px;
}
.price03 .price_sub {
    font-size: 1.6rem;
    color: #264d5d;
}
.price_list .caution {
    font-size: 1.2rem;
}
.wax_flex{
	flex-wrap: wrap;
}
}
