@charset "utf-8";

/* =========================================================
   A Little Escape Journey / shared styles
   ========================================================= */
:root {
  --ink: #17212b;
  --muted: #64717d;
  --line: #dbe2e7;
  --line-dark: #bdc8d0;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --accent: #117b86;
  --accent-dark: #075e68;
  --accent-pale: #e6f4f5;
  --accent-rgb: 17, 123, 134;
  --max-width: 1060px;
  --shadow: 0 20px 50px rgba(18, 34, 45, 0.09);
--accent-dark: #075e68;
 --accent-reverse: #802653;
--accent-rgb-r: 153, 46, 99;
}

.tour-two {
  --accent: #992e63;
  --accent-dark: #802653;
  --accent-pale: #f8eee8;
  --accent-rgb: 153, 46, 99;
--accent-reverse: #075e68;
--accent-rgb-r: 17, 123, 134;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: var(--accent-dark);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 2px;
}

p + p {
  margin-top: 0.7em;
}

ul,
ol {
  padding-left: 1.35em;
}

li + li {
  margin-top: 0.35em;
}

.center { text-align: center; }
.red { color: #c43f35; }
.red_b { color: #b8342b; font-weight: 700; }
.blue_b { color: #1d4f88; font-weight: 700; }
.large { font-size: 1.35em; }
.fs90 { font-size: 90%; }
.fs85 { font-size: 85%; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.indent_1 {
  padding-left: 2.35em;
  text-indent: -2.35em;
}
.for_sp { display: none; }

/* =========================================================
   Landing page
   ========================================================= */
.landing-page {
  --accent: #127985;
  --accent-dark: #075a63;
  --accent-pale: #e7f3f4;
  background: #fff;
}

.landing-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 110px 24px 100px;
  background:
    radial-gradient(circle at 84% 16%, rgba(30, 135, 146, 0.11), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(168, 92, 57, 0.10), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f7fafb 100%);
}

.landing-hero::before,
.landing-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(19, 50, 60, 0.13);
  border-radius: 50%;
}

.landing-hero::before {
  width: 520px;
  height: 520px;
  right: -190px;
  top: 40px;
}

.landing-hero::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -80px;
}

.landing-hero__line {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  background-image:
    linear-gradient(110deg, transparent 0 49.85%, rgba(13, 71, 82, 0.08) 50%, transparent 50.15%),
    linear-gradient(transparent 0 49.85%, rgba(13, 71, 82, 0.05) 50%, transparent 50.15%);
  background-size: 180px 180px, 180px 180px;
}

.landing-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
}

.landing-hero__eyebrow,
.section-label {
  margin-bottom: 22px;
  color: var(--accent);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.27em;
}

.landing-hero h1 {
  color: #12232a;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.landing-hero h1 span {
  color: #38545e;
  -webkit-text-stroke: 0;
}

.landing-hero__lead {
  width: min(560px, 100%);
  margin-top: 34px;
  color: #4c5d66;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 2;
}

.scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
  color: #172c34;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.scroll-link span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #b9c7cd;
  border-radius: 50%;
  transition: 0.25s ease;
}

.scroll-link:hover span {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(3px);
}

.tour-selection {
  padding: 110px 24px 120px;
}

.section-intro {
  width: min(1120px, 100%);
  margin: 0 auto 54px;
}

.section-intro h2 {
  margin-bottom: 16px;
  color: #18252c;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.35;
}

.section-intro > p:last-child {
  max-width: 660px;
  color: var(--muted);
}

.tour-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tour-card {
  --card-accent: #117b86;
  --card-pale: #e7f4f5;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4e8;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(23, 39, 50, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-card--two {
  --card-accent: #992e63;
  --card-pale: #f8eee8;
}

.tour-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(23, 39, 50, 0.13);
}

.tour-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tour-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #edf1f3;
}



.tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.tour-card:hover .tour-card__image img {
  transform: scale(1.035);
}

.tour-card__body {
  padding: 30px 32px 34px;
}

.tour-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: var(--card-accent);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tour-card__topline span {
  padding: 5px 9px;
  background: var(--card-pale);
}

.tour-card h3 {
  margin-bottom: 18px;
  color: #18252b;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 600;
  line-height: 1.5;
}

.tour-card__body > p {
  color: #596872;
  font-size: 14px;
}

.tour-card__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
  border-top: 1px solid #e1e7ea;
  border-bottom: 1px solid #e1e7ea;
}

.tour-card__facts div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 13px 0;
}

.tour-card__facts div + div {
  padding-left: 20px;
  border-left: 1px solid #e1e7ea;
}

.tour-card__facts dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.tour-card__facts dd {
  font-size: 13px;
  font-weight: 600;
}

.tour-card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  color: var(--card-accent);
  font-size: 14px;
  font-weight: 700;
}

.tour-card__button b {
  font-family: "DM Sans", sans-serif;
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.tour-card:hover .tour-card__button b {
  transform: translateX(6px);
}

.mv-waiting {
  width: min(1120px, 100%);
  margin: 24px auto 0;
  color: #7a878e;
  font-size: 12px;
  text-align: right;
}

.landing-footer {
  padding: 44px 24px;
  color: #d8e1e4;
  background: #17242a;
  text-align: center;
}

.landing-footer p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.landing-footer small {
  display: block;
  margin-top: 7px;
  color: #99a8ae;
  font-size: 10px;
  letter-spacing: 0.06em;
}

/* =========================================================
   Tour hero
   ========================================================= */
.tour-hero {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.tour-one .tour-hero {
  background-image: url("../tour-1/img/tour1-main-pc.webp");
}

.tour-two .tour-hero {
  background-image: url("../tour-2/img/tour2-main-pc.webp");
}

.tour-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

/* ヒーロー画像4隅のキャプション */
.tour-hero__captions {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.tour-hero__caption {
  position: absolute;
  display: block;
  max-width: calc(50% - 32px);
  padding: 5px 10px;
  color: #fff;
  background: rgba(10, 20, 25, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.tour-hero__caption--top-left {
  top: 16px;
  left: 16px;
}

.tour-hero__caption--top-right {
  top: 16px;
  right: 16px;
  text-align: right;
}

.tour-hero__caption--bottom-left {
  bottom: 16px;
  left: 16px;
}

.tour-hero__caption--bottom-right {
  right: 16px;
  bottom: 16px;
  text-align: right;
}

.tour-hero__inner {
  position: relative;
  z-index: 3;
  isolation: isolate;
  width: min(620px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 38px;
  text-align: center;
}

/* ヒーロー文字部分の半透明背景 */
.tour-hero__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(var(--accent-rgb), 0.5);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.tour-hero__eyebrow {
  margin-bottom: 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.23em;
  opacity: 0.82;
}

.tour-hero__number {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #10262b;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tour-hero__title {
  max-width: none;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.tour-hero__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 27px;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tour-hero__meta span + span {
  position: relative;
  padding-left: 26px;
}

.tour-hero__meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%);
}

/* 旧注釈は4隅キャプションと重なるため非表示 */
.tour-hero__note {
  display: none;
}

/* pre.html用 */
.tour-hero--compact {
  min-height: 530px;
}

.tour-hero--compact .tour-hero__inner {
  padding: 32px 38px;
}

.tour-hero--compact .tour-hero__title {
  font-size: clamp(26px, 3vw, 34px);
}

/* =========================================================
   Tour content
   ========================================================= */
.wrap {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.text_box {
  padding: 82px 0 46px;
}

dl.program {
  display: block;
}

.program-row {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  column-gap: 36px;
}

.program-row > dt {
  margin: 0;
  padding: 22px 18px;
  color: var(--accent-dark);
  background: var(--accent-pale);
  border-top: 1px solid rgba(var(--accent-rgb), 0.22);
  
  font-weight: 700;
  line-height: 1.65;
}

.program-detail {
  min-width: 0;
  padding: 21px 4px 21px 0;
  border-top: 1px solid var(--line);
  color: #2e3b43;
}

.program-detail > dd {
  margin: 0;
}

.program-detail > dd + dd {
  margin-top: 5px;
}

.program-row:last-of-type > dt,
.program-row:last-of-type > .program-detail {
  border-bottom: 1px solid var(--line);
}

.program-detail b {
  color: #14252c;
  font-size: 1.05em;
}

dl.program > .kanko {
  margin: 72px 0 54px;
  padding: 0;
}

.tour-heading {
  margin-bottom: 54px;
}

.tour-heading h1 {
  margin: 0;
  color: var(--accent);
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
}

.tour-heading h2 {
  margin: 12px 0 30px;
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  border: 0;
}

.tour-heading p {
  margin-top: 30px;
  padding: 22px 24px;
  color: #52616a;
  background: var(--soft);
  border-left: 3px solid var(--accent);
  font-size: 13px;
}

.why,
.target {
  margin: 24px 0;
  padding: 20px;
  background: var(--accent-pale);
  border: 1px solid rgba(var(--accent-rgb), 0.25);
}

/* itinerary */
.table_nittei,
.table_outer {
  width: 100%;
  overflow: visible;
}

.table_nittei table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid var(--line-dark);
  background: #fff;
  font-size: 13px;
  line-height: 1.65;
}

.table_nittei th,
.table_nittei td {
  padding: 11px 13px;
  border: 1px solid var(--line);
  vertical-align: middle;
}

.table_nittei tr:first-child > th {
  color: #fff;
  background: #27363e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.table_nittei th[rowspan] {
  min-width: 90px;
  color: #fff;
  background: var(--accent);
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.table_nittei td[align="center"] {
  width: 145px;
  white-space: nowrap;
}

.table_nittei .bg,
.bg {
  color: var(--accent-dark);
  background: var(--accent-pale);
  font-size: 12px;
  font-weight: 600;
  text-align: left !important;
}

.table_nittei + .none,
.table_nittei ~ .none {
  margin-top: 12px;
}

ul.none {
  padding-left: 0;
  list-style: none;
  color: var(--muted);
  font-size: 12px;
}

ul.disc {
  padding-left: 1.35em;
  list-style: disc;
}

ul.list {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}

ul.list li::before {
  content: "※";
}

/* highlights */
.kanko h4 {
  position: relative;
  margin-bottom: 28px;
  padding: 0 0 16px;
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid var(--line);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  text-align: left;
}

.kanko h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background: var(--accent);
}

.kanko .flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kanko .flex + .flex {
  margin-top: 22px;
}

.kanko figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.kanko figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kanko figcaption {
  min-height: 58px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  color: #293840;
  font-size: 12px;
  font-weight: 600;
}

/* cancellation */
table.cancell {
  width: 100%;
  min-width: 700px;
  margin: 0 0 18px;
  border-collapse: collapse;
  border: 1px solid var(--line-dark);
  font-size: 13px;
}

table.cancell th,
table.cancell td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

table.cancell th {
  width: 58%;
  color: #2f3f47;
  background: #eef2f4;
  font-weight: 500;
}

table.cancell td {
  background: #fff;
}

/* application flow */
#flow {
  margin: 26px 0 94px;
  padding: 64px 54px;
  background: #f5f7f8;
  border-top: 4px solid var(--accent);
}

#flow > h2 {
  margin: 0 0 34px;
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;
  text-align: center;
}

#flow dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(25, 43, 53, 0.04);
}

#flow dt {
  display: grid;
  place-items: center;
  padding: 22px 12px;
  color: #fff;
  background: var(--accent);
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#flow dd {
  padding: 25px 28px;
}

#flow > .center {
  margin: 10px 0;
  color: var(--accent);
  font-size: 26px;
  line-height: 1;
}

.app {
  display: inline-flex;
  width: min(390px, 100%);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 28px 0 4px;
  padding: 13px 26px;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.25s ease;
}

.app:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.25);
}

/* legacy button */
.button {
  display: inline-block;
  width: min(520px, 90%);
  padding: 17px 22px;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}

.button:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

/* application / pre.html */
.application-page .wrap {
  max-width: 940px;
}

.application-page .box {
  margin: 72px 0 90px;
  padding: 44px 46px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.application-page .box > h2 {
  margin-bottom: 34px;
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.application-page .box > h3 {
  margin-bottom: 20px;
  padding: 12px 16px;
  color: var(--accent-dark);
  background: var(--accent-pale);
  border-left: 4px solid var(--accent);
  font-size: 17px;
}

.application-page .text_box {
  margin: 25px 0;
  padding: 25px 28px;
  background: #f6f8f9;
  border: 1px solid var(--line);
}

.yn_box {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(var(--accent-rgb), 0.35);
  text-align: center;
}

.yn_btn {
  margin-top: 18px;
  text-align: center;
}

.yn_btn img {
  margin: 5px 8px;
}

#bank {
  width: min(620px, 100%);
  margin: 1em 0;
  padding: 1em;
  border: 1px solid var(--line-dark);
}

/* footer */
footer#contact {
  padding: 62px 24px 30px;
  color: #cbd5d9;
  background: #1b282e;
  font-size: 100%;
  line-height: 1.8;
}

footer#contact > div {
  width: min(1000px, 100%);
  margin: 0 auto;
}

footer#contact a {
  color: #e5eff2;
}

footer#contact strong {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
}

footer#contact .f_right {
  float: right;
  width: min(320px, 38%);
  margin: 0 0 18px 28px;
  padding: 12px;
  background: #fff;
}

footer#contact .pmark {
  float: right;
  margin: 8px 0 10px 20px;
}

footer#contact .pmark img {
  width: 92px;
}

.box_kanri {
  margin: 20px 0;
  padding: 16px 18px;
  color: #b9c6cb;
  border: 1px solid #405158;
}

/* old helper blocks kept for source compatibility */
.flex { display: flex; gap: 10px; }
.flex_2 { display: flex; align-items: center; justify-content: space-between; }
.choice {
  width: min(900px, 100%);
  margin: 20px auto 32px;
  padding: 18px;
  border: 3px solid var(--accent);
  border-radius: 6px;
}
.title { color: var(--accent); font-size: 1.2em; font-weight: 700; }
.p_box { display: inline-grid; width: 70px; height: 50px; place-items: center; margin-right: 10px; color: #fff; background: var(--accent); font-weight: 700; }
.read { padding: 10px 0 1em; font-size: 90%; font-weight: 400; line-height: 1.7; text-align: justify; }
.border_b { margin-bottom: 15px; padding: 10px 0; border-bottom: 1px dashed #888; }
.photo { height: 150px; margin-left: 10px; }
.f_right { float: right; }
.f_left { float: left; }
.pmark { float: right; margin-left: 20px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  .landing-hero {
    min-height: 530px;
  }

  .tour-card-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .tour-hero {
    min-height: 470px;
    background-position: center;
  }

  .program-row {
    grid-template-columns: 185px minmax(0, 1fr);
    column-gap: 22px;
  }

  .kanko .flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #flow {
    padding: 50px 30px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }

  .for_pc { display: none !important; }
  .for_sp { display: block !important; }

  .landing-hero {
    min-height: 520px;
    padding: 90px 20px 72px;
  }

  .landing-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.06;
  }

  .landing-hero h1 span {
    display: inline-block;
    margin-top: 6px;
    -webkit-text-stroke-width: 0;
  }

  .landing-hero__lead {
    margin-top: 28px;
    font-size: 16px;
  }

  .tour-selection {
    padding: 76px 18px 84px;
  }

  .section-intro {
    margin-bottom: 38px;
  }

  .tour-card__body {
    padding: 25px 22px 28px;
  }

  .tour-card h3 {
    font-size: 25px;
  }

  .tour-card__facts {
    grid-template-columns: 1fr;
  }

  .tour-card__facts div + div {
    padding-left: 0;
    border-top: 1px solid #e1e7ea;
    border-left: 0;
  }

  .mv-waiting {
    text-align: left;
  }

  .tour-hero {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    background-position: center;
  }

  .tour-one .tour-hero {
    background-image: url("../tour-1/img/tour1-main-sp.webp");
  }

  .tour-two .tour-hero {
    background-image: url("../tour-2/img/tour2-main-sp.webp");
  }

  .tour-hero__inner,
  .tour-hero--compact .tour-hero__inner {
    width: calc(100% - 54px);
    padding: 13px 16px;
    text-align: center;
  }

  .tour-hero__inner::before {
    inset: 0;
    background: rgba(var(--accent-rgb), 0.5);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 3px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .tour-hero__eyebrow {
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.16em;
  }

  .tour-hero__number {
    margin-bottom: 6px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .tour-hero__title,
  .tour-hero--compact .tour-hero__title {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .tour-hero__meta {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 1px;
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .tour-hero__meta span + span {
    padding-left: 0;
  }

  .tour-hero__meta span + span::before {
    display: none;
  }

  .tour-hero__caption {
    max-width: calc(50% - 14px);
    padding: 3px 6px;
    font-size: 9px;
    line-height: 1.35;
  }

  .tour-hero__caption--top-left {
    top: 8px;
    left: 8px;
  }

  .tour-hero__caption--top-right {
    top: 8px;
    right: 8px;
  }

  .tour-hero__caption--bottom-left {
    bottom: 8px;
    left: 8px;
  }

  .tour-hero__caption--bottom-right {
    right: 8px;
    bottom: 8px;
  }

  .tour-hero--compact {
    min-height: 440px;
  }

  .wrap {
    width: calc(100% - 32px);
  }

  .text_box {
    padding: 54px 0 34px;
  }

  .program-row {
    display: block;
  }

  .tour-heading h2 {
    margin-bottom: 23px;
    font-size: 28px;
  }

  .tour-heading p {
    margin-bottom: 36px;
    padding: 18px;
    font-size: 12px;
  }

  .program-row > dt {
    margin-top: 18px;
    padding: 12px 14px;
    border: 0;
    border-left: 4px solid var(--accent);
  }

  .program-detail {
    padding: 14px 3px 18px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .program-row:last-of-type > dt {
    border-bottom: 0;
  }

  .table_nittei {
    position: relative;
    padding-bottom: 7px;
    overflow: visible;
  }

  .table_nittei table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 12px;
  }

  .table_nittei tr:first-child > th:nth-child(1) {
    width: 18%;
  }

  .table_nittei tr:first-child > th:nth-child(2) {
    width: 25%;
  }

  .table_nittei tr:first-child > th:nth-child(3) {
    width: 57%;
  }

  .table_nittei th[rowspan] {
    min-width: 0;
  }

  .table_nittei td[align="center"] {
    width: auto;
    white-space: normal;
  }

  .table_nittei th,
  .table_nittei td {
    padding: 9px 7px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .table_outer {
    overflow: visible;
  }

  table.cancell {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  table.cancell th,
  table.cancell td {
    width: 50%;
    padding: 10px 8px;
    overflow-wrap: anywhere;
  }

  .kanko {
    margin: 54px 0 38px;
  }

  .kanko .flex {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kanko .flex + .flex {
    margin-top: 14px;
  }

  .kanko figure {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: stretch;
  }

  .kanko figure img {
    height: 100%;
    min-height: 112px;
    aspect-ratio: auto;
  }

  .kanko figcaption {
    min-height: 112px;
  }

  #flow {
    margin-bottom: 66px;
    padding: 40px 16px;
  }

  #flow dl {
    display: block;
  }

  #flow dt {
    display: block;
    padding: 10px 14px;
    text-align: center;
  }

  #flow dd {
    padding: 20px 18px;
  }

  .app {
    width: 100%;
  }

  .application-page .box {
    margin: 54px 0 68px;
    padding: 28px 20px;
  }

  .application-page .box > h2 {
    font-size: 24px;
  }

  .application-page .text_box {
    padding: 20px 18px;
	 font-size: 90%; 
  }

  footer#contact {
    padding: 44px 18px 24px;
  }

  footer#contact .f_right,
  footer#contact .pmark {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 15px 0;
  }

  footer#contact .pmark {
    max-width: 95px;
  }
}

@media print {
  .site-nav,
  .tour-hero__note,
  .mv-waiting {
    display: none !important;
  }

  html {
    scroll-padding-top: 0;
  }

  body {
    color: #000;
    font-size: 11pt;
  }

  .tour-hero {
    min-height: auto;
    color: #000;
    background: none !important;
  }

  .tour-hero__inner {
    width: 100%;
    padding: 15mm 0 8mm;
  }

  .tour-hero__number {
    color: #000;
    border: 1px solid #000;
  }

  .wrap {
    width: 100%;
  }

  .table_nittei,
  .table_outer {
    overflow: visible;
  }

  .table_nittei table,
  table.cancell {
    min-width: 0;
  }
}

.fs-120{
	font-size: 120%!important;
	font-weight: 600;
}