@charset "UTF-8";

/* all setting */

body{
	margin:0;
	font-family:"M PLUS Rounded 1c",sans-serif;

	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

/* header */
header{
	padding:5px 15px;
	font-family: 'Quicksand', sans-serif;
	font-size:24px;
	line-height:1;
	color:rgb(25,10,0);
	font-weight:300;
	display:block;
	position:fixed;
	top:0px;
	background-color: rgba(255,255,255,0.9);
	width:100%;
	height:55px;
	margin:0;
	border-bottom: solid 1px rgba(150,150,150,0.6);
	z-index:40;
}

a{
	color:inherit;
	text-decoration:none;
}
a.shopname{
	font-family:"M PLUS Rounded 1c",sans-serif;
	font-size:13px;
}
span.sub01{
	font-family:"M PLUS Rounded 1c",sans-serif;
	font-size:13px;
}
span.sub02{
	font-family:"M PLUS Rounded 1c",sans-serif;
	font-size:13px;
}
header > div > a:hover{
	opacity:0.5;
	color:rgb(100,10,0);
}

	/* menu button */
button{
	border: none;
	background-color: transparent;
	font-size: 28px;
	color: rgb(150,150,150);
	display: block;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 200;
	padding:0;
	margin:0;
}
button:hover{
	color: rgb(250,150,150);
}

body:not(.open) .fa-close{
	display: none;
}
body.open .fa-bars{
	display: none;
}
body.open .sr-only{
	display: none;
}
	/* nav menu */
.menu ul {
	margin: 0;
	margin-top: 55px;
	padding: 0;
	list-style: none;
}
.menu a li, .menu li {
	display: block;
	padding: 5px;
	color: rgb(216,205,187);
	font-size: 16px;
	line-height: 30px;
	padding: 12px 16px;
	text-decoration: none;
	width:148px;
}

li.title {
	display: block;
	padding: 5px;
	color: rgb(235,229,221);
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	width:100%;
}
li.title2 {
	display: block;
	padding: 5px;
	color: rgb(235,229,221);
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	width:160px;
}
hr.menu2{
	height: 1px;
	border: none;
	background-color: rgb(235,229,221);
	margin: 6px 0px 0px 0px;
	padding: 0;
}
.menu a li:hover, .menu li:not(li.title, li.title2):hover {
	background-color: rgba(255,255,255,0.8);
		color: rgb(255,100,87);
	cursor: pointer;
}

.menu input{
	width:160px;
	font-size:16px;
	border:none;
	margin:0px 0px 15px 0px;
	padding:4px;
	-webkit-appearance: none;
	border-radius: 0;
}
input.menuword{
	width:152px;
	color: rgb(216,205,187);
	background-color:transparent;
	border: solid 1px rgb(216,205,187);
	height:24px;
}
input.menusubmit{
	color: rgb(216,205,187);
	background-color:transparent;
	border: solid 1px rgb(216,205,187);
	height:34px;
}
input.menusubmit:hover{
	background-color: rgba(255,255,255,0.8);
		color: rgb(255,100,87);
	cursor: pointer;
}

.menu{
	background-color: rgba(25,10,0,0.8);
	width: 400px;
	z-index: 100;
	top: 0;
	right: -30px;
	right: -400px;
	height: 100vh;
		overflow: auto;
		overflow-x: hidden;
	position: fixed;
	transition: right 0.2s ease-out;
	opacity:0;
}
body.open .menu {
	right: -30px;
	opacity:1;

}
body.open .pagecover {
	position: fixed;
	padding: 0;
	margin: 0;
	height: 120%;
	width: 120%;
	top: -10%;
	left: -10%;
	background-color: rgba(25,10,0,0.4);
	z-index: 50;
}
body.open{
	height: 100vh;
	overflow:hidden;
}
html{
	overflow-y:scroll;
}
div#extention{
	background-color:transparent;
}

.extention1, .extention2, .extention3, .extention4{
	background-color: rgba(25,10,0,0);
	width: 200px;
	z-index: 100;
	top: 74px;
	right: -10px;
	position: fixed;
	padding:50px 0px 0px 0px;
	display:none;
}
.extention1 li, .extention2 li, .extention3 li, .extention4 li {
	display: block;
	color: rgb(226,215,197);

//	padding: 12px 16px;
	padding: 0px;
	text-decoration: none;
	width:100%;
}

input.submitmenu {
	display: block;
	color: rgb(226,215,197);
	text-decoration: none;
	padding:18px 16px;
	margin:0px;
	text-align:left;
	background-color: transparent;
	width:100%;

}
input.submitmenu:hover{
	background-color: rgba(255,255,255,0.7);
		color: rgb(255,100,87);
	cursor: pointer;
}

div#extention.exopen1 .extention1 {
	display:block;

}
div#extention.exopen2 .extention2 {
	display:block;

}
div#extention.exopen3 .extention3 {
	display:block;

}

div#extention.exopen4 .extention4 {
	display:block;
	
}


/* map display */
.contents div{
	padding:0;
	margin-top:65px;
}

div.mapcontainer{
//	background-color: grey;
	height:calc(100vh - 129px);
		padding:0;
	margin-top:65px;
}

/* footer */
footer{
	background-color:rgb(25,10,0);
	color:rgb(230,230,230);
	padding:25px 35px;
	font-family: 'Quicksand', sans-serif;

	position: fixed;
	bottom: 0;
	width:100%;

	text-align:left;
}
