@charset "UTF-8";
/*////////////////////////

windyfarm.jp/
home

///////////////////////*/

#slider {
    width: 100%;
    height: 100vh;

}

#slider h1{
position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  color: #fff;
}
#slider h1 span{
    font-size: .17em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
    display: block;
}
.wrapper{
position: relative;
}



@media screen and (max-width: 767px) {
    #slider h1{
  font-size:10vw;   
    }
    
    #slider h1 span{
     font-size: .3em; 
        letter-spacing: .06em;
        
    }
}


/*///////////////////////////
NEWS
///////////////////////////*/
.sec-news {
  width: 90%;
    margin: 5vw auto 10vw;
}

@media (max-width: 559px) {
  .sec-news {
    margin-top: 10vw;
  }
}

.sec-news .sec-title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3%;
}

@media (max-width: 559px) {
  .sec-news .sec-title {
    font-size: 2.0rem;
  margin-bottom: 6%; 
  }
}


.sec-news .news-list {
  max-width: 850px;
  margin: 0 auto;
    list-style: none;
}
.news-list{
    display: flex;
    flex-direction: column;
}
.news-list li{
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
}
.news-list li a{
    display: flex;    
}
.news-list li a:hover{
	background:#eee;
}
.news-list li a .newsPh{
	width: 15%;
}
.news-list li a:hover .newsPh{
	opacity:0.6;
}
.news-list li a .newsPh img{
	width:100%; height:auto;
}

.news-list li a .detail{
    width: 85%;
    padding: 2% 4%;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
    /*border-bottom: 1px dotted #ccc*/
}
.news-list li a .detail .date{
	font-size:1.4rem;
    text-decoration: none;
    margin-bottom: .8em;
    letter-spacing: .1em;
    font-weight: normal;
}
.news-list li a .detail .ttl{
	font-size:1.4rem;
   font-weight: bold;
    text-decoration: none;
    letter-spacing: .1em;
    line-height: 1.6em;
}

@media (max-width: 959px) {
.news-list li a .newsPh{
	width: 30%;
}
}
@media (max-width: 559px) {
.news-list li a .newsPh{
	width: 40%;
}
    
}


/*.sec-news .news-list {
  max-width: 800px;
  margin: 0 auto;
    list-style: none;
}
.sec-news .news-item {
  margin-bottom: 20px;
    line-height: 1.4em;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: .1em;
    padding-bottom: .75em;
    border-bottom: 1px dotted #ccc
}
.sec-news .news-item:last-child {
  margin-bottom: 0px;
     border-bottom: none;
}

.sec-news .news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    text-decoration: none;
}
.sec-news .news-item .news-time {
  width: 120px;
    font-size: .9em;
    letter-spacing: .1em;
    font-weight: normal;
}*/

/*@media (max-width: 559px) {
  .sec-news .news-item .news-time {
    width: 90px;
  }
}

.sec-news .news-item .news-title {
  width: calc(100% - 120px);
    font-size: .9em;
    letter-spacing: .1em;   

}

@media (max-width: 559px) {
  .sec-news .news-item .news-title {
    width: calc(100% - 90px);
  }
}*/







