* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", sans-serif; -webkit-text-size-adjust: 100%; }
html { overflow-y: scroll;}
html,
body { word-break: break-all;word-wrap: break-word;margin:0; padding:0; height:100%; line-height:1.5;  -webkit-tap-highlight-color: rgba(0,0,0,0.8); font-size:16px; color:#333; }




.head_rap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}



.site_logo img{width: 30%;}
header {
  width: 100%;
/*border-bottom:solid 1px #333;*/
    padding: 10px 2%;
    
    border-bottom: 1px solid #ccc;
}

header a{font-weight:bold;}
header a:link{color:#333;}
header a:visited{color:#333;}

header .flex{  display: flex;
    justify-content: space-between;  }

.header-left .logo {
    height: 50px; /* ロゴのサイズ調整 */
    margin-right: 10px;

}

 .site-description {
    font-size: 8pt;
    color: #333;
    margin-bottom: 3px;
}

.search-form {
/*border:solid 1px #333;*/
margin:0;
}


#head { width:100%;background-color:#333;color:#333;margin:0;padding:4px;}
#head_sub_ttl{font-size:14px;margin:8px 8px 4px 8px;}
#head_sub{width: 750px;margin: 0 auto;}
#head a{ color: #FFF;text-decoration :none;}
#head_logo{
  text-align:center;font-weight:bold;font-size:28px;width:80%;margin:0 auto;padding:0 0 10px 0;border:solid 0px #ddd;
}

#footer_copy a:link{color:#fff;}
#footer_copy a:visited{color:#fff;}

#top_head{width:100%;margin:0px auto;}
#global_area{display: flex;  justify-content: space-around;width:750px;margin:0px auto ;border-bottom:solid 0px #333;border-top:solid 0px #21c35a;padding:1px 3px 5px 3px;}
.global_navi{font-size: 28px;margin: 5px 2%;padding: 1px 5px;font-weight:bold;border-bottom:solid 0px #fff;}
.global_area a{color: #333;}
.global_area a:visited{color: #333;}
.global_area a:link{color: #333;}
.logo-sub{float:left; margin:8px 3% 0 3%;  line-height:1.1; font-size:12px; color:#FFF; line-height: 1;}

.logo{  margin:5px 3% 0 3%; width:15%; height: 32px;}
.logo-a{ float: left; width: 100%; height: 100%; }
/*#site_logo{width:100px;}*/
#logo_desc{font-size:10px;}
#logo{padding:0px 0px;font-size:18px;color:#444;border:solid 0px #333 ;line-height: 1.0em;font-weight: bold;text-shadow:1px 1px 2px #444;}
#sub_tit{width:100%;border:solid 0px #333;padding:1px 0px;font-size: 10px;line-height: 1.3em;}

#head_title{
  width: 100%;text-align: center;font-weight: bold;font-size: 16pt;margin: 5px;
}

.width_rap{margin: 0 auto;}

#search_box_area{display: flex;justify-content: center;margin: 10px 0 0 0;}
.search_box{text-align: center;}
.search_container{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #fff;
  display: block;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.3em;
  width: 80%;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #fff;
  color: #6b6262;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}









    .hero {
      margin-top:8px;
      position: relative;
      width: 100%;
      height: 380px; /* 高さを調整 */
      overflow: hidden;
    }

    .hero img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* 上下をカットしつつ中央にフィット */
      display: block;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      padding: 1em;
      z-index: 2;

    }

    .hero-text h1 {
      font-size: 2.5em;
      margin: 0.3em 0;
      margin-bottom:24px;
    }

    .hero-text h2 {
      font-size: 1.5em;
      margin: 0.3em 0;
      line-height: 1.5;
    }


/* ボタンとの間に余白を追加 */
.hero-text .btn {
  margin-top: 1.5em;
}
        .btn {
      display: inline-block;
      padding: 0.8em 1.5em;
      background-color: #ffffff;
      color: #333;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1em;
      transition: background 0.3s;
    }

    .btn:hover {
      background-color: #eee;
    }


@media (max-width: 768px) {
  .hero {
   
   
    position: relative;
  }

  .hero-text {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
     
      z-index: 2;
      width:100%;
  }

  .hero-text h1 {
    font-size: 1.8em;
  }

  .hero-text h2 {
    font-size: 1.2em;
  }

  .btn {
    font-size: 1em;
    padding: 0.8em 1.5em;
  }
}





    .sns-section {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 2em 1em;
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
  }

  @media (min-width: 768px) {
    .sns-section {
      font-size: 20px;
    }
    .sns-section h3 {
      font-size: 26px;
    }
  }

  .sns-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
  }

  .sns-text {
    flex: 1 1 300px;
  }

  .sns-icons {
    display: flex;
    flex: 1 1 300px;
    justify-content: space-around;
    gap: 1em;
  }

  .sns-item {
    text-align: center;
    flex: 1;
  }

  .sns-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    max-width: 100%;
  }

  .sns-item p {
    margin-top: 0.5em;
  }








  .company-section {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 2em 1em;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    align-items: center;
  }

  .company-info {
    flex: 1 1 300px;
  }

  .company-info h2 {
    margin-bottom: 0.5em;
    font-size: 1.8em;
  }

  .company-info p {
    line-height: 1.8;
  }

  .company-logo {
    flex: 1 1 300px;
    text-align: center;
  }

  .company-logo img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
  }


.list_top_h1 {
  max-width: 900px;
  margin: 8px auto;
  padding: 0 2%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  box-sizing: border-box;
}




.list_top_text {
  max-width: 900px;
  margin: 1em auto;
  padding: 0 2%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  color: #333;
  box-sizing: border-box;
}


  .purchase_list {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 8px 2%;
  max-width: 900px;
  margin: 0 auto;
}

.purchase_list > div {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}

.purchase_list > div > div {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1em;
  width: calc(50% - 1em);
  box-sizing: border-box;
}

.purchase_list h3 {
  margin-top: 0;
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}

.purchase_list a {
  display: block;
  padding: 0.3em 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.purchase_list a:hover {
  color: #007bff;
}

@media (max-width: 600px) {
  .purchase_list > div > div {
    width: 100%;
  }
}








.contain {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 900px;
  margin: 2em auto;
  padding: 1em;
  box-sizing: border-box;
}

.page_title h1 {
  font-size: 2em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
}

.page_desc p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 1.2em;
  color: #444;
}

.page_desc img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 1em auto;
  border-radius: 8px;
}

.page_desc a {
  font-size: 1em;
}

.page_desc .btn-group {
  margin: 2em 0;
  text-align: center;
}

.btn-group a {
  display: inline-block;
  margin: 0.5em;
  padding: 0.8em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn-group a:first-child {
  background: #06c755;
  color: white;
}

.btn-group a:last-child {
  background: #007bff;
  color: white;
}

@media (max-width: 768px) {
  .page_title h1 {
    font-size: 1.5em;
  }

  .page_desc p {
    font-size: 1em;
  }

  .btn-group a {
    font-size: 0.95em;
    padding: 0.6em 1.2em;
  }
}





.etc_section {
  margin-top: 3em;
  padding: 2em 1em;
  background: #fff;
  border-top: 1px solid #ddd;
  font-family: 'Noto Sans JP', sans-serif;
}

.etc_text {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.etc_section .category_card {
  display: inline-block;
  width: calc(33.333% - 1em);
  margin: 0.5em;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
  vertical-align: top;
}

.etc_section .category_card a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em;
}

.etc_section .category_card img {
  width: 100%;
  height: 180px; /* ← 高さを統一 */
  object-fit: cover; /* ← トリミングして中央に表示 */
  display: block;
  border-bottom: 1px solid #eee;
}

/* スマホ用調整 */
@media (max-width: 768px) {
  .etc_section .category_card {
    width: 100%;
    margin: 0.5em 0;
  }
}





.footer-company dl {
  max-width: 900px;
  margin: 4px auto;
  padding: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95em;
  line-height: 1.8;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3em 1em;
}

.footer-company dt {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-align: left;
}

.footer-company dd {
  margin: 0;
  color: #fff;
  text-align: left;
}






.pickup-section {
  max-width: 900px;
  margin: 1em auto;
  padding: 1em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: bold;
}

.pickup-section h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

.pickup-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2em;
}

.pickup-text p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #444;
  text-align: center;
  padding: 0 1em;
}

/* スマホ調整 */
@media (max-width: 600px) {
  .pickup-section h1 {
    font-size: 1.5em;
  }

  .pickup-text p {
    font-size: 1em;
  }
}








.info-card-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  max-width: 1000px;
  margin: 3em auto;
  padding: 1em;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

.info-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  width: calc(50% - 1em);
  display: flex;
  flex-direction: column;
}

.info-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.info-content {
  padding: 1em;
}

.info-content h3 {
  margin-top: 0;
  font-size: 1.2em;
  color: #333;
}

.info-content p {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
}

/* スマホ表示対応 */
@media (max-width: 768px) {
  .info-card {
    width: 100%;
  }

  .info-content h3 {
    font-size: 1.1em;
  }

  .info-content p {
    font-size: 0.95em;
  }
}









.gallery-section {
  padding: 2em 1em;
  background-color: #f9f9f9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1em;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}








.contact-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 2em 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: left;
}

.contact-section h1 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
}

.contact-section p {
  text-align: left;
 line-height: 1.3em;
  
  font-size: 16px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.contact-form label {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form button {
  background: #007bff;
  color: white;
  padding: 0.8em;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background: #0056b3;
}
