@charset "UTF-8";



/*料金表
---------------------------------------------------------*/
.price .grd_box {
	margin-top: 80px;
	background: rgb(245,243,242);
	background: -moz-linear-gradient(top,  rgba(245,243,242,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(245,243,242,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,243,242,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f2', endColorstr='#ffffff',GradientType=0 );
}
.price .grd_box .section {
	position: relative;
	padding: 120px 0 100px;
	text-align: center;
}
.price .grd_box .abs_price {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width:980px; 
}
.price .grd_box .abs_price li{
	max-width:324px;
	width: 33.333%;
	float: left;
}

.price .grd_box .bg_box {
	margin-top: 40px;
	margin-left: 30px;
	background: #E4F4FF;
	position: relative;
	padding: 30px 0;
}
.price .grd_box .bg_box dd {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8em;
	text-align: left;
	padding-left: 23%;
	padding-right: 15%;
}
.price .grd_box .bg_box dt {
	position: absolute;
	left: -30px;
	top: -110px;
	max-width: 215px;
	width: 23%;
}
.price .grd_box .bg_box .abs_img {
	position: absolute;
	right: 10px;
	bottom: 0;
	max-width: 135px;
	width: 15%;
}

.price .pai_type {
	text-align: center;
	line-height: 1.9em;
}
.price .pai_type h4 {
	margin-top: 50px;
	margin-bottom: 20px;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 0%, #f9f6e8 30%, #f9f6e8 70%, #ffffff 100%);
background: -webkit-linear-gradient(left, #ffffff 0%,#f9f6e8 30%,#f9f6e8 70%,#ffffff 100%);
background: linear-gradient(to right, #ffffff 0%,#f9f6e8 30%,#f9f6e8 70%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	padding: 13px 3%;
	text-align: center;
	line-height: 1em;
	font-size:115%;
	letter-spacing: 0.1em;
	font-family: a-otf-futo-min-a101-pr6n, serif;
font-weight: 400;
font-style: normal;
	color:#666666;
	position: relative;
}
.price .pai_type h4::before{
	position:absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:0;
	height: 1px;
	width: 100%;
	background: #e5d6a9;
}

.price .pai_type dt {
	margin-bottom: 5px;
}

.price .attention {
	margin-top: 70px;
	border-top: solid 1px #D9D9D9;
	padding: 40px 0 110px;
}
.price .attention h5 {
	color: #9F7907;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
}
.price .attention dt {
	margin-top: 15px;
	color: #666666;
	font-weight: bold;
	background: url(../images/icon.png) no-repeat left center;
	padding-left: 15px;
}
.price .attention dl.flt_l{
	margin-right:20px;
}
.price .attention dd li {
	float: left;
	margin-right: 30px;
}
.price .miseinen .flt_l{
	width: 70%;
}
.price .miseinen .flt_r {
	max-width: 268px;
	width: 27%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price .grd_box {
	margin-top: 70px;
}
.price .grd_box .section {
	padding: 80px 0 50px;
}
.price .grd_box .abs_price {
	top: -70px;
}
.price .grd_box .bg_box {
	margin-top: 30px;
	margin-left: 5%;
	padding: 20px 0;
}
.price .grd_box .bg_box dd {
	font-size: 100%;
	padding-left: 18%;
	padding-right: 15%;
}
.price .grd_box .bg_box dt {
	left:-5%;
	top: -40px;
	width: 20%;
}
.price .grd_box .bg_box .abs_img {
	right: 5px;
	width: 13%;
}
.price .pai_type h4 {
	margin-top: 35px;
	font-size:110%;
}
.price .attention {
	margin-top: 40px;
	padding: 30px 0 60px;
}
.price .attention .flt_l,
	.price .attention .flt_r{
		width:48%;
	}
.price .attention dt {
	margin-top: 10px;
}
.price .attention dl.flt_l{
	margin-right:0;
}
.price .attention dd {
	line-height:1.8em;
}	
.price .attention dd li {
	margin-right: 1em;
}	
.price .miseinen .flt_l{
	width: 67%;
}
.price .miseinen .flt_r{
	width: 30%;}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price .grd_box {
	margin-top:0;
	position: relative;
}
.price .grd_box::before{
	position:absolute;
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	background:#ffffff;
	left: 0;
	top: 0;
}	
.price .grd_box .section {
	padding:0 0 8% 0;
}
.price .grd_box .abs_price {
	position: static;
	margin-bottom: 5%;
}	
.price .grd_box .abs_price li{
	width: 50%;
}
.price .grd_box .abs_price li:first-child{
	padding: 0 25%;
}
.price .grd_box .caution_list li{
	text-align:left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.price .grd_box .caution_list li:last-child{
	margin-bottom:0;
}

.price .grd_box .bg_box {
	margin-top: 8%;
	margin-left:0;
	padding: 5% 0;
}
.price .grd_box .bg_box dd {
	letter-spacing: .05em;
	line-height: 1.7em;
	padding-left:5%;
	padding-right:28%;
}
.price .grd_box .bg_box dt {
	position: static;
	width: 30%;
	margin: 0 auto 5% auto;
}
.price .grd_box .bg_box .abs_img {
	right: 1%;
	max-width: 135px;
	width: 25%;
}
.price .txt_al_c{
	text-align: left;
}
.price .pai_type {
	text-align: left;
	line-height: 1.9em;
}
.price .pai_type h4 {
	margin-top: 8%;
	margin-bottom: 3%;
	padding: 4% 3% 3% 3%;
}
.price .pai_type dt {
	text-align: center;
	margin: 0 auto 3% auto;
}
.price .attention {
	margin-top: 6%;
	padding: 6% 0 8%;
}
.price .attention h5 {
	font-size: 115%;
}
.price .attention dt {
	margin-top: 3%;
}
.price .attention dd{
	line-height:1.7em;
}
.price .attention dl.flt_l{
	margin-right:0;
}
.price .attention dd li {
	margin-right: 1em;
}	
	
.price .miseinen .flt_l{
	width: 100%;
	float: none;
}
.price .miseinen .flt_r {
	width: 80%;
	float: none;
	margin: 5% auto 0 auto;
}
}