:root{
	--main-color:#1e2900;
	--main-color-2:#3b4f0040;
}

body {
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:16px;
	line-height:180%;
	color: #000;
	min-width:1200px;
	-webkit-text-size-adjust: 100% ;/* iPhoneフォントサイズ拡大対策 */
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	font-size:100%;
	margin: 0;
	padding: 0;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif); /* AndroidページのP要素の隙間対策 */
}
a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
#wrapper {}
#base {}

.pc {display:block;}
.sm {display:none;}

/*====================================================================================================
  HEADER
====================================================================================================*/

#header {
	width:100%;
	height: 110px;
	padding: 0 5%;
	display: flex;
	background: var(--main-color);
	align-items: center;
	justify-content: space-between;
	font-family: "Noto Serif JP", sans-serif;
}
#header a p:nth-child(2) { margin-top:0.5rem; line-height:100%; font-size:40%;}

/*** LOGO ******************************************************************/
#header h1 a {
	display:block;
	width:300px;
	height:42px;
	background:url(../image/logo.svg)no-repeat;
	background-size:auto auto;

}
#header h1 a p { text-indent:-9999px;}

/*** NAVIGATION ************************************************************/
#Nav {}
#Nav ul { display: flex; }
#Nav ul li p a {
	color: #FFF;
	margin: 0 20px;
	display: block;
	font-size: 143.8%;
	font-weight: 500;
	line-height: 130%;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
#Nav ul li p a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}



/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { clear:both; width:100%; }

h3 {
	color:var(--main-color);
	font-size: 275%;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
}

.box_main { max-width: 1220px; margin: 0 auto; }

.b_more1 { width: fit-content; }
.b_more1 a {
	color: #000;
	display: block;
	font-size: 150%;
	line-height: 100%;
	position: relative;
	padding-right: 55px;
	text-decoration: none;
	background: url(../image/arrow_right.svg) no-repeat right;
}
.b_more1 a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 2px;
	background:var(--main-color);
}
.b_more1 a:hover { opacity: 0.7; }

.b_more2 { width: 80%; margin: 0 auto; }
.b_more2 a {
	color: #000;
	height: 60px;
	display: flex;
	font-size: 150%;
	font-weight: 700;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.79);
}
.b_more2 a:hover { opacity: 0.7; }


/*====================================================================================================
  FOOTER
====================================================================================================*/

#footer { clear:both; width:100%; }
#footer .copy {
	color: #FFF;
	font-size: 112.5%;
	text-align: center;
	padding-block: 12px;
	background:var(--main-color);
}

.contact_box { position: relative; text-align: center; padding-top:50px; }
.contact_box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: url(../image/contact_bg.jpg) no-repeat center;
	background-size: cover;
}
.contact_box h4 { font-size: 187.5%; }
.contact_box .come { font-size: 112.5%; margin-block: 20px; }
.contact_box .c_num {
	color:var(--main-color);
	font-size: 225%;
	font-weight: 700;
	margin-block: 20px 30px;
}
.contact_box .store_hrs { font-size: 112.5%; }

.contact_box.no-contact { display:flex; flex-direction:column-reverse; height:303px; }

ul.f_nav {
	height: 78px;
	display: flex;
	column-gap: 90px;
	margin-top: 45px;
	align-items: center;
	justify-content: center;
	background:var(--main-color-2);
}
ul.f_nav li a {
	color:#000;
	font-size: 112.5%;
	font-weight: 700;
	text-decoration: none;
}
ul.f_nav li a:hover { text-decoration: underline; text-underline-offset: 4px; }

/*====================================================================================================
  PAGE
====================================================================================================*/

#page,
#page a { display:block; width:51px; height:51px;}
#page { position: fixed; bottom:130px; right: 20px;}
#page a {
	text-indent: -9999px;
	background:var(--main-color) url(../image/page_top.png) no-repeat;
}


