/****************************************
	共通
****************************************/

html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

ul, ol, li {
  list-style:none;
}

table{
  border-collapse:collapse;
  border-spacing:0;
  border:none;
}

a {
	text-decoration:none;
	color:#808080;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}
.clearfix {
	clear: both;
}

/****************************************
	html
****************************************/
html {
	min-height: 100%;
	position: relative;
}

/****************************************
	body
****************************************/
body {
	font-family: Verdana,Roboto,Droid Sans,メイリオ,Meiryo,ＭＳ Ｐゴシック,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic ProN,sans-serif;
}
/****************************************
	wrapper
****************************************/
#wrapper {
	position:relative;
	width:100%;
	min-height: 100%;
	max-width:2000px;
	margin:0px auto;
	overflow:hidden;
}

/****************************************
	h2, h3
****************************************/
h2 {
	width:80%;
	margin:20px auto;
	box-sizing:border-box;
	font-size:36px;
	text-align:center;
}

/****************************************
	header
****************************************/
#header {
	width:100%;
	background:#ffffff;
	height:73px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	box-sizing:border-box;
	border-bottom:1px solid #c0c0c0;
}

#header #header_content {
	position:relative;
	width:100%;
	max-width:900px;
	padding-top:10px;
	margin:0px auto;
}

#header #header_content h1 {
	width:200px;
	float:left;
}

#header #header_content #header_menu {
	position:absolute;
	top:30px;
	right:5px;
	color:#ccc;
	cursor:pointer;
}

#header #header_content img#heder_logo {
	width:100%;
}

/****************************************
	global_menu
****************************************/

#global_menu {
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(51,51,51,1.0);
	height:100%;
	width:100%;
	display:none;
	z-index:9999;
	overflow:auto;
}

#global_menu #close {
	color:#ffffff;
	font-weight:bold;
	font-size:36px;
	text-align:right;
	padding:5px 10px 5px 0px;
}

#global_menu #close #closeBtn {
	cursor:pointer;
}

#global_menu #global_logo {
	text-align:center;
	padding:10px;
}

#global_menu #global_logo img {
	width:100px;
}

#global_menu ul li {
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a;
	width:100%;
	padding:10px 0px;
	cursor:pointer;
	text-align:center;
}

#global_menu ul li:hover {
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d;
	background:#1a1a1a;
}

#global_menu ul li a {
	display:block;
}

#global_menu ul li a:link,
#global_menu ul li a:visited,
#global_menu ul li a:active,
#global_menu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/****************************************
	main_content
****************************************/
#main_content, .sub_content {
	width:100%;
	/*margin-top:73px;*/
}

#main_content #main_img {
	font-size:0px;
}

#main_content #main_img .top_img {
	width:100%;
}

#main_content #main_img .top_img:hover {
	opacity:0.5;
}

#main_content #main_menu {
	width:100%;
	max-width:900px;
	margin:0px auto;
	padding:20px 0px;
}

#main_content #main_menu ul li {
	display:inline-block;
	width:49%;
	box-sizing:border-box;
	text-align:center;
	margin:10px 0px 0px;
	border-left:1px solid #c0c0c0;
}

#main_content #main_menu ul li:last-child {
	border-right:1px solid #c0c0c0;
}

/****************************************
	main_content main_container
****************************************/
#main_content #main_container {
	width:100%;
	max-width:900px;
	margin:0px auto;
	padding:10px 5px;
}

#main_content #main_container #main_fb {
	width:100%;
	text-align:center;
	box-sizing:border-box;
	margin:10px auto;
}

#main_content #main_container #main_mb_fb {
	display:none;
}

#main_content #main_container #main_rinen {
	width:100%;
	box-sizing:border-box;
	margin:10px auto;
	padding:10px 2%;
}


/****************************************
	sub_content
****************************************/

.sub_content ._img img {
	width:100%;
}

/****************************************
	sub_content about
****************************************/

.sub_content #about1,
.sub_content #about2,
.sub_content #about3 {
	margin-top:-73px;
	padding-top:73px;
}

.sub_content .about_table {
	width:100%;
	max-width:900px;
	margin:0px auto;
	padding:10px 5px;
}

.sub_content .about_table table {
	border-top:1px dashed #c0c0c0;
	border-bottom:1px dashed #c0c0c0;
}

.sub_content .about_table table tr td.c1 {
	width:40%;
	padding:20px 0px;
	text-align:center;
}

.sub_content .about_table table tr td.c1 img {
	width:80%;
}

.sub_content .about_table table tr td.c2 {
	width:60%;
	padding:20px 0px;
	box-sizing:border-box;
}

/****************************************
	sub_content menu
****************************************/
.sub_content #menu_box {
	width:100%;
	max-width:900px;
	margin:20px auto;
	padding:20px;
	box-sizing:border-box;
	border:10px double #000;
}



/****************************************
	sub_content info
****************************************/
.sub_content #info_box {
	width:100%;
	max-width:900px;
	margin:20px auto;
	padding:20px 0px;
	text-align:center;
}

.sub_content #info_box #info_rinen {
	width:98%;
	text-align:left;
}
.sub_content #info_box #info_map {
	width:98%;
}

.sub_content #info_box #info_map iframe {
	width:100%;
	height:300px;
}

/****************************************
	footer
****************************************/
#footer{
	width:100%;
	color:#777;
}

#footer #footer_reserve {
	border-top:4px double #c0c0c0;
	border-bottom:4px double #c0c0c0;
	padding:5px 2px;
	text-align:center;
}

#footer #footer_content {
	display:table;
	width:100%;
	max-width:900px;
	box-sizing:border-box;
	padding:5px 0px;
	margin:0px auto;
}

#footer #footer_content #footer_info {
	display:table-cell;
	width:50%;
	font-size:12px;
	text-align:center;
}

#footer #footer_content #footer_info #footer_logo {
	width:100px;
}

#footer #footer_content #footer_map {
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:middle;
}

#footer #footer_copyright {
	width:100%;
	font-size:10px;
	text-align:center;
	padding:10px 0px;
}
/****************************************
	レスポンシブ
****************************************/
@media screen and (max-width:768px){

	#main_content #main_menu ul li {
		display:block;
		width:80%;
		margin:5px auto;
		padding-left:15px;
		text-align:left;
		border-left:10px solid #c0c0c0;
	}

	#main_content #main_menu ul li:last-child {
		border-right:none
	}
	
	#footer #footer_content #footer_info {
		float:none;
		width:auto;
		margin:0px auto 20px;
	}

	#footer #footer_content #footer_info #footer_logo {
		width:100px;
	}

	#footer #footer_content #footer_reserve {
		float:none;
		width:auto;
		margin:0px auto 20px;
	}

	#main_content #main_container #main_fb {
		display:none;
	}

	#main_content #main_container #main_mb_fb {
		display:block;
		width:100%;
		text-align:center;
		box-sizing:border-box;
		margin:10px auto;
	}

}


@media screen and (max-width:468px){
	#header {
		height:auto;
	}
	
	#header #header_content {
		padding-top:0px;
	}

	#header #header_content h1 {
		width:70%;
		float:none;
	}
	
	#header #header_content #header_menu {
		top:0px;
		right:0px;
	}


	#header #header_content img#heder_logo {
		width:100%;
	}


	.sub_content .about_table table tr td.c1 {
		display:block;
		width:100%;
		padding:5px 0px;
	}

	.sub_content .about_table table tr td.c1 img {
		width:80%;
	}

	.sub_content .about_table table tr td.c2 {
		display:block;
		width:100%;
		padding:5px 5%;
	}

	.sub_content #menu_box {
		width:98%;
		margin:20px auto;
		padding:7px;
	}

	.sub_content #info_box #info_table table tr td.c1 {
		display:block;
		width:100%;
	}

	.sub_content #info_box #info_table table tr td.c2 {
		display:block;
		width:95%;
	}

	#footer #footer_content {
		display:block;
		width:100%;
	}
	
	#footer #footer_content #footer_info,
	#footer #footer_content #footer_reserve,
	#footer #footer_content #footer_fb {
		display:block;
		width:100%;
		margin:7px 0px;
	}

}
