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

#c01{
	margin-bottom: 30px;
}

#c01 ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 0 20px 30px;
}

#c01 ul li{
	width: 32%;
}

#c01 ul li:nth-child(n+4){
	margin-top:20px;
}

#c01 p{
	padding-left: 20px;
}

.top-txt{
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.bottom-txt{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 10px 0 30px;
}

.price table{
	width: 830px;
}

.price table, 
.price th{
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.price td{
	border-collapse: collapse;
	border-left: 1px solid #999999;
	border-bottom: 1px dashed #999999;
}

.price th{
	background: #ddd395;
}

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

.price th span{
	font-size: 2.0rem;
}

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

.price td.tate{
	width: 50px;
}

.price td.koumoku{
	width: 240px;
}

.price td.nedan{
	width: 135px;
}

.price td.nedan2{
	width: 180px;
}

.price td.txt-big{
	font-size: 1.7rem;
	color: #c1272d;
}

.price tr.bottom-b-s{
	border-bottom: 1px solid #999999;
}

.bg1{
	background: #d6ccb5;
}

.bg2{
	background: #baa681;
}

.bg3{
	background: #e7ced3;
}

.bg4{
	background: #e7b8bd;
}

#c02 h4{
	font-size: 1.7rem;
	color: #f15a24;
	margin-bottom: 10px;
}

#c02 h4 span{
	font-size: 2.5rem;
}

#kamotsu h4{
	color: #8cc63f;
}

#kamotsu .common-h3{
	background-color: #8cc63f;
}

#c03 article{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

#c03 article ul{
	width: 48%;
	border-top: 1px dashed #c5c5c5;
}

#c03 ul li{
	display: flex;
	border-bottom: 1px dashed #c5c5c5;
	padding: 8px 5px;
}

#c03 ul li span{
	display: block;
	margin-right: auto;
}


#c02 .price_pc {
	display: block;
}
#c02 .price_sp {
	display: none;
}
#c02 .price_pc {
		margin-bottom: 20px;
	}

#price_info {	
	font-size: 0.8em;
	padding: 5px;
}
#price_info img {
	float:right;
	width: 50%;
	margin: 0 5px;
}
/*
#price_info br {
	display: block;
	content: "";
	padding: 20px 0;
}
*/
#c02s img {
	width: 80%;
}
#saidaitokuten img {
	width: 100%;
}

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


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

@media ( max-width : 650px ) {
	
	#c02 .price_pc {
		display: none;
	}
	#c02 .price_sp {
		display: block;
	}
	#c02 .price_sp div {
		margin-bottom: 20px;
	}
	#price_info {	
	font-size: 0.7em;
	}
	#c02s img {
		width: 100%;
	}
	#saidaitokuten img {
	width: 100%;
	}
	
	#c01 ul{
	padding: 0 0 20px;
	}

	#c01 ul li{
		width: 48%;
	}

	#c01 ul li:nth-child(n+4){
		margin-top:0;
	}
	
	#c01 ul li:nth-child(n+3){
		margin-top:10px;
	}

	#c01 p{
		padding-left: 10px;
	}
	
	.bottom-txt{
		margin-bottom: 10px;
	}
	
	#c02 article{
		margin-bottom: 30px;
	}
	
	.price {
		overflow-x: scroll;
		padding-bottom: 5px;
	}
	
	.price::-webkit-scrollbar {
		height: 10px;
		margin-bottom: 30px;
	}
	
	.price::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #fff;
		border-radius: 5px;
	}
	
	.price::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #ddd395;
	}
	
	#c03{
		margin-bottom: 30px;
	}
	
	#c03 article ul{
		width: 100%;
	}
	
	#c03 article ul#right-list{
		border:none;
	}
	

}
