.all-bg-1 {
  background-image: url(../img/bg-all.png);
}

.all-bg-2 {
  background-image: url(../img/bg-all-2.png);
}

header {
  padding: 25px 20px;
}

.mv-logo-area {
  width: 100%;
}

.mv-logo-box {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
}

.mv-logo-flex {
  position: relative;
  display: flex;
  align-items: center;
}

.bg-black {
  width: 100%;
  height: 160px;
  background-color: #000;
}

.bg-red {
  width: 100%;
  height: 160px;
  background-color: #ba0031;
}

.mv-logo-item-img {
  width: calc(100% / 1.7);
}

.mv-logo-item-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mv-logo-item-absolute img {
  width: 4.22vw;
}

.plan-overview {
  position: relative;
  background-image: url(../img/bg-plan.png);
}

.plan-flex {
  position: relative;
  max-width: 793px;
  width: 100%;
  margin: 0 26.7vw;
  padding: 32px 0;
  display: flex;
}

.plan-item p {
  font-size: 36px;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.plan-item-absolute {
  position: absolute;
  top: 50%;
  left: 29%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.plan-item-absolute img {
  width: 2.85vw;
}

.ticket-absolute-1 {
  position: absolute;
  top: 12.5%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(-50%, -50%);
}

.ticket-absolute-1 a:hover {
  opacity: 0.8;
}

.ticket-absolute-1 img {
  width: 24.6vw;
}

.ticket-absolute-2 {
  position: absolute;
  top: 0%;
  left: 130px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -30%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}

.mv-text-area {
  background-color: #627534;
}

.mv-text-area p {
  padding: 23px 0;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #fff;
}

.check-list-area {
  margin: 30px 0;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

.check-list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list-box ul li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.check-list-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 22px;
  transform: translateY(-50%);
  background: url(../img/checkmark.png) no-repeat center / contain;
}

.amount-box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.amount-box p {
  max-width: 1103px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 30px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.movie-area {
  margin: 100px 0;
}

.movie-box {
  max-width: 937px;
  max-height: 528px;
  width: 100%;
  margin: 0 auto;
}

.contents-area {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 148px auto;
}

.contents-area-1 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 100px auto;
  overflow: hidden;
}

.contents-area-1::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 auto;
  background-image: url(../img/contents-1-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1440px;
  z-index: 0;
  pointer-events: none;
}

.contents-area-2 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 100px auto;
  overflow: hidden;
}

.contents-area-2::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 auto;
  background-image: url(../img/contents-2-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1440px;
  z-index: 0;
  pointer-events: none;
}

.contents-absolute {
  position: absolute;
  top: 50px;
  left: 50px;
}

.contents-absolute h2 img {
  width: 24px;
}

.contents-1-flex,
.contents-2-flex {
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: flex-end;
  gap: 170px;
}

.contents-1-item,
.contents-2-item {
  width: calc(100% / 2);
}

.contents-img-overlap-box {
  position: relative;
  display: inline-block;
  max-width: 540px;
  width: 100%;
  margin-left: 130px;
  transform: translateY(-115px);
}

.contents-img-overlap-box-2 {
  position: relative;
  width: 100%;
  margin-left: 175px;
  transform: translateY(-85px);
}

.contents-img-overlap-item img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.contents-img-overlap-item:last-child {
  position: absolute;
  z-index: 2;
  top: 65%;
  left: 40%;
  transform: translate(8%, 0%);
}

.contents-overlap-box {
  padding-top: 50px;
  max-width: 470px;
}

.contents-red-box {
  margin-top: 25px;
  padding: 50px;
  background-color: rgba(175, 29, 50, 0.8);
}

.contents-brown-box {
  margin-top: 25px;
  padding: 50px;
  background-color: #a88f72;
}

.contents-overlap-box h3 img {
  max-width: 452px;
}

.lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.contents-red-box h4 {
  font-size: 14px;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  padding: 8px 10px;
  background-color: #fff;
  display: inline-block;
  color: #ba0031;
}

.contents-brown-box h4 {
  font-size: 14px;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  padding: 8px 10px;
  background-color: #fff;
  display: inline-block;
  color: #a88f72;
}

.contents-red-box dl {
  margin: 5px 0 30px 0;
  max-width: 230px;
  width: 100%;
}

.contents-brown-box dl {
  margin: 5px 0 30px 0;
  max-width: 230px;
  width: 100%;
}

.contents-red-box dl > div,
.contents-brown-box dl > div {
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.contents-red-box div > dt,
.contents-brown-box div > dt {
  width: 55%;
}

.contents-red-box dt,
.contents-red-box dd,
.contents-brown-box dt,
.contents-brown-box dd {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.contents-overlap-btn a {
  position: relative;
  max-width: 300px;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 30px;
}

.contents-overlap-btn a::after {
  content: "";
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 11px;
  left: inherit;
  right: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contents-overlap-btn a:hover {
  opacity: 0.8;
}

.dash {
  margin: 0;
  border: dashed 1px #000;
}

.schedule-area {
  padding: 100px 0 66px 0;
}

.schedule-flex {
  display: flex;
  gap: 70px;
}

.schedule-item {
  max-width: 750px;
  width: 100%;
}

.schedule-item-min {
  max-width: 360px;
  width: 100%;
}

.bg-gray {
  background-color: #373737;
  padding: 30px;
}

.bg-gray p {
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.min-box-link-btn a {
  position: relative;
  max-width: 300px;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 30px;
}

.min-box-link-btn a::after {
  content: "";
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 11px;
  left: inherit;
  right: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.min-box-link-btn a:hover {
  opacity: 0.8;
}

.logo-flex {
  display: flex;
}

.logo-item {
  width: 100%;
  background-color: #bbb284;
  padding: 13px 22px 13px 38px;
}

.logo-item p {
  font-size: 18px;
  line-height: 150%;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.logo-item-min {
  max-width: 120px;
  width: 100%;
  background-color: #000;
}

.route-area {
  background-color: #fff;
  padding: 40px 0;
  width: 100%;
}

.route-area img {
  margin: 0 auto;
}

.schedule-link-box {
  margin: 32px 0 70px 0;
  display: flex;
  gap: 15px;
}

.schedule-link-btn,
.schedule-link-btn-2 {
  position: relative;
  max-width: 240px;
  width: 100%;
}

.schedule-link-btn a {
  display: block;
  background-color: #fff;
  padding: 31px 25px;
  border-radius: 50px;
  border: 2px solid #e60012;
  font-size: 16px;
  line-height: 130%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #e60012;
}

.schedule-link-btn-2 a {
  display: block;
  background-color: #fff;
  padding: 21px 25px;
  border-radius: 50px;
  border: 2px solid #e60012;
  font-size: 16px;
  line-height: 130%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #e60012;
}

.schedule-link-btn a::after,
.schedule-link-btn-2 a::after {
  content: "";
  background-image: url(../img/btn-arrow-red.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 11px;
  left: inherit;
  right: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.schedule-link-btn-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}

.timetable-tl h3 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #956134;
  color: #fff;
  padding: 15px 0;
  border-radius: 10px;
}

.route-box {
  max-width: 650px;
  margin: 30px auto 18px auto;
  display: flex;
  gap: 17px;
}

.route-1-flex,
.route-2-flex,
.route-3-flex {
  display: flex;
  gap: 6px;
  align-items: center;
}

.route-1-flex p,
.route-2-flex p,
.route-3-flex p {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.table-flex {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 29px;
}

.table-box-item {
  max-width: 310px;
  width: 100%;
  border-top: 1px solid #956134;
}

.table-box-item h4 {
  padding: 14px 0 12px 0;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #7f4f21;
  text-align: center;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: none;
  max-width: 310px;
  table-layout: fixed;
}

tbody {
  border-bottom: 1px solid rgba(149, 97, 52, 0.3);
}

td,
th {
  position: relative;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #000;
  border-left: 1px solid rgba(149, 97, 52, 0.3);
  border-top: 1px solid rgba(149, 97, 52, 0.3);
}

td span {
  font-size: 13px;
  vertical-align: bottom;
  padding-left: 3px;
  color: #e60012;
}

td::before,
td::after {
  content: "";
  background-image: url(../img/table-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 26px;
  height: 6px;
  right: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

tr td:last-child::before,
tr td:last-child::after,
tr td.pd5::before,
tr td.pd5::after,
tr td.arrow-none::before,
tr td.arrow-none::after {
  display: none;
}

td:first-child,
th:first-child {
  border-left: none;
}

th.staricon {
  margin: 0 auto;
  text-align: center;
  padding: 8px 35px;
}

th.staricon img {
  margin: 0 auto;
}

.schedule-list {
  margin: 30px 0 22px 0;
}

.schedule-list li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.schedule-list li span {
  color: #e60012;
}

.contact-box {
  display: flex;
}

.contact-item-l {
  max-width: 220px;
  background-color: #ba0031;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  width: 100%;
}

.contact-item-l h4 {
  padding: 46px 36px;
  color: #fff;
  font-size: 20px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.contact-item-r {
  border: 2px solid #ba0031;
  width: 100%;
  padding: 20px 0 20px 30px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}
.contact-name {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 15px;
}

.contact-address {
  font-size: 16px;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.recommendation-area {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.recommendation-tl {
  padding: 10px 20px 10px 130px;
  background-color: #b996c5;
  display: inline-block;
}

.recommendation-tl h3 {
  font-size: 20px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

.recommendation-box-1 {
  padding: 30px 0 50px 0;
}

.recommendation-box-2 {
  padding: 50px 0 100px 0;
}

.recommendation-1-flex,
.recommendation-2-flex {
  display: flex;
  gap: 30px;
}

.recommendation-1-item-l,
.recommendation-2-item-l {
  max-width: 480px;
  width: 100%;
}

.recommendation-1-item-l h4 {
  font-size: 20px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin: 20px 0 5px 0;
}

.recommendation-1-item-l p,
.recommendation-2-item-l p {
  font-size: 16px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.recommendation-1-item-l a,
.recommendation-2-item-l a {
  position: relative;
  margin: 20px 0 0 0;
  max-width: 200px;
  display: inline-block;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 14px 20px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.recommendation-1-item-l a::after,
.recommendation-2-item-l a::after {
  content: "";
  background-image: url(../img/btn-arrow-black.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 11px;
  left: inherit;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.recommendation-1-item-l a:hover,
.recommendation-2-item-l a:hover {
  opacity: 0.8;
}

.recommendation-1-item-r .twocolumn-box {
  display: flex;
  gap: 10px;
  margin: 0 0 20px 0;
}

.img-text {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.img-text-item-img {
  max-width: 200px;
  width: 100%;
}

.img-text-item-img img {
  width: 100%;
}

.img-text-item-text h5 {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 5px 0;
}

.img-text-item-text p {
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.recommendation-2-min-box {
  display: flex;
  gap: 30px;
}

.recommendation-2-min-box-item-l {
  max-width: 120px;
  width: 100%;
}

.recommendation-2-min-box-item-r-time h4 {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 8px 10px;
  color: #fff;
  background-color: #b996c5;
  font-size: 14px;
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.recommendation-2-min-box-item-r-time dl {
  max-width: 230px;
  width: 100%;
}

.recommendation-2-min-box-item-r-time div {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.recommendation-2-min-box-item-r-time div > dt {
  width: 100%;
  max-width: 100px;
}

.recommendation-2-min-box-item-r-time dt,
.recommendation-2-min-box-item-r-time dd {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.twocolumn-box-2 {
  display: flex;
  gap: 10px;
}

.twocolumn-box-2-item img {
  max-width: none;
}

.twocolumn-box-2-min-box {
  display: flex;
  gap: 20px;
  align-items: self-end;
}

.twocolumn-box-2-min-box-item {
  width: 100%;
}

.twocolumn-box-2-min-box-item img {
  max-width: none;
}

.twocolumn-box-2-min-box-item p {
  font-size: 12px;
  list-style: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

footer {
  margin: 30px 0;
  text-align: center;
}

footer small.copy {
  font-size: 12px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 調整 */

.pd5 {
  padding: 5px;
}

.pdr50 {
  padding-right: 50px;
}

.pdr60 {
  padding-right: 60px;
}

.pdl50 {
  padding-left: 50px;
}

.pdl60 {
  padding-left: 60px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mglauto {
  margin: 0 auto 0 0;
}

.mgrauto {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* tablet */
@media screen and (max-width: 1180px) {
  .wrapper {
    padding: 0 4%;
  }
  .ticket-absolute-2 {
    left: 4%;
  }
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .route-box,
  .table-flex,
  .schedule-link-box {
    flex-wrap: wrap;
  }

  .table-box-item,
  table {
    max-width: none;
  }

  .contact-box,
  .twocolumn-box-2 {
    flex-direction: column;
  }

  .contact-item-l h4 {
    text-align: center;
  }
  .contact-item-l {
    max-width: none;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 0;
  }
  .contact-item-r {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    padding: 20px;
  }

  .recommendation-1-item-l,
  .recommendation-1-item-r,
  .recommendation-2-item-l,
  .recommendation-2-item-r {
    width: calc(100% / 2);
  }

  .contents-img-overlap-box-2 {
    margin-left: 100px;
    transform: none;
  }

  .twocolumn-box-2-min-box {
    align-items: flex-start;
  }

  .contents-1-flex,
  .contents-2-flex {
    align-items: center;
  }
  .plan-flex {
    margin: 0 auto;
    padding: 50px 0;
    flex-direction: column;
    gap: 50px;
  }
  .movie-box {
    padding: 0 4%;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .movie-box iframe {
    width: 100%;
    height: 100%;
  }
  .contents-overlap-box h3 img {
    max-width: none;
  }
  .contents-1-flex,
  .contents-2-flex {
    justify-content: flex-end;
  }

  .contents-img-overlap-box {
    margin-left: 0;
    transform: none;
  }
  .contents-img-overlap-item:last-child {
    left: auto;
    transform: translate(45%, 0%);
  }

  .tb-absolute {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 75%;
    left: 20%;
    width: 30vw;
  }
  .pdl50 {
    padding-left: 0;
  }
  .pdr50 {
    padding-right: 0;
  }
  .plan-item-absolute {
    left: 50%;
  }
}

/* スマートフォン用スタイル */

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 4%;
  }
  .recommendation-1-flex,
  .recommendation-2-flex,
  .twocolumn-box-2,
  .table-flex,
  .contact-box {
    flex-direction: column;
  }
  .contents-overlap-box h3 img,
  .img-text-item-img,
  .img-text-item-text p,
  .recommendation-2-min-box-item-l,
  .recommendation-2-min-box-item-r-time dl,
  .schedule-item,
  .table-flex,
  .table-box-item,
  table {
    max-width: none;
    width: 100%;
  }
  .twocolumn-box-item img,
  .img-text-item-img img,
  .twocolumn-box-2-item img {
    width: 100%;
  }
  header {
    padding: 15px 10px;
  }
  .bg-black,
  .bg-red {
    text-align: center;
    height: 80px;
  }
  .mv-logo-item-img {
    max-width: 150px;
    width: 100%;
  }
  .mv-logo-item-absolute img {
    width: 25px;
  }
  .plan-flex {
    margin: 0;
    padding: 60px 4% 30px 4%;
    flex-direction: column;
    gap: 25px;
  }
  .plan-item-absolute {
    top: 50%;
    left: 50%;
  }
  .plan-item-absolute img {
    width: 20px;
  }
  .plan-item p {
    font-size: 24px;
  }
  .ticket-absolute-1 {
    top: 16.5%;
  }
  .ticket-absolute-1 {
    top: 27%;
  }
  .ticket-absolute-1 img {
    max-width: 200px;
    width: 100%;
  }
  .ticket-absolute-2 {
    left: 4%;
    top: 15%;
  }
  .ticket-absolute-2 img {
    width: 80px;
  }
  .mv-text-area p {
    font-size: 20px;
    padding: 15px 4%;
  }
  .check-list-box ul li {
    margin: 10px 0;
    font-size: 18px;
  }
  .check-list-box ul li::before {
    top: 10%;
    left: 0%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-0%, -0%);
    -ms-transform: translate(-50%, -50%);
  }
  .amount-box p {
    padding-left: 30px;
    max-width: none;
    font-size: 24px;
  }
  .movie-area {
    margin: 50px 0;
  }
  .movie-box {
    padding: 0 4%;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .movie-box iframe {
    width: 100%;
    height: 100%;
  }
  .contents-area-1,
  .contents-area-2 {
    max-width: none;
    margin: 0 auto 50px auto;
  }
  .contents-area-1::before,
  .contents-area-2::before {
    width: 100%;
  }
  .contents-absolute {
    top: 15px;
    right: 15px;
    left: auto;
  }
  .contents-absolute h2 img {
    width: 6px;
  }
  .contents-1-flex,
  .contents-2-flex {
    flex-direction: column;
    gap: 0;
  }
  .contents-1-item,
  .contents-2-item {
    width: 100%;
    padding: 235px 4% 15px 4%;
  }
  .contents-img-overlap-box {
    transform: none;
    margin-left: 0;
  }
  .contents-img-overlap-box-2 {
    margin-left: 0;
    transform: none;
  }
  .contents-img-overlap-item:last-child {
    position: unset;
  }
  .contents-overlap-box {
    max-width: none;
    padding-top: 0;
  }
  .contents-img-overlap-flex {
    display: flex;
  }
  .contents-red-box,
  .contents-brown-box {
    padding: 30px 15px;
  }
  .contents-img-overlap-item:last-child {
    transform: none;
  }
  .schedule-area {
    padding: 30px 0;
  }
  .schedule-link-box {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .schedule-link-btn,
  .schedule-link-btn,
  .schedule-link-btn-2 {
    width: calc(100% / 2 - 7.5px);
    max-width: none;
  }
  .schedule-link-btn a {
    padding: 24px 10px;
    font-size: 14px;
  }
  .schedule-link-btn-2 a {
    padding: 15px 10px;
    font-size: 14px;
  }
  .schedule-link-btn a::after,
  .schedule-link-btn-2 a::after {
    right: 2.5px;
  }
  .route-box {
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .schedule-flex {
    flex-direction: column;
    gap: 35px;
  }
  .contact-item-l h4 {
    text-align: center;
  }
  .contact-item-l {
    max-width: none;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 0;
  }
  .contact-item-r {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    padding: 20px;
  }
  .logo-item {
    padding: 13px 20px;
  }
  .recommendation-tl {
    display: block;
    text-align: center;
    padding: 10px 20px;
  }
  .recommendation-1-item-l img,
  .recommendation-2-min-box-item-l img {
    margin: 0 auto;
  }
  .recommendation-box-1 {
    padding: 15px 0 25px 0;
  }
  .recommendation-1-item-r .twocolumn-box {
    flex-direction: column;
    margin: 0 0 10px 0;
  }
  .recommendation-box-2 {
    padding: 25px 0 50px 0;
  }
  .recommendation-2-min-box {
    flex-direction: column;
    gap: 15px;
  }
  .img-text {
    flex-direction: column;
    gap: 10px;
  }
  .twocolumn-box-2-min-box {
    align-items: flex-start;
  }
  .twocolumn-box-2-min-box-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
  }
  footer {
    margin: 15px 0;
  }
  .sp-pd4 {
    padding: 0 4% !important;
  }
  .mgb40 {
    margin-bottom: 30px !important;
  }
  .mgrauto,
  .mglauto {
    margin: 0 auto;
  }
  .pdr50,
  .pdr60 {
    padding-right: 0;
  }
  .pdl50,
  .pdl60 {
    padding-left: 0;
  }
  .schedule-item-min {
    max-width: none;
    width: 100%;
  }
  .bg-gray {
    text-align: center;
  }
  .bg-gray img {
    margin: 0 auto;
  }
  .sp-w100 {
    width: 100%;
  }
}

/* 20251225追加 */
.detail-text-box {
  margin-bottom: 100px;
}

.detail-text-box p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
