@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: "Zen Kaku Gothic New", sans-serif;
}

.epilogue {
	font-family: "Epilogue", sans-serif;
}

.josefin {
	font-family: "Josefin Sans", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
    word-break: break-word;
}
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 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.hInner {
	align-items: center;
	height: 7rem;
	padding: 2rem 6.4rem 2rem 4.4rem;
}
#gHeader h1 a,
#gHeader p a {
	display: inline-block;
}
#main {
	padding-top: 7rem;
}
#gHeader .menu {
	margin-top: -0.6rem;
	position: relative;
	height: 2.2rem;
	width: 3.7rem;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#gHeader .menu.on {
	opacity: 0;
}
#gHeader .menu.on .top {
	transform: translateY(1.0rem) translateX(0) rotate(45deg);
}
#gHeader .menu.on .middle {
	opacity: 0;
}
#gHeader .menu.on .bottom {
	transform: translateY(-1.0rem) translateX(0) rotate(-45deg);
}
#gHeader .menu span {
	background: currentColor;
	border-radius: 5px;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#gHeader .menu span:nth-of-type(2) {
	top: 1rem;
}
#gHeader .menu span:nth-of-type(3) {
	top: 2rem;
}
.menuBox {
	position: fixed;
	top: 0;
	right: 0;
	width: 47.8rem;
	z-index: 1000;
	transform: translateX(101%);
	background-color: rgba(51, 51, 51,0.9);
	transition: .5s;
}
.menuBox.open {
	transform: translateX(0);
}
.menuBox .close {
	position: fixed;
	right: 3rem;
	bottom: 2rem;
}
.menuBox .close a {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
}
.menuBox .naviList {
	padding: 5.5rem 4rem 5rem;
	height: 100vh;
	overflow-y: auto;
}
.menuBox .naviList li {
	margin-bottom: 1.8rem;
}
.menuBox .naviList li:has(span) {
	margin-bottom: 3.2rem;
}
.menuBox .naviList li:nth-child(4) {
	margin-bottom: 5rem;
}
.menuBox .naviList a {
	display: block;
	padding: 0;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15rem;
}
.menuBox .naviList a span {
	margin: 0 0 0.7rem 0.5rem;
	display: block;
}
.menuBox .naviList img {
	height: 2.4rem;
}
.menuBox .naviList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover,
	.menuBox .close a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader p,
	#gHeader h1 {
        width: 20rem;
    }
    .hInner {
        padding: 1rem 1.5rem 1rem 1rem;
    }
    #gHeader .menu {
        margin-top: 0;
		width: 3rem;
    }
    .hInner .menu span {
        border-radius: 5px;
    }
    .menuBox {
        width: 100%;
        max-width: 47.8rem;
    }
	.menuBox .naviList {
		padding: 5rem 2rem;
	}
	.menuBox .close {
		bottom: auto;
		top: 2rem;
	}
	.menuBox .naviList li {
		margin-bottom: 3rem;
	}
	.menuBox .naviList li:has(span) {
		margin-bottom: 3rem;
	}
	.menuBox .naviList li:nth-child(4) {
		margin-bottom: 3rem;
	}
	.menuBox .naviList a {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 19.4rem 0 5rem;
}
#gFooter .ttl {
	margin-bottom: 19.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
}
#gFooter .fList {
	margin-bottom: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fList > li {
	padding: 0.7rem 2rem 1rem;
	text-align: center;
	border-right: 1px solid #333333;
}
#gFooter .fList > li:last-child {
	border-right: none;
}
#gFooter .fList .logo {
	margin: 0 auto 1rem;
	width: 19rem;
}
#gFooter .fList .snsUl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem 0.5rem;
}
#gFooter .fList .snsUl a {
	display: inline-block;
}
#gFooter .linkUl li a:hover,
#gFooter .fList .snsUl a:hover {
	opacity: 0.7;
}
#gFooter .fList .snsUl img {
	height: 2.8rem;
	width: auto;
	max-width: inherit;
}
#gFooter .linkUl {
	letter-spacing: 0.06em;
	margin-bottom: 1.3rem;
	font-size: 1.5rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
	justify-content: center;
}
#gFooter .linkUl li {
	border-right: 1px solid #333333;
}
#gFooter .linkUl li a {
	padding: 0 2.3rem;
}
#gFooter .linkUl li:last-child {
	border-right: none;
}
#gFooter .copyright {
	display: block;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-size: 1.0rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 7rem 0 5rem;
	}
	#gFooter .ttl {
		letter-spacing: 0.02em;
		margin: 0 -2rem 5rem;
		font-size: 2rem;
	}
	#gFooter .fList {
		flex-direction: column;
	}
	#gFooter .fList > li {
		padding: 3rem 2rem 3.1rem;
		width: 100%;
		border-right: none;
		border: none;
		position: relative;
	}
	#gFooter .fList > li:after {
		width: 60%;  
		height: 1px;
		background-color: #898989;
		position: absolute;  
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: ""; 
	}
	#gFooter .fList > li:last-child::after {
		display: none;
	}
	#gFooter .linkUl li a {
		padding: 0 1rem;
	}
	#gFooter .linkUl {
		font-size: 1.3rem;
	}
}