@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: 1190px) {
	html {
		font-size: calc(1000vw / 1190);
	}
}
@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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.tab .fixed {
	position: static;
	width: auto;
	height: auto;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 1024px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}
@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 {
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	transition: .3s;
}
#gHeader.black {
	background-color: rgba(0, 0, 0, 1);
}
#gHeader .hBox {
	padding: 2rem 10.3rem 2rem 2rem;
	align-items: center;
}
#gHeader h1 {
	margin-right: 3rem;
	width: 10.7rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .lBox {
	align-items: center;
}
#gHeader .hBox .snsList li {
	margin-right: 1.8rem;
}
#gHeader .hBox .snsList li:last-child {
	margin-right: 0;
}
#gHeader .hBox .snsList a {
	display: inline-block;
}
#gHeader .hBox .snsList img {
	height: 2.7rem;
}
#gHeader .hBox .snsList a:hover {
	opacity: 0.7;
}
/* gNavi */
#gNavi li {
	width: 13rem;
	position: relative;
}
#gNavi li::after {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #fff;
	content: "";
	transform: rotate(15deg);
}
#gNavi li:last-child::after {
	display: none;
}
#gNavi a {
	padding: 0.5rem 1rem 0;
	display: block;
	text-align: center;
}
#gNavi .en {
	display: block;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.15em;
}
#gNavi .jp {
	display: block;
	color: #DCDDDD;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1270px) {
	#gHeader h1 {
		margin-right: 1rem;
	}
	#gNavi li {
		width: 12rem;
	}
	#gNavi a {
		padding: 0 0.5rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1rem 5.4rem 0.9rem 1.5rem;
	}
	#gHeader h1 {
		margin-right: 0;
		width: 10rem;
	}
	#gHeader .lBox {
		display: block;
	}
	#gHeader .hBox .snsList {
		margin-bottom: 0.3rem;
	}
	#gHeader .hBox .snsList li {
		margin-right: 0.8rem;
	}
	#gHeader .hBox .snsList img {
		height: 3.5rem;
	}
	/* gNavi */
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	width: 4.5rem;
	height: 3.5rem;
	position: absolute;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
	right: 2.5rem;
	transition: .3s;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 4.5rem;
	height: 1px;
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 1rem;
}
.menu span:nth-of-type(2) {
	top: 1.8rem;
}
.menu span:nth-of-type(3) {
	top: 2.5rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(1rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-0.5rem) rotate(45deg);
}
@media all and (min-width: 897px) {
	.menu:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
/* menuBox */
.menuBox { 
	position: fixed;
	right: 0;
	top: 0;
	width: 60rem;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	transform: translateX(100%);
	transition: .3s;
}
.menuBox.open {
	transform: translateX(0);
}
.menuBox .content {
	margin: 10rem 0;
}
.menuBox .naviBox {
	margin-bottom: 4rem;
}
.menuBox .naviBox > li {
	border-bottom: 1px solid #696969;
}
.menuBox .naviBox > li:first-child {
	border-top: 1px solid #696969;
}
.menuBox .naviBox a,
.menuBox .naviBox .liStyle p {
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.15em;
}
.menuBox .naviBox .en {
	font-size: 1.8rem;
}
.menuBox .naviBox .jp {
	font-size: 1.6rem;
}
.menuBox .naviBox .liStyle p {
	transition: .3s;
	cursor: pointer;
	background: url(../img/common/icon03.png) no-repeat right 1rem center / 1rem;
}
.menuBox .naviBox .subNavi {
	display: none;
}
.menuBox .naviBox .subNavi li {
	border-top: 1px solid #696969;
}
.menuBox .naviBox .subNavi a {
	font-size: 1.4rem;
	background-color: rgba(63, 63, 63, 0.65);
}
.menuBox .naviBox .liStyle p.on {
	background-image: url(../img/common/icon03_on.png);
}
.menuBox .snsList li {
	margin: 0 2rem;
	width: 6rem;
}
.menuBox .snsList a {
	display: block;
}
.menuBox .naviBox a:hover,
.menuBox .snsList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox .naviBox .liStyle p:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menu {
		width: 2.4rem;
		height: 2.6rem;
		right: 1.5rem;
	}
	.menu span {
		width: 2.4rem;
		height: 0.2rem;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2rem;
	}
	.menu.on span {
		width: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
	/* menuBox */
	.menuBox { 
		padding-left: 1rem;
		width: calc(100% - 5.5rem);
		border-left: 1px solid rgba(255, 255, 255, 0.5);
	}
	.menuBox .content {
		margin: 7.8rem 0 5rem;
	}
	.menuBox .naviBox {
		margin-bottom: 2rem;
	}
	.menuBox .naviBox a,
	.menuBox .naviBox .liStyle p {
		padding: 1rem 2.5rem 1.1rem 0;
	}
	.menuBox .naviBox .en {
		font-size: 1.7rem;
	}
	.menuBox .naviBox .jp {
		font-size: 1.2rem;
	}
	.menuBox .naviBox .liStyle p {
		background-position: right center;
		background-size: 0.7rem auto;
	}
	.menuBox .naviBox .subNavi a {
		padding: 1.2rem 1.3rem;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	.menuBox .snsList li {
		margin: 0 1.5rem;
		width: 4.4rem;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 8rem;
	position: relative;
	background-color: #000;
}
#gFooter .pageTop {
	width: 6.1rem;
	position: absolute;
	bottom: 12.5rem;
	right: 4.3rem;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .innerBox {
	margin-bottom: 11.7rem;
	align-items: flex-start;
	flex-direction: row-reverse;
}
#gFooter .innerBox .fNaviBox {
	flex: 1;
}
#gFooter .innerBox .info {
	padding: 0 1rem;
	width: 17.3%;
}
#gFooter .innerBox .info01 {
	width: 21.8%;
}
#gFooter .innerBox .info02 {
	width: 19.6%;
}
#gFooter .innerBox .info03 {
	width: 24%;
}
#gFooter .innerBox .info:first-of-type {
	padding-left: 0;
}
#gFooter .innerBox .info:not(:last-of-type) {
	border-right: 1px solid #fff;
}
#gFooter .innerBox .info .title {
	margin-bottom: 2rem;
	line-height: 1;
}
#gFooter .innerBox .info .title a {
	font-size: 1.5rem;
	color: #00ABD8;
	letter-spacing: 0.114em;
}
#gFooter .innerBox .info ul li {
	line-height: 1.73;
}
#gFooter .innerBox .info ul a {
	font-weight: 200;
	letter-spacing: 0.114em;
}
#gFooter .innerBox .mapBox {
	margin-top: 0.3rem;
	padding-bottom: 12.8%;
	width: 27.9rem;
	position: relative;
}
#gFooter .innerBox .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#gFooter .fInfo {
	margin: 0 5rem 5.6rem;
	align-items: center;
}
#gFooter .fInfo .fLogo {
	margin-right: 3rem;
	width: 32.2rem;
}
#gFooter .fInfo .fLogo a {
	display: block;
}
#gFooter .fInfo .lBox {
	flex: 1;
	align-items: center;
}
#gFooter .fInfo .tel {
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.7;
}
#gFooter .fInfo .tel .num {
	padding-left: 2rem;
	background: url(../img/common/icon02.png) no-repeat left top 0.5rem / 1.65rem;
}
#gFooter .fInfo .add {
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
#gFooter .fInfo .snsList li {
	margin-right: 2.5rem;
}
#gFooter .fInfo .snsList li:last-child {
	margin-right: 0;
}
#gFooter .fInfo .snsList {
	width: 23rem;
}
#gFooter .fInfo .snsList a {
	display: flex;
	align-items: center;
	font-weight: 300;
	letter-spacing: 0.15em;
}
#gFooter .fInfo .snsList img {
	margin-right: 0.6rem;
	height: 2.7rem;
}
#gFooter address {
	padding: 1.8rem 1rem 2.3rem;
	text-align: center;
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	background-color: #fff;
}
#gFooter .pageTop a:hover,
#gFooter .innerBox .info .title a:hover,
#gFooter .innerBox .info ul a:hover,
#gFooter .fInfo .snsList a:hover  {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1330px) {
	#gFooter .pageTop {
		width: 4.5rem;
		right: 2rem;
	}
	#gFooter .innerBox .info ul a {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 4rem;
	}
	#gFooter .pageTop {
		width: 4rem;
		bottom: 0.4rem;
		right: 0.4rem;
	}
	#gFooter .innerBox {
		margin-bottom: 4rem;
		display: block;
	}
	#gFooter .innerBox .fNaviBox {
		display: none;
	}
	#gFooter .innerBox .mapBox {
		margin-top: 0;
		padding-bottom: 54.7%;
		width: auto;
	}
	#gFooter .fInfo {
		margin: 0 0 4rem;
		display: block;
	}
	#gFooter .fInfo .fLogo {
		margin: 0 auto 3.5rem;
		width: 23rem;
	}
	#gFooter .fInfo .lBox {
		display: block;
	}
	#gFooter .fInfo .tel {
		margin-bottom: 3.5rem;
		padding-left: 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0.15em;
		line-height: 1.7;
	}
	#gFooter .fInfo .tel a {
		padding: 0.9rem 3.4rem 1.1rem;
		margin: 0 auto 0.2rem;
		width: fit-content;
		font-size: 2rem;
		display: block;
		border: 1px solid #fff;
		border-radius: 3.3rem;
		line-height: 1.4;
	}
	#gFooter .fInfo .tel .num {
		padding-left: 2.5rem;
		background-size: 2.2rem auto;
		background-position: left top 1rem;
	}
	#gFooter .fInfo .tel a .time {
		padding-right: 1.5rem;
		margin: 0 auto;
		display: block;
		width: fit-content;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		background: url(../img/common/icon04.png) no-repeat right center / 1rem;
	}
	#gFooter .fInfo .add {
		margin-bottom: 1.3rem;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	#gFooter .fInfo .snsList li {
		margin: 0 2rem !important;
	}
	#gFooter .fInfo .snsList {
		width: auto;
		justify-content: center;
	}
	#gFooter .fInfo .snsList a {
		font-size: 1.2rem;
		letter-spacing: 0.15em;
	}
	#gFooter .fInfo .snsList img {
		margin-right: 0.8rem;
		height: 1.7rem;
	}
	#gFooter address {
		padding: 0.7rem 1rem 0.7rem;
		font-size: 1rem;
		letter-spacing: 0.07em;
	}
}