@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: "Kiwi Maru", "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",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;
}

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

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #522904;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(../image/body_bg.jpg) repeat left top;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 85px;

}

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

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		margin-bottom: 36px;
		margin-top: 55px;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 0 45px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
	transition: .5s;
}

#gHeader.is-scroll {
	padding: 10px 0;
	background-color: rgba(255,255,255,.7);
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	max-width: 1380px;
	display: flex;
	justify-content: space-between;
}

#gHeader h1 {
	/*margin-left: -116px;
	position: absolute;
	left: 50%;
	top: 0;*/
}

#gHeader .hBox .lNavi {
	margin-top: 20px;
/*	padding-right: 14%;
	width: 50%;
	float: left;
	text-align: right;
	box-sizing: border-box;*/
	font-family: "Kiwi Maru", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#gHeader .hBox .lNavi > li {
	display: inline-block;
	padding: 0 4px;
	position: relative;
	font-size: 0;
	text-align: center;
	box-sizing: border-box;
}

/*#gHeader .hBox .lNavi > li:first-child {
	width: 63px;
}

#gHeader .hBox .lNavi > li:nth-child(2) {
	width: 147px;
}

#gHeader .hBox .lNavi > li:last-child {
	width: 84px;
}*/

#gHeader .hBox .lNavi > li > a {
	padding: 10px 0;
	min-width: 24px;
	display: inline-block;
	color: #522904;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.4px;
}

#gHeader .hBox .lNavi > li.line > a {
	background-color: rgb(6,199,85);
	color: #fff;
	padding: 10px 16px;
}

#gHeader .hBox .lNavi li a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#gHeader .hBox .rNavi {
	padding-left: 12.8%;
	width: 50%;
	float: right;
	text-align: left;
	box-sizing: border-box;
}

#gHeader .hBox .rNavi > li {
	display: inline-block;
	position: relative;
	font-size: 0;
	text-align: center;
}

#gHeader .hBox .rNavi > li:first-child {
	width: 172px;
}

#gHeader .hBox .rNavi > li:nth-child(2) {
	width: 70px;
}

#gHeader .hBox .rNavi > li:last-child {
	width: 144px;
}

#gHeader .hBox .rNavi > li > a {
	padding: 33px 0 10px;
	display: inline-block;
	color: #522904;
	font-size: 14px;
	font-weight: bold;
}

#gHeader .hBox .rNavi li a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#gHeader .hBox .lNavi ul,
#gHeader .hBox .rNavi ul {
	margin-left: -90px;
	width: 180px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 10;
	opacity: 0;
	background-color: #522904;
}

#gHeader .hBox .lNavi ul li a,
#gHeader .hBox .rNavi ul li a {
	padding: 10px 5px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#gHeader .hBox .lNavi li:hover ul,
#gHeader .hBox .rNavi li:hover ul {
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;	
}


@media all and (min-width: 768px) and (max-width: 1080px) {
	#gHeader .hBox .rNavi {
		padding-left: 10%;
	}
	
	#gHeader .hBox .lNavi {
		padding-right: 11%;
	}
}

@keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}
@keyframes fade-out {
  0% {
	display: none;
	opacity: 1;
  }

  1% {
	display: block;
	opacity: 1;
  }

  100% {
	display: block;
	opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
	display: none;
	opacity: 1;
  }

  1% {
	display: block;
	opacity: 1;
  }

  100% {
	display: block;
	opacity: 0;
  }
}

@-webkit-keyframes fade-out {
  0% {
	display: none;
	opacity: 1;
  }

  1% {
	display: block;
	opacity: 1;
  }

  100% {
	display: block;
	opacity: 0;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 6px 20px 6px;
		background-color: rgba(255, 255, 255, .6);
		box-sizing: border-box;
	}
	#gHeader.is-scroll {
		padding: 6px 20px 6px;
	}
	#gHeader .hBox {
		min-width: inherit;
		padding: 0;
	}
	
	#gHeader h1 {
		margin-top: -1px;
	}
	
	#gHeader h1 img {
		 width: 146px;
	}
	
	#gHeader .sp-btn {
		display: flex !important;
		align-items: center;
	}
	
	#gHeader .menu {
		margin: 8px 0 0 14px;
	}
	
	#gHeader .menuBox {
		position: fixed;
		width: 100%;
		display: none;
		left: 0;
		top: 0;
		z-index: 999;
		box-sizing: border-box;
		background-color: #70A027;
	}
	
	#gHeader .menuBox a {
		padding: 15px 10px;
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	
	#gHeader .menuBox .line a {
		background-color: rgb(6, 199, 8);
	}
	
	#gHeader .line {
    }
	
	#gHeader .line a {
		background-color: rgb(6, 199, 8);
		color: #fff;
		display: block;
        font-size: 13px;
        padding: 6px 8px;
        text-align: center;
        font-weight: bold;
        line-height: 1.2;
	}
	
/*	#gHeader .menuBox .liStyle > a {
		background: url(../image/icon01.png) no-repeat 95% center;
		background-size: 8px 8px;
	}*/
	
	#gHeader .menuBox .liStyle > a.on {
		margin-bottom: 0;
		background-image: url(../image/icon02.png);
	}
	
	#gHeader .menuBox .liStyle ul {
		width: 100% !important;
		top: 0;
	}
	
	#gHeader .menuBox .liStyle ul li a {
		font-size: 13px;
		text-align: left;
		background: none;
		border-bottom: 1px solid #fff;
		padding-left: 2em;
		background-color: #638D23;
	}

	#gHeader .menuBox .liStyle ul {
		opacity: 1;
	}
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 20px;
	padding-bottom: 88px;
}

#gFooter .banner img {
	display: block;
	margin: 0 auto 40px;
	max-width: 100%;
	height: auto;
}

#gFooter .pageTop {
	position: fixed;
	right: 57px;
	bottom: 17px;
}

#gFooter .pageTop a {
	display: block;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	margin: 0 auto 17px;
	max-width: 1380px;
}

#gFooter .fInner01 {
	float: left;
	width: 40%;
}

#gFooter .fLogo {
	margin-bottom: 34px;
}

#gFooter .fInner01 p {
	font-size: 12px;
	line-height: 2.2;
}

#gFooter .fInner01 p a {
	color: #522904;
}

#gFooter .fInner02 {
	padding-top: 10px;
	display: flex;
	float: right;
}

#gFooter .fInner02 ul {
	width: 200px;
}

#gFooter .fInner02 a {
	color: #522904;
	font-size: 12px;
}

#gFooter .fInner02 li ul {
	margin: 11px 0 7px;
}

#gFooter .fInner02 li li {
	margin-bottom: 12px;
}

#gFooter .fInner02 li li:last-child {
	margin-bottom: 0;
}

#gFooter .fInner02 li li a {
	padding-left: 25px;
	display: block;
	position: relative;
}

#gFooter .fInner02 li a:hover {
	text-decoration: underline;
}

#gFooter .fInner02 li li a:before {
	width: 6px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 6px;
	border-bottom: 1px solid #522904;
	
	content: "";
}

#gFooter .txtBox {
	margin: 0 20px;
}

#gFooter .copyright {
	margin: 0 auto;
	max-width: 1380px;
	font-size: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		margin: 0;
		padding-bottom: 36px;
	}
	
	#gFooter .pageTop {
		right: 20px;
		bottom: 20px;
	}
	
	#gFooter .pageTop a img {
		width: 40px;
	}
	
	#gFooter .fBox {
		margin: 0 0 26px;
		max-width: inherit;
	}
	
	#gFooter .fInner01 {
		width: auto;
		float: none;
	}
	
	#gFooter .fLogo {
		margin-bottom: 25px;
		text-align: center;
	}
	
	#gFooter .fLogo a {
		display: inline-block;
	}
	
	#gFooter .fLogo img {
		width: 146px;
	}
	
	#gFooter .fInner01 p {
		font-size: 10px;
		line-height: 1.85;
		text-align: center;
	}
	
	#gFooter .fInner01 p a {
		font-size: 10px;
		color: #522904;
	}
	
	#gFooter .fInner02 {
		display: none;
	}
	
	#gFooter .txtBox {
		margin: 0;
	}
	
	#gFooter .copyright {
		margin: 0;
		max-width: inherit;
		text-align: center;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 66px;
	text-align: center;
	font-size: 1.8em;
    font-weight: bold;
    color: #83A944;	
	font-family: "Kiwi Maru", "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .headLine01 .en {
	display: block;
    font-size: 14px;
    color: #522904;
    margin-top: 6px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 45px;
	text-align: center;
	font-family: "Kiwi Maru", "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	font-family: "Kiwi Maru", "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .headLine03 span {
	padding: 0 30px;
	display: inline-block;
	position: relative;
}

#main .headLine03 span:before {
	width: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #fff;
	
	content: "";
}

#main .headLine03 span:after {
	width: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	border-bottom: 1px solid #fff;
	
	content: "";
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 auto;
	width: 300px;
}

#main .comLink a {
	padding: 12px 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #4E7A08;
}

#main .comLink a:hover {
	opacity: 0.7;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 20px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 23px;
		font-size: 1.5em;
	}

	#main .headLine01 .en {
		font-size: 12px;
	}

	#main .headLine01 img {
		margin: 0 auto;
	}
	
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 20px;
	}
	
	#main .headLine02 img {
		margin: 0 auto;
	}
	
	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin-bottom: 9px;
	}
	
	#main .headLine03 span {
		padding: 0 24px;
		font-size: 12px;
	}
	
	#main .headLine03 span:before {
		margin-top: -1px;
		width: 12px;		
	}
	
	#main .headLine03 span:after {
		margin-top: -1px;
		width: 12px;
	}
	
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		width: auto;
	}
	
	#main .comLink a {
		padding: 6px 5px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	/*------------------------------------------------------------
		mainBox
	------------------------------------------------------------*/
	#main .mainBox {
		margin: 0;
	}

	
}


.fadeInUp {
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
 z-index: 1;
}
.fadeInDown {
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
.fadeInUp-late {
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-delay: 1s;
 -ms-animation-delay: 1s;
 animation-delay: 1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
 z-index: 1;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}