@charset "UTF-8";

@charset "utf-8";

/*----------------------------共通パーツ----------------------------*/
.price_wrapper{
	padding: 40px;
	background: #fff;
}
.price_title{
	padding: 10px;
	margin-bottom: 50px;
	border-top: 2px solid var(--i_main_color);
	border-bottom: 1px solid var(--i_border_color);
	text-align: center;
}
.price_title h2{
	display: inline-block;
	position: relative;
	color: var(--i_main_color);
	font-size: 2.5rem;
	line-height: 1.5;
	padding: 0 32px 0 34px;
}
.price_title h2::before,
.price_title h2::after{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	pointer-events: none;
	background: url(/common/upload_data/mahalohomecojp/image/home.png) no-repeat center/25px;
}
.price_title h2::after{
	right: 0;
	left: auto;
	background: url(/common/upload_data/mahalohomecojp/image/paint.png) no-repeat center/25px;
}
.price_inner{
	display: flex;
	justify-content: space-between;
}
.price_item{
	width: 31%;
	background: #f7f0e8;
	padding: 40px 20px 25px 20px;
	box-sizing: border-box;
}
.price_item:not(:first-of-type){
	margin-left: 3.5%;
}
.price_item .item_title p{
	position: relative;
	padding: 20px 10px 10px 65px;
	background: var(--i_main_color);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}
.price_item .item_title p::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 10px;
	pointer-events: none;
	background: url(/common/upload_data/mahalohomecojp/image/h_logo.png) no-repeat left/50px;
}
.price_item:nth-of-type(2) .item_title p{
	background: #ff6900;
}
.price_item:nth-of-type(3) .item_title p{
	background: #cf2e2e;
}
.price_item .item_title h3{
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	color: var(--i_main_color);
}
.price_item:nth-of-type(2) .item_title h3{
	color: #ff6900;
}
.price_item:nth-of-type(3) .item_title h3{
	color: #cf2e2e;
}
.price_item .item_title span{
	display: block;
	padding: 5px;
	margin-bottom: 15px;
	border-top: 2px solid var(--i_main_color);
	border-bottom: 1px solid var(--i_border_color);
	text-align: center;
	font-size: 1.4rem;
}
.price_item .item_price p:first-of-type{
	font-weight: 700;
	font-size: 1.8rem;
	text-align: right;
	line-height: 1.2;
}
.price_item .item_price p:nth-of-type(2){
	font-size: 1.5rem;
}
.price_item .item_price span:first-of-type{
	font-size: 4.2rem;
}
.price_item .item_price span:last-of-type{
	font-size: 1.4rem;
}
.price_item .item_price figure{
	margin: 20px auto 2px auto;
	border-bottom: 1px solid var(--i_border_color);
}

.price_item .item_price>span{
	display: block;
	border-top: 2px solid var(--i_main_color);
	border-bottom: 1px solid var(--i_border_color);
	text-align: center;
	font-size: 1.5rem;
	margin-top: 10px;
	padding: 5px;
}
.price_item dl{
	/*display: flex;*/
	margin-top: 5px;
}
.price_item dl dt,
.price_item dl dd{
	line-height: 1.7;
}
.price_item dl dt{
	margin-right: 10px;
}
@media screen and (max-width: 1100px){
	.price_title h2{
		font-size: 2rem;
	}
	.price_item .item_title h3 {
		font-size: 1.8rem;
	}
	.price_item dl{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 900px){
	.price_inner{
		display: block;
		max-width: 570px;
		margin: 0 auto;
	}
	.price_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.price_item:not(:first-of-type){
		margin-left: 0;
	}
	.price_item:last-of-type{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 500px){
	.price_item dl{
		display: block;
	}
	.price_item dl dt{
		margin: 10px 0px;
	}
}
@media screen and (max-width: 480px){
	.price_wrapper{
		padding: 40px 20px;
	}
	.price_title {
		margin-bottom: 30px;
	}
}

/*----------------------------waterproof----------------------------*/

#waterproof{
	display: flex;
}
#waterproof .price_item{
	width: 47%;
	min-height: 550px;
}
#waterproof .price_wrapper:nth-of-type(2){
	padding-left: 0;
}
#waterproof .price_wrapper:nth-of-type(2) .price_item{
	width: 100%;
}
@media screen and (max-width: 900px){
	#waterproof{
		flex-direction: column;
	}
	#waterproof .price_item{
		width: 100%;
	}
	#waterproof .price_wrapper:nth-of-type(2){
		padding-left: 40px;
		padding-top: 0;
	}
}
@media screen and (max-width: 480px){
	#waterproof .price_wrapper:nth-of-type(2) {
		padding-left: 20px;
	}
}

/*----------------------------見出しアイコン----------------------------*/

#roof .price_title h2::before{
	background: url(/common/upload_data/mahalohomecojp/image/roof.png) no-repeat center/30px;
}
#waterproof .price_wrapper .price_title h2::before{
	background: url(/common/upload_data/mahalohomecojp/image/waterproof.png) no-repeat center/28px;
}
#waterproof .price_wrapper:nth-of-type(2) .price_title h2::before{
	background: url(/common/upload_data/mahalohomecojp/image/joint.png) no-repeat center/30px;
}