* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

a:visited{
  color: black;
}

.wrapper{
  max-width:1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

/*ヘッダー*/

header{
  background-color: white;
  height: 120px;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  z-index: 10;
}

header .wrapper{
  display: flex; 
  justify-content: space-between;
  align-items: center;
}


.logo{
  width:92px;
  margin: 10px;
}

.header-menu{
  display: flex;
  list-style: none;
}

.header-menu li{
  margin: 0 10px;
  font-family: 'Secular One', sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.header-menu li a {
  color: black;
  text-decoration: none;
}

.header-menu li a:hover {
  background: linear-gradient(transparent 60%, #FBBC1C 60%);
  text-decoration: none;
}

.header-logo{
  display: flex;
  align-items: center;
}

.header-logo h1{
  font-family: 'Secular One', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.btn{
  background-color: #57935A;
  color: #ffffff;
  font-size: 28px;
  font-family: 'Secular One', sans-serif;
  width: 240px;
  text-align: center;
  line-height: 64px;
  border-radius: 60px;
  display: inline-block;
  text-decoration: none;
}

.fa{
  margin-right: 6px;
}

.tel-info{
  font-family: 'Noto Sans JP', sans-serif;
}


/*トップビュー*/

#top-img{
  background-image: url(img/top-bg-yellow.jpg);
  background-size: cover; 
  background-position: center top;
  background-repeat: no-repeat;
  height:700px;
  margin-bottom: 80px;
}

.top-title{
  display: flex;
  align-items: center;
  height: 700px;
}

.top-logo{
  margin-right: 10px;
}

.top-txt{
  text-align: left;
  color: white;
  opacity: 0.9;
}

.top-txt h1{
  letter-spacing:0.05em;
  font-size: 48px;
  font-family: 'Secular One', sans-serif;
}

/*セクション*/

section{
  padding-bottom:80px; 
  text-align: center;
}

section h1{
   font-family: 'Secular One', sans-serif;
  font-size: 34px;
/*  background:linear-gradient(transparent 60%, #FBBC1C 60%);*/
   position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 40px 0;
}

section h1:before,section h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 8px;
  background-color: #FBBC1C;
}

section h1:before {
  left:0;
}
section h1:after {
  right: 0;
}

/*NEWS*/

#news li{
  margin: 10px 0;
  text-align: center;
}

/*ABOUT*/

#about{
  background: url(img/bg-wood.jpg);
  background-size: cover;
}

.about-wrapper{
  display: flex;
  height: auto;
  padding: 0 100px 0 100px;
}

.about-wrapper img{
  width:100%;
  object-fit: cover;
}

.about-txt {
  width: 100%;
  padding-left: 20px;
  text-align: left;
}

.about-txt H2{
  font-family: 'Secular One', sans-serif;
  letter-spacing: 0.06em;
  font-size: 22px;
  margin-bottom: 10px;
}

.aboutimg {
        filter: drop-shadow(4px 4px 2px rgba(160, 160, 160, 0.8));
}

.about-txt span{
  display: inline-block;
}

/*menu*/

.grid{
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3,1fr);
}

.grid span{
  display: inline-block;
}

.item img{
  width: 100%;
}

/*order*/

.order-txt h2{
  margin-bottom: 20px;
}

.order-txt th{
  width:240px;
  background-color: #f0f0f0;
  padding: 12px 0;
  border: 1px solid #cccccc;
}

.order-txt td{
  width: 570px;
  text-align: left;
  padding: 12px 0 12px 20px;
  border: 1px solid #cccccc;
}

.order-txt span{
  font-size: 14px;
}

table{
  border-spacing: 0;
  border-collapse: collapse;
}

.content-wrapper{
  display: flex;
  padding: 0 100px 0px 100px;
}


/*orderarea*/

#area .wrapper{
  display: flex;
  justify-content: space-between;
}

#area h2{
  margin-bottom: 20px;
}

.area-txt{
  width: 80%;
  text-align: left;
}

#area img{
  width:100%;
  padding-right: 20px
}


/*location*/

#location .wrapper{
  display: flex;
  justify-content: space-between;
}

.location-info{
  width: 22%;
  text-align: left;
  
}

.location-info p{
  padding: 12px 10px;
}

.location-map{
  width: 74%;
}

.sub-title{
  font-family: 'Secular One', sans-serif;
  letter-spacing: 0.06em;
  font-size: 20px;
  border-bottom: 4px solid #57935A;
}

iframe{
  width: 100%;
}

/*contact*/

#contact {
  background-image: url(img/contact-bg.jpg);
  background-size: cover;
}

/*フォーム*/

form div{
  margin-bottom: 14px;
  text-align: left;
  }
/*
label{
  margin-bottom: 10px;
  display: block;
}
*/

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  background: rgba(255,255,255,.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size:1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  width: 100%;
  max-width: 240px;
}

textarea{
  width: 100%;
  max-width: 480px;
  height: 6rem;
}

input[type="submit"]{
  border: none;
  cursor: pointer;
  line-height: 1.5;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  background: rgba(255,255,255,.5);
  border: 1px #fff solid;
  border-radius: 5px;
  font-size:1rem;
}

#contact .btn{
  font-size:16px;
  width: 140px;
  margin:10px 0 ;
}

#contact .wrapper .required:after{
  content:" * ";
  color:#ff0000;
}

#contact .wrapper .attention{
  text-align: left;
  margin:10px 0 0 4px;
}

.sei{
  margin-bottom: 4px;
}

/*フッター*/

footer{
  background-color: #57935A;
  height: 100px;
  color: #fff;
}



/*　　　レスポンシブ　　*/

@media (max-width: 900px) {

  /*　　　ヘッダー　　*/
  
  header{
    height: 88px;
  }  

  .logo{
  width:62px;
  margin: 10px;
}
  .header-logo h1{
    font-size:14px;
  }
  .header-menu{
  display: none;
}

  
  .tel-info{
   font-size: 10px;
  }

  .btn{
    background-color: #57935A;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Secular One', sans-serif;
    width: 140px;
    text-align: center;
    line-height: 44px;
    border-radius: 30px
    padding:0 10px;
    cursor: pointer;
    box-shadow: 0 7px #2f4f4f;
  }
  
  .btn:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

  
  header h1 {
    font-size: 20px;
  }
  
  /*　　　TOP画像　　*/
  .top-logo img{
    width:120px;
  }
  
  .top-txt h1{
    font-size:24px;
  }
  
  #top-img{
  height:500px;
  margin-bottom: 80px;
}
   /*　　　ABOUT　　*/
  
  .about-wrapper{
    flex-direction: column;
    padding: 0 4%;
    align-items: center;
  }
  
  .about-wrapper img{
    height:240px;
    padding: 0 0 20 0px;
}
  
  .about-txt h2{
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  
  .about-txt p{
    font-size: 16px;
  }
  
  .about-txt span{
    display: inline-block;
  }
    
  
/*　　　section　　*/
  section{
  padding-bottom:40px; 
  text-align: center;
}
  
  .content-wrapper{
  flex-direction: column;
  padding: 0 4%;
  align-items: center;
  }
  
/* MENU */
  
  .item p{
    font-size:14px;
  }
  
  /*　　　access　　*/
  
  #location .wrapper{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .location-info{
    width: 100%;
    text-align: center;
    font-size:16px;
  }
  
  .sub-title{
  border-bottom: none;
}
  
  /* order */
  
  .order-txt tr{
    font-size:16px;
  }
  
  .order-txt th{
  width:30%;
  padding: 8px 4px;
  border: 1px solid #cccccc;
  }

.order-txt td{
  width: 100%;
  padding: 12px 0 12px 6px;
  border: 1px solid #cccccc;
}
  
  /*　　　orderarea　　*/
  
  #area .wrapper{
    flex-direction: column;
    align-items: center;
  }
  
  #area img{
  width:100%;
  padding-right: 0px;
  }
  
  .area-txt p{
    font-size:16px; 
  }
  
  /*　　　contact　　*/
  #contact .wrapper {
    font-size: 14px;
  }
  
  .type{
    font-size: 14px;
  }
  
  .attention p{
    font-size:14px;
  }
  
  .footer-tel{
      position: fixed;
  }
  
}



@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}