@charset "utf-8";
/****************************************
          General Setting
*****************************************/
/* html {overflow-y: scroll;} */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;}

body {font-size:13px;
	margin:0;
	font-family:"メイリオ",Meiryo, Osaka, "MS Pゴシック","MS PGothic",sans-serif;
	*font-size:small;*font:x-small;
	line-height:2.2em;
	color:#2c2c2c;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-position:center -80px;
	background-color:#cddff0;
}
html>/**/body {
	font-size: 13px;
	padding-top: 170px;
}
@media screen and (max-width: 768px){
	html>/**/body {
		padding-top: 100px;
	}
}
* + html body {
	font-family: "メイリオ","Meiryo";
}
a img  {border:none;}
table {border-collapse: collapse;}

/* floatを解除する clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/****************************************
          Layout
*****************************************/
.headerBlock div {
	line-height: 1;
}
.headerBlock,
footer,
.navBox{
	-webkit-text-size-adjust: 100% !important;
    font-family: 'Noto Serif JP',serif !important;
}
footer div {
	line-height: 1;
}
.flexTd{
	width:410px;
}
.pageTop a{
	line-height: 1;
}
p:not(.headerBlock p){
	margin-top:20px;
}
p.logoBox,
p.pageTop{
	margin-top:0 !important;
}
#wrapper {
	margin:0 auto 100px auto;
	padding:20px 70px 50px 70px;
	box-sizing: border-box;
	overflow:auto;
	overflow: hidden;
	width:100%;
	max-width:1050px;
	background-color:#ffffff;
	box-shadow: 0px 0px 5px lightgray;
	border-top:5px solid #005ab0;
	border-bottom:5px solid #005ab0;
}
#wrapper img{
	width: 100%;
    height: auto;
}
.mfp-content .reservationBox__inner__wrap .navBox ul li a .txtBox h4 {
    line-height: 1;
}
.mfp-content .reservationBox__inner__wrap .navBox ul li a .txtBox {
    line-height: 1;
}
footer .footerBlock__copyright {
    margin-top: 58px !important;
}
footer .footerBlock__left .subNavBox ul {
    margin-top: -1px;
}
@media screen and (max-width: 768px){
	#wrapper {
		width:auto;
		margin:0 20px 80px 20px;
		padding:20px 30px;
	}
	.flexBox{
		display: flex;
		flex-direction: column;
	}
	.flexTd{
		width:100%;
	}
}	
.center{	text-align:center;
margin-bottom:20px;}
table{
	width: 100%;
	max-width: 1050px;
}
.gaiyou table {
	margin:20px auto;
	width: 980px;
	border: 4px #e3e3e3 solid;
	border-collapse: collapse;
	background-color: #f5f5f5;
}

.gaiyou td {
border: 1px #a8a8a8 solid;
background-color: #ffffff;
padding: 5px 20px;
text-align: left;
}

.gaiyou th {
border: 1px #a8a8a8 solid;
padding: 5px 10px;
text-align: center;
color:#FFFFFF;
background-color:#003da1;
}

.box {
	width:750px;
	margin:0px auto;}

h2{
	margin:30px 0 10px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border:2px solid #e3e3e3;
	background:#003da1;
	padding:5px;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	font-weight:600;
}
.about {
	margin:10px 0 20px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border:2px solid #00bff3;
	padding:10px 30px 25px 30px;}
h2.abouth{
	text-align:center;
	font-weight:bold;	
	font-size:20px;
	color:#2c2c2c;
	background:none;
	margin-top:15px;
	border:none;
}
.btn{
	margin:20px 0 20px 0px;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	font-weight:600;
	float:left;
}
.btn a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	border:2px solid #e3e3e3;
	background:#003da1;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	padding:3px 15px;
}
.btn a:hover{
	display:block;
	background:#1970ff;
	text-decoration:none;
	border:2px solid #e3e3e3;
	padding:3px 15px;
}
.b_box{
	background:#000000;
	color:#FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:15px 0;
	margin-top:5px;
	margin-right:5px;
}
.b_box p{
	line-height:1.6em;
	margin: 15px 18px 15px 18px;
}
.b_box img{
	width: 100%;
    height: auto;
}
hr {border: 0;
	border-top:3px solid #b3cbe2;
	width:99%;
	margin:10px auto;
}	
