@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: 390px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #000;
	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;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@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 {
	width: calc(100% - 3rem);
	position: fixed;
	right: 0;
	top:1rem;
	z-index: 1000;
	border-radius: 10rem 0 0 10rem;
	background: rgba(255, 255, 255, 0.95);
}
#gHeader .comLogoBox .logo {
	flex: 1;
	min-width: 0;
}
#gHeader .comLogoBox .logo a {
	max-width: 100%;
}
@media all and (max-width: 896px) {
	#gHeader {
		width: calc(100% - 1rem);
	}
}
/* menu */
.menu {
	margin-left: 1rem;
	width: 6rem;
	height: 6rem;
	position: relative;
	z-index: 999;
	cursor: pointer;
	border-radius: 100%;
	flex-shrink: 0;
	transition: 0.3s;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
}
.menu span {
	width: 2rem;
	height: 1px;
	display: block;
	transition: all .4s;
	box-sizing: border-box;
	border-radius: 0.2rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 1.9rem;
}
.menu span:nth-of-type(2) {
	top: 2.9rem;
}
.menu span:nth-of-type(3) {
	top: 3.9rem;
}
.menu.on span {
	top: 50% !important;
}
.menu.on span:nth-of-type(1) {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translate(-50%,-50%) rotate(45deg);
}
@media all and (min-width: 897px) {
	.menu:hover {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.menu {
		width: 4rem;
		height: 4rem;
	}
	.menu span {
		width: 1.4rem;
	}
	.menu span:nth-of-type(1) {
		top: 1.3rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.7rem;
	}
}
/* gNavi */
#gNavi {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	#gNavi .content {
		padding: 13rem 0 4.3rem;
		max-width: calc(100% - 3rem);
		position: relative;
	}
	#gNavi .head {
		width: 49.3rem;
		position: absolute;
		left: -16.7rem;
		bottom: -3rem;
	}
	#gNavi .comLink {
		margin-left: auto;
		padding: 2.4rem 2rem 0;
		width: fit-content;
		border-top: 1px solid #D9D9D9;
	}
	#gNavi .comNaviBox {
		padding-right: 4.8rem;
	}
}
@media (min-width: 897px) and (max-width: 1340px) {
	#gNavi .head {
		width: 36.791vw;
		left: max(1rem,-12.463vw);
	}
}
@media all and (max-width: 896px) {
	#gNavi .content {
		padding: 7.5rem 0;
	}
	#gNavi .comLogoBox {
		margin: 0 0 2.5rem;
		padding: 0;
	}
	#gNavi .comLogoBox .button {
		margin: 0;
	}
	#gNavi .head {
		display: none;
	}
	#gNavi .comNaviBox {
		margin-bottom: 3rem;
	}
	#gNavi .comNaviBox .navUl:last-child li:last-child .title {
		border-bottom: 1px solid #d9d9d9;
	}
	#gNavi .comNaviBox .navUl:last-child li:last-child .title.on {
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: -18.5rem;
	padding: 5.7rem 0 3.3rem;
	background: #fff;
	border-radius: 0 20rem 0 0;
	position: relative;
	z-index: 2;
}
#gFooter .content {
	position: relative;
}
#gFooter .head {
	width: 49.3rem;
	position: absolute;
	right: -3.4rem;
	top: -10.4rem;
}
#gFooter .comLogoBox {
	margin-bottom: 7.8rem;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 3.8rem;
	height: auto;
}
#gFooter .comLogoBox .logo {
	width: 100%;
}
#gFooter .comLogoBox .logo a {
	width: 46.2rem;
}
#gFooter .comLogoBox .linkList a {
	width: 14.5rem;
}
#gFooter .botBox {
	padding-top: 2.3rem;
	align-items: center;
	border-top: 1px solid #D9D9D9;
}
#gFooter address {
	font-size: 1rem;
	line-height: 1.2
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1px 0 3rem;
		border-radius: 0 7rem 0 0;
	}
	#gFooter .head {
		margin: -3rem 1rem 0.5rem;
		width: 30.3rem;
		position: initial;
	}
	#gFooter .comLogoBox .logo a {
		width: 33.5rem;
	}
	#gFooter .comLogoBox {
		margin-bottom: 2.8rem;
		row-gap: 3rem;
	}
	#gFooter .botBox {
		padding-top: 3.5rem;
		display: block;
	}
	#gFooter address {
		text-align: center;
	}
	#gFooter .comLink {
		margin: 0 1rem 3.6rem;
	}
}