@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Kaisei Opti", 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: #684794;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #684794;
}
a:hover {
	color: #684794;
}
a:active {
	color: #684794;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;
	color: #684794;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.9rem 3rem 2.8rem;
	position: relative;
	background-color: #fff;
}
#gHeader h1 {
	width: 16.7rem;
}
#gHeader .hList {
	position: absolute;
	right: 2.8rem;
	top: 2.8rem;
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#gHeader .hList span {
	margin: 0 1.2rem 0 1.8rem;
	display: inline-block;
}
#gHeader .hList li:first-child {
	letter-spacing: -0.04em;
}
#gHeader .hList a {
	color: #000;
}
#gHeader .hList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .hList {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.1rem 1.5rem 0.8rem;
	}
	#gHeader h1 {
		width: 12.5rem;
	}
	#gHeader .hList {
		width: 100%;
		right: 0;
		top: 100%;
		padding: 2rem;
		text-align: center;
		box-sizing: border-box;
		background-color: #fff;
		display: none;
		border-top: 1px solid #000;
	}
	#gHeader .hList a {
		padding: 2rem;
		display: block;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		position: absolute;
		right: 0;
		top: 0;
		background-color: #000;
	}
	.menu span {
		width: 2.3rem;
		height: 1px;
		position: absolute;
		top: 1.2rem;
		left: 0.8rem;
		background: #fff;
		transition: all .35s ease;
		opacity: 0.6;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.9rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
}