@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@font-face {
    font-family: A-OTF-ShinGoPro-Medium;
    font-style: normal;
    font-weight: 400;
    src: url('../../../font/A-OTF-ShinGoPro-Medium.eot');
    src: url('../../../font/A-OTF-ShinGoPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('../../../font/A-OTF-ShinGoPro-Medium.woff') format('woff'),
	url('../../../font/A-OTF-ShinGoPro-Medium.ttf') format('truetype');
}


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;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #422100;
	font-size: 18px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F4E02E;
}

#container {
	text-align: left;
}

#main {
	background: url(../../img/index/sp_bg.png) repeat left top;
	background-size: 56px auto;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 0 37px;
	background: url(../../img/index/sp_bg.png) repeat left top;
	background-size: 56px auto;
}

#gHeader img {
	width: 100%;
}

#gHeader h1 {
	margin: 0 0 0 10px;
	position: relative;
	z-index: 100;
}

#gHeader .hImg {
	margin: -46px 20px 0 33px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 32px 15px 80px 17px;
	background-color: #422100;
  color:#FFF;
}

#gFooter .bookmark {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 1000;
}

#gFooter .bookmark img {
	width: 80px;
}

#gFooter .fLink {
	margin-bottom: 35px;
}

#gFooter .fLink li {
	float: left;
	width: 43.5%;
}

#gFooter .fLink li img {
	width: 100%;
}

#gFooter .fLink li:last-child {
	float: right;
	width: 52.5%;
}

#gFooter p {
	padding-right: 10px;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}

#gFooter a {
	color: #FFF;
}

#gFooter .fNavi {
	margin-bottom: 45px;
	text-align: center;
}

#gFooter .fNavi li {
	margin: 0 2px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
}

#gFooter .copyright {
	text-align: center;
	font-size: 10px;
}