@charset "UTF-8";

/* ----------------------------------------
	variables
---------------------------------------- */
:root {
  --fw-normal: 400;
  --fw-bold: 700;
  --fw-black: 900;
  --color-main: #582bca;
  --color-main-light: #fecdea;
  --color-main-pale: #fff3fa;
  --color-main-border: #faa8d9;
  --color-main-dark: #360d9b;
  --color-pink: #f471c0;
  --color-red: #f333ad;
  --color-blue: #582bca;
  --color-yellow-light: #ffffe6;
}

/* ----------------------------------------
	reset
---------------------------------------- */
html,
body,
div,
p,
table,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
address {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------
	setting
---------------------------------------- */
body {
  background: #fdf7fc;
  color: #222;
  font-size: 20px;
  font-weight: var(--fw-normal);
  line-height: 1.85;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--color-blue);
  text-decoration: underline;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ----------------------------------------
	utilities
---------------------------------------- */
.red {
  color: var(--color-red);
}

.blue {
  color: var(--color-blue);
}

.bold {
  font-weight: var(--fw-bold) !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.small {
  font-size: 0.9em !important;
}

.smaller {
  font-size: 0.85em !important;
  line-height: 1.7 !important;
}

.large {
  font-size: 1.1em !important;
}

.w-small {
  width: 80%;
  margin: auto;
}

.box {
  padding: 8px 15px;
  background: var(--color-yellow-light);
  line-height: 1.5;
}

/* ----------------------------------------
	container / KV
---------------------------------------- */
#container {
  width: 980px;
  background: #fff;
  margin: auto;
  padding-bottom: 30px;
}

h1 {
  padding: 15px 0 20px;
  text-align: center;
  font-size: 1.8em;
  font-weight: var(--fw-black);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--color-main-dark);
  background: var(--color-pink);
  box-shadow: 0 6px 20px rgba(88, 43, 202, 0.18);
}

img {
  display: block;
  width: 100%;
}

/* ----------------------------------------
	intro message
---------------------------------------- */
#tourMsg {
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 40px 0;
  background: var(--color-main-pale);
  border-radius: 8px;
  text-align: center;
  font-size: 1.1em;
  line-height: 2;
  color: var(--color-main-dark);
}

.msg-divider {
  display: block;
  margin: 6px 0;
  font-size: 1.1em;
  color: var(--color-pink);
}

/* ----------------------------------------
	section
---------------------------------------- */
.section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  border: 1px solid var(--color-main);
  box-shadow: 0 8px 24px rgba(88, 43, 202, 0.1);
}

h1+.section {
  margin-top: 60px;
}

.no-border {
  border: none !important;
  box-shadow: none !important;
}

.no-border h3 {
  border: 1px solid var(--color-main);
  border-bottom: 0;
}

.section_inner {
  padding: 20px 30px;
}

h3 {
  padding: 10px 0;
  color: #fff;
  background: var(--color-main);
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: var(--fw-bold);
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

h3 span {
  line-height: 1.5;
}

.line {
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

/* ----------------------------------------
	tables
---------------------------------------- */
.section table {
  width: 100%;
  border: 0;
  margin-bottom: 10px;
}

.section th,
.section td {
  padding: 12px 15px;
  border: 1px solid var(--color-main);
}

.section th {
  background: var(--color-main-pale);
}


.section .price_wrap {
  overflow-x: auto;
  max-width: 100%;
}

.section .price {
  width: 1800px;
  border-collapse: collapse;
  white-space: nowrap;
  margin-bottom: 10px;
  font-feature-settings: 'palt'1;
  line-height: 1.5;
}

.section .price thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fdfdfd;
}

.section .price th:first-child {
  position: sticky;
  left: 0;
  z-index: 20;
}

.section .price th,
.section .price td {
  height: auto;
  padding: 10px 15px;
  border: 1px solid var(--color-main);
  text-align: center;
  line-height: 1.6;
}

.price .price-dep {
  background: var(--color-main-light);
  font-weight: var(--fw-bold);
  font-size: 0.9em;
}

.price .price-flight {
  font-weight: var(--fw-normal);
  background: var(--color-main-pale);
  font-size: 0.9em;
  line-height: 1.6;
}

.section table.list {
  margin: 5px auto 15px;
  border: 1px solid var(--color-main);
  font-size: 0.95em;
}

.section table.list th,
.section table.list td {
  border-bottom: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
  padding: 10px 12px;
  line-height: 1.6;
}

.section table.list td {
  background: #fff;
}



/* ----------------------------------------
	hotel
---------------------------------------- */
.hotel ul {
  display: flex;
  margin: 0 auto 10px;
}

.hotel li {
  flex: 1;
  text-align: center;
  line-height: 1.5;
}

.hotel li img {
  width: auto;
  margin: 5px auto;
  max-width: 100%;
  max-height: 250px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* ----------------------------------------
	entry / button
---------------------------------------- */
.entry {
  width: 550px;
  margin: 100px auto 0;
  padding: 15px;
  border-radius: 8px;
  background: var(--color-main-pale);
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  font-weight: var(--fw-bold);
}

.entry_start a {
  position: relative;
  display: block;
  width: 500px;
  color: #fff;
  background: var(--color-pink);
  padding: 16px 0;
  margin: 90px auto 60px;
  text-decoration: none;
  text-align: center;
  font-weight: var(--fw-bold);
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  border-radius: 100vw;
  box-shadow: 0 4px 14px rgba(244, 113, 192, 0.35);
  opacity: 1;
  transition: all 0.3s;
}

.entry_start a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}

.entry_start a:hover {
  opacity: 0.85;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(244, 113, 192, 0.45);
}

/* ----------------------------------------
	schedule
---------------------------------------- */
.schedule-wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 10px;
}

.schedule-day {
  margin-bottom: 32px;
  border: 1px solid var(--color-pink);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(88, 43, 202, 0.1);
}

.day-header {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--color-pink);
  color: var(--color-main-dark);
  padding: 14px 20px;
}

.day-date {
  font-size: 1.5em;
  font-weight: var(--fw-black);
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  min-width: 75px;
  line-height: 1.2;
}

.day-date small {
  font-size: 0.65em;
  margin-left: 3px;
}

.day-hotel {
  flex: 1;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: var(--fw-bold);
}

.day-meals {
  display: flex;
  gap: 6px;
  white-space: nowrap;
}

.day-meals .meal {
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: var(--fw-bold);
}

.day-meals .meal.ok {
  background: #fff;
  color: var(--color-main-dark);
}

.day-meals .meal.ng {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: line-through;
}

.day-content {
  padding: 20px 25px 16px;
}

.dep-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.dep-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: var(--color-main-pale);
  border: 1px solid var(--color-main-border);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.95em;
  line-height: 1.65;
}

.dep-box.highlight {
  background: var(--color-yellow-light);
}

.dep-label {
  font-weight: var(--fw-bold);
  white-space: nowrap;
  flex-shrink: 0;
}

.dep-label.dep-time {
  min-width: 110px;
}

.dep-detail {
  flex: 1;
}

.sched-flow {
  padding-left: 24px;
  border-left: 2px dotted var(--color-main-light);
  margin-left: 10px;
}

.sched-move {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.95em;
  padding: 5px 0;
  line-height: 1.6;
}

.sched-time {
  display: inline-block;
  margin: 12px 0;
  min-width: 110px;
  flex-shrink: 0;
  font-size: 18px;
}

.sched-event-row {
  display: flex;
  align-items: top;
  gap: 10px;
}

.sched-event-row .sched-event {
  flex: 1;
}

.sched-event {
  margin: 12px 0;
  padding: 14px 20px;
  background: var(--color-main-light);
  border: 1px solid var(--color-pink);
  color: var(--color-main-dark);
  font-weight: var(--fw-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
  box-shadow: 6px 6px 0 0 var(--color-pink);
}

.sched-note {
  font-size: 0.9em;
  padding: 4px 0 8px 5px;
  line-height: 1.6;
}

.event-photos {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 6px 0 8px;
}

.event-photo {
  width: 35%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}

.event-photo img {
  width: auto;
  height: 200px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
}

.with-badge {
  display: inline-block;
  background: #ffe44d;
  font-size: 0.85em;
  font-weight: var(--fw-bold);
  padding: 4px 8px;
  border-radius: 8px;
  margin: 0 4px;
  white-space: nowrap;
}

.sched-event,
.sched-move,
.sched-note,
.dep-box {
  position: relative;
}

.meal-tag {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.6;
}

.meal-tag.ok {
  color: var(--color-main);
  background: #fff;
  border: 1px solid var(--color-pink);
}

.meal-tag.ng {
  color: #90aac8;
  background: #f0f6ff;
  border: 1px solid #c8dff0;
  text-decoration: line-through;
}