@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: 'Zen Maru Gothic', 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: #555761;
	transition: .3s;
	text-decoration: none;
}
a:visited {
	color: #555761;
}
a:hover {
	color: #555761;
}
a:active {
	color: #555761;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #555761;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		overflow: hidden;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 190px 15px 25px;
	min-height: 100px;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 300px;
}
#gHeader .hBox {
	align-items: center;
}
#gNavi {
	margin-top: 3px;
	width: calc(100% - 310px);
}
#gNavi ul {
	text-align: right;
}
#gNavi li {
	display: inline-block;
}
#gNavi a {
	padding: 0 10px;
	display: inline-block;
	position: relative;
	color: #70B859;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}
@media all and (min-width: 1024px) {	
	#gNavi a:hover {
		opacity: 0.4;
	}
}
.isPad #gNavi a:hover {
	opacity: 1;
}
@media all and (min-width: 897px)  and (max-width: 1300px) {
	#gNavi ul {
		white-space: nowrap;
	}
	#gNavi a {
		padding: 0 5px;
		font-size: 1.25vw;
	}
}
@media all and (min-width: 897px)  and (max-width: 1024px) {
	#gNavi {
		width: calc(100% - 265px);
	}
	#gHeader h1 {
		width: 260px;
	}
}
#gNavi a::after {
	position: absolute;
	content: '';
	right: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	background-color: #555761;
}
#gNavi li:last-child a::after {
	display: none;
}
.menu {
	position: fixed;
	top: -130px;
	right: -130px;
	width: 260px;
	height: 260px;
	cursor: pointer;
	z-index: 101;
	border-radius: 50%;
	background-color: #f7931e;
}
@media all and (min-width: 1024px) {		
	.menu:hover {
		opacity: 0.4;
	}
}
.isPad .menu:hover {
	opacity: 1;
}
.menu span {
	position: absolute;
	width: 45px;
	height: 2px;
	top: 169px;
	left: 50px;
	display: block;
	background-color: #fff;
	transition: all .3s ease;
	z-index: 31;
}
.menu span:nth-of-type(2) {
	top: 179px;
}
.menu::after {
	position: absolute;
	content: 'menu';
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	left: 50px;
    bottom: 50px;
}
.menu.on span:first-of-type {
	transform: translate(0, 5px) rotate(45deg);
}
.menu.on span:nth-of-type(2) {
	transform: translate(0, -5px) rotate(-45deg);
}
.menuBox {
	display: none;
	position: fixed;
	padding: 194px 52px 30px 54px;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 400px;
	height: 100%;
	z-index: 85;
    overflow-y: auto;
	background-color: #fff;
}
.menuBox .hNavi {
	margin-bottom: 49px;
}
.menuBox .hNavi a {
	padding: 20px 0;
	display: block;
	color: #70B859;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #70B859;
}
@media all and (min-width: 1024px) {
	.menuBox .hNavi a:hover {
		opacity: 0.4;
	}
}
.isPad .menuBox .hNavi a:hover {
	opacity: 1;
}
.menuBox .hNavi a .en {
	font-size: 2.25rem;
}
.menuBox .logo {
	margin: 0 -5px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 20px 100px 23px 15px;
		min-height: inherit;
	}
	#gNavi {
		display: none;
	}
	.menu {
		top: -90px;
		right: -90px;
		width: 180px;
		height: 180px;
	}
	.menu span {
		width: 34px;
		top: 114px;
		left: 35px;
	}
	.menu span:nth-of-type(2) {
		top: 122px;
	}
	.menu::after {
		font-size: 1.2rem;
		letter-spacing: 0.18em;
		left: 35px;
		bottom: 37px;
	}
	.menu.on span:first-of-type {
		transform: translate(0, 4px) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		transform: translate(0, -4px) rotate(-45deg);
	}
	.menu.on::after {
		bottom: 35px;
	}
	.menuBox {
		padding: 90px 40px 30px 40px;
		width: 100%;
	}
	.menuBox .hNavi {
		margin-bottom: 30px;
	}
	.menuBox .hNavi a {
		padding: 18px 0;
		font-size: 1.5rem;
	}
	.menuBox .hNavi li:first-child a {
		padding: 20px 0 21px;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 29px;
}
#gFooter address {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-style: normal;
	text-align: center;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 95px;
	}
}