@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');




/* ====================================================
		default
==================================================== */
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: "Zen Kaku Gothic New",'Noto Sans JP',YuGothic,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;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:link {
	color: #212322;
	text-decoration: none;
}
a:visited {
	color: #212322;
}
a:hover {
	color: #212322;
}
a:active {
	color: #212322;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}




/* ====================================================
		Layout
==================================================== */

body {
	min-width: 1300px;
	color: #212322;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
  overflow-x: hidden;
}
p {
	line-height: 2.06;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
		display: none !important;
	}
}

@media all and (min-width: 897px) and (max-width: 1299px) {
  body {
		min-width: 100%!important;
	}
  body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
}

@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	p {
		line-height: 1.8;
		letter-spacing: 0.01em;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
}
@media all and (max-width: 447px) {
	body {
		font-size: 1.4rem;
	}
}






/* ====================================================
		Header
==================================================== */

#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#gHeader .hBox {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .logo {
	width: 270px;
	position: relative;
	z-index: 1002;
}
#gHeader .logo a {
	display: block;
}
#gHeader .rightBox {
	flex: 1;
}

@media all and (min-width: 897px) and (max-width: 1299px) {

}

@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		height: 60px;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 1000;
	}
	#gHeader .logo {
		width: 250px;
	}
	#gHeader .hBox {
		padding: 8px 14px 7px;
	}
	#gHeader .btnUl {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: flex-end;
		text-align: center;
	}
	#gHeader .btnUl li {
		width: 80px;
		height: 60px;
	}
	#gHeader .btnUl a {
		padding-top: 3px;
		color: #fff;
		height: 60px;
		font-size: 1.2rem;
		font-weight: bold;
		display: block;
		background-color: #ba0006;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	#gHeader .btnUl .menuBtn {
		background-color: #262827;
		position: relative;
	}
	#gHeader .btnUl .btn .txt {
		margin-top: 3px;
		display: block;
	}
}
@media all and (max-width: 447px) {
	#gHeader .logo {
		width: 174px;
	}
	#gHeader .btnUl li {
		width: 60px;
	}
	#gHeader .btnUl a {
		font-size: 1rem;
	}
	#gHeader .btnUl a img {
		width: 20px;
	}
	#gHeader .hBox {
		padding: 15px 10px 7px;
	}
}






/* ====================================================
		Menu
==================================================== */

.menu {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	width: 40px;
	height: 10px;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu span {
	background: #fff;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 7px;
	width: 20px;
	right: 0;
	left: auto;
}
#toggle.active .menu {
	width: 25px;
}
#toggle.active .top {
	-webkit-transform: translateY(3px) translateX(0) rotate(-29deg);
	-ms-transform: translateY(3px) translateX(0) rotate(-29deg);
	transform: translateY(3px) translateX(0) rotate(-29deg);
	background: #fff;
}
#toggle.active .bottom {
	width: 100%;
	-webkit-transform: translateY(-4px) translateX(0) rotate(29deg);
	-ms-transform: translateY(-4px) translateX(0) rotate(29deg);
	transform: translateY(-4px) translateX(0) rotate(29deg);
	background: #fff;
}
@media all and (max-width: 447px) {
	.menu {
		width: 30px;
	}
}







/* ====================================================
		Grobal Navigation
==================================================== */

#gNavi {
	width: 100%;
	padding: 62px 74px 0 300px;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1000;
}
#gNavi .subLogo {
	width: 280px;
	position: absolute;
	top: 17px;
	left: 15px;
	opacity: 0;
}
#gNavi a {
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	display: block;
	letter-spacing: 0.1em;
	position: relative;
}
#gNavi ul a::after {
	margin-left: -7px;
	width: 14px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	background-color: #fff;
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
#gNavi .on a::after {
	opacity: 1;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
}
#gNavi ul li {
	margin-left: 38px;
}
#gNavi.fix {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	z-index: 10002;
}
#gNavi.fix a {
	color: #000;
}
#gNavi.fix ul a::after {
	background-color: #000;
}
#gNavi.fix .subLogo {
	opacity: 1;
}
@media all and (min-width: 897px) and (max-width: 1250px) {
	#gNavi {
		padding-left: 270px;
		padding-right: 20px;
	}
	#gNavi ul li {
		margin-left: 15px;
	}
	#gNavi a {
		font-size: 1.38rem;
		letter-spacing: 0;
	}
	#gNavi .subLogo {
		width: 250px;
	}
}
@media all and (min-width: 897px) {
	#gNavi a:hover::after {
		opacity: 1;
	}
}






/* ====================================================
		Menu Box - Mobile
==================================================== */

@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	top: 60px;
	left: 0;
	background-color: #262827;
	box-sizing: border-box;
	z-index: 9999;
	display: none;
	overflow-y: auto;
}
.menuBox .inner {
	padding: 24px 42px 40px;
}
.menuBox .naviUl a {
	padding: 23px 30px 22px 22px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	letter-spacing: 0.1em;
	background: url("../../img_common/icon_arrow_right_white.png") no-repeat right 14px center;
	background-size: 17px auto;
}
.menuBox .menuUl {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.menuBox .menuUl li {
	width: calc(50% - 6px);
}
.menuBox .menuUl a {
	padding: 24px 15px 0;
	min-height: 100px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	background-color: #ba0005;
	letter-spacing: 0.1em;
}
.menuBox .menuUl span {
	margin-top: 6px;
	display: block;
}
.menuBox .menuUl li:last-child a {
	padding-top: 27px;
	color: #000;
	background-color: #fff;
}
.menuBox .menuUl li:last-child span {
	margin-top: 3px;
}
@media all and (max-width: 447px) {
	.menuBox .inner {
		padding: 24px 20px 40px;
	}
}





/* ====================================================
		Footer
==================================================== */

#gFooter {
	padding-top: 107px;
	color: #fff;
	background-color: #262827;
	position: relative;
}
#gFooter .pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	display: none;
}
#gFooter .pagetop a {
	display: block;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto 65px;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
}
#gFooter .leftBox {
	width: 480px;
}
#gFooter .rightBox {
	margin-top: 9px;
	width: 530px;
}
#gFooter .copyright {
	padding: 34px 15px 31px;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.15em;
	font-family: "Outfit",sans-serif;
	background-color: #bd0006;
	display: block;
	text-align: center;
}
#gFooter .fLogo {
	margin-bottom: 35px;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .addressTxt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
#gFooter .addressTxt .link {
	margin: -3px 0 0 11px;
	display: inline-block;
	vertical-align: middle;
}
#gFooter .addressTxt a {
	padding: 3px 5px 2px;
	font-size: 1rem;
	border: 1px solid #fff;
	line-height: 1;
	font-weight: 300;
	display: block;
	font-family: "Outfit",sans-serif;
	border-radius: 3px;
	letter-spacing: 0;
}
#gFooter .orderUl {
	margin-bottom: 49px;
	display: flex;
	font-weight: 500;
	font-size: 2.4rem;
	font-family: "Outfit",sans-serif;
	line-height: 1;
	letter-spacing: -0.1em;
}
#gFooter .orderUl li {
	margin-right: 10px;
	display: block;
}
#gFooter .orderUl li a,
#gFooter .orderUl li > span {
	display: block;
	white-space:nowrap;
}
#gFooter .orderUl li:last-child {
	margin-right: 0;
}
#gFooter .orderUl .ttl {
	margin-top: 1px;
	padding: 5px 0 5px;
	min-width: 48px;
	font-size: 1.4rem;
	font-weight: 800;
	display: inline-block;
	background-color: #383a39;
	border-radius: 3px;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.1em;
}
#gFooter .orderUl .txt {
	display: inline-block;
	letter-spacing: 0.08em;
}
#gFooter .headLine04 {
	margin-bottom: 13px;
	font-style: normal;
	font-size: 1.8rem;
}
#gFooter .comBtnList a {
	border: 1px solid #424443;
	border-radius: 4px;
}
#gFooter .comBtnList li {
	margin-bottom: 7px;
}
#gFooter .comBtnList li:last-child {
	margin-bottom: 0;
}
#gFooter .comBtnList li a {
	padding: 21px 45px 15px 23px;
	font-size: 1.523rem;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url("../../img_common/icon_arrow_right_white.png") no-repeat right 21px center;
	background-size: 22px auto;
}
#gFooter .comBtnList .special {
	margin-top: 28px;
}
#gFooter .comBtnList .special a {
	font-style: normal;
	background-color: #424443;
}
#gFooter .fNavi > li {
	margin-bottom: 40px;
}
#gFooter .fNavi > li:last-child {
	margin-bottom: 0;
}
#gFooter .innerUl {
	display: flex;
	justify-content: space-between;
}
#gFooter .innerUl > li {
	width: calc(50% - 25px);
}
#gFooter .innerUl .topLink {
	margin-bottom: 19px;
}
#gFooter .innerUl .topLink a {
	padding-bottom: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #424443;
	letter-spacing: 0.1em;
	background: url("../../img_common/icon_arrow_right_white.png") no-repeat right 2px top 10px;
	background-size: 22px auto;
}
#gFooter .innerUl ul li {
	margin-bottom: 7px;
}
#gFooter .innerUl ul li:last-child {
	margin-bottom: 0;
}
#gFooter .innerUl ul a {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	display: block;
}

@media all and (min-width: 897px) {
	#gFooter .addressTxt a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
	#gFooter .pagetop a:hover {
		opacity: 0.7;
	}
}

@media all and (min-width: 897px) and (max-width: 1299px) {
  #gFooter .fBox {
    margin: 0 auto 65px;
    max-width: 86%;
  }
  #gFooter .leftBox {
    width: 40%;
  }
  #gFooter .rightBox {
    width: 50%;
  }
  
  #gFooter .orderUl {
    display: block;
  }
  #gFooter .orderUl li {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
}

@media all and (max-width: 896px) {
	#gFooter .fBox {
		margin-bottom: 0;
		padding: 67px 43px 48px;
		display: block;
	}
	#gFooter .leftBox {
		margin-bottom: 48px;
		width: auto;
	}
	#gFooter .rightBox {
		margin: 0 0 44px;
		width: auto;
	}
	#gFooter {
		padding: 0;
	}
	#gFooter .fLogo {
		margin-bottom: 19px;
		text-align: center;
	}
	#gFooter .fLogo img {
		max-width: 252px;
	}
	#gFooter .addressTxt {
		margin-bottom: 12px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#gFooter .orderUl {
		margin-bottom: 45px;
		display: block;
		font-size: 2rem;
	}
	#gFooter .orderUl li {
		margin-bottom: 10px;
	}
	#gFooter .orderUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .addressTxt a {
		padding: 2px 5px 1px;
		font-size: 1.2rem;
	}
	#gFooter .orderUl .ttl {
		margin: -1px 3px 0 0;
		padding: 3px 0 3px;
		min-width: 42px;
		font-size: 1.4rem;
	}
	#gFooter .bgBox {
		padding: 24px 30px 32px;
		background-color: #2c302f;
		border-radius: 3px;
	}
	#gFooter .headLine04 {
		margin-bottom: 25px;
	}
	#gFooter .comBtnList li a {
		padding: 14px 45px 11px 18px;
		font-size: 1.3rem;
		letter-spacing: 0.15em;
		background-size: 17px auto;
		background-position: right 15px center;
	}
	#gFooter .comBtnList li {
		margin-bottom: 5px;
	}
	#gFooter .innerUl {
		display: block;
	}
	#gFooter .innerUl > li {
		margin-bottom: -1px;
		width: auto;
		position: relative;
	}
	#gFooter .innerUl .topLink a {
		padding: 18px 0 16px;
		border-top: 1px solid #424443;
		background: none;
	}
	#gFooter .innerUl ul {
		padding: 21px 0 21px 31px;
		display: none;
	}
	#gFooter .innerUl .topLink {
		margin-bottom: 0;
	}
	#gFooter .innerUl ul li {
		margin-bottom: 16px;
	}
	#gFooter .innerUl ul a {
		position: relative;
	}
	#gFooter .innerUl ul a::before {
		width: 7px;
		height: 1px;
		position: absolute;
		top: 9px;
		left: -15px;
		background-color: #fff;
		content: "";
	}
	#gFooter .fNavi > li {
		margin-bottom: 0;
	}
	#gFooter .innerUl .dropBtn {
		width: 50px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		background: url("../../img_common/icon_plus.png") no-repeat center center;
		background-size: 16px auto;
	}
	#gFooter .innerUl .dropBtn.on {
		background-image: url("../../img_common/icon_minus.png");
	}
	#gFooter .comBtnList .special {
		margin-top: 0;
	}
	#gFooter .comBtnList .special a {
		text-align: center;
		padding: 22px 45px 19px;
		font-size: 1.5rem;
		background: #505251;
	}
	#gFooter .copyright {
		padding: 22px 15px 22px;
	}
	#gFooter .pagetop {
		bottom: 70px;
		right: 13px;
	}
}
@media all and (max-width: 447px) {
	#gFooter .fBox {
		padding: 50px 20px 48px;
	}
	#gFooter .bgBox {
		padding: 24px 15px 32px;
	}
	#gFooter .addressTxt {
		font-size: 1.15rem;
	}
}




/* ====================================================
		Page Path
==================================================== */

#pagePath {
	margin-bottom: 34px;
	padding: 19px 100px;
}
#pagePath ul {
	display: flex;
	flex-wrap: wrap;
}
#pagePath ul li {
	margin-right: 24px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	position: relative;
}
#pagePath ul li:last-child {
	margin-right: 0;
}
#pagePath ul li::after {
	width: 5px;
	height: 7px;
	position: absolute;
	top: 5px;
	right: -15px;
	background: url("../../img_common/icon_arrow_black.png") no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
#pagePath ul li:last-child::after {
	display: none;
}
#pagePath ul li:first-child a {
	color: #9f0018;
}
#pagePath ul a {
	display: inline-block;
}
@media all and (min-width: 897px) {
	#pagePath ul a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 30px;
		padding: 10px 20px;
	}
	#pagePath ul li {
		margin-right: 15px;
		font-size: 1.1rem;
	}
	#pagePath ul li::after {
		right: -10px;
	}
}