@import url("https://use.typekit.net/atj4nvh.css");

body, html {
    width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	font-family: "M PLUS 1p",'Noto Sans Japanese', sans-serif,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	min-width: 360px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#wrapper {
	max-width: 1000px;
	margin: auto;
	background: url(../images/header_back.jpg) no-repeat 0 15px;
	background-size: contain;
	padding: 15px 2%;
}


h1 a{
	font-family: gimlet-display, serif;
	text-decoration: none;
	color: #00f;
	font-size: 3vw;
	line-height: 1.6em;
	text-shadow: red 0 3px 3px, red 0 -3px 3px, red -3px 0 3px, red 3px 0 3px;
}
.a-name {
	display: block;
	color: #004080;
	font-size: 16px;
	font-family: serif;
}


#container, .main, nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jake {
	width: 150px;
	text-align: center;
	padding-top: 30px;
}

.jake:last-child { 	padding-top: 80px;}


.contents {
	width: calc(100% - 300px);
}

.contents img{ width: 100%;}



.left-sec, .right-sec {
	width: 50%;
	padding: 15px;
}

nav { padding: 0 10px;}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.topnavi {	max-width: 320px;}
.eachnavi { max-width: 420px;}

nav ul li {
	background: url(../images/menu.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	padding-top: 28px;
	text-align: center;
}

nav ul li:nth-child(1) { margin-top: 50px;}
nav ul li:nth-child(2) { margin-top: 75px;}
nav ul li:nth-child(3) { margin-top: 100px;}
nav ul li:nth-child(4) { margin-top: 130px;}


nav ul li a{
	text-decoration: none;
	width: 80px;
	height: 60px;
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	text-shadow: #222 0 3px 3px, #222 0 -3px 3px, #222 -3px 0 3px, #222 3px 0 3px;
	display: block;
}

nav ul li a:hover{ color: #e9aa56;}


h2 {
	background: #005984;
	color: #fff;
	text-align: center;
	padding: 7px;
	font-size: 16px;
	border-radius: 7px;
	width: 90%;
	margin: 0 auto 20px auto;
}

.explain {
	background: #d8e2fa;
	border: dotted 1px #ff0000;
	color: #004080;
	padding: 15px;
}

.cigar { color: #f40000;}

.map {
	padding: 5px 2%;
	position: relative;
	width: 95%;
	margin: auto;
}

.map:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}

.map-inner {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
 	border: solid 1px #aaa;
}

.inner {
	width: 100%;
	border: solid 1px #004080;
	padding: 7px 10px;
	margin-bottom: 10px;
	color:  #004080;
}

#menu-table{ font-size: 12px; width: 95%; margin: auto;}
#menu-table th{ text-align: left; white-space: nowrap;}
#menu-table th, #menu-table td {padding: 2px; vertical-align: top;}

#menu-table td:last-child{ text-align: right;}


.map iframe {
	width: 100%;
	height: 100%;
}

@media (max-width:890px){
.left-sec, .right-sec {	width: 100%;}
h1 a{ font-size: 28px;}
}

@media (max-width:590px) {
#wrapper { padding: 10px;}
.jake:last-child { display:none;}
.contents {	width: calc(100% - 150px);}
}


@media (max-width:480px) {
#wrapper { padding: 10px;}
.jake { display:none;}
.contents {	width: 100%;}
}


