@charset "UTF-8";
/*************************
価格表
 *************************/

.main{
	margin-bottom:80px;
}

.main h2{
	margin-bottom:50px;
}

.body_contents{
	margin-bottom:80px;
}

.contents_box{
	margin-bottom:60px;	
}

/* TOP */

.float:after{
	content:"";
	display:block;
	clear:both;	
}

.float .list_box{
	float:left;
}

.float .list_box figure{
	margin-bottom:5px;	
}

.float .list_box .linktxt i{
	margin-right:0.5em;
}

.lead_ttl{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
	text-align:center;
}

.lead01{
	text-align:center;
	margin-bottom:60px;
}

.text01{
	margin-bottom:30px;
}

/* 下層 */

.contents_box .box_child{
	margin-bottom:50px;	
}

.contents_box .box_child:last-child{
	margin-bottom:0;	
}

.ttl06{
	line-height:1.3;
	margin-bottom:20px;
}

.lead02{
	text-align:center;
	font-size:16px;
}

.table01{
	width:100%;
}

.last{
	margin-bottom:20px;
}

.even{
	border-bottom:1px solid #efefef;	
}

.table01 th{
	padding:10px 0 10px 20px;
}

.table01 th span{
	font-weight:bold;
	font-size:16px;
}

.table01 td{
	text-align:right;
	padding:10px 20px 10px 0;
	vertical-align:bottom;
}

.table01 td span{
	font-size:18px;
	font-weight:bold;
	margin-left:0.5em;
}

.kome{
	color:#888;
}

.item_ttl:before{
	position:absolute;
	top:0px;
	left:0px;
	content:"■";
	clear:both;
	margin-right:0.5em;
}

.item_ttl{
	position:relative;
	font-size:18px;
	margin-bottom:20px;
	padding-left:24px;
	font-weight:bold;
	color:#7bac2f;
}

/*pick up*/
.pickup{
	padding:30px;
	border:solid 3px #7bac2f;
	margin-bottom:50px;
}

.p-ttl{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin-bottom:30px;
}

.p-caption{
	margin-bottom:20px;
}

.p-subttl{
	font-size:18px;
	font-weight:bold;
	color:#7bac2f;
	line-height:1.3;
	margin-bottom:20px;
}

.p-detail{
	position:relative;
	padding-left:21px;
	margin-bottom:30px;
}

.p-detail:before{
	position:absolute;
	top:0px;
	left:0px;
	content:"■";
	display:inline-block;
	font-size:14px;
}

.p-price{
	text-align:right;
}

.p-price span{
	font-size:28px;
	font-weight:bold;
	margin-left:6px;
	color:#7bac2f;
}


@media screen and (min-width:641px){

.float:after{
	content:"";
	display:block;
	clear:both;	
}

.float-r:after{
	content:"";
	display:block;
	clear:both;	
}

/* TOP */
.nav-group{
	margin-bottom:20px;	
}

.float .list_box{
	width:22%;
	margin-right:4%;
}

.float .list_box:last-child{
	margin-right:0;
}

/* 下層 */


.float-r .p-img{
	float:right;
	width:48%;
}

.float-r .p-caption{
	float:right;
	width:48%;
	margin-right:4%;
}


.table01 tr:nth-child(odd) th,
.table01 tr:nth-child(odd) td{
	background:#efefef;
}

.table01 th{
	width:70%;
}

.table01 td{
	width:30%;
}


/* pickup */
.p-area{
	float:left;
	width:30%;
	margin-right:4%;
}

.p-price{
	float:right;
	width:66%;
}

}

@media screen and (max-width:640px){

/* TOP */
.float .list_box{
	width:48%;
	margin:0 4% 20px 0;
}

.float .list_box:nth-child(even){
	margin-right:0;
}

.body_contents .float:last-child .list_box:nth-child(3),
.body_contents .float:last-child .list_box:last-child{
	margin-bottom:0;
}

.main{
	margin-bottom:60px;
}

.main h2{
	margin-bottom:40px;
}

.body_contents{
	margin-bottom:60px;
}

.contents_box{
	margin-bottom:50px;	
}

.ttl06 br,
.lead01 br,
.lead02 br,
.table01 th br{
	display:none;
}

.table01{
	border-bottom:solid 1px #efefef;
}

.table01 th,
.table01 td{
	display:block;
	width:100%;
}

.table01 th{
	background:#efefef;
}

.table01 th span{
	font-size:14px;
	display:block;
}

.table01 td span{
	font-size:16px;
}

.item_ttl{
	font-size:16px;
	line-height:1.3;
}

}



a.txt-lk {
	text-decoration: underline;
}
a:hover.txt-lk, a:focus.txt-lk {
	text-decoration: underline;
}