@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: "游ゴシック","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;
}

.yuGothic {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

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

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}
a.nolink {
	pointer-events: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #FFF url(../../image/loading.gif) no-repeat center center;
	background-size: 20px 20px;
}

body {
	min-width: 1164px;
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
}

#main.h-fixed {
	margin-top: 188px;
}

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;
	}
	
	#container {
		padding-top: 54px;
		position: relative;
	}
	
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	margin: 0 auto;
	padding: 6px 0 18px;
	max-width: 980px;
	transition: .3s;
}

#gHeader.fixed .hBox {
	padding: 6px 0;
}

#gHeader h1 {
	padding: 10px 0 0 2px;
	float: left;
}

#gHeader .hInner {
	width: auto;
	float: right;
}

#gHeader .line {
	margin-left: 6px;
	transition: .3s;
}

#gHeader .line:hover {
	opacity: .7;
}

#gHeader .h_menu {
	display: flex;
    justify-content: flex-end;
	align-items: center;
}

#gHeader .h_menu li {
	margin-left: 6px;
}

#gHeader .h_menu img {
	width: 24px;
	height: 24px;
	margin-top: -6px;
}

#gHeader .h_manage {
	display: block;
    text-align: right;
    margin-bottom: 6px;
}

#gHeader .hInner .hLink,
#gHeader .hInner p {
	float: left;
}

#gHeader .hInner .hLink {
	width: 200px;
}

#gHeader .hInner .hLink a {
	padding: 13px 5px;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background-color: #EC3386;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

#gHeader .hInner .hLink a:hover {
	opacity: 0.7;
}

#gHeader .hInner .hLink a span {
	padding-left: 37px;
	display: inline-block;
	text-align: left;
	background: url(../image/icon02.png) no-repeat left top 9px;
}

#gHeader .hInner p {
	margin-right: 15px;
	width: 240px;
	line-height: 1.2;
}

#gHeader .hInner p span {
	display: block;
}

#gHeader .hInner p .text {
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: bold;
}

#gHeader .hInner p .tel {
	margin-bottom: 2px;
	padding-left: 37px;
	color: #59BA00;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.5px;
	word-break: break-all;
	background: url(../image/icon01.png) no-repeat left center;
}

#gHeader .hInner p .time {
	color: #59BA00;
	font-size: 11px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		background-color: #FFF;
	}
	
	#gHeader .hBox {
		padding: 10px 15px;
		max-width: inherit;
	}
	
	#gHeader h1 {
		padding: 0;
	}
	
	#gHeader h1 a img {
		width: 140px;
	}
	
	#gHeader .hInner {
		display: none;
	}
	
	#gHeader .menuBtn {
		margin-top: 3px;
		float: right;
	}
	
	#gHeader .menuBtn img {
		width: 26px;
	}
	
	#gHeader .tel a {
		position: fixed;
		width: 60px;
		height: 54px;
		top: 0;
		right: 56px;
		background-color: #59BB00;
		color: #fff;
		text-align: center;
		font-size: 10px;
		letter-spacing: -.5px;
	}

	#gHeader a.nolink {
		pointer-events: inherit;
	}

	#gHeader .contact a {
		position: fixed;
		width: 60px;
		height: 54px;
		top: 0;
		right: 117px;
		background-color: #59BB00;
		color: #fff;
		text-align: center;
		font-size: 10px;
		letter-spacing: -.5px;
	}

	#gHeader .tel a img ,
	#gHeader .contact a img {
		width: 26px;
		display: block;
		margin: 5px auto 5px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 0px;
	min-height: 80px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	transition: .3s;
}

#gHeader.fixed #gNavi {
	min-height: 70px;
}

#gNavi .nav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #FFF;
}

#gHeader.fixed {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	top: 0;
}

#gNavi ul {
	margin: 0 auto;
	width: 980px;
}

#gNavi li {
	width: 122px;
	min-height: 80px;
	float: left;
	position: relative;
	box-sizing: border-box;
}

#gHeader.fixed #gNavi li {
	min-height: 70px;
}

#gNavi li:before {
	margin-top: -40px;
	width: 1px;
	height: 80px;
	position: absolute;
	background-color: #CCC;
	left: 0;
	top: 50%;
	content: " ";
}

#gNavi li.last:after {
	margin-top: -40px;
	width: 1px;
	height: 80px;
	position: absolute;
	background-color: #CCC;
	right: 0;
	top: 50%;
	content: " ";
	transition: .3s;
}

#gHeader.fixed #gNavi li:before ,
#gHeader.fixed #gNavi li.last:after {
	margin-top: -35px;
	height: 70px;
}

#gNavi li a {
	padding-top: 8px;
	display: block;
	text-decoration: none;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	transition: .3s;
}

#gHeader.fixed #gNavi li a {
	padding-top: 4px;
}

#gNavi li a {
	transition: .3s;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li a .text {
	margin-top: 6px;
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
}

/*#gNavi .price a .text {
	margin-top: 0;
}*/

#gNavi li .subList {
	width: 210px;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background-color: #F3FCEB;
}

#gHeader #gNavi li .subList li {
	width: auto;
	min-height: inherit;
	float: none;
	border-bottom: 1px solid #ddd;
}

#gNavi li .subList li:before {
	display: none;
}

#gNavi li .subList li:last-child {
	border-bottom: none;
}

#gNavi li .subList li:last-child:after {
	display: none;
}

#gHeader #gNavi li .subList li a {
	padding: 10px;
	color: #000;
	font-size: 14px;
	text-align: left;
	background-color: #F3FCEB;
}

#gNavi li .subList li a:hover {
	background-color: #59BB00;
	color: #fff;
}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		margin-bottom: 0;
		min-height: inherit;
		height: calc(100% - 54px);
		-webkit-height: calc(100% - 54px);
		width: 100%;
		position: fixed;
		left: 0;
		top: 54px;
		overflow: auto;
		display: none;
		z-index: 5000;
		background-color: #FFF;
	}
	
	#gNavi .nav {
		padding: 15px 15px 20px;
		width: 100%;
		height: auto;
		position: static;
		left: auto;
		top: auto;
		box-sizing: border-box;
	}
	
	#gNavi ul {
		width: auto;
		border-top: 1px solid #000;
	}
	
	#gNavi li {
		width: auto;
		min-height: inherit;
		float: none;
		border-bottom: 1px solid #000;
	}
	
	#gNavi li:before {
		display: none;
	}
	
	#gNavi li:last-child:after {
		display: none;
	}
	
	#gNavi li a {
		padding: 20px 15px;
		height: auto !important;
		font-size: 14px;
	}
	
	#gNavi .more > a {
		background: url(../image/icon13.png) no-repeat right 10px center;
		background-size: 15px auto;
	}
	
	#gNavi .more > a.on {
		background-image: url(../image/icon13_on.png);
	}
	
	#gNavi li a .text {
		margin-top: 0;
	}
		
	#gNavi li a img {
		display: none;
	}
	
	#gNavi li .subList {
		width: auto;
		position: static;
		left: auto;
		top: auto;
		border-top: 1px solid #000;
		background-color: #fff;
	}
	
	#gNavi li .subList li {
		width: auto;
		min-height: inherit;
		float: none;
		border-bottom: 1px solid #000;
	}
	
	#gNavi li .subList li a {
		padding: 10px;
	}

	#gNavi li .subList li a:hover {
		background-color: #fff;
	}
	
	#gNavi li.last:after {
		display: none;
	}

	#gNavi li.sns ,
	#gNavi li.sns ul li {
		border-bottom: 0;
	}

	#gNavi li.sns ul {
		display: flex !important;
		justify-content: center;
	}

	#gNavi li.sns ul li a {
		padding: 0;
	}

	#gNavi li.sns ul li {
		margin: 10px;
	}

	#gNavi li.sns ul li img {
		display: block;
		width: 36px;;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 264px 0 0;
    background: url(../image/foot_bg.png) repeat-x center top;
    margin-top: 40px;
}

#gFooter .gFooter-area {
	padding: 37px 0;
	background-color: #59BB00;
}

#gFooter .fBox {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}

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

#gFooter .pageTop a {
	display: block;
	transition: .3s;
}

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

#gFooter .fBox .lBox {
	width: 430px;
	float: left;
}

#gFooter .fBox .lBox .fLogo {
	margin-bottom: 26px;
	padding-left: 4px;
}

#gFooter .fBox .lBox .address {
	margin-bottom: 12px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
}

#gFooter .fBox .lBox dl {
	margin-bottom: 31px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
}

#gFooter .fBox .lBox dt {
	float: left;
}

#gFooter .fBox .lBox dd a {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

#gFooter .fBox .lBox .copyright {
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
}

#gFooter .fBox .rBox {
	padding-top: 2px;
	width: 450px;
	float: right;
}

#gFooter .fBox .rBox .fNavList > li {
	width: 230px;
	float: left;
}

#gFooter .fBox .rBox .fNavList > li:first-child {
	width: 218px;
}

#gFooter .fBox .rBox .fNavList .subList li {
	width: auto;
	float: none;
}

#gFooter .fBox .rBox .fNavList .subList li a {
	padding-left: 14px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	line-height: 1.87;
	background: url(../image/icon12.png) no-repeat left top 8px;
}

#gFooter .fBox .rBox .fNavList .subList .innerList {
	margin-left: 15px;
}

#gFooter .fBox .rBox .banner {
	margin-top: 20px;
}

#gFooter .fBox .rBox .banner a img {
	transition: .3s;
	max-width: 100%;
	height: auto;
}

#gFooter .fBox .rBox .banner a:hover img {
	opacity: .7;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#gFooter {
		padding: 132px 0 0;
		background-size: auto 132px;
	}

	#gFooter .gFooter-area {
		padding: 20px 10px;
	}
	
	#gFooter .fBox {
		max-width: inherit;
	}
	
	#gFooter .pageTop {
		bottom: 5px;
		right: 5px;
	}
	
	#gFooter .pageTop a img {
		width: 45px;
	}
		
	#gFooter .fBox .lBox {
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .lBox .fLogo {
		margin-bottom: 20px;
		padding-left: 0;
		text-align: center;
	}
	
	#gFooter .fBox .lBox .fLogo a img {
		width: 124px;
	}
	
	#gFooter .fBox .lBox .address {
		margin-bottom: 10px;
		font-size: 14px;
		text-align: center;
	}
		
	#gFooter .fBox .lBox dl {
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	#gFooter .fBox .lBox dd a {
		font-size: 22px;
		text-decoration: none;
	}
	
	#gFooter .fBox .lBox .copyright {
		font-size: 11px;
		text-align: center;
	}
	
	#gFooter .fBox .rBox {
		margin-bottom: 20px;
		padding-top: 0;
		width: auto;
		float: none;
	}

	#gFooter .fBox .rBox .fNavList {
		display: none;
	}
	
	#gFooter .fBox .rBox .fNavList > li {
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .rBox .fNavList > li:first-child {
		width: auto;
	}
	
	#gFooter .fBox .rBox .fNavList .subList {
	}
	
	#gFooter .fBox .rBox .fNavList .subList li {
		width: auto;
		float: none;
		border-bottom: 1px solid #FFF;
	}
	
	#gFooter .fBox .rBox .fNavList .subList .innerList li:last-child {
		border-bottom: none;
	}
		
	#gFooter .fBox .rBox .fNavList .subList li a {
		padding: 5px 0 5px 14px;
		display: block;
		text-decoration: none;
		background: url(../image/icon12.png) no-repeat left top 13px;
	}
	
	#gFooter .fBox .rBox .fNavList .subList .innerList {
		margin-left: 0;
		border-top: 1px solid #FFF;
	}
	
	#gFooter .fBox .rBox .fNavList .subList .innerList li a {
		padding-left: 30px;
		background-position: left 17px top 13px;
	}
}

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

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto;
	max-width: 980px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 28px;
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}

#main .headLine01 .en {
	display: block;
	color: #59BA00;
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 15px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comBox
	------------------------------------------------------------*/
	#main .comBox {
		padding: 0 10px;
		max-width: inherit;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	#main .headLine01 .en {
		font-size: 12px;
	}
}