@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
html {
  height: 100%;
}

body {
  background-color: #fff;
  margin: 0;
  min-height: 100%;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  top: 0;
  height: 100%;
  font-size: 22px;
  line-height: 1.8em;
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}
section {
  position: relative;
}

a {
  color: #1b2a60;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

i {
  font-style: normal;
}

.bg-mei {
  background-color: #d0eaea;
}

.bg-beije {
  background-color: #f8f8e4;
}

.bg-color {
  background-color: #ff1400;
  color: #fff;
}

hr {
  border-width: 2px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #333; /* 線色 */
  height: 1px; /* 高さ(※古いIE用) */
  margin-top: 0;
  margin-bottom: 0;
}

.br_pc {
  display: inline-block;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline-block;
  }
}
.navbar {
  align-items: center;
}

.contact-button {
  display: inline-block;
  width: 100%;
  background-color: #ff0000;
  color: #fff;
  padding: 0.4em 1.6em;
  border: 3px solid #ff0000;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2rem;
  text-decoration: none;
  margin-top: 10px;
}

.contact-button:hover {
  background-color: #fff;
  color: #ff0000;
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 498px) {
  .contact-button {
    font-size: 0.8rem;
  }
}
#top-img {
  width: 100%;
  background-image: url(../img/mv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h2 {
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px;
  color: #fff;
  background-color: #1b2a60;
  border-radius: 10px;
  margin-bottom: 1.5em;
}

h3 {
  position: relative;
  padding: 1.5rem 0 0.6rem;
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 1.3rem;
}

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
  content: "";
  border-radius: 1px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.4rem;
  }
}
.colorbox {
  background-color: #d1d4df;
  padding: 10px;
  border-radius: 10px;
}

.carlist_part {
  display: flex;
  justify-content: space-between;
}

.carlist_base {
  width: 218px;
  padding: 8px 0;
}

.carlist_box {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
}

.carname {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}

.price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  color: red;
  text-align: right;
  line-height: 1em;
}

.price p {
  margin-bottom: 5px;
}

.price p:first-child {
  width: 80px;
  margin-bottom: 8px;
}

.price span {
  font-size: 20px;
  font-weight: bold;
  color: red;
  text-align: right;
}

.detail-button {
  display: inline-block;
  width: 100%;
  background-color: #9d8e54;
  color: #fff;
  padding: 0.2em 1.6em;
  border: 3px solid #9d8e54;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}

.detail-button:hover {
  background-color: #fff;
  color: #9d8e54;
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 498px) {
  .carlist_part {
    justify-content: center;
  }
  .carlist_base {
    width: 300px;
    padding: 8px 0;
  }
}
.tbl_ticket {
  width: 100%;
}

.tbl_ticket th {
  background: #ff1400;
  border: solid 1px #fff;
  color: #fff;
  padding: 4px 10px;
  font-size: 80%;
  line-height: 1.5em;
}

.tbl_ticket td {
  border-top: 1px solid #ff1400;
  padding: 10px;
  word-break: break-all;
  line-height: 1.5em;
}

.last td:last-child {
  border-bottom: 1px solid #ff1400;
}

.tbl_ticket a {
  color: #ff1400;
}

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl_ticket {
    width: 100%;
    line-height: 1.2em;
  }
  .tbl_ticket th {
    border: none;
  }
  .tbl_ticket th,
  .tbl_ticket td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.simple_table dd {
  padding-left: 1em;
}

.simple_table dt {
  font-weight: bold;
}

.schedule_tb tr {
  border-bottom: solid 1px #ccc;
}

.schedule_tb tr:first-child {
  border-top: solid 1px #ccc;
}

.schedule_tb th, .schedule_tb td {
  padding: 10px 0;
}

.caution {
  display: block;
  font-size: 1rem;
  list-style: "※";
  line-height: 1.5rem;
  margin-top: 10px;
}

.caution li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.link-button {
  border: 1px solid #333;
  padding: 10px;
  font-size: 110%;
  font-weight: bold;
}

.link-button:hover, .link-button:active {
  border: 1px solid #999;
  background-color: #333;
  color: #fff;
}

#totop {
  width: 20px;
  height: 20px;
  position: fixed;
  left: 50%;
  bottom: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(135deg);
}

footer {
  padding: 2em 0;
  text-align: center;
  background-color: #1b2a60;
  border-bottom: 18px solid #ff1400;
}

.copy {
  font-size: 1em;
  color: #fff;
  margin-bottom: 0;
}/*# sourceMappingURL=custom.css.map */