@charset "utf-8";

/* mv */
.swiper0 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.swiper0 .swiper-slide {
  position: relative;
}
.swiper0 .swiper-slide img.ofi {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.ofi {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.pc { display: block; }
.sp { display: none; }
@media screen and (max-width: 960px) {
.swiper0 .swiper-slide img.ofi {
  height: 80vh;
}
}
@media screen and (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
}
@media screen and (max-width: 480px) {
.swiper0 .swiper-slide img.ofi {
  height: 50vh;
}
}
x.parts {
  position: absolute;
  z-index: 10;
  opacity: 0;
  animation: fadeInUp 1s forwards;
  animation-delay: 0.5s;
  width:100%;
  height: calc(100% - 100px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.parts {
animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.8s;
  position: absolute;
  bottom: 10%;  /* 縦位置 */
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center; /* ← 横中央 */
  z-index: 10;
  opacity: 0;
}
.kv03 .parts {
  bottom: 33%;  /* 縦位置 */

}
.kv05 .parts {
  bottom: 42%;  /* 縦位置 */
}

.parts img {
  max-width: 90%;      /* partsの幅に対して100%で自動調整 */
  height: auto;      /* アスペクト比維持 */
  display: block;    /* 不要な隙間除去 */
}

@media screen and (max-width: 768px) {
.parts {
    bottom: inherit;
    top: 5%;
}
.kv03 .parts {
    bottom: inherit;
    top: 50%;
}
.kv04 .parts {
    bottom: inherit;
    top: 40%;
}
.kv05 .parts {
    bottom: inherit;
    top: 45%;
}

}


.BgW {
	background: #FFFFFF;
}

.Diagonal {
  position: relative;
  background-color: #FABE00;
  color: #FFFFFF;
  font-size: clamp(1.8rem,2vw,24px);
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  margin: 0 auto 50px;
  z-index: 1;
  max-width: 800px;
}

.Diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #FFF9EA; /* ← 白に変更！ */
  clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
  z-index: -1;
}
.swiper img {
border-radius:20px;
max-width: 100%;
height: auto;
}

.l_wrap {
	max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .l_wrap {
        width: 94%;
    }
}
/* 背景ブロック */
.Block1 {
	background: #FFFFFF;
	padding: 100px 0;
}
.Block2 {
	background: #FAFAFA;
	padding: 100px 0;
}
.Block3 {
	background: #FFF9EA;
	padding: 100px 0;
}
.Block4 {
  padding: 100px 0;
  background-image: url('/wp-content/themes/stargate/images/top2025/bk4-img.jpg'); /* ← ここは背景画像URLに差し替えてね */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.Block4::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  xbackground: rgba(0,0,0,0.4); /* ← 暗めのオーバーレイ */
  z-index: -1;
}
@media (max-width: 768px) {
  .Block4 {
    background-attachment: scroll; /* モバイルでは通常スクロールに */
    background-size: cover;
    background-position: center;
  }
}
.TitleArea {
    margin-bottom: 100px;
    text-align: center;
    position: relative;
}
/* マーカー黄色 */
.c-marker {
    background: -webkit-linear-gradient(left, rgb(252,222,0) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(252,222,0) 50%, transparent 50%);
    background: linear-gradient(left, rgb(252,222,0) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .7em; 
    background-position: 100% .7em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .7em;
}
.TitleArea h2 span {
	font-size: clamp(2.0rem,2vw,28px);
}
.TitleArea p {
    font-weight: bold;
	margin-top: 30px;
	color: #31634D;
	font-size: clamp(0.8rem,2vw,12px);
}
/* 注釈エリア*/
.NewStyles .Annotation {
  border: 2px dotted #31634D;
  border-radius: 12px;
  padding: 20px;
  background-color: #FFFFFF;
  font-size: clamp(1.2rem,2vw,16px);
  line-height: 1.8;
  margin-bottom: 50px;
}

.NewStyles .Annotation span {
  background-color: #FEE6F7; /* 薄ピンクマーカー */
  color: #000; /* テキストを黒で目立たせる */
  font-weight: bold;
  padding: 0 2px;
}

/* 共通エリア */
.Areas {
	margin-bottom: 100px;
}

.SP {
	display: none;
}
@media screen and (max-width: 640px) {
.PC {
	display: none;
}
.SP {
	display: block;
}
}

.NewStyles {

}
.NewStyles .LinksAreas {
  display: flex;
  justify-content: center;
}
.NewStyles .LinksAreas .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.NewStyles .LinksAreas .custom-banner-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 30px;
  max-width: 450px; /* ← 追加：PC時の固定幅 */
  background-image: linear-gradient(to right, #FABE00, #FAAD00);
  border-radius: 100px;
  box-shadow: 0px 4px 8px 0px rgba(255, 255, 255, 0.12%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  text-align: center;
  box-sizing: border-box; /* ← 念のため追加 */
}

.NewStyles .LinksAreas .custom-banner-button:hover {
  opacity: 0.9;
}

.NewStyles .LinksAreas .btn-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.6rem,2vw,20px);
}

.NewStyles .LinksAreas .btn-icon {
  width: 40px;
  height: auto;
}

.NewStyles .LinksAreas .arrow-icon-bottom {
  width: 28px;
  height: 28px;
  margin-top: 8px;
  transition: transform 0.3s ease; /* ← アニメーション追加 */
}
.NewStyles .LinksAreas .custom-banner-button:hover .arrow-icon-bottom {
  transform: translateY(4px); /* ← ホバーで下に4px移動 */
}
@media (max-width: 640px) {
  .NewStyles .LinksAreas {
    justify-content: center;
  }
  .NewStyles .LinksAreas .custom-banner-button {
    width: 96%; /* ← スマホ時はフル幅 */
  }
  .NewStyles .LinksAreas .button-row {
    flex-direction: column;
    align-items: center;
  }
}
.NewStyles .BoxGrid {
  max-width: 960px;
  margin: 0 auto 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ← 中央寄せのカギ！ */
  gap: 20px;
}

.NewStyles .DotBox {
  width: calc((960px - 20px * 3) / 4); /* 4列・gap考慮 */
  border: 2px dotted #31634D;
  border-radius: 16px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.NewStyles .DotBox dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.NewStyles .DotBox dd {
  font-size: 16px;
  margin: 0;
  color: #333;
}

@media (max-width: 768px) {
  .NewStyles .DotBox {
    width: calc((100% - 20px) / 2); /* 2列 */
  }
}

@media (max-width: 480px) {
  .NewStyles .DotBox {
    width: 100%; /* 1列 */
  }
}

/* テーブル横スクロール指示 */
.NewStyles .scroll-indicator-modern {
  display: none;
  justify-content: center;
  margin-bottom: 12px;
}

.NewStyles .scroll-indicator-modern .scroll-track {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: rgba(0, 102, 255, 0.06);
  border-radius: 40px;
  font-size: 12px;
  color: #0066FF;
  font-weight: normal;
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  animation: floatyFade 2s ease-in-out infinite alternate;
}

.NewStyles .scroll-arrow {
  font-size: 14px;
  color: #FF9C61; /* ← 矢印の色をここで変更！ */
  animation: floatyFade 2s ease-in-out infinite alternate;
}

/* 共通アニメーション */
@keyframes floatyFade {
  0% {
    transform: translateY(0px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .NewStyles .scroll-indicator-modern {
    display: flex;
  }
}

/* 画像２列共通コンテンツ */
.NewStyles .PhotoPair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 50px auto 0;
}

.NewStyles .PhotoPair .image-item {
  width: calc(50% - 10px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.NewStyles .PhotoPair .image-item:hover {
  transform: scale(1.02);
}

.NewStyles .PhotoPair .image-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .NewStyles .PhotoPair .image-item {
    width: 100%;
  }
}

/* テキストボックス */
.NewStyles .TextBox {
  max-width: 680px;
  position: relative;
  font-size: clamp(1.4rem,2vw,16px);
  margin: auto;
}


/* ユーチューブ */

.YouTube {
	text-align: center;
position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.NewStyles .BannerRow {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto ;
}

.NewStyles .BannerRow a img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.NewStyles .BannerRow a:hover img {
  transform: scale(1.03);
}

/* Expブロック */
.NewStyles .ExpBlock01 {
	background: #FFFFFF;
	padding: 16px;

}

/* 2カラムレイアウト */
.NewStyles .ExpFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.NewStyles .ExpLeft {
  flex: 1 1 400px;
}

.NewStyles .ExpLeft img {
  width: 100%;
  height: auto;
  display: block;
}

.NewStyles .ExpRight {
  flex: 1 1 400px;
}

.NewStyles .ExpRight h4 {
  font-size: clamp(2.0rem,2vw,28px);
  font-weight: bold;
  margin-bottom: 12px;
  color: #0066FF;
}

.NewStyles .ExpRight p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

/* 青いボタン */
.NewStyles .EstimateBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to right, #007bff, #1e90ff);
  color: #fff;
  padding: 37px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(1.6rem,2vw,20px);
  transition: 0.3s;
}

.NewStyles .EstimateBtn:hover {
  opacity: 0.9;
}

.NewStyles .EstimateBtn img {
  width: 20px;
  height: 20px;
}

/* テーブル */
.NewStyles .ExpTableWrap {
  overflow-x: auto;
}

.NewStyles .ExpTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.NewStyles .ExpTable th,
.NewStyles .ExpTable td {
  padding: 12px;
  border: 1px solid #eee;
}

.NewStyles .ExpTable th {
  background: #f7f7f7;
  font-weight: bold;
}

.NewStyles .ExpTable .is-blue {
  background-color: #007bff;
  color: #fff;
}
.NewStyles .ExpTableWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.NewStyles .ExpTable {
  min-width: 600px; /* ← スクロールを発生させるために幅指定 */
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.NewStyles .ExpTable th,
.NewStyles .ExpTable td {
  padding: 12px 10px;
  border: 1px solid #eee;
  word-break: keep-all;
}

.NewStyles .ExpTable th {
  background: #f7f7f7;
  font-weight: bold;
}

.NewStyles .ExpTable .is-blue {
  background-color: #007bff;
  color: #fff;
}
.NewStyles .ExpTable tr.is-total {
  background-color: #FFF3CD; /* 薄い黄色背景 */
  font-weight: bold;
  color: #333;
}

.NewStyles .ExpTable tr.is-total td:first-child {
  background-color: #FAD02E; /* 見出しセルだけ強調カラー */
  color: #000;
}
/* Exp2 */
.NewStyles .ExpFlex2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 50px;
  padding: 0;
}

.NewStyles .ExpFlex2 .ExpLeft {
  flex: 1 1 400px;
}

.NewStyles .ExpFlex2 .ExpLeft img {
  width: 100%;
  height: auto;
  display: block;
}

.NewStyles .ExpFlex2 .ExpRight {
  flex: 1 1 400px;
  padding: 0 16px 0 16px;
}

.NewStyles .ExpFlex2 h4 {
  font-size: clamp(1.8rem,2vw,24px);
  font-weight: bold;
  margin-bottom: 16px;
  color: #000;
  line-height: 1.6;
}

.NewStyles .ExpFlex2 .dot-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #000; /* ← ここが修正ポイント！ */
}

.NewStyles .ExpFlex2 .dot-Y {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FABE00;
    border-radius: 50%;
    margin: -6px 6px 0 0;
}
.NewStyles .ExpFlex2 .dot-R {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FA0000;
    border-radius: 50%;
    margin: -6px 6px 0 0;
}


.NewStyles .ExpFlex2 p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* expブロック */
.NewStyles .ExpBlockItem {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    padding: 50px 20px;
    background: #FFFFFF;
}

.NewStyles .ExpBlockItem .ExpImage {
  flex: 1 1 48%;
}

.NewStyles .ExpBlockItem .ExpImage img {
  width: 100%;
  height: auto;
  display: block;
}

.NewStyles .ExpBlockItem .ExpContent {
  flex: 1 1 47%;
}

.NewStyles .ExpBlockItem .exp-icon {
  width: 50px;
  margin-bottom: 12px;
}

.NewStyles .ExpBlockItem h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #333;
}

.NewStyles .ExpBlockItem p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #333;
}
.NewStyles .ExpBlockItem p.Links {
	text-align: right;
}
.NewStyles .level-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.NewStyles .level-title.blue {
  color: #6EB2F2;
}

.NewStyles .level-title.green {
  color: #81DFAA;
}
/* 点線枠（以前のAnnotationと同じ） */
.ExpBlockItem .Annotation {
  border: 2px dotted #31634D;
  border-radius: 12px;
  padding: 16px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
margin: 0 auto;
width: 100%;
    max-width: 720px;
}

.NewStyles .BoxDesign {
  max-width: 800px;
  margin: auto;
}

.NewStyles .box-group {
  margin-bottom: 30px;
  position: relative;
}

.NewStyles .box {
  border: 1px solid #00B9FF;
  border-radius: 4px;
  background: #fff;
}

.NewStyles .box-label {
  font-size: 20px;
  font-weight: bold;
  min-width: 200px;
  padding: 6px 16px;
  display: inline-block; /* ✅ ブロック→インラインブロック */
  text-align: center;
  position: relative;
  top: 1px;
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}


.NewStyles .box-label.blue {
  background-color: #00B9FF;
  color: #fff;
}

.NewStyles .box-label.yellow {
  background-color: #FABE00;
  color: #fff;
  position: relative;
}

/* ✅ 指定通りの No.1 アイコン調整 */
.NewStyles .badge-icon {
  width: 37px;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 10px;
}

.NewStyles .box-inner {
  padding: 24px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 480px) {
  .NewStyles .ExpBlockItem {
    flex-direction: column;
  }

  .NewStyles .ExpBlockItem .ExpContent {
    order: 1;
  }

  .NewStyles .ExpBlockItem .ExpImage {
    order: 2;
  }

  .ExpBlockItem .Annotation {
    order: 3;
  }
}

/* 総額テーブル */
.NewStyles .PriceTableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 50px;
}

.NewStyles .PriceTable {
  min-width: 960px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}

.NewStyles .PriceTable th,
.NewStyles .PriceTable td {
  padding: 12px;
  border: 1px solid #ccc;
  white-space: nowrap;
}

/* ヘッダー行 */
.NewStyles .PriceTable thead th {
  background-color: #0070F0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* A・Bのタイトル行（colspan用） */
.NewStyles .row-title.white[colspan="2"] {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding-left: 12px;
}

/* 部屋タイプ（左ラベル） */
.NewStyles .room-name {
  font-weight: bold;
  color: #fff;
  width: 130px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.NewStyles .room-name.orange {
  background-color: #FFAD33;
}

.NewStyles .room-name.blue {
  background-color: #3385FF;
}

/* C：授業料＋寮費 ラベル */
.NewStyles .content-label.orange {
  background-color: #FFC670;
  color: #FFF;
  font-weight: bold;
}

.NewStyles .content-label.blue {
  background-color: #66A3FF;
  color: #fff;
  font-weight: bold;
}

/* 授業料＋寮費 金額セル */
.NewStyles .fee-orange {
  background-color: #FFC670;
  color: #FFF;
}

.NewStyles .fee-blue {
  background-color: #66A3FF;
  color: #FFF;
}

/* 総額：ラベルセル */
.NewStyles .total-label-cell.orange {
  background-color: #FFAD33;
  color: #fff;
  font-weight: bold;
}

.NewStyles .total-label-cell.blue {
  background-color: #3385FF;
  color: #fff;
  font-weight: bold;
}

/* 総額 金額セル */
.NewStyles .fee-total {
  background-color: #FFAD33;
  color: #FFF;
}

.NewStyles .fee-total-blue {
  background-color: #3385FF;
  color: #FFF;
}

/* 総額の中の小ラベル */
.NewStyles .total-label {
  color: #ff2992;
  font-weight: bold;
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

/* おすすめ料金プラン */
.NewStyles .RankBox {
  display: flex;
  justify-content: center;   /* 横中央 */
  align-items: center;       /* 縦中央 */
  border: 1px solid #DB9F13;
  border-radius: 6px;
  padding: 19px 24px;
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.NewStyles .rank-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* No.1 アイコン */
.NewStyles .rank-icon {
  width: 37px;
  height: 40px;
  display: block;
}

/* 「4週間」 */
.NewStyles .label {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  padding: 0 16px;
}
.NewStyles .RankBox.green {
  border-color: #31634D;
  color: #000000;
}

.NewStyles .RankBox.green .label::after {
  background-color: #31634D;
}
.NewStyles .label::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 0;
  width: 1px;
  background-color: #DB9F13;
}

@media screen and (max-width: 640px) {
  .NewStyles .RankBox {
    flex-direction: column;
    gap: 12px;
    padding: 16px 16px;
    font-size: 18px;
  }

  .NewStyles .rank-text {
    flex-direction: column;
    gap: 8px;
  }

  .NewStyles .rank-icon {
    width: 32px;
    height: 34px;
  }

  .NewStyles .label {
    font-size: 16px;
    padding: 0;
  }

  .NewStyles .label::after {
    display: none; /* 縦レイアウト時は縦線消す */
  }

  .NewStyles .desc {
    font-size: 15px;
    line-height: 1.5;
  }
}


/* おすすめ料金プラン */
.NewStyles .PlanGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.NewStyles .PlanCard {
  width: 360px;
  border-radius: 20px;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.NewStyles .PlanCard.blue {
  background-image: linear-gradient(39deg, #3385FF 0%, #0066FF 100%);
}

.NewStyles .PlanCard.orange {
  background-image: linear-gradient(39deg, #FF9C61 0%, #FF8339 100%);
}
.NewStyles .PlanCard.sky {
  background-image: linear-gradient(39deg, #4DCEFF 0%, #00B9FF 100%);
}

.NewStyles .PlanCard.yellow {
  background-image: linear-gradient(39deg, #FFC974 0%, #FFB239 100%);
}
.NewStyles .PlanCard .logo {
  width: 160px;
  margin: 0 auto 16px;
}

.NewStyles .PlanCard h3 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 8px;
  display: inline-block;
}

.NewStyles .plan-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.NewStyles .plan-image img {
  width: 100%;
  display: block;
}

.NewStyles .plan-image .badge-img {
  position: absolute;
  top: 0;
  left: 10px;
  width: 37px;
  height: auto;
  z-index: 2;
}

.NewStyles .price {
  font-size: 20px;
  margin-bottom: 16px;
}

.NewStyles .price .number {
  font-size: 48px;
  font-weight: bold;
  margin: 0 4px;
}

.NewStyles .check-text {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.NewStyles .check-text img {
  width: 20px;
  height: 20px;
}

/* 1ヶ月留学スケジュール */
.NewStyles .WeekTableWrap {
  max-width: 800px;
  margin: 0 auto 50px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.NewStyles .WeekTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.NewStyles .WeekTable thead th.week-title {
  background-color: #0066FF;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 12px 16px;
}

.NewStyles .WeekTable td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.NewStyles .WeekTable .day {
  font-weight: bold;
  width: 100px;
  white-space: nowrap;
}

.NewStyles .WeekTable .blue {
  color: #408CFF;
}

.NewStyles .WeekTable .pink {
  color: #FF40B2;
}

.NewStyles .WeekTable tbody tr:last-child td {
  border-bottom: none;
}
.NewStyles .ScheduleBtnWrap {
  display: flex;
  justify-content: center;
}
/* ScheduleBtn */
.NewStyles .ScheduleBtn {
  display: flex;
  align-items: center;
  justify-content: center; /* ← アイコン＋テキストを中央揃え */
  gap: 12px;
  width: 100%;
  max-width: 500px;
  padding: 16px 32px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #FABE00 0%, #FAAD00 100%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  transition: opacity 0.3s ease;
  text-align: center;
  min-height: 100px;
}
.NewStyles .ScheduleBtn span {
	text-align: left;
}
.NewStyles .ScheduleBtn:hover {
  opacity: 0.9;
}

.NewStyles .ScheduleBtn img {
    width: 32px;
    height: 32px;
}

/* DayScheduleWrap */
.NewStyles .DayScheduleWrap {
  max-width: 600px;
  margin: 0 auto 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 50px 30px;
}

.NewStyles .DayScheduleTable {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.6rem,2vw,20px);
  font-weight: bold;
  color: #0066FF;
}

.NewStyles .DayScheduleTable td {
  padding: 12px 16px;
  vertical-align: top;
}

.NewStyles .DayScheduleTable .time {
  white-space: nowrap;
  border-right: 2px solid #0066FF;
  width: 90px;
}

/* TimeTable */
.NewStyles .TimeTableWrap {
  overflow-x: auto;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  background: #fff;
}

.NewStyles .ScheduleWrapper {
  max-width: 1000px;
  margin: auto;
  padding: 2em 1em;
  background: linear-gradient(to bottom, #f8f9fa, #e3f2fd);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.NewStyles .ScheduleTitle {
  font-size: clamp(1.8rem, 2vw, 24px);
  text-align: center;
  font-weight: 700;
  color: #2c3e50;
  padding: 0.5em 0;
  border-bottom: 3px solid #2196f3;
  margin-bottom: 2em;
}
.NewStyles .ScheduleTwoColumn {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.NewStyles .ScheduleColumn {
  flex: 1 1 45%;
  min-width: 300px;
}
.NewStyles .ScheduleSubTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.8em;
  padding: 0.4em 0.6em;
  border-radius: 6px;
  color: #fff;
}
.NewStyles .ScheduleSubTitle.weekday {
  background-color: #1976d2;
}
.NewStyles .ScheduleSubTitle.friday {
  background-color: #f57c00;
}
.NewStyles .timelineSchedule {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.NewStyles .timelineSchedule li {
    display: flex;
    gap: 1em;
    align-items: flex-start;
    padding-bottom: 16px;
    padding-left: 1.4em;
    position: relative;
    border-left: 3px solid #ccc;
}
.NewStyles .timelineSchedule li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -12px;
    width: 16px;
    height: 16px;
    background-color: #2196f3;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #2196f3;
    border-radius: 50%;
    z-index: 1;
}
.NewStyles .timelineSchedule li.meal::before {
  background-color: #ffeb3b;
  box-shadow: 0 0 0 2px #fbc02d;
}
.NewStyles .timelineSchedule .time {
  font-weight: bold;
  font-size: 1.05em;
  white-space: nowrap;
  min-width: 80px;
  color: #333;
}
.NewStyles .timelineSchedule .content {
  flex: 1;
  font-size: 1em;
  line-height: 1.6;
  color: #444;
}
.NewStyles .timelineSchedule .note {
  font-size: 0.85em;
  color: #888;
  display: block;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
.NewStyles .ScheduleTwoColumn {
    flex-direction: column;
  }
.NewStyles .ScheduleColumn {
    width: 100%;
  }
}
.SatisfactionBox {
  text-align: center;
  background: #fff;
  padding: 24px 16px;
  margin: 50px auto 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 100%;
}
.SatisfactionTitle {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #111;
}
.SatisfactionScore {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  color: #333;
}
.SatisfactionScore span {
  font-size: 2.5em;
  font-weight: 700;
  color: #007aff;
  border-bottom: 3px solid #007aff;
}
.SatisfactionTable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1em;
}
.SatisfactionTable thead {
  background-color: #007aff;
  color: #fff;
}
.SatisfactionTable th,
.SatisfactionTable td {
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.SatisfactionTable tbody tr:last-child td {
  border-bottom: none;
}
.SatisfactionNote {
  font-size: 0.9em;
  color: #666;
  margin-top: 1em;
}