@charset "UTF-8";
/*  top  */
.main{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.main_txt{
	width: 30%;
	min-height: 100px;
	position: absolute;
	top: 60.7%;
	right: 3%;
	background-color: #75bd00;
	padding: 1%;
}
.main_txt h1{
	border: #FFF 2px dotted;
	padding: 3%;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: 1.6;
	text-align: left;
}
.list_win,.list_spr,.list_sum.list_aut{
	position: relative;
	margin: 5% auto;
	width: 80%;
}
.btn_win{
	width: 36%;
	position: absolute;
	top: 5%;
	right: 10%;
}
.btn_spr{
	width: 36%;
	position: absolute;
	top: 5%;
	right: 10%;
}
/* 点滅 */
.btn_win,.btn_spr,.btn_sum,.btn_aut{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*  list  */
/* .driveArea */
.driveArea {
	width:100%;
	margin:0 auto 80px;
	clear:both;
	padding-bottom: 25px;
}
.list{
	width: 95%;
	margin: 6% auto ;
}
/*  spring  */
.course1{
	background-color: #c5e3fb;
}
.course2{
	background-color: #ddecc2;
}
.course3{
	background-color: #d8edf7;
}
.course4{
	background-color: #ffd6db;
}
.course5{
	background-color: #b4d3ff;
}
/*  autumn  */
.course1_s{
	background-color: #c4e6c9;
}
.course2_s{
	background-color: #ffcae0;
}
.course3_s{
	background-color: #d8edf7;
}
.course4_s{
	background-color: #ebe2e3;
}
.course5_s{
	background-color: #fff2c2;
}
/*  autumn  */
.course1_a{
	background-color: #d8e1f1;
}
.course2_a{
	background-color: #f5cacc;
}
.course3_a{
	background-color: #e1ecd4;
}
.course4_a{
	background-color: #f4d6bf;
}
.course5_a{
	background-color: #deccda;
}
/*  winter  */
.course1_w{
	background-color: #fbdada;
}
.course2_w{
	background-color: #e7d6c5;
}
.course3_w{
	background-color: #d8edf7;
}
.course4_w{
	background-color: #c7c6db;
}
.course5_w{
	background-color: #cfeed3;
}
.driveArea .drin {
	width:90%;
	margin:0 auto;
}
.driveArea h5 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	background-color: #7ac543;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
}
.driveArea .arr {
	text-align: center;
	margin-bottom: 10px;
}
.driveArea .arr img {
	width: 25px;
}
.driveArea .txt1 {
	text-align: center;
	font-size: 20px;
}
.driveArea .box {
	background-color: #fff;
	padding: 1% 3% 3%;
	margin: 20px 0 15px;
}
.driveArea .box .img1 {
	float: right;
	width: 55%;
}
.driveArea .box .img2 {
	float: right;
	width: 52.5%;
	padding-top: 15px;
}
.driveArea .box h6 {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 4px solid #7ac543;
	padding-bottom: 15px;
	margin: 15px 0;
	width: 42%;
	font-feature-settings: "palt";
	letter-spacing: .03em;
	line-height: 1.4;
}
.driveArea .box .txt2 {
	font-size: 14px;
	width: 42%;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.driveArea .box .address {
	font-size: 14px;
	width: 40%;
	margin-bottom: 10px;
}
.driveArea .box .btn1 img {
	width: 160px;
}
.allbtnd {
	text-align: center;
}
.allbtnd img {
	width: 280px;
}
.totop {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}

@media only screen and (min-width:1px) and (max-width:640px){
/*  top  */
.main_txt{
	width: 45%;
	min-height: 10px;
	padding: 1%;
}
.main_txt h1{
	padding: 1.5%;
	font-size: 10px;
	line-height: 1.1;
	border: none;
}
.totop {
	width: 70%;
}

/*  list  */
h3 {
	width: 96%;
	text-align: center;
	margin: 3% auto;
}
.driveArea {
	width:100%;
	margin:0 auto 20px;
	padding-bottom: 20px;
}
.driveArea .drin {
	width:94%;
}
.driveArea h5 {
	font-size: 14px;
	padding: 3px 0;
	margin-bottom: 5px;
}
.driveArea .arr {
	text-align: center;
	margin-bottom: 2px;
}
.driveArea .arr img {
	width: 16px;
	vertical-align: middle;
}
.driveArea .txt1 {
	font-size: 12px;
}
.driveArea .box {
	padding: 3% 3% 5%;
	margin: 10px 0 8px;
}
.driveArea .box .img1 {
	float: none;
	width: 100%;
}
.driveArea .box .img2 {
	float: none;
	width: 100%;
	padding-top: 0;
}
.driveArea .box h6 {
	font-size: 16px;
	border-bottom: 2px solid #7ac543;
	padding-bottom: 5px;
	margin: 15px 0 10px;
	width: 100%;
}
.driveArea .box .txt2 {
	font-size: 12px;
	width: 100%;
}
.driveArea .box .address {
	font-size: 12px;
	width: 100%;
}
.driveArea .box .btn1 {
	text-align: center;
}
.driveArea .box .btn1 img {
	width: 140px;
}
.allbtnd img {
	width: 130px;
}
}
