/* ╡╡╡ TOP伕打 ╡╡╡ */
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

/* ╡╡╡ 旦仿奶母□ ╡╡╡ */
#slider-wrapper .bx-controls-direction a {
  z-index: 100;
}

#slider-wrapper .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#slider-wrapper .bx-wrapper img {
  margin: 0 auto;
}

#slider-wrapper .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#slider-wrapper .bx-caption span {
  padding: 1.5em;
}

#slider-wrapper .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#slider-wrapper .bx-pager a {
  background: #fff;
}

#slider-wrapper .bx-pager a:hover,
#slider-wrapper .bx-pager a.active {
  background: #fd7f23;
}

/* ╡╡╡ 云襞日六 ╡╡╡ */
.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-info {
  line-height: 1.5;
}

/* ╡╡╡ 戊件氾件汁 ╡╡╡ */
.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

/* ╡╡╡ 市旦正丞田瓜□ ╡╡╡ */
.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

/* ╡╡╡ 手勻午葦月示正件 ╡╡╡ */
.c-button--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 20px auto 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.c-button--more:hover {
  opacity: 0.66;
}

.c-button--more .c-button__icon {
  margin-left: 8px;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* ╡╡╡ 筐濡及た螂田瓜□﹋膜懇碧心﹌ ╡╡╡ */
.p-season-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 0px;
    padding: 10px;
    justify-content: center;
}


.p-season-banner__item {
    flex: 1 1 300px;
    padding: 10px;
    text-align: center;
}

.p-season-banner__item a {
  display: block;
  width: 100%;
}

.p-season-banner__imgwrap {
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  position: relative;
}

.p-season-banner__imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.p-season-banner__imgwrap:hover img {
  transform: scale(1.03);
}

/* ╡╡╡ 市氾打伉田瓜□ ╡╡╡ */
.p-category-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1020px;
  padding: 0 10px;
}

.p-category-banner__item {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  text-align: center;
  box-sizing: border-box;
}

.p-category-banner__item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.p-category-banner__imgwrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

.p-category-banner__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.p-category-banner__item a:hover img {
  transform: scale(1.05);
}

.p-category-banner__label {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-category-banner__item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

/* ╡╡╡ 丟犯奴失弁巨伉 ╡╡╡ */
@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #slider-wrapper .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-word;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }

  .p-season-banner {
    justify-content: center;
  }
}



.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  border-left: 6px solid #ffcc00;
  padding-left: 10px;
  color: #333;
}

.faq-item {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-item input {
  display: none;
}

.faq-item label {
  display: block;
  padding: 15px;
  background-color: #f9f9f9;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.faq-item label::after {
  content: "≒";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item input:checked + label::after {
  content: "≡";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.faq-item input:checked ~ .faq-answer {
  max-height: 300px;
  padding: 15px;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}


.media-banner-vertical {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.media-banner-vertical img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.media-banner-vertical img:hover {
  transform: scale(1.02);
}
