@charset "utf-8";

/*------------------------------
	祭事・年中行事
------------------------------*/
.icon_season{
	position: relative;
	top: -80px;
	width: 80px;
	height: 80px;
	margin: 1em auto -60px;
}

.box_spring .base{
	position: relative;
}

.img_kawarake{
	position: absolute;
	z-index: 1;
	top: -15px;
	right: 0;
	width: 90px;
}

/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {
	
	.box_season{
		padding-bottom: 7em;
	}
	
	.icon_season{
		width: 120px;
		height: 120px;
		margin: 1em auto -90px;
		top: -130px;
	}
	
	.img_kawarake{
		top: -42px;
		right: 0;
		width: 162px;
	}
}
