@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;	
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {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: #333;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #65860e;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

@media screen and (min-width: 481px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 480px){   
  .pc { display:none; }
  .sp { display:block; }
} 
/*コンテナー（ホームページを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;z-index: 1;
	height: 130px;	/*ヘッダーの高さ*/
	background: rgba(255,255,255,0.70);	/*背景色*/

}
/*ロゴ画像*/
header #logo img {
	width: 400px;	/*画像幅*/
	position: absolute;
	left: 5%;		/*ヘッダーに対して左から3%の場所に配置*/
	top: 15px;	/*ヘッダーに対して上から38pxの場所に配置*/
}



/*
---------------------------------------------------------------------------*/
/*ヘッダメニューブロック全体*/
#headermenu {
	position: absolute;
	right: 5%;		/*headerに対して右から3%の場所に配置*/
	top: 25px;	/*headerに対して下から15pxの場所に配置*/
}
#headermenu a{
	text-decoration: none;
}
/*メニュー１個あたり*/
#headermenu li {
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*メニュー同士の余白*/
}
#headermenu li a.btn1 {
	padding: 0px 15px 0px 30px;	/*上、右、下、左へのボックス内の余白*/
}
#headermenu .tel{
	text-align: center;
	font-weight: 700;
}
#headermenu .tel a{
	text-decoration: none;
	color: #2EA082;
	letter-spacing: 0.2em;
	font-size: 25px;
}
/*btn1
---------------------------------------------------------------------------*/
/*btn1共通*/
a.btn1 {
	text-decoration: none;display: inline-block;
	background: #2EA082 url(../images/arrow1.png) no-repeat 15px center;	/*古いブラウザ用*/
	background: #2EA082 url(../images/arrow1.png) no-repeat 15px center / 6px;	/*背景色、背景の矢印画像の読み込み、左から15pxの場所に配置。幅を6pxに。*/
	color: #FFF !important;
	border: 1px solid #2EA082;	/*枠線の幅、線種、色*/
	border-radius: 2px;			/*角丸のサイズ。ほんの少しだけ角を丸くしています。*/
}
/*マウスオン時*/
a.btn1:hover{
	background: #219445 url(../images/arrow1.png) no-repeat 15px center / 6px;
}
/*contents内のbtn1。主にinfo.htmlやservice.htmlで使っています。*/
#contents a.btn1 {
	padding: 0px 35px 0px 50px;	/*上、右、下、左へのボックス内の余白*/
	letter-spacing: 0.2em;		/*文字間隔を広くとる設定*/
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#mainimg{
	width: 94%;
	padding: 0 3%;
	background: rgba(255,255,255,0.70);
	
}	
#mainimg img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}




/*コンテンツ。メニューの下にある白い背景色のブロック。
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;position: relative;
	background: #fff;	/*背景色*/
	padding: 20px 15% 60px 15%;		/*上下、左右へのボックス内の余白*/
	margin: 0 0 50px;	/*上、左右、下へのボックスの外側への余白*/
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
/*h2タグ*/
#contents h2 {
	clear: both;
	width: 50%;
	margin: 40px 0 20px 0 ;
	
}






/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

#new{
	background: #F7FFFD;	/*背景色*/
	padding: 30px;		/*ブロック内の余白*/
	border-radius: 12px;	/*角丸のサイズ*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	margin: 10px auto 40px;
}
#new dl {
	margin: 10px 0;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #529D86;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

.facility{
	width: 100%;
	margin: 20px auto;
	position: relative;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.facility_photo1{
	width: 60%;
}
.facility_photo1 img {
	border:1px solid #B7AB82;
	border-radius: 12px;
}
.facility_child{
	width: 34%;
	margin: 80px 0 0 0;
}

.facility_photo2{
	width: 48%;
}
.facility_photo2 img {
	border:1px solid #B7AB82;
	border-radius: 12px;
}
.facility_come{
	width: 58%;
	padding: 5%;
	background-color: rgba(240,250,236,1.00);
	display: flex;
	flex-direction: column;
	border-radius: 12px;
}
.come_top{
	width: 100%;
	margin-bottom: 10px;
	color: #694C2B;
}
.come_bottom{
	width: 80%;
	padding: 15px 0 15px 20%;
	background-image: url("../images/come_icon.png");
	background-repeat: no-repeat;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px;
}

.facility_post{
	width: 25%;
	margin-top: 30px;
}

.point{
	position: relative;
	width: 100%;
	margin: 20px auto;
}
.point img{width: 100%}


/*----------------------------(cost)----------------------------*/

.about_cost{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}
.about_cost_ttl{
	width: 30%;
	font-size: 20px;
	font-weight: 700;
	color: #fff ;
	background-color:#008D5F ;
	margin: 0 0 20px 0;
	padding: 6px 5%;
	border-radius: 10px;
}
.about_cost_ttl2{
	width: 30%;
	font-size: 20px;
	font-weight: 700;
	color: #fff ;
	background-color:#008D5F ;
	margin: 40px 0 20px 0;
	padding: 6px 5%;
	border-radius: 10px;
}
.about_cost_tb{
	width: 90%;
	margin-bottom: 20px;
}
.about_cost_tb p{
	color: #008D5F;
	margin-top: 10px;
}
.about_cost_tb_ttl{
	font-size: 18px;
	font-weight: 700;
	color: #008D5F;
}
.other{
	font-size: 18px;
	color: #694C2B;
}
.other_point{
	color: rgba(127,197,174,1.00);
}


/*--------table------*/
.tb_01{
	width:100%;
}
.tb_01 th{
	width:40%;
	padding: 20px 30px;
	border: solid 1px #008D5F;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 700;
	background-color: #F3FFFB;
}
.tb_01 td{
	width:60%;
	padding: 20px 30px;
	border: solid 1px #008D5F;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	line-height: 1.6em;
}


@media screen and (max-width: 640px) {
 
/*--------tb01------*/	
.tb_01 {
    width: 100%;
  }
  table.tb_01 th,
  table.tb_01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_01 tr:last-child{
    border-bottom: solid 1px #238e56;
  }
}





/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;		/*文字を中央に*/
	background: rgba(100,180,129,0.6);	/*背景色*/
	padding: 40px 0 0 0;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 3%;	/*上下、左右へのボックス内の余白*/
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto
}
.foot_logo{
	width: 26%;
	padding: 10px 4%;
	background-color: rgba(255,255,255,0.80);
	border-radius: 12px;
	
}
.footer_tel{
	text-align: center;
	font-weight: 700;
	color: #2EA082;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.footer_tel a{
	text-decoration: none;
	color: #2EA082;
}
.footer_bnr{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.footer_bnr_item{
	width:90%;
	margin:0 auto;
	background-color: rgba(255,255,255,0.80);
	border-radius: 12px;
	padding: 20px 0
}
.gmap{
	width: 42%;
	padding: 2%;
	border:1px solid rgba(108,179,129,1.00);
	background-color: rgba(255,255,255,0.80);
	border-radius: 12px;
}
.form_area{
	width: 80%;
	margin: 20px auto;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	color: #fff;		/*文字色*/
	font-size: 70%;
	padding: 10px 0;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@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;
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	z-index: 3;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(106,180,130,0.70);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 40px;
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	font-size: 20px;
	font-weight: 700;
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: rgba(106,180,130,1.00);	/*背景色*/
	
}


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

/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	top: 20px;	/*上から20pxの場所に配置*/
}




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

#contents {
	clear: both;overflow: hidden;position: relative;
	background: #fff;	/*背景色*/
	padding: 20px 10% 60px 10%;		/*上下、左右へのボックス内の余白*/
	margin: 0 0 50px;	/*上、左右、下へのボックスの外側への余白*/
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.come_bottom{
	width: 80%;
	padding: 15px 0 15px 25%;
	background-image: url("../images/come_icon.png");
	background-repeat: no-repeat;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px;
}

.footer_tel{
	text-align: center;
	font-weight: 700;
	color: #2EA082;
	font-size: 18px;
	letter-spacing: 0.1em;
}
	

}

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

body {
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.6;	
	}
/*コンテナー（ホームページを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 480px;
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;z-index: 1;
	height: 200px;	/*ヘッダーの高さ*/
	background: rgba(255,255,255,0.70);	/*背景色*/

}
/*ロゴ画像*/
header #logo img {
	width: 80%;	/*画像幅*/
	position: absolute;
	left: 10%;		/*ヘッダーに対して左から3%の場所に配置*/
	top: 10px;	/*ヘッダーに対して上から38pxの場所に配置*/
}



/*
---------------------------------------------------------------------------*/
/*ヘッダメニューブロック全体*/
#headermenu {
	position: absolute;
	left:10%;	/*headerに対して右から3%の場所に配置*/
	top: 90px;	/*headerに対して下から15pxの場所に配置*/
}
#headermenu a{
	text-decoration: none;
}
/*メニュー１個あたり*/
#headermenu li {
	float: left;	/*左に回り込み*/
	margin: 10px 5%;	/*メニュー同士の余白*/
}
#headermenu li a.btn1 {
	padding: 5px 20px ;	/*上、右、下、左へのボックス内の余白*/
}
#headermenu .tel{
	text-align: center;
	font-weight: 700;
	margin: 0 auto;
}
#headermenu .tel a{
	text-decoration: none;
	color: #2EA082;
	letter-spacing: 0.2em;
	font-size: 18px;
}
/*btn1
---------------------------------------------------------------------------*/
/*btn1共通*/
a.btn1 {
	text-decoration: none;display: inline-block;
	background: #2EA082 url(../images/arrow1.png) no-repeat 15px center;	/*古いブラウザ用*/
	background: #2EA082 url(../images/arrow1.png) no-repeat 15px center / 6px;	/*背景色、背景の矢印画像の読み込み、左から15pxの場所に配置。幅を6pxに。*/
	color: #FFF !important;
	border: 1px solid #2EA082;	/*枠線の幅、線種、色*/
	border-radius: 10px;			/*角丸のサイズ。ほんの少しだけ角を丸くしています。*/
}
/*マウスオン時*/
a.btn1:hover{
	background: #219445 url(../images/arrow1.png) no-repeat 15px center / 10px;
}


/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#mainimg{
	width: 94%;
	padding: 0 3%;
	background: rgba(255,255,255,0.70);
	
}	
#mainimg img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}




/*コンテンツ。メニューの下にある白い背景色のブロック。
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;position: relative;
	background: #fff;	/*背景色*/
	padding: 10px 10% 60px 10%;		/*上下、左右へのボックス内の余白*/
	margin: 0 0 50px;	/*上、左右、下へのボックスの外側への余白*/
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
/*h2タグ*/
#contents h2 {
	clear: both;
	width: 80%;
	margin: 20px 0;
	
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

#new{
	background: #F7FFFD;	/*背景色*/
	padding: 30px;		/*ブロック内の余白*/
	border-radius: 12px;	/*角丸のサイズ*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	margin: 10px auto 40px;
}
#new dl {
	margin: 10px 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: 9em;		/*幅*/
	color: #529D86;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding:5px 0;
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

.facility{
	width: 100%;
	margin: 20px auto;
	position: relative;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.facility_photo1{
	width: 80%;
	margin: 0 auto;
}
.facility_photo1 img {
	border:1px solid #B7AB82;
	border-radius: 12px;
}
.facility_child{
	width: 60%;
	margin: 0 auto;
}

.facility_photo2{
	width: 80%;
	margin: 0 auto 10px;
}
.facility_photo2 img {
	border:1px solid #B7AB82;
	border-radius: 12px;
}
.facility_come{
	width: 90%;
	padding: 5%;
	background-color: rgba(240,250,236,1.00);
	display: flex;
	flex-direction: column;
	border-radius: 12px;
}
.come_top{
	width: 100%;
	margin-bottom: 10px;
	color: #694C2B;
}
.come_bottom{
	width: 90%;
	padding: 80px 0 15px 5%;
	background-image: url("../images/come_icon.png");
	background-repeat: no-repeat;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 10px;
}

.facility_post{
	width: 40%;
	margin: 30px auto 0;
}

.point{
	position: relative;
	width: 100%;
	margin: 20px auto;
}
.point img{width: 80%;
	margin: 10px auto;
	}


/*----------------------------(cost)----------------------------*/

.about_cost{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}
.about_cost_ttl{
	width: 80%;
	font-size: 18px;
	font-weight: 700;
	color: #fff ;
	background-color:#008D5F ;
	margin: 0 0 20px 0;
	padding: 6px 5%;
	border-radius: 10px;
}
.about_cost_ttl2{
	width: 80%;
	font-size: 18px;
	font-weight: 700;
	color: #fff ;
	background-color:#008D5F ;
	margin: 40px 0 20px 0;
	padding: 6px 5%;
	border-radius: 10px;
}
.about_cost_tb{
	width: 100%;
	margin-bottom: 20px;
}
.about_cost_tb p{
	color: #008D5F;
	margin-top: 10px;
}
.about_cost_tb_ttl{
	font-size: 16px;
	font-weight: 700;
	color: #008D5F;
}
.other{
	font-size: 16px;
	color: #694C2B;
}
.other_point{
	color: rgba(127,197,174,1.00);
}


/*--------table------*/
.tb_01{
	width:100%;
}
.tb_01 th{
	width:40%;
	padding: 20px 30px;
	border: solid 1px #008D5F;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 700;
	background-color: #F3FFFB;
}
.tb_01 td{
	width:60%;
	padding: 20px 30px;
	border: solid 1px #008D5F;
	text-align:left;
	box-sizing:border-box;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	line-height: 1.6em;
}





/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;		/*文字を中央に*/
	background: rgba(100,180,129,0.6);	/*背景色*/
	padding: 40px 0 0 0;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 3%;	/*上下、左右へのボックス内の余白*/
	display: flex;
	flex-direction: column;
	max-width: 480px;
	margin: 0 auto
}
.foot_logo{
	width: 80%;
	padding: 10px 5%;
	background-color: rgba(255,255,255,0.80);
	border-radius: 12px;
	margin: 0 auto
	
}
.footer_tel{
	text-align: center;
	font-weight: 700;
	color: #2EA082;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.footer_tel a{
	text-decoration: none;
	color: #2EA082;
}
.footer_bnr{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin:10px auto;
	
}
.footer_bnr_item{
	width:90%;
	margin:10px auto;
	background-color: rgba(255,255,255,0.80);
	border-radius: 12px;
	padding: 20px 0
}
.gmap{
	width: 80%;
	padding: 2%;
	border:1px solid rgba(108,179,129,1.00);
	background-color: rgba(255,255,255,0.80);
	border-radius: 12px;
	margin: 0 auto
}
.form_area{
	width: 80%;
	margin: 20px auto;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	color: #fff;		/*文字色*/
	font-size: 70%;
	padding: 10px 0;
}



}



