*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 95%;
  }
}
body {
  color: #000;
  font-family: "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
p {
  line-height: 1.5em;
}
picture {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 70%;
}
.price span.caption {
  font-weight: normal;
  font-size: 14px;
}
.img-border-radius {
  border-radius: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.small {
  font-size: 15px;
}
h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
picture#eyecatch {
  display: flex;
  height: auto;
}
picture#eyecatch img {
  margin-bottom: 0;
}
ul {
  list-style: disc;
  padding: 0 1.5rem;
}
ul.list-discnone {
  list-style: none;
  padding: 0rem;
}
.main-visual {
  position: relative;
  width: 100%;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo img {
  width: auto;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0;
}
.contact-button a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  padding: 4px 12px 5px;
  border-radius: 9999px;
  border: none;
  border: 1px solid #000;
}
.contact-button a:hover {
  background-color: #FFF;
  color: #000;
  transition: 0.5s;
}
.main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.catch-section {
  background-color: #ebe3dc;
  padding: 40px 16px;
}
.catch-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.catch-tag {
  display: inline-block;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 9999px;
  padding: 2px 10px;
  /* font-size: 0.75rem; */
  font-weight: bold;
  margin-bottom: 16px;
}
.catch-title {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .catch-title {
    font-size: 26px;
  }
}
.catch-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  /*margin-bottom: 25px;*/
}
.catch-images img {
  width: 90%;
  height: auto;
  margin-bottom: 0px;
}
.size {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.price {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.price span {
  font-size: 150%;
}
@media (min-width: 768px) {
  .catch-images {
    flex-direction: row;
    justify-content: center;
  }
  .catch-images img {
    max-width: 300px;
  }
}
.news-section {
  background-color: #f8f2ef;
  padding: 48px 16px;
  text-align: center;
}
.news-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 32px;
  /*border-bottom: 1px solid #ccc;*/
}
.news-title {
  font-size: 1.25rem;
  font-weight: normal;
  /*margin-bottom: 32px;*/
}
@media (min-width: 768px) {
  .news-title {
    font-size: 1.5rem;
  }
}
.news-list {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.news-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.news-list > :first-child {
  border-top: 1px solid #000;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .news-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
}
.news-date {
  width: 8rem;
  font-weight: 500;
  color: #8a8a8a;
  flex-shrink: 0;
}
.news-text {
  flex-grow: 1;
}
/* 全体背景と基本構造 */
.feature-section {
  /*background-color: #f5ebe5;
  padding: 64px 16px;*/
}
.feature-container {
  max-width: 1000px;
  margin: 0 auto;
}
/* 見出し部分 */
h2 {
  font-size: 25px;
}
h3 {
  margin-bottom: 10px;
}
h4 {
  margin: 30px 0 30px;
}
.feature-heading {
  text-align: center;
  margin-bottom: 20px;
}
.feature-label, .details-label {
  /*font-size: 0.875rem;*/
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-family: "Playwrite DE Grund", cursive;
}
.feature-label, .details-label {
  /*background: url(img/icon_leaf.svg) no-repeat center center;    
    
  content: url('img/icon_leaf.svg');
  display: block;
  width: 50px;
  height: 26px;
  margin-right: 5px;*/
}
.feature-label img, .details-label img {
  display: block;
  margin: 0 auto 5px;
  width: 25px;
  height: 45px;
}
.point04 h4 {
  color: #745840;
  font-size: 20px;
}
.feature-title {
  display: block;
  text-align: center;
  font-weight: bold;
}
.feature-subtitle {
  color: #000 !important;
  display: inline-block;
}
/* 着せ替え説明 */
.flap-caption {
  color: #8b3d2d;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 24px;
  text-align: center;
}
/* スライダー共通 */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.slider-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
/* グリッド（POINT 02 & 03） */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.feature-box {
  background: #fff;
  padding: 40px 35px;
  border-radius: 12px;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.feature-box h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.point-title {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
  color: #745840;
  line-height: 1.3em;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .point-title {
    display: block;
  }
}
.point-label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #badf92;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 9999px;
  /*box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
  z-index: 2;
}
.point-label_n {
  background: #badf92;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 9999px;
  z-index: 2;
  display: inline-block;
  margin-right: 10px;
  vertical-align: super;
}
@media (max-width: 768px) {
  .point-label_n {
    margin-bottom: 10px;
  }
}
.feature-box-title span {
  color: #000;
  font-size: 15px;
}
.feature-box-title {
  font-size: 28px;
  color: #745840;
  font-weight: bold;
  margin: 0rem 0 15px;
  line-height: 1.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.feature-box-image img {
  /*margin: 0 auto 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
}
.feature-box-text {
  font-size: 0.875rem;
  color: #000;
  text-align: left;
}
/* POINT 04 特別レイアウト */
.feature-box-large {
  background: #fff;
  border-radius: 12px;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
  padding: 50px 50px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .feature-box-large {
    padding: 30px 30px;
  }
}
.feature-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .feature-layout {
    flex-direction: row;
    align-items: center;
  }
}
.feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.feature-text {
  text-align: center;
}
@media (min-width: 768px) {
  .feature-text {
    text-align: left;
  }
}
.feature-desc {
  font-size: 0.875rem;
  line-height: 1.6;
}
/* カラバリラベル */
.flap-variations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 640px) {
  .flap-variations {
    grid-template-columns: repeat(4, 1fr);
  }
}
.flap-item img {
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.flap-labels {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.75rem;
}
.label-pink {
  padding: 2px 8px;
  border: 2px solid #c77495;
  color: #c77495;
  font-weight: bold;
  border-radius: 9999px;
}
.label-khaki02 {
  padding: 2px 8px;
  border: 2px solid #7b765a;
  background-color: #7b765a;
  font-weight: bold;
  color: #FFF;
  border-radius: 9999px;
}
.label-khaki {
  /*background-color: #fcd5ce;*/
  padding: 2px 8px;
  border: 2px solid #7b765a;
  color: #7b765a;
  font-weight: bold;
  border-radius: 9999px;
}
.label-black {
  background-color: #000;
  color: #fff;
  padding: 2px 8px;
  border-radius: 9999px;
}
.label-black02 {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  padding: 2px 8px;
  border-radius: 9999px;
}
.capacity-section {
  padding: 20px 0 0;
}
.capacity-container {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flap-labels {
    flex-direction: column;
    gap: 2px;
  }
  .capacity-container {
    max-width: 100%;
    margin: 0 auto;
  }
}
.capacity-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #745840;
  text-align: center;
  margin-bottom: 24px;
}
.capacity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
}
@media (min-width: 640px) {
  .capacity-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.capacity-item {
  /*max-width: 160px;*/
  text-align: center;
}
.capacity-item img {
  border-radius: 50%;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.capacity-item p {
  color: #333;
  line-height: 1.4;
}
.details-section {
  background: #fff;
  padding: 64px 16px;
}
.details-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.details-header {
  margin-bottom: 24px;
}
.details-label {
  line-height: 1.2em;
}
.details-subtitle {
  font-size: 0.875rem;
  margin-bottom: 8px;
  color: #93c835;
}
.details-subtitle {
  display: block;
}
.details-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .details-title {
    font-size: 1.5rem;
  }
  .details-header h3 {
    font-size: 28px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  }
}
.details-note {
  color: #93c835;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #93c835;
  display: inline-block;
  padding-bottom: 4px;
}
.details-item img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}
.details-item p {
  font-size: 16px;
  line-height: 1.5em;
  /* line-height: 1.4; */
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
  .kodawari .details-item:nth-of-type(1) {
    order: 1;
  }
  .kodawari .details-item:nth-of-type(2) {
    order: 3;
  }
  .kodawari .details-item:nth-of-type(3) {
    order: 5;
  }
  .kodawari .details-item:nth-of-type(4) {
    order: 2;
  }
  .kodawari .details-item:nth-of-type(5) {
    order: 4;
  }
}
.supervised-section {
  background: #f5ebe5;
  padding: 64px 16px;
}
.supervised-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.supervised-box {
  background-color: #e7d9d0;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .supervised-box {
    padding: 40px;
  }
}
.supervised-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .supervised-heading {
    font-size: 1.25rem;
  }
}
.supervised-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .supervised-flex {
    flex-direction: row;
    align-items: flex-start;
  }
}
.supervised-img {
  border-radius: 8px;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.supervised-text {
  font-size: 0.875rem;
  line-height: 1.7;
}
.supervised-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  max-width: 700px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .supervised-img {}
  .supervised-profile {
    flex-direction: row;
    align-items: center;
  }
}
.supervised-avatar {
  width: 115px;
  height: 115px;
  border-radius: 9999px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.supervised-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
  text-align: center;
}
.supervised-name span {
  font-size: 80%;
}
.feature-item {
  font-size: 0.875rem;
  text-align: left;
}
.feature-title {
  gap: 8px;
  font-weight: 600;
  margin-bottom: 8px;
  /*font-size: 28px;*/
}
.feature-item img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0;
}
.feature-item p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.feature-item figure img {
  margin-bottom: 5px;
}
span.feature-title {
  font-size: 1rem;
  font-weight: 200;
  color: #745840;
  letter-spacing: 1px;
}
.info-section {
  background-color: #ffffff;
  padding: 64px 16px;
  font-size: 14px;
  line-height: 1.5em;
}
.info-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.info-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.info-list {
  list-style: disc;
  padding-left: 1em;
}
.info-list li {
  margin-bottom: 0.5em;
}
/* 汎用 */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
.contact-section {
  background-color: #e9f5e0;
  padding: 40px 0;
}
.contact-section ul {
  font-size: 14px;
  line-height: 1.5em;
}
.contact-section h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-title {
  font-size: 1rem;
  font-weight: bold;
}
.contact-section .tel, .contact-section .tel a {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}
.contact-section .time {
  margin-bottom: 5px;
}
.contact-section .tel::before {
  content: url('img/free-dial.svg');
  display: inline-block;
  width: 50px;
  height: 26px;
  margin-right: 5px; /* 必要に応じて調整 */
}
@media (max-width: 768px) {
  .contact-section ul {
    text-align: left;
  }
}
/* フッター */
.footer {
  background-color: #ffffff;
  /*border-top: 1px solid #e5e5e5;*/
  padding: 40px 16px;
  margin-bottom: 50px;
  text-align: center;
}
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.footer-sns img {
  margin-bottom: 0;
}
.footer-sns a {
  width: 35px;
}
.footer-sns a:hover {
  opacity: 50%;
}
.footer-logo {
  max-width: 200px;
  margin: 0 auto;
}
.footer-sub {
  font-size: 0.75rem;
  vertical-align: top;
}
.footer-desc {
  font-size: 0.75rem;
}
.footer-copy {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #888888;
  letter-spacing: 0.5px;
}
/* フローティングバー */
.floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #bde093;
  color: #000000;
  text-align: center;
  padding: 12px 0;
  z-index: 50;
  /*box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);*/
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.floating-bar a {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.arrow::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("img/angle-right-solid-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
  /*margin-left: 0.4em;*/
  vertical-align: middle;
  margin-bottom: 2px;
}
.floating-bar.show {
  opacity: 1;
  pointer-events: auto;
}
.floating-bar:hover {
  color: #FFF;
  background: #5AA263;
  transition: 1s;
}
.floating-bar img {
  width: 12px;
  margin: 0;
  vertical-align: sub;
}
/* POINT 05 セクション */
.point05-image {
  width: 80%;
}
.point05-section {
  /*background-color: #f5ebe5;
  padding: 64px 16px;*/
}
.point05-wrapper {
  max-width: 1000px;
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 24px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* POINTバッジ */
.point05-badge {
  display: flex;
  justify-content: center;
  margin-top: -32px;
  margin-bottom: 24px;
}
.badge {
  background-color: #9fcf94;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 4px 16px;
  border-radius: 9999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* メインコンテンツ */
.point05-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /*margin-bottom: 48px;*/
}
@media (min-width: 768px) {
  .point05-content {
    flex-direction: row;
    align-items: center;
  }
  .only-desktop {
    display: inline;
  }
}
.only-desktop {
  display: none;
}
/* 画像とテキスト */
.point05-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.point05-text {
  text-align: left;
}
@media (max-width: 768px) {
  .point05-content {
    gap: 0;
  }
  .point05-image {
    width: 100%;
  }
  .point05-text {
    text-align: left;
  }
}
.point05-heading {
  /*font-size: 1.25rem;
  font-weight: bold;
  font-family: serif;
  color: #8b3d2d;
  line-height: 1.6;
  margin-bottom: 16px;*/
}
@media (min-width: 768px) {
  .point05-heading {
    font-size: 1.5rem;
  }
}
.point05-paragraph {
  font-size: 0.875rem;
  color: #4a4a4a;
  line-height: 1.75;
}
/*--------------------
GRID
--------------------*/
.grid, .flex2, .flex2-2, .flex4, .flex5 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* PC用 */
}
/* 最終行の間隔調整 */
.flex4:before, .flex5:before {
  content: "";
  display: block;
  order: 1;
}
.flex3:after, .flex4:after, .flex5:after {
  content: "";
  display: block;
}
.grid3-2 {
  width: 65.667%;
}
.grid4-3 {
  width: 74.25%;
}
.grid4-2, .flex2 > *, .flex2-2 > * {
  width: 47.7%;
}
.grid3-1, .flex3 > *, .flex3:after {
  width: 31.333%;
}
.grid4-1, .flex4 > *, .flex4:before, .flex4:after {
  width: 22.75%;
}
.flex5 > *, .flex5:before, .flex5:after {
  width: 17.6%;
}
.grid > *, .flex2 > *, .flex2-2 > *, .flex3 > *, .flex4 > *, .flex5 > * {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 700px) {
  .grid > *, .flex2 > *, .flex2-2 > *, .flex3 > *, .flex4 > *, .flex5 > * {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .flex2.reverse {
    flex-direction: column-reverse;
  }
}
.grid3-2 h2, .grid3-2 h3 {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .grid3-1, .grid3-2, .grid4-1, .grid4-2, .grid4-3, .flex2 > * {
    width: 100%;
  }
  .flex2-2 > *, .flex3 > *, .flex3:before, .flex3:after, .flex4 > *, .flex4:before, .flex4:after, .flex5 > *, .flex5:before, .flex5:after {
    width: 47%;
  }
  .flex3 {
    justify-content: center;
    gap: 1rem;
  }
  .flex3:before, .flex3:after {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .flex3 {
    gap: 0.5rem;
  }
}
/*.flex3 > :last-child {
    margin: 0 auto;
}*/
.function {
  background: #000;
  color: #FFF;
  padding: 2px 5px;
  display: inline-block;
}
.feature-title span {
  font-size: 180%;
  vertical-align: sub;
}
.icon-megane {
  width: 50px;
  /* height: 26px; */
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  display: block;
}
/* 続きを読む */
/* 包む親に高さ制限と transition をかける */
.fade-wrapper {
  position: relative;
  max-height: 10em;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
/* 展開時の高さを大きく */
.fade-wrapper.open {
  max-height: 1000em; /* 必要に応じて調整 */
}
/* ULリスト自体 */
.fade-list {
  margin: 0;
  padding: 0;
  list-style: disc inside;
}
/* 下のグラデーション */
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
/* 開いたらグラデーションを透明に */
.fade-wrapper.open .gradient-overlay {
  opacity: 0;
}
/* ボタン */
.toggle-btn {
  display: block;
  margin-top: 1em;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
  text-decoration: underline;
  text-align: center;
  position: relative;
  z-index: 2; /* グラデーションの上に出す */
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}