ttl-block@charset "UTF-8";
* {
  font-family: Yu Mincho, "游明朝", "游明朝体", "Noto Serif JP" , serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: none;
  outline: none;
}

.header {
  position: relative;
  z-index: 100;font-size: 12px;
  background: #fff;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* img {
  max-width: 100%;
}

h2{
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  color: #ffffff;
}
.b-problems h2 {
  color: #3b3b3b;
}
.b-highlights h2{
  color: #3b3b3b;
}

@media (max-width: 768px) {
  h2{
  font-size: 20px;
  }
  .sp_no{
    display: none;
  }
}

/* ローディングアニメーション */
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 35%;
}
/*▲▲ ここまで追加する ▲▲*/
.loader,
.loader:before,
.loader:after {
  background: #5e5e5e;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #5e5e5e;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 5px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}



/* ヘッダースライダー */
#slider {
  width: 100%;
  height: 75vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
@media (max-width: 768px) {
  #slider {
    height: 75vh;
  }
}

.tabix{
  font-size: 1.9vw;
  font-weight: 100;
  margin-right: 5px;
}
.nen{
  color: red;
  font-size: 3.5vw;
  margin-right: 5px;
}

.block01{
  position: relative;
  height: 550px;
}
@media (max-width: 768px) {
  .block01{
  height: 450px;
}
}

.main__title--title{
  position: absolute;
  color: #fff;
  font-size: 32px;
  top: 20%;
  left: 5.5%;
  font-weight: 900;
  border: solid 1px;
  padding: 60px 43px 40px;
  border-radius: 5px;
}
.main__title--text{
  position: absolute;
  color: #fff;
  font-size: 2vw;
  top: 25%;
  left: 9%;
  font-weight: 300;
}
.main__text{
  position: absolute;
  color: #fff;
  font-size: 15px!important;
  top: 38%;
  left: 9%;
  font-weight: 200;
}



.official_link{
  color: #0000c9;
  text-decoration: underline;
  font-size: 120%;
  transition: 0.5s;
  margin-left: 10px;
}
.official_link:hover{
   color: rgb(152, 152, 255)!important;
}

.intro-right.pc_no{
  margin-top: 20px;
}


.main__text{
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo1.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0; 
  text-indent: -9999px;
}


/* ----------------------------------------------------
   Base
---------------------------------------------------- */
body.b-body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0f172a;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

/* Fade-in animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------
   Header
---------------------------------------------------- */
.b-header {
  position: fixed;
  width: 100%;
  z-index: 50;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.b-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.b-header__logo-icon {
  width: 40px;
  height: 40px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.b-header__logo-text {
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
}
.b-header__brand {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
.b-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .b-header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.b-header__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #fff;
}
.b-header__cta {
  background: #f97316;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  transition: 0.2s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.b-header__cta:hover {
  background: #ea580c;
  transform: scale(1.05);
}

/* Header scroll state (JSで付与) */
.bg-white {
  background: #fff !important;
}
.shadow-md {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

/* ----------------------------------------------------
   Hero
---------------------------------------------------- */
.b-hero {
  position: relative;
  height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)),
    url('https://images.unsplash.com/photo-1505228395891-9a51e7e86bf6?auto=format&fit=crop&q=80&w=2000');
  background-size: cover;
  background-position: center;
}
.block01{
  position: relative;
}


.b-hero__content {
  text-align: center;
  /* max-width: 900px; */
  padding: 0 1rem;
  top: 10%;
 position: absolute;
  left: 50%; 
  transform: translateX(-50%);
  z-index: 10;
  width: 900px;
}

@media (max-width: 768px) {
 .b-hero__content {
  top: 15%;
  }
}


.b-hero__badge {
  color: #ffffff;
  display: inline-block;
  background: #f97316;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.b-hero__title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.3;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
@media (min-width: 768px) {
  .b-hero__title {
    font-size: 6rem;
  }
}
.b-hero__title-highlight {
  color: #fb923c;
}

.b-hero__lead {
    color: #ffffff;
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
  text-align: center;
}
@media (min-width: 768px) {
  .b-hero__lead {
    font-size: 1.5rem;
  }
}

.b-hero__cta {
  background: #f97316;
  padding: 1.5rem 10rem;
  border-radius: 9999px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: 0.2s;
}
@media (max-width: 768px) {
.b-hero__cta {

    padding: 1rem 4rem;
    font-size: 1.5rem;
}
}


.b-hero__cta:hover {
  background: #ea580c;
  transform: translateY(-3px);
}

.b-hero__scroll {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
  animation: bounce 1.5s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -10px); }
}

/* Floating balloons */
.b-hero__float-area {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.b-hero__float {
  position: absolute;
  border-radius: 9999px;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(2deg); }
}
.b-hero__float--blue {
  top: 25%;
  left: 10%;
  width: 48px;
  height: 64px;
  background: #60a5fa;
}
.b-hero__float--orange {
  top: 33%;
  right: 20%;
  width: 64px;
  height: 80px;
  background: #fb923c;
}
.b-hero__float--red {
  bottom: 25%;
  left: 33%;
  width: 40px;
  height: 56px;
  background: #f87171;
}
.b-hero__scroll-icon { 
  width: 40px; height: 40px; 
  color: #ffffff;
}

/* ----------------------------------------------------
   Problems
---------------------------------------------------- */
.b-problems {
  padding: 9rem 0;
  background: #f8fafc;
}
.b-problems__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.b-problems__title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
.b-problems__title {
  font-size: 2.5rem;
  margin-bottom: 5rem;
}
}
@media (min-width: 768px) {
  .b-problems__title {
    font-size: 4rem;
  }
}
.b-problems__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .b-problems__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.b-problems__card {
  background: #fff;
  padding: 4rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.b-problems__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;   /* アイコンを縮小して収める */
    background-repeat: no-repeat;
    background-position: center;
}
.b-problems__icon.train {
    background-image: url("../img/train.png");
}
.b-problems__icon.hotel {
    background-image: url("../img/hotel.png");
}
.b-problems__icon.time {
    background-image: url("../img/time.png");
}
.b-problems__card-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.b-problems__card-text {
  color: #64748b;
  font-size: 1.5rem;
  line-height: 1.7;
}

/* ----------------------------------------------------
   Highlights
---------------------------------------------------- */
.b-highlights {
  padding: 9rem 0;
  background: #fff;
}
.b-highlights__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.b-highlights__header {
  text-align: center;
  margin-bottom: 4rem;
}
.b-highlights__label {
  color: #f97316;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.b-highlights__title {
  font-size: 2.5rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .b-highlights__title {
    font-size: 4rem;
  }
}
.b-highlights__list {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .b-highlights__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.b-highlights__image-wrap {
  position: relative;
  height: 35rem;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  margin-bottom: 1.5rem;
}
.b-highlights__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-highlights__image-wrap {
  overflow: hidden;          /* 拡大時にはみ出さないように */
  position: relative;
}

.b-highlights__image {
  transition: transform 0.8s cubic-bezier(.25,.46,.45,.94); /* アニメーションの滑らかさ */
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1); /* 初期状態を明示 */
}

.b-highlights__image-wrap:hover .b-highlights__image {
  transform: scale(1.1);     /* ホバー時に拡大 */
}

.b-highlights__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.b-highlights__badge--orange { background: #f97316; }
.b-highlights__badge--blue { background: #1e3a8a; }
.b-highlights__badge--green { background: #16a34a; }

.b-highlights__card-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.b-highlights__card-text {
  color: #64748b;
  line-height: 1.7;
}

/* ----------------------------------------------------
   Schedule
---------------------------------------------------- */
/* .schedule-tabs {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.schedule-tab {
  padding: 8px 20px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.2s;
}

.schedule-tab:hover {
  background: #eaeaea;
}

.schedule-tab.active {
  background: #0078d4;
  color: #fff;
  border-color: #0078d4;
} */

.schedule-tabs {
  display: flex;
  gap: 24px;
  margin: 20px 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px;
}
.b-schedule__label {
  font-weight: 700;
  color: #fb923c;
  min-width: 80px;
  font-size: 1.5rem;
  text-align: center;
}

.schedule-tab {
  position: relative;
  padding: 8px 4px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}

.schedule-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: #0078d4;
  transition: width 0.25s ease;
}

.schedule-tab:hover::after {
  width: 100%;
}

.schedule-tab.active {
  color: #0078d4;
}

.schedule-tab.active::after {
  width: 100%;
}



.schedule-content {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.schedule-content.is-hidden {
  display: none;
}

.schedule-content.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
}



.b-schedule {
  padding: 9rem 0;
  background: #0f172a;
  color: #fff;
}
.b-schedule__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.b-schedule__header {
  text-align: center;
  margin-bottom: 4rem;
}
.b-schedule__title {
  font-size: 3.5rem;
  font-weight: 900;
}
.b-schedule__note {
  color: #94a3b8;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.b-schedule__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.b-schedule__item {
  display: flex;
  gap: 1.5rem;
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.b-schedule__time {
  width: 23rem;
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
}
.b-schedule__time--orange { color: #fb923c; }
.b-schedule__time--blue { color: #60a5fa; }
.b-schedule__time--yellow { color: #facc15; }
.b-schedule__time--indigo { color: #818cf8; }

.b-schedule__item-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.b-schedule__item-text {
  color: #94a3b8;
  font-size: 1.5rem;
}

/* ----------------------------------------------------
   Timeline
---------------------------------------------------- */
.b-timeline {
  padding: 9rem 0;
  background: #fff;
}
.b-timeline__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.b-timeline__title {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 4rem;
}
.b-timeline__line {
  position: relative;
  padding-left: 2rem;
}
.b-timeline__line::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
}
@media (min-width: 768px) {
  .b-timeline__line {
    padding-left: 0;
  }
  .b-timeline__line::before {
    left: 50%;
  }
}

.b-timeline__item {
  position: relative;
  margin-bottom: 4rem;
}
.b-timeline__content {
  max-width: 350px;
}
.b-timeline__content--left {
  text-align: right;
  margin-right: auto;
}
.b-timeline__content--right {
  margin-left: auto;
}
.b-timeline__day {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.b-timeline__day--blue { background: #1e3a8a; }
.b-timeline__day--orange { background: #f97316; }

.b-timeline__item-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .b-timeline__item {
  margin-left: 1rem;
}
  .b-timeline__item-title {
  font-size: 2.2rem;
}
}


.b-timeline__item-text {
  color: #64748b;
  font-size: 1.5rem;
  line-height: 1.7;
}
.b-timeline__item-text--highlight {
  color: #f97316;
  font-weight: 700;
}

.b-timeline__node {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  background: #fff;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
@media (min-width: 768px) {
  .b-timeline__node {
    left: 50%;
  }
}
.b-timeline__node--blue { border-color: #1e3a8a; }
.b-timeline__node--orange { border-color: #f97316; }
.b-timeline__node-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.b-timeline__node--blue .b-timeline__node-dot { background: #1e3a8a; }
.b-timeline__node--orange .b-timeline__node-dot { background: #f97316; }

.b-timeline__box {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  max-width: 350px;
  margin-top: 2rem;
}
.b-timeline__box--right {
  margin-left: auto;
}
.b-timeline__box--left {
  margin-right: auto;
}
.b-timeline__box-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.b-timeline__box-label--blue { color: #1e3a8a; }

/* ----------------------------------------------------
   Booking
---------------------------------------------------- */
.b-booking {
  padding: 9rem 0;
  background: #1e3a8a;
  color: #fff;
}
.b-booking__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.b-booking__grid {
  display: grid;
  gap: 4rem;
}
@media (min-width: 768px) {
  .b-booking__title {
    font-size: 4rem;
  }
}

.b-booking__lead {
color: #bfdbfe;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    line-height: 1.7;
    margin-top: 3rem;
    text-align: center;
}

.b-booking__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.b-booking__detail-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.b-booking__detail-label {
  font-weight: 700;
  color: #fb923c;
  min-width: 80px;
}

.b-booking__price {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}
.b-booking__price-note {
  font-size: 2.5rem;
  opacity: 0.8;
}

.b-booking__note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.7;
  margin-top: 2rem;
  font-size: 1.5rem;
}
.b-booking__note-icon {
  width: 20px;
  height: 20px;
}

/* ------------------------------
   Booking Form
------------------------------ */
.b-booking__form {
  background: #fff;
  color: #0f172a;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
@media (min-width: 768px) {
  .b-booking__form {
    padding: 3rem;
  }
}

.b-booking__form-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 2rem;
}

.b-booking__field {
  margin-bottom: 1.5rem;
}

.b-booking__label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.5rem;
  display: block;
}

/* Date options */
.b-booking__date-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.b-booking__date-option {
  cursor: pointer;
}

.b-booking__date-input {
  display: none;
}

.b-booking__date-box {
  text-align: center;
  padding: 0.75rem 0;
  border-radius: 1rem;
  border: 2px solid #e2e8f0;
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.2s;
}

.b-booking__date-input:checked + .b-booking__date-box {
  border-color: #f97316;
  background: #fff7ed;
  color: #c2410c;
}

.b-booking__date-sub {
  font-size: 1.5rem;
  font-weight: 400;
}

/* Adults / Children */
.b-booking__field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.b-booking__select {
  width: 100%;
  padding: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  font-weight: 700;
  outline: none;
  transition: 0.2s;
}
.b-booking__select:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249,115,22,0.3);
}

/* Total price */
.b-booking__total {
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  margin-top: 1rem;
}

.b-booking__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.b-booking__total-price {
  font-size: 2.5rem;
  font-weight: 900;
  color: #f97316;
  margin-bottom: 1.5rem;
}
.b-booking__total-price-wrap {
  min-height: 1.2em;
  display: inline-block;
  transition: opacity 0.3s ease;
  opacity: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Inputs */
.b-booking__inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.b-booking__input {
  width: 100%;
  padding: 1rem;
  background: #f1f5f9;
  border: none;
  border-radius: 1rem;
  outline: none;
  transition: 0.2s;
}
.b-booking__input:focus {
  box-shadow: 0 0 0 3px rgba(59,130,246,0.3);
}

.b-booking__total-price {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.b-booking__total-price.fade-out {
  opacity: 0;
}

.b-booking__total-price.fade-in {
  opacity: 1;
}


/* Submit */
.b-booking__submit {
 width: 100%;
  background: #f97316;
  color: #fff;
  padding: 1.25rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
  display: inline-block;
  text-align: center;
}
.b-booking__submit:hover {
  background: #ea580c;
  transform: translateY(-3px);
}
.b-booking__submit:active {
  transform: translateY(0);
}

/* ----------------------------------------------------
   Footer
---------------------------------------------------- */
.footer-sec-title {
    color: #434343;
}
.footer-menus-title {
  color: #434343;
}
.footer-menus-title {
   color: #434343;
}

.b-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.b-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.b-footer__logo {
  width: 48px;
  height: 48px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.b-footer__logo-text {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
}

.b-footer__brand-name {
  font-weight: 700;
  font-size: 1.25rem;
}

.b-footer__text {
  color: #cbd5e1;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.b-footer__copy {
  font-size: 0.75rem;
  opacity: 0.6;
}
/* FAQ 全体 */
.faq {
  padding: 40px 0;
}
.faq h2{
  color: #3b3b3b
}
.faq__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.b-faq__header {
  text-align: center;
  margin-bottom: 4rem;
}
.b-faq__label {
  color: #f97316;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .faq__title {
  font-size: 4rem;
}
}
.faq__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* FAQリスト */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 各項目 */
.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  overflow: hidden;
}

/* 質問部分 */
.faq-question {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

/* 質問の右側に＋／−アイコン */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* 回答部分（デフォルト非表示） */
.faq-answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* 開いた状態 */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question::after {
  content: "−";
}
