@charset "utf-8";

body {
	font-size: 16px;
	color: #332b28;
	margin: 0;
	line-height: 1.8em;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	font-family: 'M PLUS 1p', 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic';
	padding-bottom:2em;
	overflow:hidden;
}

* { box-sizing: border-box; }

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
}
li { list-style-type: none; }
a { color: inherit; }
.none { display: none; }
.sp { display: none; }
.pc { display: block; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


.intro_footer {
	height: 3em;
	line-height:1em;
	display: flex;
	padding: 1em 2em;
	width: 100%;
	font-size: 0.8em;
	margin-top:2em;
}
.intro_footer > div:nth-of-type(1) { text-align: left; width: 30%; }
.intro_footer > div:nth-of-type(2) { text-align: right; width: 70%; }

.footer {
/*
	position: absolute;
	bottom:0.2em;
	left:0;
*/

	height: 3em;
	line-height:1em;
	display: flex;
	padding: 0 2em;
	overflow:hidden;
	font-size: 0.8em;
	width: 100%;
	align-items: center;
}

.footer > div:nth-of-type(1) { text-align: left; width: 30%; }
.footer > div:nth-of-type(2) { text-align: right; width: 70%; }

#mode{
	width:0;
	height:0;
	opacity:0;
}

img { max-width: 100%; }

.menu_open{
	cursor: pointer;
}

.menu{
	width:100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
	position: relative;
	background-color: #ffc73b;
	padding:5%;
	overflow-y: scroll;
	overflow-x: hidden;
display: none;
}

.menu.show{
	display: block;

}

.menu_main{
	width:100%;
	position: relative;
	display: flex;
	justify-content: center;


}

.menu_main .menu_close{
	width:7vw;
	height:7vw;
	position: absolute;
	right:-1vw;
	top:-1vw;
	cursor: pointer;
}

.menu_main ul{
	width:96%;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.menu_main ul li{
	border-bottom:1px dotted #ccc;
	padding: 0;
	text-align:center;
}

.menu_main ul li:last-child{
	border-bottom:none;
}


.menu_main ul li .logo{
	width:70%;
}

.menu_main ul li a{
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding:0.1em 0.5em;
}

.menu_main ul li.on a{
	background-color: #503c34;
	color: #fff;
}


@media all and (max-width: 736px) {
	#mode { opacity:1; }
	.sp { display: block; }
	.pc { display: none; }
	body { font-size: 3.5vw; }
	footer { font-size: 0.6em; padding: 1.5em; }
}

