@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}

object, embed {
	vertical-align: top;
}

hr {
	display:none;
}

legend {
	margin:0 10px;
	font-size:90%;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

ul {
	list-style-type: none;
}

.photo {
	border: #FFF solid 6px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .05);
}

.wd80 {
	width:80%;
}

.wd90 {
	width:90%;
}

.marker {
	background:linear-gradient(transparent 50%, #fff6e8 50%);
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background:#FFF;
	
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-top:solid 3px #4E6C50;
	border-bottom:solid 3px #4E6C50;
}

.cl {
	clear:both;
}


/* ------ Anchor ------ */


a:link {

}

a:visited {

}

a:hover {
	text-decoration:none;
	color:#903;
}

a:active {
	color:#00F;
	text-align:none;


}

a:focus{
	background:#EEE;

}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align:  right;

}

.red{
	color:#C00;
}

.bo{
	font-weight:bold;
	}

.pdf{
	clear:both;
	background:url(../images/pdf.png) no-repeat;
	padding:10px 0 5px 40px;
	font-size:90%;
}

.url{
	clear:both;
	font-size:90%;
	padding:5px 0 5px 40px;
	background:url(../images/info/list.png) 15px 10px no-repeat;
	margin-left:0;
	}
	
.url_right{
	clear:both;
	font-size:90%;
	padding:5px 0 5px 30px;
	background:url(../images/info/list.png) 15px 10px no-repeat;
	float:right;
	margin:0 10px;
	}
	

		

.otherwindow {
	display:inline-block;
	font-size: 60%;
	font-weight: normal;
	background:#fff1ea;
	color: #000;
	border-radius: 4px;
	padding: 0 4px;
	margin: 0 4px;
	border: 1px solid #fbbd9e;
	vertical-align: text-bottom;
	word-wrap: break-word;

}



.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#container02 {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}


/* ------ Column ------ */

.row {
	max-width: 1050px;
	margin: 0 auto;
}


/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 2.85714285714286%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 2.85714285714286%;
}

.col.left02 {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right02 {
	float: right;
	margin-left: 2.85714285714286%;
}

.col.left03 {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right03 {
	float: right;
	margin-left: 2.85714285714286%;
}

/* 各カラムの幅を％で設定 */
.one-six {width: 14.28571428571430%;}
.two-six {width: 31.42857142857140%;}
.three-six{width: 48.57142857142860%;}
.four-six{width: 65.71428571428570%;}
.five-six{width: 82.85714285714290%;}



/* ------ Header ------ */

header {
	width: 100%;
	padding: 0;
}

header .row {
	position: relative;
}

header h1 {
	padding:0;
	margin:0;
	
}

header .logo {
	max-width: 176px;
	margin:30px 10px 20px 10px;
}

header .logo img {
	padding:0;
}

header a.logo_link {
	display:inline-block;
}

.search {
	width:100%;
	margin:50px auto 0 auto;
	padding:0;
	height:50px;
}

#cse-search-box {
	width:315px !important;
	text-align:center;
	margin:0 auto;
}

#cse-search-box .serch-box {
	width:230px !important;
	height:20px;
	padding:3px;
	font-size:90%;
}


#cse-search-box .serch-botton {
	padding:0 5px;
	background:#060;
	border:#060 1px solid;
	color:#FFF;
	font-size:90%;
	font-weight:bold;
	height:30px;
}

#nav {
	text-align:center;
	width: 90%;
	margin-top:0;
	margin-bottom:0;
	color:#000;
	}


#nav li {
	display: inline-block;
	width:13%;
	padding: 20px 0 ;
	border-left: dotted 1px #ddd;
	font-size: 90%;
	line-height:1.5em;

}

#nav li:first-child {
	padding-left: 0;
	border-left: none;
}

#nav a:link,
#nav a:visited {
	color: #000;
	text-decoration: none;
}

#nav a:hover,
#nav a:active{
	border-bottom:#820000 solid 3px;
	color:#4E6C50;
}

	
#nav .sub {
	clear:both;
	font-size:60%;
	color:#3CF;
}
	
	
#nav img{
	padding:0;
	margin:0;
	vertical-align:middle;

}

.menu {
	border-top:1px #999 solid;	
	border-bottom:1px #999 solid;
	padding:0;
	margin-bottom:5px;
}


.inner {
    width: 980px;
    margin: 0 auto;
}


 
/* ------ top-head------ */
#top-head {
	display:none;
	background:none;
    top: -190px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    position:absolute;
	top:10px;
    right: 300px;
    bottom: 0;
    font-size: 100%;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 

/* ------ Toggle Button------ */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


	
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	height: 0;
	width: 0;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: -500px;
	left: 0;
	z-index: 9999;
	padding: 4px 0;
	overflow: hidden;
}
.skip a:active, .skip a:focus {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
.skip_none{
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

#HONBUN{
	clear:both;
}



/* ------ Main_img ------ */

#main_img {
	width: 100%;
  overflow: hidden;
	}
	
#keyimg {
	max-width:100%;
  overflow: hidden; //横スクロールさせないようにする
}
#keyimg .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; //両サイドが表示される
  height: 545px !important;
  //z-index: 1; //スマホやタブレットでスワイプできないときに指定
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}



/* ------ TOP ------ */

#top{
	margin-top:30px;

	}


/* ------ News ------ */

#news_frame{
	width: 65.71428571428570%;
	margin:0 auto;
	}


#news {
	width:100%;
	margin-top:20px;
	padding-bottom:0;
	margin-bottom:0;
}


#news h1{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}

	
#news h2 {
	background:url(../images/top/title_line_red.png) no-repeat left 50%;
	padding:3px 5px 3px 50px;
	font-weight:bold;	
}

.subtitle_s {
	color:#005dae;
	float:right;
	margin-right:10px;
}

#news dl  {
	width:100%;
	padding:5px 0;
	margin:auto;
}

#news dt  {
	
	font-size: 90%;
	float:left;
}

#news dd  {
	font-size: 90%;
	margin-left:130px;
}


#news .bo  {
	 font-weight:bold;
}

.news{

	margin:5px 15px 0 10px;
		}
		
/* ------ TOP02 ------ */		


#top02{
	margin-top:20px;
	background:

	}
	
#top02 p{
	font-size:95%;

	}	
	
.category{
	margin-top:50px;
	padding:20px 0;
	background:url(../images/top/facility_bk.jpg) repeat;

	}


#top02 h3{
	font-size:95%;

	}
	

.cate_01{
	margin-bottom:10px;
	text-align:center;
}

.cate_02{
	margin-bottom:10px;
	text-align:center;
}

.cate_03{
	margin-bottom:10px;
	text-align:center;
}

.cate_04{
	margin-bottom:10px;
	text-align:center;
}

.cate_05{
	margin-bottom:10px;
	text-align:center;
}


.cate_06{
	margin-bottom:10px;
	text-align:center;
	}


.cate a{
	display:inline-block;
}


.cl_item{
	clear:both;
	
}

/* ------ TOP03 ------ */		


#top03{
	margin-top:60px;
	margin-bottom:50px;
	}
	
#top03 .kawaraban{
	padding:5px 0 20px 0;
	border:#efefef solid 3px;
	border-radius:15px;
	margin:0 5px;
	}	



#top03 .kawaraban h2  {
  background: #00007D;
  box-shadow: 0px 0px 0px 5px #00007D;
  border: solid 1px #fff;
  padding: 10px;
  font-weight:bold;
  text-align:center;
  color:#FFF;
  margin:20px auto 30px auto ;
  max-width:300px;
  width:90%;
}

#top03 .kawaraban ul {
	display: flex;
	justify-content: space-around;
	width:95%;
}


#top03 .kawaraban ul li {
	background:url(../images/top/list01.png) no-repeat left 50%;
	padding:5px 0 5px 25px;
	font-size:90%;
	margin:0 5px;
}


/* ------ TOP04 ------ */		


#top04{
	margin-top:60px;
	}

#top04 h2  {
	background:url(../images/top/title_line_blue.png) no-repeat left 50%;
	padding:3px 5px 3px 50px;
	font-weight:bold;
	margin-bottom:10px;
}

	
#top04 p {
	padding:5px 10px;
	font-size:85%;
	line-height:1.8em;
}



/* ------ TOP05 ------ */		


#top05{
	margin-top:70px;
	}	
	
#top05 h2  {
	background:url(../images/top/title_line_red.png) no-repeat left 50%;
	padding:3px 5px 3px 50px;
	font-weight:bold;
	margin-bottom:10px;
}

#top05 h3  {
	background:url(../images/top/title_line_blue.png) no-repeat left 50%;
	padding:3px 0 3px 50px;
	font-weight:bold;
}

	
#top05 p {
	padding:5px 10px;
	font-size:85%;
	line-height:1.8em;
}


#top05 .company {

}	

#top05 .company p  {
	 margin:0 10px 10px 15px;
	 padding:0;
	 font-size:85%;

}


#top05 .company p.link{
	padding:0 0 0 15px;
	background:url(../images/info/list.png) 0 3px no-repeat;
	margin-left:0;
	}

#top05 .company h2  {
	font-weight:bold;
	margin-left:15px;
	margin-bottom:0;
}



#top05 .company dl  {
	margin-left:5px;
	padding: 5px 10px;
	font-size: 90%;
}

#top05 .company dt  {
	font-weight: bold;
	margin-bottom:8px;
	float:left;
}

#top05 .company dd  {
	margin-bottom:8px;
	margin-left:100px;
}

#top05 .company ul  {
	list-style: outside;
	margin-left:15px;
	font-size:90%;
}

	

/* ------ TOP06 ------ */		


#top06{
	margin-top:50px;
	}	
	
#top06 a.bn_link {
	display: inline-block;
	}			
	
#top06 .bn_01 {
	width:22.5%;
	float:left;
		}	

#top06 .bn_02 {
	width:22.5%;
	float:left;
		}	

#top06 .bn_03 {
	width:22.5%;
	float:left;
		}
		
#top06 .bn_04 {
	width:22.5%;
	float:lleft;
		}		

/* ------ Title ------ */

#title {
	margin-top:30px;
}

#title h1{
  padding:39px 0 0;
  font-weight:bold;
  font-size:150%;
  text-align:center;
  color:#182747;
}

#title h1.onsen_t{
	background:url(../images/onsen/img_onsen.png) no-repeat center top;
}

#title h1.restaurant_t{
	background:url(../images/restaurant/img_restaurant.png) no-repeat center top;
}

#title h1.farmstand_t{
	background:url(../images/farmstand/img_farmstand.png) no-repeat center top;
}

#title h1.farm_t{
	background:url(../images/farm/img_farm.png) no-repeat center top;
}

#title h1.touristspots_t{
	background:url(../images/touristspots/img_touristspots.png) no-repeat center top;
}

#title h1.wa_t{
	background:url(../images/wa/img_wa.png) no-repeat center top;
}

#title h1.privacy_t{
	background:url(../images/info/img_privacy.png) no-repeat center top;
}

#title h1.rule_t{
	background:url(../images/info/img_rule.png) no-repeat center top;
}

#title h1.sitemap_t{
	background:url(../images/info/img_sitemap.png) no-repeat center top;
}



#title p{
  background:url(../images/news/img_news.png) no-repeat center top;
  padding:50px 0 0;
  font-weight:bold;
  font-size:150%;
  text-align:center;
  color:#032b90;
}

#title p.inq_t{
  background:url(../images/inq/img_inq.png) no-repeat center top;
}

/* ------ topicpath  ------ */

#topicpath{
	margin-top:20px;

	}

.topicpath{
	font-size:90%;
}

.topicpath ol{
	margin-left:5px;
	padding-left:0;
}


.topicpath ol li {
        display: inline;
        list-style-type: none;
}


.topicpath a:hover{
	color:#006;
	font-weight:bold;
	text-decoration:none;
}




/* ------ Cont ------ */

#cont{
	margin-top:20px;
	}
	
#cont h1{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}


#cont h2{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}

	
#cont h3{
	margin:10px 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #4E6C50;
	line-height:1.2em;
	text-align:left;
  }	
  
#cont h3.h3_active{
	margin:10px 5px;
	border-left: none;
	border-bottom: double 5px #FC0;
  }	  
	
#cont p {
	margin:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
}

#cont ul {
	margin: 1em 0;
	padding: 0 10px 0 30px;
	list-style-type: disc;
	font-size:90%;
}

#cont ul li {
	margin-bottom:10px;

}

#cont ol{
	font-size:90%;
	margin:10px;
	padding-left:30px;

	}
	
#cont ol p{
	font-size:100%;
	}	
	
#cont ol ul{
	font-size:100%;
	padding-left:10px;
	}
	
#cont ul ol{
	font-size:100%;

	}		
	


#cont .box {
    position: relative;
    margin: 0;
    padding: 1em;
}


#cont .link {
	padding: 0 10px 0 18px;
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 10px no-repeat;
}

#cont ul li p.link {
	font-size:100%;
	margin-left:0;
	}
	

#cont02{
	margin-top:20px;

	}

#cont02 h2{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}
	

#cont02 h3{
	margin:30px 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #4E6C50;
	line-height:1.2em;
  }


  
#cont02 h4{
	margin: 5px 15px 15px 15px;
	font-weight: bold;
	font-size:95%;
  } 
  
#cont02 h4.bread{
	margin: 5px 15px 0 15px;
  } 
  
#cont02 .bread_text{
	text-align:center !important;
  }   
      
  

  
#cont02 h4.farm{
	margin: 8px 10px 5px 10px;
	border-bottom: #4E6C50 dotted 3px;
  }   
  
#cont02 h5{
	margin: 5px 15px 15px 15px;
	font-weight: bold;
	font-size:95%;
	  border-left: solid 4px #ccc;
  }
  
#cont02 h5.fee{
	margin-left:20px;
	padding-left:10px;
	border-left: solid 4px #ccc;
  }       
  
#cont02 p {
	margin:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
} 

#cont02 p.title_photo {
	margin:10px 10px 20px 10px;
	text-align: center;
}

#cont02 p.title_photo02 {
	margin:10px 10px 0 10px;
	text-align: center;
}  


#cont02 ol{
	font-size:90%;
	margin:10px;
	padding-left:30px;
	}

#cont02 .link {
	padding: 0 10px 0 15px;
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}

#cont02 .box {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
}


#cont02 dd p.link {
	font-size:100%;
	margin-left:0;	
} 




#cont02 table {
	margin: 0 0 10px 20px;
	font-size:90%;
	width:950px;

	}
	
#cont02 table caption {
	display:none;
}

#cont02 table caption.c_title {
	display:block;
	text-align:center;
    margin-bottom: 10px;
    border-bottom: 1px solid #0a355b;
    font-weight: bold;

}

#cont02 th {
	padding: 5px 15px;
	text-align: center;
	background: #fff6e8;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

	

#cont02 th.th_top {
	width:200px;
	text-align: center;
	}

#cont02 td {
	text-align: center;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	}




#cont03{
	margin-top:20px;

	}

#cont03 h2{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}
	
	
#cont03 h3{
	margin:0 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #4E6C50;
	line-height:1.2em;
  }	
  
#cont03 h3.yu{
	margin: 8px 10px 5px 10px;
	border-bottom: #4E6C50 dotted 3px;
	background:linear-gradient(transparent 60%, #fff6e8 60%);
	border-left: none;
	line-height:1em;
  }   
	
#cont03 h4{
	margin: 8px 15px 0 15px;
	font-weight: bold;
  } 	

#cont03 p {
	margin:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
}


#cont03 ul {
	margin: 1em 10px;
	padding: 0 10px;
	font-size:90%;
}

#cont03 ul li {
	padding: 0 10px 0 20px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}



#cont04{
	margin-top:20px;

	}
	
#cont04 h2{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}

#cont04 h3{
	margin:0 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #4E6C50;
	line-height:1.2em;
  }	
  

#cont04 p {
	margin:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
}


#cont04 ul {
	margin: 1em 10px;
	padding: 0 10px;
	font-size:90%;
}

#cont04 ul li {
	padding: 0 10px 0 20px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}


.facility dl  {
	margin:15px;
	padding: 5px 10px;
	font-size: 90%;
	text-align:left;
}

.facility dt  {
	font-weight: bold;
	margin-bottom:10px;
	float:left;
}

.facility dd  {
	margin-bottom:10px;
	margin-left:140px;
}

.facility dd.short  {
	margin-left:100px;
}

.facility p  {
	font-size:80%;
}


.facility02 dl  {
	margin:10px 5px 0 5px;
	padding: 5px 10px;
	font-size: 80%;
	text-align:left;
}

.facility02 dt  {
	font-weight: bold;
	margin-bottom:10px;
	float:left;
}

.facility02 dd  {
	margin-bottom:10px;
	margin-left:70px;
}

.facility p  {
	font-size:100%;
}

.googlemap  {
	width:100%;
	height:450px;
	border:0;
}


		

/* ------ facilities ------ */

#facilities{
	margin-top:20px;

	}


#facilities h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#060 solid 5px;
	border-bottom:#060 solid 1px;
}

#facilities h3{
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-left: solid 4px #ccc;
  line-height:1.2em;
  margin:10px auto 10px auto;
  }


#facilities h4 {
	font-size:100%;
	font-weight:bold;
	margin:10px 10px 0 10px;
}

#facilities h5 {
	font-size:80%;
	font-weight:bold;
	margin:5px 0 0 10px;
	text-align:left;
	padding:0;
}


#facilities p {
	padding:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
}

#facilities .box {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
}


#facilities .box p {
    margin: 0; 
    padding: 0;
}


/* ------ event ------ */
.google_c{
border:0;


}

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


/* ------ parking ------ */

#parking{
	margin-top:20px;

	}
	
#parking h3{
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-left: solid 4px #ccc;
  line-height:1.2em;
  margin:10px;
  }	

#parking h4 {
  width:95%;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-bottom: solid 2px #ccc;
  margin:10px auto 10px auto;
}

#parking h5 {
  font-weight: bold;
  padding: 2px 10px;
  text-decoration: none;
  border-left: solid 5px #ccc;
  margin:10px auto;
}

#parking  p {
	padding:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
}


#parking .box {
   position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
}



#parking ul {
	margin: 1em 0;
	padding: 0 10px 0 30px;
	list-style-type: disc;
	font-size:90%;
}

#parking ul li {
	margin-bottom:10px;
}



/* ------ info ------ */

#info {
	margin-top:20px;
	}


#info h2{
  	background-image: repeating-linear-gradient(90deg, #820000 0, #820000 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  font-weight:bold;
  padding:10px 5px;
  margin:20px 5px;
}


#info h3{
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-left: solid 4px #ccc;
  line-height:1.2em;
  margin:10px;
  }


#info h4 {
	font-size:95%;
	font-weight:bold;
	margin:20px 10px 0 10px;
}

#info h5 {
	font-size:90%;
	font-weight:bold;
	margin:10px 15px 0 15px;
	text-align:left;
	padding:0;
}


#info p {
	margin:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
}


#info ul {
	margin: 1em 10px;
	padding: 0 10px;
	font-size:90%;
}

#info ul li {
	padding: 0 10px 0 20px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}

#info ul ul{
	font-size:100%;
	padding:0;
	}

#info ol {
	margin: 1em 20px;
	padding: 0 10px;
	font-size:90%;
}

#info ol li {
	margin-bottom:10px;
}

#info table {
	margin: 0 0 30px 20px;
	font-size:80%;
	width:1000px;
	}
	
#info table caption {
	border-left:solid 5px #063;
    padding: 0 0 0 15px;
	margin-bottom:5px;
    font-weight: bold;
}	

#info th {
	padding:5px 10px;
	background: #eee;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align:center;
	}
	
#info th.th_top {
	border-left: 1px solid #c0c0c0;
	}	
	
#info td {
	text-align: center;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding:5px 10px;
	}

#info td.td_top {
	border-left: 1px solid #c0c0c0;
	}

/* ------ Page Top ------ */

.f_bottom {
	margin-top:80px;
	width:100%;
	height:50px;
	background:url(../images/facilities/bk_bottom.jpg) repeat-x;
	}		


#page-top {
	margin-top:30px;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
}

#page-top p {
	font-size: 80%;
	border-top: solid 1px #dedede;
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #000;
	border-top: solid 1px #e5e5e5;	
}

#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active,
#page-top a:focus{
	color:#FFF;
	background-color:#666;
}



/* ------ Footer ------ */

footer {
	margin:10px 0;

}

footer nav {
	margin: 10px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 85%;
	color:#36C;
}

footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color:#36C;
	text-decoration: none;
}

footer nav a:hover,
footer nav a:active {
	color:#666;
	text-decoration: none;
}

footer #lin {
    width: 100%;
    text-align: center;
	margin-top:10px;

}

footer #lin ul {
	margin:0 5px;

}


footer #lin li {
	display: inline;
	padding: 0 10px;
	font-size: 85%;
}


footer .intro  {
	border:#ccc solid 2px;
	width:calc(100% - 24px);
	text-align:center;
	float:none;
	padding:10px;
	margin:10px 0;
}


footer .intro h3  {
	font-size:85%;
	font-weight:bold;
	margin:5px 0;
	padding:0;
}

footer .intro p  {
	padding:3px;
	line-height:1.5em;
	font-size: 85%;
}



footer #copyright {
	width:100%;
}

footer #copyright p {
	font-size: 80%;
	text-align:center;
}




/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}
	


#top06 .bn_01 {
	width:48%;
	float:left;
	margin:0 auto;
		}	

#top06 .bn_02 {
	width:48%;
	float:right;
	margin:0 auto;
		}	

#top06 .bn_03 {
	width:48%;
	float:left;
	margin:5px auto 0;
		}
		
#top06 .bn_04 {
	width:48%;
	float:right;
	margin:5px auto 0;
		}	


}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
		margin-bottom:20px;
	}
	
	.col.left02,
	.col.right02 {
		float:left;
		margin-left:2%;
	}
	
	.col.left03,
	.col.right03 {
		float:right;
		margin-right:2%;
	}
	
	



	/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
		padding-bottom:0;
		margin-top:20px;
	}
	
	header .logo {
		margin: 0 auto;
		padding: 0;
		text-align:center;
		}
		
	header .logo img {
		width:80%;
		}	
		

	
	#nav{
		display:none;}
		
	.menu{
		display:none;}
		
	/* ------ top-head ------ */
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
		display:block;
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background:none;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 90%;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
		margin-top:20px;		
	}

	#gnav a {
		height: 25px;
		padding-top: 30px;
		font-size: 68%;
	}


	/* ------ slider ------ */
	
.slider {
  left: 0;
}

.slide {
  width: 96vw !important;
}




/* ------ News ------ */

#news_frame{
	width: 100%;
	}	
	
#news {
	width:100%;

}


#news dl  {
	margin: 0 10px 20px 10px;
}


#news dt,
#news dd {
		float:none;
		margin-left:0;
		margin-right:0;
	}

#news p {
	padding:20px 10px 20px 10px;
	line-height:1.5em;
}


	
.news {
		width:95%;
		margin:5px 0;
}
	

	
/* ------ top ------ */

#calendar{
	margin:20px 0 20px;
		}



#top02 p {
	padding:0 10px;
	line-height:1.5em;
}

#top02 h3 {
	font-size:90%;
	margin-bottom:5px;
}


.cate_01{
	width:46%;
	float:left;

}


.cate_02{
	width:46%;
	float:right;
	margin-right:2%;
}


.cate_03{
	clear:both;
	width:46%;
	float:left;
	margin-left:2%;
}


.cate_04{
	width:46%;
	float:right;

}


.cate_05{
		clear:both;
	width:46%;
	float:left;
	margin-left:2%;
	}

.cate_06{
	width:46%;
	float:right;
}


.cl_item{
	clear:none;
	
}

/* ------ TOP ------ */		


#top03 .kawaraban{
	border-radius:10px;
	margin: 0 5px;
	}	

#top03 .kawaraban ul {
  justify-content: center;
  align-items: center;
  flex-direction: column;
	
}

#top03 .kawaraban {
	margin-bottom:70px;
}



#top04 .company h2  {
	text-align:center;
}

#top04 .company h4  {
	margin-right:15px;
}

#top04 .company dt  {
	float:none;
	margin-bottom:0;
}


#top04 .company dd  {
	margin-left:0;
}

	

#top06 .bn_01 {
	width:90%;
	float:none;
	margin:0 auto;
		}	

#top06 .bn_02 {
	width:90%;
	float:none;
	margin:5px auto 0;
		}	

#top06 .bn_03 {
	width:90%;
	float:none;
	margin:5px auto 0;
		}
		
#top06 .bn_04 {
	width:90%;
	float:none;
	margin:5px auto 0;
		}	

/* ------ title ------ */

#title h1{
  font-size:120%;
}


#title p{
  font-size:120%;
}



/* ------ cont ------ */

#cont ol{
	padding-left:15px;

	}


.facility dl  {
	margin:10px;
}	
	
.facility dt  {
	float:none;
	font-weight: bold;
	margin-bottom:0;
}

.facility dd  {
	margin-bottom:10px;
	margin-left:0;
}

.facility dd.short  {
	margin-left:0;
}

/* ------ facilities ------ */


#facilities h3{
	font-size:90%;
  }

#facilities p {
	margin:0 10px;
	line-height:1.5em;
}

#facilities .box {
	width:90%;
	margin:0 auto;
	padding:5px 0;
}

/* ------ parking------ */


#parking h3{
	font-size:90%;
  }
  

#parking h4{
	width:85%;
  }
  

#parking p {
	margin:0 10px;
	line-height:1.5em;
}


#parking .box {
	width:90%;
	margin:0 auto;
	padding:5px 0;
}


	
/* ------ info ------ */




#info02 h3.guide_h3 {
	font-size:85%;
	margin:10px 5px 10px 10px;
	}
	
	
	
#info02 p {
	margin:10px;
	padding:0;
	line-height:1.5em;
	}
	
#info02 .facility h4 {
	margin-left:15px;
	font-size:95%;
	}	
	
#info02 .facility p {
	margin:0 20px;
	}	


#info ol {
	padding: 0 ;
	margin: 0 10px;
	}

#info ol li {
	padding:0;
	margin: 0 5px 5px 20px;
	line-height:1.5em;
	}	
	



	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}
	
	footer  #lin {
		margin-top: 15px;
		width:98%;
	}
	
	footer #lin li {
	display:block;
	margin:5px 0;
	}

	#copyright {
		margin-top: 20px;
	}


}
