@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: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
	opacity: 0.7;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
#main {
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 6rem;
	position: relative;
	z-index: 100;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 1.2rem 4.5rem;
	max-width: 110rem;
	display: flex;
	justify-content: space-between;
}
#gHeader .hBox h1 {
	width: 21rem;
}
#gHeader .hBox h1 a {
	display: block;
	opacity: 1 !important;
}
#gNavi {
	padding: 0.5rem 0 0;
	display: flex;
	align-items: center;
	gap: 4rem;
}
#gNavi .naviList {
	margin-bottom: 1.1rem;
	display: flex;
	gap: 4.6rem;
}
#gNavi .naviList li {
	position: relative;
}
#gNavi .naviList li:not(:last-child)::after {
	margin-top: 0.2rem;
	width: 0.1rem;
	height: 90%;
	position: absolute;
	right: -2.6rem;
	top: 50%;
	background: #727171;
	transform: translateY(-50%);
	content: '';
}
#gNavi .naviList li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
}
#gNavi .naviList li a .en {
	display: block;
	font-size: 1rem;
}
#gNavi .ctaBtn {
	width: 5.7rem;
}
#gNavi .ctaBtn a {
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 0;
		max-width: initial;
		display: block;
	}
	#gHeader .hBox h1 {
		padding: 1.5rem;
		width: 100%;
		position: relative;
		background: #fff;
		z-index: 200;
	}
	#gHeader .hBox h1 a {
		width: 15rem;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		position: absolute;
		right: 1.5rem;
		top: 1.7rem;
		background: #1970ef;
		border-radius: 100%;
		z-index: 300;
		cursor: pointer;
	}
	.menu span {
		position: absolute;
		width: 2.4rem;
		height: auto;
		box-sizing: border-box;
		position: absolute;
		left: 50%;
		top: 50%;
		border-top: 0.1rem solid #fff;
		transform: translate(-50%, -50%);
		transition: 0.3s;
		will-change: transform;
	}
	.menu span:nth-child(1) {
		top: calc(50% - 0.6rem);
	}
	.menu span:nth-child(2) {
		top: calc(50% + 0.6rem);
	}
	.menu.on span:nth-child(1) {
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		overflow-y: auto;
		z-index: 100;
		display: none;
	}
	#gNavi {
		padding: 8rem 1.5rem;
		display: block;
	}
	#gNavi .naviList {
		margin-bottom: 2rem;
		display: block;
	}
	#gNavi .naviList li:not(:last-child)::after {
		margin-top: 0;
		width: 100%;
		height: 0.1rem;
		position: absolute;
		right: 0;
		top: auto;
		bottom: 0;
		transform: none;
	}
	#gNavi .naviList li a {
		padding: 1.5rem 0;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
	#gNavi .ctaBtn {
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background: #FFCF00;
	z-index: 10;
}
#gFooter .fCtaBox {
	padding-right: 3.9rem;
	background: linear-gradient(#fff, #fff) no-repeat left top / 100% 50%;
}
#gFooter .fCtaBox .fCtaWrap {
	padding-left: 3.9rem;
	position: relative;
	color: #fff;
	border-radius: 0 50rem 50rem 0;
	background: url(../img/common/bg01.jpg) no-repeat center center / cover;
}
#gFooter .fCtaBox .fCtaWrap::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(9, 1, 90, 0.59);
	border-radius: inherit;
	mix-blend-mode: multiply;
	content: '';
}
#gFooter .fCtaBox .fCtaInner {
	margin: 0 auto;
	padding-top: 5rem;
	width: 98.6rem;
	max-width: 100%;
	position: relative;
	z-index: 1;
}
#gFooter .fCtaBox .fCtaTitle {
	margin: 0 1.6rem 1.6rem;
	font-weight: 700;
	line-height: 1;
}
#gFooter .fCtaBox .fCtaTitle span {
	display: block;
}
#gFooter .fCtaBox .fCtaTitle .jp {
	font-size: 2rem;
}
#gFooter .fCtaBox .fCtaTitle .en {
	margin-top: 0.9rem;
}
#gFooter .fCtaBox .fCtaTitle .en img {
	width: 29.9rem;
}
#gFooter .fCtaBox .openTime {
	font-size: 2rem;
	letter-spacing: 0.03em;
	margin: 0 1.6rem 2.9rem;
}
#gFooter .fCtaBox .linkBox {
	display: flex;
	align-items: flex-start;
	gap: min(2vw, 2rem);
}
#gFooter .fCtaBox .linkBox .img {
	width: min(18.471vw, 20.3rem);
}
#gFooter .fCtaBox .linkBox .txtBox {
	margin-top: 1.8rem;
	display: flex;
	align-items: center;
	gap: min(1.4vw, 1.4rem);
	line-height: 1.22;
}
#gFooter .fCtaBox .linkBox .txtBox .telTxt {
	margin-bottom: 0.7rem;
	padding-right: min(2.6vw, 2.6rem);
	font-size: 1.6rem;
	border-right: 0.1rem solid #fff;
}
#gFooter .fCtaBox .linkBox .txtBox .telTxt .tel {
	width: fit-content;
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0.06em;
}
#gFooter .fCtaBox .linkBox .txtBox .link {
	margin-top: 0.2rem;
	font-size: 2.1rem;
}
#gFooter .fCtaBox .linkBox .txtBox .link a {
	padding: 1.3rem 6.3rem 2rem 0;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat right center / 5rem;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 6.8rem 5rem 1rem;
	width: 110rem;
	display: flex;
}
#gFooter .fInfoBox {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	width: 34.2rem;
}
#gFooter .fLogo {
	margin: 0 0.3rem 1.8rem;
	width: 21rem;
}
#gFooter .fLogo a {
	display: inline-block;
	opacity: 1 !important;
}
#gFooter .fInfo p {
	font-size: 1.2rem;
	line-height: 1.54;
	margin-bottom: 1.9rem;
}
#gFooter .fInfo p:last-child {
	margin-bottom: 0;
}
#gFooter .fNaviBox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}
#gFooter .fNavi {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 3.9rem;
}
#gFooter .fNaviList {
	margin-bottom: 0.4rem;
	display: flex;
	gap: 4.6rem;
	position: relative;
	z-index: 2;
}
#gFooter .fNaviList li {
	position: relative;
}
#gFooter .fNaviList li:not(:last-child)::after {
	margin-top: 0.3rem;
	width: 0.1rem;
	height: 90%;
	position: absolute;
	right: -2.4rem;
	top: 50%;
	transform: translateY(-50%);
	background: #727171;
	content: '';
}
#gFooter .fNaviList li a {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}
#gFooter .fNaviList li a .en {
	display: block;
	font-size: 1rem;
}
#gFooter .fCtaBtn {
	margin-top: 0.5rem;
	width: 5.7rem;
	position: relative;
	z-index: 2;
}
#gFooter .fCtaBtn a {
	display: block;
}
#gFooter .copyright {
	max-width: 32rem;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.04em;
}
#gFooter .fImg {
	width: min(19.8vw, 19.8rem);
	position: absolute;
	right: -0.2rem;
	bottom: -0.2rem;
}
@media all and (max-width: 896px) {
	#gFooter .fCtaBox {
		padding-right: 1.5rem;
	}
	#gFooter .fCtaBox .fCtaWrap {
		padding: 0 1.5rem 0 2.5rem;
		border-radius: 0 3rem 3rem 0;
	}
	#gFooter .fCtaBox .fCtaInner {
		padding-top: 3rem;
		width: auto;
	}
	#gFooter .fCtaBox .fCtaTitle {
		margin: 0 0 1rem;
	}
	#gFooter .fCtaBox .fCtaTitle .jp {
		font-size: 1.8rem;
	}
	#gFooter .fCtaBox .fCtaTitle .en img {
		width: 20rem;
	}
	#gFooter .fCtaBox .openTime {
		font-size: 1.7rem;
		margin: 0 0 2rem;
	}
	#gFooter .fCtaBox .linkBox {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	#gFooter .fCtaBox .linkBox .img {
		width: 20rem;
		max-width: 100%;
		order: 1;
	}
	#gFooter .fCtaBox .linkBox .txtBox {
		margin: 0;
		width: 100%;
		display: block;
	}
	#gFooter .fCtaBox .linkBox .txtBox .telTxt {
		margin-bottom: 1rem;
		padding: 0 0 1.3rem 0;
		border-right: none;
		border-bottom: 0.1rem solid #fff;
	}
	#gFooter .fCtaBox .linkBox .txtBox .link {
		margin-top: 0;
		font-size: 1.8rem;
	}
	#gFooter .fCtaBox .linkBox .txtBox .link a {
		padding: 1.5rem 5.5rem 1.5rem 0;
		background-size: 4.5rem;
	}
	#gFooter .fBox {
		padding: 3rem 1.5rem 16rem;
		width: auto;
		display: block;
	}
	#gFooter .fInfoBox {
		padding: 0 0 3rem;
		width: auto;
	}
	#gFooter .fLogo {
		margin: 0 auto 1.5rem;
		width: 18rem;
	}
	#gFooter .fInfo p {
		text-align: center;
	}
	#gFooter .fNaviBox {
		display: block;
	}
	#gFooter .fNavi {
		margin-bottom: 2rem;
		display: block;
	}
	#gFooter .fNaviList {
		margin: 0 auto 1.5rem;
		max-width: 35rem;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 2rem 0;
	}
	#gFooter .fNaviList li {
		width: 50%;
	}
	#gFooter .fNaviList li:not(:last-child)::after {
		margin-top: 0;
		width: 0.1rem;
		right: 0;
		top: 50%;
	}
	#gFooter .fNaviList li:nth-child(2n)::after {
		display: none !important;
	}
	#gFooter .fCtaBtn {
		margin: 0 auto;
	}
	#gFooter .copyright {
		max-width: initial;
	}
	#gFooter .fImg {
		width: 15rem;
	}
}





/*------------------------------------------------------------
	TOP NEWS
------------------------------------------------------------*/


#main .news .newsList li .ttl .sml {
    margin-top: 0.5rem;
    display: block;
    color: #251714;
    font-size: 1.2rem;
    font-weight: 400;
}

