@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: "M PLUS Rounded 1c", 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: #535069;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #535069;
}
a:active {
	color: #535069;
}
@media all and (min-width: 1025px) {
	a:hover {
		opacity: 0.7;
	}
	a:hover {
		color: #535069;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@font-face {
    font-family: 'A-OTF Midashi Min MA31 Pro MA31';
    src: url(../font/a-otf-midashi-min-ma31-pro-ma31.otf)  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #535069;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5764;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
@media all and (min-width: 768px) {
	body {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0.8rem;
	width: 100%;
	min-height: 5rem;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	background: #fff;
	z-index: 1000;
}
#gHeader h1 {
	width: 12.3rem;
}
#gHeader .menu {
	margin: 1rem 1rem 0 0;
	width: 1.8rem;
	height: 1.8rem;
	position: relative;
	cursor: pointer;
}
#gHeader .menu span {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 0.1rem solid #535069;
	transition: all .3s ease;
}
#gHeader .menu span:nth-of-type(2) {
	top: 0.6rem;
}
#gHeader .menu span:nth-of-type(3) {
	top: 1.2rem;
}
#gHeader .menu.on span:first-child {
	transform: translateY(0.6rem) translateX(0) rotate(45deg);
}
#gHeader .menu.on span:nth-of-type(2) {
	opacity: 0;
}
#gHeader .menu.on span:nth-of-type(3) {
	transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
}
#gHeader .popLink {
	position: absolute;
	top: 1.4rem;
	right: 1.4rem;
	width: 2.3rem;
}
#gHeader .popLink a {
	display: block;
}
@media all and (min-width: 768px) {
	#gHeader h1 a:hover {
		opacity: 1 !important;
	}
	#gHeader {
		padding: 1.7rem 1.9rem;
		min-height: inherit;
		display: block;
		background: transparent;
		z-index: 1000;
	}
	#gHeader h1 {
		width: 18.8rem;
	}
	#gHeader .popLink {
		position: absolute;
		top: 2.9rem;
		right: 3.5rem;
		width: 3.2rem;
	}
	#gHeader .popLink a {
		display: block;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 1.8rem 1.6rem;
}
#gFooter .fLogo {
	margin-top: -0.5rem;
	width: 14.8rem;
}
#gFooter .rBox address {
	margin-bottom: 0.6rem;
	font-size: 1.1rem;
	font-family: "Noto Sans JP", sans-serif;
}
#gFooter .rBox .pLink {
	margin-bottom: 1rem;
}
#gFooter .rBox .pLink a {
	display: block;
	font-size: 1.1rem;
	text-align: right;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (min-width: 768px) {
	#gFooter .fLogo a:hover {
		opacity: 1 !important;
	}
	#gFooter {
		padding: 0 1.8rem 2.1rem;
	}
	#gFooter .fBox {
		margin: 0 auto;
		max-width: 86.2rem;
		align-items: center;
	}
	#gFooter .fLogo {
		margin-top: -1rem;
		width: 22rem;
	}
	#gFooter .rBox {
		display: flex;
		flex-wrap: wrap;
	}
	#gFooter .rBox address {
		margin-bottom: 0.6rem;
		font-size: 1.4rem;
	}
	#gFooter .rBox .pLink {
		margin-right: 4rem;
	}
	#gFooter .rBox .pLink a {
		font-size: 1.4rem;
	}
}