@charset "UTF-8";

/* CSS Document */
.pankuzu {
	margin-bottom: 0;
}

.pageBody {
	background: url(../img/season/bg-season-index.jpg) center center no-repeat;
	background-size: cover;
	padding: 138px 0 167px;
}

.pageBody_inner {}

.season {
	background: rgba(255, 255, 255, .8);
	padding: 50px 0 54px;
	text-align: center;
}

.is-ltIE8 .season {
	background: url(../img/season/bg-season.png) repeat;
}

.season_title {}

.season_headline {
	line-height: 1.5;
	font-size: 35px;
	font-weight: normal;
}

.season_linkList {
	margin: 21px 0 0;
	padding: 0 41px;
	list-style: none;
}

.season_linkList>li {
	width: 222px;
	float: left;
	margin-left: 10px;
}

.season_linkList>li:first-child {
	margin-left: 0;
}

.season_linkList>li>a {
	display: block;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

.season_linkList>li>a>img {}

.season_linkList_mask {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	/* text-decoration: none; */
}

.is-tablet .season_linkList_mask {
	position: static;
	/* color: #333; */
	opacity: 1;
	background-color: #000;
	padding: 10px 0;
}

.is-ltIE8 .season_linkList_mask {
	visibility: hidden;
	background: url(../img/season/bg-mask.png) repeat;
}

a:hover .season_linkList_mask {
	opacity: 1;
}

.is-ltIE8 a:hover .season_linkList_mask {
	visibility: visible;
}

.season_linkList_name {
	padding: 49px 0 0;
	line-height: 1.1;
	-webkit-transition: padding 0.5s;
	transition: padding 0.5s;
}

.is-tablet .season_linkList_name {
	padding: 0;
}

a:hover .season_linkList_name {
	padding-top: 69px;
}

.season_linkList_name>strong {
	color: #fff;
	font-size: 62px;
	display: block;
	margin: 0 0 10px;
}

html[lang="en"] .season_linkList_name>strong {
	font-size: 50px;
}

html[lang="en"] .season_linkList_name>small {
	display: none;
}

.season_linkList_name>small {
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	letter-spacing: 4px;
}

.bnrFlower {
	margin: 26px auto 0;
	width: 490px;
}

.bnrFlower>a {
	display: block;
	line-height: 91px;
	background: #459028 url(../img/season/bg-bnr-flower.jpg) right center no-repeat;
	color: #fff;
	font-size: 25px;
	text-decoration: none;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	text-align: left;
	text-indent: 52px;
}

.bnrFlower>a:hover {
	opacity: 0.7;
}

.pageTop {
	margin-top: -33px;
	position: relative;
	z-index: 2;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.pankuzu {}

	.pageBody {
		padding: 50px 0;
	}

	.pageBody_inner {}

	.season {
		padding: 25px;
	}

	.is-ltIE8 .season {}

	.season_title {}

	.season_headline {
		font-size: 26px;
	}

	.season_linkList {
		padding: 0;
	}

	.season_linkList>li {
		width: 24.25%;
		margin: 0 0 0 1%;
	}

	.season_linkList>li:first-child {}

	.season_linkList>li>a {}

	.season_linkList>li>a>img {}

	.season_linkList_mask {
		opacity: 1;
		position: static;
		background-color: #000;
		padding: 11px 0;
	}

	.is-ltIE8 .season_linkList_mask {}

	a:hover .season_linkList_mask {}

	.is-ltIE8 a:hover .season_linkList_mask {}

	.season_linkList_name {
		padding: 0;
	}

	a:hover .season_linkList_name {
		padding: 0;
	}

	.season_linkList_name>strong {
		font-size: 40px;
		margin: 0 0 5px;
	}

	html[lang="en"] .season_linkList_name>strong {
		font-size: 30px;
	}

	.season_linkList_name>small {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.bnrFlower {}

	.bnrFlower>a {}

	.bnrFlower>a:hover {}

	.pageTop {}
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.pankuzu {}

	.pageBody {}

	.pageBody_inner {}

	.season {
		padding: 20px 10px;
	}

	.is-ltIE8 .season {}

	.season_title {}

	.season_headline {
		font-size: 20px;
	}

	.season_linkList {
		max-width: 450px;
		margin: 20px auto 0;
	}

	.season_linkList>li {
		width: 49%;
		margin: 0 0 10px;
		max-width: 222px;
	}

	.season_linkList>li:nth-child(2n) {
		float: right;
		/* max-width: 222px; */
	}

	.season_linkList>li:nth-child(2n + 1) {
		clear: both;
	}

	.season_linkList>li:first-child {}

	.season_linkList>li>a {}

	.season_linkList>li>a>img {}

	.season_linkList_mask {}

	.is-ltIE8 .season_linkList_mask {}

	a:hover .season_linkList_mask {}

	.is-ltIE8 a:hover .season_linkList_mask {}

	.season_linkList_name {}

	a:hover .season_linkList_name {}

	.season_linkList_name>strong {}

	html[lang="en"] .season_linkList_name>strong {
		font-size: 25px;
	}

	.season_linkList_name>small {}

	.bnrFlower {
		max-width: 490px;
		width: 100%;
		margin: 0 auto;
	}

	.bnrFlower>a {
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
		background-size: cover;
		text-indent: 20px;
	}

	.bnrFlower>a:hover {}

	.pageTop {
		margin-top: 0;
	}
}