@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, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 820px) and (max-width: 1919px) {
	html {
		font-size: 0.52vw;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 2.66vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	
}
article, aside, canvas, details, figcaption, figure, footer, header, main, 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%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #636363;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #636363;
}
a:hover {
	color: #636363;
}
a:active {
	color: #636363;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #636363;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	padding-top: 10.9rem;
	background: url("../../images/index/bg01.jpg") no-repeat left top / 100% auto;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
chrome_annotation {
	border: none !important;
}
@media all and (min-width: 820px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 819px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 10.9rem;
		background: url("../../images/index/bg01_sp.png") no-repeat left top / 100% 128.9rem;
	}
	#container {
		padding-bottom: 7rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 2.1rem 4rem 1rem 3.6rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(246,246,246,0.94);
	box-sizing: border-box;
	z-index: 100;
}
#header .h-box {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
#header .logo {
	display: flex;
	font-weight: normal;
	font-size: 1.2rem;
	align-items: center;
	letter-spacing: 0.1em;
}
#header .logo img {
	width: 24.1rem;
}
#header .logo span {
	margin-left: 3.6rem;
	display: block;
}
#header .right-box {
	margin-top: -1.2rem;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.navi-ul {
	margin: 1.4rem 8.5rem 0 0;
	display: flex;
	justify-content: center;
}
.navi-ul a {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.navi-ul .en {
	margin-bottom: 0.4rem;
	display: block;
	font-weight: 700;
	font-family: "Quattrocento", serif;
	font-size: 1.6rem;
	letter-spacing: 0.07em;
}
.navi-ul li {
	margin-left: 4rem;
}
.navi-ul li:first-child {
	margin-left: 0;
}
@media all and (min-width: 820px) {
	.navi-ul a:hover {
		opacity: 0.55;
	}
}
@media all and (max-width: 819px) {
	#header {
		padding: 1.5rem 1rem;
	}
	#header .logo {
		font-size: 1rem;
		justify-content: center;
	}
	#header .logo span {
		color: #009845;
		font-weight: 700;
		margin: 0 -0.5rem 0 1rem;
	}
	#header .logo img {
		width: 19.7rem;
	}
	#header .h-box {
		display: block;
	}
}

.menu {
    width: 3.2rem;
    cursor: pointer;
    margin: 0.6rem -1.7rem 0 3.6rem;
}
.menu img {
	width: 100%;
	display: block;
}
.menu .off {
	display: none;
}
.menu.open .off {
	display: block;
}
.menu.open .on {
	display: none;
}


/* menu-box */
.menu-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url("../../images/common/menu_bg.jpg") no-repeat center center / 100% 100%;
	overflow-y: auto;
	z-index: 88;
	display: none;
}
.menu-box .inner-box {
	padding: 14.4rem 2rem;
}
.menu-box .navi-ul {
	margin: 0;
	display: block;
}
.menu-box .navi-ul a {
	color: #636363;
}
.menu-box .navi-ul li {
	margin: 0 0 5.7rem;
}
.menu-box .navi-ul li:last-child {
	margin-bottom: 0;
}
.menu-box .com-link02 {
	margin: 6.9rem 4.3rem 0;
	text-align: right;
}
@media all and (min-width: 820px) {
	.menu-box {
		display: none !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	min-height: 43.2rem;
	padding: 4.9rem 0;
	color: #fff;
	background: url("../../images/common/footer_bg.jpg") no-repeat left top / cover;
}
#footer .navi-ul {
	margin: 0 0 8.2rem;
}
#footer .navi-ul li {
	margin: 0 3.6rem;
}
#footer .navi-ul a {
	color: #fff;
}
#footer .f-box {
	max-width: 123.6rem;
}
#footer address {
	font-size: 1rem;
	line-height: 1.5;
	text-align: right;
	font-family: "Quattrocento", serif;
	letter-spacing: 0.05em;
}
#footer .com-link02 {
	margin-bottom: 1.1rem;
	text-align: right;
}
@media all and (max-width: 819px) {
	#footer .f-box {
		max-width: inherit;
	}
	#footer address {
		text-align: center;
	}
	#footer .f-box {
		padding: 0 1rem;
	}
	#footer {
		padding: 3.2rem 0;
	}
	#footer {
		min-height: 20.8rem;
		background-image: url("../../images/common/footer_bg_sp.jpg");
	}
}


.page-top {
    position: fixed;
    bottom: 5.2rem;
    right: 4rem;
	z-index: 50;
	display: none;
}
.page-top a {
	display: block;
	text-align: center;
}
.page-top span {
	color: #49B460;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
}
.page-top img {
	margin-bottom: 0.7rem;
	width: 4rem;
}
@media all and (min-width: 820px) {
	.page-top a:hover {
		opacity: 0.55;
	}
}
@media all and (max-width: 819px) {
	.page-top img {
		margin-bottom: 0;
		width: 3.7rem;
	}
	.page-top {
		bottom: 7.7rem;
		right: 1.4rem;
	}
}