@charset "utf-8";

body {
	min-width:none;
	-webkit-text-size-adjust:100%;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#MDQ{display:none;}

.ds_pc{
	display:none;
}

.ds_sp{
	display:block;
}

.sp_none{display:none !important;}
.sp_plr15{padding-left:15px; padding-right:15px;}


/*---------------------------------------------------------------------------
　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: 100%;*/
	margin:-20px 10px 30px;
	padding:15px;
	background-color:#fff;
	border-radius:10px;
	z-index:0;
	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:300px;
}


/*---------------------------------------------------------------------------
　ヘッダー
---------------------------------------------------------------------------*/
#header{
	margin:0 auto;
	background-color:#fff;
	height:80px;
	border-top:5px solid #00893e;
}

.header-desc{
	margin-left:15px;
	width:75%;
	text-align:left;
}

.header-L{
	
}

.header-R{
	display:none;
}
.header-desc h1{
	margin:30px 0 0;
}

/*---------------------------------------------------------------------------
　グローバルメニュー
---------------------------------------------------------------------------*/
#gloval{
	display:none;
}

#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%;
	/*z-index:0;*/
}

.mainIMG-photo{
	margin:0 auto;
	width:100%;
}


/*---------------------------------------------------------------------------
　NEWS
---------------------------------------------------------------------------*/
.top-news{
	margin:0;
	width:100%;
}

.top-news h2{
	margin:0;
}

.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;
	margin-bottom: 10px;
}

.news_Box dl dt{
	padding:15px 0 15px;
	width:29%;
	float:left;
	text-align:left;
	font-size:14px;
}

.news_Box dl dd{
	padding:15px 0 15px;
	width:70%;
	float:right;
	text-align:left;
	font-size:14px;
}


/*201708変更点*/

.main-area{
	margin:0;
}

.top-news2{
	margin:0;
}

.top-blog{
	margin:0;
}

.top-news2 h2{
	margin:0;
	font-size: 0;
	line-height: 0;
}

.top-blog h2{
	margin:0;
	font-size: 0;
	line-height: 0;
}

.news_BoxLine{
	margin-top:0; 
	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{
	padding: 10px;
	border: 1px solid #BFBFBF;
	background-color: #EEEEEE;
}

/*---------------------------------------------------------------------------
　ライトバナーエリア
---------------------------------------------------------------------------*/
.top-right-banner{
	display:none;
}

.top-right-banner h3{
	margin:0 0 30px;;
}

.top-right-banner h3 a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

.top-right-banner h4{
	margin:0 0 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	border:1px solid #909090;
}

.top-right-banner h4 a:hover{
	text-decoration:none;
	color: #00893e;
}

.top-right-banner h4 a:hover{
	text-decoration: underline;
	color: #00893e;
}

.tweet-area{
	display:none;
}

/*------------------------------------------------------------------------------------------------

ページトップ

------------------------------------------------------------------------------------------------*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    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:0;
}

.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 a{
	color:#fff;
}

#footer .footer-desc{
	margin:0 auto 0;
	padding:15px 20px 0;
	text-align:center;
}

.footer-left{
	text-align:left;
}

.footer-left h4{
	margin-bottom:0;
	text-align:left;
	width:60%;
}

.footer-left p{
	font-size:12px;
	color:#fff;
	text-align:left;
}


.footer-right{
	text-align:left;
}

.footer-right ul{
	display:none;
}

.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:10px;
	color:#fff;
}

.footer-right address{
	font-size:10px;
	font-style:normal;
	color:#fff;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------
スマホ対応メニュー
-------------------------------------------------------------------------------------------------------------------------------------------*/

#globalMenuBase{
	width: 50px; height: 50px ; background-color: #054A2B;
	position: fixed; top:20px; right:10px;
	transform-origin:100% 100%;
	/*-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;*/
	/*z-index:9998;*/
	border-radius:3px;
}

#globalMenuBase img{
	position: relative; top: 20%; right: -20%;
    /*transform: rotate(-45deg);*/
    width: 30px; height: 28px;
}

#globalMenu{
	width: 320px;
	display: none; opacity: 0;
	position:fixed; top:50px; left:50%;
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
	z-index:9999;
}

#globalMenuBg{
	display: none; opacity: 0; background-color: #000;
}

#globalMenu ul {
}

#globalMenu ul li a{
	display: block; line-height: 3.0rem; font-size: 0.9rem; color:#fff;
	background-color: #054A2B; text-decoration: none; text-align: center;
	vertical-align: middle; color:#666; border: #ccc 1px solid;
	margin-bottom: 10px; border-radius: 2px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}

#globalMenu ul li a:link , #globalMenu ul li a:active , #globalMenu ul li a:visited{
	color:#fff;
}


/*---------------------------------------------------------------------------
　コンテンツ
---------------------------------------------------------------------------*/
.Sub-contents{
}

.Sub-contents h2{
	margin-bottom:10px;
}

.Sub-contents h3{
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	color:#00893e;
	font-size:20px;
	line-height:1.3;
}

.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 20px;
}



/*施設予約------------------------------------------------------------------*/

.Sub-contents .if-data {
	clear:both;
	overflow:auto; 
	-webkit-overflow-scrolling:touch;
	margin-left:-7px;
	text-align:left;
	height:500px!important;
}

.Sub-contents iframe {
	width:100%;
	height:100%;
}

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;
}

.ac-sp_text {
	clear:both;
	color:#00893e;
}

.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-pay span{
	display:block;
}

.reserve-tel{
	padding: 12px;
	border: 1px solid #A1A1A1;
	background-color:#E4DFDF;
	text-align: center;
}

.reserve-tel span{
	font-size: 22px;
	font-weight: bold;
}

.reserve-tel a:link{
	text-decoration: underline;
}

.reserve-pdf{
	width:17.5em;
	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{
	margin:0 auto;
	display:block;
	width:9em;
	padding:5px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#008D2B;
	text-align:center;
	color:#fff;
}

a.news-btn:hover{
	color:#fff;
}


/*BLOG------------------------------------------------------------------*/


a.blog-btn{
	margin:0 auto;
	display:block;
	width:12em;
	padding:5px 7px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#008D2B;
	text-align:center;
	color:#fff;
}

a.blog-btn:hover{
	color:#fff;
}

/*アクセス------------------------------------------------------------------*/

#map1{
	margin:0 auto;
	/*width: 100% !important;*/
	height: 300px !important;
	border:5px solid #B8B8B8;
}

.Sub-contents .access p span{
	display:block;
}


/*施設概要------------------------------------------------------------------*/

.s-map{
	display:none;
}

.s-mapPDF{
	margin:0 auto 30px;
}

.s-mapPDF p{
	background-color:#eeeeee;
	padding:15px;
	text-align:center;
	border-radius:5px;
}

.s-mapPDF p a{
	display:block;
	text-decoration:none;
}

.Sub-contents table{
	border-collapse:collapse;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-bottom:50px;
}

.Sub-contents table th{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 7px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	vertical-align:top;
}


.Sub-contents table td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 7px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

.feature {
  /*display: flex;*/
}

.feature section {
  margin: 15px;
  border-radius: 5px;
  background: #F5F0CF;
  padding: 15px;
}

.feature h4 {
  color: #E6AC27;
  font-size: 18px;
  text-align:center!important;
}


.feature-detail {
}

.feature-detail section {
  margin: 10px 10px 30px 10px;
  /*width:80%;*/
	border: 5px  solid #E8E8E8;
}

.l-navi_btn {
	display:none;
}

.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;
}


