@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

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;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #333;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 7px;
	height: 35px;
}

#gHeader h1 {
	margin-top: 6px;
	float: left;
}

#gHeader .tel {
	float: right;
}

/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#mainVisual {
	margin-bottom: 25px;
	height: 100px;
	background: #FFDE98 url(/sp/img/common/template/main_img.jpg) no-repeat right center;
	background-size: 174px 100px;
}

#mainVisual h2 {
	padding: 40px 0 0 15px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	margin-bottom: 30px;
}

#conts .entryBox {
	margin-bottom: 30px;
}

#conts .headLine01 {
	margin-bottom: 15px;
	padding: 0 0 4px 15px;
	background: url(/sp/img/common/icon/icon04.png) no-repeat 5px 0;
	background-size: 25px 25px;
	border-bottom: 2px solid #FFA100;
	font-size: 2em;
	font-weight: normal;
	color: #807F6B;
	line-height: 28px;
}

#conts .ttl01 {
	margin-bottom: 7px;
	padding-left: 16px;
	background: url(/sp/img/common/icon/icon05.png) no-repeat 0 3px;
	background-size: 11px 11px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	line-height: 1.2;
}

#conts .entryBox .inBox {
	margin: 0 10px;
}


#conts p {
	font-size: 1.2em;
	line-height: 1.5;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter .about {
	margin-bottom: 30px;
	padding: 0 10px;
}

#gFooter .about li {
	display: inline-block;
	width: calc(100% / 3 - 3px);
}

#gFooter .about li a {
	display: block;
}

#gFooter .about li a img {
	width: 100%;
}

#gFooter #snsBtn {
	padding: 0 10px;
	margin-bottom: 30px;
	/*display: flex;*/
	justify-content: center;
}
#gFooter #snsBtn li {
	margin: 25px;
}
#gFooter #snsBtn li a {
	display: block;
	font-size: 0;
}

#gFooter .inner {
	padding-top: 15px;
	background: #F6F4ED;
	text-align: center;
	color: #666;
}

#gFooter .inner .fLogo {
	margin-bottom: 10px;
}

#gFooter .inner .txtBox {
	margin-bottom: 30px;
}

#gFooter .inner .txtBox > p {
	margin-bottom: 11px;
	font-size: 1.1em;
	line-height: 1.4;
}

#gFooter .inner .txtBox .tel p {
	margin-bottom: 10px;
}

#gFooter .inner .txtBox .tel a {
	display: block;
	margin: 0 25px;
	padding: 12px 10px;
	background: #FF9F04;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: 0;
	position: relative;
}

#gFooter .inner .txtBox .tel a:after {
	content: "";
	margin-top: -10px;
	width: 19px;
	height: 20px;
	background: url(/sp/img/common/icon/tel.png) 0 0 no-repeat;
	background-size: 19px 20px;
	position: absolute;
	top: 50%;
	left: 10px;
}

#gFooter .inner .txtBox .tel:last-child {
	margin-top: 20px;
}

#gFooter .inner .btns li {
	width: 50%;
}

#gFooter .inner .btns li.home {
	float: left;
}

#gFooter .inner .btns li.pageTop {
	float: right;
}

#gFooter .inner .btns li a {
	display: block;
	height: 40px;
	background: #FFF;
	text-decoration: none;
	color: #666;
}

#gFooter .inner .btns li.pageTop a {
	border-left: 1px dotted #B6B5A5;
}

#gFooter .inner .btns li a span {
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

#gFooter .inner .btns li.home a span:after {
	content: "";
	width: 19px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/sp/img/common/icon/home.png) 0 0 no-repeat;
	background-size: 19px 16px;
}

#gFooter .inner .btns li.pageTop a span:after {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/sp/img/common/icon/top.png) 0 0 no-repeat;
	background-size: 19px 19px;
}

#gFooter .inner .btns li.home a span {
	margin-top: 13px;
	line-height: 16px;
}

#gFooter .inner .btns li.pageTop a span {
	margin-top: 11px;
	line-height: 19px;
}

#gFooter .inner .copyright {
	padding: 7px 0;
	background: #B6B5A5;
	color: #FFF;
}

/*------------------------------------------------------------
	以下、汎用スタイル
------------------------------------------------------------*/

/* ここに追加していく */

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


