@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address,
em, img,
small, strong, sub, sup,
b, u, i,
ul, ol, li, dl, dt, dd,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, figure, figcaption,
header, footer, nav, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, section, aside, figure, figcaption, header, footer, nav { display: block; }
body { line-height: 1; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight:bold;}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*================================================

　全体

=================================================*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }
body { 
	position: relative;
	min-height: 100vh;
	color: #000;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000;
}
a, a:link, a:focus, a:visited {
	color: #000;
	text-decoration: none;
	opacity: 1;
	transition: all 0.5s ease;
}
a:hover {
	opacity: 0.3;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"]{
		pointer-events: none;
	}
}

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
	body {
		/* The hack for Safari */
		height: -webkit-fill-available;
	}
}

/*================================================

　レイアウト共通

=================================================*/
#content {
	overflow: hidden;
	padding: 0;
}
.content-wrap {
	padding: 79px 0 0;
}

@media screen and (min-width: 1081px) {

	.tab-new-line,
	.tab-sp-new-line {
		display: none;
	}

}
@media screen and (max-width: 1080px) {

	.pc-new-line,
	.pcsp-new-line {
		display: none;
	}

}

@media screen and (min-width: 768px) {

	.sp-new-line {
		display: none;
	}

}

@media screen and (max-width: 767px) {

	.content-wrap {
		padding: 40px 0 0;
	}
	.tab-new-line,
	.pc-tab-new-line {
		display: none;
	}
	.pcsp-new-line {
		display: none;
	}

}

/*================================================

　header

=================================================*/
.header-wrap {
	position: fixed;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #002553;
	z-index: 89999;
	transition: all 0.5s ease;
}
.header-wrap-inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	height: 79px;
	margin: 0 auto;
	padding: 0 min(2.734375%, 35px);
	letter-spacing: 0.05em;
}
.header-box figure {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.shopinfo {
	color: #FFF;
	text-align: center;
	font-size: clamp(1.2rem, (100vw - 375px) * 3.5 / 905 + 12px, 1.55rem);
	font-weight: 700;
	line-height: 1;
}
.shopinfo p:nth-of-type(2) a {
	display: block;
	margin: 3px 0 0;
	color: #FFF;
	font-size: clamp(1.6rem, (100vw - 375px) * 6.5 / 905 + 16px, 2.25rem);
}

.header-box .logo {
	width: min(10.390625%, 133px);
	margin: 0 0 0 5px;
}

@media screen and (max-width: 1080px) {

	.header-box {
		max-width: calc(100% - 80px);
		margin: 0;
		padding: 0 0 0 2%;
	}
	.header-box .logo {
		width: 120px;
		margin: 0;
	}

}

@media screen and (max-width: 767px) {

	.header-box {
		height: 40px;
		max-width: calc(100% - 50px);
	}
	.header-box .logo {
		width: 80px;
		margin: 0;
	}
	.header-box figure {
		height: 40;
	}
	.header-box figure img {
		height: 40px;
		width: auto;
	}
	.shopinfo {
		font-size: clamp(1rem, (100vw - 375px) * 2 / 392 + 10px, 1.2rem);
	}
	.shopinfo p:nth-of-type(2) a {
		font-size: clamp(1.2rem, (100vw - 375px) * 6 / 392 + 12px, 1.8rem);
	}

}

@media screen and (max-width: 460px) {

	.header-box figure {
		position: absolute;
		top: 0;
		left: 100px;
		height: 40;
		transform: translateX(0);
	}
	.header-box figure img {
		height: 40px;
		width: auto;
	}

}

/*　ナビメニュー
=================================================*/
.header-wrap-inner .navlist {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	width: min(62.65625%, 802px);
	margin: 0 auto;
	padding: 0;
	transform: translate(-50%, -50%);
}
.header-wrap-inner .navlist ul {
	display: flex;
	justify-content: space-between;
}
.header-wrap-inner .navlist ul li {
	display: flex;
	flex-direction: column;;
	text-align: center;
	font-size: clamp(1rem, (100vw - 1080px) * 1.5 / 200 + 10px, 1.15rem);
	font-weight: 700;
}
.header-wrap-inner .navlist ul li:nth-of-type(2) {
	margin: 0 10px;
}
.header-wrap-inner .navlist ul li:nth-of-type(3) {
	margin-right: max(9.375%, 120px);
}
.header-wrap-inner .navlist ul li:nth-of-type(4) {
	margin-left: max(14.0625%, 180px);
}
.header-wrap-inner .navlist ul li span {
	display: block;
	margin: 0 0 6px;
	font-size: clamp(1.3rem, (100vw - 1080px) * 4 / 200 + 13px, 1.7rem);
}
.header-wrap-inner .navlist ul li a {
	color: #FFF;
}

@media screen and (max-width: 1080px) {

	.header-wrap-inner .navlist {
		position: fixed;
		top: 0;
		left: 100%;
		width: 350px;
		height: 100%;
		margin-top: 79px;
		padding: 25px 20px 0;
		background: rgba(0,37,83,0.9);
		transition: 0.5s ease-out;
		transform: translate(0, 0);
	}
	.header-wrap-inner .navlist ul {
		justify-content: flex-start;
		flex-direction: column;
	}
	.header-wrap-inner .navlist ul li {
		width: 100%;
		padding: 18px 0;
	}
	.header-wrap-inner .navlist ul li:nth-of-type(2) {
		margin: 0;
	}
	.header-wrap-inner .navlist ul li:nth-of-type(3) {
		margin-right: 0;
	}
	.header-wrap-inner .navlist ul li:nth-of-type(4) {
		margin-left: 0;
	}

}

@media screen and (max-width: 767px) {

	.header-wrap-inner .navlist {
		margin-top: 40px;
	}

}

/*　ハンバーガー
=================================================*/
.menu-btn {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.menu-btn .toggle {
	display: block;
	position: relative;
	width: 42px;
	height: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}
.menu-hamburger,
.menu-hamburger::before,
.menu-hamburger::after {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	transition: 0.2s ease-out;
}
.menu-hamburger::before,
.menu-hamburger::after {
	position: absolute;
	top: -7px;
	left: 0;
	content: '';
}
.menu-hamburger::after {
	top: 7px;
}
.menu-btn.open .menu-hamburger {
	background-color: transparent;
}
.menu-btn.open .menu-hamburger::before,
.menu-btn.open .menu-hamburger::after {
	top: 0;
}
.menu-btn.open .menu-hamburger::before {
	transform: rotate(45deg);
}
.menu-btn.open .menu-hamburger::after {
	transform: rotate(-45deg);
}

@media screen and (max-width: 1080px) {

	.header-wrap.open {
		z-index: 99999;
	}
	.menu-btn {
		display: block;
	}
	.menu-btn.open + .navlist {
		transform: translateX(-100%);
	}

}

@media screen and (max-width: 767px) {

	.menu-btn {
		right: 10px;
	}
	.menu-btn .toggle {
		width: 30px;
	}

}

/*================================================

　フッター

=================================================*/
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
}
footer ul {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background-color: #000;
}
footer ul li {
	display: inline-block;
	margin: 0;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
	color: #FFF;
}
#copy {
	margin: 0;
	padding: 13px 0;
	color: #FFF;
	text-align: center;
	background-color: #002553;
}
#copy p {
	margin: 0 0 5px;
}

@media screen and (max-width: 767px) {

	footer {
		margin: 0;
		font-size: 1.1rem;
	}
	#copy {
		padding: 13px 0;
	}
	#copy p {
		margin: 0 0 5px;
	}
	#copy small {
		font-size: 1rem;
	}

}
