@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, footer, header, main, hgroup, menu, nav, summary {
	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: 897px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
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;
}
chrome_annotation {
	border: none !important;
}
: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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #040000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#container::before {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/common/bg01.jpg) no-repeat center top / cover;
	content: '';
	z-index: -1;
}
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 {
		font-size: 1.4rem;
	}
	#container::before {
		background-image: url(../img/common/bg01_sp.jpg);
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 1.8rem 0 1.9rem;
	width: 100.4rem;
	max-width: 90%;
	position: relative;
	z-index: 10;
}
#gHeader h1 img {
	width: 14.9rem;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.8rem 0.7rem 1rem;
		width: 100%;
		max-width: 100%;
	}
	#gHeader h1 {
		width: 100%;
		position: relative;
		z-index: 150;
	}
	#gHeader h1 img {
		width: 7.3rem;
	}
	.menu {
		width: 2.1rem;
		height: 1.6rem;
		position: absolute;
		right: 1rem;
		top: 1rem;
		cursor: pointer;
		z-index: 200;
	}
	.menu span {
		width: 100%;
		height: 0.25rem;
		position: absolute;
		left: 0;
		top: 0;
		background: #269E75;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 0.6rem;
	}
	.menu span:nth-child(3) {
		top: 1.2rem;
	}
	.menu.on span {
		background: #fff;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0,0.6rem) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translate(0,-0.6rem) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		color: #fff;
		background: #269E75;
		transform: translateX(100%);
		transition: all 0.5s cubic-bezier(0, 0.05, 0.29, 1);
		overflow-y: auto;
		z-index: 100;
	}
	.menuBox.on {
		opacity: 1;
		transform: translateX(0);
	}
	.menuBox .twLink {
		margin-top: 2rem;
		text-align: center;
	}
	.menuBox .twLink img {
		width: 5.8rem;
	}
	.menuBox .innerBox {
		padding: 6.2rem 0 3rem;
	}
	.menuBox ul {
		margin: 0 auto;
		width: 88%;
	}
	.menuBox ul li a {
		padding: 1.5rem 10%;
		color: #fff;
		font-size: 2.5rem;
		line-height: 1;
		display: block;
		border-bottom: 0.1rem solid #ccc;
	}
	.menuBox ul li a {
		padding-left: 5%;
		padding-right: 0;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
	position: relative;
	z-index: 1;
}
#gFooter address {
	padding: 2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: -0.01em;
}
.pageTop {
	width: 111.4rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.pageTop a {
	margin-left: auto;
	display: block;
	width: 20rem;
	position: absolute;
	right: 0;
	bottom: 15.5rem;
	z-index: 200;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter address {
		padding: 1.6rem 1rem;
		font-size: 1.2rem;
		line-height: 1.56;
	}
	.pageTop {
		width: 100%;
	}
	.pageTop a {
		width: 9.7rem;
		bottom: 6.8rem;
		right: 1.4rem;
	}
	.pageTop a img {
		width: 100%;
	}
}