/* ヘッダー */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    background-color: #f6f7f8;
  }
  
  .header-logo {
    display: flex;
    align-items: center;
  }
  
  .header-logo img {
    height: 60px;
    margin-right: 10px;
    padding: 3px 0;
  }
  
  .company-name {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .nav-links {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #222;
    padding: 0 10px;
    position: relative;
  }
  
  .nav-links a:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .nav-links a:hover {
    color: #6fb92c;
  }

  .nav-links i{
    color: #222;
  }

  .nav-links i:hover{
    color: #6fb92c;
  }


/* フッター */
.footer-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #6fb92c;
  padding: 15px 0;
  flex-wrap: wrap;
}

.footer-nav-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-nav-links a:hover {
  color: #222;
}

.footer-nav-links i {
  font-size: 1.2rem;
  color: #fff;
}

.footer-nav-links a:hover i {
  color: #222;
}


.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px;
    background-color: #f9f9f9;
    flex-wrap: wrap;
  }
  
  .footer-logo img {
    width: 150px;
    height: auto;
  }
  
  .footer-info {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    max-width: 600px;
  }
  
  .company-name {
    font-size: 18px;  /* 大きめに */
    font-weight: bold;  /* 太字 */
  }
  

  .footer-info p {
    margin-bottom: 6px;
  }
  
  /*インスタグラム*/
.instagram{
  padding: 60px 20px;
}

.instagram .l-container{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.instagram img{
  width: 15%;
  display: block;
  margin: 0 auto;

}

.instagram h3{
font-size: 36px;
padding: 20px 0;
color: #6fb92c;
}
.instagram-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.instagram-media {
  width: 100% !important;
  max-width: 100% !important;
}



  /*マップ*/
  .map {
    width: 100%;
  }
  
  .map iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
  }
  
  /* プリフッターエリア */
  .pre-footer-banner {
    display: flex;
    gap: 3px;
    background-color: #f0f0f0;
    flex-wrap: wrap;
  }

  .pre-footer-banner-container{
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    gap: 3px;
    flex-wrap: wrap;  
  }
  
  .pre-footer-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
  }
  
  .pre-footer-box {
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .pre-footer-box img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }
  
  .pre-footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0073aa;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .pre-footer-right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .pre-footer-right p:first-child {
    font-size: 20px;
    font-weight: bold;
  }
  
  .pre-footer-right p:last-child {
    font-size: 14px;
  }
 
  /* 共通 */
.l-container {
  max-width: 1120px;
  margin: 0 auto;
}

.l-button {
  display: inline-flex; /* 横並びで中央寄せ */
  align-items: center;
  justify-content: center;
  background-color: #6fb92c;
  color: #fff;
  border: none;
  padding: 14px 50px;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 18px;
  letter-spacing: 1.6px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.l-button i {
  margin-left: 8px;
}

.l-button:hover {
  background-color: #b2d98c;
  transform: scale(1.05);
}


h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 700;
  color: #6fb92c;
}

h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 52px;
}

/*サブページタイトル*/
.l-subpage-title {
  background-color: #6fb92c;
  width: 100%;
}

.subpage-title-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subpage-title-text {
  flex: 1;
  margin-left: 100px;
  padding-left: 50px;
}

.subpage-title-text h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #f4f4f4;
}

.subpage-title-text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #f4f4f4;
}

.subpage-title-image {
  text-align: right;
  margin-right: 0; 
}

.subpage-title-image img {
  width: 100%;
  max-width: 500px; /* 必要に応じて調整 */
  height: auto;
  display: block;
}


/* ブレッドクラムナビゲーション */
.breadcrumb{
  padding: 20px 0;
}

.breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: "＞";
  margin: 0 8px;
  color: #aaa;
}

.breadcrumb a {
  text-decoration: none;
  color: #009245;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
