@charset "utf-8";

/* reset.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  ol, ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  img {
    display: block;
    height: auto;
  }

  /* ここからメイン */

  body{
      color: #e9ecee;
      background-color: black;
      margin: 0;
  }
  
  header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #a9a9a94d;
  }
  .header_logo{
    margin: 10px 0 10px 50px;
  }
  .header_site_menu{
    margin-left: 400px;
  }
  .site_menu{
    margin: 10px 0 10px 0;
  }

  nav ul{
    display: table;
    margin: 0 auto;
    padding: 0 ;
    width: 80%;
    text-align: center;
    }
    nav li{
    display: table-cell;
    min-width: 50px;
    padding: 0 25px 0 25px;
    }
    nav a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #555;
    padding-bottom: 5px;
    }
    nav li.current{
    border-bottom: 3px solid #886e3b;
    }
    nav li:hover{
    color: #886e3b;
    border-bottom: 3px solid #886e3b;
    }

    .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-right: 100px;
}


/* ハンバーガーメニューのアイコンのスタイル */
.hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #e9ecee;
    margin-bottom: 4px;
}
  
    .first_view{
      height: calc(150vh - 200px);
      background-image: url(./img/newchabudai.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1000px;
      display: flex;
      align-items: center;
    }
    
    .first_view .first_text p{
      width: 100%;
      max-width: 1200px;
      margin: auto;
      padding: 0 0 0 150px;
      font-weight:normal;
      letter-spacing: 12.5px;
    }
    .first_view .first_text h1{
      padding: 0 0 0 150px;
      font-family: "Yuji Mai", serif;
      font-weight: 500;
      font-style: bold;
      font-size: 70px;
    }

    /* .lead_text1{
      background-image: url(./img/茶畑.png);
      background-repeat: no-repeat;
      background-size: 750px;
      height: 650px;
    }
    .lead_text2{
      background-image: url(./img/湯呑.png);
      background-repeat: no-repeat;
      background-size: 550px;
      background-position: 900px 5px;
    } */

    .lead_text1 h2,
    .lead_text2 h2{
      font-family: "Yuji Mai", serif;
      writing-mode: vertical-rl;
      padding-left: 50px;
      font-size:xx-large;
    }

    .lead_text1 h2{
      margin-right: 100px;
    }
    .lead_text2 h2{
      margin-right: 30px;
    }

    .moji1{
      display: flex;
      padding-left: 100px;
    }

    .moji2{
      display: flex;
      padding-right: 100px;
    }

    .lead_text1,
    .lead_text2{
      display: flex;
      /* flex-direction: row-reverse; */
      justify-content: space-between;
      margin-top: 30px;
    }

    .moji1 img{
      height: 360px;
      object-fit:contain;
    }
    .moji2 img{
      height: 380px;
      object-fit:contain;
      padding-right: 30px;
    } 
    .gazou1 img{
      height: 550px;
      padding-right: 30px;
    }
    .gazou2 img{
      height: 450px;
      padding-left: 60px;
    }
    
    .tittle_osusume img,
    .tittle_news img{
      padding: 50px 100px ;
      margin: 300px auto 100px auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .item_list{
      display: flex;
    }

    section ul li img{
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 
      rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    }
    section ul li img:hover{
      box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
      transform: translateY(-5px);
      cursor: pointer;
    }

    .item_list li{
      padding: 50px 100px;
    }
    .item_left{
      margin: 10px 10px 10px 25px;
    }
    .item_list dl{
      margin: 50px 15px;
      border: solid 8px #333333;
      text-align: center;
     }
    .item_list dt{
      font-family: "Yuji Mai", serif;
      font-size: 25px;
      }
    .item_list dd{
      font-family: "Yuji Mai", serif;
      font-size: 18px;
    }
    .item_list p{
      font-weight: bold;
      margin-top: 10px;
    }
    .recommended h3{
      font-family: "Yuji Mai", serif;
      text-decoration: underline 5px;
      text-decoration-color:  #886e3b;
      padding-left: 1250px;
    }

    .news_list img{
      margin: 50px 0 0 350px;
    }
    .news h3{
      font-family: "Yuji Mai", serif;
      text-decoration: underline 5px;
      text-decoration-color:  #886e3b;
      padding-left: 1150px;
      letter-spacing: 7px;
      padding-top: 30px;
    }

    footer{
      margin-top: 250px;
      background-image: url(./img/cafe.jpg);
      background-repeat: no-repeat;
      background-position: 95% 0%;

    }
    .footer_logo img{
      margin-left: 200px;
      width: 120px;
      object-fit: cover;
    }
    .footer_logo h1,
    .footer_logo p{
      padding-left: 205px;
      
    }
    .footer_logo h1{
      font-family: "Yuji Mai", serif;
      font-size: 60px;      
    }
    .footer_logo p{
      line-height: 0.8em;
      font-size: 20px;
      letter-spacing: 4.8px;
    }
    .footer_aicon{
      display: flex;
    }
    .footer_up{
      display: flex;
    }
    .footer_address{
      padding: 20px 0 10px 100px;
    }
    .footer_aicon{
      padding-left: 450px;
      padding-bottom: 20px;
    }
    .footer_aicon img{
      margin-left: 50px;
    }
    .border{
      width: 600px;
      border-top: solid 3px #333333;
      margin-top: 20px;
      margin-left: 190px;
    }
    .under{
      padding: 50px 0 50px 200px;
    }
    .copyright{
      padding: 50px;
      position: relative;
    }
    .copyright small{
      position: absolute;
      left: 50%;
    }

    .to-pagetop {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.to-pagetop .wrapper {
  position: relative;
  font-family: serif;
}
.to-pagetop .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}