@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: 0;
	outline: 0;
	background: transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 110px;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.mincho {
	font-family: 'Noto Serif JP';
}
#main {
	margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
	#container {
		padding-top: 52px;
		overflow: hidden;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 2px solid #ECECEC;
	z-index: 10000;
	background: #FFF;
	box-sizing: border-box;
}
#gHeader .hBox {
	margin: auto 0;
	padding: 9px 28px 9px 24px;
	width: 1200px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
#gHeader .hBox .logo {
	display: flex;
	align-items: center;
	gap: 13px;
}
#gHeader .hBox .logo a {
	width: 176px;
	display: inline-block;
}
#gHeader .hBox .logo .txt {
	padding-left: 15px;
	font-weight: 500;
	font-size: 1.4rem;
	border-left: 1px solid #000;
}
#gHeader .linkBox {
	margin-top: 1px;
	display: flex;
}
#gHeader .linkBox .tel a {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}
#gHeader .linkBox .tel .txt {
	margin-top: 5px;
	display: block;
	font-size: 1rem;
}
#gHeader .linkBox .link a {
	padding: 5px 10px;
	width: 120px;
	height: 38px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: center;
	color: #FFF;
	font-size: 0.9rem;
	background-color: #F08300;
}
#gHeader .linkBox .link a:hover {
	opacity: 0.7;
}
#gHeader .linkBox .link a img {
	width: 25px;
	flex-shrink: 0;
}
#gHeader .linkBox .link a span {
	display: block;
}
#gHeader .linkBox .link01 a {
	padding: 5px 7px 4px;
	gap: 4px;
	line-height: 1.2;
	font-feature-settings: "palt";
	letter-spacing: 0;
	background-color: #610F7A;
}
#gHeader .linkBox .link01 a img {
	width: 22px;
}
#gHeader .linkBox .link02 a {
	padding: 5px;
	justify-content: center;
	background-color: #1F2A44;
}
#gHeader .linkBox .link02 a img {
	width: 99px;
}
#gHeader .linkBox .logo02 {
	margin-left: 27px;
	width: 183px;
	align-self: center;
}
@media (min-width: 768px) and (max-width: 999px) {
	#gHeader .hBox {
		padding-left: 2vw;
		padding-right: 2vw;
	}
	#gHeader .hBox .logo {
		gap: 1.3vw;
	}
	#gHeader .hBox .logo a {
		width: 17.6vw;
	}
	#gHeader .hBox .logo .txt {
		padding-left: 1.5vw;
		font-size: 1.4vw;
	}
	#gHeader .linkBox .link a {
		padding: 0.5vw 1vw;
		width: 12vw;
		height: 3.8vw;
		gap: 1vw;
		font-size: 0.9vw;
	}
	#gHeader .linkBox .link a img {
		width: 2.5vw;
	}
	#gHeader .linkBox .link01 a {
		padding: 0.5vw 0.7vw 0.4vw;
		gap: 0.4vw;
	}
	#gHeader .linkBox .link01 a img {
		width: 2.2vw;
	}
	#gHeader .linkBox .link02 a {
		padding: 0.5vw;
	}
	#gHeader .linkBox .link02 a img {
		width: 9.9vw;
	}
	#gHeader .linkBox .logo02 {
		margin-left: 2.7vw;
		width: 18.3vw;
	}
}
@media screen and (max-width: 767px) {
	#gHeader {
		height: 52px;
		border-bottom: none;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: initial;
		position: relative;
		z-index: 1010;
		box-sizing: border-box;
		overflow: hidden;
		background: #FFF;
	}
	#gHeader .hBox .logo {
		margin-left: 9px;
		width: 96px;
		box-sizing: border-box;
		display: block;
		float: left;
	}
	#gHeader .hBox .logo a {
		width: 100%;
	}
	#gHeader .hBox .logo .txt {
		padding: 1px 4px 1px 0;
		display: block;
		font-size: 0.9rem;
		border-left: none;
		text-align: right;
		line-height: 1.2;
	}
	#gHeader .linkBox {
		margin: 0;
		float: right;
	}
	#gHeader .linkBox .link {
		width: 52px;
		display: block;
		box-sizing: border-box;
		background: #96001E;
	}
	#gHeader .linkBox .link a {
		padding: 0;
		width: auto !important;
		height: 100%;
		display: flex;
		align-items: center;
	}
	#gHeader .linkBox .link a img {
		width: 52px;
	}
	#gHeader .linkBox .link01 {
		background: #5F5C7C;
	}
	#gHeader .linkBox .link01 a {
		padding: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#gHeader .linkBox .link01 a img {
		width: 38px;
	}
	#gHeader .menu {
		width: 52px;
		height: 52px;
		position: relative;
	}
	#gHeader .menu span {
		width: 31px;
		height: 2px;
		display: block;
		position: absolute;
		left: 6px;
		top: 15px;
		background: #272727;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
	}
	#gHeader .menu span:nth-child(2) {
		top: 26px;
	}
	#gHeader .menu span:nth-child(3) {
		top: 37px;
	}
	#gHeader .menu.on span:nth-child(1) {
		-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		transform: translateY(11px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on span:nth-child(2) {
		opacity: 0;
	}
	#gHeader .menu.on span:nth-child(3) {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	padding: 0 24px;
	width: 1200px;
	max-width: 100%;
	box-sizing: border-box;
}
#gNavi ul {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 53px;
}
#gNavi li {
	position: relative;
}
#gNavi li a {
	box-sizing: border-box;
	margin-bottom: -2px;
	position: relative;
	z-index: 1;
	display: block;
	color: #231815;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#gNavi li a:before {
	display: none;
	width: 1px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #F08300;
	content: '';
}
#gNavi li a:hover:before {
	display: block;
}
#gNavi li a.on:before {
	display: block;
}
#gNavi li a .txt {
	padding: 3px 0 9px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
#gNavi li a .txt::after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F08300;
	z-index: 1;
	content: '';
	opacity: 0;
}
#gNavi li .subNavi {
	padding-top: 5px;
	width: 194px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s cubic-bezier(.645, .045, .355, 1);
	z-index: 100;
	display: none;
}
#gNavi .navi02 .subNavi {
	width: 240px;
}
#gNavi .navi03 .subNavi {
	width: 260px;
}
#gNavi .navi05 .subNavi {
	width: 350px;
}
#gNavi li .subNavi.on {
	display: block;
}
#gNavi li .subNavi .innerList {
	padding: 18px 0 11px;
	width: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.9);
}
#gNavi li .subNavi li {
	margin: 0;
	position: relative;
	z-index: 1;
}
#gNavi li .subNavi li a {
	margin: 0;
	padding: 11px 28px;
	height: auto;
	display: block;
	color: #000;
	font-size: 1.3rem;
	letter-spacing: 0;
}
#gNavi li .subNavi li a:before {
	display: none;
}
#gNavi li .subNavi li a:hover {
	color: #F08300;
}
#gNavi li .subNavi li a .txt {
	padding: 3px 0;
	min-height: initial;
	font-weight: 400;
	line-height: 1;
}
#gNavi li .subNavi li a .txt::after {
	height: 1px;
}
@media screen and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	#gNavi ul {
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100svh;
		position: absolute;
		top: 0;
		left: 0;
		overflow: auto;
		background: #FFF;
		z-index: 1000;
	}
	#gNavi ul {
		padding: 0;
		width: auto;
		display: block;
		line-height: 1.5;
		border: none;
		border-top: 1px solid #928C8C;
	}
	#gNavi > ul {
		margin: 52px 0;
	}
	#gNavi > ul:before, #gNavi > ul:after {
		display: none;
	}
	#gNavi li a {
		margin: 0;
		padding: 7px 4%;
		height: auto;
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.5;
		text-align: left;
		border-bottom: 1px solid #928C8C;
	}
	#gNavi li a:before {
		display: none !important;
	}
	#gNavi li a:hover:before {
		display: none;
	}
	#gNavi li a .txt {
		padding: 3px 0;
		min-height: initial;
		line-height: 1.5;
	}
	#gNavi li a .txt::after {
		height: 1px;
	}
	#gNavi li .spBtn {
		width: 34px;
		height: 34px;
		position: absolute;
		right: 0;
		top: 3px;
		display: block;
		z-index: 1;
	}
	#gNavi li .spBtn:before {
		width: 11px;
		height: 1px;
		position: absolute;
		right: 14px;
		top: 16px;
		background: #000;
		content: '';
	}
	#gNavi li .spBtn:after {
		width: 1px;
		height: 11px;
		position: absolute;
		right: 19px;
		top: 11px;
		background: #000;
		content: '';
	}
	#gNavi li .spBtn.on:after {
		display: none;
	}
	#gNavi li .subNavi {
		padding-top: 0;
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		transition: none;
	}
	#gNavi .navi02 .subNavi,
	#gNavi .navi03 .subNavi,
	#gNavi .navi05 .subNavi {
		width: 100%;
	}
	#gNavi li .subNavi .innerList {
		transition: none;
	}
	#gNavi li .subNavi .innerList {
		font-family: 'Noto Serif JP';
		font-size: 1.2rem;
		font-weight: normal;
	}
	#gNavi li .subNavi .innerList {
		padding: 0;
		border: none;
	}
	#gNavi li .subNavi.on .innerList {
		opacity: 1;
	}
	#gNavi li .subNavi.on .innerList:before {
		opacity: 1;
		transform: scale(1);
	}
	#gNavi li .subNavi li a {
		padding: 7px 12%;
		height: auto;
		display: block;
	}
	#gNavi li .subNavi li a:before {
		display: none;
	}
	#gNavi li .subNavi li a:hover {
		color: #000;
	}
	#gNavi li .subNavi li a .txt {
		line-height: 1.5;
	}
	#gNavi li .subNavi ul {
		border: none;
	}
}
/*------------------------------------------------------------
	アンカーずれ
------------------------------------------------------------*/
a.anchor {
	display: block;
	padding-top: 110px;
	margin-top: -110px;
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 11px auto 67px;
	width: 960px;
}
#pagePath li {
	display: inline;
	color: #231815;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
}
#pagePath a {
	margin-right: 3px;
	color: #231815;
}
#pagePath a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 80px;
	position: relative;
	z-index: 1;
	background-color: #F0F0F0;
}
#gFooter .fBox {
	width: 960px;
	margin: 0 auto 55px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fNavi {
	padding: 1px 5px 0 14px;
	width: 178px;
	border-right: 1px solid #787878;
}
#gFooter .fNavi:first-child {
	padding-left: 0;
}
#gFooter .fNavi:nth-child(5n) {
	padding-right: 0;
	width: 168px;
	border-right: none;
}
#gFooter .fNavi li {
	margin-bottom: 15px;
}
#gFooter .fNavi li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi li a {
	display: block;
	font-size: 1.4rem;
}
#gFooter .fNavi li a:hover {
	text-decoration: underline;
}
#gFooter .fNavi li .red {
	margin: -5px 0 0;
	color: #000000;
	font-weight: 700;
}
#gFooter .fNavi li .subList {
	padding-top: 7px;
}
#gFooter .fNavi li .subList li {
	margin-bottom: 10px;
	padding: 0;
	width: auto;
	border: none;
}
#gFooter .fNavi li .subList li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi li .subList li a, #gFooter .fNavi li .subList li span {
	font-size: 1.1rem;
	line-height: 1.6;
}
#gFooter .fNavi li .subList li ul {
	margin: 11px 0 0 10px;
}
#gFooter .fNavi li .subList li li {
	margin-bottom: 10px;
}
#gFooter .fNavi li .subList li li:last-child {
	margin-bottom: 0;
}
#gFooter .copyright {
	padding: 40px 10px;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	background-color: #3c2b5b;
}
.pageTop {
	width: 66px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	#gFooter {
		padding-top: 5px;
	}
	#gFooter .fBox {
		width: auto;
		margin: 0 30px 30px;
		display: block;
	}
	#gFooter .fNavi {
		padding: 0;
		width: auto;
		border-right: none;
	}
	#gFooter .fNavi:nth-child(5n) {
		width: auto;
	}
	#gFooter .fNavi li {
		margin-bottom: 0;
		position: relative;
		border-bottom: 1px solid #787878;
	}
	#gFooter .fNavi li a {
		padding: 12px 0 10px;
		font-size: 1.3rem;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
	#gFooter .fNavi li .red {
		margin: 0;
		font-weight: 400;
	}
	#gFooter .fNavi li .btn {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
		display: block;
	}
	#gFooter .fNavi li .btn:before {
		width: 12px;
		height: 2px;
		position: absolute;
		right: 5px;
		top: 50%;
		background: #676464;
		content: '';
	}
	#gFooter .fNavi li .btn:after {
		margin-top: -5px;
		width: 2px;
		height: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		background: #676464;
		content: '';
	}
	#gFooter .fNavi li .btn.on:after {
		display: none;
	}
	#gFooter .fNavi li .subList {
		padding: 0 0 5px;
		display: none;
	}
	#gFooter .fNavi li .subList li {
		margin-bottom: 0;
	}
	#gFooter .fNavi li .subList li a, #gFooter .fNavi li .subList li span {
		padding: 5px 0;
		font-size: 1.3rem;
	}
	#gFooter .fNavi li .subList li ul {
		margin: 0 0 0 10px;
	}
	#gFooter .fNavi li .subList li li {
		margin-bottom: 0;
	}
	#gFooter .copyright {
		padding: 19px 10px;
		font-size: 0.8rem;
	}
	.pageTop {
		width: 40px;
		right: 10px;
		bottom: 10px;
	}
}
/* 印刷 */
@media print {
	* {
		opacity: 1 !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
	.sp {
		display: none !important;
	}
	#container {
		padding-top: 0 !important;
	}
	#gHeader {
		position: relative;
		left: auto;
		top: auto;
		overflow: hidden;
	}
}