@charset "UTF-8";
/* CSS Document */

/* box-sizing
-----------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* img
-----------------------------------*/
img {
	max-width: 100%;
	height: auto;
}  
/* ==================================================================

	frame

=====================================================================*/
* {
	-webkit-appearance: none;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', serif;
	font-size: 1.6em;
	max-width: 750px;
	margin: 0 auto;
	background: #FFF;
}
.wrapper {
	padding-top: 54px;
}

/* ==================================================================

	header

=====================================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #FFF;
}
header h1 {
	background: #FFF;
	display: inline-block;
}
header h1 a {
	display: block;
	padding: 15px 10px;
}
header h1 a img {
	width: 120px;
	vertical-align: bottom; }
header .menuBtn {
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
}
header .menuBtn a {
	display: block; }
header .menuBtn a .menuBtn_img {
	display: block;
	width: 40px;
}
header .nav_domestic {
	position: absolute;
	top: 54px;
	left: 0;
	background-color: #fef9f1;
	width: 100%;
	display: none;
	z-index: 2;
}
header .nav_domestic ul {
	border-top: 1px solid #380000;
}
header .nav_domestic ul li {
	border-top: 1px dashed #380000;
}
header .nav_domestic ul li:first-child {
	border-top: none;
}
header .nav_domestic ul li a {
	display: block;
	color: #380000;
	font-size: 1.2rem;
	text-decoration: none;
	line-height: 1;
	padding: 12px;
	background-image: url(../img/common/arrow_01.png);
	background-position: right 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
header .nav_domestic div {
	background-color: #380000;
	padding: 15px 0;
}
header .nav_domestic div p {
	text-align: center;
}
header .nav_domestic div p a {
	display: inline-block;
	color: #380000;
	font-size: 1.2rem;
	text-decoration: none;
	line-height: 1;
	padding: 6px 30px;
	background-color: #FFF;
	font-weight: bold;
}

/* ==================================================================

	main

=====================================================================*/
main {
	text-align: center;
}
/* ==================================================================

	footer

=====================================================================*/
footer {
	background: #FFF;
}

footer .logo {
	display: block;
	padding: 25px 22px 15px;
}
footer .logo img {
	width: 120px;
	vertical-align: bottom;
}
footer .copy {
	color: #000;
	font-size: 1.0rem;
	padding: 0 0 30px 22px;
}

/* ==================================================================

	page top

=====================================================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a img {
	width: 45px;
}

















