.p-topContents {
  width: 100%;
  margin: auto;
}

.box_todaysmeiho {
  background: rgb(157, 146, 131);
  width: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  padding: 60px;
}

.box_todaysmeiho .btn {
  display: block;
  text-align: center;
  background: rgb(217, 212, 204);
  color: rgb(157, 146, 131);
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
}

.box_todaysmeiho .box_date {
  background: url("../img/top/bg_circle.png") center 0px / 100% no-repeat;
  width: 28vmin;
  max-width: 250px;
  color: rgb(157, 146, 131);
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-top: 30px;
}

.box_todaysmeiho .box_date p {
  text-align: center;
  font-weight: bold;
}

.box_todaysmeiho .box_date .fiscal {
  width: 50%;
  margin: 0px auto;
}

.box_todaysmeiho .box_date .year {
  font-size: 2.5vmin;
  border-bottom: 2px solid rgb(157, 146, 131);
  text-align: center;
  padding-bottom: 3px;
}

.box_todaysmeiho .box_date .season {
  font-size: 2.5vmin;
  margin-top: 5px;
}

.box_todaysmeiho .box_date .day {
  font-size: 7vmin;
  margin: 1vh auto 0px;
}

.box_todaysmeiho .box_date .day span {
  font-size: 4.5vmin;
  vertical-align: top;
}

.box_todaysmeiho .box_date .week {
  font-size: 2.5vmin;
  margin-bottom: 10px;
}

.box_todaysmeiho .box_date .update {
  font-size: 1.5vmin;
  font-weight: normal;
}

.box_todaysmeiho .box_date .btn {
  max-width: 250px;
  margin: 60px auto 0px;
  padding-right: 30px;
  background: url("../img/common/icn_arrow_b.png") right 10px center / 8px no-repeat rgb(217, 212, 204);
}

.box_todaysmeiho .box_condition {
  font-weight: bold;
  max-width: 500px;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px 40px;
  background: url("../img/top/weather_area_img1.png") center bottom / 100% no-repeat;
  padding-bottom: 80px;
}

.box_todaysmeiho .box_condition h3 {
  font-size: 2vmin;
  margin-bottom: 20px;
  width: 100%;
}

.box_todaysmeiho .box_condition dl {
  width: 70%;
  max-width: 350px;
}

.box_todaysmeiho .box_condition dd span {
  font-size: 3.2vmin;
  margin-left: 10px;
}

.box_todaysmeiho .box_condition dt {
  font-size: 3.6vmin;
  margin-bottom: 10px;
}

.box_todaysmeiho .box_condition .temp {
  font-size: 1.9vmin;
  border-bottom: 3px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 100%;
}

.box_todaysmeiho .box_condition .temp .btn {
  font-size: 1.4vmin;
  max-width: 150px;
  padding: 10px 5px 5px;
  line-height: 100%;
  font-weight: normal;
  background: none;
  border-radius: 0px;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  margin-left: 20px;
}

.box_todaysmeiho .box_condition .temp .tgToolTip {
  display: none;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: min(300px, 80vw);
}

.box_todaysmeiho .box_condition .open {
  font-size: 2.1vmin;
  margin-bottom: 10px;
}

.box_todaysmeiho .box_condition .hours {
  font-size: 2.2vmin;
}

.box_todaysmeiho .box_condition .box_weather {
  max-width: 100px;
  width: 20%;
}

.box_todaysmeiho .box_condition .box_weather .icn img {
  width: 100%;
}

.box_todaysmeiho .box_condition .box_weather .btn {
  background: rgb(255, 255, 255);
  font-size: 1.4vmin;
  margin-top: 10px;
}

.box_todaysmeiho .box_condition .topics {
  font-size: 1.8vmin;
  border-radius: 10px;
  border: 2px solid rgb(255, 255, 255);
  padding: 15px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 140%;
}

.box_todaysmeiho .box_livecamera {
  max-width: 450px;
  width: 40%;
}

.box_todaysmeiho .box_livecamera .photo {
  width: 100%;
  height: auto;
}

.box_todaysmeiho .box_livecamera .photo img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid rgb(255, 255, 255);
}

.box_todaysmeiho .box_livecamera .box_btn {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0px;
}

.box_todaysmeiho .box_livecamera .js-tabBtn {
  border-radius: 35px;
  text-align: center;
  padding: 13px 20px;
  font-size: 1.7vmin;
}

.box_todaysmeiho .box_livecamera .js-tabBtn.is-select {
  background: rgb(255, 255, 255);
  color: rgb(157, 146, 131);
  border-radius: 35px;
  text-align: center;
  padding: 13px 20px;
  font-weight: bold;
  font-size: 1.7vmin;
}

.box_event {
  width: 1000px;
  margin: 60px auto;
}

.box_event h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}

.box_event .list_bn_event {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box_event .list_bn_event li {
  width: 32%;
  margin-bottom: 20px;
}

.box_event .list_bn_event li img {
  width: 100%;
  aspect-ratio: 1 / 0.65;
  object-fit: cover;
}

.box_event .list_bn_event li p {
  margin-top: 10px;
  line-height: 160%;
  font-size: 0.92em;
}

.box_event .list_text_event {
  width: 100%;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 25px 0px 10px;
  margin-bottom: 15px;
}

.box_event .list_text_event li {
  margin-bottom: 15px;
}

.box_event .list_text_event li a {
  display: flex;
  align-items: center;
  background: url("../img/common/icn_arrow.png") 0px center / 7px no-repeat;
  padding-left: 20px;
}

.box_event .list_text_event li a .date {
  padding-right: 20px;
}

.box_event .list_text_event li .alart {
  background: rgb(157, 146, 131);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 0.84em;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.box_event .btn {
  background: url("../img/common/icn_arrow_w.png") right 10px center / 7px no-repeat rgb(157, 146, 131);
  display: inline-block;
  color: rgb(255, 255, 255);
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
}

.box_service {
  margin: 60px auto;
}

.box_service h3 {
  text-align: center;
  margin-bottom: 40px;
}

.box_service h3 img {
  margin-inline: auto;
}

.box_service .list_service {
  display: flex;
  min-width: 1000px;
  max-width: 1400px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0px;
}

.box_service .list_service li {
  width: 50%;
}

.box_service .list_service li a {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.box_service .list_service li a:hover {
  opacity: 1;
}

.box_service .list_service li picture {
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0);
}

.box_service .list_service li picture img {
  height: 100%;
  transition: 0.5s;
}

.box_service .list_service li a:hover picture img {
  transform: scale(1.2);
  opacity: 0.5;
  position: relative;
}

.box_service .list_service li a:hover picture::after {
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 1.4em;
}
.box_service .list_service li:nth-child(1) a:hover picture::after {
  content: "CAMP";
}
.box_service .list_service li:nth-child(2) a:hover picture::after {
  content: "GRACE BALM";
}
.box_service .list_service li:nth-child(3) a:hover picture::after {
  content: "ACTIVITY";
}
.box_service .list_service li:nth-child(4) a:hover picture::after {
  content: "6月1日より予約開始！";
}
.box_service .list_service li:nth-child(5) a:hover picture::after {
  content: "BBQ";
}
.box_service .list_service li:nth-child(6) a:hover picture::after {
  content: "情報発信中！";
}
.box_service .list_service li:nth-child(7) a:hover picture::after {
  content: "レンタル&売店商品紹介中!";
}
.box_service .list_service li:nth-child(8) a:hover picture::after {
  content: "よくいただく質問";
}

.box_service .list_service li .detail {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
  color: rgb(97, 76, 63);
}

.box_service .list_service li:nth-child(2),
.box_service .list_service li:nth-child(3),
.box_service .list_service li:nth-child(6),
.box_service .list_service li:nth-child(7) {
  background: rgb(250, 235, 215);
}

.box_service .list_service li h4 {
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.box_service .list_service li .eng {
  font-size: 2em;
  margin: 10px auto 20px;
  font-family: "Vollkorn SC", serif;
  letter-spacing: -1px;
  font-weight: bold;
}

.box_service .list_service li .read {
  line-height: 160%;
  font-size: 0.84em;
}

.box_link {
  margin: 60px auto;
}

.box_link h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}

.box_link .list_link {
  display: flex;
  margin: 40px auto;
  width: 1100px;
  justify-content: center;
}

.box_link .list_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(157, 146, 131);
  padding: 15px;
  border-radius: 30px;
  margin: 0px 5px;
}

.box_link .list_link a img {
  height: 20px;
  margin: 0px 20px;
}

@media screen and (max-width: 770px) {
  .box_todaysmeiho {
    padding: 20px;
    flex-wrap: wrap;
  }

  .box_todaysmeiho .btn {
    padding: 5px;
    width: 100%;
  }

  .box_todaysmeiho .box_date {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    flex-flow: wrap;
    padding: 0px;
  }

  .box_todaysmeiho .box_date .fiscal {
    background: url("../img/top/bg_circle.png") center center / 100% no-repeat;
    margin: 0px auto;
    min-height: 100px;
    max-width: none;
    padding: 5px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box_todaysmeiho .box_date .year {
    font-size: 1.1em;
    border-bottom: 2px solid rgb(157, 146, 131);
    text-align: center;
    padding-bottom: 5px;
  }

  .box_todaysmeiho .box_date .season {
    font-size: 1em;
    margin-top: 5px;
  }

  .box_todaysmeiho .box_date .today {
    margin: 0px auto;
    width: 45%;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .box_todaysmeiho .box_date .today .day {
    font-size: 2em;
    margin: 0px;
    letter-spacing: 2px;
    text-align: left;
  }

  .box_todaysmeiho .box_date .day span {
    font-size: 0.8em;
  }

  .box_todaysmeiho .box_date .week {
    font-size: 1em;
    margin: 0px 0px 0px 5px;
  }

  .box_todaysmeiho .box_date .update {
    font-size: 1em;
    font-weight: normal;
    margin-top: 5px;
  }

  .box_todaysmeiho .box_date .btn {
    width: 28%;
    margin: 0px auto;
    padding: 10px 0px 10px 10px;
    text-align: left;
    font-size: 0.84em;
    border-radius: 5px;
    letter-spacing: 0px;
  }

  .box_todaysmeiho .box_condition {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0px;
    background: none;
    padding-bottom: 0px;
  }

  .box_todaysmeiho .box_condition h3 {
    font-size: 1em;
    margin-bottom: 10px;
    width: 100%;
    line-height: 140%;
  }

  .box_todaysmeiho .box_condition dl {
    background-size: 100%;
    height: auto;
    width: 70%;
  }

  .box_todaysmeiho .box_condition dt {
    font-size: 1em;
    margin-bottom: 10px;
    border-top: 2px solid rgb(255, 255, 255);
    padding-top: 10px;
    font-weight: normal;
  }

  .box_todaysmeiho .box_condition dd span {
    font-size: 1.2em;
    margin-left: 10px;
  }

  .box_todaysmeiho .box_condition .temp {
    font-size: 1em;
    border-bottom: 2px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .box_todaysmeiho .box_condition .temp span {
    font-size: 2em;
  }

  .box_todaysmeiho .box_condition .temp .btn {
    font-size: 0.84em;
    padding: 0px 5px;
    line-height: 2.3em;
    font-weight: normal;
    background: none;
    border-radius: 0px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    margin-left: 10px;
  }

  .box_todaysmeiho .box_condition .open {
    font-size: 1em;
    margin-bottom: 10px;
  }

  .box_todaysmeiho .box_condition .hours {
    font-size: 1em;
  }

  .box_todaysmeiho .box_condition .box_weather {
    width: 25%;
  }

  .box_todaysmeiho .box_condition .box_weather .icn img {
    width: 100%;
  }

  .box_todaysmeiho .box_condition .box_weather .btn {
    background: rgb(255, 255, 255);
    font-size: 0.76em;
    margin-top: 10px;
  }

  .box_todaysmeiho .box_condition .topics {
    font-size: 0.84em;
    border-radius: 10px;
    border: 2px solid rgb(255, 255, 255);
    padding: 15px;
    font-weight: normal;
    margin-top: 20px;
    line-height: 140%;
  }

  .box_todaysmeiho .box_livecamera {
    width: 100%;
  }

  .box_todaysmeiho .box_livecamera .photo {
    width: 100%;
  }

  .box_todaysmeiho .box_livecamera .box_btn {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0px;
  }

  .box_todaysmeiho .box_livecamera .box_btn .btn,
  .box_todaysmeiho .box_livecamera .box_btn .active {
    font-size: 0.84em;
    width: 49%;
    padding: 10px;
  }

  .box_event {
    margin: 20px auto;
    width: 100%;
    padding: 20px;
  }

  .box_event h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .box_event .list_bn_event li {
    width: 48%;
    margin-bottom: 20px;
  }

  .box_event .list_bn_event li img {
    width: 100%;
  }

  .box_event .list_bn_event li p {
    margin-top: 10px;
    line-height: 160%;
    font-size: 0.92em;
  }

  .box_event .list_text_event {
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 15px 0px 5px;
  }

  .box_event .list_text_event li {
    margin-bottom: 10px;
  }

  .box_event .list_text_event li a {
    flex-wrap: wrap;
    gap: 0.25em;
    align-items: flex-start;
    background-size: 7px;
    padding-left: 15px;
    background-position: 0px 3px;
  }

  .box_event .list_text_event li a p {
    font-size: 0.84em;
    text-align: left;
    line-height: 140%;
  }

  .box_event .list_text_event li a .date {
    flex: 1 1 8em;
    padding-right: 10px;
    white-space: nowrap;
  }

  .box_event .list_text_event li a .read {
    flex: 1 1 min(400px, 100%);
  }

  .box_event .list_text_event li .alart {
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 0.76em;
  }

  .box_service {
    margin: 20px auto;
  }

  .box_service h3 {
    margin-bottom: 20px;
  }

  .box_service h3 img {
    width: 250px;
  }

  .box_service .list_service {
    display: block;
    min-width: 100%;
    width: 100%;
  }

  .box_service .list_service li {
    width: 100%;
    height: auto;
  }

  .box_service .list_service a {
    flex-direction: column;
    width: 100%;
    height: auto !important;
  }

  .box_service .list_service li picture {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .box_service .list_service li picture img {
    width: 100%;
    height: auto;
  }

  .box_service .list_service li .detail {
    width: 100%;
    display: block;
    padding: 35px;
    background: rgb(250, 235, 215);
  }

  .box_service .list_service li:nth-child(3) a,
  .box_service .list_service li:nth-child(4) a,
  .box_service .list_service li:nth-child(7) a,
  .box_service .list_service li:nth-child(8) a {
    flex-direction: column-reverse;
  }

  .box_service .list_service li h4 {
    font-weight: normal;
    text-align: center;
  }

  .box_service .list_service li .eng {
    text-align: center;
    font-size: 1.8em;
  }

  .box_service .list_service li .read {
    line-height: 160%;
    font-size: 0.84em;
  }

  .box_link {
    margin: 40px auto;
    width: 100%;
  }

  .box_link h3 {
    margin-bottom: 20px;
  }

  .box_link .list_link {
    margin: 20px auto;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box_link .list_link a {
    padding: 10px;
    margin: 10px 0px;
    width: 200px;
    text-align: center;
  }

  .box_link .list_link a img {
    height: 20px;
    margin: 0px 20px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 560px) {
  .box_todaysmeiho {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-around;
  }

  .box_todaysmeiho .box_date {
    background: url("../img/top/bg_circle.png") 0px 0px / 100% no-repeat;
    width: 30%;
    max-width: 220px;
    color: rgb(157, 146, 131);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 40px;
    flex-direction: column;
  }

  .box_todaysmeiho .box_date p {
    text-align: center;
    font-weight: bold;
  }

  .box_todaysmeiho .box_date .fiscal {
    width: 60%;
    margin: 0px auto;
    min-height: auto;
    padding: 0px;
    background: none;
  }

  .box_todaysmeiho .box_date .year {
    font-size: 1.5em;
    border-bottom: 2px solid rgb(157, 146, 131);
    text-align: center;
    padding-bottom: 5px;
  }

  .box_todaysmeiho .box_date .season {
    font-size: 1.5em;
    margin-top: 5px;
  }

  .box_todaysmeiho .box_date .today {
    width: 100%;
    display: block;
  }

  .box_todaysmeiho .box_date .today .day {
    font-size: 3em;
    margin: 15px auto 0px;
    letter-spacing: 0px;
    color: rgb(157, 146, 131);
    text-align: center;
  }

  .box_todaysmeiho .box_date .today .day span {
    font-size: 0.7em;
  }

  .box_todaysmeiho .box_date .week {
    font-size: 1em;
    margin-bottom: 20px;
    color: rgb(157, 146, 131);
    text-align: center;
  }

  .box_todaysmeiho .box_date .update {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 60px;
    color: rgb(255, 255, 255);
  }

  .box_todaysmeiho .box_date .btn {
    width: 100%;
    margin: 10px auto 0px;
    background: url("../img/common/icn_arrow_b.png") right 10px center / 8px no-repeat rgb(217, 212, 204);
  }

  .box_todaysmeiho .box_condition {
    width: 65%;
    padding: 0px;
    margin: 0px;
    background: none;
  }

  .box_todaysmeiho .box_condition h3 {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .box_todaysmeiho .box_condition dl {
    background-size: 100%;
    height: auto;
    width: 75%;
  }

  .box_todaysmeiho .box_condition dd span {
    font-size: 2.5em;
    margin-left: 10px;
  }

  .box_todaysmeiho .box_condition dt {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .box_todaysmeiho .box_condition .temp {
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .box_todaysmeiho .box_condition .temp .btn {
    font-size: 1em;
    width: 120px;
  }

  .box_todaysmeiho .box_condition .open {
    font-size: 1em;
    margin-bottom: 10px;
  }

  .box_todaysmeiho .box_condition .hours {
    font-size: 1.2em;
  }

  .box_todaysmeiho .box_condition .box_weather {
    width: 100px;
  }

  .box_todaysmeiho .box_condition .box_weather .icn img {
    width: 100px;
  }

  .box_todaysmeiho .box_condition .box_weather .btn {
    background: rgb(255, 255, 255);
    font-size: 0.84em;
    margin-top: 10px;
  }

  .box_todaysmeiho .box_condition .topics {
    font-size: 1em;
  }

  .box_todaysmeiho .box_livecamera {
    width: 100%;
    max-width: none;
    margin: 20px auto 0px;
    display: flex;
    justify-content: center;
  }

  .box_todaysmeiho .box_livecamera .photo {
    width: 70%;
    max-width: 400px;
    height: 300px;
    background: rgb(204, 204, 204);
    border-radius: 20px;
  }

  .box_todaysmeiho .box_livecamera .box_btn {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
  }

  .box_todaysmeiho .box_livecamera .box_btn .btn,
  .box_todaysmeiho .box_livecamera .box_btn .active {
    font-size: 1em;
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
  }

  .box_event {
    width: 100%;
    padding: 20px;
  }

  .box_event .list_bn_event li {
    width: 48%;
  }

  .box_event .list_text_event li a .date {
    max-width: 100px;
    padding-right: 10px;
  }

  .box_event .list_text_event li a .read {
    width: 80%;
  }

  .box_service .list_service {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .box_service .list_service li {
    width: 50%;
    height: auto;
  }

  .box_service .list_service li a {
    flex-direction: column;
    width: 100%;
    height: auto !important;
  }

  .box_service .list_service li picture {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .box_service .list_service li picture img {
    width: 100%;
    height: auto;
  }

  .box_service .list_service li .detail {
    width: 100%;
    display: block;
    padding: 35px;
    background: rgb(255, 255, 255);
  }

  .box_service .list_service li:nth-child(3) a,
  .box_service .list_service li:nth-child(4) a,
  .box_service .list_service li:nth-child(7) a,
  .box_service .list_service li:nth-child(8) a {
    flex-direction: column-reverse;
  }

  .box_service .list_service li:nth-child(2) a .detail,
  .box_service .list_service li:nth-child(3) a .detail,
  .box_service .list_service li:nth-child(6) a .detail,
  .box_service .list_service li:nth-child(7) a .detail {
    background: rgb(250, 235, 215);
  }

  .box_service .list_service li h4 {
    font-weight: normal;
    text-align: center;
  }

  .box_service .list_service li .eng {
    text-align: center;
    font-size: 1.8em;
  }

  .box_service .list_service li .read {
    line-height: 160%;
    font-size: 0.84em;
  }

  .box_link {
    margin: 40px auto;
    width: 100%;
  }

  .box_link h3 {
    margin-bottom: 20px;
  }

  .box_link .list_link {
    margin: 20px auto;
    padding: 20px;
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .box_link .list_link a {
    padding: 10px;
    margin: 10px;
    width: 30%;
    text-align: center;
  }

  .box_link .list_link a img {
    height: 20px;
    margin: 0px 20px;
  }
}

.p-topInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  width: 100%;
  background: var(--color-bg_main);
  color: var(--color-white);
  padding-block: min(9vw, 56px);
}

.p-topInfo__title {
  font-weight: 900;
  text-align: center;
  font-size: clamp(20px, 2.8vw, 28px);
  font-family: "inter", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}

.p-topInfo__grid {
  display: grid;
  grid-template-columns: 20% 1fr 40%;
  gap: 1.5rem;
  width: min(1000px, 90vw);
}

@media screen and (max-width: 767.98px) {
  .p-topInfo {
    padding-bottom: min(9vw, 56px);
  }

  .p-topInfo__grid {
    order: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 5%;
  }

  .p-topInfo__title {
    order: 1;
    margin-top: 0px;
  }

  .p-topInfoTopic {
    order: 3;
  }

  .p-topInfoTicker {
    order: 0;
  }
}

.p-topInfoWeather {
  display: flex;
  flex-direction: column;
  place-items: center;
  border-radius: 10px;
  padding: min(15px, 2vw);
  background: var(--color-white);
  color: var(--color-bg_main);
  min-height: 350px;
}

.p-topInfoWeather * {
  font-family: inter, "Helvetica Neue", Helvetica, "Noto Sans JP", "Yu Gothic", ãƒ¡ã‚¤ãƒªã‚ª, sans-serif;
  letter-spacing: 0px;
  color: rgb(121, 106, 85);
}

.p-topInfoWeather__date {
  font-size: clamp(18px, 2.4vw, 24px);
  width: 100%;
  display: grid;
  gap: 7px;
  place-items: center;
}

.p-topInfoWeather__year {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 1em;
  border-bottom: 2px solid var(--color-bg_main);
  padding-bottom: 5px;
}

.p-topInfoWeather__season {
  font-size: 0.6em;
}

.p-topInfoWeather__dayTime {
  text-align: center;
  line-height: 1.6;
}
.p-topInfoWeather__day {
  font-weight: 900;
  font-size: 1.45em;
}

.p-topInfoWeather__week {
  margin-left: 0.2rem;
  font-size: 0.7em;
}

.p-topInfoWeather__weather {
  display: flex;
  flex-direction: column;
  gap: min(8px, 1.5vw);
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-block: 10px;
}

.p-topInfoWeather__weatherImage {
  width: min(15vw, 80px);
}

.p-topInfoWeather__weatherText {
  font-weight: 500;
}

.p-topInfoWeather__update {
  font-size: 0.875em;
  letter-spacing: 0px;
  margin-block: min(5px, 0.5vw);
}

.p-topInfoWeather .p-topInfoWeather__link {
  letter-spacing: -1px;
  font-size: 0.85em;
}

@media screen and (max-width: 767.98px) {
  .p-topInfoWeather {
    flex: 0 1 40%;
    min-height: 250px;
  }

  .p-topInfoWeather__day {
    font-size: 1.5em;
  }

  .p-topInfoWeather__week {
    display: block;
    margin: auto;
    text-align: center;
  }

  .p-topInfoWeather__weather {
    flex: 1 1 0%;
  }
}

.p-topInfoConditions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-topInfoConditions__inner {
  display: grid;
  align-content: start;
  gap: 10px;
}

.p-topInfoClimate {
  display: grid;
  gap: 5px 10px;
  align-items: center;
  grid-template-columns: 2em 1fr;
  font-size: clamp(18px, 2.2vw, 24px);
}

.p-topInfoClimate__term {
  font-size: 0.75em;
  font-weight: 700;
}

.p-topInfoClimate__value {
  text-align: right;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-topInfoClimate__value span {
  font-size: min(1.3em, 5.5vw);
  margin-right: min(10px, 1vw);
}

.p-topInfoClimate__btn {
  font-size: min(0.6em, 2.5vw);
  font-weight: 500;
  max-width: 150px;
  padding: 0.5em 0.5em 0.3em;
  border-radius: 5px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.p-topInfoClimate__modal {
  display: none;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: min(300px, 80vw);
}

@media screen and (max-width: 768px) {
  .translatepress-en_US .p-topInfoClimate__value {
    font-size: 0.8em;
  }

  .p-topInfoClimate__modal {
    top: 50px;
    left: 50%;
    transform: translateX(calc(-30vw));
  }
}

@media screen and (max-width: 650px) {
  .p-topInfoClimate__modal {
    transform: translateX(calc(-40vw));
  }
}

@media screen and (max-width: 500px) {
  .p-topInfoClimate__modal {
    top: 50px;
    left: 50%;
    transform: translateX(calc(-70vw));
  }

  .p-topInfoClimate {
    grid-template-columns: 1.8em 1fr;
  }
}

.p-topInfoHours {
  display: grid;
  border-top: 2px solid var(--color-white);
  padding-top: 20px;
  gap: 10px;
  font-size: clamp(17px, 2.2vw, 22px);
}

.p-topInfoHours__row {
  display: grid;
  grid-template-columns: min(5em, 25vw) 1fr;
}

.p-topInfoHours__term {
  font-weight: 500;
  font-size: min(0.75em, 4vw);
}

.p-topInfoHours__row:first-child .p-topInfoHours__term {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: min(0.9em, 4vw);
}

.p-topInfoHours__value {
  font-size: min(1em, 3.8vw);
  text-align: right;
  font-weight: 700;
  line-height: 130%;
}

.p-topInfoConditions__text {
  border-radius: 10px;
  border: 2px solid var(--color-white);
  padding: 10px;
  font-size: min(0.875em, 3vw);
}

.p-topInfoConditions__text p {
  line-height: 1.4;
  letter-spacing: 0px;
}

.p-topInfoConditions__text.--infoRoad {
  border-radius: 10px;
  border: 2px solid var(--color-white);
  padding: min(10px, 1.5vw);
}

.p-topInfoConditions__comment::after {
  background: linear-gradient(rgba(20, 163, 151, 0), rgb(20, 166, 154));
}

.p-topInfoConditions__text .c-btn {
  bottom: 5px;
  font-size: 0.8em;
  background: var(--color-white);
  color: var(--color-green);
  margin: auto;
  padding: 0.5em;
  border-radius: 20px;
}

.p-topInfoConditions__text .c-btn::after {
  background: var(--color-text);
}

@media screen and (max-width: 767.98px) {
  .p-topInfoClimate {
    gap: 5px 1vw;
  }

  .p-topInfoClimate__row {
    gap: 1vw;
  }

  .p-topInfoClimate__row:nth-child(3) {
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  }

  .p-topInfoConditions {
    flex: 0 1 55%;
    min-width: 150px;
    width: auto;
  }

  .p-topInfoClimate__term {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 450px) {
  .p-topInfoClimate__term {
    font-size: 0.7em;
  }

  .p-topInfoClimate__term span {
    display: none;
  }
}

.p-topInfoGelande {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.p-topInfoGelande__image {
  width: 100%;
  border: 2px solid var(--color-white);
  border-radius: 10px;
}

.p-topInfoGelande .c-tab {
  display: grid;
  gap: 10px;
}

.p-topInfoGelande .c-tab__links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px 2.5%;
  flex-wrap: wrap;
}

.p-topInfoGelande .c-tab__link {
  width: 45%;
}

.p-topInfoGelande .c-tab__link .c-btn {
  width: 100%;
  background: var(--color-text);
  color: var(--color-white);
  font-size: min(0.8em, 3vw);
  padding-block: 0.6em;
  border-radius: 35px;
  font-weight: 700;
}

.p-topInfoGelande .c-tab__link .c-btn.is-select {
  background: var(--color-white);
  color: var(--color-text);
}

.p-topInfoGelande .c-tab__link:has(.c-btn.is-select)::before {
  content: "";
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid;
  display: block;
  margin: auto;
}

.p-topInfoGelande__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.p-topInfoGelande__link {
  background: var(--color-white);
  color: var(--color-text);
}

.p-topInfoGelande .c-tab__content iframe {
  margin: 0px auto;
  text-align: center;
  width: 400px;
  height: 350px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 8px;
}

@media screen and (max-width: 480px) {
  .p-topInfoGelande .c-tab__content iframe {
    width: 100%;
    height: auto;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 8px;
    aspect-ratio: 3 / 2.9;
  }
}

@media screen and (max-width: 767.98px) {
  .p-topInfoGelande {
    flex: 1 1 100%;
  }

  .p-topInfoGelande .c-tab__links {
    width: 100%;
    justify-content: center;
  }

  .p-topInfoGelande .c-tab__link {
    min-width: 10%;
  }

  .c-btn,
  .c-btn--arrow {
    border-radius: 40px;
    font-size: 0.7em;
    padding: 7px 8px 5.5px;
  }
}
