@charset "UTF-8";

.mainContainer .ticket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.section__inner {
  margin: 40px auto 0;
  padding-bottom: 1em;
  width: 100%;
}

/* Fee */
.section__inner h2 {
  margin-bottom: 30px;
  padding: 0 6% 30px;
/*  font-size: 3.2rem;
  font-size: 3vw;
  font-size: 2.6vw; */
  font-size: 2vw;
  line-height: 1.5;
  position: relative;
}
.section__inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 15px;
  background: url(/assets/img/bar_st.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.inner {
  margin: 20px auto 0;
  width: 88%;
}
.inner h3 {
  padding: 0 0 5px 0;
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
  line-height: 1.5;
  font-weight: 700;
}
.inner .lead {
  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
}
.inner p {
  margin-bottom: 1em;
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
.inner p.memo {
  margin-top: 2em;
  font-size: 1.4rem;
  /*  font-size: 1.36vw; */
  font-size: 1.22vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}

.warning {
  margin: 2em 0;
  font-size: 1.53vw;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  padding: 0.4em 0.2em;
  background-color: #f00;
  text-align: center;
}
.warning span {
  display: inline-block;
}
.inner .last {
  margin-bottom: 2em;
}
.inner p.num,
.inner p.attention,
.inner p.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.inner p.outer {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  color: #333;
  vertical-align: middle;
}
.inner p.outer::before,
.inner p.outer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.inner p.outer::before {
  right: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner p.num,
.inner p.outer,
.inner p.attention {
  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
.inner p.notes {
/*  font-size: 1.2rem;
  font-size: 1.1vw; */
  font-size: 1vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}

.inner figure {
  margin: 20px 0;
  border: 1px solid #eee;
}
.inner figure img {
  width: auto;
  max-width: 100%;
}

.benefit {
  margin: 40px auto;
  width: 100%;
}
.benefit img {
  width: auto;
  max-width: 100%;
}

.btn {
  margin: 40px auto 0;
  width: 80.9%;
}
.btn a + a {
  margin-top: 20px;
}
.btn a {
  display: block;
  cursor: pointer;
}
.btn a img {
  width: auto;
  max-width: 100%;
  background-color: transparent;
}
.btn a,
.btn a:hover {
  transition: 0.2s;
  text-decoration: none;
}

#Point {
  margin-top: 20px;
}
#Point dl.exList {
  margin: 0 auto;
  width: 100%;
  /*
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;

  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
*/
}
#Point dt {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /*  font-size: 1.6rem;
  font-size: 1.56vw; */
  font-size: 1.4vw;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #222;
}
#Point dt span {
  padding-left: 1em;
  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
}
#Point dd {
  border: 2px solid #222;
  padding: 0.2em 0;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #333333 #81b327;
  scrollbar-width: thin;
}

/* --------------------------------------------------------
	FEE
-------------------------------------------------------- */

.fee dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.fee dt,
.fee dd {
  padding: 3% 0;
  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
.fee dt {
  width: 40%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f4a000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #fff;
}
.fee dd {
  width: 56%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #222;
  text-align:center;
}
.fee.pre dt {
  background-color: #e7465a;
}
.fee.adv dt {
  background-color: #008cce;
}
.fee.day dt {
  background-color: #81b327;
}
.fee dd:has(p) {
  /*
  justify-content: flex-start;
  flex-direction: column;
*/
}
.fee dt a {
  text-decoration: none;
}
.fee dt span {
  margin: 15px auto 8px;
  padding: 2px 8px;
  /*  font-size: 1.2rem;
  font-size: 1.1vw; */
  font-size: 1vw;
  border-radius: 4px;
  background-color: #fff;
}
.fee.pre dt span {
  color: #e7465a;
}
.fee.adv dt span {
  color: #008cce;
}
.fee dt a {
  font-size: 0.82vw;
  color: #ffffff;
  line-height: 1.8;
}
.fee dt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: 0.2s;
}
.fee dt i {
  padding-left: 0.3em;
}

.fee dt .btn_event {
  margin: 10px auto 0;
  width: 70%;
}
.fee dt .btn_event a,
.fee dt .btn_event a:hover {
  background: transparent;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1025px) {
  .inner .lead,
  #Point dt span {
    font-size: 1.5rem;
  }
  #Point dt,
  .ticket .fee dt,
  .ticket .fee dd {
    font-size: 1.6rem;
  }

  /* Gallery */
  .section__inner h2,
  h2 {
    font-size: 3.2rem;
  }
  .inner h3 {
    font-size: 1.8rem;
  }
  .inner p {
    font-size: 1.8rem;
  }
  .inner p.memo {
    font-size: 1.4rem;
  }

  .warning {
    font-size: 1.8rem;
  }
  .fee dt,
  .fee dd,
  #Point dl.exList > dt {
    font-size: 1.6rem;
  }
  .fee dt span {
    font-size: 1.2rem;
  }
  .inner p.num,
  .inner p.outer,
  .inner p.attention {
    font-size: 1.5rem;
  }
  .inner p.notes {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px) {
  .mainContainer .ticket {
    border: none;
  }
  .section__inner h2,
  h2 {
    font-size: 2.4rem;
  }
  .inner h3 {
    font-size: 1.8rem;
  }
  .inner p {
    font-size: 1.8rem;
  }
  .inner p.memo {
    font-size: 1.4rem;
  }
}
