@charset "UTF-8";
/* main */
.ticket {
  position: relative;
  width: 100%;
  background-color: #f2e9de;
}
.ticket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/feature2_left@2.webp"), url("../img/feature2_right@2.webp");
  background-repeat: repeat-y, repeat-y;
  background-position: left 20px top, right 20px top;
  background-size: 10%, 10%;
  pointer-events: none;
  z-index: 0;
}
.ticket::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.ticket__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

/* purchase */
.purchase {
  width: 100%;
  height: auto;
  padding-top: 180px;
}
.purchase__wrap {
  width: 100%;
  height: auto;
}
.purchase__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.purchase__title {
  font-size: 30px;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  text-shadow: 2px 1px 2px #aaa;
}
.purchase__box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* held */
.held {
  width: 100%;
  height: 328px;
  background-color: #f67e24;
  border-radius: 20px;
  color: #fff;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0px 2px 2px 0px #ccc;
  margin-bottom: 36px;
  text-shadow: 0 0 1px #eff;
}
.held__wrap {
  padding: 42px 125px 0;
}
.held__above-flex {
  display: flex;
  flex-direction: column;
  padding-left: 58px;
  margin-bottom: 14px;
}
.held__above-place {
  display: flex;
  margin-bottom: 29px;
}
.held__above-place--banner {
  width: 123px;
  height: 31px;
  font-size: 18px;
  background-color: #b18528;
  text-align: center;
  margin-right: 13px;
  border-radius: 16px;
  letter-spacing: 0.05em;
}
.held__above-place--text {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.held__above-date {
  display: flex;
}
.held__above-date--banner {
  width: 123px;
  height: 31px;
  font-size: 18px;
  background-color: #b18528;
  text-align: center;
  margin-right: 13px;
  border-radius: 16px;
  letter-spacing: 0.05em;
}
.held__above-date--text {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.held__line {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 27px;
}
.held__line img {
  width: 100%;
}
.held__below-flex {
  display: flex;
  padding-left: 58px;
  flex-wrap: wrap;
}
.held__below-advance {
  display: flex;
  margin-bottom: 29px;
  margin-right: 23px;
}
.held__below-advance--banner {
  width: 123px;
  height: 31px;
  font-size: 18px;
  background-color: #b18528;
  text-align: center;
  margin-right: 13px;
  border-radius: 16px;
  letter-spacing: 0.05em;
}
.held__below-advance--text {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.held__below-day {
  display: flex;
  margin-bottom: 29px;
}
.held__below-day--banner {
  width: 123px;
  height: 31px;
  font-size: 18px;
  background-color: #b18528;
  text-align: center;
  margin-right: 13px;
  border-radius: 16px;
  letter-spacing: 0.05em;
}
.held__below-day--text {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.held__below-after {
  display: flex;
  margin-bottom: 29px;
}
.held__below-after--banner {
  width: 195px;
  height: 31px;
  font-size: 18px;
  background-color: #b18528;
  text-align: center;
  margin-right: 13px;
  border-radius: 16px;
  letter-spacing: 0.05em;
}
.held__below-after--text {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.held__below-after--text span {
  font-size: 15px;
}

/* electronic */
.electronic {
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #2c2c2c;
  border-radius: 20px;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0px 2px 2px 0px #555;
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-bottom: 50px;
}
.electronic__title {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #f67e24;
  padding: 14px;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0.05em;
}
.electronic__box {
  padding: 35px 45px 0;
  text-align: center;
}
.electronic__text {
  font-size: 16px;
  margin-bottom: 39px;
  letter-spacing: -0.015em;
}
.electronic__flex {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.electronic__flex-item {
  width: 290px;
  height: 148px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.electronic__flex-item--banner {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.electronic__flex-item--button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #f02c00, #831800);
  border-radius: 0 0 5px 5px;
  color: #fff;
}
.electronic__flex-item:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* paper */
.paper {
  width: 100%;
  height: 509px;
  background-color: #fff;
  color: #2c2c2c;
  border-radius: 20px;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0px 2px 2px 0px #555;
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.paper__title {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #f67e24;
  padding: 14px;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0.05em;
}
.paper__box {
  padding: 50px 45px 0;
  text-align: center;
}
.paper__text {
  font-size: 12px;
  letter-spacing: -0.015em;
}
.paper__flex {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.paper__flex-item {
  width: 290px;
  height: 148px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.paper__flex-item--banner {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paper__flex-item--button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #f02c00, #831800);
  border-radius: 0 0 5px 5px;
  color: #fff;
}
.paper__flex-item:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* dome */
.dome {
  width: 100%;
  height: 385px;
  background-color: #fff;
  color: #2c2c2c;
  border-radius: 20px;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0px 2px 2px 0px #555;
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.dome__title {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #f67e24;
  padding: 14px;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0.05em;
}
.dome__box {
  padding: 50px 45px 0;
  text-align: center;
}
.dome__flex {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dome__flex-item {
  width: 290px;
  height: 217px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.dome__flex-item--banner {
  width: 100%;
  height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dome__flex-item--banner--text {
  font-size: 16px;
  margin-bottom: 19px;
}
.dome__flex-item--banner--list {
  font-size: 12px;
  text-align: center;
}
.dome__flex-item--button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #f02c00, #831800);
  border-radius: 5px 5px 0 0;
}
.dome__flex-item--button a {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.1em;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

/* phone */
.phone {
  width: 100%;
  height: 303px;
  background-color: #fff;
  color: #2c2c2c;
  border-radius: 20px;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0px 2px 2px 0px #555;
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.phone__title {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #f67e24;
  padding: 14px;
  border-radius: 16px 16px 0 0;
  letter-spacing: 0.05em;
}
.phone__box {
  padding: 50px 45px 0;
  text-align: center;
}
.phone__flex {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.phone__number a {
  font-size: 40px;
  font-weight: 500;
}
.phone__flex-right img {
  display: block;
  padding: 4px 14px;
  border: 1px solid #707070;
  border-radius: 15px;
}
.phone__text {
  font-size: 16px;
  margin-bottom: 10px;
}
.phone__list {
  font-size: 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 622px;
  text-align: left;
}

/* information */
.information {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 393px;
}
.information__wrap {
  width: 100%;
  height: auto;
}
.information__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.information__title {
  font-size: 30px;
  font-family: "zen old mincho", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  text-shadow: 2px 1px 2px #aaa;
}
.information__box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.information__accordion-btn {
  position: relative;
  height: 62px;
  line-height: 62px;
  padding-left: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #939393;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  /* 回転状態 */
}
.information__accordion-btn--arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  transition: transform 0.3s ease;
}
.information__accordion-btn .rotate {
  transform: translateY(-50%) rotate(270deg); /* 180度回転 */
}
.information__accordion-btn::after {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #7c7c7c;
}
.information__accordion-content {
  background: #fff;
  border-radius: 5px;
  padding: 0 50px; /* 開閉にあたって、上下のpaddingを0に */
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  max-height: 0; /* 初期状態で高さを0に */
  overflow: hidden; /* 高さが超える場合は隠す */
  transition: max-height 0.3s ease, padding 0.3s ease; /* max-heightとpaddingのアニメーション */
}
.information__accordion-content--list {
  margin: 43px 0; /* コンテンツ内のマージン */
}
.information__accordion-content--list li {
  margin-bottom: 4px;
  text-indent: -1em;
  padding-left: 1em;
}
.information__accordion-content--text {
  margin: 43px 0;
}

/* allow */
.allow {
  position: relative;
}
.allow::after {
  position: absolute;
  content: url("../img/ticket/allow.svg");
  right: 20px;
}/*# sourceMappingURL=ticket.css.map */