/****************************************
	   General Setting 
*****************************************/
body {
  background: #18284f !important;
}
body * {
  color: #000000;
}

.footer {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.mt-6 {
  margin-top: 4rem !important;
}

h2 {
  color: #18284f !important;
  margin-bottom: 0 !important;
  font-size: 2em !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5em !important;
  }
}

h3 {
  color: #fff100;
  font-size: 1.5em !important;
  font-weight: bold !important;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5em !important;
  }
}

p {
  color: #fff;
  font-size: 1em !important;
  font-weight: normal;
}

.mv_bg {
  width: 100vw;
  height: 105vh;
  background: url(./img/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mv_bg img {
  width: 80%;
  max-width: 860px;
  padding-top: 3rem;
  margin: 0 auto;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .mv_bg img {
    height: 60vh;
  }
}
@media screen and (max-width: 480px) {
  .mv_bg img {
    height: 45vh;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_bg {
    height: 70vh;
  }
}
@media screen and (max-width: 480px) {
  .mv_bg {
    height: 50vh;
  }
}

.stamp {
  border: solid 2px #fff;
  border-radius: 10px;
}

.space {
  margin-bottom: 2rem;
}

.white {
  color: #fff100 !important;
  font-weight: bold;
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}

.food {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.food__item {
  width: 48%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .food__item {
    width: 100%;
  }
}
.food__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.ticket {
  margin: 2rem auto 3rem;
}
.ticket h2 {
  color: #fff !important;
  font-size: 1.75em !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .ticket h2 {
    font-size: 1.3em !important;
  }
}
.ticket__pia {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ticket__pia {
    gap: 1rem;
    margin-top: 1rem;
  }
}
.ticket__pia img {
  width: 20%;
}
.ticket .btn {
  display: block;
  width: 300px;
  background: #fff100;
  color: #18284f !important;
  font-size: 1.125em;
  font-weight: bold;
  padding: 1rem;
  margin: 1rem auto 0;
  border-radius: 30px;
}

#appetizer-img {
  margin-bottom: 10px;
}

#appetizer {
  font-size: 14px !important;
}

.detail {
  background: #fff;
  padding: 3rem 3rem;
  border-radius: 15px;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .detail {
    padding: 2rem 1rem 1rem;
    margin: 2rem auto;
  }
}
.detail h2 {
  color: orange;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .detail h2 {
    margin-bottom: 2rem !important;
    font-size: 1.3em;
    margin-bottom: 1.5rem !important;
  }
}
.detail h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1rem !important;
}
.detail p {
  color: #18284f;
  text-align: center !important;
}
.detail p b {
  font-size: 1.125em;
}

.title {
  display: block;
  margin: 1rem auto;
  width: 90%;
}

.credit {
  text-align: center;
}
.credit h2 {
  display: inline-block;
  padding: 0.25rem 1rem;
  color: #18284f;
  font-size: 1.2em !important;
  font-weight: bold;
  background: #fff;
  margin-bottom: 0.5rem !important;
}
.credit .h4 {
  font-size: 1.2em;
}
.credit p {
  line-height: 2.5rem;
}

.syutten {
  margin: 2rem auto;
}
.syutten p {
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .syutten p {
    font-size: 1em;
  }
}
.syutten p a {
  text-decoration: underline !important;
}
.syutten__btn {
  background: orange;
  border: solid 1px #311301;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #311301 !important;
  font-size: 20px;
  margin: 2rem auto 1rem;
  width: 60%;
  border-radius: 50px;
  padding: 1.5rem 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .syutten__btn {
    width: 90%;
    margin: 1rem auto 0;
  }
}
.syutten__btn :hover {
  opacity: 0.9;
  color: #fff;
}
.syutten .kyosan-btn {
  background: #fff;
}

.copyright {
  font-size: 0.8rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */