@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: 1279px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
body, table, input, textarea, select, option {
	font-family: Helvetica, "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;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #3E3A39;
	font-size: 1.4rem;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}
#container {
	display: flex;
	position: relative;
	text-align: left;
}
#main {
	position: relative;
	background: #fff;
	flex: 1;
}
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: initial;
		background: #F7F0F3;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 26.3rem;
	color: #db3715;
	background: #F9DEAD;
	position: relative;
	z-index: 1;
}
#gHeader .hWrap {
	width: 100%;
}
#gHeader h1 {
	font-weight: 500;
	font-style: italic;
	font-size: 1.8rem;
	line-height: 1.11;
	white-space: nowrap;
}
#gHeader h1 a {
	padding: 3.5rem 3.3rem 2.9rem 3.1rem;
	display: block;
	color: #fff;
	background: #E8350D;
}
#gHeader h1 a:hover {
	color: #db3715;
	background: transparent;
}
#gHeader h1 .en {
	margin: 0 -0.4rem 0.9rem 0;
	display: block;
	text-align: justify;
	text-align-last: justify;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#gHeader h1 .en .lg {
	margin-left: -0.2rem;
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0;
}
#gHeader h1 .txt01,
#gHeader h1 .txt02 {
	display: block;
	line-height: 1.05;
	letter-spacing: -0.03em;
}
#gHeader h1 .txt01 {
	margin-bottom: 1rem;
}
#gHeader h1 .txt02 {
	text-align: right;
}
#gNavi {
	padding: 1.8rem 0 1.8rem 2.3rem;
	font-style: italic;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: right;
}
#gNavi .naviList01 {
	margin-bottom: 2.9rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem 0;
	position: relative;
	line-height: 1.365;
}
#gNavi .naviList01::after {
	position: absolute;
	bottom: -1.5rem;
	left: 1.2rem;
	right: 3.4rem;
	border-bottom: 0.1rem dotted currentColor;
	box-sizing: border-box;
	content: '';
}
#gNavi .naviList01 li {
	width: 100%;
}
#gNavi .naviList01 li a {
	padding: 0 3.5rem 0 0;
	display: block;
	letter-spacing: -0.01em;
}
#gNavi .naviList01 li.current > a,
#gNavi .naviList01 li a:hover {
	color: #000;
	background: #ffd900;
}
#gNavi .naviList01 .subList {
	margin-top: 1.7rem;
	padding-top: 1.6rem;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.6rem 0;
}
#gNavi .naviList01 .subList::before {
	position: absolute;
	top: 0;
	left: 1.2rem;
	right: 3.4rem;
	border-bottom: 0.1rem dotted currentColor;
	box-sizing: border-box;
	content: '';
}
#gNavi .naviList01 .subList li {
	width: 100%;
}
#gNavi .navTitle {
	margin: 0 3.2rem 1rem 0;
	letter-spacing: -0.02em;
}
#gNavi .naviList02 {
	margin: 0 2.4rem 1rem 0;
	columns: 2;
	line-height: 1.1;
	gap: 0;
}
#gNavi .naviList02 li {
	break-inside: avoid;
}
#gNavi .naviList02 li a {
	padding: 0 1.2rem 0 0;
	display: block;
	font-size: 2rem;
	letter-spacing: -0.03em;
}
#gNavi .naviList02 li.current a,
#gNavi .naviList02 li a:hover {
	color: #000;
	background: #ffd900;
}
#gNavi .naviList02 li .sm {
	font-size: 1rem;
	vertical-align: 0.4rem;
}
#gNavi .time {
	margin: 0 3.5rem;
	display: block;
	text-align: right;
	font-size: 0.9rem;
	font-weight: 500;
}