@charset "utf-8";

#MDQ{display:block;}

.ds_pc{
	display:block;
}

.ds_sp{
	display:none;
}


/*---------------------------------------------------------------------------
　TOPページ
---------------------------------------------------------------------------*/
#container {
	width:100%;
	background-color:#eee;
}

.contents_window a:hover img{
	filter: alpha(opacity=75); /*For IE*/
	opacity: 0.75; /*Opera・Safari*/
	-moz-opacity: 0.75; /*For FireFox*/
}

.contents_window {
	position:relative;
	clear: both;
	width: 940px;
	margin:-30px auto 30px;
	padding:30px;
	background-color:#fff;
	border-radius:10px;
	z-index:1;
	box-shadow:0px 0px 6px 1px #747474;
	-moz-box-shadow:0px 0px 6px 1px #747474;
	-webkit-box-shadow:0px 0px 6px 1px #747474;
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	min-height:500px;
}


/*---------------------------------------------------------------------------
　ヘッダー
---------------------------------------------------------------------------*/
#header{
	margin:0 auto;
	background-color:#fff;
	height:80px;
	border-top:5px solid #00893e;
}

.header-desc{
	margin:0 auto;
	width:1000px;
}

.header-L{
	float:left;
	width:362px;
}

.header-R{
	float:right;
	widows:284px;
	margin:25px 0 0;
}

.header-desc h1{
	margin:25px 0 0;
	text-align:left;
}

/*---------------------------------------------------------------------------
　グローバルメニュー
---------------------------------------------------------------------------*/
#gloval{
	margin:0 auto;
	width:100%;
	height:80px;
	background:url(/image/gloval-back.png) center top no-repeat;
}

#globalMenuP{
	margin:0 auto;
	width:1000px;
	height:80px;
}


#globalMenuP ul li{
	text-align:center;
	float:left;
	color:#fff;
	width:200px;
	line-height:80px;
}

#globalMenuP ul li img{
	vertical-align:middle;
}


#globalMenuP ul a{
	display:block;
	background-color:none;
}

#globalMenuP ul a:hover{
	background-color:#0F602F;
}


/*---------------------------------------------------------------------------
　メインイメージ
---------------------------------------------------------------------------*/
.mainIMG{
	position:relative;
	margin:0 auto;
	width:100%;
	height:375px;
	background:url(/image/main-image-back.png) center bottom no-repeat;
	z-index:0;
}

.mainIMG-photo{
	margin:0 auto;
	width:1200px;
}

/*---------------------------------------------------------------------------
　コンテンツメインイメージ
---------------------------------------------------------------------------*/
.CmainIMG{
	position:relative;
	margin:0 auto;
	width:100%;
	height:200px;
	background:url(/image/main-image-back.png) center bottom no-repeat;
	z-index:0;
}

.CmainIMG-photo{
	margin:0 auto;
	width:1200px;
}


/*---------------------------------------------------------------------------
　NEWS
---------------------------------------------------------------------------*/
.top-news{
	margin:0;
	width:640px;
	float:left;
}

.top-news h2{
	margin:0 0 10px;;
}

.news_Box{
	display:block;
	background-color:#fff;
}

.news_Box:hover{
	background-color:#E5FFEE;
}

.news_Box dl{
	clear:both;
	border-bottom:1px dotted #999999;
	margin:0;
}

.news_Box dl dt{
	padding:15px 0 15px;
	width:19%;
	float:left;
	text-align:left;
}

.news_Box dl dd{
	padding:15px 0 15px;
	width:80%;
	float:right;
	text-align:left;
}


/*201708変更点*/

.main-area{
	margin:0;
	width:640px;
	float: left;
}

.top-news2{
	margin:0;
	width:640px;
	/*float:left;*/
}

.top-blog{
	margin:0;
	width:305px;
	float:right;
}

.top-news2 h2{
	margin:0;
}

.top-blog h2{
	margin:0;
}

.news_BoxLine{
	margin-bottom: 30px;
	padding: 15px;
	background-color:#fff;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

.news_Box2{
	display:block;
	background-color:#fff;
}

.news_Box2:hover{
	background-color:#E5FFEE;
}

.news_Box2 dl{
	clear:both;
	border-bottom:1px dotted #999999;
	margin:0;
	margin-bottom: 10px;
}

.news_Box2 dl dt{
	padding:0;
	text-align:left;
	font-size: 14px;
}

.news_Box2 dl dd{
	padding:0;
	text-align:left;
}




/*---------------------------------------------------------------------------
　協会注意喚起
---------------------------------------------------------------------------*/

.k-caution{
	clear: both;
	padding: 15px;
	border: 1px solid #BFBFBF;
	background-color: #EEEEEE;
}

/*---------------------------------------------------------------------------
　ライトバナーエリア
---------------------------------------------------------------------------*/
.top-right-banner{
	margin:0;
	width:255px;
	float:right;
}

.top-right-banner h3{
	margin:0 0 15px;
}

.top-right-banner h3 a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

.top-right-banner h4{
	display: block;
	margin:0 0 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	border:1px solid #909090;
}

.top-right-banner h4 a:link{
	text-decoration:none;
	color: #00893e;
}

.top-right-banner h4 a:hover{
	text-decoration: underline;
	color: #00893e;
}

.tweet-area{
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
}

/*------------------------------------------------------------------------------------------------

ページトップ

------------------------------------------------------------------------------------------------*/

.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background: #054A2B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	text-decoration:none;
	color:#fff;
	font-family: "メイリオ";
	z-index:2;
}

.page-top:hover {
	background-color: #032B17;
	color:#fff;
}


/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
	width:100%;
	height:160px;
	clear:both;
	background:url(/image/foot-back_pc.png) center bottom no-repeat;
}

#footer .footer-desc{
	margin:0 auto 0;
	padding-top:25px;
	width:1000px;
	text-align:center;
}

.footer-left{
	width:40%;
	text-align:left;
	float:left;
}

.footer-left h4{
	margin-bottom:20px;
	text-align:left;
}

.footer-left p{
	font-size:14px;
	color:#fff;
	text-align:left;
}


.footer-right{
	width:59%;
	text-align:right;
	float:right;
}

.footer-right ul{
	margin:20px auto 30px;
}

.footer-right li{
	display:inline-block;
	font-size:14px;
	line-height:1.6;
	color:#fff;
	padding:0 15px;
	border-left:1px solid #fff;
}

.footer-right ul li:last-child{
	border-right:1px solid #fff;
}

.footer-right ul li a:link , .footer-right ul li a:active , .footer-right ul li a:visited{
	color:#fff;
	text-decoration:none;
}

.footer-right ul li a:hover{
	color:#fff;
	text-decoration:underline;
}

.footer-right p{
	font-size:12px;
	color:#fff;
}

.footer-right address{
	font-size:12px;
	font-style:normal;
	color:#fff;
}



/*---------------------------------------------------------------------------
スマホ対応メニュー
---------------------------------------------------------------------------*/

#globalMenuBase{
	display:none;
}

#globalMenuBase:hover{
}

#globalMenuBase img{
}

#globalMenu{
	display: none; opacity: 0;
}

#globalMenuBg{
	display: none; opacity: 0.5; background-color: #fff;
}


#globalMenu ul {
}


#globalMenu ul li{
}

#globalMenu ul li a{
}



/*---------------------------------------------------------------------------
　コンテンツ
---------------------------------------------------------------------------*/
.Sub-contents{
}

.Sub-contents h2{
	margin-bottom:30px;
}

.Sub-contents h3{
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	color:#00893e;
	font-size:20px;
}

.Sub-contents th, .Sub-contents td{
	vertical-align:middle;
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

.Sub-contents p{
	margin:0 0 15px;
}



/*施設予約------------------------------------------------------------------*/

.Sub-contents .if-data {
	clear:both;
	overflow:auto; 
	-webkit-overflow-scrolling:touch;
	margin-left:-10px;
	text-align:left;
}

.Sub-contents iframe {
	width:950px;
	height:3500px;
}

p.sche-btn{
	width:7em;
	padding:5px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#008D2B;
	float:left;
	margin-right:20px;
	text-align:center;
}

.sche-btn a{
	display:block;
	color:#fff;
}

.sche-btn a:hover{
	color:#fff;
	text-decoration:underline;
}

.ac-sp_text {
	display:none;
}

.green-back{
	border-left:75px solid #92d050;
	margin-right:10px;
	padding-left:5px;
}

.orange-back{
	width:75px;
	border-left:75px solid #ffc000;
	margin-right:10px;
	padding-left:5px;
}


.reserve-pay {
  border-radius: 5px;
  background: #F5F0CF;
  padding: 15px 15px 5px 15px;
  margin-bottom:15px;
}

.reserve-pay h4 {
  color: #E6AC27;
  font-size: 22px;
  text-align:center!important;
}

.reserve-tel{
	padding: 12px;
	border: 1px solid #A1A1A1;
	background-color:#E4DFDF;
	text-align: center;
}

.reserve-tel span{
	font-size: 26px;
	font-weight: bold;
}


p.reserve-pdf{
	margin-right: 2em;
}

.reserve-pdf{
	float: left;
	width:18em;
	padding:5px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#008D2B;
	text-align: center;
}

.reserve-pdf a{
	display:block;
	color:#fff;
}

.reserve-pdf a:hover{
	color:#fff;
	text-decoration:underline;
}

p span.caution-red{
	font-weight: bold;
	color: #ff0000;
}


/*NEWS------------------------------------------------------------------*/


a.news-btn{
	display:block;
	width:130px;
	padding:5px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#008D2B;
	text-align:left;
	color:#fff;
}

a.news-btn:hover{
	color:#fff;
	text-decoration:underline;
}

/*BLOG------------------------------------------------------------------*/


a.blog-btn{
	display:block;
	width:200px;
	padding:5px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#008D2B;
	text-align:left;
	color:#fff;
}

a.blog-btn:hover{
	color:#fff;
	text-decoration:underline;
}






/*アクセス------------------------------------------------------------------*/

#map1{
	margin:0 auto;
	width:800px;
	height:600px;
	border:5px solid #B8B8B8;
}

.Sub-contents .access p span{
}

/*施設概要------------------------------------------------------------------*/

.s-map{
	margin:0 auto 30px;
	text-align:center;
}

.s-mapPDF{
	display:none;
}

.Sub-contents table{
	border-collapse:collapse;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	width:100%;
	margin-bottom:50px;
}

.Sub-contents table th{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px 15px;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	vertical-align:top;
}


.Sub-contents table td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px 15px;
	text-align:left;
	font-size:16px;
	font-weight:normal;
}

.feature {
  display: flex;
}

.feature section {
  margin: 15px;
  border-radius: 5px;
  background: #F5F0CF;
  padding: 15px;
}

.feature h4 {
  color: #E6AC27;
  font-size: 22px;
  text-align:center!important;
}



.feature-detail {
  display: flex;
}

.feature-detail section {
  margin: 10px 10px 30px 10px;
  width:285px;
	border: 5px  solid #E8E8E8;
}


.l-navi_btn {
  display: flex;
}

.l-navi_btn section {
  margin: 0px 30px 30px 0px;
  border-radius: 5px;
  background: #008D2B;
  padding: 10px 10px 0 10px;
}

.l-navi_btn p {
	color: #ffffff;
	line-height: 1.5;
	text-align:center!important;
	padding-bottom: 0;
}

.l-navi_btn p a{
	color: #ffffff!important;
}

.l-navi_btn p a:link{
	color: #ffffff;
	text-decoration: none;
}

.l-navi_btn p a:hover{
	color: #ffffff;
	text-decoration:underline;
}












