@charset "utf-8";


/*slide.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url(slide.css);


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
	background: url("../images/bg.png") center top no-repeat transparent;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,input,textarea,select {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #111;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #0f6700;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
	background-color:transparent;
	max-width: 1200px;	/*サイトの最大幅*/
	padding: 0 3%;		/*上下、左右へのボックス内の余白*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color:transparent;
	text-align: center;	/*内容をセンタリング*/
	padding: 0 22%;	/*上下、左右へのブロック内の余白*/
}
/*ロゴ画像*/
header #logo img {
	display: block;
}
header #logo-s img {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	padding-bottom: 40px;	/*メニューブロックの下の余白。下のコンテンツとの間の余白です。*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*メニュー幅。今回４個なので100÷4=25です。５個にしたいなら20%にして下さい。*/
}
#menubar li a {
	display:  block;text-decoration: none;
	line-height: 2.5;	/*行間を少し広く再設定。デフォルトは冒頭のbody内にあります。*/
	text-align: center;	/*内容をセンタリング*/
	font-size: 18px;	/*文字サイズ*/
	background: #fff;	/*背景グラデーション*/
	margin-left: 10px;		/*メニューの左に空けるスペース。メニュー同士の余白になります。*/
	border: 1px solid #61b7b1;	/*線の幅、線種、色*/
	border-radius: 10px;	/*角丸のサイズ*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒のことで0.1は色が10%ついた状態のこと。*/
}
/*１個目のメニューへの追加設定*/
#menubar li:first-child a {
	margin-left: 0;	/*左に空けたスペースをリセット*/
}
/*英語表記（飾り文字）*/
#menubar li a span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	background: #61b7b1;	/*背景色*/
	color: #fff;			/*文字色*/
	border-radius: 0px 0px 8px 8px;	/*角丸のサイズ。左上、右上、右下、左下への設定*/
	margin: 0 10px;			/*上、左右への飾り文字の外側に空けるスペース*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #61b7b1;	/*背景色*/
	position: relative;
	top: 1px;		/*現在の場所から下に1pxずらす*/
	left: 1px;		/*現在の場所から右に1pxずらす*/
	color: #fff;	/*背景色*/
}
/*マウスオン時と、現在表示中メニューの飾り文字の設定*/
#menubar li a:hover span, #menubar li.current a span {
	background: #fff;	/*背景色*/
	color: #61b7b1;		/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
}
.new{
	font-size:80%;
	color:#00a99d;
	font-weight: bold;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左に回り込み*/
	width: 74%;		/*幅*/
	padding-bottom: 40px;
}
#main h1 {
	color:#62210a;
	font-size: 160%;

	margin:7px 0 0 0;/*見出しの下にとるスペース*/
	padding: 10px 0 0 20px;		/*上下、左右への余白*/
	background: url(../images/h1bg.png) no-repeat left bottom;	
}
#main h2 {
	clear: both;
	margin:0 0 20px 0;/*見出しの下にとるスペース*/
	font-size: 160%;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くする設定*/
	padding: 0 0 2px 20px;		/*上下、左右への余白*/
	background: url(../images/h1bg.png) no-repeat left bottom;		
}


/*段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他*/
#main p + p {
	margin-top: -10px;
}

#main section + section {
	clear: both;
	padding-top: 30px;
}



/*施設のご案内ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .top-box,#main .box {
	overflow: hidden;
	margin: 0;	/*上、左右、下へのボックスの外に空けるスペース*/
	padding: 2% 1%;			/*ボックス内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	z-index:0;
}
#main .top-box h2{
	color: #573715;
	padding-top: 0;
	
}
#main h2.content-h2{
	line-height:3;
	color:#40210a;
	font-size: 140%;
	font-weight: 500;
	background: url(../images/h2bg-content.png)  no-repeat left bottom;
	margin-top: 10px;
	padding:0 0 0 60px;
}
#main .top-box p{
	margin-top: 0;
}

#main p.fl{
	width:58%;
	float:left;
}
#main p.fl-w{
	width:75%;
	float:left;
}
#main p.fr{
	width:58%;
	float:right;
}
#main p.cf{
	clear: both;
}
#main .box p.wl{
	width:58%;
	float:left;
}
#main .box p.fl-none{
	width:96%;

}

#main .box .img-s{
	width:30%;
	margin-right: 10px;
}
#main .top-box .fr-s{
	margin:-10% 0 0 0;
	width:24%;
	float:right;
}
#main .top-box .fr-s figcaption{
	margin:-5% 0 0 0;
	text-align:center;
}


#main .list,#main .list-mini {
	position: relative;
	overflow: hidden;
	margin: 0 2.5% 15px;	/*上、左右、下へのボックスの外に空けるスペース*/
	border: 1px solid #6bbc3d;	/*枠線の幅、線種、色*/
	padding: 2%;			/*ボックス内の余白*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: linear-gradient(#FFF, #fbfeeb);			/*背景色グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
}
#main .list-mini {
	border: 1px solid #dc7975;	/*枠線の幅、線種、色*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: linear-gradient(#FFF, #fbeef3);			/*背景色グラデーション*/
}
/*ボックス内の写真設定*/
#main .list figure img,#main .list-mini figure img {
	float: left;			/*画像を左へ回り込み*/
	width: 30%;	/*写真の幅*/
}
/*ボックス内のh3タグ設定*/
#main .box h3{
	font-size: 120%;
	font-weight:bold;
	color: #621808;
	padding:20px 0 0 20px;
}
#main .box h3.kids{
	padding:20px 0 0 30px;
}
#main .list h3,#main .list-mini h3 {
	font-weight: bold;
	font-size: 20px;	
	border-bottom: 4px dotted #62a04c;	
	margin-bottom: 10px;
	margin-top: -3%;
	margin-left: 35%;	
	color: #62a04c;		/*文字色*/
}
#main .list-mini h3 {
	border-bottom: 4px dotted #dc7975;	/*下側の線の幅、線種、色*/
	color: #dc7975;		/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main .list p,#main .list-mini p {
	padding: 0px;
	margin-left: 35%;	/*左の画像とバランスをとって設定する*/
}
.list-parent {
	margin: 20px 20px 20px 40px;
	padding: 5px 15px;
	border:10px solid ;	
	border-image-source: url(../images/parent-bg.png);
	border-image-slice:20%;
	border-image-repeat: repeat;
	border-image-width: 40px;
	border-radius: 10px;
}

#main .list-parent p{
	padding: 10px 0px;
	margin-left: 0;	/*左の画像とバランスをとって設定する*/
}
.hoiku h3{
	margin:0 0 10px 60px;
}
.hoiku p{
	margin:0 0 0 50px;
}
.hoiku p strong{
	color: #642e04;
	font-size: 110%;
}
.hoiku ol{
	margin:0 0 0 50px;
}
.hoiku ol.ws{
	width:50%;
	float:left;
}
.fl strong{
	color: #ef6d7f;
	font-size: 110%;
}
#main .box .nittei{
	margin: -30px 0 0 40px;
}
#main .box .nittei ul{
	margin: 20px 0 0 20px;
}
#main .nittei p{
	padding:0;
	margin:20px 0 0 20px;
}
#main .box ul.detail{
	margin: -40px 0 10px 40px;
}
#main .box ul.detail2{
	margin: -40px 0 -10px 40px;
}
.field{
	width: 48%;
	float: right;
	margin: 30px 0 0 0;
}
.bl{
	width: 48%;
	float: left;
	padding:0;
}
.underline{
	text-decoration: underline;
}
figure.policy{
	width: 40%;
	margin-left:20px;
}
figure.policy figcaption{
	font-size:90%;
	text-align: center;
}

figure a{
	display: block;
}
figure a:hover{
	opacity: 0.5;
}


/*パンフレット*/
.pamphlet{
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2) important;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
#sub {
	float: right;	/*右に回り込み*/
	width: 22%;		/*幅*/
	padding-bottom: 40px;
}
aside.link{
	margin-top: 5%;
}
aside.link ul li{
	float: left;
	margin-left:1.5%;
	margin-right:2%;
	padding:5px 20px;
	border-radius: 5px;border: 1px solid #ffc49c;
}
aside.link ul li a{
	text-decoration: none;
}
aside.link ul li.bn1{
	background: url("../images/bn-1.png") no-repeat;
}
aside.link ul li.bn2{
	background: url("../images/bn-2.png") no-repeat;
}
aside.link ul li.bn3{
	background: url("../images/bn-3.png") no-repeat;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub .submenu {
	margin: 20px 0;		/*ブロックの下に空けるスペース*/
}
#sub .box1 .submenu li {	
	border-bottom: solid 1px #ccc;
	margin-top: 0;
	padding:0;
	text-align: left;
}

/*メニュー１個ごとの設定*/
#sub .box2 .submenu li {	
	border-bottom: solid 1px #ccc;
	padding:10px 0 0 30px;
	text-align: left;
}
#sub .box2 .submenu li.insta {	
	border-bottom: solid 1px #ccc;
	background:url("../images/instagram.png")  no-repeat 10px bottom;	
}
#sub .box2 .submenu li.fb {	
	background:url("../images/facebook.png")  no-repeat 10px bottom;	
}
#sub .box2 .submenu li.blog {
	background:url("../images/blog.png")  no-repeat 10px bottom;	
}
#sub .submenu li a {	
	text-decoration: none;
	display: inline-block;
	padding: 20px 0 0 10px;	/*メニュー内の余白。上下、左右への設定。*/
}
#sub .box2 .submenu li a {	
	padding: 20px 0 0 40px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*box内のメニューブロックの設定*/
#sub .box2 .banner li{
	margin-bottom: 10px;
	text-align: center;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;		/*内容をセンタリング*/
	padding: 20px 0;		/*上下、左右へのボックス内の余白*/
	background: url("../images/footer-bg.png");	/*背景色*/
	color: #653a35;			/*文字色*/
}
footer a {
	text-decoration: none;
	color: #653a35;	/*リンクテキストの色*/
}
footer a:hover {
	color: #e79f52;	/*マウスオン時のリンクテキストの色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
.footer-img{
	text-align: center;
	margin: 0 0 -20px 0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new h2 {	
	font-size: 110%;	
	background: none;
	margin: 5px 0 10px -5px;
}
#new strong {		
	color: #62210a;		/*文字色*/
	/*文字サイズ*/
	line-height: 1.5;
}
#new dl {
	padding: 0 2%;		/*上下、左右へのブロック内の余白*/
	margin:-10px 0 20px 0;	/*ブロックの外(下)に空けるスペース*/
	height:90px;
	line-height: 2;
	overflow-y: scroll;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px dotted #ccc;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px;	/*上下、左右へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-size:120%;
	margin-top:20px;
}
.faq dt span {
	font-weight: bold;
	color: #2668b3;		/*文字色*/
}
/*回答*/
.faq dd {
	margin-left:35px;
	padding-bottom: 15px;
}
.box .map{
	overflow: hidden;
}
.box .map-l{
	margin:-30px 0 0 0;
	width:55%;
	float:left;
	text-align: center;	padding:0;
}

.box .map-r{
	margin:-80px 20px 0 0;
	width:40%;
	float:right;
}


/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	background:#fefbe3;		/*背景色*/
	border:1px solid #e7ca9d;
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	font-weight: bold;		/*太字に*/
	padding: 5px 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 96%;
	table-layout: fixed;
	margin:0 0 20px 30px;	/*テーブルの下(外側)に空けるスペース*/
	background: #fff;		
	border:1px solid #e7ca9d;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #e7ca9d;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
}

.ta1 th {
	width: 25%;		/*幅*/
	text-align: center;	/*センタリング*/
}
.ta1 th.ta1-th2 {
	width: 40%;		
}

.ta1 th.ta1-th3 {
	width: 16%;		
}
.ta1 td.td30 {
	width: 30%;		
}

.ta1 td .fl{
	float: left;
	width: 80%;
}
.ta1 td .fr{
	float: right;
	width: 18%;
}

.ta1 td figure figcaption{
	text-align: center;
	font-size: 12px;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;	/*テーブルの下(外側)に空けるスペース*/
	vertical-align: top;
	border-collapse: separate;
	
}
.ta2 th {
	color:#fd6044;
	width: 20%;		
	text-align: left;
	padding:10px 0 10px 60px;
	vertical-align: top;
	border-right:3px solid #64b948;		
}
.ta2 td.td2 {
	width: 80%;	
	vertical-align: top;
	color:#642e04;
	font-weight: bold;
	padding:10px 0 10px 15px;
}
.ta2 td.td2 span.comment{
	display: block;
	font-size: 80%;
	font-weight: normal;
}

.ta3 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
	border-bottom: 2px dotted #cccccc;
}
.ta3:last-child {
	border-bottom:none;
}

.ta3 th {
	text-align: left;
	padding-left:20px;
	font-weight: normal;
	font-size:120%;
}


.ta3 .photo{
	overflow: hidden;
	padding:  0 0 30px 0;
}
.ta3 .photo figure img{
	background: #FFF;	
	margin: 0 0 0 10px;
	float:left;
	padding: 0.5%;			
	width: 22%;	/*写真の幅*/
}
ul.kosaku {
	width:100%;
	margin-top:20px;
}
ul.kosaku li{
	width:18%;
	float:left;
	margin-right:7px;
}


/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #fff;		/*背景色*/
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 60px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 33px;		/*下から33pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #61b7b1;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	border-radius: 50%;	/*円形にする設定*/
	font-size: 200%;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #9cccd7;	/*背景色*/
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #be4044;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 5px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ul,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 40px;
}
.ta1 ul, .ta1 ol {
	padding-bottom: 0;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;overflow: hidden;}
.color1, .color1 a {color: #f87373;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;width: 35%;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;width: 35%;}
figure.fr {float: right;margin-left: 10px;margin-bottom: 10px;width: 35%;}
figure.fl {float: left;margin-right: 10px;margin-bottom: 10px;width: 35%;}
.big1 {font-size: 40px;letter-spacing: 0.1em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*スマホ用メニューブロック*/

#menubar-s {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;	/*上から0pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	margin: 0 ;
	padding:0;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	background: url("../images/menubar-bgs.png");	
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 23%;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: transparent;	/*背景色*/
	color: #573022;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
}
/*英語表記（飾り文字）
#menubar-s li a span {
	display: block;
	font-size: 10px;	
	color: rgba(255,255,255,0.8);
}*/
/*現在表示中(current)の文字色*/
#menubar-s li.current a {
	color: #ffde00;
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}
#sub .box1 .submenu {display: none;}
	
	
	
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;z-index: 20;
	top: 10px;		/*上から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	border-radius: 20%;	/*円形にする設定*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #61b7b1 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、アイコン画像読み込み、画像の上半分を読み込む。幅50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #61b7b1 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、アイコン画像読み込み、画像の下半分を読み込む。幅50px。*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

#sub .box2 .submenu{	
	margin-top: 2%;
	clear:left;
}
#sub .box2 .submenu li{	
	margin-top: 2%;
}
#sub .submenu li a{	
}
/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
#main .top-box p,#main .top-box figure,img.fr,img.fl{
	width:95%;
	float: none;
}
#main .box .img-s{
	width:94%;
	margin-bottom: 5px;
}
.footer-img{
	margin: 0 0 -10px 0;
}
#main .box p.wl{
	width:96%;
	float:none;
}
.ta3 .photo figure img{
	
	margin: 0 0 0 0;
	padding: 0.3%;			
	width: 22%;	/*写真の幅*/
}
#main .box .list-parent {
	margin: 30px 10px 30px 0;
}
#main .top-box .fr-s{
	margin:-25px 0 35px 10px;
	width:35%;
	float:none;
}
#main .top-box .fr-s figcaption{
	margin:-10px 0 0 15px;
	font-size: 90%;
}
#main .top-box{
	margin:0 0 0 10px;
	line-height:1.4;
	font-size: 100%;
}
#main .top-box{
	width:96%;
	float:none;	
	margin:-20px 0 0 10px;
	line-height:1.4;
	font-size: 100%;
}
img.field{
	display:none;		
}
.bl{
	width: 96%;
	float: none;
}
#main .box ul.detail{
	margin: 0 0 10px 40px;
}
	
/*パンフレット*/
.pamphlet{
	margin: 3% 1% 3% 4.5%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
	background: none;
}
#container {
	width: 100%;	/*サイトの最大幅*/
	padding: 0;		/*上下、左右へのボックス内の余白*/
}

header {
	text-align: center;	/*内容を左側に*/
	padding: 0 ;	
}
/*ロゴ画像*/
header #logo img {
	display: none;
}
header #logo-s img {
	display: block;
}
#main .box .img-s{
	width:94%;
}
#main .box p.wl{
	width:96%;
	float:none;
}


/*mainコンテンツ
---------------------------------------------------------------------------*/

#main h1 {
	padding-bottom:10px;
}

#main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}

/*施設のご案内ページ用ボックス
---------------------------------------------------------------------------*/
/*ボックス内のh4タグ設定*/
#main .list h4 {
	font-size: 14px;	/*文字サイズ*/
	border-bottom: 2px dotted #0f6700;	/*下側の線の幅、線種、色*/
}
	
/*パンフレット*/
.pamphlet{
	margin: 3% 2% 3% 2.5%;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
	


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new h2 {		
	margin: 5px 0 10px 2%;
}
#new dl {
	padding-left: 3%;
	padding-right: 2%;
}


/*テーブル(ta1)
---------------------------------------------------------------------------*/
/*余白の上書き*/
.ta1{
	margin-left:2%;
}
.ta1 caption,.ta1 th,.ta1 td {
	padding:1%;
}
/*テーブル内の左側*/
.ta1 th {
	width: 20%;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
}
	
.ta1 td .fl{
	float: none;
	width: 100%;
}
.ta1 td .fr{
	float: none;
	width: 50%;
}

.ta1 td figure figcaption{
	font-size: 14px;
}	
	
.ta2 th {
	padding:10px 0 10px 10px;
}
.ta2 td.td2 {
	width: 70%;	
}
.ta3 .td1{
	padding:0 0 0 20px;
}
.ta3 .photo{
	padding:  0 0 30px 0;
}

#main .list figure img,#main .list-mini figure img {
	float: none;
	display: none;		
}
/*ボックス内のh3タグ設定*/
#main .list h3,#main .list-mini h3 {
	margin-left: 2%;	/*左の画像とバランスをとって設定する*/
}

/*ボックス内の段落タグ設定*/
#main .list p,#main .list-mini p {
	margin-left: 2%;
	width:100%;
}

img.field{
	display:none;	
	float:none;
}
.bl{
	width: 96%;
	float: none;
}
#main .box ul.detail{
	margin: -10px 0 10px 40px;
}
#main .box h3.kids{
	padding:2%;
}
#main h2 {
	padding: 1% 0 2% 1%;		/*上下、左右への余白*/
}
#main .box h3{
	padding:0 0 5px 10px;
}
#sub .box2 .submenu li {	
	margin:0 0 0 5%;
	padding-bottom:2%;
	font-size:140%;
}
.hoiku ol.ws{
	float:none;
	width:96%;
}

.hoiku img{
	float:none;	
}
#main .list h3,#main .list-mini h3 {
	margin-top: 0;
	margin-left: 0;
}
.faq {
	padding: 0 2%;	/*上下、左右へのボックス内余白*/
}
.faq dd {
	margin-left:6.5%;
}
#main p.fl{
	width:98%;
	margin-left: 0.3%;
}
#main p.fl-w{
	width:98%;
	margin-left: 0.3%;
}
.box .map-l{
	width:65%;
}

.box .map-r{
	margin:-80px 10px 0 0;
	width:30%;
}
#main .box .nittei{
	margin: -30px 0 0 20px;
}
#main .box .nittei ul{
	margin: 20px 0 0 0;
}
#main .nittei p{
	padding:0;
	margin:20px 0 0 0;
}
.spring{
	padding-top:20px;
}
aside.link ul li{
	text-align: center;
	float: none;
	width:150px;
	margin:auto;
	padding:2% 5%;
	background:repeat-x;	
}
figure.policy{
	margin:auto;
	float:none;
	width:96%;
}
/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;float: none;}
.big1 {font-size: 18px;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}
a .new{
	font-size:80%;
	color:#00a99d;
	font-weight: bold;
}
