@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;
}
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: 1280px;
	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;
	background: url(../img/common/bg01.png) repeat left top / 12rem;
}
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 {
	padding: 4rem 5.8rem 1rem 5rem;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
}
#gHeader .hInner {
	display: flex;
	justify-content: space-between;
}
#gHeader  .logo {
	margin-top: 0.6rem;
	width: 27.2rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1rem 1.3rem;
	}
	#gHeader .logo {
		width: 21rem;
	}
	#gHeader .hInner {
		align-items: center;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.menu {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	.menu {
		width: 4.6rem;
		height: 3.6rem;
		position: relative;
		z-index: 999;
		cursor: pointer;
		display: block !important;
	}
	.menu span {
		width: 4.6rem;
		height: 0.8rem;
		display: block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		border-radius: 2rem;
		border: 0.2rem solid #000;
		background-color: #74D0F5;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 1.4rem;
		background: #FEFBA2
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
		background: #9EDA9B;
	}
	.menu.close {
		width: 5.2rem;
		right: -1.7rem;
		top: 4.2rem;
		position: absolute;
	}
	.menu.close  span {
		width: 5.2rem;
	}
	.menu.close span:nth-of-type(1) {
		background: #9EDA9B;
		transform: translateY(1.6rem) rotate(-33deg);
	}
	.menu.close span:nth-of-type(2) {
		top: 3.3rem;
		background: #74D0F5;
		transform: translateY(-1.7rem) rotate(33deg);
	}
}
/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
	position: fixed;
	width: 8.2rem;
	right: 4.8rem;
	top: 4.4rem;
}
.menuBox .naviList a {
	padding: 1rem 3rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.menuBox .naviList a span {
	margin: 0 auto;
	width: 2rem;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
	.menuBox ul {
		margin-bottom: 1rem;
		padding: 1.8rem 0 2rem;
		border-radius: 4rem;
		border: 0.2rem solid #000;
		background: #fff;
		display: flex;
		flex-direction: column;
		gap: 0.7rem;
		overflow: hidden;
	}
	.menuBox .telList {
		padding: 1.3rem 0 1.4rem;
    	gap: 1.5rem;
	}
	.menuBox .telList li {
		position: relative;
	}
	.menuBox .telList li::after {
		height: 1px;
		content: "";
		position: absolute;
		left: 2.1rem;
		right: 2rem;
		bottom: -0.8rem;
		border-bottom: 1px dashed #000;
	}
	.menuBox .telList li:last-child::after {
		display: none;
	}
	.menuBox .telList a {
		padding: 1rem 0;
		width: 100%;
		text-align: center;
	}
	.menuBox .telList a img{
		width: 3.2rem;
	}
	.menuBox a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-height: 863px) {
	.menuBox {
		bottom: 0;
	}
	.menuBox ul {
		padding: 2vh 0 2.31vh;
	}
	.menuBox .naviList {
		margin-bottom: 1.58vh;
	}
	.menuBox .naviList a {
		padding: 0.8vh 3rem;
		font-size: 1.73vh;
	}
	.menuBox .telList a {
		padding: 1.158vh 0;
	}
	.menuBox .telList {
		padding: 1.5vh 0 1.6vh;
    	gap: 1.7vh;
	}
	.menuBox .telList a img {
		width: 3.707vh;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		right: auto;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .naviList {
		margin-bottom: 3.2rem;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 0.9rem;
	}
	.menuBox .naviList a {
		padding: 1rem;
		font-size: 2rem;
	}
	.menuBox .naviList a span {
		width: 3rem;
	}
	.menuBox .telList {
		margin-left: auto;
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 1.2rem;
	}
	.menuBox .telList a {
		padding: 0 0.8rem;
	}
	.menuBox .telList img {
		width: 5rem;
	}
	#gNavi {
		margin: 0 auto;
		width: 32.2rem;
		padding: 9rem 0 8rem;
		height: 100svh;
		min-height: 52.7rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	background: #74D0F5;
}
#gFooter .fContact {
	padding: 7rem 0 20.3rem;
	position: relative;
}
#gFooter .fContact::after {
	width: 135.4rem;
	height: 32.6rem;
	content: "";
	position: absolute;
	left: calc(50% - 67.8rem);
	bottom: 5.3rem;
	background: url(../img/common/bg07.png) no-repeat center top / 100%;
	pointer-events: none;
}
#gFooter .content {
	padding-right: 0;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
#gFooter .logo {
	width: 27.2rem;
}
#gFooter .heading {
	font-size: 1.6rem;
	line-height: 1.593;
	letter-spacing: 0.06em;
}
#gFooter .heading .en {
	margin-top: 2.2rem;
	width: 29.3rem;
	display: block;
}
#gFooter .list {
	margin-top: 1.5rem;
	gap: 1rem;
}
#gFooter .list a {
	width: 13.3rem;
}
#gFooter  .telBox {
	margin: 1.5rem 4.2rem 0 auto;
	width: 32.3rem;
}
#gFooter .fInner {
	padding: 5rem 0 2.5rem;
	color: #fff;
	background: #000;
}
#gFooter .fInner p {
	margin: 0.8rem 0 0 10rem;
	flex: 1;
	line-height: 2;
	font-size: 1.5rem;
}
#gFooter .fInner p a {
	display: inline-block;
	color: #fff;
}
#gFooter .fInner small {
	margin: -0.5rem 0.3rem 4rem;
	width: 100%;
	text-align: right;
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.06em;
}
#gFooter .textImg {
	width: 100%;
	height: 3.2rem;
	background: url(../img/common/footer_img.png) repeat-x left center / auto 100%;
}
@media all and (min-width: 897px) {
	#gFooter .list a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .content {
		display: block;
	}
	#gFooter .fContact {
		padding: 5rem 0 7rem;
	}
	#gFooter .fContact::after {
		width: 135.4rem;
		height: 100%;
		left: calc(50% - 69.5rem);
		bottom: 2rem;
		background-position: left bottom;
	}
	#gFooter .heading {
		text-align: center;
	}
	#gFooter .heading .en {
		margin: 1.2rem auto 0;
		width: 23.2rem;
	}
	#gFooter .textImg {
		height: 1.2rem;
	}
	#gFooter .telBox {
		margin: 3rem auto;
		width: auto;
		max-width: 24rem;
	}
	#gFooter .list {
		justify-content: center;
	}
	#gFooter .list a {
		width: 10.3rem;
	}
	#gFooter .fInner p {
		margin: 2rem 0;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	word-break: break-all;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
}
#pagePath li {
	margin-right: 1rem;
	padding-right: 2rem;
	background: url(../img/common/arrow_icon01.png) no-repeat center right / 0.4rem;
}
#pagePath li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#pagePath a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		text-decoration: none;
	}
}
