@charset "utf-8";

/* ===== 基本設定 ===== */
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-style: normal;
    color: #2f2f2f;
    background-color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
img {
  height: auto;
  width: 100%;
}
.container {
    width: 100%;
    margin: 0 auto;
}

.sab__taitle {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 100%;
}
/* ===== ヘッダー ===== */
.header {
    position: relative;
}

.header__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.header__btn {
    display: block;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 37px;
    right: 6.4%;
    font-size: 4.0rem;
}

/* ===== ナビ ===== */
.nav {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav.is-open {
    transform: translateX(0);
    background-color: #FF7E04;
}
.nav__header {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav__list {
    margin-top: 10px;
}

.nav__item {
    margin-top: 30px;
    font-weight: 700;
    list-style: none;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nav__item a {
    color: #000;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
button.nav__btn{
    vertical-align: middle;
    font-size:4.8rem;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}
.nav__close {
    font-size: 4.8rem;
    font-weight: 400;
}
.main__pc{
    border-radius: 20px;
    width: 441px;
   height: 156px;

    height: auto;
}
.header__logo img {
  width: 60%;  
  height: auto;
  display: block; 
}

  .nav__btn {
    font-size: 4.8rem;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
  .main__circle {
    background-color: #FF7E04;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    width:100%;
    gap: 20px;
    }section {
  margin-bottom: 80px;
}
.section {
    margin-bottom: 80px;
  }
  .main__btn {
    text-align: center; /* ← ボタンを中央にするよ♡ */
    margin-top: 20px;
  }
  
  .box__btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #6AA563; /* 優しい緑色♡ */
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .box__btn:hover {
    background-color: #5C9658; /* ホバーでちょっと濃い緑に♡ */
  }
  

@media screen and (min-width: 769px) {
    .header__logo {
        margin-top: -10px;
    }
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }
    .nav__list {
        display: flex;
        list-style: none;
        text-align: left;
        color: #000;
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        align-items: center;
        gap: 20px;
    }
    .nav__item {
        margin-top: 0;
        color: #000;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.3;
        margin-left: 32px;
        text-decoration: none;
    }
    .nav__item span{
        display: flex;
        width: 150px;
        height: 90px;
        justify-content: center;
        align-items: center;
        background: #6B995A;
    }
    .nav__item span a{
        display: flex;
        list-style: none;
        text-align: left;
        color: #000;
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        align-items: center;
        font-size: small;
    }

    .nav__header {
        display: none;
    }
    .nav__btn {
        display: none;
    }
}
.main__circle {
    background-color: #FF7E04;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center; /* 必要なら縦方向も中央寄せ */
    }
.main__topics{
    flex-direction: column;
    align-items: center;
}
.mainbox__tlttle{
    color: #FFF;
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 5.2rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mainbox__tlttle span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 4rem;
      }
.box__btn {
        display: block;
        width: 80%;
        max-width: 400px;
        padding: 16px 0; /* ←縦にしっかり余白 */
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        background-color: #6AA563;
        border-radius: 10px;
        text-decoration: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
 }
      
.box__btn:hover {
        background-color: #5a9455;
        transform: scale(1.02);
      }
      
      .main__images {
        display: flex;           /* 横並び */
        gap: 20px;               /* 画像の間隔 */
        justify-content: center;  /* 中央寄せ */
        flex-wrap: wrap;         /* 狭い画面では折り返す */
    }
    
    .main__pc,
    .main__sp {
        width: 100%;        /* 親幅に合わせて伸縮 */
        max-width: 40rem;   /* 最大幅 */
        height: auto;       /* 縦横比を維持 */
        border-radius: 20px;
    }
    
.title__circle{
    border-radius: 20px;
    background: #FFF;
    display: flex;
    width: 90%;
    margin: 0 auto;
    height: 181px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: -10px;
}
/* サービス */
.title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    list-style: none;
}
.service__txt{
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFCD8B;
    margin: 0 auto;
}
.service__t{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    line-height: 1.8;
    text-align: left;
}
/* みかん */
.circle-icon {
    position: relative;
    width: 160px;
    height: 160px;
    background-color:#FF7E04;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    margin: 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  .leaf {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 20px;
    height: 40px;
    background-color: #6b8e23; /* 緑色っぽい葉っぱ */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-30deg);
  }
  
  .text .number {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
  }
  
  .text .label {
    font-size: 1rem;
    line-height: 1.4;
    margin: 5px 0 0;
  }
  .mikan-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:15px;
    margin-top: 40px;
    position: relative;
  }
  
  .mikan-wrap a {
    text-decoration: none;
    display: inline-block;
  }
  
  .circle-icon {
    position: relative;
    width: 180px;
    height: 180px;
    background-color: #FF7E04;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .circle-icon:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  }
  .leaf {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 24px;
    height: 40px;
    background-color: #6b8e23;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-30deg);
  }
  
  .number {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }
  
  .label {
    font-size: 1rem;
    line-height: 1.4;
    margin: 4px 0 0;
  }
  .bx-wrapper{
    margin: 0 auto;
    border: none;
    background: none;
  }
  /* スライダー */
  .slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 16px;
    scroll-padding-left: 16px;
  }
  .slider img {
        flex-shrink: 0;
        scroll-snap-align: center;
        scroll-snap-stop: always;       
        width: 90vw;          
        max-width: 700px;     
        height: 300px;       
        border-radius: 8px;   
        object-fit: cover;  
  }
.btn__circle{
    display: flex;
    justify-content: center;
    align-items: center; /* 必要なら縦方向も中央寄せ */
    border: none;
    text-decoration: none;
}
.section__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 317px;
    height: 62px;
    border-radius: 10px;
    background: #FF7E04;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.Event__section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    background: #FFF4E3;
    padding: 40px 16px;
    margin-top: -10px;
}
.Evnt__txt{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.icon{
    width: 8.2rem;
    margin: 0 auto;
}
.Event__circle{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    flex-shrink: 0;
    align-self: stretch;
    background-color: #FFF;
}
.Event__content1{
    width: 402px;
    flex-direction: column;
    display: block;       /* インライン要素だと効かないから block に */
    width: fit-content;   /* ボタンの幅を内容に合わせる */
    margin: 0 auto; 
}
.Event__img{
    width: 20rem;
}
.Event__Img_title {
    text-align: center;
}
.Event__img1{
    width: 15rem;
    display: block;     
    margin: 0 auto; 
}
.Event__Img_title span {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
    .expand-img {
        cursor: zoom-in;
        transition: 0.3s;
        border-radius: 8px;
      }
      
      .modal {
        display: none;
        position: fixed;
        z-index: 999;
        padding-top: 50px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
      }
      
      .modal-content {
        margin: auto;
        display: block;
        max-width: 40%;
        max-height: 90%;
        border-radius: 6px;
      }
      
      .close {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
      }
      
.section__Access{
    background-color: #FF7E04;
  padding: 20px 16px;
  max-width: 900px;    
  margin: 0 auto;     
  border-radius: 16px;
  margin-top: -5%;
}
.title span{
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.Access__icon{
    display: flex;
    width: 500px;
    text-align: center;
    width: 300px;
    margin: 0 auto; /* 横中央寄せ */
}
.Access__txt1{
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 300px;
    }
iframe {     
    width: 100%;      
  max-width: 600px;
  height: 250px;    
  border: none;
  display: block;
  margin: 0 auto;   /* 中央寄せ */     
    }
.Access__ex{
    display: flex;
    justify-content: center;   
    align-items: center;      
    gap: 40px;
    max-width: 800px;         
     margin: 0 auto;     
}
.Access__txt2{
    color: #FFF;
    text-align: left;
    font-size: clamp(0.8rem,2vw,1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.Access__img{
    width: 200px;      /* 横幅 */
    object-fit: cover; 
    border-radius: 0;    
}
.section__Company {
    background: #FFF4E3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    padding: 20px 16px;
}
.Compnany__txt{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-wrap {
    display: flex;
    justify-content: center; /* 横方向中央寄せ */
    margin-top: 20px;
  }
  
  .section__btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 500px; /* 横長に拡張 */
    height: 48px;     /* 高さはちょっとスリムに */
    border-radius: 8px;
    background: #6AA563;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin: 40px auto 80px;
  }
  
  @media screen and (min-width: 768px) {
    .section__btn1 {
      font-size: 16px;
      height: 56px;
      max-width: 600px; /* PCではさらに横長に */
    }
  }
  .footer {
    background-color: #f5f5f5; /* 優しいグレー背景 */
    padding: 20px 16px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    border-top: 1px solid #ddd;
  }
  
  .footer .name {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .footer img {
    width: 120px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
  }
  
  .footer .access__name {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  
  .footer .copy small {
    font-size: 0.8rem;
  }
  
  