@charset "UTF-8";
main section h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

main section h2 strong {
  font-weight: 400;
}

main section h2 .sub {
  color: #f08200;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 1.75rem;
}

main #main_image {
  position: relative;
}

main #main_image h1 {
  position: absolute;
  top: 25px;
  left: 25px;
}

main #main_image h2 img {
  width: 100%;
  height: auto;
}

main #main_image #main_top_reservation {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0 0 22px rgba(103, 56, 0, 0.13);
}

main #main_image #main_top_reservation img {
  width: 100%;
  height: auto;
}

main #main_image #main_top_contact {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0 0 22px rgba(103, 56, 0, 0.13);
}

main #main_image #main_top_contact img {
  width: 100%;
  height: auto;
}

main #main_image #main_top_line {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0 0 22px rgba(103, 56, 0, 0.13);
}

main #main_image #main_top_line img {
  width: 100%;
  height: auto;
}

main .webreserve {
  position: relative;
  z-index: 0;
  min-height: 290px;
  overflow: hidden;
  padding: 105px 24px 50px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

main .webreserve::before {
  content: "";
  display: block;
  background: linear-gradient(#f08200 0%, #f8a94c 50%, #fabf7a 75%, #fff 99.5%);
  width: 575px;
  position: absolute;
  inset: 25px 0 -1px -100px;
  z-index: -1;
  border-top-left-radius: 290px;
  border-top-right-radius: 290px;
  box-shadow: 0 0 12px rgba(67, 46, 37, 0.08);
}

main .webreserve h2 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 25px;
}

main .webreserve h2 span.mini {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 1.75rem;
}

main .webreserve p.point {
  width: 90px;
  height: 90px;
  background: #fff;
  color: #2a3d51;
  font-size: 1.3rem;
  line-height: 1.28;
  font-weight: 700;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 40px;
  box-shadow: 0 0 12px rgba(67, 46, 37, 0.08);
}

main .webreserve p.note {
  margin-top: 8px;
  opacity: 0.85;
  font-size: 1.2rem;
  line-height: 1.75;
}

main .webreserve p.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

main .webreserve p.btn a {
  display: block;
  background: #fff;
  color: #f08200;
  border-radius: 100px;
  width: 245px;
  margin: 32px auto 0;
  padding: 25px 20px 25px 0;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 12px rgba(240, 130, 1, 0.18);
}

main .webreserve p.btn a::after {
  content: "";
  background: url("../img/btn_arrow2.png") no-repeat;
  background-size: 20px 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
}

main section.campaign {
  background: url("../img/campaing_bg.jpg") no-repeat center top;
  background-size: 375px auto;
  padding-top: 64px;
  text-align: center;
}

main section.campaign h2 {
  text-align: center;
  margin-bottom: 20px;
}

main section.campaign h2 .sub {
  color: #f08200;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 1.75rem;
}

main section.campaign p.note {
  margin-top: 8px;
  opacity: 0.85;
  font-size: 1.2rem;
  line-height: 1.75;
}

main #ba {
  background: linear-gradient(#fff 0px, #fcf9f6 100px);
  padding-top: 64px;
  text-align: center;
}

main #ba dl.jirei {
  position: relative;
  text-align: justify;
  margin: 40px 0;
}

main #ba dl.jirei > dt {
  padding-left: 25px;
  padding-top: 10px;
  height: 180px;
}

main #ba dl.jirei > dt .name {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 6px;
  display: block;
}

main #ba dl.jirei > dt .name .honorific {
  font-size: 1.4rem;
}

main #ba dl.jirei > dt .age {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

main #ba dl.jirei > dt .img {
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 2;
}

main #ba dl.jirei > dd {
  padding: 125px 48px 50px 40px;
  margin: 0 0 0 20px;
  background: #fff;
  box-shadow: 0 0 23px rgba(88, 57, 20, 0.13);
  position: relative;
}

main #ba dl.jirei > dd::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: radial-gradient(#f08200, #f7cb6b 33%, transparent 66%);
  opacity: 0.15;
  width: 360px;
  height: 360px;
  pointer-events: none;
  position: absolute;
  bottom: -10%;
  left: -280px;
}

main #ba dl.jirei > dd::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: radial-gradient(#f08200, #f7cb6b 33%, transparent 66%);
  opacity: 0.15;
  width: 360px;
  height: 360px;
  pointer-events: none;
  position: absolute;
  top: -5%;
  right: -240px;
}

main #ba dl.jirei > dd h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  z-index: 1;
}

main #ba dl.jirei > dd h3:nth-of-type(n+2) {
  margin-top: 30px;
}

main #ba dl.jirei > dd p {
  z-index: 1;
}

main #ba dl.jirei:nth-of-type(2n) > dt .img {
  left: 25px;
}

main #ba dl.jirei:nth-of-type(2n) > dd {
  margin: 0 20px 0 0;
}

main #ba dl.jirei:nth-of-type(2n) > dd::before {
  top: 10%;
  bottom: initial;
}

main #ba dl.jirei:nth-of-type(2n) > dd::after {
  bottom: -5%;
  top: initial;
}

main #onayami {
  padding-top: 64px;
  padding-bottom: 60px;
  text-align: center;
}

main #onayami h2 {
  margin-bottom: 0;
}

main #onayami h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  position: relative;
}

main #onayami h3::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: radial-gradient(#f08200, #f7cb6b 33%, transparent 66%);
  opacity: 0.15;
  width: 320px;
  height: 320px;
  pointer-events: none;
  position: absolute;
  top: 0%;
  left: -220px;
}

main #onayami h3:nth-of-type(2n)::before {
  left: initial;
  right: -220px;
}

main #features .mv {
  margin-bottom: 40px;
}

main #features .mv:nth-of-type(n+2) {
  margin-top: 80px;
}

main #features dl.reason {
  position: relative;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

main #features dl.reason::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: radial-gradient(#f08200, #f7cb6b 33%, transparent 66%);
  opacity: 0.3;
  width: 360px;
  height: 360px;
  pointer-events: none;
  position: absolute;
  bottom: -70px;
  right: -30px;
}

main #features dl.reason::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: radial-gradient(#f08200, #f7cb6b 33%, transparent 66%);
  opacity: 0.3;
  width: 360px;
  height: 360px;
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: -240px;
}

main #features dl.reason > dt {
  color: #ffac49;
  font-size: 5.5rem;
  font-weight: 300;
  font-style: italic;
  font-family: 'Rubik', 'Montserrat', sans-serif;
  line-height: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

main #features dl.reason > dd.img {
  position: relative;
  z-index: 2;
  width: 335px;
  margin: 0 0 0 auto;
}

main #features dl.reason > dd.img .slick-dots {
  margin-left: -20px;
}

main #features dl.reason > dd.info {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 8px rgba(71, 71, 104, 0.12);
  margin: -75px 40px 0 0;
  padding: 120px 40px 50px 40px;
}

main #features dl.reason > dd.info h3 {
  color: #f08200;
  font-size: 2.1rem;
  line-height: 1.38;
  margin-bottom: 25px;
  margin-right: -40px;
}

main #features dl.reason > dd.info h3.ls-04 {
  letter-spacing: -0.04em;
}

main #features dl.reason > dd.info h3 .mini {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

main #features dl.reason > dd.info ul.point {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 25px;
  gap: 10px 0;
  justify-content: space-between;
}

main #features dl.reason > dd.info ul.point li {
  display: flex;
  align-items: center;
  min-width: 120px;
  color: #f08200;
  font-size: 1.2rem;
  line-height: 1.2;
}

main #features dl.reason > dd.info ul.point li img {
  flex-shrink: 0;
  margin-right: 6px;
}

main #features dl.reason > dd.info ul.point li .after_slash {
  position: relative;
  padding-left: 3.1em;
}

main #features dl.reason > dd.info ul.point li .after_slash::before {
  content: "";
  display: block;
  height: 2.5em;
  width: 1px;
  background: #f08200;
  transform: rotate(23deg);
  position: absolute;
  left: 1.6em;
}

main #features dl.reason:nth-of-type(1) {
  margin-top: 0;
}

main #features dl.reason:nth-of-type(2n)::before {
  left: -30px;
  right: initial;
}

main #features dl.reason:nth-of-type(2n)::after {
  right: -240px;
  left: initial;
}

main #features dl.reason:nth-of-type(2n) > dt {
  left: initial;
  right: 20px;
}

main #features dl.reason:nth-of-type(2n) > dd.img {
  margin: 0 auto 0 0;
}

main #features dl.reason:nth-of-type(2n) > dd.info {
  margin-right: 0;
  margin-left: 40px;
}

main #plan {
  background: linear-gradient(#fff 0%, #f6eee3 55%);
  padding-top: 40px;
  text-align: center;
}

main #plan .mv {
  margin-bottom: 60px;
}

main #plan h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

main #plan p {
  padding-left: 20px;
  padding-right: 20px;
}

main #plan p.note {
  margin-top: 8px;
  opacity: 0.85;
  font-size: 1.2rem;
  line-height: 1.85;
}

main #plan .ticket_plan {
  margin: 35px 0 30px;
}

main #plan h3 {
  color: #f08200;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

main #plan .program {
  width: 325px;
  position: relative;
  margin: 0 auto;
}

main #plan .program li {
  position: absolute;
  left: 92px;
}

main #plan .program li:nth-of-type(1) {
  top: 56px;
}

main #plan .program li:nth-of-type(2) {
  top: 117px;
}

main #plan .program li:nth-of-type(3) {
  top: 177px;
}

main #plan .program.before_or {
  margin-top: 37px;
  padding-top: 38px;
}

main #plan .program.before_or::before {
  content: "";
  display: block;
  background: url("../img/plan/icon_or.png") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
}

main #plan .entry_fee {
  position: relative;
  background: #f2e7d8;
  padding: 38px 0 30px;
  margin-top: 37px;
}

main #plan .entry_fee::before {
  content: "";
  display: block;
  background: url("../img/plan/icon_plus.png") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
}

main #another_plan {
  background: linear-gradient(#fff 0%, #f6eee3 55%);
  padding-top: 70px;
  text-align: center;
}

main #another_plan .mv {
  margin-bottom: 60px;
}

main #another_plan h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
}

main #another_plan p.note {
  margin-top: 8px;
  opacity: 0.85;
  font-size: 1.2rem;
  line-height: 1.85;
}

main #another_plan .ticket_plan {
  margin: 35px 0 30px;
}

main #another_plan h3 {
  color: #2e4054;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 9px;
  font-weight: 500;
  font-feature-settings: "palt";
}

main #another_plan h3.before_or {
  position: relative;
  margin-top: 37px;
  padding-top: 38px;
}

main #another_plan h3.before_or::before {
  content: "";
  display: block;
  background: url("../img/plan/icon_or.png") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  z-index: 1;
}

main #another_plan h3.before_or::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  background: #ead9c3;
  height: 1px;
  inset: -1px 0 auto 0;
  margin: 0 auto;
  position: absolute;
}

main #another_plan p {
  font-size: 1.1rem;
  color: #2e4054;
  margin-bottom: 12px;
  font-feature-settings: "palt";
}

main #another_plan .program {
  width: 325px;
  position: relative;
  margin: 0 auto;
}

main #another_plan .program li {
  position: absolute;
  left: 92px;
}

main #another_plan .program li:nth-of-type(1) {
  top: 56px;
}

main #another_plan .program li:nth-of-type(2) {
  top: 117px;
}

main #another_plan .program li:nth-of-type(3) {
  top: 177px;
}

main #another_plan .entry_fee {
  position: relative;
  background: #f2e7d8;
  padding: 38px 0 30px;
  margin-top: 37px;
}

main #another_plan .entry_fee::before {
  content: "";
  display: block;
  background: url("../img/plan/icon_plus.png") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
}

main #comparison {
  padding-top: 64px;
  padding-bottom: 60px;
  text-align: center;
}

main #comparison h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

main #comparison .table {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 25px 10px;
}

main #comparison .table img {
  max-width: initial;
}

main #flow {
  background: url("../img/flow_bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 84px;
  text-align: center;
  position: relative;
  z-index: 1;
}

main #flow h2 {
  margin-bottom: 0;
}

main #flow h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

main #flow .flowslide {
  padding: 0;
}

main #flow .flowslide li {
  padding: 0 40px;
  text-align: left;
}

main #flow .flowslide li .img {
  margin-left: -16px;
}

main #flow .flowslide li h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: -12px;
}

main #flow .flowslide .slick-dots {
  bottom: -40px;
}

main #flow .flowslide .slick-dots li {
  padding: 0;
}

main #flow .flowslide .slick-dots li button::before {
  background: #fff;
}

main #flow .flowslide .slick-next {
  top: initial;
  bottom: -52px;
  right: 88px;
}

main #flow .flowslide .slick-prev {
  top: initial;
  bottom: -52px;
  left: 88px;
}

main #flow .flowslide img {
  max-width: initial;
}

main #voice {
  background: #f9f5ef;
  position: relative;
  padding-top: 64px;
  padding-bottom: 60px;
  text-align: center;
}

main #voice::before {
  content: "";
  background: #f9f5ef;
  display: block;
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  height: 160px;
}

main #voice h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

main #voice .voicelist {
  scroll-behavior: smooth;
  overflow-x: auto;
  padding: 0 40px 10px;
  margin-top: 30px;
}

main #voice .voicelist .flex {
  display: flex;
  gap: 20px;
}

main #voice .voicelist .flex dl {
  flex-shrink: 0;
  width: 260px;
  padding: 22px 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.12);
}

main #voice .voicelist .flex dl dt {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

main #voice .voicelist .flex dl dt .img {
  display: block;
  margin-bottom: 10px;
}

main #voice .voicelist .flex dl dd {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 2.1;
}

main #every {
  background: url("../img/every_bg.jpg") no-repeat center top;
  background-size: 375px auto;
  position: relative;
  padding-top: 74px;
}

main #every::before {
  content: "";
  display: block;
  height: 120px;
  background: linear-gradient(#ffffff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

main #every h2 {
  position: relative;
  z-index: 1;
}

main #every .text {
  padding: 0 40px;
  margin-bottom: 80px;
}

main #every .text p + p {
  margin-top: 1.2em;
}

main #faq {
  background: #f7f3ed;
  padding-top: 64px;
  padding-bottom: 65px;
  text-align: center;
}

main #faq h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

main #faq .list {
  padding: 0 25px;
}

main #faq .list dl {
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-top: 15px;
}

main #faq .list dl dt {
  position: relative;
  padding: 10px 50px 10px 63px;
  min-height: 72px;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
}

main #faq .list dl dt::before {
  content: "Q.";
  color: #f08200;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}

main #faq .list dl dt::after {
  content: "+";
  color: #f08200;
  font-size: 2rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}

main #faq .list dl dt.open::after {
  content: "−";
}

main #faq .list dl dd {
  margin: 0 25px;
  border-top: 1px solid #f6f4f2;
  padding: 24px 25px 24px 38px;
  text-align: justify;
  position: relative;
  display: none;
}

main #faq .list dl dd::before {
  content: "A.";
  color: #f08200;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 24px;
  left: 0;
}

main #shop_info {
  padding: 64px 24px 75px;
}

main #shop_info h2 {
  text-align: center;
  color: #424e5b;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

main #shop_info h2 .sub {
  color: #f08200;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
}

main #shop_info .shop_photo {
  margin: 0 -24px 56px;
}

main #shop_info ul.info li {
  border-bottom: 1px solid #e9ebed;
}

main #shop_info ul.info li.map {
  padding-bottom: 35px;
}

main #shop_info ul.info li.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 650/450;
}

main #shop_info ul.info li dl {
  display: flex;
  padding: 17px 10px 20px;
}

main #shop_info ul.info li dl dt {
  box-sizing: border-box;
  font-weight: 500;
  width: 31.8%;
  color: #424e5b;
  font-size: 1.2rem;
  line-height: 2;
}

main #shop_info ul.info li dl dd {
  box-sizing: border-box;
  width: 68.2%;
  color: #424e5b;
  font-size: 1.2rem;
  line-height: 2;
}

main #contact {
  background: linear-gradient(transparent 0%, #f7f3ed 27%);
  padding: 64px 20px 75px;
}

main #contact h2 {
  text-align: center;
  color: #424e5b;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

main #contact h2 .sub {
  color: #f08200;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
}

main #contact input[type="date"] {
  min-height: calc(1em + 40px);
}

main #contact .annai_message {
  font-size: 11px;
  line-height: 1.2;
  margin: 4px 0 1px;
}

main #contact .privacy_check {
  margin-bottom: 40px;
}

main #contact .privacy_check .privacy_note {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 24px;
}

main #thanks {
  padding: 160px 30px 120px;
}

main #thanks div#mfp_thanks {
  display: none !important;
}

main #thanks h2 {
  text-align: center;
  color: #424e5b;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 40px;
}

main #thanks p {
  line-height: 2;
}

main #thanks ul {
  margin-top: 2em;
}

main #thanks ul li {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

main #thanks ul li .kome {
  color: #f08200;
}

main #thanks p.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

main #thanks p.btn a {
  display: block;
  background: #f08200;
  color: #fff;
  border-radius: 100px;
  width: 245px;
  margin: 45px auto 0;
  padding: 25px 20px 25px 15px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 12px rgba(240, 130, 1, 0.18);
}

main #thanks p.btn a::after {
  content: "";
  background: url("../img/btn_arrow.png") no-repeat;
  background-size: 20px 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
}

@media screen and (max-width: 767px) {
  #mfp_overlay table#mfp_confirm_table {
    display: block;
  }
  #mfp_overlay table#mfp_confirm_table thead,
  #mfp_overlay table#mfp_confirm_table tbody {
    display: block;
  }
  #mfp_overlay table#mfp_confirm_table tr {
    display: block;
  }
  #mfp_overlay table#mfp_confirm_table tr th {
    display: block;
    padding: 0.6em 1em 0;
    font-size: 12px;
    line-height: 1.4;
  }
  #mfp_overlay table#mfp_confirm_table tr td {
    display: block;
    padding: 0.2em 1em 0.6em 2em;
    border: none !important;
    line-height: 1.4;
  }
}
