@charset "UTF-8";

/* --------------------------------
   HERO
 -------------------------------- */
.p-topHero__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-topHero__text h1 img {
  width: 100%;
  height: auto;
}

/* --------------------------------
   snow land
 -------------------------------- */

.p-kids__snowlandWrap {
  margin-top: 20px;
  margin-bottom: 60px;
}

.p-kids__snowlandWrap .l-containar {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: min(100%, 1200px);
}

.p-kids__snowlandRead {
  width: 500px;
}

.p-kids__snowlandRead figure {
  display: block;
  max-width: 417px;
  width: 90%;
}

.p-kids__snowlandRead figure img {
  width: 100%;
  height: auto;
}

.p-kids__snowlandTitle {
  padding-top: 20px;
  padding-left: 40px;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-green);
}

.p-kids__snowlandText {
  padding-top: 20px;
  padding-left: 40px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-kids__snowlandWrap .p-priceBtn {
  margin-left: 40px;
  position: relative;
  padding-inline: 60px;
  padding-block: 15px;
}

.p-kids__snowlandWrap .p-priceBtn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/kids/map-icon.svg) no-repeat center center / cover;
}
.p-kids__snowlandIllust {
  width: 530px;
  margin-left: auto;
  display: block;
}

.p-kids__snowlandIllust img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-kids__snowlandWrap {
    margin-bottom: 40px;
  }

  .p-kids__snowlandWrap .l-containar {
    flex-direction: column;
    gap: 0;
  }

  .p-kids__snowlandIllust {
    width: 100%;
    margin-inline: auto;
    display: none;
  }

  .p-kids__snowlandRead {
    width: 100%;
  }

  .p-kids__snowlandTitle {
    font-size: 1.8rem;
    padding-left: 0;
    text-align: center;
  }

  .p-kids__snowlandRead figure {
    width: 100%;
  }

  .p-kids__snowlandRead figure img {
    width: 100%;
  }

  .p-kids__snowlandText {
    padding-left: 0;
    text-align: center;
  }

  .p-kids__snowlandWrap .p-priceBtn {
    margin-inline: auto;
  }
}

/* --------------------------------
   Today's MEIHO
 -------------------------------- */

.p-kids__todaysWrap {
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 60px;
}

.p-kids__todaysTitle {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-green);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.p-kids__todaysTitle::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/kids/fukuro.png) no-repeat center center / cover;
}

.p-kids__todaysTitle::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/kids/hitsuji.png) no-repeat center center / cover;
}

.p-kids__todaysGrid {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 40px;
}

.p-kids__todaysLeft {
  width: 200px;
  aspect-ratio: 1 / 1;
  background: var(--color-green);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  flex-shrink: 0;
}

.p-kids__todaysDate {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 80%;
}

.p-kids__todaysYear {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  border-bottom: 2px solid var(--color-white);
  display: block;
}

.p-kids__todaysSeason {
  font-size: 0.8em;
}

.p-kids__todaysDayTime {
  margin-top: 10px;
}

.p-kids__todaysDay {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1;
}

.p-kids__todaysWeek {
  margin-left: 0.2rem;
  font-size: 1em;
}

.p-kids__todaysUpdate {
  font-size: 0.8em;
  margin-top: 10px;
}

.p-kids__todaysRight {
  border: var(--color-green) 2px solid;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding: 20px;
  color: var(--color-brown);
  flex: 1;
}

.p-kids__todaysRight .data_temperature {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 100%;
  flex-shrink: 0;
}

.p-kids__todaysRight .temperature {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.p-kids__todaysRight .temperature dt {
  font-size: 1.125em;
  font-weight: 400;
}

.p-kids__todaysRight .temperature dd {
  font-size: 2em;
  font-weight: 600;
  margin-left: auto;
}

.p-kids__todaysRight .temperature dd span {
  font-size: 0.75em;
}

.p-kids__todaysRight .weather {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  font-size: 1.125em;
  font-weight: 600;
  padding: 10px;
  width: 100%;
  height: 50%;
}

.p-kids__todaysRight .weather i {
  width: 48px;
  height: 48px;
}

.p-kids__todaysRight .weather i img {
  width: 100%;
  height: auto;
}

.p-kids__todaysRight .business {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  border-left: 1px solid #000;
  flex: 1;
}

.p-kids__todaysRight .status {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  padding-block: 10px;
  border-bottom: 1px solid #000;
  line-height: 1;
}

.p-kids__todaysRight .status dt {
  font-size: clamp(1.2em, 1.4em, 1.4vw);
  font-weight: 400;
}

.p-kids__todaysRight .status dd {
  font-size: clamp(1.5em, 1.8em, 1.8vw);
  font-weight: 600;
  margin-left: auto;
}

.p-kids__todaysRight .time {
  width: 100%;
  height: 36%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 10px;
  gap: 0 10px;
  border-bottom: 1px solid #000;
}

.p-kids__todaysRight .time dt {
  font-size: clamp(1em, 1.125em, 1.125vw);
  font-weight: 400;
}

.p-kids__todaysRight .time dd {
  font-size: clamp(1em, 1.1375em, 1.375vw);
  font-weight: 600;
  margin-left: auto;
}

.p-kids__todaysRight .time dd .sp {
  display: none;
}

.p-kids__todaysRight .escalator {
  width: 100%;
  height: 33%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 10px;
  gap: 0 10px;
}

.p-kids__todaysRight .escalator dt {
  font-size: clamp(1em, 1.125em, 1.125vw);
  font-weight: 400;
}

.p-kids__todaysRight .escalator dd {
  font-size: clamp(1em, 1.3em, 1.3vw);
  font-weight: 600;
  margin-left: auto;
  line-height: 1;
}

.p-kids__topic .inner {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
  padding: 20px;
  border-radius: 20px;
  background: url(../img/kids/bg_lightblue.png);
}

.p-kids__topicImage {
  width: 320px;
  border: 4px solid var(--color-white);
  border-radius: 10px;
}

.p-kids__topicImage img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-kids__topicText {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-kids__topicDate {
  margin-top: auto;
  margin-left: auto;
  font-size: 0.75rem;
  color: #888;
}

@media screen and (max-width: 768px) {
  .p-kids__todaysRight {
    flex-direction: column;
  }

  .p-kids__todaysRight .data_temperature {
    flex-direction: row;
    width: 100%;
    height: 30%;
  }

  .p-kids__todaysRight .temperature {
    border-bottom: none;
    border-right: 1px solid #000;
    padding-inline: 20px;
  }

  .p-kids__todaysRight .temperature dt {
    font-size: 1em;
  }

  .p-kids__todaysRight .temperature dd {
    font-size: 1.4em;
  }

  .p-kids__todaysRight .weather {
    padding-inline: 20px;
  }

  .p-kids__todaysRight .business {
    width: 100%;
    height: 70%;
    border-top: 1px solid #000;
    border-left: none;
    padding-top: 10px;
    padding-left: 0;
  }

  .p-kids__todaysRight .status {
    height: 50%;
    width: 100%;
    padding-inline: 20px;
    padding-block: 0;
    border-bottom: 0;
  }

  .p-kids__todaysRight .status dt {
    font-size: 1.125em;
  }

  .p-kids__todaysRight .status dd {
    font-size: 1.8em;
  }

  .p-kids__todaysRight .time {
    height: 50%;
    width: 100%;
    padding-inline: 20px;
  }

  .p-kids__todaysRight .time dt {
    font-size: 1em;
  }

  .p-kids__todaysRight .time dd {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 480px) {
  .p-kids__todaysTitle {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-inline: 10px;
  }

  .p-kids__todaysTitle::before {
    width: 60px;
    height: 60px;
  }

  .p-kids__todaysTitle::after {
    width: 60px;
    height: 60px;
  }

  .p-kids__todaysGrid {
    gap: 0 10px;
    margin-bottom: 20px;
  }

  .p-kids__todaysLeft {
    width: 30%;
    border-radius: 10px;
  }

  .p-kids__todaysYear {
    font-size: 1.3em;
  }

  .p-kids__todaysDay {
    font-size: 1.8em;
  }

  .p-kids__todaysUpdate {
    font-size: 0.6em;
  }

  .p-kids__todaysRight {
    padding: 10px;
    border-radius: 10px;
  }

  .p-kids__todaysRight .data_temperature {
    height: 30%;
  }

  .p-kids__todaysRight .temperature {
    padding-inline: 5px;
    align-items: center;
    gap: 0 5px;
  }

  .p-kids__todaysRight .temperature dt {
    font-size: 0.7em;
    line-height: 1;
  }

  .p-kids__todaysRight .temperature dd {
    margin-left: 0;
  }

  .p-kids__todaysRight .temperature dd span {
    font-size: 0.7em;
  }

  .p-kids__todaysRight .weather {
    padding-inline: 5px;
    align-items: center;
    font-size: 0.7em;
  }

  .p-kids__todaysRight .weather i {
    width: 25px;
    height: 25px;
  }

  .p-kids__todaysRight .status {
    padding-inline: 0;
    height: 30%;
  }

  .p-kids__todaysRight .status dt {
    font-size: 0.725em;
  }

  .p-kids__todaysRight .status dd {
    font-size: 1.2em;
  }

  .p-kids__todaysRight .time {
    padding-inline: 0;
    padding-block: 0;
    height: 40%;
    border-bottom: none;
  }

  .p-kids__todaysRight .time dt {
    font-size: 0.725em;
  }

  .p-kids__todaysRight .time dd {
    font-size: 0.87em;
    line-height: 1.2;
  }

  .p-kids__todaysRight .time span {
    display: none;
  }

  .p-kids__todaysRight .time dd .sp {
    display: block;
  }

  .p-kids__todaysRight .escalator {
    padding-inline: 0;
    padding-block: 0;
    height: 30%;
  }

  .p-kids__todaysRight .escalator dt {
    font-size: 0.725em;
  }

  .p-kids__todaysRight .escalator dd {
    font-size: 1em;
  }

  .p-kids__topic .inner {
    flex-direction: column;
    gap: 20px 0;
    border-radius: 10px;
  }

  .p-kids__topicImage {
    width: 100%;
  }

  .p-kids__topicText {
    gap: 10px 0;
  }

  .p-kids__topicComment {
    font-size: 0.8em;
  }
}

/* --------------------------------
   入場料　無料レンタル
 -------------------------------- */

.p-kids__text {
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 600;
}

.p-kids__text span {
  font-size: 0.8em;
}

.p-kids__content01 p + p {
  margin-top: 20px;
}

.p-kids__content01 + .p-kids__content01 {
  margin-top: 40px;
}

.p-kids__content01 .p-priceText {
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .p-kids__text {
    font-size: 1em;
  }

  .p-kids__content01 p + p {
    margin-top: 10px;
  }
}

/* --------------------------------
   ステラハウス休憩所 BURTON KID'S RIGLET PARK
 -------------------------------- */

.p-kids__content01Grid {
  display: flex;
  justify-content: flex-start;
  gap: 20px 40px;
}

.p-kids__content01Left {
  width: 540px;
  display: flex;
  flex-direction: column;
}

.p-kids__content01Left figure {
  margin-top: auto;
  margin-inline: auto;
}

.p-kids__content01Right {
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.p-kids__content01Right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .p-kids__content01Grid {
    flex-direction: column;
  }

  .p-kids__content01Left {
    width: 100%;
  }

  .p-kids__content01Right {
    width: 100%;
  }

  .p-kids__content01Left figure {
    margin-top: 20px;
    width: 60%;
    margin-inline: auto;
  }

  .p-kids__content01Left figure img {
    width: 100%;
    height: auto;
  }
}

/* --------------------------------
   キッズルームとキッズランド
 -------------------------------- */

.p-kids__content02 {
  margin-top: 60px;
}

.p-kids__content02Title {
  text-align: center;
  font-size: 1.75em;
  font-weight: 600;
}

.p-kids__content02Title span {
  padding-inline: 40px;
  position: relative;
  display: inline-block;
}

.p-kids__content02Title span::before,
.p-kids__content02Title span::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  transform: rotate(-20deg);
  position: absolute;
  top: 0;
  left: 20px;
}

.p-kids__content02Title span::after {
  transform: rotate(20deg);
  right: 20px;
  left: auto;
}

.p-kids__content02 .l-containar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.-bgStriped__pink {
  background: url(../img/kids/bg_pink.png) repeat-y;
}

.-bgStriped__green {
  background: url(../img/kids/bg_lightblue.png) repeat-y;
}

.-bgStriped__yel {
  background: url(../img/kids/bg_yellow.png) repeat-y;
}

.p-kids__block {
  padding: 40px;
  gap: 40px;
  color: var(--color-brown);
  border-radius: 20px;
}

.p-kids__blockGrid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.p-kids__blockTitle {
  width: 300px;
  aspect-ratio: 1.19 / 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.75em;
  font-weight: 700;
}

.p-kids__blockTitle span {
  font-size: 0.6em;
  display: block;
  margin-top: 10px;
}

.p-kids__blockTitle.-yel {
  background: url(../img/kids/kidsroom.png) no-repeat center / cover;
}

.p-kids__blockTitle.-pink {
  background: url(../img/kids/kidsland.png) no-repeat center / cover;
  color: var(--color-white);
}

.p-kids__blockText {
  width: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}

.p-kids__blockText h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-access__title02 {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 40px;
  background-color: #4fbbb9;
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 600;
}

.p-kids__blockInfo {
  font-size: 1em;
}

.p-kids__blockInfo {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-kids__blockInfo div {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}

.p-kids__blockInfo div dt {
  font-weight: 400;
  width: 100px;
}

.p-kids__blockInfo div dd {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .p-kids__blockTitle {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
  .p-kids__content02 .l-containar {
    gap: 20px 0;
  }

  .p-kids__content02Title {
    font-size: 1em;
  }

  .p-kids__block {
    padding: 20px;
    border-radius: 10px;
  }

  .p-kids__blockGrid {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .p-kids__blockTitle {
    width: 80%;
    font-size: 6vw;
  }

  .p-kids__blockText {
    width: 100%;
  }

  .p-kids__blockInfo {
    font-size: 0.8em;
  }

  .p-kids__blockInfo div dt {
    width: 80px;
  }

  .p-kids__blockInfo div dd {
    width: calc(100% - 100px);
  }

  .p-kids__blockText h3 {
    font-size: 1.25rem;
  }
}
