/* Base
------------------------------------- */
/* Utilities
------------------------------------- */
@media screen and (max-width: 480px) {
  .only_pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .only_sp {
    display: none;
  }
}
#top_30th * {
  box-sizing: border-box;
}
#top_30th img {
  width: 100%;
  vertical-align: bottom;
}
#top_30th > .main {
  position: relative;
  z-index: 1;
  padding: 60px 30px 214px;
  background: url(/30th/content/wp-content/themes/whiteboard/assets/top_30th/img/bg_sky.jpg) center top/cover;
  overflow: hidden;
}
#top_30th > .main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1200px) {
  #top_30th > .main {
    padding: 5vw 2.5vw 17.833vw;
  }
  #top_30th > .main::after {
    height: 25vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .main {
    padding: 5.333vw 5.333vw 26.666vw;
  }
  #top_30th > .main::after {
    height: 26.666vw;
  }
}
#top_30th > .main > .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1200px;
}
#top_30th > .main > .inner > .catch {
  margin: 0 -30px 40px;
  line-height: 1.75;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
#top_30th > .main > .inner > .catch b {
  font-size: 24px;
  font-weight: normal;
}
#top_30th > .main > .inner > .catch span {
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  #top_30th > .main > .inner > .catch {
    margin: 0 -2.5vw 3.333vw;
    font-size: 2.833vw;
  }
  #top_30th > .main > .inner > .catch b {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .catch {
    margin: 0 -5.334vw 5.333vw;
    font-size: 5.333vw;
    letter-spacing: -0.04em;
  }
  #top_30th > .main > .inner > .catch b {
    font-size: 4.266vw;
  }
}
#top_30th > .main > .inner > .howto {
  margin: 60px auto 80px;
  padding: 0 20px;
  max-width: 600px;
}
#top_30th > .main > .inner > .banner {
  margin-bottom: 60px;
  position: relative;
  background: #fff;
}
#top_30th > .main > .inner > .banner:hover {
  background: #ffffff;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #top_30th > .main > .inner > .banner {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .banner {
    margin: 0 -25vw 8vw;
  }
}
#top_30th > .main > .inner > .banner .closed {
  position: absolute;
  bottom: 1.5em;
  left: 75.6%;
  transform: translate(-50%, 0) rotate(-3deg);
  padding: 0.2em 1em;
  background-color: rgba(170, 0, 0, 0.9);
  color: white;
  font-size: 26px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #top_30th > .main > .inner > .banner .closed {
    font-size: 1.833vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .banner .closed {
    font-size: 4.266vw;
    left: 59%;
    bottom: 1em;
  }
}
#top_30th > .main > .inner > .highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights {
    display: block;
    gap: 0;
  }
}
#top_30th > .main > .inner > .highlights > .item {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  margin-bottom: 1.875em;
  padding: 0 1.25em 1.25em;
  width: 31.666%;
  min-height: 32.75em;
  background: #ffffff;
  font-size: 16px;
}
#top_30th > .main > .inner > .highlights > .item_twice {
  width: 65.833%;
}
@media screen and (max-width: 1200px) {
  #top_30th > .main > .inner > .highlights > .item {
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item {
    margin-bottom: 1.25em;
    width: 100%;
    min-height: auto;
    font-size: 4.266vw;
  }
  #top_30th > .main > .inner > .highlights > .item_twice {
    width: 100%;
  }
}
#top_30th > .main > .inner > .highlights > .item a {
  color: currentcolor;
  text-decoration: none;
  text-underline-offset: 0.3em;
}
#top_30th > .main > .inner > .highlights > .item .pic {
  margin: 0 -1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 380/250;
  object-fit: cover;
  overflow: hidden;
}
#top_30th > .main > .inner > .highlights > .item .pic img {
  width: auto;
  height: 100%;
  transition: 0.3s;
}
#top_30th > .main > .inner > .highlights > .item .date {
  height: 1.5em;
  z-index: 2;
}
#top_30th > .main > .inner > .highlights > .item .date img {
  width: auto;
  height: 100%;
}
#top_30th > .main > .inner > .highlights > .item .heading {
  font-size: 100%;
  height: 3.875em;
  display: flex;
  align-items: center;
}
#top_30th > .main > .inner > .highlights > .item .heading img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item .heading {
    height: auto;
  }
}
#top_30th > .main > .inner > .highlights > .item .desc {
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item .desc {
    font-size: 0.875em;
  }
}
#top_30th > .main > .inner > .highlights > .item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.375em;
  background: currentcolor;
  font-weight: bold;
  border: 2px solid currentcolor;
  border-radius: 0.5em;
  transition: 0.3s;
}
#top_30th > .main > .inner > .highlights > .item .button b {
  color: #ffffff;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item .button {
    height: 3em;
  }
  #top_30th > .main > .inner > .highlights > .item .button b {
    font-size: 0.875em;
  }
}
#top_30th > .main > .inner > .highlights > .item:hover .pic > img,
#top_30th > .main > .inner > .highlights > .item:hover .pic .row {
  transform: scale(1.1);
  opacity: 0.8;
}
#top_30th > .main > .inner > .highlights > .item .link:hover .button,
#top_30th > .main > .inner > .highlights > .item .button:hover {
  background: #ffffff;
  opacity: 0.8;
}
#top_30th > .main > .inner > .highlights > .item .link:hover .button b,
#top_30th > .main > .inner > .highlights > .item .button:hover b {
  color: currentcolor;
}
#top_30th > .main > .inner > .highlights > .item_movies .pic {
  aspect-ratio: auto;
}
#top_30th > .main > .inner > .highlights > .item_movies .pic .row {
  margin: 0;
  display: flex;
  transition: 0.3s;
  aspect-ratio: 790/250;
}
#top_30th > .main > .inner > .highlights > .item_movies .pic img {
  width: 50%;
}
#top_30th > .main > .inner > .highlights > .item_movies .heading {
  display: flex;
  gap: 1.25em;
}
#top_30th > .main > .inner > .highlights > .item_movies .heading .one {
  margin: 0.625em 0 -0.9375em;
}
#top_30th > .main > .inner > .highlights > .item_movies .heading .two {
  margin-top: -1.25em;
}
#top_30th > .main > .inner > .highlights > .item_movies .action {
  color: #000000;
  display: flex;
  gap: 1.25em;
}
#top_30th > .main > .inner > .highlights > .item_movies .action .button {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item_movies .pic .row {
    aspect-ratio: 380/250;
  }
  #top_30th > .main > .inner > .highlights > .item_movies .pic img {
    width: 100%;
  }
  #top_30th > .main > .inner > .highlights > .item_movies .pic img:nth-child(n+2) {
    display: none;
  }
  #top_30th > .main > .inner > .highlights > .item_movies .heading {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  #top_30th > .main > .inner > .highlights > .item_movies .heading .one {
    margin-top: 0;
  }
  #top_30th > .main > .inner > .highlights > .item_movies .heading .two {
    margin: 0 -0.625em;
  }
  #top_30th > .main > .inner > .highlights > .item_movies .action {
    flex-direction: column;
  }
}
#top_30th > .main > .inner > .highlights > .item_mizbering .heading {
  margin-top: -1.25em;
}
#top_30th > .main > .inner > .highlights > .item_mizbering .action {
  color: #00b7f4;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item_mizbering .heading {
    margin-top: -2.5em;
  }
}
#top_30th > .main > .inner > .highlights > .item_ilove .action {
  color: #000000;
}
#top_30th > .main > .inner > .highlights > .item_czech .heading {
  margin-top: 0.875em;
  width: 52.94%;
}
#top_30th > .main > .inner > .highlights > .item_czech .action {
  color: #e72510;
}
@media screen and (max-width: 480px) {
  #top_30th > .main > .inner > .highlights > .item_czech .heading {
    margin: -0.75em 0;
    width: 79.41%;
  }
}
#top_30th > .main > .inner > .highlights > .item_bread .action {
  color: #0076c0;
}
#top_30th > .main > .inner > .highlights > .item_park_kodomo .heading {
  width: 69.85%;
}
#top_30th > .main > .inner > .highlights > .item_park_kodomo .action {
  color: #e94B41;
}
#top_30th > .main > .inner > .highlights > .item_park_entrance .heading {
  width: 80.74%;
}
#top_30th > .main > .inner > .highlights > .item_park_entrance .action {
  color: #e94B41;
}
#top_30th > .main > .inner > .highlights > .item_safety .heading {
  width: 80.88%;
}
#top_30th > .main > .inner > .highlights > .item_safety .action {
  color: #0076c0;
}
#top_30th > .main > .inner > .highlights > .item_park_marche .action {
  color: #e94B41;
}
#top_30th > .main > .inner > .highlights > .item_galleria .heading {
  width: 77.94%;
}
#top_30th > .main > .inner > .highlights > .item_galleria .action {
  color: #0076c0;
}
#top_30th > .main > .inner > .highlights > .item_hospital .heading {
  width: 90.59%;
}
#top_30th > .main > .inner > .highlights > .item_hospital .action {
  color: #000000;
}
#top_30th > .main > .inner > .highlights > .item_conference .heading {
  width: 84.71%;
}
#top_30th > .main > .inner > .highlights > .item_conference .action {
  color: #000000;
}
#top_30th > .main > .inner > .highlights > .item_tour .action {
  color: #db002f;
}
#top_30th > .place {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  padding-bottom: 80px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #top_30th > .place {
    margin-top: -10vw;
    padding-bottom: 6.666vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .place {
    margin-top: -18.75vw;
    padding-bottom: 12.5vw;
  }
}
#top_30th > .place .heading {
  line-height: 1.75;
  text-align: center;
  font-size: 34px;
}
@media screen and (max-width: 1200px) {
  #top_30th > .place .heading {
    font-size: 2.833vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .place .heading {
    font-size: 5.333vw;
  }
}
#top_30th > .place .fig {
  margin: 40px auto 0;
  max-width: 1520px;
}
@media screen and (max-width: 1200px) {
  #top_30th > .place .fig {
    margin-top: 3.333vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .place .fig {
    margin-top: 8vw;
  }
}
#top_30th > .place .more {
  margin: 30px auto 0;
  padding: 0 2em;
}
#top_30th > .place .more .button {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
  color: white;
  background-color: #cf0f31;
  border-radius: 6px;
  text-align: center;
  font-size: 87.5%;
}
#top_30th > .place .more .button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  #top_30th > .place .more {
    padding: 0 1em;
  }
}
#top_30th > .schedule {
  padding: 60px 50px;
  color: black;
}
@media screen and (max-width: 1200px) {
  #top_30th > .schedule {
    padding: 5vw 4.166vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule {
    padding: 16vw 5.333vw;
  }
}
#top_30th > .schedule > .head {
  display: flex;
  justify-content: space-between;
  max-width: 1085px;
  margin: 0 auto 40px;
  align-items: center;
}
#top_30th > .schedule > .head img {
  width: 14.3778801843%;
}
#top_30th > .schedule > .head::before, #top_30th > .schedule > .head::after {
  content: "";
  width: 41.3824884793%;
  height: 0;
  border-top: 1px solid black;
}
@media screen and (max-width: 1200px) {
  #top_30th > .schedule > .head {
    margin-bottom: 3.333vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .head {
    margin-bottom: 10.666vw;
  }
  #top_30th > .schedule > .head img {
    width: 46.5671641791%;
  }
  #top_30th > .schedule > .head::before, #top_30th > .schedule > .head::after {
    width: 22.0895522388%;
  }
}
#top_30th > .schedule > .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1085px;
}
@media screen and (max-width: 375px) {
  #top_30th > .schedule > .container {
    overflow: scroll;
  }
}
#top_30th > .schedule > .container table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #b2b1a4;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #top_30th > .schedule > .container table {
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .container table {
    font-size: 2.933vw;
  }
}
#top_30th > .schedule > .container table th,
#top_30th > .schedule > .container table td {
  padding: 0.5em 0.75em;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#top_30th > .schedule > .container table .day {
  padding: 0.5em 0.25em;
  text-align: center;
}
#top_30th > .schedule > .container table i {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.25em;
  overflow: hidden;
  text-indent: 100%;
  font-style: normal;
  background: url(/30th/content/wp-content/themes/whiteboard/images/top/icon_hat.svg) center/contain no-repeat;
}
#top_30th > .schedule > .container table i.half {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_30th > .schedule > .container table i {
    height: 1.5em;
  }
}
#top_30th > .schedule > .container table .small {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.25;
  font-size: 75%;
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .container table .small {
    font-size: 2.666vw;
  }
}
#top_30th > .schedule > .container table a {
  color: black;
  text-underline-offset: 2px;
}
#top_30th > .schedule > .container table a:hover {
  color: #c00;
}
#top_30th > .schedule > .container table .head .day {
  color: white;
  background: #b2b1a4;
}
#top_30th > .schedule > .container table .head .day:nth-last-child(2n+1) {
  background: #919084;
}
#top_30th > .schedule > .container table .head.for_sp {
  display: none;
}
#top_30th > .schedule > .container table .head.for_sp .area {
  color: white;
  background: #b2b1a4;
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .container table .head.for_sp {
    display: table-row;
  }
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .container table .head.for_pc {
    display: none;
  }
}
#top_30th > .schedule > .container table .body th,
#top_30th > .schedule > .container table .body td {
  border-top: 1px solid #b2b1a4;
}
#top_30th > .schedule > .container table .body .area {
  border-top-color: white;
  color: white;
  background: #b2b1a4;
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .container table .body .area {
    display: none;
  }
}
#top_30th > .schedule > .container table .body.first .area {
  border-top-color: transparent;
}
#top_30th > .schedule > .container table .body .site {
  background: #eaeae0;
}
@media screen and (max-width: 480px) {
  #top_30th > .schedule > .container table .body .site {
    font-size: 2.666vw;
  }
}
#top_30th > .schedule > .container table .body .day:nth-last-child(2n+1) {
  background: #f7f7f2;
}

#taisaku {
  text-align: center;
}
#taisaku a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
  color: white;
  background-color: #4184d1;
  border-radius: 6px;
}
#taisaku a:hover {
  color: white;
  background-color: #568fd1;
}

/*# sourceMappingURL=style.css.map */
