@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;
}


/* ------ 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;
	border-top:solid 5px #004097;
	border-bottom:solid 5px #004097;
	
}


.cl {
	clear:both;
}


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


a:link {

}

a:visited {

}

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

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


}

a:focus{
	

}



/*-----------------------------------------------------	*/
/*	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;
}

.text-right {
	text-align:  right;

}

.red{
	color:#C00;
}

.bo{
	font-weight:bold;
	}

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

.url{
	clear:both;
	font-size:90%;
	padding:5px 0 5px 30px;
	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:#EAF4FF;
	color: #000;
	border-radius: 4px;
	padding: 0 4px;
	margin: 0 4px;
	border: 1px solid #6CF;
	vertical-align: text-bottom;
	word-wrap: break-word;

}



#container {
	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%;}

.f_right{
	float: right;
}

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

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

header .row {
	position: relative;
}

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


header .logo {

	margin:20px 0 10px 0;
}

header .logo img {
	padding:0;
	margin:0;
	
}

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

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


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

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


#cse-search-box .search-botton {
	padding:2px 3px;
	background:#004097;
	border:#004097 1px solid;
	color:#FFF;
	font-size:90%;
	font-weight:bold;
	height:30px;
}

.gsc-orderby-container {
    text-align: right !important;
    background: transparent;
	border:none !important;
}


.gsc-result-info-container {
    text-align: left !important;
	border:none !important;
}

#nav {
	text-align:center;
	width: 100%;
	margin:0;
	padding:0;
	color:#000;
	}

#nav li {
	display: inline-block;
	width:18%;
	padding: 10px 0;
	vertical-align:middle;
	border-left: dotted 1px #ddd;
	font-size: 75%;
	line-height:1.5em;
}

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

#nav li.kodera {
	padding: 0  ;
}

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

#nav a:hover,
#nav a:active{
	text-decoration:underline;
	color:#004097;
}

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

}

.menu {
	padding:0;
	margin-bottom:0;
}


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

	
#nav .sub {
	clear:both;
	font-size:60%;
	color:#004097;
}

.yumesaki_main{
	width:100%;
	height:200px;
	background:url(../images/yumesaki/top-yumesaki.jpg) no-repeat bottom center;
	margin:0 auto;
	}

.kodera_g_main{
	width:100%;
	height:200px;
	background:url(../images/kodera_g/top-kodera_g.jpg) no-repeat bottom center;
	margin:0 auto;
	}
	
.kodera_b_main{
	width:100%;
	height:200px;
	background:url(../images/kodera_b/top-kodera_b.jpg) no-repeat bottom center;
	margin:0 auto;
	}
	
.yasutomi_main{
	width:100%;
	height:200px;
	background:url(../images/yasutomi/top-yasutomi.jpg) no-repeat bottom center;
	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;
}

.skip_sub {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}

.skip_sub a {
	background-color: #fff;
	height: 0 ;
	width: 0 ;
	font-size: 0.1% ;
	line-height: 0.1;
	position: absolute ;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 4px 0 ;
	overflow: hidden;
}

.skip_sub a:active, .skip_sub a:focus {
	display: block ;
	height: auto ;
	width: 100% ;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}



/* ------ 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;
  }

.custom-auto {
	position:absolute;
	bottom:100px;
	left:75%;
	margin:0 10px;
	border:#999 solid 1px;
	padding:5px 5px 3px 5px;
	text-align:right;
}



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

#top{
	margin-top:20px;

	}

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

#calendar h3{
	font-size:95%;
		}

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

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


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

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

#news h2 {
	background:url(../images/top/news_mark.png) no-repeat  ;
	padding:5px 5px 5px 45px;
	border-bottom:#004097 solid 2px;
	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;
		}

/* ------ banner ------ */

#banner{
	margin-top:20px;
	}

#banner .btn
 {
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 100vh;
  border: #FC3 solid 2px;
  margin:10px auto;
  width:60%;
}

#banner .btn:hover,
#banner .btn:active,
#banner .btn:focus
 {
	background: #FFC;

	
}

		
/* ------ TOP02 ------ */		


#top02{
	margin-top:20px;
	}
	
	

	
.category{
	margin-top:20px;
	padding:20px 0;
	background: #EAF7FF;

	}


#about {
	width: 100%;
	margin:0 auto 20px auto;
	padding-bottom:0;
	clear:both;
}


#about h2 {
	background:url(../images/top/about_mark.png) no-repeat    ;
	padding:5px 5px 5px 45px;
	margin-bottom:10px;
	border-bottom:#004097 solid 2px;
	font-weight:bold;
}	

#about p {
	line-height:2;
	font-size:88%;

}	


#top02 h3{
	margin:10px 0;
	font-size:95%;
	line-height:1.2em;
	}


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

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

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


.cate a{
	display:inline-block;
}

.cate img{
	width:100%;
}


.cl_item{
	clear:both;
	
}


.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;
}


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


#top03{
	margin-top:20px;
	}

#top03 h4  {
	background:	url(../images/top/facilities_bird.jpg) no-repeat;
	padding:10px 5px 3px 45px;
	border-bottom:#005dae solid 2px;
	font-weight:bold;
	margin-bottom:10px;	
}

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

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

}

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


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



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

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

#top03 .company dd  {
	margin-bottom:8px;
	margin-left:130px;
}



#top03 .bn01 {
	text-align:right;
}

#top03 .bn02 {
	text-align:left;
}


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

#title {
  border-top: solid 5px #004097;
    background: url(../images/info/title_bg.jpg) repeat #004097;/*背景色*/
}

#title h1{
  font-weight:bold;
  font-size:130%;
  text-align:center;
  padding: 20px 10px;/*文字周りの余白*/
  color:#FFF;
}

#title p{
  font-weight:bold;
  font-size:130%;
  text-align:center;
  padding: 20px 10px;/*文字周りの余白*/
  color:#FFF;  
}

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

#topicpath{
	margin-top:20px;

	}

.topicpath{
	font-size:90%;
}

.topicpath ol{
	margin: 0 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{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#004097 solid 5px;
	border-bottom:#004097 solid 1px;
}


#cont h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#004097 solid 5px;
	border-bottom:#004097 solid 1px;
	}
	
#cont h3{
	margin:10px 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #ccc;
	line-height:1.2em;
  }	
  
#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: 1em 0;
    padding: 1em 1em 1em 1em;
}


#cont table {
	width:725px;
	margin: 0 10px 30px 10px;
	font-size:85%;
	}

#cont th {
	padding: 5px 15px;
	background: #c7eeff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	width:180px;
	}
	
#cont th.time{
	border-top: 1px solid #000;
	}
	
#cont th.room{
	border-left: 1px solid #000;
	}
	
#cont th.title{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}					
	

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

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

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

#cont02{
	margin-top:20px;

	}

#cont02 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;
	}

#cont02 h3{
	margin:10px 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #ccc;
	line-height:1.2em;
  }
  
#cont02 h4{
	margin: 8px 15px 0 15px;
	font-weight: bold;
  } 
  
#cont02 h5{
	margin: 8px 15px 0 15px;
	font-weight: bold;
	font-size:90%;
  }   
  
#cont02 p {
	margin:0 10px;
	font-size:90%;
	line-height:1.8em;
	text-align:left;
} 


#cont02 table.bus {
	margin: 10px;
	font-size:85%;
	text-align:center;
	}

#cont02 table.bus th {
	padding: 5px 15px;
	background: #c7eeff;
	border: 1px solid #000;
	width:130px;
	text-align:center;
	}

#cont02 table.bus td {
	padding: 5px 15px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;

	}



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


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


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


#cont03{
	margin-top:20px;

	}

#cont03 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;
	}
	
#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;
}


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

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




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

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

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

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

.googlemap  {
	width:100%;
	height:300px;
	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:#6CF solid 5px;
	border-bottom:#6CF 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:95%;
	font-weight:bold;
	margin:10px 10px 0 0;
}

#facilities .food {
	border:#69F 3px dotted; 
	padding:0 10px 5px;
	}

#facilities h4 span{
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	padding: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;
    padding: 1em 1em 1em 1em;
}


#facilities ol {
	font-size:90%;
	padding-left:30px;
	line-height:1.2;
	margin-top:0;
}


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


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

#facilities .box  dt  {
	font-weight: bold;
	margin-bottom:0;
}

#facilities .box  dd  {
	margin-bottom:8px;
}



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


#facilities .btn_top{
	margin:10px auto;
	padding:0;
	width:300px;
}


#facilities .square_btn_sh {
  display: inline-block;
  background-color: #eee;
  border: #ccc solid 2px;
  color: #000;
  text-align:center;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  width:90%;
 
}


#facilities .square_btn_sh:active,
#facilities .square_btn_sh:hover,
#facilities .square_btn_sh:focus{
	color:#fff;
	background:#39C;
	font-weight:bold;
}



/* ------ 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{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#004097 solid 5px;
	border-bottom:#004097 solid 1px;
}

#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 20px;
}

#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;
}


#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:90%;
	width:750px;
	}
	
#info table caption {
	display:none;
}

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

}

#info th {
	padding: 5px 15px;
	text-align: left;
	background: #daeaff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
#info th.age {
	width:70px;
	text-align: center;
	}	
	

#info th.th_top {
	width:250px;
	text-align: center;
	}

#info td {
	text-align: center;
	border-right: 1px solid #c0c0c0;
	border-bottom: 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:97%;
	text-align:center;
	padding:10px;
	margin:10px auto;

}


footer .intro h4  {
	font-size:90%;
	font-weight:bold;
	margin:0;
	padding:0;
}

footer .intro p  {
	padding:0 3px 5px;
	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;
	}
	


}



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

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

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

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.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:0;
	}

	header .col:first-child {
		
	}


	
	header .logo {
		margin: 15px auto 0;
		padding: 0 10px;
		text-align:left;
		clear:both;
		}
		
	header .logo img {

		}	
		

	#cse-search-box {
	margin:0 auto ;
}

	#nav{
		display:none;}
		
	.menu{
		display:none;}
		

	
.yumesaki_main{
	background-position:center;
	height:150px;
	}

.kodera_g_main{
	background-position:center;
	height:150px;
	}
	
.kodera_b_main{
	background-position:center;
	height:150px;
	}
	
.yasutomi_main{
	background-position:center;
	height:150px;
	}		




		
	/* ------ 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: 95%;
        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: 95%;;
	margin:0 auto;
	}
	
	
#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;
}


#about {
	width:95%;

}



.cl_item{
	clear:none;
	
}


#top03 .bn01 {
	text-align:center;
	margin-bottom:10px;
}

#top03 .bn02 {
	text-align:center;
}

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

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

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


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

.cate img{
	width:95%;
}


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


.topicpath{
	font-size:75%;
}

/* ------ 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;
}

/* ------ 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;
}


#facilities .btn_top{
	width:90%;
}

/* ------ 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;
	}

	footer .intro{
		width:90%;
		font-size:90%;
		margin:10px auto !important;
			}

	#copyright {
		margin-top: 20px;

	}


}
