@charset "UTF-8";

/* Base
========================================== */
@import "base/table.css";
@import "base/block.css";
@import "base/reset.css";
@import "base/header.css";
@import "base/structure.css";
@import "base/footer.css";
@import "base/globalnavi.css";
@import "base/navigation.css";
@import "base/textdecorations.css";
@import "base/sub.css";
@import "base/news_info.css";

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap');

.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
  }
  .zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.timetable_new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.timetable_new table {
    width: 100% !important;
}
.blackbox span{
    padding: 5px 8px;
    display: block;
    border: 1px #333333 solid;
    color: #e30202;
}
.parking_img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.parking_img img {
	max-width: 100%;
}
.parking_img .caption {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #106c9f !important;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px !important;
    line-height: 1.4;
}
.parking_img .caption span {
    font-size: 16px !important;
    margin-left: 5px;
}
ul.gnav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    min-width: 900px;
}
ul.gnav li {
    margin: 0px;
    padding: 0px;
}
ul.gnav li a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    color: #333333;
    display: grid;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
    justify-items: center;
    padding: 13px 24px 6px;
    background: rgba(16,108,159,.0);
    margin: 1px 1px 0px 0px;
    border-right: 1px #efefef solid;
    transition: 0.4s;
}
ul.gnav li a span{
    font-family: "Merriweather", serif;
    font-weight: 300;
    color: #106c9f;
    font-size: 10px;
}
ul.gnav li a:hover {
    background: radial-gradient(ellipse at center, #3dc1e2 0%,#0197c4 100%); 
    color: #ffffff;
}
ul.gnav li a:hover span {
    color: #e8e8e8;
}
ul.gnav li:last-child a {
    border-right: none;
}