/*=======================================================
==========================================================
　　　　　　　　　　　　　PCstart
==========================================================
========================================================*/
@media screen and (min-width:1026px) {

.news-top{
  width:1100px;
  margin:80px auto;
}
.news-top img{
  width:47%;
  margin-right: 3%;
  float:left;
}
.news-number{
  color:#493C32;
  font-size:150px;
  font-weight:900;
  font-family: 'Mongolian Baiti','Iowan Old Style';
  line-height: 1em;
  margin:3% 0 0;
}
.news-right{
  width:50%;
  float:left;
}

h4{
  font-size:20px;
  letter-spacing: .2em;
  margin:0 0 0;
  color:#957C5F;
}

p.news-time{
  color: #CBCBCB;
  margin:-2% 0 5px;
}
p.news-text{
  color: #CBCBCB;
  font-size: 13px;
  margin:2% 0 6%;
}
p.news-text2{
  color: #CBCBCB;
  font-size: 14px;
  margin:2% 0 6%;
  line-height: 1.7em;
}

p.news-text3{
  color: #CBCBCB;
  font-size: 14px;
  margin:2% 0 6%;
  line-height: 2.4em;
}
.news-box{
  margin:110px 0 0;
  width:100%;
}
.news-ul{
  margin:30px 0;
  padding-bottom: 50px;
}


.items-3{
  display: flex;
flex-wrap: nowrap;
  justify-content: space-between;
}
.item-3{
  width: 30%;
  height: auto;
  transition: all.3s;
}
.item-3-2{
  width: 30%;
      height: auto;
      transition: all.3s;
      margin: 50px 3.35% 0 0;
}

p.news-time2{
  color: #CBCBCB;
  margin:0 0 5px;
}
p.news-text2{
  color: #CBCBCB;
  font-size: 13px;
  margin:10px 0 20px;
}

.item-3-2 h4{
  font-size:18px;
  letter-spacing: .2em;
  margin:30px 0 0;
  color:#957C5F;
}

.news-img-subp{
  width:600px;
  margin:50px auto 80px;
}
.prev-next{
  width: 1000px;
  margin: auto;
  padding: 20px 0 100px;
  height: 300px;
}
.prev-next2{
  width: 1000px;
  margin: auto;
  padding: 20px 0 100px;
  height: 300px;
}
.prev-next img{
  float:left;
  width:340px;
  margin:0 80px;
  transition: .3s;
}
.prev-next img:hover{
  opacity:.7;
}

.prev-next2{
  width: 1000px;
  margin: auto;
  padding: 20px 0 100px;
  height: 300px;
}
.prev-next2 img{
  float:right;
  width:340px;
  margin:0 80px;
  transition: .3s;
}
.prev-next2 img:hover{
  opacity:.7;
}
.prev-next3 img{
  float:left;
  width:340px;
  margin:0 80px;
  transition: .3s;
}
.prev-next3 img:hover{
  opacity:.7;
}

h2{
  margin: 0 !important;
}

.news-back{
  width:300px;
  margin:80px auto 180px;
  cursor:pointer;
  transition: .3s;
}
.news-back:hover{
  opacity:.6;
}

}/*=======================================================
==========================================================
　　　　　　　　　　　　　PCend
==========================================================
==========================================================
========================================================*/




/*=======================================================
==========================================================
　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:600px) {
  .news-top{
    position: relative;
    width:100%;
    margin:0 auto;
  }
  .news-top img{
    width:100%;
  }
  .news-number{
    color:#493C32;
    font-size:100px;
    font-weight:900;
    font-family: 'Mongolian Baiti','Iowan Old Style';
    line-height: 1em;
    margin:0 10px 0 0;
    text-align: right;
  }
  .news-right{
    width: 96%;
    margin: 0 auto;
  }

  h4{
    font-size:20px;
    letter-spacing: 1px;
    margin:14px 0 0;
    color:#957C5F;
  }

  p.news-time{
    color: #CBCBCB;
    margin:-2% 0 5px;
    position: absolute;
    top: 85px;
    left: 5px;
    letter-spacing: .1em;
  }
  p.news-text{
    color: #CBCBCB;
    font-size: 13px;
    margin:2% 0 6%;
  }


  .news-box{
    margin:0 0;
    width:100%;
  }
  .news-ul{
    margin:30px 0;
    padding-bottom: 35px;
  }


  .items-3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-3{
    width: 100%;
    height: auto;
    transition: all.3s;
  }
  .item-3-2{
    width: 96%;
    height: auto;
    transition: all.3s;
    margin:10px auto;
  }


  p.news-time2{
    color: #CBCBCB;
    margin:0 0 5px;
    letter-spacing: .1em;
  }
  p.news-text2,  p.news-text3{
      color: #CBCBCB;
      font-size: 13px;
      margin:10px 0 20px;
    }{
    color: #CBCBCB;
    font-size: 13px;
    margin:10px 0 20px;
  }

  .item-3-2 h4{
    font-size:18px;
    letter-spacing: .2em;
    margin:30px 0 0;
    color:#957C5F;
  }

  .news-img-subp{
    width:100%;
    margin:35px auto;
  }
  .prev-next{
    width: 100%;
    margin: auto;
    padding: 20px 0 100px;
    height: 150px;
  }
  .prev-img{
    float:left;
    width:40%;
    margin:0 14% 0 3%;
  }
  .next-img{
    float:right;
    width:40%;
    margin:0 3% 0 0;
  }

  .prev-next2{
    width: 100%;
    margin: auto;
    padding: 20px 0 100px;
    height: 150px;
  }

  .prev-next2 img{
    float:right;
    width:40%;
    margin:0 3% 0 0;
  }




.sp-width{
  width:94%;
  margin:0 auto;
}
.news-back{
  width:50%;
  margin:80px auto 180px;
  cursor:pointer;
  transition: .3s;
}
.news-back:hover{
  opacity:.6;
}

}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　ipad start
==========================================================
========================================================*/
@media screen and (min-width:601px) and (max-width:1025px) {

  .news-top{
    width:90%;
    margin:80px auto;
  }
  .news-top img{
    width:47%;
    margin-right: 3%;
    float:left;
  }
  .news-number{
    color:#493C32;
    font-size:150px;
    font-weight:900;
    font-family: 'Mongolian Baiti','Iowan Old Style';
    line-height: 1em;
    margin:3% 0 0;
  }
  .news-right{
    width:50%;
    float:left;
  }

  h4{
    font-size:20px;
    letter-spacing: .2em;
    margin:0 0 0;
    color:#957C5F;
  }

  p.news-time{
    color: #CBCBCB;
    margin:-2% 0 5px;
  }
  p.news-text{
    color: #CBCBCB;
    font-size: 13px;
    margin:2% 0 6%;
  }
  p.news-text2{
    color: #CBCBCB;
    font-size: 14px;
    margin:2% 0 6%;
    line-height: 1.7em;
  }

  p.news-text3{
    color: #CBCBCB;
    font-size: 14px;
    margin:2% 0 6%;
    line-height: 2.4em;
  }
  .news-box{
    margin:110px 0 0;
    width:100%;
  }
  .news-ul{
    margin:30px 0;
    padding-bottom: 50px;
  }


  .items-3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-3{
    width: 30%;
    height: auto;
    transition: all.3s;
  }
  .item-3-2{
    width: 30%;
    height: auto;
    transition: all.3s;
    margin:50px 0;
  }


  p.news-time2{
    color: #CBCBCB;
    margin:0 0 5px;
  }
  p.news-text2{
    color: #CBCBCB;
    font-size: 13px;
    margin:10px 0 20px;
  }

  .item-3-2 h4{
    font-size:18px;
    letter-spacing: .2em;
    margin:30px 0 0;
    color:#957C5F;
  }

  .news-img-subp{
    width:600px;
    margin:80px auto;
  }
  .prev-next{
    width: 1000px;
    margin: auto;
    padding: 20px 0 100px;
    height: 300px;
  }
  .prev-next2{
    width: 1000px;
    margin: auto;
    padding: 20px 0 100px;
    height: 300px;
  }
  .prev-next img{
    float:left;
    width:340px;
    margin:0 80px;
    transition: .3s;
  }
  .prev-next img:hover{
    opacity:.7;
  }

  .prev-next2{
    width: 1000px;
    margin: auto;
    padding: 20px 0 100px;
    height: 300px;
  }
  .prev-next2 img{
    float:right;
    width:340px;
    margin:0 80px;
    transition: .3s;
  }
  .prev-next2 img:hover{
    opacity:.7;
  }
  .prev-next3 img{
    float:left;
    width:340px;
    margin:0 80px;
    transition: .3s;
  }
  .prev-next3 img:hover{
    opacity:.7;
  }
  .news-back{
    width:200px;
    margin:80px auto 180px;
    cursor:pointer;
    transition: .3s;
  }
  .news-back:hover{
    opacity:.6;
  }


  }/*=======================================================
  ==========================================================
  　　　　　　　　　　　　　ipadend
  ==========================================================
  ==========================================================
  ========================================================*/
