@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:14px;
   color:#5A482B;
   border-top:5px solid #9B0000;
   background:#fff url("../images/bg_body.gif") 0 0 repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:#5A482B;
   text-decoration:none;
}

a:hover {
   color:#C94C00;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

#gnavi {
   position:absolute;
/*   bottom:0;
*/   bottom:-8px;
   right:0;
}

#menu {
   width:100%;
   float:left;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatch {
   width:787px;
   margin:0 auto 10px;
   background:#fff;
}


#contents {
   clear:both;
   width:767px;
   margin:0 auto;
   padding:10px;
   background:#fff;
}

#main {
   float:right;
   width:547px;
}

#sub {
   float:left;
   width:200px;
   position: relative;
}

#pageTop {
   clear:both;
}

#footMenu {
   width:787px;
   margin:0 auto;
}

#footer {
   background:#EBEADD;
   border-bottom:5px solid #9B0000;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding-top:25px;
   font-size:32px;
   color:#fff;
   line-height:50px;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr p {
   margin:0;
   font-size:11px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:11px;
   margin-left:15px;
}

#header #gnavi li a {
   display:block;
}

#header #gnavi .tel {
   color:#C94C00;
   font-size:24px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:130px;
   color:#5A482B;
   line-height:60px;
   border-right:1px solid #D8D8D8;
   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   color:#3F2A0F;
   font-weight:bold;
   font-size:14px;
}

#menu li.home a {
   border-left:1px solid #D8D8D8;
}

#menu li a:hover {
   color:#C94C00;
   background:#fff url("../images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   margin-bottom:10px;
   font-size:11px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}

#main h2 {
   margin-bottom:8px;
   padding:0 0 0 10px;
   color:#5A482B;
   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   font-size:15px;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("../images/bg_h2.gif") 100% 100% no-repeat;
}

#main h3 {
   margin-bottom:3px;
   padding-left:50px;
   padding-top: 10px;
   font-size:25px;
   border-bottom:1px solid #999;
   background:url("../images/bg_h3.gif") 0 5px no-repeat;
}

#main h4 {
   margin-bottom:2px;
   padding:2px;
   font-size:12px;
   background:#82af21;
   color:#fff;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid #5A482B;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
   margin:0 0 1em 0;
   font-size:12px;
}

#main ul,ol,dl {
   font-size:12px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#EBEADD;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

#header .h_diiscliption{
	font-size:10px;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   width: 200px;
    position: absolute;
    top:0;
}


#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#9B0000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}


/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background:url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}

/*クリアフィックス*/

.clearfix:after{
	content:",";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}


/*画像透かす*/

#contents a:hover img{
	filter:alpha(opcity=50);
	-ms-filter:"alpha(opcity=50)";
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}


/*メニュー欄　２行に変更の為のむりやりスペース作り*/

#s-high{
	content:',';
	display:block;
	height:0;
	visibility:hidden;
	line-height: 20px;
}

#s-down{
	content:',';
	display:block;
	visibility:hidden;
	line-height: 12px;
}

#m-high{
	font-size:12px;
	line-height: 40px;
}

#m-down{
	font-size:12px;
	line-height: 5px;
}

/* トップ挨拶用ボックス */

#pa-1{
	width:240px;
	border:#fc5b00 1px solid;
	background:#fc5b00;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-bottom:0;
	/*float:right;*/
	text-align: center;
	font-size:25px;
	line-height:1.5em;
	color:#FFF;
}

#pa-2{
	width:232px;
	border:#fc5b00 2px solid;
	background:#ffffff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top:0;
	padding:6px 3px;
	/*float:right;*/
	text-align:left;
	line-height:1.8;
	font-size: 12px;
}

.cen{
	text-align:center;
	width:100%;
}

.area-bold{
	font-size:24px;
	font-weight:bold;
	color:#F00;
}

.wrapper ul.dis_list{
	list-style: circle;
}

.wrapper ul.dis_list li{
	margin:10px 50px 0 0;
	float:left;
}


#pa-3{
		  width: 460px;
		  border: #fc5b00 1px solid;
		  background: #fc5b00;
		  border-top-right-radius: 20px;
		  border-top-left-radius: 20px;
		  float: left;
		  text-align: center;
		  font-size: 25px;
		  margin: 20px 0 0 30px;
		  line-height: 1.5em;
		  color: #FFF;
}

#pa-4{
  width: 420px;
  border: #fc5b00 2px solid;
  background: #ffffff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 0 0 30px;
  padding: 15px 19px;
  float: left;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.top_subbox_title{
	width:220px;
	border: #fc5b00 1px solid;
	background: #fc5b00;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 30px 0 0 15px;
	line-height: 2.5em;
	color: #FFF;
}

.top_subbox_detail{
	width: 218px;
    /* height: 250px; */
    background: url(../images/top_banner_lastyear.jpg);
    text-align: right;
    padding: 177px 0 0 0;
    border: #fc5b00 2px solid;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    float: left;
    font-size: 17px;
    /* line-height: 2; */
    margin: 0 0 0 15px;
}

.lastyear_banner{
	float:left;
	width: 220px;
	display:block;
	color:blue;
}

a.lastyear_banner:hover{
	color:red;
	background:rgba(255,255,255,0.5);
}

.s-point{
	font-weight:bold;
	text-decoration:underline;
}

.red{
	color:red;
}

h2.h_dicliption{
	font-size:12px;
}

#menu li a.menu_line2{
	line-height:0.5;
}

.top_air_bunnar{
	float: left;
	padding-left: 30px;
}

.top_about_box{
	float:left;
	width:490px;
}




/* html5非対応ブラウザ用 */


article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}


/*打ち消し線*/


.l_thr{
	text-decoration:line-through;
}

.bath_img_pd{
	padding:20px 0 0 0;
}


.right_bath_banner{
	width:260px;
	padding-left:10px;
	height:250px;
	overflow:hidden;
}

.right_bath_banner a{
	width:250px;
	display:block;
	height:250px;
	background:url(../images/top_bath_banner.jpg);
	background-position:0 0;
}


.top_possition{
	float:right;
	width:260px;
	padding:30px 0;
}

.right_bath_banner a:hover{
	background-position:0 250px;
}

/*トップページ　コンテンツ内レイアウト*/

.top_left_box{
	float:left;
	width:490px;
}

.top_right_box{
	float:right;
	width:260px;
}

.fb_box{
	width:520px;
	margin:0 auto;
}

#pa-2 .plus_area{
	font-size:12px;
	line-height:1;
	display:block;
}


/*サービスページ*/

#service #main .service_title{
	width:540px;
	height:57px;   
	font-size: 18px;
    line-height: 1.4;
	background:url(../images/service/service_dot_bg.png) repeat-x;
	color:#fff;
}

.service_title_en{
	font-family: 'Indie Flower', cursive;
	font-size: 20px;
}

.service_descliption{
    padding: 0 0 15px 25px;
    line-height: 2;
}

.service_before{
	background:url(../images/service/service_before_box.png) no-repeat;
	width:244px;
	float:left;
	/*height:263px;*/
	margin:0 0 30px 20px;
	padding: 0 0 20px 0;
}


.service_after{
	background:url(../images/service/service_after_box.png) no-repeat;
	width:244px;
    float: left;
	/*height:263px;*/
	margin:0 0 30px 20px;
    padding: 0 0 20px 0;
}

#service .service_after img,
#service .service_before img{
    margin: 35px 0 0 6px;
}

.service_price_box{
	background:url(../images/service/service_gradation_bg.png) repeat-x;
	width:568px;
	color:#000;
	height:88px;
    margin: 30px 0 20px 0;
	border:#000 solid 1px;
}

.service_price{
	font-family: 'Lobster', cursive;
	font-size:16px;
}

.service_left_box{
	font-size:24px;
    line-height: 1;
	width:80px;
	height:50px;
	float:left;
	margin:5px 0 0 10px;
}

.service_price_des{
    float: right;
    margin: 5px 0 0 0;
    letter-spacing: -2px;
    font-weight: bold;
}

.service_time_box{
	font-size:18px;
	margin:3px 110px 0 10px;
	float:left;
}

.service_price{
	font-size:18px;
	font-weight:bold;
}

.bg_green{
    background: #D9E021;
}

#main .bg_green p{
	font-size:16px;
	line-height: 2;
}


#main .service_descliption_box p{
	font-size:16px;
	line-height: 2;
}

.service_floor_price{
	font-size:20px;
}

.service_wind_title{
	line-height:1.2;
}


.service_plan_image_box{
    border: 2px solid #ccc;
    padding-top: 15px;
}



.service_sample{
    margin: 0 0 45px 0;
	font-size: 16px;
    color: #000;	
}


.lbox{
	float: left;
	text-align:center;
	color:#F30;
}

.rbox{
	float: right;
	width: 370px;
}

.set_plan .service_price_des{
	font-size:18px;
}


.service_price_blue{
	font-size:16px;
	color:#00C;
}


#acMenu dt{
    display:block;/*
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;*/
	color:red;
    cursor:pointer;
	font-size:16px;
    }
#acMenu dd{
    /*background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;*/
    border:#666 1px solid;
    display:none;
	font-size:16px;
    }


/*Q&Aページ*/

.qa_wide{
	width:760px;
}

.qa_block{
	background:url(../images/qa/qa_line.png) bottom center no-repeat;
	margin:20px auto;
}

.q_icon{
	background:url(../images/qa/q_icon.png) no-repeat;
	width:71px;
	height:71px;
	display: table-cell;
	margin:20px 0 0 0;
	/*float:left;*/
}
.a_icon{
	background:url(../images/qa/a_icon.png) no-repeat;
	width:71px;
	height:71px;
	display: table-cell;
	margin:20px 0 0 0;
	/*float:left;*/
}

#qa-3 {
    width: 660px;
    border: #fc5b00 1px solid;
    background: #fc5b00;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
    font-size: 25px;
    margin: 20px 0 0 30px;
    line-height: 1.5em;
    color: #FFF;
}

#qa-4 {
    width: 620px;
    border: #fc5b00 2px solid;
    background: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 0 60px 30px;
    padding: 15px 19px;
    font-size: 14px;
    text-align: left;
    line-height: 2;
}

.a_box,.q_box{
	display:table;
	font-size: 20px;
    margin: 20px 0 0 0;
    padding: 0 0 50px 0;
}

.qa_box{
	display: table-cell;
	padding: 15px 0 0 20px;
}