@charset "utf-8";
/*================================================
 Responsive CSS Ver.3.00 - Content Just-Fit
=================================================*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: #333333;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background: #FFFAFE;
  background-image: url(../image/topup.png), url(../image/topdown.png);
  background-size: 50%, 50%;
  background-attachment: fixed;
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom right;
  overflow-x: hidden; /* 横スクロール防止 */
  line-height: 1.6;
  width: 100%;
}

img {
  display: block;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* PC向けのバナー・画像サイズ設定 */
.banner-img, .content-img {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.h2_banner img, .content img:not(.smll-img):not(.smll-img2):not(.smll-img3) {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.clear {
  clear: both;
}

/* === レイアウトコンテナ === */
.content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  overflow: hidden; /* フロート要素の包含 */
}

/* === スペーサー === */
.space10 {
  height: 10px;
  clear: both;
}

.space20 {
  height: 20px;
  clear: both;
  margin: 0;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
  
  /* スマホ向けのバナー・画像サイズ設定 */
  .banner-img, .content-img, .h2_banner img, .content img:not(.smll-img):not(.smll-img2):not(.smll-img3) {
    width: 100%;
  }
  
  .content {
    width: 100%;
  }
  
  .space10 {
    height: 5px;
  }
  
  .space20 {
    height: 10px;
  }
}

/* === テキストスタイル === */
.red {
  color: red;
  font-weight: bold;
}

.yellow {
  background: linear-gradient(transparent 50%, #ffff00 50%);
  font-weight: bold;
}

/* === 見出し === */
h2 {
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(to right, #FF3367, #FF4B80);
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 auto 20px;
  width: 95%;
}

h3 {
  background: #fff;
  font-size: 1.7rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 8px;
  font-weight: bold;
}

h4 {
  background: #fff;
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 8px;
  font-weight: bold;
  color: #214284;
  text-decoration: underline double #214284;
}

/* === バナー画像 === */
.h2_banner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 0;
}

.smll-img {
  width: 90%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.smll-img:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.smll-img2 {
  width: 60%;
  margin: 0 auto;
}

.smll-img3 {
  width: 25%;
  margin: 0 auto;
}

/* === プレフェイス部分 === */
.preface {
  width: 90%;
  margin: 15px auto;
  background: #fff;
  padding: 10px 0;
}

.preface-heading {
  margin-bottom: 30px;
}

.preface-heading h2 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #DE2329;
  background: none;
  width: 100%;
}

.preface-text {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  padding: 0 15px;
}

@media screen and (max-width: 800px) {
  .preface-text {
    padding: 0 8px;
  }
}

.preface-text p {
  margin-bottom: 25px;
}

.preface-text p:last-child {
  margin-bottom: 0;
}

/* === クーポン部分 === */
.coupon {
  width: 90%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  background: #fff;
}

.coupon img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.coupon img:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* === コンテンツブロック === */
.overview, .overview2 {
  width: 100%;
  padding: 0 0 20px 0;
}

.overview {
  background: #FFF2F8;
}

.overview2 {
  background: #fff;
}

.overview h3, .overview2 h3 {
  background: #DE2329;
  color: #fff;
}

.bgbule {
  background: #FFFDD5;
}

.overview p, .overview2 p {
  width: 90%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0 auto 15px;
}

.overview p.yaji, .overview2 p.yaji {
  font-size: 2.3rem;
}

.overview p.muryou, .overview2 p.muryou {
  font-size: 2.3rem;
  color: red;
}

.overview p.ryoukin, .overview2 p.ryoukin {
  font-size: 1.8rem;
}

.overview p.left-list, .overview2 p.left-list {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
}

.overview p.left-list-nb, .overview2 p.left-list-nb {
  text-align: left;
  font-size: 1.3rem;
}

.overview p.left-list-smallt, .overview2 p.left-list-small {
  text-align: left;
  font-size: 1.2rem;
}

.overview p.left-list-hoki, .overview2 p.left-list-hoki {
  text-align: left;
  font-size: 0.9rem;
}

/* === トップリスト === */
.toplist {
  width: 95%;
  margin: 0 auto;
}

.toplist_box {
  width: 100%;
  min-height: 70px;
  background: #FFF0F5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.toplist_box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  background: #FFE4EC;
}

.toplist_box h5 {
  border-radius: 10px 0 0 10px;
  background: #FF3367;
  width: 70px;
  min-height: 70px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* 幅を固定 */
}

.toplist_box p {
  color: #000;
  flex: 1;
  padding: 15px 50px 15px 20px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}

.toplist_box::after {
  content: "›";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #FF3367;
  transition: transform 0.3s ease;
}

.toplist a {
  text-decoration: none;
  display: block;
  width: 100%;
}

.toplist_box:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* === ピックアップコース === */
.pickup_course {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pickup_course_box {
  background: #fff;
  border: 2px solid #FF3367;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.pickup_course_box h5 {
  color: #FF3367;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px dashed #FF3367;
}

.pickup_course_box p {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* === 時間がない方向けリスト === */
.no_time, .no_time2 {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.no_time_box {
  background: #fff;
  border-left: 4px solid #FF3367;
  border-radius: 8px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.no_time_box:hover {
  transform: translateX(5px);
  background: #FFF0F5;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.no_time2_box {
  background: #EFF6FF;
  border-left: 4px solid #067EEF;
  border-radius: 8px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.no_time_box p,
.no_time2_box p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.no_time_box p::before,
.no_time2_box p::before {
  content: "";
  margin-right: 10px;
}

/* === その他コンテンツ === */
.other_content, .other_content2, .other_content3 {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

@media screen and (max-width: 800px) {
  .other_content, .other_content2, .other_content3 {
    width: 95%;
    padding: 15px 10px;
  }
}

.other_content {
  background: #FFFBEE;
}

.other_content2 {
  background: #FFF5F5;
}

.other_content3 {
  background: #fff;
}

.other_content h5, .other_content2 h5, .other_content3 h5 {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  font-weight: bold;
}

.other_content h5 {
  color: #E8A200;
  border-bottom: 2px dashed #FFD700;
}

.other_content2 h5, .other_content3 h5 {
  color: #DE2329;
  border-bottom: 2px dashed #FF6B6E;
}

.other_content_box, .other_content2_box, .other_content3_box {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  padding: 2px;
}

.other_content_box {
  border-left: 4px solid #FFD700;
}

.other_content2_box, .other_content3_box {
  border-left: 4px solid #FF6B6E;
}

.other_content3_box {
  background: #FFF9FC;
}

.other_content_box:last-child, .other_content2_box:last-child, .other_content3_box:last-child {
  margin-bottom: 0;
}

.other_content_box p, .other_content2_box p, .other_content3_box p {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  padding: 12px 15px 12px 36px; /* 左パディングを増やして余白を確保 */
  color: #333;
  width: 100%;
  position: relative;
}

/* デフォルトアイコン（チェックマーク） */
.other_content_box p.check::before, 
.other_content2_box p.check::before, 
.other_content3_box p.check::before {
  content: "✅";
  position: absolute;
  left: 8px;
}

/* ピンアイコン */
.other_content_box p.pin::before, 
.other_content2_box p.pin::before, 
.other_content3_box p.pin::before {
  content: "📌";
  position: absolute;
  left: 8px;
}

/* メガホンアイコン */
.other_content_box p.announce::before, 
.other_content2_box p.announce::before, 
.other_content3_box p.announce::before {
  content: "📢";
  position: absolute;
  left: 8px;
}

@media screen and (max-width: 800px) {
  .other_content_box p, .other_content2_box p, .other_content3_box p {
    padding: 10px 8px 10px 36px; /* 左パディングを増やして余白を確保 */
  }
  
  .other_content_box p::before, 
  .other_content2_box p::before, 
  .other_content3_box p::before,
  .other_content_box p.check::before, 
  .other_content2_box p.check::before, 
  .other_content3_box p.check::before,
  .other_content_box p.pin::before, 
  .other_content2_box p.pin::before, 
  .other_content3_box p.pin::before,
  .other_content_box p.announce::before, 
  .other_content2_box p.announce::before, 
  .other_content3_box p.announce::before {
    left: 5px;
  }
}

/* === ボタン === */
.app_btn1 {
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  position: relative;
  background: #FF2222;
  border: 3px solid #CC0000;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CC0000;
  overflow: hidden;
}

.app_btn1:hover {
  background: #FF4444;
}

.app_btn1:active {
  transform: translateY(5px);
  box-shadow: none;
}

.app_btn1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  animation: btnShine 4s infinite;
}

.app_btn1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  animation: btnPulse 2s infinite;
}

.app_btn1 a {
  display: block;
  padding: 25px 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.app_btn1 a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  animation: btnArrow 1.5s infinite;
}

@keyframes btnShine {
  0% {
    left: -75%;
  }
  75%, 100% {
    left: 125%;
  }
}

@keyframes btnPulse {
  0%, 100% {
    background: rgba(255, 255, 255, 0);
  }
  50% {
    background: rgba(255, 255, 255, 0.1);
  }
}

@keyframes btnArrow {
  0%, 100% {
    right: 20px;
  }
  50% {
    right: 15px;
  }
}

.app_btn2, .app_btn3, .app_btn4, .app_btn5, .app_btnp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 50vh;
  position: relative;
}

.app_btn2, .app_btn4, .app_btn5 {
  width: 50%;
}

.app_btn3, .app_btnp {
  width: 65%;
}

.app_btn2 {
  background-color: #FF6E00;
  height: 50px;
  font-size: 1.7rem;
}

.app_btn3 {
  background-color: #FF6E00;
  height: 50px;
  font-size: 1.7rem;
}

.app_btn4 {
  background-color: #00C700;
  height: 50px;
  font-size: 1.7rem;
}

.app_btn5 {
  background-color: #FF0005;
  height: 45px;
  font-size: 1.3rem;
}

.app_btnp {
  background-color: #da0004;
  height: 50px;
  font-size: 1.1rem;
  margin-top: 30px;
}

.app_btn2 a, .app_btn3 a, .app_btn4 a, .app_btn5 a, .app_btnp a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.app_btn2::after, .app_btn3::after, .app_btn4::after, .app_btn5::after, .app_btnp::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}

.app_btn2:hover {
  background-color: #cf680c;
}

.app_btn3:hover {
  background-color: #cf680c;
}

.app_btn4:hover {
  background-color: #00552e;
}

.app_btn5:hover {
  background-color: #FF8F91;
}

.app_btnp:hover {
  background-color: #910002;
}

/* === セミナーボックス === */
.sem_box {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.sem_box a {
  display: block;
  float: left;
  width: 41%;
  margin-left: 6%;
  text-decoration: none;
}

.sem_box .matter, .sem_box .matter2 {
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50vh;
  margin-bottom: 15px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.sem_box .matter {
  background-color: #FF6E00;
}

.sem_box .matter2 {
  margin-top: 15px;
  background-color: #00B521;
}

.sem_box .matter:hover {
  background-color: #cf680c;
}

.sem_box .matter2:hover {
  background-color: #008318;
}

.sem_box h3 {
  background: #FFCC40;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}

.sem_box p {
  width: 100%;
  font-size: 1.2rem;
  margin: 0 auto;
  line-height: 1.5rem;
}

.sem_box p.data {
  color: #000;
  margin: 10px 0;
  text-align: center;
}

.sem_box p b {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #5AFF19;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

/* === フッター === */
.foot {
  background: #FFDCD9;
  padding-top: 5px;
  height: 100px;
  position: relative;
  width: 100%;
}

.foot p {
  text-align: center;
  color: #000;
  margin-top: 5px;
}

.foot p a {
  text-decoration: none;
  color: #000;
  margin: 0 10px;
}

.foot .copy {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

/* === レスポンシブ対応 === */
@media screen and (max-width: 800px) {
  /* セミナーボックス */
  .sem_box a {
    width: 90%;
    float: none;
    margin: 0 auto 15px;
  }
  
  .sem_box .matter, .sem_box .matter2 {
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
  }
  
  /* ボタン */
  .app_btn2, .app_btn3, .app_btn4, .app_btn5, .app_btnp {
    width: 85%;
  }
  
  /* フッター */
  .foot {
    height: auto;
    padding: 10px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 13px;
  }
  
  /* フォントサイズ調整 */
  .preface-heading h2 {
    font-size: 1.3rem;
  }
  
  h2 {
    font-size: 1.3rem;
    max-width: 98%;
  }
  
  /* トップリスト */
  .toplist_box h5 {
    width: 40px;
    font-size: 1.2rem;
  }
  
  .toplist_box p {
    font-size: 1rem;
    padding: 10px 30px 10px 10px;
  }
  
  /* ボタン */
  .app_btn1 a {
    font-size: 1.1rem;
    padding: 15px 10px;
  }
  
  .app_btn1 a::after {
    right: 10px;
  }
  
  /* フッター */
  .foot p a {
    display: inline-block;
    margin: 5px;
  }
}

 .schedule-container {
      width: 90%;
      margin: 0 auto;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      background-color: #fff;
    }
    
    .schedule-header {
      text-align: center;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 20px;
      padding: 10px;
      background-color: #fff0f5;
      border-radius: 4px;
      color: #e91e63;
    }
    
    .schedule-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }
    
    .schedule-table th {
      background-color: #e91e63;
      color: white;
      padding: 12px;
      text-align: center;
      border: 1px solid #ffb6c1;
      font-size: 1.2rem;
    }
    
    .schedule-table td {
      padding: 12px;
      border: 1px solid #ffb6c1;
      background-color: #fff;
      font-size: 1.2rem;
    }
    
    .date-cell {
      font-weight: bold;
      text-align: center;
    }
    
    .schedule-cell {
      vertical-align: top;
    }
    
    .event-time {
      display: block;
      padding: 8px;
      margin-bottom: 8px;
      border-left: 4px solid #e91e63;
      border-radius: 2px;
      font-size: 1.2rem;
    }
    
    .event-time.party {
      border-left: 4px solid #ff4081;
    }
    
    /* スマホ対応のためのメディアクエリ */
    @media screen and (max-width: 768px) {
      .schedule-table, 
      .schedule-table tbody, 
      .schedule-table tr, 
      .schedule-table td {
        display: block;
        width: 100%;
      }
      
      .schedule-table tr:first-child {
        display: none;
      }
      
      .schedule-table tr {
        margin-bottom: 20px;
        border: 1px solid #ffb6c1;
      }
      
      .date-cell {
        border-bottom: none;
        background-color: #fff0f5;
        font-size: 1.3rem;
      }
      
      .schedule-container {
        width: 95%;
        padding: 10px;
      }
    }

.export-btn {
  background: #4CADFF;
  border: 3px solid #3A8CC0;
  box-shadow: 0 5px 0 #3A8CC0;
}
.export-btn:hover {
  background: #6ABCFF;
}

.stock-btn {
  background: #CC0000;
  border: 3px solid #990000;
  box-shadow: 0 5px 0 #990000;
}
.stock-btn:hover {
  background: #FF0000;
}

.ai-btn {
  background: #190069;
  border: 3px solid #0C0033;
  box-shadow: 0 5px 0 #0C0033;
}
.ai-btn:hover {
  background: #2A0099;
}

/* ボタンサイズ調整 */
.pickup_course_box .app_btn1 {
  width: 85%;
  margin: 15px auto;
}

.pickup_course_box .app_btn1 a {
  padding: 15px;
  font-size: 1.2rem;
}