@charset "utf-8";
/*============================================================
全体構造
============================================================*/

body{
	color: #555;
	/*font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "游明朝", "YuMincho", "メイリオ", "Meiryo", serif;*/
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ","Meiryo",sans-serif;
}

/*============================================================
リンク
============================================================*/
a img,img{
	border: none;
	vertical-align: middle;
}

a{
	outline:none;
}

a:link{
    color: #666;
    text-decoration: none;
}
a:visited{
    color: #666;
    text-decoration: none;
}
a:hover, a:active{
    color: #999;
    text-decoration: none;
}

a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}

/*============================================================
装飾
============================================================*/
.blue{
	color: blue;
}
.blue2{
	color: #33b1f0;
}
.green{
	color: #36a16b;
}
.red{
	color: #f00;
}
.orange{
	color: #ff9900;
}

.orange{
	color: #ff9600;
}

.pink{
	color: #ff6aa2;
}
.black{
	color: #000;
}

.font12{
	font-size: 12px;
}

.font50{
	font-size: 50px;
}
.font_b{
	font-weight:  bold;
}
.text_underline{
	text-decoration: underline;
}
.txt_center{
	text-align: center;
}

.content_colorbox{
	margin-bottom: 20px;
    padding: 20px;
    background: #f9f9f9;
}

/* mb
----------------------------------------- */
.mb_10{
	margin-bottom: 10px;
}

.mb_15{
	margin-bottom: 15px;
}

.mb_20{
	margin-bottom: 20px;
}


/* ボタン
----------------------------------------- */
a.btn{
	border: 1px solid #fff;
	background: #66ccff;
	color: #fff;
	display:block;
	float:right;
	font-size: 1.000em;
	line-height: 0;
	margin-top: 10px;
	padding: 7px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

a.btn:hover{
	background-color: #888;
}

#header_top .btn{
	float: left;
}

#header .btn{
	float: left;
}

.button_area {
	text-align: center;
	width: 710px;
}
.button_area .button_pdf {
	background: #66ccff;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	outline: none;
	padding: 10px 20px 5px 20px;
	text-align: center;
	text-decoration: none;


	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

.button_area .button_pdf:hover {
	background-color: #888;
}

.button_area .button_pdf:before{
	content: "\f1c1";
	font-family: "FontAwesome";
	margin-right: 10px;
}

.button_area .button {
	background: #66ccff;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	outline: none;
	padding: 10px 20px 5px 20px;
	text-align: center;
	text-decoration: none;


	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

.button_area .button:hover {
	background-color: #888;
}

.button_area .button:before{
	content: "\f04b";
	font-family: "FontAwesome";
	margin-right: 10px;
}
/* テーブル
----------------------------------------- */
.table01{
	border: 1px solid #828282;
	text-align: left;
	width: 100%;
}

.table01 th, .table01 td{
	border-bottom: 1px solid #828282;
	padding: 15px 10px 15px 20px;
}

.table01 th{
	background: #f6f6f6;
	color: #35a16b;
	vertical-align: middle;
}

.table01 td{
	background: #fff ;
}

.table02{
	border: 1px solid #663300;
	color: #111;
	text-align: center;
}

.table02 caption{
	text-align: center;
}

.table02 th, .table02 td{
	border: 1px solid #663300;
}

.table02 th{
	background: #efe1cf;
	text-align: center;
}

.table02 td{
	background: #fff ;
}

.table03{
	border: 1px solid #828282;
	width: 100%;
}

.table03 th, .table03 td{
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 5px;
}

.table03 th{
	background: #f6f6f6;
	border-left: 1px solid #aaa;
	color: #35a16b;
	vertical-align: middle;
	text-align: center;
	font-size:1.143em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table03 td{
	background: #fff ;
	height: 112px;
	vertical-align: top;
}

.table03 td ul{
	float: left;
	width: 150px;
}

.table03 td li{
	padding-left: 1em;
	text-indent: -1em;

}

.table03 td li:before{
	content: "\f024";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 3px;
	color: #888;
}

.table03 td img{
	float: right;
	border: solid 1px #ccc;
	padding: 3px;

}

.table04{
	text-align: left;
	width: 100%;
}

.table04 th, .table04 td{
	padding: 20px 10px 20px 20px;

}

.table04 th{
	vertical-align: middle;
	color:#35a16b;
}

.table04 td{
}

.table04 th:before{
	color:#35a16b;
	content: "\f017";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.table04 tr.c1{
	background: #f6f6f6;

}

.table04 td img{
	border: solid 1px #ccc;
	padding: 3px;
	margin-left:30px;

}


/* 説明テキスト
----------------------------------------- */
.explain{
	color: #35a16b;
	font-size: 12px;
	line-height: 12px;

}
/* txt_box
----------------------------------------- */
.txt_box{
	text-align: left;
	padding: 20px 0;
}

/* aten_box
----------------------------------------- */
.aten_box{
	border: 3px solid #87e7b0;
	padding: 10px;
}

/* fl_box01
----------------------------------------- */
.fl_box01{
	float: left;
}

/* fl_box02
----------------------------------------- */
.fr_box01{
	float: right;
}

/* fl_box03
----------------------------------------- */
.fr_box03{
	float: none;
}


/* page_list
----------------------------------------- */
.page_list{
	margin-bottom: 20px;
	text-align: center;
}

.page_list li{
	border: 1px solid #ccc;
	background: #eee;
	color: #222;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	padding: 5px 10px;
}

.page_list .current{
	border: 1px solid #666;
	background: #79e7b0;
}

.page_list li a{
	display: block;
}

/* preparation
----------------------------------------- */
.preparation {
	border: 1px dotted #CCC;
	text-align: center;
	background-color:#F8F8F8;
	line-height: 200%;
	color: #7c7c7c;
	font-size: 1.000em;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
}

/* coment
----------------------------------------- */
.coment_box {
	line-height: 2;
}

.coment_box_center {
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
}
/*============================================================
見出し
============================================================*/
h2.catch{
	color: #35a16b;
    font-size: 30px;
	margin-bottom: 10px;
}

h2.title{
	background-color: #35a16b;
	color: #FFF;
	font-size: 45px;
	letter-spacing: 10pt;
	margin-bottom:30px;
	text-align: center;
	width: 710px;
	line-height: 45px;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3.title{
	border-bottom: 4px double #35a16b;
	color: #7f878f;
	font-size: 189%;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-left: 40px;
	position: relative;
	text-align: left;
}

h3.title:before{
	content:'';
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #cbf266;
	display: block;
	height: 13px;
	width: 13px;
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 1;
}

h3.title:after{
	content:'';
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #87e7b0;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	left: 2px;
	top: 5px;
}

.subtitle_cmn{
	border-bottom: 1px solid #7f878f;
	color: #595959;
	font-size: 1.143em;
	text-align: center;
	margin-bottom: 20px;
}
.subtitle_cmn span{
	border-bottom: 3px solid #35a16b;
	display: block;
	width: 180px;
}

.subtitle{
	color: #35a16b;
	font-size: 1.143em;
	text-align: center;
	margin-bottom: 10px;
}




/*============================================================
clear
============================================================*/
.clear{
	clear:both;
}

.clearfix:after, .cl:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}

.clearfix, .cl{
	display: inline-block;
}

/* IE-mac */
* html .clearfix, * html .cl{
	height: 1%;
}

/* IE-mac */
.clearfix, .cl{
	display: block;
}

/*============================================================
レイアウト
============================================================*/
.mr0{
	margin-right: 0;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}
.mr50{
	margin-right: 50px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml40{
	margin-left: 40px;
}
.ml50{
	margin-left: 50px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.pb30{
	padding-bottom: 30px;
}

.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}

.border_t{
	border-top: 1px solid #dddddd;
}

.none{
	display: none;
}

.line_h2{
	line-height: 2;
}

/*============================================================
wrap
============================================================*/
#wrap{
	width: 100%;
}

/*============================================================
header_top
============================================================*/
#header_top{
	height: 500px;
	width: 100%;
}

#header_top .info{
	background-color: #36a16b;
	height: 50px;
	width: 100%;
}

#header_top .info_box{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	position: relative;
}

#header_top .info_box h1{
	color: #FFF;
	font-size: 0.929em;
	line-height: 1.7;
	padding-top: 5px;
	padding-left: 15px;
}

#header_top ul.hbox {
	position: absolute;
	top: 0;
	left: 400px;
}

#header_top .inner{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}
#header_top .inner .logo{
	background: url(../images/bg_logo.png) repeat-y;
	float: left;
	height: 370px;
	padding-top: 30px;
	text-align: center;
	width: 240px;
}
#header_top .inner .head_txt{
	text-align: center;
	width: 710px;
	float: right;
	padding-top: 150px;
}

/*============================================================
header
============================================================*/
#header{
	background: url(../images/bg_header.jpg) repeat-x center 50px;
	height: 350px;
	width: 100%;
}

#header .info{
	background-color: #36a16b;
	height: 50px;
	width: 100%;
}

#header .info_box{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	position: relative;
}

#header .info_box h1{
	color: #FFF;
	font-size: 0.929em;
	line-height: 1.7;
	padding-top: 5px;
	padding-left: 15px;
}

#header ul.hbox {
	position: absolute;
	top: 0;
	left: 400px;
}

#header .inner{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header .logo{
	background: url(../images/bg_logo.png) repeat-y;
	float: left;
	height: 250px;
	text-align: center;
	width: 240px;
}


/* 文字サイズ変更
----------------------------------------- */
#fontsize{
	height: 30px;
	width: 190px;
	position: absolute;
	top: 10px;
	right: 0;
}

#fontsize p{
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	width: 60px;
	position: absolute;
	top: 7px;
	left: 0px;
}

#fontsize ul{
	height: 20px;
	margin-left: 80px;
	margin-top: 5px;
}

#fontsize li{
	float: left;
	height: 20px;
	width: 45px;
}

#fontsize li#small{
	margin-right: 8px
}

#fontsize li a{
	background-image: url(../images/fontsize_btn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	overflow:hidden;
	text-indent:100%;
	width: 45px;
	white-space:nowrap;
}


/*============================================================
content
============================================================*/
#content{
	background: url(../images/bg_logo.png) repeat-y left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

/*============================================================
side
============================================================*/
#side{
	background: #fff;
	float: left;
	margin-left: 10px;
	width: 220px;
	/* BOXシャドウ
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true),
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	*/
}

/* side_nav
----------------------------------------- */
#side_nav{
	list-style: none;
	margin: 30px auto 30px auto;
	padding: 0;
	text-align: left;
}

#side_nav li{
	background-color: #fff;
	display: block;
}

/*長いテキスト*/
#side_nav li div{
	padding: 0 20px 0 0;
}

#side_nav ul li a{
	border-bottom: 1px solid #dddddd;
	color: #333;
	display:block;
	font-size: 15.5px;
	margin:0px;
	padding: 12px 0 12px 40px;
	position: relative;
	text-decoration: none;
	line-height: 1.5;
}

#side_nav ul li a:hover{
	background-color: #d7d7d7;
}

#side_nav ul li a:after{
	content: "";
	border-top: 8px solid #7f878f;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 0;
	width: 0;
}

#side .banner li{
	margin-bottom: 20px;
	margin-left: 10px;
}

/*============================================================
toppage
============================================================*/
#main, #intro, #philosophy, #summary, #organization, #organization_cmn, #service, #residential, #daycare, #shortstay, #event, #detail, #schedule, #info, #system, #contact, #access, #privacy, #recruit, #link, #newsletter{
	float: right;
	margin-left: 20px;
	margin-top: 30px;
	padding-bottom: 50px;
	width: 710px;
	line-height: 1.8;
}

/* 新着情報
----------------------------------------- */
#news_box{
	border: 1px solid #7f878f;
	height: 178px;
	padding: 10px;
	width: 688px;
	overflow: scroll;
}

/* わかばカフェ動画バナー
----------------------------------------- */
#special{
	margin-bottom: 30px;
}
#special .sub{
	font-size: 22px;
	color: #35a16b;
}

/*バナークリックでモーダル*/
#special #graylayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(128, 128, 128, 0.5);
  z-index: 200;
}
#special #overlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #111;
  padding: 1em;
  border: 2px solid #CCC;
  width: 80%;
  height: 80%;
}
#special #player {
  width: 100%;
  height: 90%;
}
#special button{
	border: none;
	padding: 0px 3px 20px 0;
	background: none;
	font-size: 14px;
	text-align: center;
}
#special button:hover{
	opacity: 0.5;
}
#special dd{
	display:none;
	margin-top: 25px;
}
#special dd img{
	width: 90%;
    height: auto;
}
/* 横並びバナー
----------------------------------------- */
.in_bnr{
	text-align: center;
}
/* 横並びバナーの下のテキストエリア
----------------------------------------- */
.newstext_box{
    background: #f9f9f9;
    margin: 30px auto;
    border: 1px solid #35a16b;
}
.newstext_box h3{
	text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 30px;
    margin: 0px auto;
    background: #35a16a;
    padding: 15px 50px;
}
.newstext_box h3 span{
	font-size: 1.5rem;
}
.newstext_box p{
	padding: 20px 30px 1px;
    font-size: 0.9rem;
    color: #575757;
}
.newstext_box .txt_center{
	color: #35a16b;
}
.newstext_box .txt_subtitle{
	text-align: center;
    background: #f2f1f1;
    width: 55%;
    margin: 0 auto;
    padding: 10px;
    font-size: 1rem;
}
.newstext_box .frame_box{
	margin: 30px auto 50px;
}
/* 空所情報
----------------------------------------- */
#void_box{
	border: 1px solid #7f878f;
	padding: 20px 10px 0 10px;
}

#void_box h4{
	background: #cfeedf;
	clear: both;
	height: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #35a16b;
}

#void_box h4:before{
	color: #35a16b;
	content: "\f0f7";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#void_box .table02{
	font-size: 0.964em;
	margin-bottom: 20px;
	width: 338px;
}

#void_box ul li{
font-size: 0.964em;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
}

/*============================================================
footer
============================================================*/
#footer{
	background: url(../images/bg_footer.gif) repeat;
	border-top: 1px solid #7f878f;
	padding: 0;
	width: 100%;
}

#footer .inner{
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
	width: 970px;
}


#footer .inner .l-box{
	float: left;
	margin-bottom: 30px;
}

#footer .inner .l-box ul{
	float: left;
	padding-right: 50px;
	padding-left: 20px;
	border-right: 1px solid #ccc;
}


#footer .inner .l-box ul li{
	font-size: 0.929em;
	line-height: 2.2;
}

#footer .inner .l-box li a{
	color: #333;
}

#footer .inner .l-box li a:hover{
	color: #35a16b;
}

#footer .inner .l-box li a:before{
	content: "\f0da ";
	font-family: "FontAwesome";
	font-size:0.929em;
	color: #35a16b;
	margin-right: 5px;
}

#footer .inner .l-box li.home a:before{
	content: "\f015 ";
	font-family: "FontAwesome";
	font-size:0.929em;
	color: #35a16b;
}

#footer .inner .r-box{
	float: right;
	margin-bottom: 30px;
	width: 335px;
}

#footer .copy{
	background: url(../images/bg_footer_copy.png) repeat-x;
	height: 80px;
	margin-top: 30px;
	width: 100%;
}

#footer .copy p{
	color: #FFF;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: center;
	width: 970px;
}

#footer .copy p a{
	color: #FFF;
}

#footer .copy p a:hover{
	color: #FFF;
	text-decoration: underline;
}

.pagetop a {
	position: fixed;
	bottom: 400px;
	right: 10px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 5px;
	text-align: center;
}

.pagetop a:first-child:before{
	content: "\f0aa";
	font-family: "FontAwesome";
	padding-right: 5px;
}

.pagetop span{
	display:inline-block;
}


p.gotop{
    position: fixed;
    right: 10px;
	bottom: 0;
	z-index: 100;
}
p.gotop a{
    display: block;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 5px;
	text-align: center;
}

p.gotop a:first-child:before{
	content: "\f0aa";
	font-family: "FontAwesome";
	padding-right: 5px;
}


/*============================================================
intro ヒルトップロマンとは
============================================================*/
#intro .intro_menu_box {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
#intro .menu{
	border: 1px solid #35a16b;
	color: #35a16b;
	/* float: left; */
	font-size: 24px;
	height: 100px;
	/* margin-bottom: 30px; */
	padding: 16px 0;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	text-align: center;
	/* width: 338px; */
	width: calc((100% - 20px) / 2);
}

#intro .menu dt{
	margin-bottom: 20px;

}
#intro .menu dt:before{
	content: "\f15c";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#intro .menu dd a{
	background: #35a16b;
	border: 1px solid #35A16B;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 90%;
}

#intro .menu dd a:hover{
	background: #fff;
	color: #35a16b;
}

#intro .menu dd a:after{
	font-family: "FontAwesome";
	content: "\f04b";
	background: #35a16b;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

#intro .menu dd a:hover:after{
	background: #fff;
	color: #35a16b;
}

/*============================================================
philosophy基本理念
============================================================*/
#philosophy ul.doctrine{
	margin-left: 1.3em;
}

#philosophy ul.doctrine li{
	list-style-type: none;
	text-indent: -1.3em;
}

#philosophy .photo{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 242px;
}

#philosophy .photo .waku{
	margin-bottom: 20px;
	border: solid 1px #ccc;
	padding: 5px;

}

#philosophy .phi_txt{
	line-height: 2rem;
	text-align: left;
	margin-bottom: 50px;
}

#philosophy .s6{
	margin-bottom: 50px;
	width: 710px;
}

#philosophy .s6 img{
	float: left;
}
#philosophy .s6 .each {
	float: right;
	width: 340px;
}

#philosophy .s6 .each dl {
	border-bottom: 1px solid #878787;
	height: 50px;
	margin-bottom: 15px;
}

#philosophy .s6 .each dt{
	color: #FF0000;
	float: left;
	font-size: 24px;
	height: 45px;
	width: 150px;
}

#philosophy .s6 .each dd {
	font-size: 1.000em;
	padding-top: 20px;
	text-indent: 30px;
}

/*============================================================
summary施設概要
============================================================*/
#summary .map_list{
	text-align: center;
}

#summary .map_list li{
	margin-bottom: 50px
}

#summary .map_list img{
	margin-bottom: 20px
}

#summary .map_list p{
	border-bottom: 2px solid #cbf266;
	height: 43px;
	text-align: left;
}

#summary .map_list p span{
	background: #cbf266;
	color: #35a16b;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	font-size: 24px;
	padding-left: 5px;
	width: 90px;
}

#summary .aten_box{
	background: #fcfff8;
	border: 10px solid #87e7b0;
}



#summary .aten_box h4{
	color: #35a16b;
	font-size: 1.286em;
}

#summary .aten_box li{
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}



/*============================================================
organization組織のご紹介
============================================================*/
#organization{
	text-align: center;
	background: url(../images/bg_org_box.gif) 50% 190px no-repeat;
}

#organization .org_list{
	background: #fff;
	border: 1px solid #35a16b;
	height: 90px;
	margin: 0 auto 30px auto;
	padding: 10px 10px;
	width: 268px;
}

/*
#organization .org_list img{
	border: 1px solid #bbb;
}
*/

#organization .org_list dt{
	color: #35a16b;
	display: block;
	font-size: 1.286em;
	float: right;
	text-align: left;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#organization .org_list dt:first-letter{
	text-decoration: underline;
}

#organization .org_list dt a{
	background: #35a16b;
	border: 1px solid #35a16b;
	color: #fff;
	display: block;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#organization .org_list dt a:hover{
	background: #fff;
	color: #35a16b;
}

#organization .org_list dd{
	float: left;
}

#organization .org_wrap{
	border: 1px solid #35a16b;
	background: #fff;
	padding: 30px 0 0 40px;
}

#organization .org_wrap .org_list{
	margin-right: 40px;
	float: left;
}

#organization .org_list dd.trimming {
 width: 121px;
 height: 90px;
 overflow: hidden;
 display:block;
}


/*============================================================
organization_cmn各ご挨拶
============================================================*/
#organization_cmn{

}

#organization_cmn .org_wrap{
	line-height: 2rem;
	text-align: left;
}

#organization_cmn .photo{
	float: right;
	width: 242px;
	margin-left: 10px;

}

#organization_cmn img{
	margin-bottom: 20px;
	border: solid 1px #ccc;
	padding: 5px;
}

#organization_cmn .box img{
	margin-bottom: 30px;
	float: left;
}

#organization_cmn .org_wrap p.item{
	color: #35a16b;
	line-height: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em;
	margin-bottom: 10px;
	/*border-top: solid 1px #35a16b;
	border-bottom: solid 1px #35a16b;
	BOXシャドウ
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
}

p.item:before{
	content: "\f0eb";
	font-family: "FontAwesome";
	margin-right: 10px;
}


/*============================================================
serviceサービスのご案内
============================================================*/
#service .service_list{
	background: #fff;
	border: 1px solid #35a16b;
	float: left;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	width: 338px;

}

#service .service_list img{
	margin-bottom: 5px;
	margin-top: 0px;
	vertical-align: top;
}

#service .service_list dt{
	background: rgba(255, 255, 255, 0.8);
	color: #35a16b;
	display: block;
	font-size: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#service .service_list dd a{
	background: #35a16b;
	border: 1px solid #35a16b;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0 auto 5px auto;
	width: 90%;
}

#service .service_list dd a:hover{
	background: #fff;
	color: #35a16b;
}

#service .service_list dd a:after{
	font-family: "FontAwesome";
	content: "\f04b";
	background: #35a16b;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

#service .service_list dd a:hover:after{
	background: #fff;
	color: #35a16b;
}
/*============================================================
residential入所サービス
============================================================*/
#residential .aten_box{
	width: 300px;
	margin-bottom: 30px;
}

#residential .residen_graph{
	background: url(../images/bg_graf_residen.gif) 50% 100px no-repeat;
	height: 650px;
	position: relative;
}

#residential .residen_graph li{
	width: 200px;
	position: absolute;
}
#residential .residen_graph .graph01{
	top: 0px;
	right: 0;
}
#residential .residen_graph .graph02{
	bottom: 0;
	right: 0;
}
#residential .residen_graph .graph03{
	bottom: 0;
	left: 0;
}
#residential .residen_graph .graph04{
	top: 0;
	left: 0;
}

#residential .residen_graph li img{
	border: 1px solid #35a16b;
	margin-bottom: 5px;
}

#residential .residen_graph li p{
	background: #fff;
	border: 1px solid #35a16b;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

#residential .residen_graph li p span{
	background: #35a16b;
	color: #fff;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	height: 100%;
	text-align: center;
	width: 65px;
}

/*============================================================
daycare通所リハビリテーション
============================================================*/
#daycare .aten_box{
	width: 300px;
	margin-bottom: 30px;
}

#daycare .daycare_graph{
	background: url(../images/bg_graf_daycare.gif) 50% 100px no-repeat;
	height: 650px;
	position: relative;
}

#daycare .daycare_graph li{
	width: 200px;
	position: absolute;
}

#daycare .daycare_graph .graph01{
	top: 0px;
	right: 0;
}

#daycare .daycare_graph .graph02{
	bottom: 0;
	right: 0;
}

#daycare .daycare_graph .graph03{
	bottom: 0;
	left: 0;
}

#daycare .daycare_graph .graph04{
	top: 0;
	left: 0;
}

#daycare .daycare_graph li img{
	border: 1px solid #35a16b;
	margin-bottom: 5px;
}

#daycare .daycare_graph li p{
	background: #fff;
	border: 1px solid #35a16b;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

#daycare .daycare_graph li p span{
	background: #35a16b;
	color: #fff;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	height: 100%;
	text-align: center;
	width: 65px;
}

/*============================================================
shortstay短期入所サービス
============================================================*/
#shortstay .aten_box{
	width: 300px;
	margin-bottom: 30px;
}
/*
#shortstay .shortstay_graph{
	background: url(../images/bg_graf_short.gif) 50% 100px no-repeat;
	height: 650px;
	position: relative;
}


#shortstay .shortstay_graph li{
	width: 200px;
	position: absolute;
}

#shortstay .shortstay_graph .graph01{
	top: 0px;
	right: 0;
}

#shortstay .shortstay_graph .graph02{
	bottom: 0;
	right: 0;
}

#shortstay .shortstay_graph .graph03{
	bottom: 0;
	left: 0;
}

#shortstay .shortstay_graph .graph04{
	top: 0;
	left: 0;
}

#shortstay .shortstay_graph li img{
	border: 1px solid #35a16b;
	margin-bottom: 5px;
}

#shortstay .shortstay_graph li p{
	background: #fff;
	border: 1px solid #35a16b;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}*/

/*#shortstay .shortstay_graph li p span{
	background: #35a16b;
	color: #fff;
	display: inline-block;
	/* for IE8
	*display: inline;
	*zoom: 1;
	height: 100%;
	text-align: center;
	width: 65px;
}*/







/*============================================================
eventイベントギャラリー
============================================================*/

#event .event_list{
	margin-right: -20px;
}

#event .event_list li{
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
	width: 330px;
}

#event .event_list img{
	border: 1px solid #35a16b;
	margin-bottom: 10px;
}

#event .event_list p{
	background: #35a16b;
	border: 1px solid #35a16b;
	color: #fff;
	display: block;
	font-size: 1.000em;
	margin: 0 auto;
	width: 330px;
}

#event .event_list a:hover{
	opacity: 0.7;
}

/*============================================================
detailイベントギャラリー詳細
============================================================*/

#detail .event_list{
	margin-right: -10px;
}

#detail .event_list li{
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
	text-align: center;
}

#detail .event_list img{
	border: 1px solid #35a16b;
}

#detail .event_list a:hover{
	opacity: 0.7;
}


/*============================================================
infoご利用にあたって
============================================================*/

#info .info_list{
	border: 1px solid #ccc;
	margin-bottom: 70px;
	padding: 20px 200px 20px 20px;
	position: relative;
}

#info .info_list:after{
	bottom: -80px;
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
	content: "▼";
	color: #35a16b;
	font-size: 50px;
	left: 45%;
	position: absolute;
}

#info .info_list:last-child:after{
	display: none;
}

#info .info_list dl{
	margin-bottom: 10px;
}

#info .info_list dl span{
	color: #35a16b;
	font-size: 20px;
}

#info .info_list dd{
	background: #e7f7ef;
	border: 1px solid #87e7b0;
	position: relative;
	padding: 10px 10px 30px 10px;
}


#info .info_list dd img{
	position: absolute;
	bottom: 0;
	right: -180px;
}

/*============================================================
systemご契約・費用について
============================================================*/
#system .info_wrap{
	background: #fbfbfb;
	border: 1px solid #35a16b;
	margin-bottom: 20px;
	padding: 10px;
}

#system .info_wrap h4{
	background: #cfeedf;
	clear: both;
	height: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #35a16b;
}

#system .info_wrap h4:before{
	color: #35a16b;
	content: "\f0f7";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#system .info_wrap li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}


/*============================================================
contactご相談・お問合わせ
============================================================*/
#contact form {
	margin-top: 20px;
	margin-bottom: 50px;
}

#contact form dl {
	margin: 0 auto 0 auto;
}

#contact form dl dt {
	color:#7c7c7c;
	clear: left;
	float: left;
	padding: 20px 30px 51px 30px;
	width: 180px;
}

#contact form dl dt:before{
	color:#35a16b;
	content: "\f044";
	font-family: "FontAwesome";
	margin-right: 5px;
}

#contact form dl dt em{
	color: #35a16b;
	font-size: 10px;
	padding-left: 7px;
}

#contact form dl dd {
	color:#7c7c7c;
	margin-left: 180px;
	padding: 20px 20px 55px 20px;
}

#contact p.attention {
	color: #35a16b;
	font-size: 95%;
	margin: 0 auto 0 auto;
	padding-top: 0 0 6px 0;
	width: 970px;
}

#contact .policy {
	color:#7c7c7c;
	margin-bottom: 30px;
	margin-left: 240px;
}

#contact .policy a {
	color: #35a16b;
	text-decoration: underline;
}

#contact .policy a:hover {
	text-decoration: none;
}

#contact input {
	padding: 5px 7px 5px 7px;
}

#contact .form-bottom {
	text-align: center;
	width: 710px;
}
#contact .form-bottom .butn {
	background: #66ccff;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	outline: none;
	text-align: center;
	text-decoration: none;
	letter-spacing: 10px;
	padding: 10px 10px 5px 20px;

	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

#contact .form-bottom .butn:hover {
	background-color: #888;
}


#contact label {
	margin-right: 1em;
}
#contact label input {
	margin-right: .3em;
}

#contact button {
	font-size: 1.000em;
}

#contact .tel{
	color: #35a16b;
	font-size: 40px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#contact .tel:before{
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#contact .fax{
	color: #35a16b;
	font-size: 40px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

#contact .fax:before{
	content: "\f1ac";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 35px;
	font-weight: normal;
}


#contact form dl .info_wrap{
	background: #fbfbfb;
	border: 1px solid #35a16b;
	margin-bottom: 20px;
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#contact form dl .info_wrap h4{
	background: #cfeedf;
	clear: both;
	height: 30px;
	line-height: 35px;
	margin-bottom: 30px;
	padding-left: 30px;
	color: #35a16b;
}

#contact form dl .info_wrap h4:before{
	color: #35a16b;
	content: "\f157";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#contact form dl .info_wrap li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#contact form dl .info_wrap .sum{
	margin-right: auto;
	margin-left: auto;
	border-bottom: 3px double #333333;
	width: 350px;
	line-height: 1;
	margin-bottom:30px;
}

#contact form dl .info_wrap #sim_result{
	font-size: 2.308em;
	text-align: right;
	width: 250px;
	display: inline-block;
}

#contact form dl .info_wrap #day_result{
	font-size: 2.308em;
	text-align: right;
	width: 250px;
	display: inline-block;

}

#contact form dl .info_wrap .sum:first-letter{
	color: #66ccff;
	margin-right:5px;
}

#contact p.item{
	color: #35a16b;
	line-height: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em;
	margin-bottom: 10px;
	border-top: solid 1px #35a16b;
	border-bottom: solid 1px #35a16b;	 /*BOXシャドウ
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
}

#contact p.item:before{
	content: "\f06c";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#contact .coment_box p.link a{
	color:#555;
	font-size: 1.143em;

}

#contact .coment_box p.link a:hover{
	color:#35a16b;
	text-decoration:underline;

}

#contact p a:after{
	font-family: "FontAwesome";
	content: "\f08e";
	font-size:0.786em;
}

#contact dl.photo{
	float:left;
	margin-bottom:20px;
}


#contact dl.photo dt{
	border: solid 1px #ccc;
	padding: 5px;
}

#contact dl.photo dd:before{
	content: "\f024";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 5px;
	color: #888;
}


/*============================================================
accsess交通アクセス
============================================================*/
#access .map_box{
	padding: 0 5px 30px 5px;
}

#access .map_box h4{
	color: #35a16b;
	font-size: 1.286em;
	margin-bottom: 10px;
}

#access .map_box h4:before{
	font-family:FontAwesome;
	content:"\f1d9";
	margin-right: 10px;
; 	font-weight: normal;
}

/* -------バス乗り場・時刻表分割エリア------- */

#access .map_bus {
	width: 265px;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#access .time_bus  {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* -------バス時刻表------- */

#access table.tbl02{
	text-align: center;
	width: 250px;

}

#access table.tbl02 tr th{
	background-color: #bbb;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	color:#fff;
	padding:6px 0;
	text-align: center;
	width: 125px;
}

#access table.tbl02 .blu{
   background-color: #def5f6;
   border-right: 1px solid #888;
}
#access table.tbl02 tr td {
   background-color: #c6ede0;
   border-left: 1px solid #888;
   border-top: 1px solid #888;
   padding:3px 0;
}

#access table.tbl02 .border_b {
   border-bottom: 1px solid #888;
}

#access table.tbl02 .border_r {
   border-right: 1px solid #888;
}

#access table.tbl02 caption{
   background-color: #bbb;
   color:#fff;
   border-left: 1px solid #888;
   border-right: 1px solid #888;
   border-top: 1px solid #888;
   text-align: center;
   padding:6px 0;
}

#access table.tbl02 .bus_day{
   background-color: #fff;
   font-size: 0.857em;
   text-align: right;

}

#access .time_bus .aten{
	font-size: 0.857em;
	text-align: left;
}


#access .map_bus .photo img{
	margin-bottom: 30px;
	border: solid 1px #ccc;
	padding: 3px;
}
/*============================================
privacy個人情報に対する考え方
============================================*/
#privacy{
	line-height: 2;
}


#privacy ul li{
	padding-left: 1em;
	text-indent: -1em;
}

#privacy p{
	margin-bottom: 20px;
}

/*============================================
recruit採用情報
============================================*/
#recruit .category{
	margin-bottom: 30px;

}
#recruit .category .button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 5px 10px 2px 10px;
	margin-right: 10px;
	background: #87e7b0;
	border: 2px solid #fff;
	color: #555;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;

		/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}

#recruit .category .button:hover {
	background-color: #fff;
	border-color: #35a16b;
	color: #35a16b;
}
#recruit .category .button::before,
#recruit .category .button::after {
position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #87e7b0;
}

#recruit .category .button::before {
	top: 0;
}

#recruit .category .button::after {
	bottom: 0;
}

#recruit .category .button:hover::before,
#recruit .category .button:hover::after {
	height: 0;
	background-color: #888;
}

#recruit .category .button,
#recruit .category .button::before,
#recruit .category .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#recruit .btn05 {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 200px;
	position: relative;
	perspective: 300px;
	-webkit-perspective: 300px;
	height: 50px;
	margin: 30px auto 30px auto;
	font-weight:bold

}

#recruit .btn05 span {
    text-align: center;
    display: block;
    width: 200px;
    padding: 10px 0;
    background-color: #66ccff;
	border: 2px solid #fff;
    position:absolute;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.8s;

		/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}
#recruit .btn05 .back {
color: #fff;
    background-color: #888;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

#recruit .btn05:hover .front {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

#recruit .btn05:hover .back {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
}

#recruit .table01 a:hover{
	background: #fff;
	color: #35a16b;
	text-decoration: underline;
}

#recruit .table01 a:before{
	content: "\f0a9";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 3px;
}

#recruit .table01 a:after{
	font-family: "FontAwesome";
	content: "\f08e";
	font-size:0.857em;
	margin-left: 3px;

}

#recruit .table01 a:hover:after{
	background: #fff;
	color: #35a16b;
}


/*============================================
linkリンク
============================================*/
#link .link_box {
	margin-bottom: 30px;
}

#link .link_box ul{
	margin-left: 30px;
}


#link .link_box li {
	margin-bottom: 10px;
}

#link .link_box li:last-child {
	margin-right: 0;
}

#link .link_box li a:hover{
	background: #fff;
	color: #35a16b;
	text-decoration: underline;
}

#link .link_box li a:before{
	content: "\f0a9";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 3px;
}

#link .link_box li a:after{
	font-family: "FontAwesome";
	content: "\f08e";
	font-size:0.857em;
	margin-left: 3px;

}

#link .link_box li a:hover:after{
	background: #fff;
	color: #35a16b;
}

#link .link_box li.sub {
	margin-left: 20px;
	margin-bottom: 10px;
}

#link .link_box li.sub:before{
	content: "\f061";
	font-family: "FontAwesome";
	font-size:0.786em;
	margin-right: 3px;
}

#link .link_box .item{
	color: #35a16b;
	line-height: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em;
	margin-bottom: 10px;
	border-top: solid 1px #35a16b;
	border-bottom: solid 1px #35a16b;	 /*BOXシャドウ
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
}

#link .link_box .item:before{
	content: "\f0c1";
	font-family: "FontAwesome";
	margin-right: 10px;
}

/* モーダルウィンドウ */
.modal_box{
    text-align: center;
}
.modal_box input{
    position: absolute;
    z-index: -9999;
    visibility: hidden;
}
.modal_box label{
    cursor: pointer;
    display: inline-block;
}
.modal_box label img:hover{
	opacity: 0.5;
}
.modal_box .modal_overlay{
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -999;
}
.modal_box .modal_overlay .modal_wrap{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.modal_box .modal_overlay .modal_wrap label{
    width: 100%;
    height: 55px;
    line-height: 50px;
    background: #36a16b;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}
.modal_box .modal_overlay .modal_wrap label span{
    font-size: 20px;
}
.modal_box input:checked ~ .modal_overlay{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 999;
}
.modal_box .modal_overlay .modal_wrap .concept_bg p{
	width: 700px;
	height: 750px;
	margin: 0 auto;
	padding-top: 30px;
}

/*============================================
あおぼ通信
============================================*/

#newsletter ul li a{
	margin: 10px 10px 0 10px;
	padding: 10px 10px 20px 10px;
	border-bottom: 2px dotted #36a16a;
	font-size: 15px;
	display: block;
}
#newsletter ul li:first-child a{
	border-bottom: none;
}
#newsletter ul li.subtitle{
	margin-bottom: 0;
}
#newsletter ul li a:hover{
	color: #36a16a;
}
#newsletter #letter{
	margin:20px auto 20px;
}
#newsletter .frame_box{
	margin-bottom: 20px;
	padding: 20px;
	background: url(../images/bg_footer.gif) repeat;
	border: 1px dotted #ccc;
}
#newsletter .frame_box .subtitle {
	margin: 0 0 10px 10px;
	padding-left: 5px;
	border-left: 3px solid #35a16b;
	text-align: left;
	font-size: 18px;
}
#newsletter .frame_box img{
	border: 1px solid #ccc;
}

@charset "utf-8";
/*============================================================
全体構造
============================================================*/

body{
	color: #555;
	/*font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "游明朝", "YuMincho", "メイリオ", "Meiryo", serif;*/
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ","Meiryo",sans-serif;
}

/*============================================================
リンク
============================================================*/
a img,img{
	border: none;
	vertical-align: middle;
}

a{
	outline:none;
}

a:link{
    color: #666;
    text-decoration: none;
}
a:visited{
    color: #666;
    text-decoration: none;
}
a:hover, a:active{
    color: #999;
    text-decoration: none;
}

a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}

/*============================================================
装飾
============================================================*/
.blue{
	color: blue;
}
.blue2{
	color: #33b1f0;
}
.green{
	color: #36a16b;
}
.red{
	color: #f00;
}
.orange{
	color: #ff9900;
}

.orange{
	color: #ff9600;
}

.pink{
	color: #ff6aa2;
}
.black{
	color: #000;
}

.font50{
	font-size: 50px;
}

.txt_center{
	text-align: center;
}
/* ボタン
----------------------------------------- */
a.btn{
	border: 1px solid #fff;
	background: #66ccff;
	color: #fff;
	display:block;
	float:right;
	font-size: 1.000em;
	line-height: 0;
	margin-top: 10px;
	padding: 7px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

a.btn:hover{
	background-color: #888;
}
.p_btn{
	border: 1px solid #fff;
	background: #66ccff;
	color: #fff;
	display:block;
	float:right;
	font-size: 1.000em;
	line-height: 0;
	margin-top: 10px;
	padding: 7px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 60px;
	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

.p_btn:hover{
	background-color: #888;
}

#header_top .btn{
	float: left;
}

#header .btn{
	float: left;
}

.button_area {
	text-align: center;
	width: 710px;
}
.button_area .button_pdf {
	background: #66ccff;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	outline: none;
	padding: 10px 20px 5px 20px;
	text-align: center;
	text-decoration: none;


	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

.button_area .button_pdf:hover {
	background-color: #888;
}

.button_area .button_pdf:before{
	content: "\f1c1";
	font-family: "FontAwesome";
	margin-right: 10px;
}

.button_area .button {
	background: #66ccff;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	outline: none;
	padding: 10px 20px 5px 20px;
	text-align: center;
	text-decoration: none;


	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

.button_area .button:hover {
	background-color: #888;
}

.button_area .button:before{
	content: "\f04b";
	font-family: "FontAwesome";
	margin-right: 10px;
}
/* テーブル
----------------------------------------- */
.table01{
	border: 1px solid #828282;
	text-align: left;
	width: 100%;
}

.table01 th, .table01 td{
	border-bottom: 1px solid #828282;
	padding: 15px 10px 15px 20px;
}

.table01 th{
	background: #f6f6f6;
	color: #35a16b;
	vertical-align: middle;
}

.table01 td{
	background: #fff ;
}

.table02{
	border: 1px solid #663300;
	color: #111;
	text-align: center;
}

.table02 caption{
	text-align: center;
}

.table02 th, .table02 td{
	border: 1px solid #663300;
}

.table02 th{
	background: #efe1cf;
	text-align: center;
}

.table02 td{
	background: #fff ;
}

.table03{
	border: 1px solid #828282;
	width: 100%;
}

.table03 th, .table03 td{
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 5px;
}

.table03 th{
	background: #f6f6f6;
	border-left: 1px solid #aaa;
	color: #35a16b;
	vertical-align: middle;
	text-align: center;
	font-size:1.143em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table03 td{
	background: #fff ;
	height: 112px;
	vertical-align: top;
}

.table03 td ul{
	float: left;
	width: 150px;
}

.table03 td li{
	padding-left: 1em;
	text-indent: -1em;

}

.table03 td li:before{
	content: "\f024";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 3px;
	color: #888;
}

.table03 td img{
	float: right;
	border: solid 1px #ccc;
	padding: 3px;

}

.table04{
	text-align: left;
	width: 100%;
}

.table04 th, .table04 td{
	padding: 20px 10px 20px 20px;

}

.table04 th{
	vertical-align: middle;
	color:#35a16b;
}

.table04 td{
}

.table04 th:before{
	color:#35a16b;
	content: "\f017";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.table04 tr.c1{
	background: #f6f6f6;

}

.table04 td img{
	border: solid 1px #ccc;
	padding: 3px;
	margin-left:30px;

}


/* 説明テキスト
----------------------------------------- */
.explain{
	color: #35a16b;
	font-size: 12px;
	line-height: 12px;

}
/* txt_box
----------------------------------------- */
.txt_box{
	text-align: left;
	padding: 20px 0;
}

/* aten_box
----------------------------------------- */
.aten_box{
	border: 3px solid #87e7b0;
	padding: 10px;
}

/* fl_box01
----------------------------------------- */
.fl_box01{
	float: left;
}

/* fl_box02
----------------------------------------- */
.fr_box01{
	float: right;
}

/* fl_box03
----------------------------------------- */
.fr_box03{
	float: none;
}


/* page_list
----------------------------------------- */
.page_list{
	margin-bottom: 20px;
	text-align: center;
}

.page_list li{
	border: 1px solid #ccc;
	background: #eee;
	color: #222;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	padding: 5px 10px;
}

.page_list .current{
	border: 1px solid #666;
	background: #79e7b0;
}

.page_list li a{
	display: block;
}

/* preparation
----------------------------------------- */
.preparation {
	border: 1px dotted #CCC;
	text-align: center;
	background-color:#F8F8F8;
	line-height: 200%;
	color: #7c7c7c;
	font-size: 1.000em;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
}

/* coment
----------------------------------------- */
.coment_box {
	line-height: 2;
}

.coment_box_center {
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
}
/*============================================================
見出し
============================================================*/
h2.catch{
	color: #35a16b;
    font-size: 30px;
	margin-bottom: 10px;
}

h2.title{
	background-color: #35a16b;
	color: #FFF;
	font-size: 45px;
	letter-spacing: 10pt;
	margin-bottom:30px;
	text-align: center;
	width: 710px;
	line-height: 45px;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newsletter h2.title{
	font-size: 40px;
}

h3.title{
	border-bottom: 4px double #35a16b;
	color: #7f878f;
	font-size: 189%;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-left: 40px;
	position: relative;
	text-align: left;
}

h3.title:before{
	content:'';
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #cbf266;
	display: block;
	height: 13px;
	width: 13px;
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 1;
}

h3.title:after{
	content:'';
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #87e7b0;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	left: 2px;
	top: 5px;
}

.subtitle_cmn{
	border-bottom: 1px solid #7f878f;
	color: #595959;
	font-size: 1.143em;
	text-align: center;
	margin-bottom: 20px;
}
.subtitle_cmn span{
	border-bottom: 3px solid #35a16b;
	display: block;
	width: 180px;
}

.subtitle{
	color: #35a16b;
	font-size: 1.143em;
	text-align: center;
	margin-bottom: 10px;
}




/*============================================================
clear
============================================================*/
.clear{
	clear:both;
}

.clearfix:after, .cl:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}

.clearfix, .cl{
	display: inline-block;
}

/* IE-mac */
* html .clearfix, * html .cl{
	height: 1%;
}

/* IE-mac */
.clearfix, .cl{
	display: block;
}

/*============================================================
レイアウト
============================================================*/
.mr0{
	margin-right: 0;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}
.mr50{
	margin-right: 50px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml40{
	margin-left: 40px;
}
.ml50{
	margin-left: 50px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.pb30{
	padding-bottom: 30px;
}

.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}

.border_t{
	border-top: 1px solid #dddddd;
}

.none{
	display: none;
}

.line_h2{
	line-height: 2;
}

/*============================================================
wrap
============================================================*/
#wrap{
	width: 100%;
}

/*============================================================
header共通
============================================================*/
/* クラファンボタン */
.header_btn {
	position: relative;
	max-width: 970px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.header_btn p{
	position: absolute;
	bottom: 60px;
	right: 0;
	max-width: 720px;
	width: 100%;
}
.header_btn a {
	display: flex;
	justify-content: center;
    align-items: center;
	background: #36a16b;
	height: 64px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	transition: all .5s;
}
.header_btn a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #36a16b;
}

/*============================================================
header_top
============================================================*/
#header_top{
	height: 500px;
	width: 100%;
}

#header_top .info{
	background-color: #36a16b;
	height: 50px;
	width: 100%;
	position: absolute;
}

#header_top .info_box{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	position: relative;
}

#header_top .info_box h1{
	color: #FFF;
	font-size: 0.929em;
	line-height: 1.7;
	padding-top: 5px;
	padding-left: 15px;
}

#header_top ul.hbox {
	position: absolute;
	top: 0;
	left: 400px;
}

#header_top .inner{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header_top .inner .logo{
	background: url(../images/bg_logo.png) repeat-y;
	float: left;
	height: 370px;
	padding-top: 30px;
	text-align: center;
	width: 240px;
	position: absolute;
    top: 50px;
}

#header_top .inner .head_txt{
	text-align: center;
	width: 710px;
	float: right;
	padding-top: 150px;
}



/*============================================================
header
============================================================*/
#header{
	background: url(../images/bg_header.jpg) repeat-x center 50px;
	height: 350px;
	width: 100%;
}

#header .info{
	background-color: #36a16b;
	height: 50px;
	width: 100%;
}

#header .info_box{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	position: relative;
}

#header .info_box h1{
	color: #FFF;
	font-size: 0.929em;
	line-height: 1.7;
	padding-top: 5px;
	padding-left: 15px;
}

#header ul.hbox {
	position: absolute;
	top: 0;
	left: 400px;
}

#header .inner{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header .logo{
	background: url(../images/bg_logo.png) repeat-y;
	float: left;
	height: 250px;
	text-align: center;
	width: 240px;
}

/* クラファンボタン */
#header .header_btn p{
	bottom: 110px;
}



/* 文字サイズ変更
----------------------------------------- */
#fontsize{
	height: 30px;
	width: 190px;
	position: absolute;
	top: 10px;
	right: 0;
}

#fontsize p{
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	width: 60px;
	position: absolute;
	top: 7px;
	left: 0px;
}

#fontsize ul{
	height: 20px;
	margin-left: 80px;
	margin-top: 5px;
}

#fontsize li{
	float: left;
	height: 20px;
	width: 45px;
}

#fontsize li#small{
	margin-right: 8px
}

#fontsize li a{
	background-image: url(../images/fontsize_btn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	overflow:hidden;
	text-indent:100%;
	width: 45px;
	white-space:nowrap;
}


/*============================================================
content
============================================================*/
#content{
	background: url(../images/bg_logo.png) repeat-y left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

/*============================================================
side
============================================================*/
#side{
	background: #fff;
	float: left;
	margin-left: 10px;
	width: 220px;
	/* BOXシャドウ
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true),
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	*/
}

/* side_nav
----------------------------------------- */
#side_nav{
	list-style: none;
	margin: 30px auto 30px auto;
	padding: 0;
	text-align: left;
}

#side_nav li{
	background-color: #fff;
	display: block;
}
/*長いテキスト*/
#side_nav li div{
	padding: 0 20px 0 0;
}

#side_nav ul li a{
	border-bottom: 1px solid #dddddd;
	color: #333;
	display:block;
	font-size: 15.5px;
	margin:0px;
	padding: 12px 0 12px 40px;
	position: relative;
	text-decoration: none;
	line-height: 1.5;
}

#side_nav ul li a:hover{
	background-color: #d7d7d7;
	color: #333;
}
#side_nav ul li a:hover:after{
	border-top: 8px solid #333;
}

#side_nav ul li a:after{
	content: "";
	border-top: 8px solid #7f878f;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 0;
	width: 0;
}

#side .banner li{
	margin-bottom: 20px;
	margin-left: 10px;
}
#side .banner li img{
	max-width: 200px;
	width: 100%;
}

/*============================================================
toppage
============================================================*/
#main, #intro, #philosophy, #summary, #organization, #organization_cmn, #service, #residential, #daycare, #shortstay, #event, #detail, #schedule, #info, #system, #contact, #access, #privacy, #recruit, #link, #newsletter, #member{
	float: right;
	margin-left: 20px;
	margin-top: 30px;
	padding-bottom: 50px;
	width: 710px;
	line-height: 1.8;
}

/* 新着情報
----------------------------------------- */
#news_box{
	border: 1px solid #7f878f;
	margin-bottom: 50px;
	height: 178px;
	padding: 10px;
	width: 688px;
	overflow: scroll;
}

/* 横並びバナー
----------------------------------------- */
.in_bnr{
	text-align: center;
}


/* 空所情報
----------------------------------------- */
#void_box{
	border: 1px solid #7f878f;
	padding: 20px 10px 0 10px;
}

#void_box h4{
	background: #cfeedf;
	clear: both;
	height: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #35a16b;
}

#void_box h4:before{
	color: #35a16b;
	content: "\f0f7";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#void_box .table02{
	font-size: 0.964em;
	margin-bottom: 20px;
	width: 338px;
}

#void_box ul li{
font-size: 0.964em;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
}

/*============================================================
footer
============================================================*/
#footer{
	background: url(../images/bg_footer.gif) repeat;
	border-top: 1px solid #7f878f;
	padding: 0;
	width: 100%;
}

#footer .inner{
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
	width: 970px;
}


#footer .inner .l-box{
	float: left;
	margin-bottom: 30px;
}

#footer .inner .l-box ul{
	float: left;
	padding-right: 50px;
	padding-left: 20px;
	border-right: 1px solid #ccc;
}


#footer .inner .l-box ul li{
	font-size: 0.929em;
	line-height: 2.2;
}

#footer .inner .l-box li a{
	color: #333;
}

#footer .inner .l-box li a:hover{
	color: #35a16b;
}

#footer .inner .l-box li a:before{
	content: "\f0da ";
	font-family: "FontAwesome";
	font-size:0.929em;
	color: #35a16b;
	margin-right: 5px;
}

#footer .inner .l-box li.home a:before{
	content: "\f015 ";
	font-family: "FontAwesome";
	font-size:0.929em;
	color: #35a16b;
}

#footer .inner .r-box{
	float: right;
	margin-bottom: 30px;
	width: 335px;
}

#footer .copy{
	background: url(../images/bg_footer_copy.png) repeat-x;
	height: 80px;
	margin-top: 30px;
	width: 100%;
}

#footer .copy p{
	color: #FFF;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: center;
	width: 970px;
}

#footer .copy p a{
	color: #FFF;
}

#footer .copy p a:hover{
	color: #FFF;
	text-decoration: underline;
}

.pagetop a {
	position: fixed;
	bottom: 400px;
	right: 10px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 5px;
	text-align: center;
}

.pagetop a:first-child:before{
	content: "\f0aa";
	font-family: "FontAwesome";
	padding-right: 5px;
}

.pagetop span{
	display:inline-block;
}


/*p.gotop{
    position: fixed;
    right: 10px;
	bottom: 0;
}
p.gotop a{
    display: block;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 5px;
	text-align: center;
}

p.gotop a:first-child:before{
	content: "\f0aa";
	font-family: "FontAwesome";
	padding-right: 5px;
}
*/

/*============================================================
intro ヒルトップロマンとは
============================================================*/
/* #intro .menu{
	border: 1px solid #35a16b;
	color: #35a16b;
	float: left;
	font-size: 24px;
	height: 100px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 338px;
} */

#intro .menu dt{
	margin-bottom: 20px;

}
#intro .menu dt:before{
	content: "\f15c";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#intro .menu dd a{
	background: #35a16b;
	border: 1px solid #35A16B;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 90%;
}

#intro .menu dd a:hover{
	background: #fff;
	color: #35a16b;
}

#intro .menu dd a:after{
	font-family: "FontAwesome";
	content: "\f04b";
	background: #35a16b;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

#intro .menu dd a:hover:after{
	background: #fff;
	color: #35a16b;
}

/*============================================================
philosophy基本理念
============================================================*/
#philosophy ul.doctrine{
	margin-left: 1.3em;
}

#philosophy ul.doctrine li{
	list-style-type: none;
	text-indent: -1.3em;
}

#philosophy .photo{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 242px;
}

#philosophy .photo .waku{
	margin-bottom: 20px;
	border: solid 1px #ccc;
	padding: 5px;

}

#philosophy .phi_txt{
	line-height: 2rem;
	text-align: left;
	margin-bottom: 50px;
}

#philosophy .s6{
	margin-bottom: 50px;
	width: 710px;
}

#philosophy .s6 img{
	float: left;
}
#philosophy .s6 .each {
	float: right;
	width: 340px;
}

#philosophy .s6 .each dl {
	border-bottom: 1px solid #878787;
	height: 50px;
	margin-bottom: 15px;
}

#philosophy .s6 .each dt{
	color: #FF0000;
	float: left;
	font-size: 24px;
	height: 45px;
	width: 150px;
}

#philosophy .s6 .each dd {
	font-size: 1.000em;
	padding-top: 20px;
	text-indent: 30px;
}

/*============================================================
summary施設概要
============================================================*/
#summary .map_list{
	text-align: center;
}

#summary .map_list li{
	margin-bottom: 50px
}

#summary .map_list img{
	margin-bottom: 20px
}

#summary .map_list p{
	border-bottom: 2px solid #cbf266;
	height: 43px;
	text-align: left;
}

#summary .map_list p span{
	background: #cbf266;
	color: #35a16b;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	font-size: 24px;
	padding-left: 5px;
	width: 90px;
}

#summary .aten_box{
	background: #fcfff8;
	border: 10px solid #87e7b0;
}



#summary .aten_box h4{
	color: #35a16b;
	font-size: 1.286em;
}

#summary .aten_box li{
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}



/*============================================================
organization組織のご紹介
============================================================*/
#organization{
	text-align: center;
	background: url(../images/bg_org_box.gif) 50% 190px no-repeat;
}

#organization .org_list{
	background: #fff;
	border: 1px solid #35a16b;
	height: 90px;
	margin: 0 auto 30px auto;
	padding: 10px 10px;
	width: 268px;
}

/*
#organization .org_list img{
	border: 1px solid #bbb;
}
*/

#organization .org_list dt{
	color: #35a16b;
	display: block;
	font-size: 1.286em;
	float: right;
	text-align: left;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#organization .org_list dt:first-letter{
	text-decoration: underline;
}

#organization .org_list dt a{
	background: #35a16b;
	border: 1px solid #35a16b;
	color: #fff;
	display: block;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#organization .org_list dt a:hover{
	background: #fff;
	color: #35a16b;
}

#organization .org_list dd{
	float: left;
}

#organization .org_wrap{
	border: 1px solid #35a16b;
	background: #fff;
	padding: 30px 0 0 40px;
}

#organization .org_wrap .org_list{
	margin-right: 40px;
	float: left;
}

#organization .org_list dd.trimming {
 width: 121px;
 height: 90px;
 overflow: hidden;
 display:block;
}


/*============================================================
organization_cmn各ご挨拶
============================================================*/
#organization_cmn{

}

#organization_cmn .org_wrap{
	line-height: 2rem;
	text-align: left;
}

#organization_cmn .photo{
	float: right;
	width: 242px;
	margin-left: 10px;

}

#organization_cmn img{
	margin-bottom: 20px;
	border: solid 1px #ccc;
	padding: 5px;
}

#organization_cmn .box img{
	margin-bottom: 30px;
	float: left;
}

#organization_cmn .org_wrap p.item{
	color: #35a16b;
	line-height: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em;
	margin-bottom: 10px;
	/*border-top: solid 1px #35a16b;
	border-bottom: solid 1px #35a16b;
	BOXシャドウ
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
}

p.item:before{
	content: "\f0eb";
	font-family: "FontAwesome";
	margin-right: 10px;
}


/*============================================================
serviceサービスのご案内
============================================================*/
#service .service_list{
	background: #fff;
	border: 1px solid #35a16b;
	float: left;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	width: 338px;

}

#service .service_list img{
	margin-bottom: 5px;
	margin-top: 0px;
	vertical-align: top;
}

#service .service_list dt{
	background: rgba(255, 255, 255, 0.8);
	color: #35a16b;
	display: block;
	font-size: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#service .service_list dd a{
	background: #35a16b;
	border: 1px solid #35a16b;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0 auto 5px auto;
	width: 90%;
}

#service .service_list dd a:hover{
	background: #fff;
	color: #35a16b;
}

#service .service_list dd a:after{
	font-family: "FontAwesome";
	content: "\f04b";
	background: #35a16b;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

#service .service_list dd a:hover:after{
	background: #fff;
	color: #35a16b;
}
/*============================================================
residential入所サービス
============================================================*/
#residential .aten_box{
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

#residential .residen_graph{
	background: url(../images/bg_graf_residen.gif) 50% 100px no-repeat;
	height: 650px;
	position: relative;
}

#residential .residen_graph li{
	width: 200px;
	position: absolute;
}
#residential .residen_graph .graph01{
	top: 0px;
	right: 0;
}
#residential .residen_graph .graph02{
	bottom: 0;
	right: 0;
}
#residential .residen_graph .graph03{
	bottom: 0;
	left: 0;
}
#residential .residen_graph .graph04{
	top: 0;
	left: 0;
}

#residential .residen_graph li img{
	border: 1px solid #35a16b;
	margin-bottom: 5px;
}

#residential .residen_graph li p{
	background: #fff;
	border: 1px solid #35a16b;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

#residential .residen_graph li p span{
	background: #35a16b;
	color: #fff;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	height: 100%;
	text-align: center;
	width: 65px;
}

/*============================================================
daycare通所リハビリテーション
============================================================*/
#daycare .aten_box{
	width: 300px;
	margin-bottom: 30px;
}

#daycare .daycare_graph{
	background: url(../images/bg_graf_daycare.gif) 50% 100px no-repeat;
	height: 650px;
	position: relative;
}

#daycare .daycare_graph li{
	width: 200px;
	position: absolute;
}

#daycare .daycare_graph .graph01{
	top: 0px;
	right: 0;
}

#daycare .daycare_graph .graph02{
	bottom: 0;
	right: 0;
}

#daycare .daycare_graph .graph03{
	bottom: 0;
	left: 0;
}

#daycare .daycare_graph .graph04{
	top: 0;
	left: 0;
}

#daycare .daycare_graph li img{
	border: 1px solid #35a16b;
	margin-bottom: 5px;
}

#daycare .daycare_graph li p{
	background: #fff;
	border: 1px solid #35a16b;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

#daycare .daycare_graph li p span{
	background: #35a16b;
	color: #fff;
	display: inline-block;
	/* for IE8*/
	*display: inline;
	*zoom: 1;
	height: 100%;
	text-align: center;
	width: 65px;
}

/*============================================================
shortstay短期入所サービス
============================================================*/
#shortstay .aten_box{
	width: 300px;
	margin-bottom: 30px;
}
/*
#shortstay .shortstay_graph{
	background: url(../images/bg_graf_short.gif) 50% 100px no-repeat;
	height: 650px;
	position: relative;
}


#shortstay .shortstay_graph li{
	width: 200px;
	position: absolute;
}

#shortstay .shortstay_graph .graph01{
	top: 0px;
	right: 0;
}

#shortstay .shortstay_graph .graph02{
	bottom: 0;
	right: 0;
}

#shortstay .shortstay_graph .graph03{
	bottom: 0;
	left: 0;
}

#shortstay .shortstay_graph .graph04{
	top: 0;
	left: 0;
}

#shortstay .shortstay_graph li img{
	border: 1px solid #35a16b;
	margin-bottom: 5px;
}

#shortstay .shortstay_graph li p{
	background: #fff;
	border: 1px solid #35a16b;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}*/

/*#shortstay .shortstay_graph li p span{
	background: #35a16b;
	color: #fff;
	display: inline-block;
	/* for IE8
	*display: inline;
	*zoom: 1;
	height: 100%;
	text-align: center;
	width: 65px;
}*/







/*============================================================
eventイベントギャラリー
============================================================*/

#event .event_list{
	margin-right: -20px;
}

#event .event_list li{
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
	width: 330px;
}

#event .event_list img{
	border: 1px solid #35a16b;
	margin-bottom: 10px;
}

#event .event_list p{
	background: #35a16b;
	border: 1px solid #35a16b;
	color: #fff;
	display: block;
	font-size: 1.000em;
	margin: 0 auto;
	width: 330px;
}

#event .event_list a:hover{
	opacity: 0.7;
}

/*============================================================
detailイベントギャラリー詳細
============================================================*/

#detail .event_list{
	margin-right: -10px;
}

#detail .event_list li{
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
	text-align: center;
}

#detail .event_list img{
	border: 1px solid #35a16b;
}

#detail .event_list a:hover{
	opacity: 0.7;
}


/*============================================================
infoご利用にあたって
============================================================*/

#info .info_list{
	border: 1px solid #ccc;
	margin-bottom: 70px;
	padding: 20px 200px 20px 20px;
	position: relative;
}

#info .info_list:after{
	bottom: -80px;
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
	content: "▼";
	color: #35a16b;
	font-size: 50px;
	left: 45%;
	position: absolute;
}

#info .info_list:last-child:after{
	display: none;
}

#info .info_list dl{
	margin-bottom: 10px;
}

#info .info_list dl span{
	color: #35a16b;
	font-size: 20px;
}

#info .info_list dd{
	background: #e7f7ef;
	border: 1px solid #87e7b0;
	position: relative;
	padding: 10px 10px 30px 10px;
}


#info .info_list dd img{
	position: absolute;
	bottom: 0;
	right: -180px;
}

/*============================================================
systemご契約・費用について
============================================================*/
#system .info_wrap{
	background: #fbfbfb;
	border: 1px solid #35a16b;
	margin-bottom: 20px;
	padding: 10px;
}

#system .info_wrap h4{
	background: #cfeedf;
	clear: both;
	height: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #35a16b;
}

#system .info_wrap h4:before{
	color: #35a16b;
	content: "\f0f7";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#system .info_wrap li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}


/*============================================================
contactご相談・お問合わせ
============================================================*/
#contact form {
	margin-top: 20px;
	margin-bottom: 50px;
}

#contact form dl {
	margin: 0 auto 0 auto;
}

#contact form dl dt {
	color:#7c7c7c;
	clear: left;
	float: left;
	/* padding: 20px 30px 100px 30px; */
	width: 180px;
}

#contact form dl dt:before{
	color:#35a16b;
	content: "\f044";
	font-family: "FontAwesome";
	margin-right: 5px;
}

#contact form dl dt em{
	color: #35a16b;
	font-size: 10px;
	padding-left: 7px;
}

#contact form dl dd {
	color:#7c7c7c;
	margin-left: 180px;
	padding: 20px 20px 55px 20px;
}

#contact p.attention {
	color: #35a16b;
	font-size: 95%;
	margin: 0 auto 0 auto;
	padding-top: 0 0 6px 0;
	width: 970px;
}

#contact .policy {
	color:#7c7c7c;
	margin-bottom: 30px;
	margin-left: 240px;
}

#contact .policy a {
	color: #35a16b;
	text-decoration: underline;
}

#contact .policy a:hover {
	text-decoration: none;
}

#contact input {
	padding: 5px 7px 5px 7px;
}

#contact .form-bottom {
	text-align: center;
	width: 710px;
}
#contact .form-bottom .butn {
	background: #66ccff;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	outline: none;
	text-align: center;
	text-decoration: none;
	letter-spacing: 10px;
	padding: 10px 10px 5px 20px;

	/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}

#contact .form-bottom .butn:hover {
	background-color: #888;
}


#contact label {
	margin-right: 1em;
}
#contact label input {
	margin-right: .3em;
}

#contact button {
	font-size: 1.000em;
}

#contact .tel{
	color: #35a16b;
	font-size: 40px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#contact .tel:before{
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#contact .fax{
	color: #35a16b;
	font-size: 40px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

#contact .fax:before{
	content: "\f1ac";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 35px;
	font-weight: normal;
}


#contact form dl .info_wrap{
	background: #fbfbfb;
	border: 1px solid #35a16b;
	margin-bottom: 20px;
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#contact form dl .info_wrap h4{
	background: #cfeedf;
	clear: both;
	height: 30px;
	line-height: 35px;
	margin-bottom: 30px;
	padding-left: 30px;
	color: #35a16b;
}

#contact form dl .info_wrap h4:before{
	color: #35a16b;
	content: "\f157";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#contact form dl .info_wrap li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#contact form dl .info_wrap .sum{
	margin-right: auto;
	margin-left: auto;
	border-bottom: 3px double #333333;
	width: 350px;
	line-height: 1;
	margin-bottom:30px;
}

#contact form dl .info_wrap #sim_result{
	font-size: 2.308em;
	text-align: right;
	width: 250px;
	display: inline-block;
}

#contact form dl .info_wrap #day_result{
	font-size: 2.308em;
	text-align: right;
	width: 250px;
	display: inline-block;

}

#contact form dl .info_wrap .sum:first-letter{
	color: #66ccff;
	margin-right:5px;
}

#contact p.item{
	color: #35a16b;
	line-height: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em;
	margin-bottom: 10px;
	border-top: solid 1px #35a16b;
	border-bottom: solid 1px #35a16b;	 /*BOXシャドウ
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
}

#contact p.item:before{
	content: "\f06c";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#contact .coment_box p.link a{
	color:#555;
	font-size: 1.143em;

}

#contact .coment_box p.link a:hover{
	color:#35a16b;
	text-decoration:underline;

}

#contact p a:after{
	font-family: "FontAwesome";
	content: "\f08e";
	font-size:0.786em;
}

#contact dl.photo{
	float:left;
	margin-bottom:20px;
}


#contact dl.photo dt{
	border: solid 1px #ccc;
	padding: 5px;
}

#contact dl.photo dd:before{
	content: "\f024";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 5px;
	color: #888;
}


/*============================================================
accsess交通アクセス
============================================================*/
#access .map_box{
	padding: 0 5px 30px 5px;
}

#access .map_box h4{
	color: #35a16b;
	font-size: 1.286em;
	margin-bottom: 10px;
}

#access .map_box h4:before{
	font-family:FontAwesome;
	content:"\f1d9";
	margin-right: 10px;
; 	font-weight: normal;
}

/* -------バス乗り場・時刻表分割エリア------- */

#access .map_bus {
	width: 265px;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#access .time_bus  {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* -------バス時刻表------- */

#access table.tbl02{
	text-align: center;
	width: 250px;

}

#access table.tbl02 tr th{
	background-color: #bbb;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	color:#fff;
	padding:6px 0;
	text-align: center;
	width: 125px;
}

#access table.tbl02 .blu{
   background-color: #def5f6;
   border-right: 1px solid #888;
}
#access table.tbl02 tr td {
   background-color: #c6ede0;
   border-left: 1px solid #888;
   border-top: 1px solid #888;
   padding:3px 0;
}

#access table.tbl02 .border_b {
   border-bottom: 1px solid #888;
}

#access table.tbl02 .border_r {
   border-right: 1px solid #888;
}

#access table.tbl02 caption{
   background-color: #bbb;
   color:#fff;
   border-left: 1px solid #888;
   border-right: 1px solid #888;
   border-top: 1px solid #888;
   text-align: center;
   padding:6px 0;
}

#access table.tbl02 .bus_day{
   background-color: #fff;
   font-size: 0.857em;
   text-align: right;

}

#access .time_bus .aten{
	font-size: 0.857em;
	text-align: left;
}


#access .map_bus .photo img{
	margin-bottom: 30px;
	border: solid 1px #ccc;
	padding: 3px;
}
/*============================================
privacy個人情報に対する考え方
============================================*/
#privacy{
	line-height: 2;
}


#privacy ul li{
	padding-left: 1em;
	text-indent: -1em;
}

#privacy p{
	margin-bottom: 20px;
}

/*============================================
recruit採用情報
============================================*/
#recruit .category{
	margin-bottom: 30px;

}
#recruit .category .button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 5px 10px 2px 10px;
	margin-right: 10px;
	background: #87e7b0;
	border: 2px solid #fff;
	color: #555;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;

		/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}

#recruit .category .button:hover {
	background-color: #fff;
	border-color: #35a16b;
	color: #35a16b;
}
#recruit .category .button::before,
#recruit .category .button::after {
position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #87e7b0;
}

#recruit .category .button::before {
	top: 0;
}

#recruit .category .button::after {
	bottom: 0;
}

#recruit .category .button:hover::before,
#recruit .category .button:hover::after {
	height: 0;
	background-color: #888;
}

#recruit .category .button,
#recruit .category .button::before,
#recruit .category .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*-- 職種タブ リンクoff時 --*/
#recruit .category .button_off {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 5px 10px 2px 10px;
	margin-right: 10px;
	background: #e8e8e8;
	border: 2px solid #fff;
	color: #9e9c9c;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;

		/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}

#recruit .btn05 {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 200px;
	position: relative;
	perspective: 300px;
	-webkit-perspective: 300px;
	height: 50px;
	margin: 30px auto 30px auto;
	font-weight:bold

}

#recruit .btn05 span {
    text-align: center;
    display: block;
    width: 200px;
    padding: 10px 0;
    background-color: #66ccff;
	border: 2px solid #fff;
    position:absolute;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.8s;

		/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;

}
#recruit .btn05 .back {
color: #fff;
    background-color: #888;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

#recruit .btn05:hover .front {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

#recruit .btn05:hover .back {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
}

#recruit .btn05_off {
	color: #bdbdbd;
	display: block;
	text-decoration: none;
	width: 200px;
	position: relative;
	perspective: 300px;
	-webkit-perspective: 300px;
	height: 50px;
	margin: 30px auto 30px auto;
	font-weight:bold
    opacity: 0.5;
}

/*-- btn_05ボタンオフのとき --*/
#recruit .btn05_off span {
    text-align: center;
    display: block;
    width: 200px;
    padding: 10px 0;
    background-color: #adadad;
	border: 2px solid #b9b9b9;
    position:absolute;
    top: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.8s;

		/* 角丸 */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* BOXシャドウ */
	box-shadow: inset 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}

/*-- 募集内容 網掛け黒 --*/
#recruit .job_area {
    position: relative;
}
#recruit .job_area .cancel_cover {
    position: absolute;
    background: rgba(170,170,170,0.85);
    height: 100%;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
#recruit .job_area .cancel_cover p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
#recruit .job_area .about_job {
    padding: 10px 10px 5px 10px;
}


/*============================================
linkリンク
============================================*/
#link .link_box {
	margin-bottom: 30px;
}

#link .link_box ul{
	margin-left: 30px;
}


#link .link_box li {
	margin-bottom: 10px;
}

#link .link_box li:last-child {
	margin-right: 0;
}

#link .link_box li a:hover{
	background: #fff;
	color: #35a16b;
	text-decoration: underline;
}

#link .link_box li a:before{
	content: "\f0a9";
	font-family: "FontAwesome";
	font-size:0.929em;
	margin-right: 3px;
}

#link .link_box li a:after{
	font-family: "FontAwesome";
	content: "\f08e";
	font-size:0.857em;
	margin-left: 3px;

}

#link .link_box li a:hover:after{
	background: #fff;
	color: #35a16b;
}

#link .link_box li.sub {
	margin-left: 20px;
	margin-bottom: 10px;
}

#link .link_box li.sub:before{
	content: "\f061";
	font-family: "FontAwesome";
	font-size:0.786em;
	margin-right: 3px;
}

#link .link_box .item{
	color: #35a16b;
	line-height: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.143em;
	margin-bottom: 10px;
	border-top: solid 1px #35a16b;
	border-bottom: solid 1px #35a16b;	 /*BOXシャドウ
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;*/
}

#link .link_box .item:before{
	content: "\f0c1";
	font-family: "FontAwesome";
	margin-right: 10px;
}

/* モーダルウィンドウ */
.modal_box{
    text-align: center;
}
.modal_box input{
    position: absolute;
    z-index: -9999;
    visibility: hidden;
}
.modal_box label{
    cursor: pointer;
    display: inline-block;
}
.modal_box label img:hover{
	opacity: 0.5;
}
.modal_box .modal_overlay{
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -999;
}
.modal_box .modal_overlay .modal_wrap{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.modal_box .modal_overlay .modal_wrap label{
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #36a16b;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}
.modal_box .modal_overlay .modal_wrap label span{
    font-size: 20px;
}
.modal_box input:checked ~ .modal_overlay{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 999;
}
.modal_box .modal_overlay .modal_wrap .concept_bg{
	overflow: scroll;
}
.modal_box .modal_overlay .modal_wrap .concept_bg p{
	width: 700px;
	height: 800px;
	margin: 0 auto;
	padding-top: 10px;
}

/*============================================
あおぼ通信
============================================*/
#newsletter ul li a{
	margin: 10px 10px 0 10px;
	padding: 10px 10px 20px 10px;
	border-bottom: 2px dotted #36a16a;
	font-size: 15px;
	display: block;
}
#newsletter ul li:first-child a{
	border-bottom: none;
}
#newsletter ul li.subtitle{
	margin-bottom: 0;
}
#newsletter ul li a:hover{
	color: #36a16a;
}
#newsletter #letter{
	margin:20px auto 20px;
}
#newsletter .frame_box{
	margin-bottom: 20px;
	padding: 20px;
	background: url(../images/bg_footer.gif) repeat;
	border: 1px dotted #ccc;
}
#newsletter .frame_box .subtitle {
	margin: 0 0 10px 10px;
	padding-left: 5px;
	border-left: 3px solid #35a16b;
	text-align: left;
	font-size: 18px;
}
#newsletter .frame_box img{
	border: 1px solid #ccc;
}

/*============================================
member社員用ページ
============================================*/
#member p.item {
    color: #35a16b;
    line-height: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.143em;
    margin-bottom: 10px;
    border-top: solid 1px #35a16b;
    border-bottom: solid 1px #35a16b;
}
#member p.item:before {
    content: "\f144";
    font-family: "FontAwesome";
    margin-right: 10px;
}

/*============================================
社員用ページ 管理画面
============================================*/
h2.title_02 {
    background-color: #35a16b;
    color: #FFF;
    font-size: 22px;
/*    margin-bottom: 30px;*/
    text-align: center;
    width: 100%;
    line-height: 45px;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login_wrap{
    padding: 25px 95px;
    max-width: 690px;
    margin:auto;
    border: 1px solid #35a16b;
}

.title_login{
    width: 100%;
    padding: 15px 10px 15px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #dcdcdc;
    box-shadow: none;
    /* color: #58678a; */
    font-size: 15px;
    margin: 0 auto 15px auto;
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.btn_login:hover {
    background: #53c18a;
}
.btn_login {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto 0;
    line-height: 1.4;
    padding: 18px 9px 15px;
    border: 0;
    border-radius: 2px;
    background: #35a16b;
    box-shadow: 0 -2px 0 rgba(0,0,0,.1) inset;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 116%;
    font-weight: 700;
    cursor: pointer;
    transition: all 150ms ease-out;
    -webkit-appearance: none;
}

/*============================================
rserve
============================================*/
.reserve_box .content {
	display: none;/* 初期状態 */
	position: fixed;
	top: 0;
	width: 100%;/* モーダルは画面いっぱいに */
	height: 100vh;/* モーダルは画面いっぱいに */
	z-index: 2;
  }
.reserve_box #content #event a:visited,
.reserve_box #content #event a:link {
	color: #f00;
}
.reserve_box #content #event a:hover {
	text-decoration: underline;
}
.reserve_box #content #event h2.title {
	font-size: 32px;
}
  .reserve_box .overlay {
	width: 100%;/* 黒背景も画面いっぱいに */
	height: 100vh;/* 黒背景も画面いっぱいに */
	background-color: rgba(0, 0, 0, 0.5);
  }
  .reserve_box .overlay h2{
	color: #707070;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 3px solid;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 12px;
	position: relative;
  }

  .reserve_box .overlay h2:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 21%;
	border-bottom: 3px solid #35a16b;
  }
  /* 配置関連。モーダル自体とは関係なし */
  .reserve_box .modal {
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 600px;
	padding: 30px;
  }
  .reserve_box form .form_text{
	  display: inline-block;
	  width: 40%;
	  padding-left: 5px;
	  border-left: 4px solid #35a16b;
	  box-sizing: border-box;
  }
  .reserve_box form .form_input{
	display: inline-block;
	width: 60%;
}
.reserve_box form .form_input input{
	padding: 5px;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #939393;
}
.reserve_box form .form_input input[name="name1"],.reserve_box form .form_input input[name="name2"]{
	width: 48%;
} 
.reserve_box form .form_input input[name="name1"]{
	margin-right: 4%
}
.reserve_box form .form_input input[name="floor"],.reserve_box form .form_input input[name="date"]{
	background: #D8D8D8;
	color: #737373;
}
  .reserve_box .modal__close{
	  margin-bottom: 10px;
	  display: inline-block;
	  cursor: pointer;
	  float: right;
	  font-size: 30px;
	  position: relative;
	  z-index: 1;
  }
  .reserve_box .modal__close .fas{
  	font-size: 20px;
  	color: #707070;
  }
  .reserve_box .form_contents{
	border-bottom: 1px dashed #d8d8d8;
	padding: 10px 0;
  }
  .reserve_box .form-bottom{
	  text-align: center;
	  padding: 30px 0 0 0;
  }
  .reserve_box .butn{
	padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
	background: #35a16b;
	width: 100%;
	max-width: 150px;
	line-height: 2;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
	margin-bottom: 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	border-radius: 5px;
  }
  .reserve_box .butn:hover{
	  background:  #939393;
	  color: #fff;
  }

  .reserve_box .week{
	  /* border: 1px solid #D3D3D3; */
	  margin-bottom: 30px;
	  /* padding: 25px; */
	  width: 100% !important;
  }
  .reserve_box .btn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
  }
  .reserve_box .btn label{
	cursor:pointer;
  }
  .reserve_box .reserve_box_contents{
	  margin-bottom: 30px;
	  display: flex;
	  justify-content: center;
  }
  .reserve_box .reserve_box_contents:last-child{
	  margin-bottom: 0;
  }
  .reserve_box .reserve_days{
	  background: #cfeedf;
	  color: #555555;
	  border: 1px solid #D3D3D3;
	  padding: 0 10px;
	  display: flex;
	  justify-content: center;
		align-items: center;
		text-align: center;
		font-weight: bold;
  }
  .reserve_box .atten_01,.reserve_box .atten_02,.reserve_box .atten_03{
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 5px;
	width: 20px;
    height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .reserve_box .atten_01 {
	  color: #EF76D4;
  }
  .reserve_box .atten_02 {
	color: #8F7FE5;
}
.reserve_box .atten_01 i,.reserve_box .atten_02 i {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.reserve_box .floor3,.reserve_box .floor4,.reserve_box .floor5,.reserve_box .floor6 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-bottom: 1px solid #D3D3D3;
	height: 50px;
}
.reserve_box .floor6 {
	margin-bottom: 0;
	border-bottom: none; 
}
.reserve_box .reserve_time {
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.reserve_box .reserve_time .time {
	text-align: center;
	border-bottom: 1px solid #D3D3D3;
	padding: 10px;
	height: 20px;
    display: flex;
	align-items: center;
	background: #eaeaea;
}
.canceled {
 position: relative;
 z-index: 0;
}

/* 面会予約フォーム網がけ */
.canceled:after {
    content: "";
    position: absolute;
    background: #000c;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	z-index: 20;
}
.reserve_time:nth-child(7),.reserve_time:nth-child(8),.reserve_time:nth-child(9) {
	background: #D3D3D3;
	padding: 0 5px;
}
.reserve_box .reserve_time:last-child {
	display: none;
}
.reserve_box .the_week {
	background: #35a16b;
	color: #fff;
	padding: 5px;
	font-size: 22px;
}
input::placeholder {
	color: #eaeaea;
}

.reserve_box ul.list_style {
	list-style: inside;
}

/* 面会事前アンケート */
.form_base {
	display: none;
	line-height: 20px;
	background: #f6fffb;
	padding: 20px;
	max-width: 100%;
	min-height: 570px;
	/* overflow: hidden; */
}

.btn_primary_yes,
.btn_primary_no {
	cursor: pointer;
}

.btn_primary {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cancel {
	color: #f00;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}
.btn_primary p {
	margin: 5px 10px;
	line-height: 20px;
	width: 35%;
	/* background: #07e806; */
	background: #35a16b;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.btn_primary p label {
	font-size: 14px !important;
	float: none !important;
	display: block !important;
	margin: 0 !important;
}

.form_select_active {
	display: block !important;
	animation: form_select_active_animate 0.5s linear 0s;
	animation-fill-mode: forwards;
}

@keyframes form_select_active_animate {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

/* 全体のスタイル */
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #D3D3D3;
	opacity: 1;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	border-radius: 4px !important;
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	background-color: #35a16b;
	color: #ffffff;
	font-weight: bold;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: auto;
	padding: 15px;
	margin: 0 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 0 !important;
	z-index: -1;
	display: flex;
	justify-content: center;
}
.swiper-container {
	padding-top: 70px;
}
.floor_f {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	border-right: 1px solid #D3D3D3;
}
.floor_f li {
	width: 20px;
	height: 50px;
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-bottom: 1px solid #D3D3D3;
	background: #eaeaea;
}
.floor_f li:first-child {
	height: 20px;
	border-top: 1px solid #D3D3D3;
}

.mv01 {
	position: absolute;
}
.mv01 .slide-media img {
	transition: 7s 1s ease-out;
  }
   
  .mv01 .splide__slide[class*=-active] .slide-media img {
	transition-delay: 0s;
	transform: scale(1.05);
  }
   
  .mv01 .splide__slide[class*=-active] .slide-title {
	animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }
   
  @keyframes mv01-fadeIn {
	0% {
	  transform: scale(0.5);
	  opacity: 0;
	  filter: blur(300px);
	}
   
	100% {
	  transform: scale(1);
	  opacity: 1;
	  filter: blur(0);
	}
  }
  .splide__slide{
	height: 500px;
  }
  .splide__slide img {

	width: 100%;

	height: 100%; 
	object-fit: cover;
  }
.splide__pagination {
	display: none;
}