
/* IMPORT CSS */
@import "../css/common.css";

section h3{
	border: 1px solid #f8cb9d;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 6px;
	margin-bottom: 20px;
}

#lead{
	display: flex;
	padding-bottom: 20px;
}

#lead p{
	flex: 1;
	padding:15px 10px 0 0;
}

#lead figure{
	width: 301px;
}

#c01{
	padding-bottom: 30px;
}

#c01 h4{
	color: #ff7d00;
	padding-bottom: 5px;
}

#c01-waku{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

#c01-waku article{
	width: 320px;
}

#c01-waku article figure{
	text-align: center;
	margin-bottom: 30px;
}

#c04{
	padding-bottom: 20px;
}

#c04-waku{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 0 10px;
}

#c04-waku article{
	width: 49%;
	border: 1px solid #b3b3b3;
	padding: 10px;
	 border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom: 20px;
}

#c04-waku article h4{
	color: #ff7d00;
	font-size: 1.7rem;
	padding-bottom: 15px;
}

#c04-waku article p{
	font-size: 1.4rem;
}

#c04-waku article p span{
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}

#c04-waku article p img{
	float: right;
}


.price-list, 
.price-list td, 
.price-list th{
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.price-list{
	width: 100%;
	margin-bottom: 20px;
}

.price-list td, 
.price-list th{
	text-align: center;
	padding: 10px 5px;
}

.price-list th{
	background: #ffe7cc;
}


.td-bg{
	width: 35%;
	background: #ffdddd;
}

.price-list td span{
	color: #c1272d;
	font-size: 1.6rem;
}

.service-list, 
.service-list td, 
.service-list th{
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.service-list{
	width: 100%;
}

.service-list td, 
.service-list th{
	text-align: center;
	padding: 10px 5px;
}

.service-list th{
	width: 35%;
	background: #ffdddd;
	font-weight: normal;
	text-align: center;
	
}

.service-list td.special{
	vertical-align: top;
	text-align: left;
	padding: 0;
}

.service-list td.special span{
	display: block;
	background: #f7d674;
	border-bottom: 1px solid #b3b3b3;
	text-align: center;
	color: #ff0000;
	padding: 10px 0;
}

.service-list td.special ul{
	padding: 5px;
}

.service-list td.special li{
	font-size: 1.2rem;
	list-style-type:disc;
	margin-left: 15px;
}

#c01-bottom{
	padding-top: 50px;
}

#c01-bottom dd{
	font-size: 1.8rem;
	line-height: 2.8rem;
	padding-top: 10px;
}

#c01-bottom dd span{
	font-size: 2.2rem;
	color: #ed1c24;
}

#c01-bottom dd span#blue{
	color: #0071bc;
}


#c02{
	padding-bottom: 30px;
}

#c02-waku{
	display: flex;
}

#c02-waku article{
	flex: 1;
	padding-right: 10px;
}

#c02-waku figure{
	width: 301px;
}

#lead7{
	padding-bottom: 20px;
}

.osusume{
	font-size: 1.8rem;
	color: #f15a24;
	padding: 20px 0 30px;
}

#c02-waku article h4{
	padding-bottom: 15px;
}

#c02-waku article ul li{
	list-style-type:disc;
	margin-left: 20px;
}

#c02-waku article ul li:not(:first-child){
	padding-top: 20px;
}

#c02-bottom{
	border: 1px solid #b3b3b3;
	padding: 10px;
	 border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	display: flex;
}

#c02-bottom figure{
	width: 151px;
}

#c02-bottom p{
	flex: 1;
	font-size: 1.8rem;
	line-height: 2.7rem;
	padding: 10px 0 0 20px;
}

span.osusume{
	padding: 0;
}

#c03 h4{
	padding-bottom: 20px;
}

#c03 p{
	padding-bottom: 30px;
}

#bottom-btn{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 15px;
}

#bottom-btn a{
	display: block;
}

/*--------------------------- SMARTPHONE STYLES ---------------------------*/


/*========== 650px以下 ==========*/

@media ( max-width : 650px ) {
	
	h2 img,
	section h3 img{
		max-width: 100%;
	}
	
	#lead p{
		padding: 0 0 10px 0;
	}
	
	#lead figure img{
		max-width: 100%;
	}
	
	#lead,
	#c02-waku{
		display: block;
	}
	
	#lead figure,
	#c02-waku figure{
		width: 100%;
		text-align: center;
	}
	
	#c01-bottom{
		padding-top: 10px;
	}
	
	#c01-bottom dt img{
		max-width: 100%;
	}
	
	#c01-bottom dd{
		font-size: 1.6rem;
	}
	
	#c01-bottom dd span{
		font-size: 1.8rem;
	}
	
	#c01-waku article{
		width: 100%;
		margin-bottom: 30px;
	}
	
	#c02-bottom{
		margin-top: 20px;
	}
	
	#c02-bottom figure{
		width: 80px;
	}
	
	#c02-bottom figure img{
		max-width: 100%;
	}
	
	#c02-bottom p{
		font-size: 1.7rem;
		padding: 0 0 0 10px;
	}
	
	#bottom-btn{
		justify-content: center;
	}
	
	#bottom-btn a{
		margin-bottom: 10px;
	}
	
	#bottom-btn a img{
		max-width: 100%;
	}
	
}
