@charset "UTF-8";
/* CSS Document */

.bb{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

.max_img{ max-width:100%; width:100%}



.three-box{
	width: 32%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	border: 1px solid #CCCCCC;
	margin-right:5px;
	text-align:center;
	font-size:15px;
	margin-bottom:5px;
	position: relative;
}

.body_sam_img{ margin-bottom:12px;}
.three-box h3{ font-size:100%}
.body_price{ color:red}
.body_box_a:hover .three-box{ border-color:#F0F0F0;background-color:#F0F0F0}
.body_box_a:hover{ color:#aaa}
.body_box_a:hover .body_price{ color:#F38385}

.body_title2{
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-repeat: repeat;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2F8A60;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#2F8A60;
	color:#FFF
}
.body_cat_child{
	display: inline-block;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 6px;
	font-size: 15px;
	background-color: #E7FFF4;
	margin-bottom: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	margin-top:24px;
}

.body_box_all{ margin-bottom:20px; overflow:hidden}


/*シングル*/
.top_cat_menu{ margin-top:24px; margin-bottom:24px;}

.top_cat_menu a{
	display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 10px;
    background-color: #FFF;
    border: 1px solid #CCC;}

.body_img1 {
	width: 50%;
	float: left;
	margin-right: 0%;
	position: relative;
	padding:10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	 
}

.body_img_img{ width:100%; max-width:100%}

.body_img2 {
    float: left;
    margin-right: 8px;
    margin-top: 8px;
	border: 1px solid #CCCCCC;}


	.body_disp {
    float: left;
   	width:44%;
    font-size: 16px;
	margin-left:6%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
	
	.body_title_3{
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #000000;
	padding-bottom:10px;
	margin-bottom:10px;
	}
	.body_price_sing_p{margin-bottom:24px; }
	.body_price_sing{color:red; font-size:24px; }
	
	.body_disp_title {
    float: left;
   
    margin-right: 10px;
}

.body_disp_con {
    float: left;
	 font-weight: bold;
}
	
	.body_disp_border {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    clear: both;
    margin-bottom: 10px;
    padding-top: 10px;}
	
	.body_sub_title{ font-size:16px; text-align:left; margin-top:30px; border-bottom:1px #ccc solid; margin-bottom:30px;}
	
	input[type='submit'], .mailform_bottan {
		display:inline-block;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient( top, #f1b32d 0%, #ea9917);
    background: -webkit-gradient( linear, left top, left bottom, from(#f1b32d), to(#ea9917));
    background: -ms-linear-gradient( top, #f1b32d 0%, #ea9917);
    background-color: #f1b32d;
    border: 1px solid #e88f13;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    /* text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3); */
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 18px;
	text-align:center;
	
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
	input[type='submit']:hover,
	.mailform_bottan:hover{ color:#FFF; text-decoration:none;}


.mailform_bottan2 {
		display:inline-block;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient( top, #5BDD81 0%, #36C460);
    background: -webkit-gradient( linear, left top, left bottom, from(#5BDD81), to(#36C460));
    background: -ms-linear-gradient( top, #5BDD81 0%, #36C460);
    background-color: #5BDD81;
    border: 1px solid #36C460;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
    /* text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3); */
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 18px;
	text-align:center;
	
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
	
	.mailform_bottan2:hover{ color:#FFF; text-decoration:none;}
	
	
	/*料金*/
	.body_price_table th{ width:16%; background-color:#DDFFF0}
	
	
	
	/*フット詳細*/

#d_f_shosai	{ width:100%; border-top:1px solid #ccc}
#d_f_shosai_in	{ width:1000px; margin-left:auto; margin-right:auto}
#d_f_shosai_in_box{ padding:12px; overflow:hidden}
.d_f_50box{ width:50%; float:left;
padding:24px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	#d_f_shosai h3{ font-size:17px; font-weight:bold; color:#009245}
	#d_f_shosai h4{ font-size:15px; color:#009245}
	#d_f_shosai span{ color:#ed1c24; /*font-weight:bold*/}
	
	.d_f_50box{ font-size:14px;}
	#d_f_shosai p{ margin-bottom:24px;}
	#d_f_shosai table th{ text-align:left; padding-left:14px; background-color:#E7FFF4}
	#d_f_shosai table td{ padding-right:14px;}
	
	

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 12px;
}
.container-youtube,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.zaiko_temp{ margin-top: 12px;}	
.zaiko_temp a{color:#009A4E; text-decoration: underline; }
