@charset "utf-8";
/*********************************************************************
 *
 *  <base.css>
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {
/* html body */
/* --------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%; /* iPhone */
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 1120px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #474747;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing:0.05rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
	background-color:#FFF;
	overflow: hidden;
}
/* wrap */
/* --------------------------------------------------------------------------- */
#wrap {
	max-height: 999999px;/* android chrome フォントサイズバグ回避 */
	opacity:0;
}

/* header */
/* --------------------------------------------------------------------------- */
/* pageHome */
header {
	position:relative;
	width:100%;
	min-width: 1000px;
	height:100px;
	background-color:#B39D5A;
	z-index:100;
}
.fixed header {
	position:fixed;
	left:0;
	top:0;
}
header h1 {
	position: absolute;
	left:30px;
	top:30px;
}
header h1 a {
	display:block;
	height:35px;
	padding-top:5px;
	padding-left:82px;
	color:#FFF;
	font-size:2.4rem;
	line-height:1;
	background:url(../img/header/logo.png) left center no-repeat;
	background-size:74px 40px;
}
header h1 a p {
	padding-top:5px;
	font-size:1.2rem;
	text-align:right;
}
header .btnApply {
	position: absolute;
	right:30px;
	top:20px;
	display:block;
	padding:0 20px;
	color:#FFF;
	font-size:1.6rem;
	font-weight:bold;
	line-height:60px;
	background-color:#474747;
	border-radius:5px;
}
header #navgToggle {
	display:none;
}

/* navG */
/* --------------------------------------------------------------------------- */
#navG {
	display:block !important;
	position:absolute;
	right:150px;
	top:40px;
}
#navG li {
	float:left;
	padding:0 5px;
	border-right:1px solid #FFF;
}
#navG li:last-child {
	border-right:none;
}
#navG li a {
	display:block;
	padding:0 5px;
	color:#FFF;
	font-size:1.4rem;
	line-height:20px;
}
#navG li a:hover {
	color:#B39D5A;
	background-color:#FFF;
}
#navGbg {
	display:none;
}
/* footer */
/* --------------------------------------------------------------------------- */
footer {
	padding:40px;
	color:#FFF;
	text-align:center;
	background-color:#B39D5A;
}
footer .copy {
	margin-bottom:40px;
	font-weight:bold;
}
footer .info {
	margin-bottom:40px;
}

/* areaContents */
/* --------------------------------------------------------------------------- */
.fixed #areaContents {
	padding-top:100px;
}

/* section */
/* --------------------------------------------------------------------------- */
section {
	padding-top:100px;
	padding-bottom:100px;
	
}
section .inner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:984px;
}

/* h */
/* --------------------------------------------------------------------------- */
h3 {
	padding-bottom:40px;
	margin-bottom:30px;
	color:#B39D5A;
	font-size:2.4rem;
	text-align:center;
	line-height:1;
	background:url(../img/ico/border.png) center bottom no-repeat;
	background-size:auto 32px;
}

}
/* min-width: 768px */

@media screen and (max-width: 767px) {
/* html body */
/* --------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%; /* iPhone */
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	min-width:320px;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #474747;
	font-size: 1.3rem;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
	background-color:#FFF;
	overflow: hidden;
}
/* wrap */
/* --------------------------------------------------------------------------- */
#wrap {
	max-height: 999999px;/* android chrome フォントサイズバグ回避 */
	opacity:0;
}
/* header */
/* --------------------------------------------------------------------------- */
header {
	position:fixed;
	left:0;
	top:0;
	width: 100%;
	height: 60px;
	background-color:#B39D5A;
	z-index:100;
}
header h1 {
	position:absolute;
	left:10px;
	top:15px;
	z-index:110;
}
header h1 a {
	display:block;
	height:35px;
	padding-top:2px;
	padding-left:42px;
	color:#FFF;
	font-size:1.4rem;
	line-height:1;
	background:url(../img/header/logo.png) left top no-repeat;
	background-size:37px 20px;
}
header h1 a p {
	padding-top:5px;
	font-size:1.1rem;
	text-align:right;
}
header #navgToggle {
	position: absolute;
	right: 10px;
	top: 19px;
	display:block;
	width: 30px;
	height: 22px;
	z-index:110;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/* navG */
/* --------------------------------------------------------------------------- */
#navG {
	display:none;
	position:fixed;
	left:0;
	top:60px;
	width:100%;
	z-index:90;
}
#navG ul {
	width:100%;
	background-color:#FFF;
}
#navG li {
	border-bottom:1px solid #B39D5A;
}
#navG li a {
	display:block;
	padding:15px 0;
	font-size:1.6rem;
	line-height:1;
	color:#B39D5A;
	text-decoration:none;
	text-align:center;
}
#navGbg {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:50;
}

/* footer */
/* --------------------------------------------------------------------------- */
footer {
	padding:40px 10px;
	color:#FFF;
	font-size:1.2rem;
	text-align:center;
	background-color:#B39D5A;
}
footer .copy {
	margin-bottom:20px;
	font-weight:bold;
}
footer .info {
	margin-bottom:20px;
}

/* areaContents */
/* --------------------------------------------------------------------------- */
#areaContents {
}

/* section */
/* --------------------------------------------------------------------------- */
section {
	padding-top:50px;
	padding-bottom:50px;
	
}
section .inner {
	position:relative;
	padding-left:4%;
	padding-right:4%;
}


/* h */
/* --------------------------------------------------------------------------- */
h3 {
	padding-bottom:38px;
	margin-bottom:30px;
	color:#B39D5A;
	font-size:2.0rem;
	text-align:center;
	line-height:1.2;
	background:url(../img/ico/border.png) center bottom no-repeat;
	background-size:auto 32px;
}

}
/* min-width: 768px */
