@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:"source-han-sans-japanese",sans-serif;
}

.yuGothic {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #40210F;
	text-decoration: none;
}
a:visited {
	color: #40210F;
}
a:hover {
	color: #40210F;
}
a:active {
	color: #40210F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1330px;
	color: #40210F;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
	background: url(../img/common/bg.jpg) no-repeat center top 88px;
	background-size: 100% auto;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	position: relative;
}
#main {
	padding-top: 89px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.25rem;
	}
	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 66px;
	}
	#container {
		background-image: url(../img/common/sp_bg.jpg);
		background-position: center top 66px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #6FB92C;
}
.hInner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.hInner .naviUl {
	margin: 5px -5px 0 0;
	display: flex;
}
.hInner .naviUl li {
	margin-left: 50px;
}
.hInner .naviUl li a {
	color: #fff;
	letter-spacing: 0.1em;
}
.hInner .naviUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.hInner {
		padding: 18px 20px 19px;
		justify-content: flex-start;
	}
	.hInner .naviUl {
		display: none;
	}
	.hInner h1 {
		width: 108px;
	}
	.menu {
		width: 40px;
		height: 40px;
		margin: -6px 14px -6px 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.menu.on a {
		height: 100%;
		background: url(../img/common/close.png) no-repeat center;
		background-size: 31px auto;
	}
	.menu.on a img {
		visibility: hidden;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 900;
		background-color: #fff;
	}
	.menuSub {
		padding-top: 66px;
		margin-right: 76px;
		min-height: 100%;
		box-sizing: border-box;
		position: relative;
		background: url(../img/common/menu_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	.menuSub:after {
		width: 100%;  
		height: 100%;
		background-color: rgba(255, 255, 255, 0.5);
		position: fixed;  
		top: 0;
		left: 0;  
		content: ""; 
	}
	.menuBox .naviUl {
		position: relative;
		z-index: 1;
	}
	.menuBox .naviUl > li {
		position: relative;
	}
	.menuBox .naviUl > li .icon {
		position: absolute;
		top: 19px;
		right: 17px;
		width: 17px;
		height: 17px;
		cursor: pointer;
	}
	.menuBox .naviUl > li .icon img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.menuBox .naviUl > li .icon .close {
		display: none;
	}
	.menuBox .naviUl > li .icon .close {
		display: block;
	}
	.menuBox .naviUl > li.on .icon .open {
		display: none;
	}
	.menuBox .naviUl > li > a {
		padding: 15px 21px 17px;
		display: block;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		border-bottom: 2px solid #40210F;
	}
	.menuBox .naviUl > li .subUl {
		display: none;
		padding: 16px 20px;
		border-bottom: 2px solid #40210F;
	}
	.menuBox .naviUl > li .subUl:last-child {
		border-bottom: transparent;
	}
	.menuBox .naviUl > li .subUl li + li {
		margin-top: 11px;
	}
	.menuBox .naviUl > li .subUl a {
		display: block;
		font-size: 1.45rem;
		letter-spacing: 0.1em;
	}
	.menuBox .snsUl {
		padding: 19px 0 20px 23px;
		position: relative;
		z-index: 1;
		display: flex;
	}
	.menuBox .snsUl li {
		margin-right: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 1;
}
#gFooter:after {
	width: 100%;  
	height: 100%;
	background-color: #FFFBF8;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	z-index: -1;
}
.fInner {
	padding: 80px 0 69px;
	background-color: #6FB92C;
	border-radius : 73px 73px 0px 0px;
}
.fInner .content {
	display: flex;
	justify-content: space-between;
}
.fInner .lBox {
	width: 370px;
	margin: 0 49px 0 7px;
}
.fInner .lBox p {
	margin-bottom: 5px;
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.28;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.fInner .fLogo {
	margin-bottom: 12px;
}
.fInner .lBox .tel {
	display: inline-block;
	padding-left: 42px;
	background: url(../img/common/icon03.png) no-repeat left center;
	background-size: 31px auto;
}
.fInner .lBox .tel a {
	display: inline-block;
	letter-spacing: 0.1em;
	font-size: 3.2rem;
	color: #fff;
	font-weight: bold;
}
.fInner .rBox {
	margin: -4px -80px 0 0;
	flex: 1;
}
.fInner .naviUl {
	display: flex;
}
.fInner .naviUl a:hover {
	opacity: 0.7;
}
.fInner .naviUl > li {
	min-width: 160px;
	margin-right: 10px;
}
.fInner .naviUl > li:last-child {
	margin-right: 0;
}
.fInner .naviUl a {
	color: #fff;
}
.fInner .naviUl > li > a {
	letter-spacing: 0.1em;
}
.fInner .naviUl .subUl {
	margin-top: 12px;
}
.fInner .naviUl .subUl li {
	margin-bottom: 3px;
}
.fInner .naviUl .subUl a {
	font-size: 1.7rem;
	letter-spacing: 0.07em;
}
.fInner .naviUl .style {
	font-weight: 500;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
address {
	font-style: normal;
	text-align: center;
	padding: 10px;
	font-size: 1.2rem;
	background-color: #FBB03B;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
	}
	.fInner {
		border-radius : 14px 14px 0px 0px;
		padding: 28px 0 18px;
	}
	.fInner .content {
		display: block;
	}
	.fInner .rBox {
		display: none;
	}
	.fInner .lBox {
		width: auto;
		margin: 0;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
	}
	.fInner .fLogo {
		width: 100%;
		margin-bottom: 10px;
	}
	.fInner .fLogo img {
		width: 108px;
	}
	.fInner .txt {
		width: 100%;
		order: 3;
	}
	.fInner .telBox {
		margin-bottom: 2px;
		width: 100%;
	}
	.fInner .lBox p {
		font-size: 1.35rem;
		letter-spacing: 0.05em;
	}
	.fInner .lBox .tel {
		padding-left: 30px;
		background-size: 23px auto;
	}
	.fInner .lBox .tel a {
		font-size: 2.6rem;
	}
	address {
		padding: 5px 10px;
		font-size: 0.85rem;
		letter-spacing: 0.1em;
	}
}

@media all and (min-width: 897px) and (max-width: 1400px) {
	.fInner .lBox {
		margin-right: 25px;
	}
}