@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 (min-width: 897px) and (max-width: 1919px) {
	html {
		font-size: calc(1000vw / 1919);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 8.2rem;
	text-align: left;
	overflow: hidden;
}
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;
	}
	#container {
		padding-top: 7.3rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.85);
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 163rem;
	display: flex;
}
#gHeader .logo {
	margin-top: 1.8rem;
	width: 8.2rem;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.menu {
	width: 4.5rem;
	position: absolute;
	top: 2rem;
	right: 2.4rem;
	cursor: pointer;
}

/* gNavi */
#gNavi {
	margin: 2.9rem 3.6rem 0 0;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 3.9rem;
}
#gNavi li {
	position: relative;
}
#gNavi a {
	color: #333333;
}
#gNavi .dorpBox {
	padding: 1.6rem 1.5rem;
	width: 22rem;
	background-color: rgba(71,60,56, 0.6);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
#gNavi .dorpBox a {
	color: #fff !important;
	font-size: 1.5rem;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
}
#gNavi .dorpBox li {
	margin-bottom: 2.3rem;
}
#gNavi .dorpBox li:last-child {
	margin-bottom: 0;
}
#gNavi .on > a {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
	#gHeader {
		position: fixed;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		background: transparent;
	}
	#gHeader .logo {
		margin: 1.2rem 0 0 1.2rem;
		width: 8.2rem;
	}
	#gHeader .hBox {
		display: block;
		padding: 1.1rem 1.2rem;
	}
	#gHeader .menu {
		position: fixed;
	}
}

/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 1000;
	display: none;
	overflow-y: auto;
}
.menuBox .logo {
	margin: 0 0 1.1rem 1.2rem;
}
.menuBox .logo img {
	width: 8.2rem;
}
.menuBox .innerBox {
	padding: 2.3rem 1.2rem;
}
.menuBox .naviUl {
	margin: 0 3rem;
	font-size: 1.5rem;
	text-align: center;
}
.menuBox .naviUl a {
	display: block;
	padding: 0.5rem;
}
.menuBox .naviUl li {
	margin-bottom: 1.5rem;
	position: relative;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl .icon {
	width: 1rem;
	height: 1rem;
	display: block;
	position: absolute;
	top: 1rem;
	right: 0;
}
.menuBox .naviUl .icon::before,
.menuBox .naviUl .icon::after {
	width: 100%;
	height: 0.2rem;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #333;
	content: "";
}
.menuBox .naviUl .icon::after {
	transform: rotate(90deg);
}
.menuBox .naviUl .on .icon::after {
	opacity: 0;
}
.menuBox .naviUl .dorpBox {
	padding-top: 0.7rem;
	display: none;
}
.menuBox .naviUl .dorpBox ul li {
	margin-bottom: 0.3rem;
}
.menuBox .naviUl .dorpBox ul li:last-child {
	margin-bottom: 0;
}
.menuBox .comTel a {
	margin: 0 auto;
	padding: 0.2rem 0 0.5rem;
	width: 27.5rem;
	color: #333333;
	border: 0.1rem solid #333333;
	display: block;
	text-align: center;
}
.menuBox .comTel .jp {
	font-size: 1.2rem;
	margin-top: 0.1rem;
}
.menuBox .comTel .en {
	font-size: 3.3rem;
}
.menuBox .comBtn {
	margin-top: 3rem;
}
.menuBox .comTel {
	margin: 1.1rem 0 0 0;
}
.menuBox .comTel a img {
	width: 3rem;
  	margin: -0.8rem 0.7rem 0 -0.2rem;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 17rem;
	background-color: #4a4f51;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 120rem;
	display: flex;
}
#gFooter .leftBox {
	padding: 8rem 0 6.5rem;
	width: 40rem;
	text-align: center;
	background-color: #fff;
}
#gFooter .fLogo {
	margin-bottom: 1.8rem;
}
#gFooter .fLogo img {
	width: 29.2rem;
}
#gFooter .mapTxt {
	margin-bottom: 1.4rem;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
#gFooter .rightBox {
	margin: 6.7rem 0 0 9.2rem;
	color: #fff;
	flex: 1;
}
#gFooter .rightBox a {
	color: #fff;
}
#gFooter .banner {
	margin: 0 auto;
	max-width: 30.1rem;
}
#gFooter .banner a {
	display: block;
}
#gFooter .title {
	margin-bottom: 2.7rem;
	padding-bottom: 0.9rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-bottom: 0.1rem solid #fff;
}
#gFooter .title img {
	width: 4.7rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.7rem 0.9rem 0 0;
}
#gFooter .title small {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-left: 0.8rem;
}
#gFooter .fNavi {
	font-size: 1.4rem;
	display: flex;
}
#gFooter .fNavi > li {
	margin-right: 3rem;
	min-width: 17.6rem;
}
#gFooter .fNavi .item02 {
	min-width: 26rem;
	margin-right: 8.3rem;
}
#gFooter .fNavi .item03 {
	min-width: 0;
	margin-right: -2rem !important;
}
#gFooter .fNavi a {
	display: inline-block;
	vertical-align: top;
	padding-left: 1.7rem;
	letter-spacing: 0.1em;
	position: relative;
}
#gFooter .fNavi a::before {
	width: 0.4rem;
	height: 0.1rem;
	position: absolute;
	top: 1.3rem;
	left: -0.1rem;
	background-color: #fff;
	content: "";
}
#gFooter .fNavi ul li {
	margin-bottom: 1.9rem;
}
#gFooter .fNavi ul li:last-child {
	margin-bottom: 0;
}
#gFooter address {
	text-align: right;
	font-size: 1.1rem;
	margin-top: 6.9rem;
	letter-spacing: 0.04em;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
	#gFooter .banner a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#gFooter .fBox {
		display: block;
	}
	#gFooter .leftBox {
		width: auto;
	}
	#gFooter address {
		margin-top: 0;
		padding: 1.5rem 0;
		text-align: center;
	}
	#gFooter .rightBox {
		margin: 0;
	}
	#gFooter .leftBox {
		padding: 6rem 0 7rem;
	}
	#gFooter {
		margin-top: 9rem;
		padding-top: 0.8rem;
	}
}

