@charset "utf-8";

body {
	font-size: 16px;
	font-family: 'Noto Sans Japanese', serif;
	-webkit-text-size-adjust: none;
	color: #000;
	line-height: 170%;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #00;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

/*==================================
		Header+Navi
====================================*/

header {
	background-color: #fff;
}
header .header_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header h1 {
	120px
}
header h1 img {
	width: 120px;
	padding: 10px;
	box-sizing: border-box;
}

header #navi {
	width: 200px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: fixed;
	right: 0;
	z-index: 2000;
}
header #navi li {
	width: 95px;
	font-size: 14px;
	text-align: center;
}
header #navi li a {
	color: #fff;
	padding: 8px 0;
	display: block;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
header #navi li:nth-child(1) a {
	background-color: #f4a600;
}
header #navi li:nth-child(1) a span {
	padding-left: 20px;
	background: url(/img/icon-shop.png) no-repeat 0 54%;
	-moz-background-size: 16px auto;
	background-size: 16px auto;

}
header #navi li:nth-child(2) a {
	background-color: #d28bc7;
}
header #navi li:nth-child(2) a span {
	padding-left: 20px;
	background: url(/img/icon-menu.png) no-repeat 0 54%;
	-moz-background-size: 16px auto;
	background-size: 16px auto;

}

/*==================================
			Page top
====================================*/

#page-top {
	text-align: right;
	margin: 5px 10px;
}

#page-top a {
	color: #fff;
	padding: 14px 20px;
	background-color: #00984d;
	display: block;
	position: fixed !important;
	bottom: 5px;
	right: 5px;
	border: 2px solid #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	box-sizing: border-box;
}

#page-top a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*==================================
		Footer
====================================*/

footer .copy {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

/*==================================
		下層ページ
====================================*/

#main h2.title {
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 20px 10px;
	background-color: #00984d;
}
#main .main_inner {
	width: 90%;
	margin: 20px auto;
	display: block;
}

@media screen and (min-width: 700px) {
	
	/*==================================
			Header+Navi
	====================================*/

	header h1 {
		180px
	}
	header h1 img {
		width: 180px;
		padding: 10px;
		box-sizing: border-box;
	}

	header #navi {
		width: 300px;
	}
	header #navi li {
		width: 145px;
		font-size: 18px;
	}
	header #navi li a {
		padding: 16px 0;
	}

	header #navi li:nth-child(1) a span {
		padding-left: 30px;
		background: url(/img/icon-shop.png) no-repeat 0 54%;
		-moz-background-size: 20px auto;
		background-size: 20px auto;

	}
	header #navi li:nth-child(2) a span {
		padding-left: 30px;
		background: url(/img/icon-menu.png) no-repeat 0 54%;
		-moz-background-size: 20px auto;
		background-size: 20px auto;

	}

}

@media screen and (min-width: 1200px) {

	/*==================================
			Header+Navi
	====================================*/

	header {
		width: 1100px;
		margin: 0 auto;
		display: block;
	}

	header #navi {
		position: static;
	}

	/*==================================
			下層ページ
	====================================*/

	#main h2.title {
		padding: 30px 10px;
	}
	#main .main_inner {
		width: 1100px;
	}

}
