#winter h3.hdg_lv3 {
    color: #fff;
    background: #a49374;
    margin: 0 0 20px;
    padding: 6px 20px;
    font-size: 16px;
}

#winter .box1 {
    padding: 10px;
    background: #dfd2b2;
    margin-bottom: 30px;
}

#winter .inquiry_box {
        margin-bottom: 50px;
    }
@media (min-width: 960px) {
    #winter .inquiry_box {
        width:400px;
        margin: 0 auto 50px auto;
    }
}


.winter_hdg_title {
 border: 0;
 font-size: 28px;
 margin: 0 0 35px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-family: serif;
}

.container_winter {
  width: 915px;
  height: 460px;
  margin: 0 auto;
  border: 5px solid rgba(17,28,62,0.75);
  position:relative;
  box-sizing: border-box;
}

.winter_title {
  color: #111c3e;
  position: absolute;
  top: 120px;
  left: 40px;
  font-size: 70px;
  font-weight: bold;
  font-family: serif;
}

.winter_subtitle {
  color: #111c3e;
  position: absolute;
  top: 80px;
  left: 40px;
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
}

.winter_item {
  position: absolute;
  top: 220px;
  left: 40px;
  text-align: center;
  padding: 10px 0;
}

.winter_image {
  background-image: url(/campaign/winter/2019/images/winter_2019.jpg);
  background-size: cover;
  background-position: center top;
  padding-top: 450px;
  bottom: 0;
}

.winter_box1 {
  display: inline-block;
  width: 125px;
  height: 50px;
  background-color: #FFF;
  border: solid 2px #111c3e;
  border-radius: 5px;
  padding: 10px 0;
  float: left;
  font-size: 18px;
  font-family: serif;
  margin:0 5px;
}

.winter_box2 {
  display: inline-block;
  color: #111c3e;
  width: 125px;
  height: 50px;
  background-color: #FFF;
  border: solid 2px #111c3e;
  border-radius: 5px;
  padding: 10px 0;
  float: left;
  font-size: 18px;
  font-family: serif;
  margin:0 5px;
}

.item_box1 {
  float: left;
  color: #111c3e;
  position: absolute;
  top: 400px;
  left: 20px;
  font-size: 18px;
  font-weight: normal;
  font-family: serif;
}

.yuki {
  position: absolute;
  top: 290px;
  left: 30px;
}

/*.yuki img {
    width: 90%;
}
*/


.moviemanual {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.moviemanual iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media(max-width: 639px) {
    
.winter_hdg_title {
 border: 0;
 font-size: 20px;
 margin: 0 0 20px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-family: serif;
}
    
.container_winter {
  width: 639px;
  height:200px;
  margin: 0 auto;
  border: 5px solid rgba(17,28,62,0.75);
  position:relative;
  box-sizing: border-box;
}

.winter_title {
  color: #111c3e;
  position: absolute;
  top: 80px;
  left: 14px;
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
}

.winter_subtitle {
  color: #111c3e;
  position: absolute;
  top: 60px;
  left: 15px;
  font-size: 13px;
  font-weight: bold;
  font-family: serif;
  width: 250px;
  height: 30px;
}
    
.winter_image {
  background-image: url(/campaign/winter/2019/images/winter_2019.jpg);
  background-size: cover;
  background-position: center top;
  padding-top: 190px;
}

.winter_item {
  position: absolute;
  top: 130px;
  left: 5px;
  text-align: center;
  padding: 5px 0;
  width: 200px;
  box-sizing: border-box;
}
    
/*.winter_box1 {
  display: inline-block;
  color: #111c3e;
  width: 60px;
  height: 20px;
  background-color: #FFF;
  border: solid 1px #111c3e;
  border-radius: 3px;
  position: absolute;
}

.winter_box2 {
  display: inline-block;
  color: #111c3e;
  width: 60px;
  height: 20px;
  background-color: #FFF;
  border: solid 1px #111c3e;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
}
*/    
    
.winter_box1 {
  display: inline-block;
  width: 40%;
  height: 40%;
  background-color: #FFF;
  border: solid 1px #111c3e;
  border-radius: 3px;
  padding: 3px 0;
  float: left;
  font-size: 10px;
  font-family: serif;
  margin:2px 5px;
    }
 
.winter_box2 {
  display: inline-block;
  width: 40%;
  height: 40%;
  background-color: #FFF;
  border: solid 1px #111c3e;
  border-radius: 3px;
  padding: 3px 0;
  float: left;
  font-size: 10px;
  font-family: serif;
  margin:2px 5px; 
  
    }

.yuki {
  position: absolute;
  top: 8px;
  left: 12px;
}
    
    .yuki img {
        width: 35%;
    }
}