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

/*---------- SNS ----------*/
.sns_area {
	float: right;
	overflow: hidden;
	margin-top: -30px;
}
/*---------- 共通 ----------*/
p, h4, dl {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#top {
	clear: both;
}
section {
	/* width: 850px; */
	margin: 0 auto 0;
	text-align: center;
}
section h1 {
	margin: 0 auto;
	/* width: 850px; */
	text-align: center;
}
h2 {
	margin: 30px auto 0;
	width: 850px;
	font-size: 24px;
	text-align: center;
}
.caution {
	width: 850px;
	margin: 10px auto;
	text-align: left;
	font-size: 12px;
}
.sp {
	display: none;
}
a img:hover {
	transition: all 0.2s ease-out 0s;
}
/*---------- 前のページへ戻る ----------*/
.back {
	margin-top: 100px;
	text-align: center;
}
.back a {
	display: inline-block;
	background-color: #eee;
	padding: 10px 20px;
	color: #666;
	border-radius: 4px;
}
.back a:before {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 8px -1px 0;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
/*---------- Webshopはこちら ----------*/
.btn01 {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}
.btn01 a {
	display: inline-block;
	background-color: #003300;
	padding: 20px 80px;
	color: #fff;
	border-radius: 4px;
}
.btn01 a:after {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn01 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
.btn_web_txt {
	text-align: center;
	font-weight: bold;
	color: #065d42;
	font-size: 24px;
	margin: 110px 0 15px;
}
/*---------- CP ----------*/
.cp-box {
	background-color: #dd6b38;
	padding: 50px;
	margin: 0 0 50px;
}
.cp-box_l {
	float: left;
	text-align: left;
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
	width: 500px;
	margin: 0 40px 0 0;
}
.cp-box_r {
}
.shop-box {
	clear: both;
	background-color: #fff;
	margin: 30px 0 0;
	border-radius: 5px;
	font-size: 18px;
	padding: 17px 0 0;
}
.shop-ttl {
	border-bottom: solid 2px #dd6b38;
	display: inline-block;
	padding: 0 20px 5px;
}
.shop {
	padding: 20px 40px;
}
.shop-list {
	float: left;
	margin: 10px 0;
	width: 33%;
}
</pre></body></html>