<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: a 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: 20px 0 10px 10%;
	text-align: center;
	/* border-bottom: solid 1px #888; */
	color: #333;
	font-size: 16px;
	background-color: #eee;
	border-radius: 5px;
}
.aria_notlist {
	text-align: left;
	width: 43%;
	margin: 0 20px 10px 0;
	font-size: 12px;
	color: #333;
	font-size: 16px;
	float: 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 {
	background: url(../../../img/page/campaign/2004_studentDisc/bk.png) no-repeat left top;
	padding: 40px 0;
}
.hed_sb {
	margin: 0 0 70px;
}
.hed_ttl {
}
.hed_sb02 {
	margin: 20px 0 0;
}
.hed_info {
	color: #fff;
	margin: 10px 0 30px;
}
.con_txt {
	background-color: #fff100;
	color: #111;
	padding: 20px 80px;
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
}
.btn-shop a {
	padding: 40px 220px;
	background-color: #065d42;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin: 40px 0 0;
	font-family: "Noto Sans Japanese", sans-serif;
	border-radius: 5px;
}
.btn-shop a:hover {
	text-decoration: none;
}</pre></body></html>