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

body {
  background-color: #f4f9ff !important;
  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;
  color: #0f3001;
}

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

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

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

i {
  font-style: normal;
}

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

.bg-an {
  background-color: #ff9d01;
}

.bg-color {
  background-color: #3f7300;
  color: #fff;
}

#top-img {
  border-bottom: 10px solid #b91c21;
  width: 100%;
}

h2 {
  font-family: "RocknRoll One", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding-bottom: 0.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;
  background: #0f3001;
}

h4 {
  padding: 0.3rem 1rem;
  border-left: 6px double #0f3001;
  font-weight: bold;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

.whitebox {
  background-color: #FFF8F1;
  padding: 1em;
}

.performer a {
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.tbl_ticket {
  width: 100%;
}

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

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

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

.tbl_ticket a {
  color: #3f7300;
}

@media screen and (max-width: 640px) {
  .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;
}

#contact .txt {
  text-align: center;
}

@media (max-width: 991px) {
  #contact .txt {
    text-align: justify;
  }
}
#contact span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.contact-tel {
  text-align: center;
}

.contact-tel img {
  width: 60%;
  max-width: 95px;
  margin-bottom: 10px;
}

.contact-tel .com-name {
  font-size: 1.2em;
  font-weight: bold;
}

.contact-tel .tel {
  font-size: 1.6em;
}

.contact-tel .tel i {
  margin-right: 5px;
}

.contact-tel .mail {
  font-size: 0.8em;
}

#confirm_field p:first-child {
  padding: 20px;
}

.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: 1em;
  text-align: center;
}

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