@charset "utf-8";
/*----------------------------------------------
 CSS Document gregory201811
 -----------------------------------------------*/

/*---------- 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: 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;
}
/*---------- contents ----------*/

.square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #95bf22;
	border: solid 2px #95bf22;
	border-radius: 3px;
	transition: .4s;
}
.square_btn:hover {
	background: #95bf22;
	color: white;
}
.headarea_box {
	width: 800px;
	margin: 30px auto 0;/* padding: 50px 0 50px 40px; *//* border: solid 1px #ccc; */
}
.headarea_img {
	/* float: right; */
	margin: 40px 0 0;
}
.headarea_txt {
	font-size: 18px;
	line-height: 1.6;
	/* text-align: justify; */
	color: #333;
	font-weight: normal;
	/* background-color: #eee; */
	padding: 5px;
	/* text-align: center; */
}
.headarea_at_box {
	margin: 20px 0;
	text-align: left;
}
.headarea_link {
	margin: 0 0 70px;
}
.headarea_link a {
	color: #0025f1;
	text-decoration: underline;
	font-size: 16px;
	float: right;
}
.headarea_link a:hover {
	text-decoration: none;
	opacity: 0.7;
 *filter: alpha(opacity=70);
 *zoom: 1;
	transition: all 0.2s ease-out 0s;
}
.headarea_link a:before {
	content: "";
	display: inline-block;
	left: 3px;
	width: 6px;
	height: 6px;
	margin: 0 10px 0 0;
	border-top: 2px solid #0025f1;
	border-right: 2px solid #0025f1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.headarea_at {
	margin: 20px 0 5px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
	text-align: center;
}
.headarea_at_box {
	background-color: #eee;
	padding: 20px 50px;
	margin: 40px 80px 20px;
	text-align: center;
}
.headarea_at_ttl {
	text-align: center;
	font-size: 18px;
	margin: 0 0 10px;
}
.headarea_at_txt {
}
.info_ttl {
	font-size: 20px;
	display: inline-block;
	width: 200px;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	border-bottom: solid 1px #666;
}
.info_txt {
	font-size: 20px;
}
.info_txt_s {
	font-size: 14px;
	display: block;
	margin: 10px;
}
.info_btn a {
	display: block;
	width: 500px;
	padding: 20px;
	margin: 50px auto;
	border: solid 2px #e50112;
	border-radius: 6px;
	font-size: 18px;
	color: #e70010;
	background-color: #fff8f9;
	font-weight: bold;
	transition: 0.4s;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.info_btn a:hover {
	text-decoration: none;
	background: #e50112;
	color: white;
	box-shadow: none;
}
.info_btn:aftre {
 content:"";
 display:inline-block;
}
.aria_top {
	font-size: 20px;
	margin: 60px 0 0;
}
.aria_txt {
	font-size: 17px;
	margin: 40px 0 0;
}
.aria_not {
	width: 300px;
	margin: 30px auto 20px;
	padding: 10px 0 10px;
	text-align: center;
	border-bottom: solid 1px #888;
	color: #888;
	font-size: 16px;
}
.aria_notlist {
	text-align: center;
	width: 330px;
	margin: 10px auto 5px;
	font-size: 12px;
	color: #888;
	font-size: 16px;
}
.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;
}
/* WEBリンク */
.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;
}
/*---------- Webshopはこちら ----------*/
.btn01 {
	margin-top: 30px;
	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;
}