body {
  background-color: #fafafa;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-align: center;
  padding: 40px;
  margin: 0;
}



/* スライダー全体 */
.slider {
  position: relative;
  width: 800px;              /* PCでの横幅 */
  height: auto;              /* 高さを450に変更 */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


#slider-02 {
  width: 1200px;
  height: 675px;
}

.slider-head{
  width: 800px;
  height: 35px;
  border-radius: 10px;
  box-shadow: 0 0 0 0px rgba(0,0,0,0.2);
}

/* スライド部分 */
.slides {
  display: flex;
  transition: transform 0.5s ease;
}

/* 各スライド */
.slide {
  width: 800px;
  flex-shrink: 0;
  height: auto;         /* 高さは内容に合わせる */
  text-align: center;
}

/* 通常のスライド画像だけに適用 */
.slide > img:not(.QR-img) {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* slider-02 専用サイズ */
#slider-02 .slide > img:not(.QR-img) {
  width: 1200px;
  height: 675px;
}

.slider-02 {
  background-color: #e6e6e7; /* 好きな色に変更 */
}



.slider-02 {
  background-color: #e6e6e7; /* 好きな色に変更 */
}



/* 丸ボタン */
.slider button.prev,
.slider button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

.slider button.prev:hover,
.slider button.next:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* slider-02 だけボタン位置を下げる */
.slider-02 button.prev,
.slider-02 button.next {
  top: 85%;  /* ← ここで高さを調整（例：50% → 80%） */
  transform: translateY(-50%);
}

.slider-03 button.prev,
.slider-03 button.next {
  top: 85%;  /* ← ここで高さを調整（例：50% → 80%） */
  transform: translateY(-50%);
}

/* 左右の位置 */
.slider .prev {
  left: 10px;
}
.slider .next {
  right: 10px;
}

/* 明朝体テキスト */
.text-mincho {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.8;
  color: #555;
  background-color: transparent;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
}

.text-mincho-02 {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.8;
  color: #888;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
}

.text-mincho-03 {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 2.5;
  color: #000;
  background-color: transparent;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
}

.text-mincho-04{
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #555;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
}

.text-mincho-05 {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #555;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
}

.bold-mincho {
  font-weight: 800; /* または600～800くらいで調整 */
  color: #000;
  text-decoration-line: underline;
  text-decoration-color: #000;     /* 少し淡いグレー */
  text-decoration-thickness: 1.5px;  /* 細めの線 */
  text-underline-offset: 3px;
}

.bold-mincho-03 {
  font-weight: 800; /* または600～800くらいで調整 */
  color: #000;
  text-decoration-line: underline;
  text-decoration-color: #000;     /* 少し淡いグレー */
  text-decoration-thickness: 1.5px;  /* 細めの線 */
  text-underline-offset: 3px;
}

a.bold-mincho {
  font-weight: 800;
  color: #3399cc;
  text-decoration-line: underline;
  text-decoration-color: #3399cc;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.3s, text-decoration-color 0.3s;
}

/* ホバー時の変化（色と下線をややグレーに） */
a.bold-mincho:hover {
  color: #777;
  text-decoration-color: #999;
}


/* ゴシック体テキスト */
.caption1 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #666;           /* 灰色 */
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}

.caption2 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #999;           /* 灰色 */
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}

.caption3 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #666;           /* 灰色 */
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0 0px 0;
}

.caption4 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;           /* 灰色 */
  font-size: 16px;
  line-height: 1.6;
  margin: 0px 0 0px 0;
}

.caption5 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #3399cc;           /* 水色 */
  font-size: 12px;
  line-height: 1.6;
  margin: 0px 0 20px 0;
}

.caption6 {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #000;           /* 水色 */
  font-size: 20px;
  line-height: 2.5;
  margin: 20px 100 20px 100;
}

.caption6-2 {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #333333;           /* 水色 */
  font-size: 16px;
  line-height: 1.8;
  margin: 0px 0 0px 0;
}

.caption6-3 {
  font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #333333;           /* 水色 */
  font-size: 16px;
  line-height: 2.5;
  margin: 20px 100 20px 100;
}

.caption7 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333;           /* 灰色 */
  font-size: 12px;
  line-height: 1.6;
  margin: 0px 0 20px 0;
}

.caption8 {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #999;           /* 灰色 */
  font-size: 12px;
  line-height: 1.6;
  margin: 0px 0 20px 0;
}



/* 角丸画像（普通の画像用） */
.rounded-img {
  width: 400px;               /* PCでは400px */
  border-radius: 20px;
  display: block;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.rounded-img-02 {
  width: 800px;               /* PCでは400px */
  border-radius: 10px;
  display: block;
  margin: 0px auto;
  box-shadow:0px rgba(0, 0, 0, 0.15);
}


/* スマホ対応 */
@media (max-width: 700px) {
  body {
    padding: 20px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .slide {
    width: 100%;
  }

  .slide img {
	width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .rounded-img {
    width: 100%;       /* スマホでは横幅いっぱい */
    max-width: none;
  }
}

/* QRコード画像 */
.QR-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 10px auto;
}

table {
  background-color: #FFFFFF; /* 好きな色に変更 */
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ccc; /* シンプルな外枠 */
  border-radius: 20px; /* 角丸 */
  overflow: hidden; /* はみ出した線を隠す */
  width: 100%;               /* スマホでは画面いっぱい */
  max-width: 800px; 
  margin: 0 auto;            /* 中央寄せ */
}

.table-02 {
  background-color: #FFFFFF; /* 好きな色に変更 */
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ccc; /* シンプルな外枠 */
  border-radius: 20px; /* 角丸 */
  overflow: hidden; /* はみ出した線を隠す */
  width: 100%;               /* スマホでは画面いっぱい */
  max-width: 600px; 
  margin: 0 auto;            /* 中央寄せ */
}

.table-03 {
  background-color: #FFFFFF; /* 好きな色に変更 */
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ccc; /* シンプルな外枠 */
  border-radius: 20px; /* 角丸 */
  overflow: hidden; /* はみ出した線を隠す */
  width: 100%;               /* スマホでは画面いっぱい */
  max-width: 800px; 
  margin: 0 auto;            /* 中央寄せ */
}

.td-01{
  padding: 20px 60px 20px 60px;
  text-align: center;
  vertical-align: middle;
  border: none; /* 内側の線を消す */
  border-bottom: 10px solid #DDF; /* 横線だけつける場合はここで調整 */
}

.td-02{
  padding: 50px 60px 50px 60px;
  text-align: center;
  vertical-align: middle;
  border: none; /* 内側の線を消す */
  border-bottom: 10px solid #FCC; /* 横線だけつける場合はここで調整 */
}

.td-03{
  padding: 20px 0px 20px30px;
  text-align: right;
  vertical-align: middle;
  border: none; /* 内側の線を消す */

}

.td-04{
  padding: 20px 0px 20px 0px;
  text-align: left;
  vertical-align: middle;
  border: none; /* 内側の線を消す */
  border-right: 2px solid #DDD;

}

.td-05{
  padding: 20px 0px 20px 0px;
  text-align: center;
  vertical-align: middle;
  border: none; /* 内側の線を消す */
  border-bottom: 5px solid #DDD; /* 横線だけつける場合はここで調整 */
}

.td-06{
  padding: 20px 0px 20px 0px;
  text-align: center;
  vertical-align: middle;
  border: none; /* 内側の線を消す */
  border-bottom: 2px solid #DDD; /* 横線だけつける場合はここで調整 */
  border-top: 2px solid #DDD;
    border-right: 2px solid #DDD;
}

.td-07{
  padding: 5px 0px 5px 0px;
  text-align: right;
  vertical-align: top;
  border: none; /* 内側の線を消す */

}

.td-07-02{
  padding: 20px 0px 5px 0px;
  text-align: right;
  vertical-align: top;
  border: none; /* 内側の線を消す */

}

.td-07-03{
  padding: 5px 0px 20px 0px;
  text-align: right;
  vertical-align: top;
  border: none; /* 内側の線を消す */

}

.td-08{
  padding: 5px 0px 5px 00px;
  text-align: left;
  vertical-align: top;
  border: none; /* 内側の線を消す */
  border-right: 2px solid #DDD;

}

.td-08-02{
  padding: 20px 0px 5px 00px;
  text-align: left;
  vertical-align: top;
  border: none; /* 内側の線を消す */
  border-right: 2px solid #DDD;

}

.td-08-03{
  padding: 5px 0px 20px 00px;
  text-align: left;
  vertical-align: top;
  border: none; /* 内側の線を消す */
  border-right: 2px solid #DDD;

}



tr:last-child td {
  border-bottom: none;
}

td.left {
  text-align: left; /* 左寄せにしたいセルだけ */
}

a.img-link {
  display: inline-block;
}
