@charset "utf-8";
html{
    background-color: #F7F3E7;
    font-family: "Shippori Mincho B1", serif;
    @media (max-width: 768px) {
        header {
            height: auto;
            padding: 20px;
        }
      
        .header-nav ul {
            flex-direction: column;
        }
      
        .header-nav ul li {
            margin-right: 0;
            margin-bottom: 15px;
        }
      
        .header-nav ul li:last-child {
            margin-bottom: 0;
        }
      }
}
.midasi{
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.1rem;
    margin-top: 40px;
}
@media (max-width: 768px) {
    header {
        height: auto;
        padding: 20px;
    }
  
    .header-nav ul {
        flex-direction: column;
    }
  
    .header-nav ul li {
        margin-right: 0;
        margin-bottom: 15px;
    }
  
    .header-nav ul li:last-child {
        margin-bottom: 0;
    }
  }
.rogo{
    width: 80px;
}

  .shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
 
  p{
    margin-bottom: 50px;
  }
  .shippori-mincho-medium {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .shippori-mincho-semibold {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .shippori-mincho-bold {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .shippori-mincho-extrabold {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  header nav ul{
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px;
}
.header-nav ul li a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.header-nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #073C2F;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.header-nav ul li a:hover::after {
  width: 100%;
}

/* ヘッダーの写真に架線を適用しない */
.header-nav ul li a img {
  position: relative;
  z-index: 1;
  
}
.header-nav ul li a.no-underline::after {
  display: none;
}
.header-nav ul li a img::after {
  display: none;
}
header nav ul li{
    margin: 0 20px;
}
.header-nav ul li a {
    position: relative;
  }
  .header-nav ul li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #073C2F;
    bottom: -8px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-nav ul li a:hover::after {
    transform: scale(1, 1);
  }
  header {
    background-image: url('washi-texture.png');
    background-size: cover;
    background-position: center;
    height: 80px; /* 高さを固定 */
    padding: 0 20px; /* 左右の余白を追加 */
    box-sizing: border-box;
  .slideBox {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-top: -50px;
}
  }
  .header-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; /* ヘッダー全体の高さに合わせる */
}

.header-nav ul li {
    margin-right: 30px; /* 右側のマージンを増やす */
    font-weight: bold; /* 文字を太くする */
}

.header-nav ul li:last-child {
    margin-right: 0; /* 最後の項目の右側のマージンを削除 */
}

.header-nav a {
    color: #333; /* テキストカラーを設定 */
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-nav a:hover {
    color: #073C2F; /* ホバーカラーを設定 */
}
.header-nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #073C2F;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.header-nav ul li a:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  header {
      height: auto;
      padding: 20px;
  }

  .header-nav ul {
      flex-direction: column;
  }

  .header-nav ul li {
      margin-right: 0;
      margin-bottom: 15px;
  }

  .header-nav ul li:last-child {
      margin-bottom: 0;
  }
}
.flex {
    display: flex; /*横並び*/
  }
  .flex .image {
    width: 640px; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  .flex .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .flex .text {
    padding: 0;
    margin-bottom: 120px;
    margin-left: -100px;
  }
.img{
    width: 500px;
  }
.title{
    margin-top: 70px;
    margin-left: -100px;
}
.sougei{
    margin-top: 50px;
    margin: auto;
    display: block;
}
h1{
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 30px;
}
.img2{
    width: 600px;
}
.offer-wrapper{
    height:500px;
    text-align:center;
    margin-top: 30px;
  }
  
  .offers{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  h2{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  section{
    @media (max-width: 768px) {
        header {
            height: auto;
            padding: 20px;
        }
      
        .header-nav ul {
            flex-direction: column;
        }
      
        .header-nav ul li {
            margin-right: 0;
            margin-bottom: 15px;
        }
      
        .header-nav ul li:last-child {
            margin-bottom: 0;
        }
      }
  }
.aiai{
    margin-top: 150px;
}
p{
    text-align: left;
}
#sample{
    max-width: 1000px;
  }
  @media (max-width: 1050px){
    #sample{
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }
  }
  @media (max-width: 768px){
    #sample{
          
    }
  }
  @media (max-width: 450px){
    #sample{
          
    }
  }