@charset "utf-8";
@import url(https://web.archive.org/web/20180822113412cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,700);
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html: focus-within) {
    scroll-behavior: smooth
  }
}
:where(a) {
  text-underline-offset: .2ex
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}
:where(ul, ol) {
  list-style: none
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: middle
}
p {
  margin: 0 0 .5rem
}
a {
  display: inline-block;
  color: #111;
  text-decoration: underline
}
a:hover {
  opacity: .8;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
body {
  font: 1rem/1.7 "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #F4F4F4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
h4 {
  margin: 0;
  font-size: 1.125rem;
}
footer a {
  padding-bottom: 2px;
  color: #333;
}
p {
  margin: 0 0 1rem
}
p:last-child {
  margin: 0
}
.container {
  max-width: 1200px;
  width: 100%
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs {
  flex-grow: 1;
}
.col-md-4 {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee
}
.col-md-4 img {
  width: 90%;
  height: auto
}
.col-map .col-4 {
  padding: 3rem 2rem;
  background-color: #2c3739;
  color: #fff;
}
.wrap {
  margin: 0 auto;
  background-color: #fff;
  max-width: 1200px;
}
.inner {
  margin: 0 auto;
  padding: 24px;
}
.col-1 h3 {
  margin-bottom: 1rem;
  border-top: 1px dotted #ddd;
  padding-top: 40px;
}
.lead {
  margin: auto;
  padding: 4rem 2rem;
  max-width: 1100px;
}
@media (min-width:768px) {
  .col-1 {
    padding: 0 30px;
  }
  .col-5 {
    padding: 0 30px;
    width: 50%;
  }
  .col-8 {
    width: 66.6666%;
  }
  .inner {
    padding: 40px 30px
  }
  .lead {
    font-size: 1.25rem
  }
}
/* Header */
header {
  padding: 0 1rem;
  width: 100%;
  position: fixed;
  background-color: #F4F4F4;
  z-index: 10;
  transition: height 0.3s;
}
header .inner {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  height: 97px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.3s;
}
header.smaller {
  height: 64px;
}
header.smaller .inner {
  height: 64px;
}
h1 {
  margin-top: 8px;
}
h1 img {
  width: 100px;
  height: auto;
  transition: all 0.3s;
}
.smaller h1 img {
  width: 88px;
  height: auto
}
.sns {
  display: grid;
  grid-gap: 2rem;
  grid-auto-flow: column;
  justify-content: start;
  margin-bottom: 2rem;
}
.sns svg {
  fill: #111;
}
@media (min-width:768px) {
  header {
    padding: 0 32px;
  }
  .wrap {
    margin: 0 32px;
  }
  h1 img {
    width: 150px
  }
  .sns {
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  header {
    padding: 0 48px;
  }
  .wrap {
    margin: 0 auto;
  }
}
/* Jumbotron */
.jumbotron {
  padding-top: 90px;
  background: url(../img/hero.jpg) no-repeat left bottom;
  background-size: cover;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.jumbotron .container {
  max-width: 100%
}
.jumbotron h3 {
    color: #fff;
  line-height: 1.3;
  /*font-size: 2.25rem;*/
    font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
}
.jumbotron h3 i {
  font-size: 2.75rem;
  font-style: normal
}
.date {
  font-size: 1.5rem;
}
@media (min-width:768px) {
  .jumbotron .h1, .jumbotron h1 {
    font-size: 4rem
  }
  .jumbotron h3 {
    /*font-size: 4rem;*/
      font-size: 2.8rem
  }
  h4 {
    font-size: 1.75rem;
  }
  .date {
    font-size: 2.25rem;
  }
}
/* About */
dl.detail {
  display: grid;
  margin-bottom: .5rem;
  line-height: 1.4;
}
.detail dt {
  width: 6rem;
}
.detail span {
  font-size: 1.5rem;
}
img.img100 {
  max-width: 100%;
  height: auto
}
.callout {
  padding: 32px;
  border: 1px solid #eee;
  display: block
}
.callout ul {
  margin-left: 1em
}
.img-border {
  padding: 14px;
  border: 1px solid #ccc
}
.img-border:hover {
  opacity: .6;
  transition: 0.2s
}
.grid1 {
  display: grid;
  grid-gap: 3rem;
}
@media (min-width:768px) {
  dl.detail {
    grid-gap: 1rem;
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
  }
  .detail dt {
    width: 6rem;
  }
  .grid1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .callout {
    display: inline-block
  }
}
/* Footer */
footer {
  padding: 4rem 2rem;
  background-color: #F4F4F4
}
footer .container:first-child {
  display: grid;
  grid-gap: 1rem;
}
.list-footer dt {
  font-weight: 700
}
.footer-bottom {
  margin-top: 3rem
}
@media (min-width:768px) {
  footer {
    padding: 40px 0;
  }
  footer .container:first-child {
    grid-template-columns: repeat(3, 1fr)
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* Tab */
.tabs {
  background-color: #ddd;
}
.tabs li {
  display: block;
  padding: 16px 24px;
  cursor: pointer;
  width: 100%;
  float: left;
  background-color: #ddd;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.tabs li:hover {
  background-color: #eee;
}
.tabs li.current {
  background-color: #fff;
}
.tab-content {
  border-top: 4px solid #F5D76E;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* Map */
.map_canvas iframe {
  height: 300px;
  width: 100%;
  border: none;
}
.traffic dd {
  margin-bottom: .8em
}
@media (min-width:768px) {
  .tab-content {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .map_canvas iframe {
    height: 400px;
  }
  .traffic dt {
    float: left;
    width: 11em
  }
  .traffic dd {
    margin-bottom: 0
  }
}
@media (min-width:768px) {}
.mosaic-backdrop {
  display: flex;
    flex-direction: column;
  align-items: center;
  justify-content: center
}
.mosaic-backdrop {
  aspect-ratio: 1;
  background-color: #fff
}
summary {
    list-style: none;
    aspect-ratio: 1;
    cursor: pointer;
}
summary span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
img.sns-icon {
    width: 1.2rem
}
/* Form */
.form-group {
  margin-bottom: 1.6em
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
label span {
  margin-left: .4em;
  color: #C0392B;
  font-size: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: .8em;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  font-size: 1rem;
}
.btn {
  border: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffc107;
  color: #333;
  padding: .8rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.2s
}
.btn:hover {
  background-color: #ffca2c;
}
.col-price {
  margin: 0 2rem;
  padding: 1.5rem;
  border: 1px solid #333;
  border-radius: .5rem;
}
@media (min-width:768px) {
  .col-price {
    margin: 0 0 2rem 2rem;
    padding: 2rem;
  }
  .btn {
    padding: .8rem 2.4rem
  }
}
ul.list-ticket {
  list-style: disc;
  margin: 1rem 0 0 1rem;
}