/* TOP画面 */
.winter{
background: url("../img/top/winter.jpg") center top/cover no-repeat;
}
.sakura{
background:url("../img/top/sakura.jpg") center top/cover no-repeat;
}
.may{
background: url("../img/top/may.jpg") center top/cover no-repeat;
}
.normal{
background: url("../img/top/normal.jpg") center top/cover no-repeat;
}
.rain{
background:  url("../img/top/rain.jpg") center top/cover no-repeat;
}
.summer{
background:url("../img/top/summer.jpg") center top/cover no-repeat;
}
.september{
background: url("../img/top/september.jpg") center top/cover no-repeat;
}
.halloween{
background: url("../img/top/halloween.jpg") center top/cover no-repeat;
}
.autumn{
background:  url("../img/top/autumn.jpg") center top/cover no-repeat;
}
.xmas{
background: url("../img/top/xmas.jpg") center top/cover no-repeat;
}
/*common*/
.top_common{
min-height: 250px;	
width: 100%;
margin:0 auto;
position: relative;
}
.winter_comm{
background: url("../img/top_common/winter.jpg") center top/cover no-repeat;
}
.sakura_comm{
background: url("../img/top_common/sakura.jpg") center top/cover no-repeat;
}
.may_comm{
background: url("../img/top_common/may.jpg") center top/cover no-repeat;
}
.normal_comm{
background:  url("../img/top_common/normal.jpg") center top/cover no-repeat;
}
.rain_comm{
background:  url("../img/top_common/rain.jpg") center top/cover no-repeat;
}
.summer_comm{
background: url("../img/top_common/summer.jpg") center top/cover no-repeat;
}
.september_comm{
background: url("../img/top_common/september.jpg") center top/cover no-repeat;
}
.halloween_comm{
background: url("../img/top_common/halloween.jpg") center top/cover no-repeat;
}
.autumn_comm{
background: url("../img/top_common/autumn.jpg") center top/cover no-repeat;
}
.xmas_comm{
background: url("../img/top_common/xmas.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 768px){ 
 
.contener1{
display: none;
}
.logo{
display: none;
}
.top_pic{
display: none;
}
}


