@charset "utf-8";
/*----------------------------------------------
 CSS Document gregory201811
 -----------------------------------------------*/

/*---------- SNS ----------*/
.sns_area {
	float: right;
	overflow: hidden;
	margin-top: -30px;
}
/*---------- 共通 ----------*/
ma {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#top {
	clear: both;
}
section {
	/* width: 850px; */
	margin: 10px 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;
}
/*---------- 注意書き ----------*/
.cp_attention {
	color: #494949;
}
/*---------- contents ----------*/

.kikan {
	width: 98%;
	margin: 30px auto;
	background: #69ab99;
	padding: 20px;
	border-radius: 5px;
}
.kikan_ttl {
	margin: auto;
	font-size: 20px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	width: 60%;
}
.kikan_txt {
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
/*---------- 対象店舗 ----------*/
.aria_top {
	width: 45%;
	font-size: 14px;
	margin: 60px auto 10px;
	padding-bottom: 10px;
	border-bottom: #666 solid 1px;
}
.aria_notlist {
	text-align: center;
	margin: 0 auto 5px;
	font-size: 15px;
	color: #777;
}
.aria_link a {
	border: solid 1px #065d42;
	color: #065d42;
	background-color: #efefec;
	padding: 10px 30px;
	display: inline-block;
	margin: 20px 0 0;
	border-radius: 4px;
	text-decoration: none;
}
.aria_link a:hover {
	background-color: #065d42;
	transition: 0.6s;
	color: #fff;
}
.webcp_link {
	font-size: 16px;
	color: #003300;
	padding: 10px;
	margin: 60px auto 0;
}
/*---------- Webshopはこちら ----------*/
.btn01 {
	margin: 10px auto 10px;
	text-align: center;
	font-size: 20px;
}
.btn01 a {
	width: 50%;
	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;
}
/*---------- キャンペーンインフォ ----------*/

.info {
	margin: 40px auto 0;
}
.info_ttl {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 2px;
	display: inline-block;
	padding: 0 0 5px;
	margin: 0 0 30px;
}
.info_txt {
	width: 350px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.info_txt .nm {
	display: inline-block;
	width: 150px;
}
.info_txt .ar {
	width: 50px;
	display: inline-block;
}
.info_txt .off {
	font-size: 30px;
	font-weight: bold;
	color: #e70012;
}
.info_day {
	font-size: 20px;
	margin: 40px 0 0;
}
