@charset "UTF-8";
@import "normalize.min.css"; /*リセット(HTML5)*/
@import "default.min.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout_common.css"; /*サイトの基本レイアウト*/
@import "layout_second.css"; /*サイトの基本レイアウト*/
@import "jquery.megamenu.css"; /*ナビゲーション*/


.contents{
	padding-top: 50px;
}


.contents h3{
	background-image: url(../img/facility/title_line.png) , url(../img/facility/icon_leaf.png);
	background-repeat: no-repeat ,  no-repeat;
	background-position: left bottom , left center;
	font-size: 2.9em;
	color: #00995F;
	padding-left: 1.3em;
	font-weight: normal;
	padding-bottom: 0.5em;
	clear: both;
	margin-bottom: 15px;
}
.contents h4{
	background-image: url(../img/facility/icon_h4.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1em;
	font-size: 2.0em;
	font-weight: normal;
	padding-bottom: 0.4em;
	clear: both;
}

.contents table{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 30px;
	width: 100%;
}
.contents th{
	background-color: #FDFFEC;
	width: 20%;
}
.contents thead th{
	text-align: center;
}
.contents th,
.contents td{
	font-size: 1.5em;
	padding: 10px 17px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.contents td{
	background-color:#FFF;
}

.contents p{
	font-size: 1.6em;
	padding-bottom: 1em;
}
.contents ul{
	margin-bottom: 30px;
}
.contents li{
	background-image: url(../img/facility/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0.5em 0.3em;
	padding-left: 1.5em;
	font-size: 1.6em;
}

.contents .post{
	padding-bottom: 60px;
}
.contents .post .btn_list{
	float: right;
}





/* 
---------------------------------*/
.contents .info{
	margin-bottom: 50px;
	background-color: #F6F3EB;
	border: 1px solid #F0EBDD;
	padding: 18px 0px 18px 27px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.contents .info .caretitle{
	float: left;
	width: 294px;
	padding-right: 22px;
	background-image: url(../entry/img/separate_dot.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.contents .info .telNo{
	float: left;
	padding-left: 22px;
	padding-top: 0.5em;
}
.contents .info .telNo .tel{
	font-family: 'Ubuntu', sans-serif;
	font-size: 29px;
	color: #1f1f1f;
	padding-bottom: 0em;
}
.contents .info .telNo .comment{
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	padding-bottom: 0em;
}

.contents .btn_form input{
	position:absolute;
	top : 0;
	left : 0;
	height: 50px;
	width: 320px;
	margin: 0em;
	padding: 0.2em 0px 0px 0.7em;
	border-style: none;
	background-color: transparent;
}
.contents .btn_form{
	position:relative;
	height: 50px;
	width: 320px;
	text-align: center;
	margin: 0px auto 50px;
	color: #FFF;
	text-decoration: none;
	background-color: #DA830C;
	font-size: 1.5em;
	border-bottom: 4px solid #AE690A;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7x;   /* Firefox用 */
	background-image: url(../img/common/icon_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.contents th img{
	margin-left: 10px;
}

.contents p.p01{
	text-indent: -1em;
	margin-top: -2em;
	padding-bottom: 2.5em;
	padding-left: 1em;
}
.contents input[type="text"],
.contents textarea{
	width:100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
	