@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #d30010;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 981px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 980px) {
	body {
		min-width: inherit;
		font-size: 1.8rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3.1rem 4.5rem 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#gHeader h1 {
	width: 7.1rem;
}
#gHeader h1 a {
	display: block;
}
@media all and (max-width: 980px) {
	#gHeader {
		padding: 2rem 2rem 0;
	}
	#gHeader h1 {
		width: 7.8rem;
	}
	.fixedHeader {
		padding: 2rem 2rem 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		transition: all ease 1s;
		transform: translateY(-100%);
	}
	.fixedHeader.show {
		opacity: 1;
		transform: none;
	}
	.fixedHeader.noBg {
		background-color: transparent;
	}
	.fixedHeader .logo {
		width: 7.8rem;
	}
	.fixedHeader .logo a {
		display: block;
	}
	.fixedHeader .rBox {
		flex: 1;
		justify-content: right;
	}
	.fixedHeader .hShop {
		margin: -0.2rem 0.5rem 0 0;
		width: 2.5rem;
	}
	.fixedHeader .hShop a {
		display: block;
	}
	.menu {
		width: 3rem;
		height: 3rem;
		position: relative;
	}
	.menu span {
		width: 1.9rem;
		height: 1px;
		position: absolute;
		top: 0.2rem;
		right: 0;
		background: #E9D0A1;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.8rem;
	}
	.menu.on {
		top: -0.2rem;
	}
	.menu.on span {
		width: 2.5rem;
		right: -0.2rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.9rem) translateX(0) rotate(140deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.7rem) translateX(0) rotate(-140deg);
	}
	.menuBox { 
		padding: 7.8rem 2rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.9);
		z-index: 100;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .naviUl {
		margin-bottom: 4rem;
	}
	.menuBox .naviUl a {
		margin-bottom: 3.4rem;
		display: block;
		color: #D4B572;
		text-align: center;
		font-weight: 400;
	}
	.menuBox .naviUl li:last-child a {
		margin-bottom: 0;
	}
	.menuBox .imgtext {
		margin: 0 auto 1rem;
		width: 27.1rem;
	}
	.menuBox .comBtn02 a {
		margin: 0 auto 7.5rem;
		width: 27rem;
		min-height: 5.7rem;
	}
	.menuBox .snsUl {
		gap: 2.6rem;
		justify-content: center;
		align-items: center;
	}
	.menuBox .snsUl li {
		width: 3.3rem;
	}
	.menuBox .snsUl li a {
		display: block;
	}
	.menuBox .snsUl li:nth-child(1) {
		width: 2.8rem;
	}
	.menuBox .comBtn02 {
		opacity: 1;
		transform: scale(1);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 2.2rem;
	background: url(../img/common/f_bg.png) no-repeat left bottom / 100% auto;
}
#gFooter .content {
	margin-bottom: 3.3rem;
	align-items: flex-start;
}
#gFooter .lBox {
	width: 36rem;
}
#gFooter .lBox .logo {
	margin-bottom: 1.1rem;
	align-items: center;
}
#gFooter .lBox .logo a {
	width: 9.1rem;
	display: block;
}
#gFooter .lBox .logo .img01 {
	margin: 0 1rem 0.5rem 1rem;
	width: 1rem;
}
#gFooter .lBox .logo .img02 {
	width: 13.2rem;
}
#gFooter .lBox .text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.66;
	font-feature-settings: "palt";
}
#gFooter .rBox {
	margin-top: 0.5rem;
	flex: 1;
}
#gFooter .rBox .naviUl {
	margin-bottom: 7.8rem;
	justify-content: right;
}
#gFooter .rBox .naviUl a {
	position: relative;
	padding: 0 1.9rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
#gFooter .rBox .naviUl a .red {
	color: #D30010;
}
#gFooter .rBox .naviUl a:hover {
	opacity: 0.7;
}
#gFooter .rBox .naviUl li:not(:last-child) a::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.2rem;
	content: "";
	background-color: #333;
	transform: translateY(-50%);
}
#gFooter .rBox .naviUl li:last-child a {
	padding-right: 1rem;
}
#gFooter .rBox .snsUl {
	margin-right: 1.7rem;
	justify-content: right;
	gap: 2rem;
	align-items: center;
}
#gFooter .rBox .snsUl li {
	width: 2.4rem;
}
#gFooter .rBox .snsUl a {
	display: block;
}
#gFooter .rBox .snsUl a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 0.5rem 0 0.8rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	background-color: #D30010;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 980px) {
	#gFooter {
		padding-top: 4.5rem;
		background-image: url(../img/common/f_bg_sp.png);
	}
	#gFooter .content {
		margin: 0 2rem 2.5rem;
		display: block;
	}
	#gFooter .lBox {
		margin-bottom: 5.5rem;
		width: auto;
	}
	#gFooter .lBox .logo {
		width: fit-content;
		margin: 0 auto 1.1rem;
	}
	#gFooter .lBox .text {
		text-align: center;
	}
	#gFooter .rBox {
		margin-top: 0;
	}
	#gFooter .rBox .snsUl {
		margin-right: 0;
		justify-content: center;
		gap: 2rem;
	}
	#gFooter .rBox .snsUl li {
		width: 3.4rem;
	}
	#gFooter address {
		padding: 1rem 0 1.2rem 0.3rem;
		font-weight: 400;
	}
	#gFooter address span {
		margin: 0 auto;
		text-align: left;
		display: inline-block;
		width: fit-content;
	}
}