@charset "UTF-8";
.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(-6px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.btn {
  position: relative;
  display: block;
  background-color: #359345;
  font-weight: 600;
  padding: 20px 50px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  text-decoration: none !important;
  font-size: clamp(16px, 2vw, 24px);
  border-radius: 3px;
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-weight: 900;
}
.btn.solid {
  box-shadow: 2px 2px 0 0 rgba(1, 1, 1, 0.6);
  border-radius: 7px;
}
.btn.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
  background: #eee;
}
.btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/external-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 500;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.mb-sm {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 960px) {
  .mb-sm {
    margin-bottom: 28px !important;
  }
}

.mb-md, .app-reception-btn, .event-box, .env-table > h5, .receipt-capture__imgs, .receipt-capture__ul, .event02__content, .main-title, .section-title {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 960px) {
  .mb-md, .app-reception-btn, .event-box, .env-table > h5, .receipt-capture__imgs, .receipt-capture__ul, .event02__content, .main-title, .section-title {
    margin-bottom: 50px !important;
  }
}

.mb-lr, .imp-notes__ul, .privacy-policy {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .mb-lr, .imp-notes__ul, .privacy-policy {
    margin-bottom: 100px !important;
  }
}

.mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .mb-lg {
    margin-bottom: 150px !important;
  }
}

.mt-md, .footer__desc {
  margin-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .mt-md, .footer__desc {
    margin-top: 50px !important;
  }
}

.pb-sm {
  padding-bottom: 16px !important;
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 25px !important;
  }
}

.pb-md, .app-reception__img {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 960px) {
  .pb-md, .app-reception__img {
    padding-bottom: 40px !important;
  }
}

.pt-md, .event02__inner {
  padding-top: 25px !important;
}
@media screen and (min-width: 960px) {
  .pt-md, .event02__inner {
    padding-top: 40px !important;
  }
}

.pt-lg {
  padding-top: 80px !important;
}
@media screen and (min-width: 960px) {
  .pt-lg {
    padding-top: 150px !important;
  }
}

.pt-xl, .event02 {
  padding-top: 100px !important;
}
@media screen and (min-width: 960px) {
  .pt-xl, .event02 {
    padding-top: 180px !important;
  }
}

.pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .pb-lg {
    padding-bottom: 150px !important;
  }
}

.pt-lr, .app-reception, .app-method, .receipt-capture, .footer__inner, .event-product02 {
  padding-top: 60px !important;
}
@media screen and (min-width: 960px) {
  .pt-lr, .app-reception, .app-method, .receipt-capture, .footer__inner, .event-product02 {
    padding-top: 100px !important;
  }
}

.pb-lr, .app-reception, .app-method, .receipt-capture, .footer__inner, .event-product02, .event02 {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .pb-lr, .app-reception, .app-method, .receipt-capture, .footer__inner, .event-product02, .event02 {
    padding-bottom: 100px !important;
  }
}

.content-width800 {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.content-width, .app-reception__inner, .app-method__inner, .receipt-capture__inner, .privacy-policy, .footer__inner, .event-product02__inner, .event02__inner, .section-title {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex, .event-info, .step-block, .env-table__inner, .receipt-capture__imgs {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .flex, .event-info, .step-block, .env-table__inner, .receipt-capture__imgs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex820, .event02-infos__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .flex820, .event02-infos__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex960, .footer__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .flex960, .footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.font-ssm, .table-style01 td {
  font-size: clamp(12px, 2vw, 14px);
  text-align: justify;
  line-height: 1.8em;
}

.font-sm, .event-box__content > p, .imp-notes__ul li, .table-style02 td, .table-style01 td:first-child, body {
  font-size: clamp(14px, 2vw, 16px);
}

.font-md, .imp-notes > h4, .env-table > h5, .event-details-list dd span {
  font-size: clamp(16px, 3vw, 21px);
}

.font-lr {
  font-size: clamp(17px, 4vw, 25px);
}

.font-lg {
  font-size: clamp(18px, 4vw, 36px);
}

.font-xl {
  font-size: clamp(20px, 5vw, 40px);
}

.section-title {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 600;
  padding: 10px 0;
  color: white;
  border-radius: 90px;
  background: #A5805A;
}

.main-title {
  font-size: clamp(18px, 4vw, 30px);
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  color: #E85377;
  text-align: center;
}

.sp-sm {
  display: none;
}
@media screen and (min-width: 480px) {
  .sp-sm {
    display: block;
  }
}

.sp-md {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp-md {
    display: block;
  }
}

.pc-sm {
  display: block;
}
@media screen and (min-width: 480px) {
  .pc-sm {
    display: none;
  }
}

.pc-md {
  display: block;
}
@media screen and (min-width: 600px) {
  .pc-md {
    display: none;
  }
}

.pc-lg {
  display: block;
}
@media screen and (min-width: 960px) {
  .pc-lg {
    display: none;
  }
}

.pc-xl {
  display: block;
}
@media screen and (min-width: 1280px) {
  .pc-xl {
    display: none;
  }
}

.sp-lg {
  display: none;
}
@media screen and (min-width: 960px) {
  .sp-lg {
    display: block;
  }
}

.table-style01 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.table-style01 thead th {
  padding: 16px 6px;
  border-bottom: 1px solid #359345;
}
@media screen and (min-width: 600px) {
  .table-style01 thead th {
    padding: 30px 10px 10px 10px;
  }
}
.table-style01 thead th:first-child {
  font-weight: 800;
  width: 40%;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .table-style01 thead th:first-child {
    width: 25%;
  }
}
.table-style01 thead th:last-child {
  font-weight: 800;
  width: 60%;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .table-style01 thead th:last-child {
    width: 75%;
  }
}
.table-style01 td {
  padding: 6px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .table-style01 td {
    padding: 10px;
  }
}
.table-style01 td:first-child {
  font-weight: 600;
  width: 20%;
}
.table-style01 td:first-child > span {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #1E71A6;
  padding: 3px 8px;
  color: white;
  border-radius: 50px;
}
.table-style01 td:last-child {
  font-weight: 600;
  width: 80%;
  text-align: left;
}
.table-style01 td:nth-child(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.table-style02 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-style02 tr {
  vertical-align: top;
}
.table-style02 td {
  padding: 6px 0;
  text-align: left;
}
.table-style02 td:first-child {
  font-size: clamp(14px, 3vw, 17px);
  font-weight: 700;
  width: 47%;
}
.table-style02 td:first-child > span {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #1E71A6;
  padding: 3px 8px;
  color: white;
  border-radius: 50px;
}
.table-style02 td:last-child {
  font-weight: 600;
  width: 80%;
  text-align: left;
}

/*トップに戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top > a {
  background: white;
  box-shadow: 1px 1px 3px rgba(174, 174, 174, 0.5);
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: relative;
}
#page-top > a::after {
  content: "";
  background-image: url(../images/chevron-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 19px;
}

.c-red, .imp-notes__ul li span {
  color: #E85377;
}

.hero > img {
  width: 100%;
}

.app-reception__img {
  max-width: 600px;
  margin: 0 auto;
}
.app-reception__img > img {
  width: 100%;
  margin: 0 auto;
}

.event-box {
  padding: 30px 10px 10px 10px;
  background: #A5805A;
  border-radius: 10px;
  position: relative;
}
.event-box::before {
  position: absolute;
  content: "";
  background-image: url(../images/event1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20%;
  top: -25px;
  left: 0px;
}
@media screen and (min-width: 960px) {
  .event-box::before {
    width: 30%;
    height: 30%;
    top: -50px;
    left: -10px;
  }
}
.event-box:nth-child(2)::before {
  background-image: url(../images/event2.png);
}
.event-box:nth-child(3)::before {
  background-image: url(../images/event3.png);
}
@media screen and (min-width: 600px) {
  .event-box {
    flex-basis: 49%;
  }
}
@media screen and (min-width: 960px) {
  .event-box {
    flex-basis: 32%;
    padding: 30px 10px 10px 10px;
  }
}
.event-box__title {
  color: white;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 10px;
  text-align: center;
  font-weight: 800;
}
.event-box__content {
  background: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.event-box__content > p {
  font-weight: 600;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.event-box__img > img {
  width: 100%;
  margin: 0 auto;
}

.event-info {
  margin-bottom: 30px;
  flex-basis: 50%;
  justify-content: space-around;
}
@media screen and (min-width: 960px) {
  .event-info {
    margin-bottom: 20px;
  }
}
.event-info > h3 {
  display: inline-block;
  background: #359345;
  color: white;
  font-weight: 800;
  height: 60px;
  width: 60px;
  border-radius: 90px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.event-info__list {
  padding: 0;
  list-style: none;
  font-weight: 600;
}
@media screen and (min-width: 820px) {
  .event-info__list {
    flex-basis: 80%;
  }
}
.event-info__list li {
  line-height: 1em;
  margin-bottom: 10px;
  font-size: clamp(30px, 2vw, 45px);
}
.event-info__list li span {
  font-size: clamp(16px, 2vw, 20px);
}

.event-details-title {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.app-method {
  background: #FFF3E5;
}
.step-block {
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .step-block {
    width: 90%;
    margin: 0 auto 80px;
  }
}
.step-block__img {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .step-block__img {
    margin-bottom: 0;
    flex-basis: 30%;
  }
}
.step-block__img::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 80px;
  display: block;
  top: 100%;
  right: 50%;
  transform: translateX(50%) rotate(90deg);
}
@media screen and (min-width: 600px) {
  .step-block__img::after {
    width: 10%;
    height: 20%;
    transform: translateX(0%) rotate(0deg);
    top: 50%;
    right: -14%;
  }
}
.step-block__img:last-child::after {
  display: none;
}
.step-block__img > img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.imp-notes {
  position: relative;
}
.imp-notes > h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  color: #A5805A;
  background: #FFF3E5;
  padding: 0 20px;
}
.imp-notes__inner {
  border: 4px solid #A5805A;
  padding: 20px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .imp-notes__inner {
    padding: 60px 20px 20px 20px;
  }
}
@media screen and (min-width: 820px) {
  .imp-notes__inner {
    padding: 60px 40px 20px 40px;
  }
}
.imp-notes__ul {
  padding: 0;
  padding-left: 10px;
  list-style: none;
  text-align: justify;
  line-height: 1.3;
}
.imp-notes__ul li {
  position: relative;
  margin-bottom: 15px;
}
.imp-notes__ul li::before {
  content: "※";
  position: absolute;
  left: -15px;
  font-size: 13px;
  top: 5px;
}
.imp-notes__ul li span {
  font-weight: 600;
}

.imp-notes-url {
  font-weight: 600;
  margin-top: 5px;
}

.env-table > h5 {
  text-align: center;
}
.env-table__inner {
  justify-content: space-between;
}
.env-table__block {
  flex-basis: 49%;
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.env-table__block > span {
  font-weight: 600;
  background: #A5805A;
  font-size: 12px;
  color: white;
  padding: 0px 20px;
  position: absolute;
  top: 0px;
}

.receipt-capture__imgs {
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}
.receipt-capture__imgs-left {
  flex-basis: 30%;
}
.receipt-capture__imgs-left > img {
  width: 100%;
  margin: 0 auto;
}
.receipt-capture__imgs-right {
  flex-basis: 65%;
}
.receipt-capture__imgs-right > img {
  width: 100%;
  margin: 0 auto;
}
.receipt-capture__lists {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.receipt-capture__ul {
  padding: 0;
  padding-left: 15px;
  list-style: none;
  text-align: justify;
  line-height: 1.3;
}
.receipt-capture__ul li {
  position: relative;
  margin-bottom: 10px;
}
.receipt-capture__ul li::before {
  content: "※";
  position: absolute;
  left: -15px;
  font-size: 13px;
  top: 5px;
}

.privacy-policy {
  position: relative;
}
.privacy-policy > h4 {
  max-width: 330px;
  width: 90%;
  position: absolute;
  font-size: clamp(16px, 4vw, 22px);
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  color: #1E71A6;
  background: white;
  padding: 0 20px;
  text-align: center;
}
.privacy-policy__inner {
  border: 3px solid #1E71A6;
  padding: 20px 10px;
  border-radius: 10px;
  line-height: 1.6em;
}
@media screen and (min-width: 600px) {
  .privacy-policy__inner {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (min-width: 820px) {
  .privacy-policy__inner {
    padding: 40px;
  }
}

.footer {
  background: #359345;
  color: white;
}
.footer__inner {
  justify-content: space-between;
  align-items: center;
}
.footer__left {
  flex-basis: 45%;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .footer__left {
    margin-bottom: 0;
  }
}
.footer__right {
  flex-basis: 55%;
  position: relative;
}
.footer__right::before {
  position: absolute;
  content: "";
  border-left: 2px solid;
  height: 100%;
  width: 1px;
  left: -10px;
  display: none;
}
@media screen and (min-width: 960px) {
  .footer__right::before {
    display: block;
  }
}
.footer__desc {
  text-align: justify;
}

.copy-light {
  background: #1E71A6;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.copy-light p {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .copy-light p {
    text-align: left;
  }
}

@media screen and (min-width: 820px) {
  .event-product02__inner .product-pc {
    display: none;
  }
}
.event-product02__inner .product-sp {
  display: none;
}
@media screen and (min-width: 820px) {
  .event-product02__inner .product-sp {
    display: block;
  }
}

.bg-image {
  background-image: url(../images/bg.png);
  background-size: contain;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
}

.event02 {
  position: relative;
}
.event02::after {
  content: "";
  background-image: url(../images/happa_bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 15vh;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}
.event02__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.event02__box {
  flex-basis: 47%;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .event02__box {
    flex-basis: 30%;
  }
}
.event02__box:nth-child(1)::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url(../images/event1.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  max-width: 70px;
  top: 18%;
  left: -10px;
}
.event02__box:nth-child(2)::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url(../images/event2.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  max-width: 70px;
  top: 18%;
  left: -10px;
}
.event02__box:nth-child(3)::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url(../images/event3.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  max-width: 70px;
  top: 18%;
  left: -10px;
}
.event02__box:nth-child(4)::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url(../images/event4.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  max-width: 70px;
  top: 18%;
  left: -10px;
}
.event02__box:nth-child(5)::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-image: url(../images/event5.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  max-width: 70px;
  top: 18%;
  left: -10px;
}

.event02-infos {
  position: relative;
}
@media screen and (min-width: 960px) {
  .event02-infos::after {
    content: "";
    position: absolute;
    background-image: url(../images/event_text.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20em;
    height: 7em;
    z-index: 1000;
    top: -110px;
    left: -50px;
  }
}
.event02-infos__inner {
  justify-content: space-between;
}

.event-schedule {
  padding: 20px 10px;
  flex-basis: 49%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 5%;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .event-schedule {
    margin-bottom: 0;
    padding: 30px;
  }
}
.event-schedule::after {
  content: "";
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 80px;
  background-image: url(../images/event-schedule-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
.event-schedule::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -10px;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/happa2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
.event-schedule__label {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #333333;
  flex-shrink: 0;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: clamp(18px, 3vw, 25px);
}
.event-schedule__content {
  display: flex;
  flex-direction: column;
  background: #eee;
  padding: 10px;
  border-radius: 10px;
}
.event-schedule__content .basho {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 5px;
}
.event-schedule__content .time {
  margin-top: 10px;
  background: white;
  padding: 4px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.event-schedule__date {
  font-weight: bold;
  margin-bottom: 10px;
}
.event-schedule__date > span {
  font-size: clamp(18px, 3vw, 25px);
}
.event-schedule__item {
  margin-bottom: 10px;
}
.event-schedule__item:last-child {
  margin-bottom: 0;
}

.event-details-list {
  flex-basis: 49%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5%;
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .event-details-list {
    padding: 30px;
  }
}
.event-details-list::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -10px;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/happa2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
.event-details-list dt {
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  font-size: clamp(18px, 3vw, 25px);
  border-bottom: 1px dotted #333333;
}
.event-details-list dd {
  margin-left: 0;
  margin-bottom: 20px;
}
.event-details-list dd:last-child {
  margin-bottom: 0;
}
.event-details-list dd span {
  display: block;
  margin-bottom: 4px;
  font-weight: 800;
}
.event-details-list dd p {
  margin: 0;
  line-height: 1.5;
  color: #666;
}

.address-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.address-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.address-label {
  width: 20%;
}

.btn-link-none {
  pointer-events: none;
  background: #c7c7c7;
}/*# sourceMappingURL=style.css.map */