@charset "shift-jis";

/***************************************************
	common.css
***************************************************/

/* Base
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
h1,h2,h3,h4,h5 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1em;
}
p,dl,ol,ul,menu,pre {	margin-bottom: 1em;}
ol,ul,menu {	padding: 0;}
ul {	list-style: none;}
ol {	margin-left: 1.5em;}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
textarea {    resize: vertical;}
img, object, embed {	max-width: 100%;}
img {
	height: auto;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
body {
	font-size: 14px;
	line-height: 1.5;
}

}

/* Link
------------------------------------------------------------ */
a:link {
	color: #ee8026;
	text-decoration: none;
}
a:visited {
	color: #ee8026;
	text-decoration: none;
}
a:hover {
	color: #ee8026;
	text-decoration: underline;
}
a:active {	color: #333;}

/* Layout
------------------------------------------------------------ */
/*-----page-----*/
#page {}
.container {
	max-width: 990px;
	margin: 0 auto;
}
.section01 {
	max-width: 910px;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
#page {	padding-top: 119px;}
.container {
	width: 100%;
	margin: 0;
}
.section01 {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}

}

/*-----gHeder-----*/
#gHeder {
	padding-top: 9px;
	border-bottom: 1px solid #cec7c1;
}
#gHeder h1,#gHeder h2,#gHeder h3,#gHeder h4,#gHeder h5,#gHeder p,#gHeder dl,#gHeder ol,#gHeder ul,#gHeder menu,#gHeder pre {	margin-bottom: 0;}
#gHeder .language {
	float: right;
	margin-bottom: 15px;
	padding-right: 25px;
	color: #ee8026;
	font-size: 12px;
	font-weight: bold;
}
#gHeder .language .ja {
	border-right: 2px solid #c5b9af;
}
#gHeder .language span {	padding: 0 15px;}
#gHeder .language a {
	padding: 0 15px;
	color: #826954;
}
#gHeder #siteLogo {
	float: left;
	width: 260px;
}

#gHeder .overlay {
	display: none;
}

/* navBtn */
#gHeder .navBtn {	display: none;}


/* gNav */
#gHeder #gNav {
	float: right;
	padding-right: 40px;
}
#gHeder #gNav ul {	overflow: hidden;}
#gHeder #gNav li {
	float: left;
}
#gHeder #gNav li a {
	display: block;
	padding: 16px 22px;
	color: #634329;
	text-decoration: none;
}
#gHeder #gNav li a:hover {	color: #ee8026;}
#gHeder #gNav li span {
	display: block;
	padding: 20px 0;
	border-top: 1px solid #fff;
	background-color: #c17760;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}

@media screen and (min-width: 768px) and (max-width: 980px){
#gHeder .container {	width: 100%;}
#gHeder .language {
	padding-right: 0;
}
#gHeder #siteLogo {
	float: none;
}

/* gNav */
#gHeder #gNav {
	float: none;
}

}

@media only screen and (max-width: 767px) {
#gHeder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	padding-top: 0;
	z-index:999;
}
#gHeder .language {
	float: none;
	height: 35px;
	margin-bottom: 0;
	padding: 9px 0 0 0;
	border-bottom: 1px solid #cec7c1;
	color: #ee8026;
	font-size: 12px;
	font-weight: normal;
	text-align: right
}
#gHeder .language .ja {
	border-right: 1px solid #c5b9af;
}
#gHeder .language span {
	padding: 0 15px;
	font-weight: bold;
}
#gHeder .language a {
	padding: 0 15px;
	color: #826954;
}
#gHeder #siteLogo {
	float: none;
	width: 245px;
	padding: 9px 0 5px;
}

/* navBtn */
#gHeder .navBtn {
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	border-left: 1px solid #cec7c1;
	z-index: 999;
}
.navBtn .navIcon {
	display: block;
	position: relative;
	width: 75px;
	height: 85px;
	line-height: 85px;
	cursor: pointer;
	color: #634329;
}
.iconLayer {
	display: block;
	position: relative;
	left: 20px;
	top: 39px;
	width: 35px;
	height: 4px;
	background: #634329;
}
.iconLayer:before, .iconLayer:after {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 4px;
	background: #634329;
	content: '';
}
.iconLayer:before {
	bottom: 10px;
}
.iconLayer:after {
	top: 10px;
}
.navBtn .menuText {
	display: none;
}

/*gmenu*/
#gHeder #gNav {
	display: none;
	float: none;
	margin: 0;
	padding: 1px 0 0;
	border-top: none;
	border-right: none;
}
#gHeder #gNav ul {
	width: 100%;
}
#gHeder #gNav li {
	float: none;
	width: 100%;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #634329;
}
#gHeder #gNav li a {
	display: block;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 19px;
	text-decoration: none;
	text-align: center;
}

}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

}

/* pgtp */
#pgtp {
	position: absolute;
	top: -105px;
	width: 100px;
	margin-left: 940px;
}
#pgtp.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
}
#pgtp a {
	position: relative;
}
#pgtp a:hover {}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

}

/*-----gFooter-----*/
#footerInfo {
	padding: 40px 0 52px;
	background: #ece8e5 url(../img/footerimg01.jpg) 100% 0 no-repeat;
	background-size: contain;
}
#footerInfo .company_name {
	margin-bottom: 10px;
	color: #923222;
	font-weight: bold;
	font-size: 18px;
}
#footerInfo span {	font-weight: bold;}

#gFooter .footerMail {
	color: #ee8026;
	font-weight: normal;
}

#gFooter {
	padding: 10px 0;
	background-color: #43362e;
	border-top: 1px solid #1f140c;
}
#gFooter h1,#gFooter h2,#gFooter h3,#gFooter h4,#gFooter h5,#gFooter p,#gFooter dl,#gFooter ol,#gFooter ul,#gFooter menu,#gFooter pre {	margin-bottom: 0;}

#gFooter .copyright {
	float: left;
	color: #fff;
	font-size: 12px;
}
#gFooter #footerList {	float: right;}
#gFooter #footerList li {
	float: left;
	margin-left: 30px;
}
#gFooter #footerList li a {
	color: #fff;
	font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
#footerInfo {
	padding: 30px 0 30px;
	background-image: none;
}

#footerInfo ul {	margin: 0;}
#footerInfo span {	font-weight: normal;}
#gFooter {	padding: 20px 0 20px;}
#gFooter .copyright {
	margin-bottom: 15px;
	padding-right: 15px;
}

#gFooter #footerList {	float: left;}
#gFooter #footerList li:first-child {
	float: left;
	margin-left: 0;
}
#gFooter #footerList li:nth-child(2) {	margin-left: 15px;}

}

/* clear
------------------------------------------------------------ */
.section01:after,
.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}