@charset "utf-8";
/* CSS Document */
/*
* “ほのか明朝” licensed under the IPA Font License Agreement v1.0
* http://font.gloomy.jp/honoka-mincho-dl.html（”ほのか明朝”配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
font-family:MyHonoka;
src: url("/fonts/font_1_honokamin.eot"); /* IE9 Compat Modes */
src: url("/fonts/font_1_honokamin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("/fonts/font_1_honokamin.woff") format("woff"), /* Modern Browsers */
	url("/fonts/font_1_honokamin.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}

*{
	color: #333;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,body,textarea{ 
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: .03em; margin: 0; padding: 0;
}
html{
	overflow-y: scroll;
	min-height: 100%;
	position: relative;
}
header{
	background-color: #fffdf8;
    margin: 0 -100%;
    padding: 0 100%;
	border-bottom: 1px solid #e4dfd5;
}
body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #f9f6ef;
	-webkit-text-size-adjust: 100%;
}
a{ text-decoration: none;}
a:hover{ color: #FB97B5; transition: .3s;}
p{ font-size: 95%; margin: 0.8em 0; line-height: 1.4; background: transparent;/* Android4表示用 */}
area{ border:none; outline:none;}
img{ height: auto; max-width: 100%;}
a img:hover{ opacity: 0.7; transition: .3s; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
main{}
ul{}
li{ list-style: none; font-size: 90%; line-height: 1.2em; margin-left: 1em; margin-bottom: .5em; background: rgba(255,255,255,0);/* Android4表示用 */}
dl{}
dt{list-style: none; font-size: .9rem; line-height: 1.2em; margin-left: 1em; margin-bottom: .3em; background: rgba(255,255,255,0);/* Android4表示用 */}
dd{list-style: none; font-size: .9rem; line-height: 1.2em; margin-left: 2em; margin-bottom: .5em; background: rgba(255,255,255,0);/* Android4表示用 */}
dd+dt{margin-top: 1.5em;}
table{}
tbody{ line-height: 1.3em;}

#container{
	margin: 0 auto;
	padding: 0 10px;
	width: 1024px;
}
.shadow{
	box-shadow: 0px 1px 1px -1px #888;
    -moz-box-shadow: 0px 1px 1px -1px #888;
    -webkit-box-shadow: 0px 1px 1px -1px #888;
}
.hidden{
    display: none;
    visibility: hidden;
}
.red{
	color: red;
	font-size: 80%;
}
.arrow::before{
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 0.8em;
	font-weight: normal;
	padding-right: 0.3em;
}
/* ヘッダー　*/
#g-header{
	margin: 0 auto;
	padding-top: 10px;
	width: 1024px;
}
#g-header::after{
	content: "";
	display: block;
	clear: both;
}
.logo{ float: left; height: auto; max-width: 350px;}
.link_job span,
.link_job span a{ color: #fff;}
.link_job{ 
	background-color: #42bc7d;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	float: right;
	font-weight: bold;
	margin: -10px 20px 10px 0;
	padding: 10px 20px 10px 100px;
	text-indent: -88px;
	text-align: left;
	max-width: 55.3%;
}
.link_job span a{
	font-weight: normal;
	font-size: 75%;
	margin-right: 10px;
	text-decoration: underline;
	/*white-space: nowrap;*/
}
.telephone{
	color: #097e32;
	margin-right: 20px;
	padding: 10px 0 0 20px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.03em;
	clear: right;
	float: right;
}
.telephone::before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 85%;
	margin-right: 3px;
}
.telephone span{ font-size: 60%;}
.search{
	float: right;
	margin-top: 10px;
	margin-right: 43px;
    height: 26px;
	border-radius: 4px;
	position: relative;
}
.search input{
	border-radius: 4px;
}
.search input[type="search"]{
    background: #fafafa;
	width: 230px;
    height: 26px;
    padding: 0 0 0 4px;
    cursor: text;
	font-family: inherit;
	color: #333;
}
.search input[type="submit"]{
    vertical-align: top;
    position: absolute;
    top: 4px;
    right: -25px;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
	border: none;
    background: url(/_img/search.svg) no-repeat 0 0;
}

/* 各サイトへのリンク */
.site-link{
	padding: 20px 0 15px;
	display: inline-block;
}
.site-link ul{
	display: table;
	margin: 0 auto;
	padding: 0;
}
.site-link li{
	border-right: 1px solid #e4dfd5;
	display: table-cell;
	font-size: 75%;
	padding: 0 40px;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	overflow: visible;
}
.site-link li:first-child{
	border-left: 1px solid #e4dfd5;
}
.site-link li a {
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
}
.site-link li a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #FB97B5;
	opacity: 0;
	transition: .3s;
}
.site-link li a:hover{ color: inherit;}
.site-link li a:hover::after { bottom: 0; opacity: 1;}
.site-link li span{
	color: inherit;
	display: block;
	white-space: nowrap;
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 78%;
}


/* ボタン */
.button-link{
	background: #6bc598;
	border-radius: 4px;
	float: right;
	font-size: 85%;
	padding: 10px 20px;
	    box-shadow: 0px 2px 3px -1px #988f80;
    -moz-box-shadow: 0px 2px 3px -1px #988f80;
    -webkit-box-shadow: 0px 2px 3px -1px #988f80;
}
.button-link:hover{ background: #57ab80;}
a.button-link{
	color: #fff;
	font-weight: bold;
}

/* 社是 */
#syaze{
	background-color: #fff;
	margin: 0 -100%;
	padding: 0 100%;
	position: relative;
}
#syaze img{
	margin: 10px auto 20px;
	padding: 0;
	height: 180px;
	width: 1024px;
}
#syaze .textbox{
	position: absolute;
	top: 40%;
	right: 40%;
	left: 34.3%;
	text-align: left;
	max-width: 650px;
}
#syaze .textbox h3{
	font-size: 120%;
	color: #ff83b5;
}

/* メインエリア */
.main-box{
	margin: 35px 0 0 240px;
	text-align: left;
}
.main-box::after {
    content:" ";
    display:block;
    clear:both;
}
.main-box h1 {
    font-family: MyHonoka, "游明朝", YuMincho , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 150%;
    border-left: 5px solid #fbadc5;
    margin-bottom: 20px;
    text-indent: 0.3em;
    color: #635850;
}

#contents{}
.updttime{
	color: #999;
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.kiji-list .updttime,
.kiji-honbun .updttime,
time .updttime{
	font-size: 55%;
	color: #8c7f76;
}
.textarea{
	padding: 0 10px;
	overflow: hidden;
}
.textarea p{
	font-size: 95%;
	line-height: 1.5em;
}
.item{ margin-bottom: 30px;}
.item li,
.item dt{ font-size: 95%; position: relative; margin-left: 2em;}
.item li::after,
.item li::before,
.item dt::after,
.item dt::before {
	display: block;
	content: '';
	position: absolute;
}
.item li::after,
.item dt::after {
	top: .15em;
    left: -1.2em;
    width: 12px;
    height: 12px;
    background-color: #fb97b5;
    border-radius: 100%;
}
.item li::before,
.item dt::before {
	z-index: 2;
	top: .4em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.item .number{
	counter-reset:li;
	margin: 0 0 30px 10px;
}
.item ol.number li{
	display: block;
	margin-left: -1em;
	padding: 1em 0 1em 3em;
	border-bottom: 1px dotted #b7afa2;
}
.item ol.number li:first-child{ border-top: 1px dotted #b7afa2;}
.item ol.number li::after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: 0px;
	top: .5em;
	background: #f2edd7;
	height: 24px;
	width: 24px;
	line-height: 1.6em;
	border: 2px solid #b7afa2;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
.item ol.number li::before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:1.0em; 
	left:26px; 
	height:0; 
	width:0; 
	border-top: 7px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #b7afa2;
	-webkit-transform: rotate(0);
    transform: rotate(0);
}
.item h2{
	margin-bottom: 1em;
	background-color: #f0ebe3;
    border-left: 4px solid #edcfb9;
	border-radius: 0 4px 4px 0;
    padding: .5em;
}
.item p+h2,
.item div+h2,
.item ul+h2,
.item dl+h2{
	margin-top: 2em;
}
.item h3, .item h4{ margin: 1em 0 .5em;}
.item h2+h3{ margin-top: 0;}

/* トップお知らせ・施設紹介リスト */
#list_oshirase{
	float: left;
	margin: 0 15px 20px 0;
	width: 430px;
}
#list_shisetsu{
	border-radius: 4px;
	float: left;
	margin-bottom: 5px;
	width: 319px;
}
#list_oshirase h2,
#list_shisetsu h2{
	font-family: MyHonoka;
	font-size: 140%;
	color: #4a433e;
	border-left: 5px solid #fbadc5;
	margin-bottom: 10px;
	text-indent: 0.3em;
}
.shisetsu{
	background-color: #fff;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #f0eee7;
    border-top: 2px solid #6bc598;
    border-radius: 4px;
}
.shisetsu:last-child{
	margin-bottom: 0;
}
.shisetsu::after {
    content:" ";
    display:block;
    clear:both;
}
.shisetsu h3{
	font-family: "游明朝", YuMincho , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0;
	line-height: 1em;
	margin: 7px 0 10px;
	padding-left: 2px;
	width: 100%;
	white-space: nowrap;
}
.shisetsu h3::after {
    content:" ";
    display:block;
    clear:both;
}
.shisetsu h3 span{
	background-color: #dbf3c8;
	border-radius: 4px;
	display: inline-block;
	float: left;
	font-size: 70%;
	font-weight: normal;
	margin: -17px 12px 0 -12px;
	padding: 7px 5px;
	position: relative;
}
.shisetsu h3 a{ letter-spacing: 0;}
.shisetsu a.button-link::before{
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 0.8em;
	font-weight: normal;
	padding-right: 0.3em;
}
.shisetsu img{
	float: left;
	margin: 0 5px 5px 0;
}
.shisetsu p{
	font-size: 75%;
}
/* バナーエリア */
#banner{
	background-color: #fff;
	border-radius: 4px;
	float: left;
	margin: 15px 0 10px;
	padding: 10px;
	width: 100%;
}
#banner div{
	float: left;
	margin-right: 10px;
}

/*　記事リストページ */
.kiji-list article{
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.kiji-title{
	float: left;
	width: 85%;
}
.kiji-list article h2{
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	border: none;
}
.kiji-list article h2::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 5px solid transparent;
	border-left: 5px solid #e8b8aa;
}
.kiji-list p{
	font-size: 80%;
	margin-left: 1em;
}
.kiji-photo{
	float: right;
	height: auto;
	width: 25%;
	max-width: 100px;
}

/*　記事本文ページ */
.kiji-honbun article{
	margin: 0 0 30px;
	padding: 20px 50px 50px;
	background-color: #fff;
    border-radius: 4px;
}
.kiji-honbun article h2{
	border-bottom: 1px dotted #999;
	border-left: none;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 30px;
	padding: 15px 0;
	position: relative;
}
.kiji-honbun article .item h2{
	margin-bottom: 1em;
	background-color: #f0ebe3;
    border-left: 4px solid #edcfb9;
	border-radius: 0 4px 4px 0;
    padding: .5em;
}
.kiji-img{
	margin: 0 auto 30px;
	text-align: center;
}	
.kiji-honbun p a{
	text-decoration: underline;
}
.kiji-honbun table{
	border: 1px solid #999;
}
.kiji-honbun tr {
    border-bottom: 1px solid #999;
}
.kiji-honbun td {
    padding: .5em;
    border-right: 1px solid #999;
}

/* 記事ページャー */
.pager {
	font-size: 85%;
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
}
.pager ul {
	float: left;
	left: 50%;
    position: relative;
}
.pager ul li{
	float: left;
	left: -50%;
	margin: 0 2px;
	position: relative;
}
.pager ul li span,
.pager ul li a{
	background-color: #ffd1de;
	border-radius: 4px;
	display: block;
	padding: 0.5em 1em;
	border: 1px dotted #666;
}
.pager ul li a{ background-color: #fff;}
.pager ul li a:hover { background: #ffd1de; color: #48392f; text-decoration: none;}


/* フッター */
footer{
	background-color: #f3ede0;
	padding: 15px 100%;
    margin: 100px -100% 0;
}
.foot-link{
	background-color:#908b7c;
	color: #fff;
	display: block;
	font-size: 70%;
	margin: -15px -100% 20px;
	padding: 0 100%;
	text-align: left;
	overflow: hidden;
}
.foot-link a{
	display: inline-block;
	margin: 1em 0;
	text-decoration: underline;
}
.foot-link a:last-child{ float: right;}
#g_footer{
	clear: both;
	text-align: left;
}
#g_footer .logo{ float: left; height: auto; max-width: 100px; margin-right: 10px;}
#g_footer address{
	font-size: 90%;
}
#g_footer h2{
	font-family: MyHonoka, "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	margin: 5px 0 15px;
}
.footer_mail{ margin: 2px 0 0 2px;}
#copyright{
	text-align: right;
	font-size: 70%;
}


/* 共通パーツ */
.subnavi li a::before,
.tabs .sort-on::before,
.kiji-list section h2::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 0;
    height: 0;
    margin-top: -6px;
}
.kiji-list section h2::before {
    left: 0;
}
.subnavi li a:hover:before,
.tabs .sort-on:hover:before {
	border-left: 5px solid #fff;
}

.no-pc{ display: none;}


/* clearfix */
.clearfix::after {
    content:" ";
    display:block;
    clear:both;
}

@media all and (-ms-high-contrast:none){
	.main-box h1,
	.shisetsu h3,
	#g_footer h2{
		padding: 0.3em 0.3em 0;
	}
	.shisetsu h3{ margin-top: 5px;}
}


@media only print{
	body{ /*zoom: .63;*/ width: 1024px;}
}
