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

/* type */

.float .typebox:first-child{
	margin-right:4%;
}

.t-ttl{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

.typebox .t-minibox:first-of-type{
	margin-bottom:30px;
}

/* ossm */
.ossm{
	padding:40px 30px 30px;
	background:#f0efe8;
}

.packbox{
	background:#fff;
	padding:30px;
	margin-bottom:30px;
}

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

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

.o-detail{
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
}

.o-caption .o-detail:last-of-type{
	margin-bottom:0;
}
.o-area span{
	font-weight:bold;
	font-size:16px;
}

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

.o-price span{
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
}

/* about */

.a-text{
	margin-bottom:30px;
}

.table02{
	width:100%;
	margin-bottom:10px;
}

.table02 th{
	position:relative;
	padding-left:20px;
}

.table02 th:before{
	position:absolute;
	top:10pxpx;
	left:0px;
	content:"■";
	display:inline-block;
}

.table02 td{
	text-align:right;
}

.table02 td span{
	font-size:18px;
	font-weight:bold;
	margin:0 5px;
}


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

.typebox{
	float:left;
	width:48%;
}

.typebox > figure{
	margin-bottom:15px;
}

.t-minibox figure{
	float:left;
	width:30%;
	margin-right:4%;
}

.t-minibox .t-caption{
	float:left;
	width:66%;
}

.o-img{
	float:right;
	width:35%;
}

.o-caption{
	float:right;
	width:60%;
	margin-right:5%;
}

.o-area{
	float:left;
	width:48%;
	margin-right:4%;
}

.o-price{
	float:left;
	width:48%;
	padding-top:15px;
}

.a-img{
	float:right;
	width:30%;
}

.a-caption{
	float:right;
	width:66%;
	margin-right:4%;
}

.table02 th,
.table02 td{
	padding-bottom:10px;
}

}

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

.typebox{
	margin-bottom:30px;
}

.typebox figure{
	margin-bottom:15px;
}

.float .typebox:last-child{
	margin-bottom:0;
}

.ossm{
	padding:20px;
}

.packbox{
	padding:20px;
	margin-bottom:15px;
}

.o-img{
	text-align:center;
	margin-bottom:30px;
}

.o-ttl{
	font-size:16px;
}

.o-ttl br{
	display:none;
}

.o-area{
	margin-bottom:10px;
}

.o-price span{
	font-size:18px;
}

.a-img{
	margin-bottom:15px;
}

.table02 tr{
	display:block;
	margin-bottom:20px;
}

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

.table02 th{
	padding-bottom:5px;
}

}