@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: var(--font-size);
  font-family: var(--font);
}

.u-hidden {
  display: none;
}

:root {
  --color-main: purple;
  --color-red2: #e55b46;
  --color-yellow: #FFD01F;
  --color-beige: #F8F3ED;
  --noto: "Noto Sans JP", sans-serif;
  --mplus: "M PLUS 1p", sans-serif;
  --mochiy: "Mochiy Pop One", sans-serif;
  --font-size: 62.5%;
}

.c-box {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.c-box_body {
  padding: 32px 16px;
  font-size: 14px;
}
.c-box_body_text {
  margin-top: 8px;
  font-weight: bold;
  list-style: none;
  line-height: 1.75;
}
.c-box_body_text span {
  color: var(--color-red2);
}
.c-box_body_caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
.c-box_body_caption.-s {
  line-height: 1;
}
.c-box_body_caption::before {
  content: "※";
}
.c-box_body_tag {
  background-color: var(--color-yellow);
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 5px;
  border-radius: 24px;
  text-align: center;
}
.c-box_head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-box_head::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-yellow);
  border-radius: 50%;
}

.section_en {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

section h2 {
  margin-top: 16px;
  font-size: 26px;
  font-family: var(--mplus);
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
section h2::before, section h2::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/section-ball.svg");
  background-size: cover;
}

.anchor {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
}
.anchor > a {
  flex-basis: 33%;
  text-decoration: none;
  color: var(--color-red2);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 93px;
  text-align: center;
}
.anchor > a:not(:last-child) {
  border-right: 1px solid var(--color-red2);
}
.anchor > a::after {
  margin-top: 16px;
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: url("../images/anchor-arrow.svg");
  background-size: cover;
}

.campaign {
  padding: 32px 0 64px;
  background: var(--color-beige);
}
.campaign_inner {
  padding: 0 10px;
  position: relative;
}
.campaign_qa {
  margin-top: 40px;
  display: grid;
  gap: 16px;
}
.campaign_qa_item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
}
.campaign_qa_item > div {
  flex-basis: 72px;
}
.campaign_qa_item p {
  flex-grow: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.campaign_lead {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.campaign_ticket {
  margin-right: -10px;
  margin-left: -10px;
}
.campaign_animal {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  gap: 8px;
  max-width: 179px;
  margin-right: auto;
  margin-left: auto;
}
.campaign_text {
  margin-top: 16px;
  text-align: center;
}
.campaign_boxWrap {
  margin-top: 64px;
  display: grid;
  gap: 16px;
}
.campaign_box_tagWrap {
  margin-top: 16px;
  display: grid;
  gap: 48px;
}
.campaign_box_step {
  margin-top: 16px;
}
.campaign_box_step + .campaign_box_step {
  margin-top: 24px;
}
.campaign_box_head {
  font-size: 12px;
  font-family: var(--mplus);
  font-weight: bold;
  margin-bottom: 8px;
}
.campaign_box_text {
  font-size: 14px;
  line-height: 1.75;
}
.campaign_box_text span {
  color: var(--color-red2);
  font-weight: bold;
}
.campaign_box_link {
  margin-top: 4px;
  line-height: 1.75;
}
.campaign_box_link a {
  color: inherit;
}
.campaign_box_list li {
  list-style: none;
}
.campaign_box_list_text {
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.75;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.campaign_box_list_text:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-red2);
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(-3px);
}
.campaign_box_list_example {
  margin-top: 8px;
  line-height: 1.75;
  padding-left: 1.2em;
}
.campaign_scroll {
  font-size: 12px;
  padding: 32px 16px;
  background: #f5f5f5;
  border: 1px solid #d2d2d2;
  max-height: 400px;
  overflow-y: auto;
}
.campaign_scroll h3 {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
.campaign_scroll h3:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin-right: 8px;
}
.campaign_scroll_block {
  margin-top: 16px;
}
.campaign_scroll_block h4 {
  margin-bottom: 8px;
  line-height: 1.75;
}
.campaign_scroll_block p {
  line-height: 2;
}

.event {
  padding: 32px 0 64px;
}

.event_img {
  margin-top: 8px;
}

.event_inner {
  padding: 0 10px;
}

.event_lead {
  margin-top: 24px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 16px;
  background: #fff;
}
.event_lead p {
  font-size: 14px;
  line-height: 2;
}

.event_grid {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}

.event_box {
  border: 2px solid #000;
}
.event_box h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 16px 18px 18px;
  background: var(--color-red2);
  color: #fff;
  line-height: 1.5;
}
.event_box * + h4 {
  margin-top: 24px;
}
.event_box_body_text {
  margin-top: 8px;
  font-weight: bold;
  list-style: none;
  line-height: 1.75;
}
.event_box_body_caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
.event_box_body_caption::before {
  content: "※";
}
.event_box_body_list {
  margin-top: 16px;
  display: grid;
  gap: 16px;
  font-weight: bold;
}
.event_box_body_list_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.event_box_body_list_name {
  color: var(--color-red2);
}
.event_box_body_img {
  margin-top: 16px;
}
.event_box_body_tag {
  margin-top: 24px;
  background-color: var(--color-yellow);
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 5px;
  border-radius: 24px;
  text-align: center;
}
.event_box_body_paragraph {
  line-height: 1.75;
  font-weight: bold;
}
.event_box_set {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.event_box_set_img {
  flex-basis: 100px;
}
.event_box_set_text {
  flex: 1;
}
.event_box_set_text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.event_box_set_text .name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}
.event_box_set_text .name span {
  margin-right: 5px;
  font-size: 20px;
  color: var(--color-red2);
}

.footer_logos {
  background: #fff;
  padding: 24px 0;
}
.footer_logos ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 284px;
  margin: 0 auto;
}
.footer_logos ul a {
  display: block;
  transition: opacity 0.3s;
}
.footer_logos ul a:hover {
  opacity: 0.6;
}
.footer_logos ul .kankuou {
  width: 100px;
}
.footer_logos ul .mikke {
  width: 120px;
}
.footer_logos ul .koushien {
  margin-top: 16px;
  width: 160px;
}
.footer_logos ul .tigers {
  margin-top: 16px;
  width: 59px;
}
.footer_bottom {
  background: var(--color-beige);
  padding: 25px 0;
}
.footer_bottom_copy {
  font-size: 10px;
  text-align: center;
  line-height: 2;
}
.footer_bottom_sns {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.footer_bottom_sns a {
  display: block;
  transition: opacity 0.3s;
}
.footer_bottom_sns a:hover {
  opacity: 0.6;
}
.footer_bottom_sns .facebook {
  width: 24px;
}
.footer_bottom_sns .instagram {
  width: 21px;
}
.footer_bottom_sns .youtube {
  width: 27px;
}

.header {
  background-color: white;
  padding: 0 10px;
  height: 46px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}
.header_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_left {
  width: 86px;
  display: block;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header_right .facebook {
  width: 24px;
}
.header_right .instagram {
  width: 21px;
}
.header_right .youtube {
  width: 27px;
}

.kv {
  height: 466px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/kv-bg-sp.png");
}
.kv_inner {
  padding: 0 10px;
  max-width: 881px;
  margin: 0 auto;
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/kv-confetti-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.kv::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 117px;
  height: 26px;
  background-image: url("../images/kv-airplane.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.kv > div {
  position: relative;
}
.kv_logos {
  margin-top: 50px;
  background-color: #fff;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 257px;
  margin-left: auto;
  margin-right: auto;
}
.kv_logos .kankuou {
  width: 57px;
}
.kv_logos .koushien {
  width: 100px;
}
.kv_logos .tigers {
  width: 37px;
}
.kv_text {
  margin-top: 16px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.kv_text_badge {
  width: 32px;
  height: 32px;
  background-color: var(--color-red2);
  color: white;
  font-family: var(--mochiy);
  font-weight: 400;
  font-size: 1.8rem;
  border-radius: 50%;
  padding: 6px 7px;
  margin-right: 4px;
}
.kv_text_white {
  display: flex;
  align-items: center;
}
.kv_text span:nth-child(2) {
  font-size: 3.2rem;
}
.kv_catch {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.kv_img {
  margin-top: 3px;
}

body {
  font-family: var(--noto);
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.container {
  padding: 0 10px;
  max-width: 1020px;
  margin: 0 auto;
}

.yellowBg {
  background-color: var(--color-yellow);
  position: relative;
}

.map {
  padding: 64px 0;
  background: var(--color-beige);
}
.map_inner {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 20px;
}
.map_head {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
}
.map_img {
  width: 292px;
  margin: 0 auto;
}
.map_btn {
  margin-top: 40px;
}
.map_btn a {
  display: block;
  background-color: var(--color-red2);
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
}
.map_btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/map-download.svg");
  background-size: cover;
  margin-left: 8px;
}

.timetable {
  padding: 64px 0;
  background: var(--color-yellow);
}
.timetable_area {
  margin-top: 40px;
  background: url("../images/timetable-bg.png");
  background-size: cover;
  border: 5px solid #e89136;
  border-radius: 55px;
  padding: 30px 5%;
}
.timetable_date {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.timetable_block {
  margin-bottom: 20px;
}
.timetable_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.timetable_table th, .timetable_table td {
  padding: 8px;
  border: 1px solid #333;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
}
.timetable_table th {
  background: #333;
  color: #fff;
  font-weight: bold;
}
.timetable_caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.timetable_caption p + p {
  margin-top: 8px;
}

.whiteBox {
  border-top: 2px solid #000;
  padding: 24px 20px;
  background: #fff;
}
.whiteBox_yellow {
  margin-top: 16px;
  background-color: var(--color-yellow);
  padding: 4px 0 5px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.whiteBox_date {
  margin-top: 8px;
}
@media screen and (min-width: 768px){
  .u-hidden-pc {
    display: none;
  }
  .c-box_body {
    padding: 32px;
  }
  .c-box_body_text.-m {
    margin-top: 16px;
    font-size: 16px;
  }
  .c-box_body_caption {
    font-size: 14px;
  }
  .c-box_body_caption:not(:last-child) {
    margin-top: 24px;
  }
  .c-box_body_caption.-s {
    margin-top: 16px;
  }
  .c-box_body_tag {
    margin-top: 0;
    font-size: 14px;
  }
  .c-box_head.-m {
    font-size: 16px;
  }
  .section_en {
    font-size: 16px;
  }
  section h2 {
    font-size: 36px;
    gap: 16px;
    line-height: 1;
  }
  .anchor {
    margin-top: 24px;
    padding: 16px 0;
  }
  .anchor > a {
    font-size: 18px;
    line-height: 1.5;
    height: 80px;
    transition: opacity 0.3s;
  }
  .anchor > a:hover {
    opacity: 0.6;
  }
  .campaign {
    padding: 80px 0;
  }
  .campaign_inner {
    padding: 0;
  }
  .campaign_qa {
    grid-template-columns: 1fr 1fr;
  }
  .campaign_qa_item {
    padding: 23px 16px;
  }
  .campaign_qa_item > div {
    flex-basis: 88px;
  }
  .campaign_qa_item p {
    font-size: 24px;
  }
  .campaign_lead {
    margin-top: 56px;
    font-size: 20px;
  }
  .campaign_ticket {
    margin-top: 13px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .campaign_animal {
    max-width: none;
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 302px;
    left: 0;
    justify-content: space-between;
  }
  .campaign_animal div:nth-child(1) {
    width: 15.2vw;
    max-width: 219px;
  }
  .campaign_animal div:nth-child(2) {
    width: 11.4vw;
    max-width: 165px;
    margin-right: 43px;
  }
  .campaign_text {
    margin-top: 29px;
  }
  .campaign_boxWrap {
    gap: 32px;
  }
  .campaign_box_step {
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }
  .campaign_box_step + .campaign_box_step {
    margin-top: 32px;
  }
  .campaign_box_head {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.75;
  }
  .campaign_box_text {
    font-size: 16px;
  }
  .campaign_box_link {
    font-size: 16px;
  }
  .campaign_box_list_text {
    font-size: 16px;
  }
  .campaign_box_list_example {
    font-size: 16px;
  }
  .campaign_scroll {
    font-size: 14px;
    padding: 32px;
  }
  .campaign_scroll h3 {
    font-size: 16px;
  }
  .campaign_scroll_block {
    margin-top: 24px;
  }
  .event {
    padding: 40px 0 0;
  }
  .event_img {
    margin-top: 40px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .event_inner {
    padding: 0;
  }
  .event_lead {
    margin-top: 40px;
    padding: 32px;
    border: none;
  }
  .event_grid {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  .event_box {
    border: none;
  }
  .event_box:nth-child(3) {
    grid-column: span 2;
  }
  .event_box:nth-child(3) h3 {
    height: 66px;
  }
  .event_box h3 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    font-size: 20px;
  }
  .event_box_body_caption {
    font-size: 14px;
  }
  .event_box_body_list {
    grid-template-columns: 1fr 1fr;
  }
  .event_box_body_list_item {
    grid-template-columns: 125px 1fr;
  }
  .event_box_body_img {
    margin-top: 32px;
  }
  .event_box_body_tag {
    margin-top: 0;
    font-size: 14px;
  }
  .event_box_flex {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .event_box_flex .event_box_body_text,
  .event_box_flex .event_box_body_paragraph {
    line-height: 2;
  }
  .footer_logos {
    padding: 27.5px 0;
  }
  .footer_logos ul {
    max-width: 806px;
  }
  .footer_logos ul .kankuou {
    width: 132px;
  }
  .footer_logos ul .mikke {
    width: 160px;
  }
  .footer_logos ul .koushien {
    margin-top: 0;
    width: 249px;
  }
  .footer_logos ul .tigers {
    margin-top: 0;
    width: 74px;
  }
  .footer_bottom {
    padding: 50px 0;
  }
  .footer_bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_bottom_copy {
    text-align: left;
    font-size: 14px;
  }
  .footer_bottom_sns {
    margin-top: 0;
    gap: 32px;
  }
  .footer_bottom_sns .facebook {
    width: 36px;
  }
  .footer_bottom_sns .instagram {
    width: 32px;
  }
  .footer_bottom_sns .youtube {
    width: 40px;
  }
  .header {
    padding: 0 48px;
    height: 68px;
  }
  .header a {
    transition: opacity 0.3s;
  }
  .header a:hover {
    opacity: 0.6;
  }
  .header_right {
    gap: 32px;
  }
  .header_right .facebook {
    width: 36px;
  }
  .header_right .instagram {
    width: 32px;
  }
  .header_right .youtube {
    width: 40px;
  }
  .kv {
    height: 476px;
    background-image: url("../images/kv-bg-pc.png");
  }
  .kv::before {
    background-size: 100% auto;
    width: 1343px;
    height: 949px;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/kv-confetti-pc.png");
  }
  .kv::after {
    top: 16.7361111111vw;
    left: 5.5555555556vw;
    width: 20.9027777778vw;
    height: 4.7222222222vw;
  }
  .kv_logos {
    position: absolute;
    right: -160px;
    top: -40px;
    margin: 0;
    padding: 16px 24px;
    max-width: none;
  }
  .kv_logos .kankuou {
    width: 76px;
  }
  .kv_logos .koushien {
    width: 124px;
  }
  .kv_logos .tigers {
    width: 39px;
  }
  .kv_text {
    margin-top: 56px;
    font-size: 2.4rem;
  }
  .kv_text_badge {
    width: 39px;
    height: 39px;
    font-size: 1.8rem;
    padding: 9px 11px;
    margin-right: 6.5px;
  }
  .kv_text_white {
    background: #fff;
    height: 38px;
  }
  .kv_text span:nth-child(2) {
    font-size: 5rem;
  }
  .kv_catch {
    margin-top: 8px;
  }
  .kv_img {
    margin-top: 0px;
    width: 448px;
    margin-right: auto;
    margin-left: auto;
  }
  .yellowBg {
    padding: 75px 0 80px;
  }
  .map {
    padding: 80px 0;
  }
  .map_inner {
    border-radius: 8px;
    padding: 32px 20px;
  }
  .map_inner .map_relative {
    position: relative;
    max-width: 722px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: center;
  }
  .map_head {
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 2.4rem;
    flex-basis: 400px;
  }
  .map_img {
    margin: 0;
    flex-basis: 292px;
  }
  .map_btn {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 42px;
  }
  .map_btn a {
    width: 400px;
    height: 62px;
    font-size: 2.4rem;
    transition: opacity 0.3s;
  }
  .map_btn a:hover {
    opacity: 0.6;
  }
  .map_btn a::after {
    width: 20px;
    height: 20px;
  }
  .timetable {
    padding: 80px 0;
  }
  .timetable_date {
    font-size: 20px;
  }
  .timetable_block {
    display: flex;
  }
  .timetable_table {
    font-size: 16px;
  }
  .timetable_table:first-child th {
    border-right: 1px solid #fff;
  }
  .timetable_table:last-child th {
    border-left: 1px solid #fff;
  }
  .timetable_caption {
    font-size: 16px;
    text-align: right;
  }
  .whiteBox {
    border: 3px solid #000;
    border-radius: 8px;
    padding: 28px 20px;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 69.4444444444vw;
    max-width: 1000px;
  }
  .whiteBox_inner {
    max-width: 668px;
    margin: 0 auto;
  }
  .whiteBox_flex {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .whiteBox_yellow {
    margin-top: 0;
    font-size: 16px;
    padding: 8px 24px 10px;
    border-radius: 24px;
  }
  .whiteBox_date {
    margin-top: 0;
  }
}