@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;

}

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

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

 

 .table th, table td {
    border: 0px none;
    text-align: center;
    padding: 30px;
  }


  .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;
    width: 660px;
  }

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

}

@media (max-width: 1000px){

  .store-introduction{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .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: 36px;
  }
  
 .point1{
    flex-direction: column;
    width: 350px;
  }
  
  .point1-text{
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .point1-text p{
    width: 320px;
  }
  
  .point1-Photo{
    width: 350px;
    align-items: center;
  }

  
}