<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	box-sizing: border-box;
}

/*=============================================
 * body
 *=============================================*/
body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 1px;
	text-align: justify;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat center top;
}

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: 'Noto Serif JP', serif;
}

.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.block::after {
	clear: both;
	content: "";
	display: block;
}

.txt-center {
	text-align: center;
}

.txt_b {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

.p4 {
	padding: 0 4%;
}

/*=============================================
 * header
 *=============================================*/
header .logo {
	width: 102px;
	margin: 0 auto;
}

header h1 {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0 4%;
	color: #000;
	margin-top: 10px;
}

header {
	color: #fff;
	position: relative;
	z-index: 9999;
}
header .hd-sns{
	position: absolute;
	left: 15px;
	top: 17px;
	z-index: 1;
	display: flex;
}
header .hd-sns .insta{
	width: 30px;
}
header .hd-sns .fb{
	width: 30px;
	margin-left: 10px;
}
/*====================== nav ====================== */
header .menu_toggle {
	padding: 0px 20px 0;
	background: url('../img/shared/nav_ft.jpg');
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
header .menu_toggle .logo{
	margin-bottom: 40px;
}
header .menu_toggle ul {
	padding: 0;
	overflow-y: auto;
	display: flex;
	align-items: center;
}
header .menu_toggle ul li{
	width: 50%;
	padding: 0;
}
header .menu_toggle ul li a{
	font-size: 4vw;
	line-height: 7vw;
}
header .menu_toggle ul li.active a{
	color: #740000;
}
header .menu_toggle li.active::before{
	display: none;
}
header .menu_toggle .tel{
	margin-top: 40px;
}
header .menu_toggle .dfex{
	display: flex;
	margin-top: 20px;
}
header .menu_toggle .dfex .btn1{
	padding-right: 10px;
}
header .menu_toggle .dfex .btn2{
	padding-left: 10px;
}
header .menu_toggle .dfex .btn3{
	width: 70%;
	padding-right: 10px;
}
#menu_toggle li {
	transform: matrix(1, 0, 0, 1, 0, -20);
	transition: all ease 0.5s 0.3s;
	opacity: 0;
	text-align: center;
}

.navOpen #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.navOpen #menu_toggle li {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.hamburger {
	background: url('../img/shared/ft_bg.jpg');
	position: fixed;
	top: 0px;
	z-index: 100;
	right: 0px;
}

.hamburger:after {
	font-size: 11px;
	content: 'MENU';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.navOpen .hamburger:after {
	content: 'CLOSE';
}
#f_logo{
	width: 30%;
	margin: 0 auto;
}

/*====================== end nav ====================== */

/*====================== header key ====================== */
#key{
	margin-top: 10px;
}
#key .txt{
	color: #000;
	padding: 0 4%;
}
#key .txt span{
	color: #740000;
}
#key .bnr{
	width: 80%;
	margin: 5% auto 0;
}
#key .slick-dots{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
/*====================== end nav ====================== */

section {
	overflow: hidden;
}

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

/*                   　footer　　　　　          */

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

footer {
	position: relative;
	z-index: 999;
	background-image: url('../img/shared/ft_bg.jpg');
	color: #fff;
	padding: 12% 0 25%;
}
footer .vcard{
	margin: 30px 0;
}
footer .vcard dl{
	width: 100%;
	display: table;
	margin-top: 10px;
}
footer .vcard dt{
	display: table-cell;
	width: 80px;
}
footer .vcard dd{
	display: table-cell;
}
footer .box{
	width: 92%;
	margin: 0 auto;
	border: 1px solid transparent;
	border-image: url('../img/shared/ft_box.png') 1 round;
	padding: 6% 0;
}
footer .box .ft-btn{
	width: 80%;
	margin: 5% auto;
}
footer .box .txt{
	padding: 0 10%;
	text-align: center;
}
footer .box .txt span{
	color: #d2b16e;
}
footer .ft-bnr{
	width: 80%;
	margin: 30px auto;
}
address{
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}
.cookies_link{
	font-size: 11px;
	line-height: 18px;
}
.cookies_link a{
	text-decoration: underline;
}
/*====================== ft_fixed ====================== */
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
}

/* iPhone X */
@media only screen  and (min-device-width:375px)  and (min-device-height:812px)  and (-webkit-device-pixel-ratio:3)  and (orientation:portrait) {
	.has_nav footer:after {
		background: url('../img/shared/ft_bg.jpg');
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}

	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.cartjs_cart_in input{
		background-color: #610000!important;
		border-radius: 0px!important;
	}
}

/* iPhone XR */
@media only screen  and (min-device-width:414px)  and (min-device-height:896px)  and (-webkit-device-pixel-ratio:2)  and (orientation:portrait) {
	.has_nav footer:after {
		background: url('../img/shared/ft_bg.jpg');
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}

	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.cartjs_cart_in input{
		background-color: #610000!important;
		border-radius: 0px!important;
	}

}

/* iPhone 11 */
@media only screen 
and (device-width:414px) 
and (device-height:896px) 
and (-webkit-device-pixel-ratio:2), @media only screen 
and (device-width:375px) 
and (device-height:812px) 
and (-webkit-device-pixel-ratio:3), @media only screen 
and (device-width:414px) 
and (device-height:896px) 
and (-webkit-device-pixel-ratio:3) {
	.has_nav footer:after {
		background: url('../img/shared/ft_bg.jpg');
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
	}

	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.cartjs_cart_in input{
		background-color: #610000!important;
		border-radius: 0px!important;
	}

}

.navOpen #ft_fixed {
	z-index: 0;
}

.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}

.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: url('../img/shared/ft_bg.jpg');
}


.ft_fixed_shared li a {
	display: block;
	font-size: 12px;
	position: relative;
}

.ft_fixed_shared li a:before {
	font-size: 12px;
}

/* .ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
} */

#pagetop {
	width: 70px;
	bottom: 100px;
}

/* slick arrows custom */
.slick-arrow {
	width: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	background: transparent;
	font-size: 0;
	position: relative;
	position: absolute;
	top: 50%;
	z-index: 9;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow:after {
	font-size: 50px;
	color: #a40000;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}

.slick-prev:after {
	content: '\f104';
}

.slick-next:after {
	content: '\f105';
}

/* slick dots custom */
.slick-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 5;
}

.slick-dots li {
	width: 13px;
	height: 13px;
	line-height: 0;
	margin: 0 5px;
}

.slick-dots li button {
	width: 13px;
	height: 13px;
	border: none;
	background: #000;
	font-size: 0;
}

.slick-dots li.slick-active button {
	background: #a40000;
}</pre></body></html>