@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  color: #231815;
  scroll-behavior: smooth;
}

.button {
  height: 60px;
  font-size: 24px;
  margin-inline: 4%;
  color: #fff;
  border-radius: 14px;
  letter-spacing: 0.1em;
  font-weight: 900;
  background-color: #ea6000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.lp {
  max-width: 400px;
  margin-inline: auto;
  padding-bottom: 30px;
  background-color: #e5eb9e;
}
.lp__mv {
  position: relative;
}
.lp__mv-logo {
  top: 9%;
  left: 50%;
  width: 54%;
  height: auto;
  position: absolute;
  margin-inline: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp__mv-text {
  top: 20px;
  left: 20px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  font-weight: 700;
  line-height: 1.25em;
}
.lp__intro {
  z-index: 1;
  margin-top: -28%;
  position: relative;
}
.lp__intro-content {
  padding-inline: 8%;
}
.lp__intro-wrap:not(:last-child) {
  margin-bottom: 25px;
}
.lp__intro-label {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  margin-inline: auto;
  border-radius: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  background-color: #f7b52c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__intro-text {
  font-size: 16px;
  color: #693f15;
  font-weight: 700;
  line-height: 1.4444444444em;
}
.lp__intro-image {
  margin-inline: 4%;
  border-radius: 22px;
  padding: 20px 20px 0;
  margin-block: 25px 20px;
  background-color: #fff;
}
.lp__intro-image img {
  display: block;
}
.lp__schedule {
  margin-inline: 4%;
  padding-top: 92px;
  position: relative;
}
.lp__schedule::before {
  left: 50%;
  top: 42px;
  content: "";
  width: 242px;
  height: 68px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../public/img/svg/hanger.svg") no-repeat center/contain;
}
.lp__schedule-content {
  position: relative;
  padding-block: 34px 23px;
  background-color: #fff;
}
.lp__schedule-content::before, .lp__schedule-content::after {
  left: -3px;
  content: "";
  right: -3px;
  height: 6px;
  position: absolute;
  border-radius: 3px;
  background-color: #c79f62;
}
.lp__schedule-content::before {
  top: 0;
}
.lp__schedule-content::after {
  bottom: 0;
}
.lp__schedule-title {
  margin-inline: 15.24%;
}
.lp__schedule-title--small {
  margin-inline: 19.58%;
}
.lp__schedule-wrap {
  padding-inline: 6%;
  margin-bottom: 25px;
}
.lp__schedule-main {
  margin-top: 28px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #c79f62;
}
.lp__schedule-item {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__schedule-item:not(:last-child) {
  margin-bottom: 15px;
}
.lp__schedule-tag {
  height: 24px;
  min-width: 70px;
  font-size: 14px;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  background-color: #ea6000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__schedule-text {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.2777777778em;
}
.lp__schedule-text--big {
  font-size: 34px;
  line-height: 0.1em;
}
.lp__schedule-text--mid {
  font-size: 20px;
  line-height: 1.15em;
}
.lp__schedule-text--small {
  font-size: 16px;
  line-height: 1.375em;
}
.lp__schedule-list {
  margin-top: 35px;
  padding-inline: 6%;
}
.lp__schedule-location:not(:last-child) {
  margin-bottom: 15px;
}
.lp__schedule-location--mbig {
  margin-bottom: 25px !important;
}
.lp__schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__schedule-details {
  gap: 7px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__schedule-details:first-child {
  width: 45%;
}
.lp__schedule-details:last-child {
  width: 55%;
}
.lp__schedule-details .lp__schedule-cat {
  margin-top: 5px;
}
.lp__schedule-label {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  background-color: #c79f62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__schedule-label--dark {
  position: relative;
  background-color: #946134;
}
.lp__schedule-label--dark::before {
  top: 50%;
  left: -5px;
  width: 34px;
  height: 34px;
  content: "県外";
  font-size: 12px;
  position: absolute;
  border-radius: 50%;
  color: #804f21;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fcd44b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__schedule-cat {
  height: 17px;
  min-width: 36px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #9a9d00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__schedule-cat--light {
  background-color: #77af60;
}
.lp__schedule-button {
  width: 100%;
  padding: 20px;
  display: block;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  font-weight: 900;
  margin-block: 40px 20px;
  line-height: 1.2083333333em;
  background-color: #7baa17;
}
.lp__schedule-org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #804f21;
  letter-spacing: 0.125em;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1814285714em;
}
.lp__schedule-org :last-child {
  text-align: center;
}
.lp__schedule-contact {
  gap: 7px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__contact-tag {
  width: 28px;
  height: 28px;
  font-size: 12px;
  margin-top: 3px;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 700;
  background-color: #804f21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__contact-link {
  font-size: 34px;
  line-height: 1em;
  color: #804f21;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}