@charset "utf-8";


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}



/*画像の設定*/
p.resizeimage img { width: 100%; }


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header .inner {
	width: auto;
	height: 135px;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 10px;
}
header h1 img {
	width: 95%;	/*画面に対してロゴ画像を95％の幅に*/
	height: auto;
}
/*ヘッド内リンクの設定*/
header .inner address {
	position: static;
	/*padding-bottom: 10px;*/
	margin-top:8px;
}

/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 12px;	/*文字サイズ*/
	color: #333;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
	line-height:1.5em;
}







/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

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




#main-image{
	width:100%;
	height:auto;
	background:url(../images/main-bg.jpg)no-repeat;
	background-size: cover;
	position: relative;
	margin: 0px auto;
}







/*　HOMEお知らせ・志段味だより・ブログの枠　　*/

#new{
	background:#fff;
	float:left;
	margin-bottom:30px;
	text-align:left;
	width:100%;
	padding-bottom:10px;
}
#news-single-home{
	width:85%;
	float:left;
	/*border-left:5px solid #ccc;*/
	padding-left:20px;
	margin-right:10px;
	margin-left:20px;
	border-bottom:1px dotted #42BFFF;
	background:#fff;
	clear:both;
	margin-top:20px;
	line-height:1.5em;
}

/*志段味だより　ボタン*/

/*あじさいだより用*/
#news-single-home-shidami{
	width:85%;
	float:left;
	padding-left:20px;
	background:#fff;
	margin-top:20px;
}






/*ホームのpdfボタン左*/
#pdf-btn-left{
    width:240px;
	float:left;
	background:#4066c2;
	border-radius:12px;	/*角丸のサイズ*/
	padding:0px 0px 0px 5px;
	margin-bottom:10px;
	margin-left:10px;
}

#pdf-btn-left p a{
	color:#fff;
	font-weight:bold;
	margin-left:5px;
	line-height:1em;
}



/*ボタン右*/
#pdf-btn-right{
    width:240px;
	background:#4066c2;
	border-radius: 12px;	/*角丸のサイズ*/
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:0px 0px 0px 5px;
	clear:both;
	margin-top:5px;
	margin-left:10px;
}

#pdf-btn-right p a{
	color:#fff;
	font-weight:bold;
	margin-left:5px;
	line-height:1em;
}

/*営業案内 以降*/

#sub {
	float: left;	/*右側に回り込み*/
	width: 100%;	/*サブコンテンツ幅*/
	padding-bottom: 30px; 
	/*margin-right:15px;*/
	text-align:left;
}



#sub-new{
	width:100%;
	background:#E2E2E2;
	float:left;
	margin-bottom:20px;
	padding-bottom:10px;
}

#sub-box{
	padding-left:10px;
	width:90%;
}


/*contact.html内の問い合わせ先
---------------------------------------------------------------------------*/

#main section.list article {
　　height: auto;
	width: 80%;	/*ボックスの幅*/
}






/*event.html内の表組みのブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main-secand section.list article-event {
　　height: auto;
	width: 100%;	/*ボックスの幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	margin: 10px 0px 1em;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main-secand section.list article-event p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}



/*shisetsu.html内の外観画像ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main-secand section.list article {
	height: auto;
	width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main-secand section.list article figure img {
	height: auto;
	width: 100%;
}


/*shisetsu.html内の表組みブロック
---------------------------------------------------------------------------*/
#main-secand section.list article02 {
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	margin: 20px 0px 1em;
	position: relative;
}
#main-secand section.list article02 figure img {
	height: auto;
	width: 100%;
}


/*左表組みボックスの設定*/
#main-secand section.list article-left {
	width: 100%;	/*ボックスの幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	margin: 20px 0px 1em;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main-secand section.list article-left p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section.list article-left h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #548b18;	/*文字色*/
	border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}



/*施設案内の平面図
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
/*

#shisetsu-heimen {
	display:none;
}*/

/*　平面図　スマホ用　*/
#shisetsu-heimen-s{
    display:inherit;
    width: 100%; 
	height:auto; 
}






#main-secand section.list article03 {
	height: auto;
	width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main-secand section.list article03 figure img {
	height: auto;
	width: 100%;
}




#main-secand section.list article04 {
	height: 30px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	padding: 10px;	/*ボックス内の余白*/
	float: left;
	margin: 20px 10px 20px 10px;
	position: relative;
	border: 1px solid #CCC;
	text-align:center;
}






/*ボックス内のh1タグ設定*/
#main-secand section.list article04 h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	padding: 0;
	border-radius: 0px;
	color: #333;	/*文字色*/
	margin-bottom: 5px;
}




/*施設ご利用方法のはじめての方の利用システム用
---------------------------------------------------------------------------*/
/*各ボックスの設定*/

#main-secand section .use-comment{
	width:90%;
	float:left;
	margin-top:0;
	margin-left:30px;
	margin-bottom:10px;
}


/*ビギナーコース*/

#main-secand section .use-corse{
	background:#C0D866;
	height:auto;
	width:90%;
	/*margin-left:30px;*/
}

#main-secand section .use-corse article-use {
	/*height: 270px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #C0D866;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*padding: 10px;	/*ボックス内の余白*/
	float: left;
	padding: 10px;
	position: relative;
	/*border: 1px solid #ff7232;*/
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse article-use .corse-sub{
	padding: 0px;
	color: #063;		/*文字色*/
	/*font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse article-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 140%;
	padding: 0;
	border-radius: 0px;
	color: #063;	/*文字色*/
	border-bottom: 2px dotted #fff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}


#main-secand section .use-corse article02-use {
	width: 90%;	/*ボックスの幅*/
	background-color: #C0D866;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	padding: 10px;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse article02-use p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height:1.5em;
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse article02-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	border-radius: 0px;
	color: #548b18;	/*文字色*/
	/*border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	line-height:1.5em;
}


/*ワンポイントコース*/

#main-secand section .use-corse-one{
	background:#F0EB59;
	height:auto;
	width:90%;
	/*margin-left:30px; */
	margin-top:10px;
}

#main-secand section .use-corse-one article-use {
	/*height: 270px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #F0EB59;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*padding: 10px;	/*ボックス内の余白*/
	float: left;
	padding: 10px;
	position: relative;
	/*border: 1px solid #ff7232;*/
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-one article-use .corse-sub{
	padding: 0px;
	color: #EA6000;		/*文字色*/
	/*font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-one article-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 140%;
	padding: 0;
	border-radius: 0px;
	color: #EA6000;	/*文字色*/
	border-bottom: 2px dotted #fff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}


#main-secand section .use-corse-one article02-use {
	width: 90%;	/*ボックスの幅*/
	background-color: #F0EB59;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	padding: 10px;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-one article02-use p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height:1.5em;
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-one article02-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	border-radius: 0px;
	color: #EA6000;	/*文字色*/
	/*border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	line-height:1.5em;
}




/*フリーコース*/

#main-secand section .use-corse-free{
	background:#F4AA3C;
	height:auto;
	width:90%;
	/*margin-left:30px;*/
	margin-top:10px;
}

#main-secand section .use-corse-free article-use {
	/*height: 270px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #F4AA3C;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*padding: 10px;	/*ボックス内の余白*/
	float: left;
	padding: 10px;
	position: relative;
	/*border: 1px solid #ff7232;*/
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-free article-use .corse-sub{
	padding: 0px;
	color: #E50012;		/*文字色*/
	/*font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-free article-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 140%;
	padding: 0;
	border-radius: 0px;
	color: #E50012;	/*文字色*/
	border-bottom: 2px dotted #fff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}


#main-secand section .use-corse-free article02-use {
	width: 90%;	/*ボックスの幅*/
	background-color: #F4AA3C;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	padding: 10px;
	position: relative;
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-free article02-use p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height:1.5em;
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-free article02-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	border-radius: 0px;
	color: #E50012;	/*文字色*/
	/*border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	line-height:1.5em;
}





/*施設ご利用方法のはじめての方の利用システム用
---------------------------------------------------------------------------*/
/*各ボックスの設定*/

#main-secand section .use-comment{
	width:90%;
	float:left;
	margin-top:0;
	margin-left:30px;
	margin-bottom:10px;
}


/*ビギナーコース*/

#main-secand section .use-corse{
	background:#C0D866;
	height:auto;
	width:100%;
	float:left;
	margin:0px;
	/*margin-left:30px;*/
}

#main-secand section .use-corse article-use {
	/*height: 270px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #C0D866;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*padding: 10px;	/*ボックス内の余白*/
	float: left;
	padding: 10px;
	position: relative;
	/*border: 1px solid #ff7232;*/
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse article-use .corse-sub{
	padding: 0px;
	color: #063;		/*文字色*/
	/*font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse article-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 140%;
	padding: 0;
	border-radius: 0px;
	color: #063;	/*文字色*/
	border-bottom: 2px dotted #fff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}


#main-secand section .use-corse article02-use {
	width: 90%;	/*ボックスの幅*/
	background-color: #C0D866;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	padding: 10px;
	position: relative;
	margin:0px;
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse article02-use p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height:1.5em;
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse article02-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	border-radius: 0px;
	color: #548b18;	/*文字色*/
	/*border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	line-height:1.5em;
}


/*ワンポイントコース*/

#main-secand section .use-corse-one{
	background:#F0EB59;
	height:auto;
	width:100%;
	/*margin-left:30px; */
	margin:0px;
	float:left;
}

#main-secand section .use-corse-one article-use {
	/*height: 270px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #F0EB59;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*padding: 10px;	/*ボックス内の余白*/
	float: left;
	padding: 10px;
	position: relative;
	/*border: 1px solid #ff7232;*/
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-one article-use .corse-sub{
	padding: 0px;
	color: #EA6000;		/*文字色*/
	/*font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-one article-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 140%;
	padding: 0;
	border-radius: 0px;
	color: #EA6000;	/*文字色*/
	border-bottom: 2px dotted #fff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}


#main-secand section .use-corse-one article02-use {
	width: 90%;	/*ボックスの幅*/
	background-color: #F0EB59;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	padding: 10px;
	position: relative;
	margin:0px;
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-one article02-use p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height:1.5em;
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-one article02-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	border-radius: 0px;
	color: #EA6000;	/*文字色*/
	/*border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	line-height:1.5em;
}




/*フリーコース*/

#main-secand section .use-corse-free{
	background:#F4AA3C;
	height:auto;
	width:100%;
	/*margin-left:30px;*/
	margin:0px;
	float:left;
}

#main-secand section .use-corse-free article-use {
	/*height: 270px;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #F4AA3C;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*padding: 10px;	/*ボックス内の余白*/
	float: left;
	padding: 10px;
	position: relative;
	/*border: 1px solid #ff7232;*/
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-free article-use .corse-sub{
	padding: 0px;
	color: #E50012;		/*文字色*/
	/*font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-free article-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 140%;
	padding: 0;
	border-radius: 0px;
	color: #E50012;	/*文字色*/
	border-bottom: 2px dotted #fff;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}


#main-secand section .use-corse-free article02-use {
	width: 90%;	/*ボックスの幅*/
	background-color: #F4AA3C;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	padding: 10px;
	position: relative;
	margin:0px;
}
/*ボックス内の段落タグ設定*/
#main-secand section .use-corse-free article02-use p {
	padding: 0px;
	color: #333;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height:1.5em;
}
/*ボックス内のh1タグ設定*/
#main-secand section .use-corse-free article02-use h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	border-radius: 0px;
	color: #E50012;	/*文字色*/
	/*border-bottom: 2px dotted #327BD9;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	line-height:1.5em;
}








/*access.html内の地図のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main-secand section.list article-map {
	height: auto;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	padding: 10px;	/*ボックス内の余白*/
	float: left;
	margin: 20px 10px 30px 10px;
	position: relative;
	border: 1px solid #CCC;
	text-align:center;
}

#main-secand section.list article-map figure img {
	height: auto;
	width: 90%;
}



#main-secand section.list article-map-haichi {
	height: auto;	/*ボックスの高さ*/
	width: 90%;	/*ボックスの幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	padding: 10px;	/*ボックス内の余白*/
	float: left;
	margin: 20px 10px 30px 10px;
	position: relative;
	border: 1px solid #CCC;
	text-align:center;
}

#main-secand section.list article-map-haichi figure img {
	height: auto;
	width: 90%;
}


/*access.html内の表組みブロック
---------------------------------------------------------------------------*/
#main-secand section.list article-access {
	height: 100%;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	float: left;
	margin: 20px 0px 1em;
	position: relative;
}
#main-secand section.list article-access figure img {
	height: 100%;
	width: 100%;
}

/* おしらせ一覧*/
/*---------------------------------------------------------------------------*/
#main-secand section.ichiran{
    margin-bottom:30px;
}


#news-single{
	width:95%;
	float:left;
	border-left:5px solid #ccc;
	padding-left:10px;
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
}

#news-single-left{
	width:80%;
	float:left;
}

#mews-single-right{
	width:20%;
	float:right;
}
	



/*テーブル１*/

.ta1 {
	width: 100%;
	/*margin-top:20px;  */
	margin-bottom:20px;
}
/*---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	/*width: 100px; */
	padding: 10px;
	text-align: center;
	background-color: #e5e5e5;	/*背景色*/
}


/*テーブル2
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta2 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;
	padding: 2px;
}





/*　お問い合わせ  よくある質問*/
/*---------------------------------------------------*/

#qa{
	width:90%;
	flaot:left;
	margin:20px 0px 20px 0px;
}
#q{
	width:90%;
	margin-left:10px;
	float:left;
	background:url(../images/contact/q.jpg) no-repeat;
	background-position:left top;
	padding-left:30px;
	height:auto;
}


#a{
	width:90%;
	margin-left:20px;
	float:left;
	background:url(../images/contact/a.jpg) no-repeat;
	background-position:left top;
	padding-left:50px;
	margin-bottom:30px;
	height:auto;
}


.mb1em {
	margin-bottom: 1em;
	margin-top:4em;
	width:100%;
}



/*フッター　　*/




/*2015.11.24追加分*/

#address-top{
	margin: 0 auto;
	width:100%;
	background:url(../images/footer-top-bg.jpg)repeat-x;
	height:62px;
}

#address-top-secand{
	margin: 0 auto;
	width:100%;
	background:url(../images/footer-top-bg-secand.jpg)repeat-x;
	height:62px;
}



/*ここまで*/


#foot-name{
	background:#94d140;
	text-align:center;

}

#foot-name p{
		width:100%;
	margin:0 auto;
		color:#fff;
}


footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;			/*文字色*/
	height:250px;
	/*margin-top:30px;
	background:url(../images/bg-line-foot.png)repeat-x;
	background-position:bottom;*/
}


#address{
	margin: 0 auto;
    background:#327BD9;
	width:80%;
}

#address-box{
	width:80%;
	float:left;
	margin-left:20px;
	text-align:left;
}


/*フッター内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu-foot {
	/*padding-top: 10px; */
	padding-bottom: 10px; 
	margin-bottom: 20px;
	margin-left:30px;
	text-align: center;	/*メニューテキストをセンタリング*/
	border-bottom:#ccc solid 1px;
	width:80%;
}




#copyright{
    clear:both;
    width:100%;
	text-align:center;
	padding-top:10px;
}

.c {
	text-align:center;
	margin-left:20px;
	margin-top:20px;
}




/*メニューフッター用
---------------------------------------------------------------------------*/


#address{
	margin: 0 auto;　　
	position: relative;  
	background:transparent;   
	width:auto;
}



/*メニューブロック設定*/
nav#menu-foot {
	height: 130px;
	margin: 0px 6px 30px 6px;
	border-bottom:#ccc solid 1px;
}
nav#menu-foot ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu-foot ul li {
	width: 40%;	/*メニュー幅*/
	text-align: left;	
	margin: 0 0 5px 1%;
	font-size:70%;
}

/*マウスオン時の設定*/
nav#menu-foot ul li a:hover {
	color: #ff0000;  /*文字色*/
}



/*最後のメニューの設定*/
nav#menu-foot ul li:last-child {
	margin-bottom: 30px;
	width:auto;
	
}


/*---------ここまで-------------*/





/*  その他　*/

.use-contents{
    width:80%;
	margin:0px 0px 30px 50px;
}



.goriyou-contents{
    width:80%;
	margin:10px 0px 10px 30px;
}


.em-shisetsu{
    font-weight:bold;
	color:#FF0000;
}



/*　グリッド　　*/



/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #48370d;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	




	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
	


/*HOMEのグリッド*/
	
	
	/*各グリッドタイトル部分　*/
	
	
	

.grid-title-blog{
padding:20px 5px;
text-align:center;
color:#000;
border-radius:5px 5px 0 0;
background:#E8E3CA;
font-weight:bold;
background:url(../images/blog-bg.png) no-repeat;
background-position:80%;
height:40px;
}

.grid-title-faci{
padding:20px 5px;
text-align:center;
color:#000;
border-radius:5px 5px 0 0;
background:#E8E3CA;
font-weight:bold;
background:url(../images/faci-bg.png) no-repeat;
background-position:80%;
height:40px;
}

.grid-title-how{
padding:20px 5px;
text-align:center;
color:#000;
border-radius:5px 5px 0 0;
background:#E8E3CA;
font-weight:bold;
background:url(../images/how-bg.png) no-repeat;
background-position:80%;
height:40px;
}

.grid-title-acc{
padding:20px 5px;
text-align:center;
color:#000;
border-radius:5px 5px 0 0;
background:#E8E3CA;
font-weight:bold;
background:url(../images/acc-bg.png) no-repeat;
background-position:80%;
height:40px;
}

.grid-title-sch{
padding:20px 5px;
text-align:center;
color:#000;
border-radius:5px 5px 0 0;
background:#E8E3CA;
font-weight:bold;
background:url(../images/sch-bg.png) no-repeat;
background-position:80%;
height:40px;
}

.grid-title-eve{
padding:20px 5px;
text-align:center;
color:#000;
border-radius:5px 5px 0 0;
background:#E8E3CA;
font-weight:bold;
background:url(../images/eve-bg.png) no-repeat;
background-position:80%;
height:40px;
}
}