<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 
 -----------------------------------------------*/

/*---------- SNS ----------*/
.sns_area {
	float: right;
	overflow: hidden;
	margin-top: -30px;
}
/*---------- 共通 ----------*/
#top {
	clear: both;
}
section {
	margin: 10px auto 0;
	text-align: center;
	width: 950px;
}
section h1 {
	margin: 0 auto;
	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:hover {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
/* ------フェードイン------*/
.list-mv07 {
	transition: .8s;
	margin: 0 0 0;
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ------横からスライド------*/
.list-mv07.left {
	transform: translate(-300px, 0);
	-webkit-transform: translate(-300px, 0);
	transition: .4s;
}
.list-mv07.left.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*---------- 前のページへ戻る ----------*/
.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;
}
/*----横幅950pxクリア -----*/
#contents {
	width: initial;
}
.breadcrumb {
	width: 950px;
	margin: 0 auto;
}
.sns_area {
	width: 950px;
	margin: -25px auto 0;
	float: initial;
	text-align: right;
}
/*---- コンテンツ -----*/

/*---- WEBリンク -----*/
.btn_web_txt {
	text-align: center;
	font-weight: bold;
	color: #065d42;
	font-size: 24px;
	margin: 110px 0 15px;
}
.btn_web {
	text-align: center;
}
.btn_web a {
	display: inline-block;
	background-color: #003300;
	padding: 20px 140px;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	position: relative;
}
.btn_web a:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 25px;
	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);
}
.btn_web a:hover {
	text-decoration: none;
}
.btn_web_txts {
	font-size: 14px;
	display: block;
}
/*---------- 対象店舗 ----------*/
.aria_top {
	font-size: 20px;
	margin: 60px 0 0;
}
.aria_txt {
	font-size: 17px;
	margin: 40px 0 0;
}
.aria_not {
	/* width: 300px; */
	margin: 10px 0 20px;
	padding: 30px;
	text-align: center;
	/* border-bottom: solid 1px #888; */
	color: #333;
	font-size: 16px;
	background-color: #eee;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}
.aria_notlist {
	/* text-align: left; */
	width: 33%;
	/* margin: 0 0 20px; */
	font-size: 12px;
	color: #333;
	font-size: 16px;
	/* float: left; */
	text-align: left;
}
.aria_notlist a {
	color: #333;
}
.aria_notlist a:hover {
	text-decoration: none;
	opacity: 0.7;
 *filter: alpha(opacity=70);
 *zoom: 1;
	transition: all 0.2s ease-out 0s;
}
/*---- cp -----*/
.hed {
}
.clim_hed {
}
.cp {
	margin: 60px 0 0;
	/* padding: 20px; */
	/* background-color: #ffecf2; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cp-l {
	width: 50%;
	text-align: left;
	/* float: left; */
	font-size: 20px;
	line-height: 2;
	color: #111;/* margin: 0 0 0 10px; */
}
.cp-r {
	/* float: right; */
	width: 50%;
	text-align: right;
}
.cp_ttl {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 50px;
	line-height: 1;
	font-style: italic;
	font-weight: 800;
	margin: 0 0 30px;
}
.cp_txt {
}
.cp_txt_s {
	font-size: 14px;
}
.date {
	font-size: 30px;
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1;
	font-style: italic;
	font-weight: 800;
	margin: 20px 0 0;
	position: relative;
	display: inline-block;
	float: right;
}
.date::before {
	content: "";
	position: absolute;
	display: inline-block;
	left: -20px;
	top: 5px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 10px solid transparent;
	border-left: 10px solid #000;
}
.taisyougai {
	margin: 50px 0 0;
}
</pre></body></html>