@charset "UTF-8";
/* CSS Document */


.img-max{
	width: 100%;
}

/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
display:none;
}
.sp_display{
display:block;
}
.postbox{
	max-width: 300px;
	margin: 0 5px;
}
.slick-slide{
	box-shadow: 0px 34px 20px rgba(0,0,0,0.2);
}

.stylenum{
	font-family: trajan,alte,sans-serif;
	color: #FBCC64;
	font-size: 30px;
	text-align: center;
	position: relative;
}
.phstyle{
	margin: -25px 0 0 0;
}
.phstyle dd{
	width: 100%;
	background: #fff;
	height: 60px;
	line-height: 67px;
	font-family: trajan,alte,sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
}
.phstyle dd span{
	font-weight: bold;
}
.phstyle dd a{
	display: block;
}
.phstyle dd a:hover{
	color: #fff;
	background: #02CDDE;
}

}


/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
display:none;
}
.pc_display{
display:block;
}
.postbox{
	margin: 0 20px;
	max-width: 550px;
}
.slick-slide{
	box-shadow: 0px 34px 20px rgba(0,0,0,0.2);
}

.stylenum{
	font-family: trajan,alte,sans-serif;
	color: #FBCC64;
	font-size: 50px;
	text-align: center;
	position: relative;
}
.phstyle{
	margin: -40px 0 0 0;
}
.phstyle dd{
	width: 100%;
	background: #fff;
	height: 60px;
	line-height: 67px;
	font-family: trajan,alte,sans-serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}
.phstyle dd span{
	font-weight: bold;
}
.phstyle dd a{
	display: block;
}
.phstyle dd a:hover{
	color: #fff;
	background: #02CDDE;
}
}

.bg_sky{
	background: url("../../image/summer2017/bg_sky.jpg") top center no-repeat;
	background-size: cover;
	padding: 10% 0;
}
