@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #5e4e48;
	text-decoration: none;
}
a:visited {
	color: #5e4e48;
}
a:hover {
	color: #5e4e48;
}
a:active {
	color: #5e4e48;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #5e4e48;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
   font-feature-settings: "palt";
   -moz-font-feature-settings: "palt";
}
#container {
	text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 17px 43px 20px 40px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	background: url(../../img/index/header_bg01.jpg) no-repeat left top,url(../../img/index/header_bg02.jpg) no-repeat right top;
	background-size: 40px auto,140px auto;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader p {
    color: #5e4e48;
	font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.5;
}
#gHeader h1 {
	margin-top: 5px;
	width: 127px;
}
@media all and (max-width: 374px) {
	#gHeader p {
		font-size: 1.2rem;
	}
	#gHeader h1 {
		width: 110px;
	}
	#gHeader {
		padding: 17px 15px 20px 12px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 41px 15px 128px;
	color: #fff;
	background-color: #5b4c47;
	text-align: center;
}
#gFooter a {
	color: #fff;
}
#gFooter .headLine01 {
	margin-bottom: 19px;
	color: #fff;
}
#gFooter .addTxt {
	margin-bottom: 12px;
	line-height: 1.67;
}
#gFooter .addTxt a {
	text-decoration: underline;
}
#gFooter .size {
	margin-bottom: 25px;
	font-size: 1.2rem;
	line-height: 1.75;
}
#gFooter .fLogo {
	text-align: center;
}