@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
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;
	max-width: 100%;
}
a,
a:link {
	color: #1e1e1e;
	text-decoration: none;
}
a:visited {
	color: #1e1e1e;
}
a:hover {
	color: #1e1e1e;
}
a:active {
	color: #1e1e1e;
}
a, a img {
	color: #1e1e1e;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.subcon.comBox p {
    margin-bottom: 20px;
    font-size: 1.2em;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #1e1e1e;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 16px 50px 0;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1000;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1820px;
}
#gHeader h1 {
	margin: 0 0 14px 7px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.8px;
}
#gHeader .logo {
	margin: 9px 0 0 5px;
	float: left;
}
#gHeader .rightBox {
	width: 1202px;
	float: right;
}
#gHeader .hTel {
	margin: 8px 38px 0 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 1px;
	float: right;
}
#gHeader .hTel a {
	margin-left: 9px;
	font-size: 3rem;
	display: inline-block;
	letter-spacing: 1.5px;
}
#gHeader .comBtn {
	float: right;
}
#gHeader .comBtn a {
	padding: 16px 5px 15px;
	width: 180px;
	font-size: 1.6rem;
	background-color: #84c4e5;
}
@media all and (-ms-high-contrast:none) {
	#gHeader .comBtn a {
		padding: 17px 5px 10px;
	}
}
@media all and (min-width: 768px) and (max-width: 1500px) {
	#gHeader .rightBox {
		width: 900px;
	}
	#gHeader .comBtn a {
		padding: 16px 10px 15px;
		width: 144px;
		font-size: 1.4rem;
	}
	#gHeader .comBtn a img {
		margin: -2px 5px 0 -5px;
		width: 15px;
	}
	#gHeader .hTel {
		margin: 8px 13px 0 0;
		font-size: 2rem;
	}
	#gHeader .hTel a {
		font-size: 2.6rem;
		letter-spacing: 0.5px;
	}
}
@media all and (min-width: 768px) {
	#gHeader .rightBox {
		padding: 0 !important;
		display: block !important;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 10px;
	}
	#gHeader h1 {
		margin-bottom: 5px;
		font-size: 0.8rem;
		letter-spacing: 0;
	}
	#gHeader .logo {
		margin: 0;
		width: 120px;
	}
	#gHeader .rightBox {
		padding: 30px 15px;
		width: 100%;
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
		box-sizing: border-box;
		background-color: rgba(255,255,255,0.9);
		display: none;
	}
	.menu {
		position: absolute;
		top: 29px;
		right: 24px;
		height: 20px;
		width: 20px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
		transform: translateY(7px) translateX(0) rotate(-45deg);
		background: #6ac26b;
	}
	.menu.active .middle {
		opacity: 0;
		background: #6ac26b;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
		transform: translateY(-7px) translateX(0) rotate(45deg);
		background: #6ac26b;
	}
	.menu span {
		background: #6ac26b;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	#gHeader .comBtn {
		margin-bottom: 20px;
		float: none;
	}
	#gHeader .hTel {
		margin: 0;
		float: none;
		text-align: center;
	}
	#gHeader .comBtn a {
		margin: 0 auto;
		padding: 12px 5px 8px;
		max-width: 400px;
		width: auto;
	}
	#gHeader .comBtn a img {
		width: 20px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 20px;
	width: 700px;
	float: left;
}
#gNavi li {
	margin-right: 54px;
	float: left;
}
#gNavi li:first-child {
	margin-right: 70px;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi li a {
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: bold;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 768px) and (max-width: 1500px) {
	#gNavi li,
	#gNavi li:first-child {
		margin-right: 20px;
	}
	#gNavi {
		margin-top: 16px;
		width: 540px;
	}
	#gNavi li a {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 767px) {
	#gNavi {
		margin: 0 0 30px;
		width: auto;
		float: none;
	}
	#gNavi li {
		margin-right: 0 !important;
		float: none;
	}
	#gNavi li a {
		padding: 15px 0;
		display: block;
		border-bottom: 1px solid #1e1e1e;
	}
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 62px 0 25px;
	background-color: #f2f2f2;
}
#gFooter .pageTop {
	position: absolute;
	bottom: -79px;
	right: -133px;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	font-size: 1.2rem;
	text-align: center;
}
#gFooter .fNavi {
	margin: 0 auto 56px;
	padding: 0 0 44px 42px;
	max-width: 1100px;
	text-align: center;
	letter-spacing: 1.8px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}
#gFooter .fNavi li {
	margin: 0 15px;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
}
#gFooter .fNavi li a {
	margin-right: 35px;
	display: inline-block;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	margin: 0 auto 83px;
	max-width: 1104px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
#gFooter .fBox .leftBox {
	width: 360px;
}
#gFooter .fBox .rightBox {
	margin-top: 2px;
	width: 660px;
}
#gFooter .fBox .rightBox .bannerUl {
	margin-bottom: 40px;
	display: flex;
}
#gFooter .fBox .rightBox .bannerUl li {
	margin-right: 28px;
}
#gFooter .fBox .rightBox .bannerUl li:last-child {
	margin-right: 0;
}
#gFooter .fBox .rightBox .bannerUl a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fLogo {
	margin-bottom: 32px;
}
#gFooter .addressDl {
	padding-left: 28px;
	letter-spacing: 1px;
}
#gFooter .addressDl dt {
	margin-bottom: 2px;
	position: relative;
}
#gFooter .addressDl dt::after {
	width: 5px;
	height: 20px;
	position: absolute;
	top: -1px;
	left: -16px;
	background-color: #1e1d1d;
	content: "";
}
#gFooter .addressDl dd {
	margin-bottom: 16px;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
}
#gFooter .addressDl dd:last-child {
	margin-bottom: 0;
}
#gFooter .innerBox {
	margin-left: 3px;
	display: flex;
	justify-content: space-between;
}
#gFooter .innerBox .telBox {
	width: 285px;
}
#gFooter .innerBox .comBtn {
	width: 330px;
}
#gFooter .innerBox .comBtn a {
	padding: 23px 5px 20px;
	width: 100%;
	background-color: #84c4e5;
}
#gFooter .messageBox {
	margin-top: 7px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-align: right;
	line-height: 1;
	letter-spacing: 1.5px;
}
#gFooter .telTxt {
	margin-bottom: 3px;
	font-size: 2.6rem;
}
#gFooter .telTxt a {
	margin-left: 9px;
	font-size: 3.6rem;
	display: inline-block;
}
#gFooter .faxTxt {
	font-size: 2.2rem;
}
#gFooter .faxTxt span {
	margin-left: 7px;
	font-size: 2.6rem;
}
@media all and (min-width: 768px) and (max-width: 1500px) {
	#gFooter .pageTop {
		right: -80px;
	}
}
@media all and (-ms-high-contrast:none) {
	#gFooter .innerBox .comBtn a {
		padding: 26px 5px 20px;
	}
}
@media all and (max-width: 767px) {
	#gFooter .fNavi {
		margin-top: -5px;
		padding: 0 0 20px 0;
		letter-spacing: 0;
	}
	#gFooter .fNavi li {
		margin: 5px 0 0 0;
		font-size: 1.2rem;
	}
	#gFooter .fNavi li a {
		margin-right: 4px;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .fBox .leftBox {
		margin-bottom: 30px;
		width: auto;
	}
	#gFooter .fBox .rightBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .fBox .rightBox .bannerUl {
		margin-top: -15px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#gFooter .fBox .rightBox .bannerUl li {
		margin: 15px 0 0 0;
		width: 48%;
	}
	#gFooter .fBox .rightBox .bannerUl img {
		width: 100%;
	}
	#gFooter {
		padding: 40px 15px 25px;
	}
	#gFooter .fBox .fLogo {
		text-align: center;
	}
	#gFooter .fBox .fLogo img {
		width: 150px;
	}
	#gFooter .addressDl {
		padding-left: 10px;
	}
	#gFooter .addressDl dt::after {
		width: 3px;
		height: 16px;
		left: -9px;
		top: 1px;
	}
	#gFooter .innerBox {
		margin-left: 0;
		display: block;
	}
	#gFooter .innerBox .comBtn {
		margin: 0 auto;
		width: 270px;
	}
	#gFooter .telTxt a {
		font-size: 3rem;
	}
	#gFooter .telTxt {
		font-size: 2.2rem;
	}
	#gFooter .faxTxt {
		font-size: 1.8rem;
	}
	#gFooter .faxTxt span {
		font-size: 2.3rem;
	}
	#gFooter .messageBox {
		margin-bottom: 20px;
		text-align: center;
	}
	#gFooter .comBtn a img {
		margin: -2px 10px 0 -5px;
		width: 21px;
	}
	#gFooter .innerBox .comBtn a {
		padding: 16px 6px 16px;
	}
	#gFooter .pageTop {
		width: 40px;
		bottom: -79px;
		right: 0
	}
}