/* ==================== リセット ==================== */

header,
footer,
article,
section,
nav{
	display:block;
	width:auto;
	height:auto;
}

label{
	display:inline;
}

header,
footer,
article,
section,
nav,
h1, h2, h3, h4, h5, h6, p, address,
a,
ul, ol, li, dl, dt, dd,
label,
table, caption, th, td, img, form, hr,body{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-size:14px;
	font-weight:normal;
}

table{
	border-collapse: collapse;
}

td, th{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}



/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }


img{
	/* width:100%;（TinyMCEの編集画面でサイズが反映されなくなるのでここでは指定しない）*/
	height:auto;
	vertical-align: bottom; /* 画像の下にできる隙間をなくす */
}

#wrap img{
	width:100%;
}

a img	{border: none;}

img.heimax{
	height:100%;
	width:auto;
}

li{list-style:none;}


/* hr 要素は不可視で使う */
hr{
	border-width:1px 0 0 0; /* 太さ */
	border-style:solid; /* 線種 */
	height: 1px;
	line-height:1px;
	font-size:1px;
	display:block;
	padding:0;
	margin:0;
}

.none_clearfix:after,
.clearfix:after{
	clear: both;
	content: "";
	display: block;
}

.none_clearfix{
	font-size:0;
	line-height:0;
}
.none_clearfix br{
	display:none;
}

html {
}
body.mceContentBody,
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	color:#595959;

}

a{
	text-decoration:none;
	color:#0017FF;
	transition: .3s;
}

a:hover{
	text-decoration:underline;
	color:#0080FF;
}

a img{
	transition: .3s;
}

a:hover img{
	opacity:0.7;
}

#wrap{
	overflow: hidden;
	position: relative;
	width: 100%;
}

header section,
footer section,
article{
	margin:0 auto;
	position:relative;
}

header section::after,
footer section::after,
article::after{
	clear: both;
	content: "";
	display: block;
}

/* ==================== リセットEND ==================== */
#content iframe{
	border:none;
	width:100%;
}


/* 本文 */
body.mceContentBody h1,
#content_body h1{
	color:#777777;
	font-size:20px;
	font-weight:bold;
}


/*設備紹介*/
#facilities_body .box{
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
/*	width:668px;*/
	margin-bottom:1em;
}

#facilities_body .box p{
	line-height:35px;
}
@media only screen and (max-width:640px){

    #facilities_body .box p{
	line-height:25px;
        font-size: 13px;
}
    
    
    }
/*Q＆A*/
#qanda_body h3{
	margin-bottom:10px;
}
#qanda_body p strong,
#qanda_body h3 strong{
	color:#1aaa4a;
	font-size:16px;
	padding-right:8px;
}

#qanda_body p{
	padding-left:20px;
	text-indent:-20px;
	margin-bottom:30px;
}

#qanda_body p strong{
	color:#0051a3;
}


/*お知らせ*/
.information_title{
	font-size:18px;
	font-weight:bold;
	color:#777;
	border-bottom:solid 1px #777;
	line-height:160%;
	position:relative;
	padding-right:100px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.information_title .day{
	position:absolute;
	bottom:5px;
	right:0px;
	font-weight:normal;
	font-size:14px;
}

/*リクルート*/
#recruit_body table{
	width: 100%;
}
#recruit_body td,
#recruit_body th{
	padding:5px;
}
#recruit_body th{
	color:#FFF;
	text-align:right;
	vertical-align:middle;
	background-color: #1aaa4a;
	border: solid 1px #FFFFFF;
}

#recruit_body td{
	border: solid 1px #1aaa4a;;
}

/*お知らせ*/
#news_list li{
	position:relative;
	margin-bottom:5px;
	padding-left:100px;
	border-bottom: dashed 1px #CCC;
	margin-bottom:10px;
}

#news_list li .day{
	position:absolute;
	left:0px;
	top:0;
}


/*お問い合わせ*/
#contact_page .m_image{
	margin-bottom:20px;
}

#contact_page .right h3{
	font-family:overlock,sans-serif;
	float:left;
}

#contact_page .right div{
	float:right;
	
}

#contact_page .right div,
#contact_page .right h3{
	width:49%;
}

#contact_page .right .tel{
	font-weight:bold;
	font-size:20px;
	color:#000;
	border-bottom:#8fd169 solid 1px;
	margin-bottom:10px;
}

#contact_page .right .add{
	font-size:14px;
}

#contact_page .left p{
	margin-bottom:0.5em;
}

#contact_page .p_submit{
	text-align:right;
}


.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #8fd169;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[readonly="readonly"],
.wpcf7 textarea[readonly="readonly"]{
	background-color:#EFEFEF;
	box-shadow:none;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"]{
	font-size: 16px;
	padding: 0.2em 1em;
	background: #8fd169;
	color: #FFF;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: 1px 1px 0 rgba(200,200,200,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.wpcf7 span.wpcf7-not-valid-tip{
	font-size: 80%;
}

.btn_link{
	margin-top: 1em;
}

.btn_link a{
	display: inline-block;
	color: #FFF;
	border-radius: 5px;
	background-color: #1BAB4B;
	border: solid 2px #1BAB4B;
	padding: 0.5em 1em;
	text-decoration: none;
}
