@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 81px;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 70px;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 31px 20px 0;
	width: 100%;
	max-width: 1180px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .logo {
	width: 121px;
  	margin-top: -21px;
}
#gHeader #gNavi {
	margin-top: -8px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gHeader .naviUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.06em;
}
#gHeader .naviUl li {
	margin-left: 52px;
	position: relative;
}
#gHeader .naviUl a {
	display: inline-block;
	vertical-align: top;
}
#gHeader .naviUl .letter a {
	letter-spacing: 0;
}
#gHeader .naviUl li:first-child::after {
	display: none;
}
#gHeader .naviUl li::after {
	position: absolute;
	top: 0;
	left: -31px;
	content: "/";
}
#gHeader .lineBtn a {
	display: inline-block;
}
@media all and (min-width: 897px) {
	#gHeader #gNavi {
		display: flex !important;
	}
	#gHeader {
		min-height: 81px;
	}
	#gHeader .naviUl a:hover {
		opacity: 0.7;
	}
	#gHeader .lineBtn a:hover {
		opacity: 0.7;
	}
	#gHeader .lineBtn {
		margin: -9px -23px 0 29px;
	}
}
@media all and (min-width: 897px) and (max-width: 1180px) {
	#gHeader .lineBtn {
		margin: -9px -10px 0 10px;
	}
	#gHeader .naviUl {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader #gNavi {
		margin-top: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-y: auto;
		display: none;
	}
	#gHeader .hBox {
		padding: 8px 15px 7px;
		display: block;
	}
	#gHeader .logo {
		margin-top: 0;
		width: 110px;
		position: relative;
		z-index: 50;
	}
	#gHeader .naviUl {
		padding: 80px 15px 30px;
		display: block;
	}
	#gHeader .naviUl li {
		margin-left: 0;
		border-bottom: 1px solid #000;
	}
	#gHeader .naviUl a {
		padding: 15px 0;
		display: block;
		text-align: center;
	}
	#gHeader .naviUl li::after {
		display: none;
	}
	#gHeader .lineBtn {
		position: absolute;
		top: 19px;
		right: 60px;
		width: 102px;
	}
}

/* menu */
.menu {
	position: absolute;
	top: 28px;
	right: 28px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #000;
}
.menu.on .middle {
	opacity: 0;
	background: #000;
}
.menu.on .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #000;
}
.menu span {
	background: #000;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 7px;
}
.menu span:nth-of-type(3) {
	top: 14px;
}
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 120px;
	background-color: #e5e5e5;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 72px 20px 69px;
	max-width: 960px;
}
#gFooter .mapBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#gFooter .mapBox .map {
	width: 660px;
	height: 400px;
	background-color: #f7f5f6;
	position: relative;
	overflow: hidden;
}
#gFooter .mapBox .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#gFooter .mapBox .rightBox {
	margin: 32px 0 0 47px;
	flex: 1;
}
#gFooter .mapBox p {
	font-size: 1.5rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
#gFooter .mapBox .ttl {
	margin-bottom: -7px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0;
}
#gFooter .fLogo {
	margin-bottom: 27px;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .comBtn02 {
	margin-top: 33px;
}
#gFooter .bannerBox {
	margin-bottom: 70px;
}
#gFooter .bannerBox .bannerUl {
	margin: 0 -5px;
	display: flex;
	font-size: 0;
	line-height: 1;
}
#gFooter .bannerBox .bannerUl li {
	width: 233px;
	margin: 0 5px;
	flex-shrink: 0;
}
#gFooter .bannerBox .bannerUl img {
	width: 100%;
	border-radius: 10px;
}
#gFooter .bannerBox .bannerUl a {
	display: block;
}
#gFooter .copyright {
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	font-family: 'Jost', sans-serif;
	text-align: center;
	background-color: #000000;
	padding: 24px 0 22px;
	letter-spacing: 0.11em;
}
#gFooter .pageTop {
	position: fixed;
	right: 29px;
  	bottom: 43px;
	display: none;
	z-index: 999;
}
#gFooter .pageTop a {
	display: block;
}
@media all and (min-width: 897px) and (max-width: 959px) {
	#gFooter .mapBox .map {
		width: 550px;
	}
	#gFooter .mapBox .rightBox {
		margin-left: 20px;
	}
	#gFooter .fLogo img {
		width: 240px;
	}
}
@media all and (min-width: 897px) {
	#gFooter .bannerBox .bannerUl a:hover {
		opacity: 0.7;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 60px 15px 70px;
		max-width: inherit;
	}
	#gFooter .mapBox {
		display: block;
	}
	#gFooter .mapBox .map {
		margin-bottom: 30px;
		width: auto;
		height: auto;
		padding-bottom: 60%;
	}
	#gFooter .mapBox .rightBox {
		margin: 0 auto;
		max-width: 350px;
		text-align: center;
	}
	#gFooter .comBtn02 a {
		margin: 0 auto;
	}
	#gFooter .fLogo {
		margin-bottom: 20px;
	}
	#gFooter .fLogo img {
		width: 200px;
	}
	#gFooter .mapBox .ttl {
		font-size: 2.3rem;
	}
	#gFooter .bannerBox .bannerUl li {
		width: 180px;
	}
	#gFooter .copyright {
		letter-spacing: 0;
		font-size: 1.1rem;
	}
	#gFooter {
		margin-top: 80px;
	}
}