@charset "utf-8";

*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.first-view{
  height: calc(110vh - 110px);
  background-image: url(../images/ヘッダー写真/TOP【長方形】.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}



.first-view-text{
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1{
  font-size: 40px;
  line-height: 72px;
}

.main {
 color: #000000;
 background-color: #ffffff;
 max-width: 2000px;
}

.lead {
  color: #622a1e;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom:  50px;
  display: flex;
  flex-direction: column;
  align-items: center;
   }

 .lead-logo {
  width: 350px;
  display: block;
  margin-top:  20px;
 }


 .point1 {
  display: flex;
  align-items: center;
}

.point1-text{
  flex-shrink: 0;
  max-width: 850px;
  margin-right: 10px;
}

.point1-Photo{
  flex-shrink: 0;
  width: 500px;
  
}

.point1 h3{
  font-weight: bold;
  line-height: 50px;
}
.point1 p{
  line-height: 50px;
}


.link-button-area{
  text-align: center;
  margin-top: 80px;
}

.link-button{
  background-color: #FFFF99;
  display: inline-block;
  min-width: 200px;
  line-height: 55px;
  border-radius: 24px;
  font-size: 20px;
}

.link-button:hover{
  background-color: #d8b500;
}

@media (max-width: 1220px) {
  
  .first-view{
    height: calc(80vh - 100px);
    background-image: url(../images/ヘッダー写真/TOP【長方形】.JPG);
    align-items: center;
  }

}

@media (max-width: 1000px) {
  .main{
    width: auto;
  }
  .first-view{
    height: calc(80vh - 100px);
    background-image: url(../images/ヘッダー写真/TOP【正方形】.PNG);
    align-items: center;
  }
 
  .first-view-text{
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1{
    font-size: 18px;
  }
  

  
  .point1{
    flex-direction: column;
    width: 350px;
  }
  
  .point1-text{
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .point1-Photo{
    width: 350px;
    align-items: center;
  }
 
  
}