/* [ layout.css ] 若戎丸 スタイルシート */


body,p,h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000;
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Roboto,"Droid Sans",sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

img{
	vertical-align: bottom;
}

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


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


#header{
	background-color: #fff;
	width: 100%;
}

#main{
	background-color: #fff;
	width: 100%;
}

div.box_blank{
	clear: both;
}

div.box_contents1{
	background-color: #fff;
}
div.box_contents2{
	background-color: #f3f3f3;
}

	a.button{

	}
		a:hover.button{
			opacity: 0.5;
		}


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


@keyframes fade_img_0 {
    0% { opacity: 0; }
    37% { opacity: 0; }
    47% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes fade_img_1 {
    0% { opacity: 1; }
    37% { opacity: 1; }
    47% { opacity: 0; }
    100% { opacity: 0; }
}


/* 画面サイズ ( S ) --------------------------------------------------------- */


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

	/* ---------------------------------------- */
	body{
		font-size: 13px;
		line-height: 22px;
	}
	/* ---------------------------------------- */
	#box_header{
		width: 100%;
		height: 166px;
	}
		h1{
			float: left;
			width: 125px;
			padding: 30px 0px 0px 25px;
		}
			#img_logo{
				width: 125px;
			}
		#top_menu{
			float: right;
			width: 100px;
			margin: 12px 20px 0px 0px;
		}
			img.img_menu_button{
				width: 100px;
				margin-top: 8px;
			}
	/* ---------------------------------------- */
	#box_imgs{
		background-image: url(image/bg_main_img.jpg);
		background-position: center;
		background-size: 190px 190px;
		width: 100%;
		height: 190px;
	}
		#box_img1{
			background-image: url(image/main_img1.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 380px 190px;
			width: 100%;
			height: 190px;
		}
		#box_img0{
			background-image: url(image/main_img0.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 380px 190px;
			width: 100%;
			height: 190px;
		}
		#box_img2{
			background-image: url(image/main_img5.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 380px 190px;
			width: 100%;
			height: 190px;
		}
		#box_img3{
			background-image: url(image/main_img6.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 380px 190px;
			width: 100%;
			height: 190px;
		}
	/* ---------------------------------------- */
	#box_welcome_bg{
		background-color: #fff;
		width: 320px;
		height: 150px;
		margin: 0px auto;
	}
		#box_welcome{
			background-image: url(image/bg_welcome_s.gif);
			background-position: -20px center;
			background-repeat: no-repeat;
			background-size: 225px 225px;
			width: 100%;
			height: 150px;
			text-align: right;
		}
			#text_welcome{
				display: inline-block;
				font-size: 13px;
				line-height: 13px;
				text-align: center;
				font-weight: bold;
				margin: 20px 10px 12px 0px;
				width: 210px;
			}
			#text_welcome_sub{
				display: inline-block;
				font-size: 12px;
				line-height: 17px;
				width: 170px;
				margin: 0px 30px 0px 0px;
				text-align: left;
			}
				span.fonttype2{
					font-size: 13px;
					line-height: 13px;
					vertical-align: 0px;
					font-weight: bold;
					color: #57842a;
				}
	/* ---------------------------------------- */
	h2{
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		height: 17px;
		padding: 4px 0px 0px 60px;
		border-bottom: 1px solid #aaa;
		margin-bottom: 12px;
		color: #9d0238;
	}
	div.box_contents1 h2{
		background-image: url(image/bg_h2_1.gif);
		background-size: 47px 21px;
		background-repeat: no-repeat;
	}
	div.box_contents2 h2{
		background-image: url(image/bg_h2_2.gif);
		background-size: 47px 21px;
		background-repeat: no-repeat;
	}
	/* ---------------------------------------- */
	div.box1{
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}
		div.box2_left{
			display: inline-block;
			width: 90%;
			padding-bottom: 15px;
			text-align: left;
		}
		div.box2_right{
			display: inline-block;
			width: 90%;
			padding: 0px;
			text-align: left;
		}
			span.fonttype1{
				font-size: 16px;
				line-height: 16px;
				font-weight: bold;
				vertical-align: -1px;
				color: #000;
			}
	/* ---------------------------------------- */
	#box3_img_zoom{
		width: 90%;
		margin: 0px auto 20px;
		background-color: #fff;
	}
		img.img_zoom_mr20{
			width: 32%;
			margin-right: 2%;
		}
		img.img_zoom_mr0{
			width: 32%;
		}
		a:hover.img_click{
			opacity: 0.70;
		}
	/* ---------------------------------------- */
	#img_wall{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		z-index: 2;
		visibility: hidden;
	}
		a#img_zoom{
			display: block;
			background-image: url(image/blank.gif);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 320px 240px;
			background-color: #fff;
			border: 1px solid #000;
			position: relative;
			top: 0px;
			left: 0px;
			height: 240px;
			width: 320px;
			padding: 5px;
		}
			span.icon_close{
				display: block;
				background-image: url(image/icon_close.gif);
				background-size: 60px 15px;
				background-position: center;
				background-repeat: no-repeat;
				background-color: #fff;
				width: 78px;
				height: 19px;
				border: 1px solid #000;
				opacity: 0.7;
				margin: 209px 0px 0px 120px;
			}
	/* ---------------------------------------- */
	div.box4{
		width: 90%;
		padding: 20px 0px;
		margin: 0px auto;
	}
		#box_googlemap{
			background-color: #fff;
			border: 1px solid #aaa;
			padding: 5px;
			height: 250px;
		}
	/* ---------------------------------------- */
	#footer{
		color: #ccc;
		width: 100%;
		padding: 20px 0px 30px;
	}
		#button_go_to_top{
			display: block;
			width: 40px;
			height: 40px;
			margin: 0px auto;
		}
			a:hover#button_go_to_top{
				opacity: 0.7;
			}
			#button_go_to_top_img{
				width: 40px;
			}
		#bottom_info{
			width: 90%;
			margin: 30px auto 0px;
			color: #ccc;
			font-size: 13px;
			line-height: 22px;
		}
			#stuff{
				display: inline-block;
				width: 100%;
				padding-bottom: 25px;
			}
			#contact{
				display: inline-block;
				width: 100%;
				padding-bottom: 0px;
			}
				#contact p{
					line-height: 26px;
				}
					img.tel_number{
						height: 17px;
						padding-top: 4px;
						vertical-align: -2px;
					}
		#bottom_menu{
			width: 90%;
			margin: 0px auto;
			padding: 60px 0px 20px;
			text-align: center;
		}
			#bottom_menu a{
				color: #ccc;
			}
			#bottom_menu1{
				display: none;
			}
			#bottom_menu2{
				display: inline-block;
			}
		#copyright{
			font-size: 10px;
			line-height: 10px;
			text-align: center;
		}
	/* ---------------------------------------- */
	h3{
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		padding-bottom: 6px;
		border-bottom: 1px solid #aaa;
		margin-bottom: 15px;
		color: #fff;
	}
	/* ---------------------------------------- */
	div#box_map1{
		display: none;
	}
	div#box_map2{
		background-color: #fff;
		border: 1px solid #aaa;
		padding: 5px 5px 0px 5px;
	}
		div#box_map2 img{
			width: 100%;
			border-bottom: 5px solid #fff;
		}
	/* ---------------------------------------- */
	div#box_caution{
		width: 100%;
		background-color: #9d0238;
		border-radius: 6px;
		padding: 6px 0px 5px;
		margin: 0px auto 15px;
		text-align: center;
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
		color: #fff;
	}
	/* ---------------------------------------- */
	table.table_toubanse{
		table-layout: fixed;
		width: 100%;
		background-color: #fff;
		border-collapse: collapse;
	}
		table.table_toubanse th{
			background-color: #fedd19;
			border: 1px solid #aaa;
			padding: 7px 0px 5px;
			font-size: 14px;
			line-height: 14px;
		}
		table.table_toubanse td{
			text-align: center;
			border: 1px solid #aaa;
			padding: 7px 5px 5px;
			font-size: 10px;
			line-height: 12px;
		}
		table.table_toubanse tr:nth-child(2n) td{
			background-color: #ffd;
			font-weight: bold;
			font-size: 16px;
			line-height: 16px;
			padding: 7px 0px 5px;
			color: #57842a;
		}
		table.table_toubanse th:nth-child(7n-6){
			color: #f00;
		}
		table.table_toubanse th:nth-child(7n){
			color: #00f;
		}
		td.reserved{
			background-color: #6ea30f;
			color: #fff;
		}
	/* ---------------------------------------- */
	div.box_space{
		height: 20px;
	}
	/* ---------------------------------------- */
	#main2{
		font-size: 12px;
		line-height: 20px;
	}
		h4{
			font-size: 14px;
			line-height: 18px;
			font-weight: bold;
			padding: 0px 0px 2px 2px;
			border-bottom: 1px solid #aaa;
			margin-bottom: 12px;
			color: #9d0238;
		}
		h5{
			font-size: 13px;
			line-height: 13px;
			font-weight: bold;
			margin-bottom: 8px;
			color: #000;
		}
	/* ---------------------------------------- */

}


/* 画面サイズ ( M ) --------------------------------------------------------- */


@media screen and (min-width: 560px) and (max-width: 949px){

	/* ---------------------------------------- */
	body{
		font-size: 15px;
		line-height: 26px;
	}
	/* ---------------------------------------- */
	#box_header{
		width: 100%;
		height: 124px;
	}
		h1{
			float: left;
			width: 160px;
			padding: 36px 0px 0px 40px;
		}
			img#img_logo{
				width: 160px;
			}
		#top_menu{
			float: right;
			width: 300px;
			margin: 26px 30px 0px 0px;
		}
			img.img_menu_button{
				width: 120px;
				margin: 0px 0px 10px 30px;
			}
	/* ---------------------------------------- */
	#box_imgs{
		background-image: url(image/bg_main_img.jpg);
		background-position: center;
		background-size: 380px 380px;
		width: 100%;
		height: 380px;
	}
		#box_img1{
			background-image: url(image/main_img1.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 760px 380px;
			width: 100%;
			height: 380px;
		}
		#box_img0{
			background-image: url(image/main_img0.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 760px 380px;
			width: 100%;
			height: 380px;
		}
		#box_img2{
			background-image: url(image/main_img5.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 760px 380px;
			width: 100%;
			height: 380px;
		}
		#box_img3{
			background-image: url(image/main_img6.jpg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 760px 380px;
			width: 100%;
			height: 380px;
		}
	/* ---------------------------------------- */
	#box_welcome_bg{
		background-color: #fff;
		width: 560px;
		height: 130px;
		margin: 0px auto;
	}
		#box_welcome{
			background-image: url(image/bg_welcome_s.gif);
			background-position: 0px center;
			background-repeat: no-repeat;
			background-size: 260px 260px;
			width: 100%;
			height: 130px;
			text-align: right;
		}
			#text_welcome{
				display: inline-block;
				font-size: 15px;
				line-height: 15px;
				text-align: center;
				font-weight: bold;
				margin: 24px 20px 12px 0px;
				width: 360px;
			}
			#text_welcome_sub{
				display: inline-block;
				font-size: 14px;
				line-height: 20px;
				width: 360px;
				margin: 0px 20px 0px 0px;
				text-align: left;
			}
				span.fonttype2{
					font-size: 15px;
					line-height: 15px;
					vertical-align: 0px;
					font-weight: bold;
					color: #57842a;
				}
	/* ---------------------------------------- */
	h2{
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		height: 19px;
		padding: 4px 0px 0px 65px;
		border-bottom: 1px solid #aaa;
		margin-bottom: 12px;
		color: #9d0238;
	}
	div.box_contents1 h2{
		background-image: url(image/bg_h2_1.gif);
		background-size: 51px 23px;
		background-repeat: no-repeat;
	}
	div.box_contents2 h2{
		background-image: url(image/bg_h2_2.gif);
		background-size: 51px 23px;
		background-repeat: no-repeat;
	}
	/* ---------------------------------------- */
	div.box1{
		width: 100%;
		padding: 25px 0px;
		text-align: center;
	}
		div.box2_left{
			display: inline-block;
			width: 90%;
			padding-bottom: 20px;
			text-align: left;
		}
		div.box2_right{
			display: inline-block;
			width: 90%;
			padding: 0px;
			text-align: left;
		}
			span.fonttype1{
				font-size: 18px;
				line-height: 18px;
				font-weight: bold;
				vertical-align: -1px;
				color: #000;
			}
	/* ---------------------------------------- */
	#box3_img_zoom{
		width: 90%;
		margin: 0px auto 20px;
		background-color: #fff;
	}
		img.img_zoom_mr20{
			width: 32%;
			margin-right: 2%;
		}
		img.img_zoom_mr0{
			width: 32%;
		}
		a:hover.img_click{
			opacity: 0.70;
		}
	/* ---------------------------------------- */
	#img_wall{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		z-index: 2;
		visibility: hidden;
	}
		a#img_zoom{
			display: block;
			background-image: url(image/blank.gif);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 400px 300px;
			background-color: #fff;
			border: 1px solid #000;
			position: relative;
			top: 0px;
			left: 0px;
			height: 300px;
			width: 400px;
			padding: 5px;
		}
			span.icon_close{
				display: block;
				background-image: url(image/icon_close.gif);
				background-size: 60px 15px;
				background-position: center;
				background-repeat: no-repeat;
				background-color: #fff;
				width: 78px;
				height: 19px;
				border: 1px solid #000;
				opacity: 0.7;
				margin: 269px 0px 0px 160px;
			}
	/* ---------------------------------------- */
	div.box4{
		width: 90%;
		padding: 20px 0px;
		margin: 0px auto;
	}
		#box_googlemap{
			background-color: #fff;
			border: 1px solid #aaa;
			padding: 5px;
			height: 270px;
		}
	/* ---------------------------------------- */
	#footer{
		color: #ccc;
		width: 100%;
		padding: 25px 0px 40px;
	}
		#button_go_to_top{
			display: block;
			width: 40px;
			height: 40px;
			margin: 0px auto;
		}
			a:hover#button_go_to_top{
				opacity: 0.7;
			}
			#button_go_to_top_img{
				width: 40px;
			}
		#bottom_info{
			width: 90%;
			margin: 30px auto 0px;
			color: #ccc;
			font-size: 14px;
			line-height: 24px;
		}
			#stuff{
				display: inline-block;
				width: 100%;
				padding-bottom: 25px;
			}
			#contact{
				display: inline-block;
				width: 100%;
				padding-bottom: 0px;
			}
				#contact p{
					line-height: 28px;
				}
					img.tel_number{
						height: 24px;
						padding-top: 4px;
						vertical-align: -4px;
					}
		#bottom_menu{
			width: 90%;
			margin: 0px auto;
			padding: 60px 0px 20px;
			text-align: center;
		}
			#bottom_menu a{
				color: #ccc;
			}
			#bottom_menu1{
				display: inline-block;
				visibility: visible;
			}
			#bottom_menu2{
				display: inline-block;
			}
		#copyright{
			font-size: 12px;
			line-height: 12px;
			text-align: center;
		}
	/* ---------------------------------------- */
	h3{
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		padding-bottom: 6px;
		border-bottom: 1px solid #aaa;
		margin-bottom: 15px;
		color: #fff;
	}
	/* ---------------------------------------- */
	div#box_map1{
		background-color: #fff;
		border: 1px solid #aaa;
		padding: 5px;
	}
	div#box_map2{
		display: none;
	}
	/* ---------------------------------------- */
	div#box_caution{
		width: 100%;
		background-color: #9d0238;
		border-radius: 6px;
		padding: 8px 0px 6px;
		margin: 0px auto 15px;
		text-align: center;
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		color: #fff;
	}
	/* ---------------------------------------- */
	table.table_toubanse{
		table-layout: fixed;
		width: 100%;
		background-color: #fff;
		border-collapse: collapse;
	}
		table.table_toubanse th{
			background-color: #fedd19;
			border: 1px solid #aaa;
			padding: 7px 0px 5px;
			font-size: 16px;
			line-height: 16px;
		}
		table.table_toubanse td{
			text-align: center;
			border: 1px solid #aaa;
			padding: 7px 5px 5px;
			font-size: 13px;
			line-height: 17px;
		}
		table.table_toubanse tr:nth-child(2n) td{
			background-color: #ffd;
			font-weight: bold;
			font-size: 16px;
			line-height: 16px;
			padding: 7px 0px 5px;
			color: #57842a;
		}
		table.table_toubanse th:nth-child(7n-6){
			color: #f00;
		}
		table.table_toubanse th:nth-child(7n){
			color: #00f;
		}
		td.reserved{
			background-color: #6ea30f;
			color: #fff;
		}
	/* ---------------------------------------- */
	div.box_space{
		height: 20px;
	}
	/* ---------------------------------------- */
	#main2{
		font-size: 13px;
		line-height: 20px;
	}
		h4{
			font-size: 15px;
			line-height: 19px;
			font-weight: bold;
			padding: 0px 0px 3px 3px;
			border-bottom: 1px solid #aaa;
			margin-bottom: 15px;
			color: #9d0238;
		}
		h5{
			font-size: 14px;
			line-height: 14px;
			font-weight: bold;
			margin-bottom: 10px;
			color: #000;
		}
	/* ---------------------------------------- */

}


/* 画面サイズ ( L ) --------------------------------------------------------- */


@media screen and (min-width: 950px){

	/* ---------------------------------------- */
	body{
		font-size: 15px;
		line-height: 26px;
	}
	/* ---------------------------------------- */
	#box_header{
		width: 1080px;
		height: 150px;
		margin: 0px auto;
	}
		h1{
			float: left;
			width: 250px;
			padding: 40px 0px 0px 40px;
		}
			img#img_logo{
				width: 250px;
			}
		#top_menu{
			float: right;
			width: 620px;
			margin: 82px 40px 0px 0px;
		}
			img.img_menu_button{
				width: 125px;
				margin-left: 30px;
			}
	/* ---------------------------------------- */
	#box_imgs{
		background-image: url(image/bg_main_img.jpg);
		background-position: center;
		width: 100%;
		height: 640px;
	}
		#box_img1{
			background-image: url(image/main_img1.jpg);
			background-position: center;
			background-repeat: no-repeat;
			width: 100%;
			height: 640px;
		}
		#box_img0{
			background-image: url(image/main_img0.jpg);
			background-position: center;
			background-repeat: no-repeat;
			width: 100%;
			height: 640px;
		}
		#box_img2{
			background-image: url(image/main_img5.jpg);
			background-position: center;
			background-repeat: no-repeat;
			width: 100%;
			height: 640px;
		}
		#box_img3{
			background-image: url(image/main_img6.jpg);
			background-position: center;
			background-repeat: no-repeat;
			width: 100%;
			height: 640px;
		}
	/* ---------------------------------------- */
	#box_welcome_bg{
		background-image: url(image/bg_welcome_bg.gif);
		height: 240px;
	}
		#box_welcome{
			background-image: url(image/bg_welcome.gif);
			background-position: center;
			background-repeat: no-repeat;
			width: 580px;
			height: 190px;
			padding: 50px 50px 0px 450px;
			margin: 0px auto;
		}
			#text_welcome{
				display: inline-block;
				font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;
				font-size: 26px;
				line-height: 26px;
				text-align: center;
				font-weight: bold;
				padding: 0px 0px 82px;
				width: 580px;
			}
			#text_welcome_sub{
				display: inline-block;
				font-size: 16px;
				line-height: 26px;
				width: 580px;
			}
				span.fonttype2{
					font-size: 18px;
					line-height: 18px;
					vertical-align: 2px;
					font-weight: bold;
					color: #57842a;
					font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;
				}
	/* ---------------------------------------- */
	h2{
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		height: 24px;
		padding: 11px 0px 0px 90px;
		border-bottom: 1px solid #aaa;
		margin-bottom: 15px;
		color: #9d0238;
	}
	div.box_contents1 h2{
		background-image: url(image/bg_h2_1.gif);
		background-repeat: no-repeat;
	}
	div.box_contents2 h2{
		background-image: url(image/bg_h2_2.gif);
		background-repeat: no-repeat;
	}
	/* ---------------------------------------- */
	div.box1{
		width: 1000px;
		padding: 40px;
		margin: 0px auto;
	}
		div.box2_left{
			display: inline-block;
			width: 485px;
			padding-right: 15px;
			text-align: left;
			vertical-align: top;
		}
		div.box2_right{
			display: inline-block;
			width: 485px;
			padding-left: 15px;
			text-align: left;
		}
			span.fonttype1{
				font-family: "Arial Black",Verdana,sans-serif;
				font-size: 20px;
				line-height: 20px;
				vertical-align: -2px;
				color: #000;
			}
	/* ---------------------------------------- */
	#box3_img_zoom{
		margin-bottom: 30px;
	}
		img.img_zoom_mr20{
			margin-right: 20px;
		}
		a:hover.img_click{
			opacity: 0.70;
		}
	/* ---------------------------------------- */
	#img_wall{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		z-index: 2;
		visibility: hidden;
	}
		a#img_zoom{
			display: block;
			background-image: url(image/blank.gif);
			background-position: center;
			background-repeat: no-repeat;
			background-color: #fff;
			border: 1px solid #000;
			position: relative;
			top: 0px;
			left: 0px;
			height: 600px;
			width: 800px;
			padding: 5px;
		}
			span.icon_close{
				display: block;
				background-image: url(image/icon_close.gif);
				background-size: 80px 20px;
				background-position: center;
				background-repeat: no-repeat;
				background-color: #fff;
				width: 100px;
				height: 30px;
				border: 1px solid #000;
				opacity: 0.7;
				margin: 558px 0px 0px 688px;
			}
	/* ---------------------------------------- */
	div.box4{
		width: 1000px;
		padding: 40px;
		margin: 0px auto;
	}
		#box_googlemap{
			background-color: #fff;
			border: 1px solid #aaa;
			padding: 5px;
			height: 500px;
		}
	/* ---------------------------------------- */
	#footer{
		color: #ccc;
		width: 1000px;
		margin: 0px auto;
		padding: 30px 40px 60px;
	}
		#button_go_to_top{
			display: block;
			width: 50px;
			height: 50px;
			margin: 0px auto;
		}
			a:hover#button_go_to_top{
				opacity: 0.7;
			}
			#button_go_to_top_img{
				width: 50px;
			}
		#bottom_info{
			width: 1000px;
			margin: 40px 0px;
			color: #ccc;
			font-size: 15px;
			line-height: 26px;
		}
			#stuff{
				display: inline-block;
				width: 485px;
				padding: 0px 30px 0px 0px;
				vertical-align: top;
			}
			#contact{
				display: inline-block;
				width: 485px;
				padding: 0px;
				vertical-align: top;
			}
				#contact p{
					line-height: 36px;
				}
					img.tel_number{
						height: 30px;
						padding-top: 4px;
						vertical-align: -4px;
					}
		#bottom_menu{
			width: 1000px;
			margin: 0px auto;
			padding: 20px 0px;
			text-align: center;
		}
			#bottom_menu a{
				color: #ccc;
			}
			#bottom_menu1{
				display: inline-block;
			}
			#bottom_menu2{
				display: inline-block;
			}
		#copyright{
			font-size: 12px;
			line-height: 12px;
			text-align: center;
		}
	/* ---------------------------------------- */
	h3{
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		padding-bottom: 6px;
		border-bottom: 1px solid #aaa;
		margin-bottom: 15px;
		color: #fff;
	}
	/* ---------------------------------------- */
	div#box_map1{
		background-color: #fff;
		border: 1px solid #aaa;
		padding: 5px;
	}
	div#box_map2{
		display: none;
	}
	/* ---------------------------------------- */
	div#box_caution{
		width: 100%;
		background-color: #9d0238;
		border-radius: 8px;
		padding: 10px 0px 8px;
		margin: 0px auto 40px;
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		color: #fff;
	}
	/* ---------------------------------------- */
	table.table_toubanse{
		table-layout: fixed;
		width: 100%;
		background-color: #fff;
		border-collapse: collapse;
	}
		table.table_toubanse th{
			background-color: #fedd19;
			border: 1px solid #aaa;
			padding: 7px 5px 5px;
			font-size: 18px;
			line-height: 18px;
		}
		table.table_toubanse td{
			text-align: center;
			border: 1px solid #aaa;
			padding: 7px 5px 5px;
			font-size: 15px;
			line-height: 26px;
		}
		table.table_toubanse tr:nth-child(2n) td{
			background-color: #ffd;
			font-family: "Arial Black",Verdana,sans-serif;
			font-size: 20px;
			line-height: 20px;
			padding: 5px;
			color: #57842a;
		}
		table.table_toubanse th:nth-child(7n-6){
			color: #f00;
		}
		table.table_toubanse th:nth-child(7n){
			color: #00f;
		}
		td.reserved{
			background-color: #6ea30f;
			color: #fff;
		}
	/* ---------------------------------------- */
	div.box_space{
		height: 40px;
	}
	/* ---------------------------------------- */
	#main2{
		font-size: 14px;
		line-height: 26px;
	}
		h4{
			font-size: 20px;
			line-height: 24px;
			font-weight: bold;
			padding: 0px 0px 5px 5px;
			border-bottom: 1px solid #aaa;
			margin-bottom: 15px;
			color: #9d0238;
		}
		h5{
			font-size: 18px;
			line-height: 18px;
			font-weight: bold;
			margin-bottom: 10px;
			color: #000;
		}
	/* ---------------------------------------- */

}

#kiyaku {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    border: 1px dotted white;
}
