@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

.text_bold{
	font-weight:bold;
}
.text_red{
	color:#F00;
}
.text_blue{
	color:#009;
}
.text_underline{
	text-decoration:underline;
}
.text_11{
	font-size:1.1em;
}

}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	text-align:center;
}
/*logoの設定*/
header h1 {
	margin:0 auto 5px auto;
	padding:15px 5px 7px 5px;
	width:90%;
	font-size:11px;
	font-weight:normal;
}
header div {
	margin:0 auto;
	padding:5px;
	width:90%;
    text-align: center;
}
header div img {
	width:100%;
	max-width:280px;
}
/*s_navの設定*/
header {
	/*#s_navのセンタリングに必要*/
	position:relative;
	overflow:hidden;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
#nav_s {
	margin:10px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav_s ul li {
  text-align: center;
  padding:3px 0px;
  float: left;
  width: 33%;
  /*border-top: 1px solid #000;
  border-bottom: 1px solid #000;*/
  background-color:#FFF;
}

/*css3 liの偶数指定*/
#nav_s ul li:nth-child(odd) {
  width: 32%;
  /*border-right: 1px dotted #000;*/
}

#nav_s ul li a{
  display: block;
  width: 100%;
}

#nav_s table {
	width:100%;
	margin-top:3px;
}

#nav_s table td {
	text-align:center;
	padding:2px 0px;
}

#nav{
	display:none;
}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
  background: url(../images/bg_footer.png) no-repeat bottom;
  background-size:50px;
  padding-bottom: 90px;
}
div#contents p {
  font-size: 0.9em; line-height:130%;
}

#kosaru_left{
	margin:50px 0px 20px 0px;
}

#kosaru_left img{
	width:98%;
}

#kosaru_right{
	display:none;
}

#kanrisha_sp img{
	width:98%; margin:0px 0px 20px 0px;
}

.icon_reserved{
	padding:2px 5px;
	font-size:12px;
	background-color:#22AC38;
	color:#FFF;
}

.icon_kosaru01{
	padding:2px 5px;
	font-size:12px;
	background-color:#F00;
	color:#FFF;
}
					
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
	text-align: center;
  border-top: 10px solid #000;
}
footer div {
  margin: 20px 0 0 20px;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}

#footer_link_01{
	display:none;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
/*logoの設定*/
header{
	margin-bottom:10px;
	border-bottom: 3px double #000;
}
header h1 {
	margin:0px auto 5px auto;
}
    
header p {
    text-align: left;
}

#kosaru_left{
	display:none;
}

#kosaru_right{
	display:block;
}

#nav_s{
	display:none;
}

#nav{
	display:block;
}

  nav {
	width:100%;
    margin: 10px auto 5px auto;
	float:center;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 12%;
    border-bottom: none;
    /*border-right: 1px dotted #000;*/
  }
  nav ul li:nth-child(odd) {
    width: 13%;
    border-bottom: none;
  }
  nav ul li a{
    display: block;
  }
  
#footer_link_01{
	display:block;
}

#footer_link_02{
	display:none;
}

  
}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
	/* header */
	header {
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	header h1 {
		text-align:left;
		padding:40px 0px 0px 0px;
		margin:0px 0px 0px 320px;
		width:290px;
	}
	
	#header_img {
		width:280px; height:33px;
		margin:-30px 0px 0px 10px;
	}
	
	nav {
		width:100%;
		margin: 10px auto 5px auto;
		float:left;
	}
	nav ul{
		margin-left: auto;
		margin-right: auto;
	}
		
	div#contents {
		max-width: 960px;
		margin: 0 auto;
	}
	div#contents section#news {
		width: 49%;
		float: left;
	}
	div#contents section#reserve {
		width: 49%;
		float: right;
	}
	
	div#contents section#schedule {
		width: 49%;
		float: right;
	}
	
	div#contents section#information {
		width: 49%;
		float: left;
	}
	
	div#contents section#left_box {
		width: 49%;
		float: left;
	}
	
	div#contents section#right_box {
		width: 49%;
		float: right;
	}
		
	footer {
		text-align: center;
	}

}