@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
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 {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #231815;
	text-decoration: none;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #231815;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color: #F7F8F8;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	position: relative;
	z-index: 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: inherit;
		font-size: 1.3rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 20px 30px;
	position: relative;
	z-index: 2;
}
#gHeader .hBox {
	margin: 0 auto 19px;
	max-width: 1336px;
}
#gHeader h1 {
	width: 488px;
}
.menuBox {
	margin: 0 auto;
	max-width: 1332px;
	position: relative;
}
.menuBox .langList {
	position: absolute;
	right: 0;
	top: -88px;
}
.menuBox .langList li {
	margin-right: 19px;
	width: 57px;
}
.menuBox .langList li:last-child {
	margin-right: 0;
}
.menuBox .langList li a {
	display: block;
}
.menuBox .langList li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		position: relative;
		z-index: 100;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 10px 15px;
		max-width: inherit;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 2;
		background-color: #F7F8F8;
	}
	#gHeader h1 {
		width: 240px;
	}
	.menu {
		width: 30px;
		height: 23px;
		position: relative;
		cursor: pointer;
	}
	.menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		transition: all .35s ease;
	}
	.menu span:nth-child(2) {
		top: 10px;
	}
	.menu span:nth-child(3) {
		top: 20px;
	}
	.menu.on span:nth-child(1) {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	.menuBox {
		margin: 0;
		max-width: inherit;
		width: 100%;
		height: 100vh;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: #F7F8F8;
		overflow: auto;
	}
	.menuBox .langList {
		margin: 20px 15px;
		padding-bottom: 100px;
		position: relative;
		right: auto;
		top: auto;
		justify-content: center;
	}
	.menuBox .langList li {
		margin: 0 10px;
		width: 57px;
	}
	.menuBox .langList li:last-child {
		margin-right: 10px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	box-sizing: border-box;
	background: #c11920;
}
#gNavi .naviList {
	display: flex;
}
#gNavi .naviList > li {
	box-sizing: border-box;
	padding: 0 5px;
	width: calc(100% / 6);
	position: relative;
}
#gNavi .naviList > li::after {
	width: 1px;
	height: calc(100% - 10px);
	position: absolute;
	right: 0;
	top: 5px;
	background: #fff;
	content: '';
}
#gNavi .naviList > li:last-child::after {
	display: none;
}
#gNavi .naviList > li > a {
	box-sizing: border-box;
	padding: 17px 10px 19px;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
#gNavi li a:hover {
	background: #6b280e;
}
#gNavi .naviList li .subList {
	box-sizing: border-box;
	padding: 15px 0;
	position: absolute;
	left: 5px;
	top: 0;
	width: calc(100% - 10px);
	background: #6b280e;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	cursor: default;
}
#gNavi .naviList li .subList.on {
	opacity: 1;
	pointer-events: auto;
	cursor: auto;
}
#gNavi .naviList li .subList li a {
	padding: 2px 5px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
#gNavi .naviList li .subList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gNavi {
		padding-top: 70px;
	}
	#gNavi .naviList {
		padding: 10px 15px;
		display: block;
	}
	#gNavi .naviList > li {
		padding: 0;
		width: auto;
		border-bottom: 1px solid #fff;
	}
	#gNavi .naviList > li:first-child {
		border-top: 1px solid #fff;
	}
	#gNavi .naviList > li::after {
		display: none;
	}
	#gNavi .naviList > li > a {
		padding: 10px 15px;
		font-size: 1.5rem;
		text-align: left;
	}
	#gNavi li a:hover {
		background: transparent;
	}
	#gNavi .naviList li .subList {
		padding: 0;
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		opacity: 1;
		pointer-events: auto;
		cursor: auto;
		background-color: transparent;
	}
	#gNavi .naviList li .subList li {
		border-top: 1px solid #fff;
	}
	#gNavi .naviList li .subList li a {
		padding: 10px 30px;
		font-size: 1.3rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 41px;
	width: 1252px;
	color: #231815;
	font-size: 1.6rem;
	font-weight: 500;
}
#pagePath li {
	margin-right: 7px;
	display: inline;
}
#pagePath li a {
	margin-right: 7px;
	color: #231815;
}
#pagePath li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 15px 20px;
		width: auto;
		font-size: 1.3rem;
	}
	#pagePath li {
		margin-right: 3px;
	}
	#pagePath li a {
		margin-right: 5px;
	}
	#pagePath li a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 31px 20px 65px;
	position: relative;
	z-index: 10;
	background-color: #F7F8F8;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1336px;
	display: flex;
}
#gFooter .fNaviBox {
	width: 913px;
}
#gFooter .fLogoBox {
	margin-bottom: 14px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #231815;
}
#gFooter .fLogo {
	width: 488px;
}
#gFooter .snsBtn {
	margin: 10px 22px 0 0;
	width: 60px;
}
#gFooter .snsBtn a:hover {
	opacity: 0.7;
}
#gFooter .fSubBox {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.75;
}
#gFooter .fSubBox > ul {
	width: 193px;
}
#gFooter .fSubBox a:hover {
	text-decoration: underline;
}
#gFooter .fSubBox > .fNavi02 {
	width: 153px;
}
#gFooter .fSubBox > .fNavi03 {
	width: 314px;
}
#gFooter .fSubBox > .fNavi04 {
	width: 250px;
}
#gFooter .fSubBox > ul > li:not(:last-child) {
	margin-bottom: 28px;
}
#gFooter .fSubBox > ul > li > a {
	padding-left: 21px;
	display: block;
	position: relative;
}
#gFooter .fSubBox > ul > li > a::before {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 3px;
	top: 8px;
	background: #6b280e;
	content: '';
}
#gFooter .fSubBox > ul > li > ul {
	margin-left: 22px;
}
#gFooter .fBanner {
	margin: 10px 0 0 97px;
	width: 256px;
}
#gFooter .fBanner li:not(:last-child) {
	margin-bottom: 20px;
}
#gFooter .fBanner li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 2.08rem;
	line-height: 1.15;
}
#gFooter .fBanner li a .txt {
	width: 100%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
#gFooter .fBanner li.item01 a .txt {
	padding-bottom: 9px;
	text-shadow: 2px 2px 6px rgba(35, 24, 21,0.7), -2px -2px 6px rgba(35, 24, 21,0.7);
}
#gFooter .fBanner li.item03 a .txt {
	padding-bottom: 4px;
}
#gFooter .fBanner li a:hover {
	opacity: 0.7;
}
.pageTop {
	width: 50px;
	position: fixed;
	right: 40px;
	bottom: 40px;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 20px 15px 65px;
	}
	#gFooter .fBox {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#gFooter .fNaviBox {
		width: auto;
	}
	#gFooter .fLogo {
		width: 240px;
	}
	#gFooter .snsBtn {
		margin: 10px 10px 0;
		width: 35px;
	}
	#gFooter .fSubBox {
		display: block;
		font-size: 1.4rem;
	}
	#gFooter .fSubBox > ul {
		margin-bottom: 15px;
		width: auto !important;
	}
	#gFooter .fSubBox > ul:last-child {
		margin-bottom: 0;
	}
	#gFooter .fSubBox a:hover {
		text-decoration: none;
	}
	#gFooter .fSubBox > ul > li:not(:last-child) {
		margin-bottom: 15px;
	}
	#gFooter .fSubBox > ul > li > a::before {
		width: 11px;
		height: 11px;
		top: 7px;
	}
	#gFooter .fBanner {
		margin: 30px 0 0;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fBanner li {
		margin: 15px 0 0;
		width: 48%;
		text-align: center;
	}
	#gFooter .fBanner li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .fBanner li a {
		font-size: 3.5vw;
		line-height: 1.25;
	}
	#gFooter .fBanner li.item01 a .txt {
		padding-bottom: 0;
	}
	#gFooter .fBanner li.item03 a .txt {
		padding-bottom: 0;
	}
	.pageTop {
		width: 40px;
		right: 15px;
		bottom: 15px;
	}
}