:root {
  --bg: #fffaf6;
  --bg-alt: #f6efe8;
  --text: #2e2620;
  --muted: #6d6258;
  --line: #e7d9cb;
  --primary: #8f1e1e;
  --primary-dark: #671515;
  --accent: #d8a85d;
  --navy: #0f3159;
  --navy-deep: #0a2748;
  --olive: #a5b856;
  --light-panel: #efefef;
  --book: #e8a937;
  --detail: #c9cfd6;
  --white: #ffffff;
  --shadow: 0 14px 35px rgba(46, 38, 32, 0.08);
  --radius: 20px;
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS Pゴシック,MS PGothic,sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.sp-only { display: none;}
.narrow { width: min(860px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 110px 0 90px; }
.section2 { padding: 110px 0 90px; }
.section2 .narrow:first-of-type {margin-bottom:60px;}
.alt-bg { background: var(--bg-alt); }
.center { text-align: center; }
.mt-32 { margin-top: 32px; }

.logo { font-weight: 900; letter-spacing: 0.08em; }
.global-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.global-nav a { color: var(--muted); font-size: 14px; }
.global-nav .nav-cta {
  background: #c30a2a;
  color: var(--white);
  padding: 10px 16px;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
}

.hero {
  text-align: center;
  position: relative;
  overflow: hidden;
  background:#090506;
  padding: 110px 0 30px;
}
.hero h1{
  font-family: "Noto Serif JP",serif;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.28));
}
.hero-inner { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.8);
}
.hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #9b8742;
}
.hero-lead {
  margin: 60px 0 0;
  color: #ffffff;
  font-size: 26px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-badges span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 14px;
}

.intro
 {
  background:#090506;
  color: #ffffff;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #c30a2a; color: var(--white); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.35);
}
.btn-full { width: 100%; }

.anchor-bar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: transparent;
  border-bottom: none;
}

.anchor-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.anchor-links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px 20px;
  background: #9b8742;
  color: #000000;
  border-bottom: 4px solid #9b8742;
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.anchor-links a + a {
  border-left: 1px solid #d9d9d9;
  border-top: none;
}

.anchor-links a::after {
  content: "⌄";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  font-size: 30px;
  line-height: 1;
  color: #000000;
}

.anchor-links a:hover {
  opacity: 0.9;
}

.section-head {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 36px;
}
.section-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #c30a2a;
}
.section-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
}
.section-text {
  margin: 14px auto 0;
  font-size: 26px;
  color: #ffffff;
}

#campaign{
  background:#090506;
  text-align: center;
}

#campaign h2{
  color: #ffffff;
}

.campaign-grid,
.feature-grid,
.hotel-grid {
  display: grid;
  gap: 24px;
}

.campaign-grid,
.feature-grid,
.hotel-grid {
  display: grid;
  gap: 24px;
}
.campaign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hotel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.prize-card,
.feature-card,
.hotel-card,
.notice-box,
.schedule-box,
.entry-form,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.prize-card,
.feature-card { padding: 28px; }
.prize-rank {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: rgba(143, 30, 30, 0.08);
  color: #c30a2a;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
}

.prize-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px; /* お好みで調整 */
  box-sizing: border-box;
}

.prize-count {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  line-height: 1.8;
}

.prize-card p:last-child {
  margin-top: auto;
  text-align: center;
}

.prize-card h3,
.hotel-card h3 { margin: 0 0 8px; }
.feature-card h3{
  margin: 0 0 8px; 
  color: #c30a2a;
  font-size: 20px;
  font-weight: 700;
}
.prize-count {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  color: #c30a2a;
}
.feature-count {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  color: #c30a2a !important;
}
.notice-box {
  margin-top: 24px;
  padding: 22px 24px;
}
.notice-box p { margin: 6px 0; }

#plan{
  background:#090506;
  margin-top:90px;
  text-align: center;
}

#plan h2{
  color: #ffffff;
}

.feature-visual,
.hotel-thumb {
  border-radius: 16px;
  min-height: 200px;
  background: linear-gradient(135deg, #efe0cf, #dbc0a7);
}
.gradient-1 { background: linear-gradient(135deg, #7d261d, #d8a85d); }
.gradient-2 { background: linear-gradient(135deg, #4a1d3f, #d67171); }
.gradient-3 { background: linear-gradient(135deg, #995d11, #f0c06f); }
.feature-card p { 
  color: var(--muted);
  font-size:26px;
}

.schedule-box {
  padding: 28px;
  display: grid;
  gap: 18px;
}
.schedule-box span {
  display: block;
  font-size: 13px;
  color: var(--muted);
}
.schedule-box strong { font-size: 20px; }

.filter-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filter-btn {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 11px 16px;
  border-radius: 999px;
  cursor: pointer;
}
.filter-btn.active {
  background: #c30a2a;
  color: var(--white);
  border-color: #c30a2a;
}
.hotel-card { overflow: hidden; }
.hotel-body { padding: 22px; }
.hotel-area {
  margin: 0 0 8px;
  color: #c30a2a;
  font-weight: 700;
  font-size: 13px;
}
.hotel-body p, .hotel-body li { color: var(--muted); }
.hotel-body ul {
  margin: 14px 0;
  padding-left: 18px;
}
.hotel-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text-link {
  color: #c30a2a;
  font-weight: 700;
}

#hotels{
  background:#ffffff;
}

.hotels-pattern-bg {
  background:
    linear-gradient(45deg, rgba(214, 180, 90, 0.18) 25%, transparent 25%, transparent 75%, rgba(214, 180, 90, 0.18) 75%),
    linear-gradient(45deg, rgba(214, 180, 90, 0.18) 25%, transparent 25%, transparent 75%, rgba(214, 180, 90, 0.18) 75%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.hotel-accordion-list {
  display: grid;
  gap: 26px;
}
.region-title {
  margin: 0 0 18px;
  padding: 14px 24px;
  background: var(--olive);
  color: var(--navy-deep);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.region-title::before,
.region-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 14px;
  height: 14px;
  background: var(--navy-deep);
}
.region-title::before { left: 0; clip-path: polygon(0 0, 100% 100%, 0 100%); }
.region-title::after { right: 0; clip-path: polygon(100% 0, 100% 100%, 0 100%); }

.hotel-accordion {
  border: 1px solid #090506;
  border-radius: 14px;
  background: var(--white);
  overflow: hidden;
}
.hotel-accordion + .hotel-accordion { margin-top: 10px; }
.hotel-accordion-trigger {
  width: 100%;
  border: 0;
  background: #090506;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 900;
  cursor: pointer;
}
.accordion-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  flex-shrink: 0;
}
.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #090506;
  transform: translate(-50%, -50%);
}
.accordion-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.hotel-accordion.open .accordion-icon::after { opacity: 0; }

.hotel-accordion-panel {
  background: var(--light-panel);
  padding: 26px 24px 28px;
}
.hotel-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 1fr);
  gap: 34px;
  align-items: start;
}
.hotel-showcase-single { grid-template-columns: 1fr; }
.hotel-showcase-copy.full { max-width: 760px; }
.hotel-slider { width: 100%; }
.hotel-slider-track {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
  overflow: hidden;
}
.hotel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  background-size: cover;
  background-position: center;
}
.hotel-slide.active { opacity: 1; }
.slide-onsen {
  background:
    linear-gradient(180deg, rgba(70,60,50,.12), rgba(60,45,30,.3)),
    linear-gradient(135deg, #83715f 0%, #c8b18a 36%, #b29566 64%, #6b5a48 100%);
}
.slide-room {
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.18)),
    linear-gradient(135deg, #d8cab2 0%, #efe7da 35%, #9e7653 65%, #6a4a34 100%);
}
.hotel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}
.hotel-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 0;
  background: #bfbfbf;
  cursor: pointer;
}
.hotel-dot.active { background: #444; }
.hotel-showcase-copy { color: var(--navy-deep); }
.hotel-description {
  font-size: 18px;
  line-height: 2;
}
.hotel-capacity-box {
  max-width: 380px;
  padding: 18px 20px;
  border: 1px solid var(--navy);
  background: rgba(255,255,255,0.45);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.showcase-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.showcase-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  padding: 18px 24px;
  font-size: 24px;
  font-weight: 900;
  color: var(--navy-deep);
  border-radius: 4px;
}
.showcase-btn::after {
  content: "›";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
}
.btn-book { background: var(--book); }
.btn-detail { background: var(--detail); }
.showcase-sub-link {
  text-align: center;
  margin: 26px 0 0;
}
.showcase-sub-link a {
  color: #d54b1a;
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
}

.entry-form {
  padding: 28px;
}
.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.form-row label { font-weight: 700; }
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fffdfa;
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 18px 20px; }
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.lp-footer {
  background: #f3efe7;
  padding: 80px 0px 40px;
  position: relative;
}

/* タイトル */
.footer-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.footer-title::before,
.footer-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: #1c355e;
}

.footer-title::before {
  left: 0;
}

.footer-title::after {
  right: 0;
}

/* ボックス */
.contact-box-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}

.contact-box {
  width: 45%;
}

.contact-box a {
  text-decoration: underline;
}

.contact-head {
  background: #1c355e;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-mail {
  border: 2px solid #1c355e;
  padding: 16px;
  margin-top: 20px;
  text-align: center;
}

/* ブランド */
.footer-bottom {
  background: #090506;
  padding: 20px 0px;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.footer-logo {
  margin: 0;
  font-size: 0;
  line-height: 1;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
}

.footer-brand {
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  text-align: left;
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer-sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}

.footer-sns a img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.footer-link {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 14px;
}


/* コピー */
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #666;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.entry-form {
  max-width: 800px;
  margin: 0 auto 60px;
}

.entry-form-group {
  margin-bottom: 24px;
}

.entry-form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}

.entry-form-group input,
.entry-form-group select,
.entry-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
}

.entry-form-group textarea {
  min-height: 120px;
}

.entry-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.entry-checkbox input {
  width: auto;
}

.entry-submit {
  text-align: center;
  margin-top: 40px;
}

.entry-submit button {
  background: #9b8742;
  color: #fff;
  border: none;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.entry-submit button:hover {
  opacity: 0.9;
}

.entry-hero {
  padding: 0px 20px 24px;
}

.entry-hero-inner,
.entry-form-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.entry-title {
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  padding: 30px 0px;
  text-align: center;
  background: #000000;
}

.entry-img {
  text-align: center;
  padding: 50px 100px;
}

.entry-lead {
  line-height: 2;
  font-size: 16px;
}

.required {
  color: #c62828;
  margin-left: 4px;
}

.entry-note {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}

.prize-fieldset {
  border: 1px solid #ccc;
  padding: 20px;
}

.prize-fieldset legend {
  font-weight: 700;
  padding: 0 8px;
}

.entry-check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.entry-form-group .entry-check.prize-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.entry-form-group .entry-check.prize-option input[type="checkbox"] {
  width: auto;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 16px;
}

.entry-form-group .entry-check.prize-option span {
  display: inline-block;
  line-height: 1.6;
}

.entry-terms {
  margin-top: 48px;
}

.entry-terms h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.entry-terms h3 {
  font-size: 18px;
  margin: 24px 0 10px;
}

.terms-box {
  border: 1px solid #ccc;
  padding: 24px;
  max-height: 420px;
  overflow: auto;
  background: #fff;
}

.terms-box p,
.terms-box li {
  line-height: 1.9;
  font-size: 15px;
}

.entry-consent {
  margin-top: 32px;
}

.entry-row {
  display: flex;
  gap: 20px;
}

/* 子要素を半分ずつ */
.entry-row .entry-form-group {
  flex: 1;
  margin-bottom: 0; /* 下余白リセット */
}

.entry-privacy {
  margin-top: 40px;
  padding: 24px;
  border: 1px solid #ccc;
  background: #fff;
}

.entry-privacy h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}

.entry-privacy p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 12px;
}

.entry-privacy a {
  color: #1c355e;
  text-decoration: underline;
}

.annotation{
  background: #000000;
  color: #ffffff;
  padding-left: 5px;
  margin:2px;
}

.prize-option.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.prize-option.is-disabled span {
  text-decoration: line-through;
}

#prize-period-note {
  margin-top: 12px;
  color: #c62828;
  font-size: 14px;
  line-height: 1.8;
}

.thanks-card-head {
  text-align: center;
}

.thanks-card-body{
  padding: 0px 250px;
}

.thanks-actions a{
  color: #0080cb;
  text-decoration: none;
  cursor: pointer;
  font-weight:bold;
}

@media (max-width: 960px) {
  .campaign-grid,
  .feature-grid,
  .hotel-grid,
  .hotel-showcase,
  .showcase-actions {
    grid-template-columns: 1fr;
  }

  .hotel-accordion-trigger {
    font-size: 19px;
    padding: 20px 20px;
  }

  .showcase-btn {
    min-height: 64px;
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .sp-only { display: block;}
  .hero h1 { font-size: 30px;}
  .hero-lead { font-size: 16px;}
  .w100p {
        width: 100% !important;
    }
  .nav-toggle { display: block; }
  .global-nav {
    display: none;
    position: absolute;
    top: 64px;
    right: 16px;
    left: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
  }
  .global-nav.open { display: flex; }
  .global-nav .nav-cta { text-align: center; }
  .hero { padding: 50px 0 30px;}
  .anchor-bar { top: 0px; }
  .section { padding: 72px 0; }
  .section2 { padding: 50px 0; }
  .section2 .narrow:first-of-type {margin-bottom:30px;}
  .region-title {
    font-size: 18px;
    padding: 12px 16px;
  }
  .accordion-icon {
    width: 34px;
    height: 34px;
  }
  .hotel-accordion-panel {
    padding: 18px 16px 22px;
  }
  .hotel-description {
    font-size: 15px;
    line-height: 1.9;
  }
  .hotel-capacity-box {
    max-width: 100%;
    font-size: 15px;
  }
  .showcase-sub-link a { font-size: 15px; }

  .anchor-bar {
    left: 0;
    right: 0;
  }

  .anchor-links {
    flex-direction: row;
    flex-wrap: nowrap;

    max-width: 100%;   /* ←これが重要 */
    width: 100%;
    margin: 0;         /* ←中央寄せ解除 */
  }

  .anchor-links a {
    font-size: 12px;
    min-height: 56px;
    padding: 12px 6px; /* ←少し詰めると収まり良い */
  }

  .anchor-links a::after { font-size: 20px;}

  .section-title {
    font-size: clamp(18px, 4vw, 42px);
  }
  
  .section-text { font-size: 16px;}

  .prize-rank { font-size: 16px;}

  .prize-count { font-size: 20px;}

  .prize-period { font-size: 16px;}

  .feature-card p { font-size: 16px;}

  .contact-box-wrap {
    flex-direction: column;
  }

  .contact-box {
    width: 100%;
  }

  .footer-title { font-size: 20px;}
 
  .footer-title::before,
  .footer-title::after {
    width: 20%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo img {
    max-width: 220px;
  }

  .lp-footer { padding: 40px 0px 40px;}
  .contact-box {
    font-size: 12px;
  }

  .entry-form {
    padding: 0 16px;
  }

  .entry-form-group label {
    font-size: 14px;
  }

  .entry-title {
    font-size: 23px;
  }

  .entry-lead,
  .terms-box p,
  .terms-box li {
    font-size: 14px;
  }
  
  .entry-img {
  text-align: center;
  padding: 0px 0px;
  }

  .terms-box {
    padding: 16px;
    max-height: 320px;
  }

  .entry-row {
    flex-direction: column;
  }

  .entry-row .entry-form-group {
    margin-bottom: 24px;
  }

  .thanks-card-body{
  padding: 0px 0px;
  }

  .thanks-card-body h2{
  font-size: 16px;
  margin: 60px 0px 20px;
  }

  .thanks-card-body li{ font-size: 14px;}

  .thanks-card-head {font-size: 15px;}

  .thanks-message{ font-size: 14px;}

}

/* --- Dummy image assets --- */
.feature-visual {
  background-size: cover;
  background-position: center;
}
.gradient-1 { background-image: url('../images/feature_dummy_01.jpg'); }
.gradient-2 { background-image: url('../images/feature_dummy_02.jpg'); }
.gradient-3 { background-image: url('../images/feature_dummy_03.jpg'); }
.slide-onsen {
  background-image: url('../images/slide_onsen_dummy.jpg');
}
.slide-room {
  background-image: url('../images/slide_room_dummy.jpg');
}
.hotel-thumb {
  background: url('../images/hotel_thumb_dummy.jpg') center/cover no-repeat;
}



@media (min-width: 959px){
  .lg-nmg-0{margin-left: 0; margin-right: 0;}.lg-nmg-0 > [class*="col"]{padding-left: 0; padding-right: 0;}.lg-nmg-5{margin-left: -0.05rem; margin-right: -0.05rem;}.lg-nmg-5 > [class*="col"]{padding-left: 0.05rem; padding-right: 0.05rem;}.lg-nmg-10{margin-left: -.1rem; margin-right: -.1rem;}.lg-nmg-10 > [class*="col"]{padding-left: .1rem; padding-right: .1rem;}.lg-nmg-20{margin-left: -.2rem; margin-right: -.2rem;}.lg-nmg-20 > [class*="col"]{padding-left: .2rem; padding-right: .2rem;}.lg-nmg-25{margin-left: -.25rem; margin-right: -.25rem;}.lg-nmg-25 > [class*="col"]{padding-left: .25rem; padding-right: .25rem;}.lg-nmg-30{margin-left: -.30rem; margin-right: -.30rem;}.lg-nmg-30 > [class*="col"]{padding-left: .30rem; padding-right: .30rem;}.lg-nmg-35{margin-left: -.35rem; margin-right: -.35rem;}.lg-nmg-35 > [class*="col"]{padding-left: .35rem; padding-right: .35rem;}.lg-nmg-40{margin-left: -.40rem; margin-right: -.40rem;}.lg-nmg-40 > [class*="col"]{padding-left: .40rem; padding-right: .40rem;}.lg-nmg-45{margin-left: -.45rem; margin-right: -.45rem;}.lg-nmg-45 > [class*="col"]{padding-left: .45rem; padding-right: .45rem;}.lg-nmg-50{margin-left: -.50rem; margin-right: -.50rem;}.lg-nmg-50 > [class*="col"]{padding-left: .50rem; padding-right: .50rem;}
  .lg-mgt0{margin-top:0!important}.lg-mgt5{margin-top:.05rem!important}.lg-mgt10{margin-top:.1rem!important}.lg-mgt15{margin-top:.15rem!important}.lg-mgt20{margin-top:.2rem!important}.lg-mgt25{margin-top:.25rem!important}.lg-mgt30{margin-top:.3rem!important}.lg-mgt35{margin-top:.35rem!important}.lg-mgt40{margin-top:.4rem!important}.lg-mgt45{margin-top:.45rem!important}.lg-mgt50{margin-top:.5rem!important}.lg-mgt55{margin-top:.55rem!important}.lg-mgt60{margin-top:.6rem!important}.lg-mgt65{margin-top:.65rem!important}.lg-mgt70{margin-top:.7rem!important}.lg-mgt75{margin-top:.75rem!important}.lg-mgt80{margin-top:.8rem!important}.lg-mgt85{margin-top:.85rem!important}.lg-mgt90{margin-top:.9rem!important}.lg-mgt95{margin-top:.95rem!important}.lg-mgt100{margin-top:1rem!important}.lg-mgb0{margin-bottom:0!important}.lg-mgb5{margin-bottom:.05rem!important}.lg-mgb10{margin-bottom:.1rem!important}.lg-mgb15{margin-bottom:.15rem!important}.lg-mgb20{margin-bottom:.2rem!important}.lg-mgb25{margin-bottom:.25rem!important}.lg-mgb30{margin-bottom:.3rem!important}.lg-mgb35{margin-bottom:.35rem!important}.lg-mgb40{margin-bottom:.4rem!important}.lg-mgb45{margin-bottom:.45rem!important}.lg-mgb50{margin-bottom:.5rem!important}.lg-mgb55{margin-bottom:.55rem!important}.lg-mgb60{margin-bottom:.6rem!important}.lg-mgb65{margin-bottom:.65rem!important}.lg-mgb70{margin-bottom:.7rem!important}.lg-mgb75{margin-bottom:.75rem!important}.lg-mgb80{margin-bottom:.8rem!important}.lg-mgb85{margin-bottom:.85rem!important}.lg-mgb90{margin-bottom:.9rem!important}.lg-mgb95{margin-bottom:.95rem!important}.lg-mgb100{margin-bottom:1rem!important}.lg-mgr0{margin-right:0!important}.lg-mgr5{margin-right:.05rem!important}.lg-mgr10{margin-right:.1rem!important}.lg-mgr15{margin-right:.15rem!important}.lg-mgr20{margin-right:.2rem!important}.lg-mgr25{margin-right:.25rem!important}.lg-mgr30{margin-right:.3rem!important}.lg-mgr35{margin-right:.35rem!important}.lg-mgr40{margin-right:.4rem!important}.lg-mgr45{margin-right:.45rem!important}.lg-mgr50{margin-right:.5rem!important}.lg-mgr55{margin-right:.55rem!important}.lg-mgr60{margin-right:.6rem!important}.lg-mgr65{margin-right:.65rem!important}.lg-mgr70{margin-right:.7rem!important}.lg-mgr75{margin-right:.75rem!important}.lg-mgr80{margin-right:.8rem!important}.lg-mgr85{margin-right:.85rem!important}.lg-mgr90{margin-right:.9rem!important}.lg-mgr95{margin-right:.95rem!important}.lg-mgr100{margin-right:1rem!important}.lg-mgl0{margin-left:0!important}.lg-mgl5{margin-left:.05rem!important}.lg-mgl10{margin-left:.1rem!important}.lg-mgl15{margin-left:.15rem!important}.lg-mgl20{margin-left:.2rem!important}.lg-mgl25{margin-left:.25rem!important}.lg-mgl30{margin-left:.3rem!important}.lg-mgl35{margin-left:.35rem!important}.lg-mgl40{margin-left:.4rem!important}.lg-mgl45{margin-left:.45rem!important}.lg-mgl50{margin-left:.5rem!important}.lg-mgl55{margin-left:.55rem!important}.lg-mgl60{margin-left:.6rem!important}.lg-mgl65{margin-left:.65rem!important}.lg-mgl70{margin-left:.7rem!important}.lg-mgl75{margin-left:.75rem!important}.lg-mgl80{margin-left:.8rem!important}.lg-mgl85{margin-left:.85rem!important}.lg-mgl90{margin-left:.9rem!important}.lg-mgl95{margin-left:.95rem!important}.lg-mgl100{margin-left:1rem!important}.lg-pdt0{padding-top:0!important}.lg-pdt5{padding-top:.05rem!important}.lg-pdt10{padding-top:.1rem!important}.lg-pdt15{padding-top:.15rem!important}.lg-pdt20{padding-top:.2rem!important}.lg-pdt25{padding-top:.25rem!important}.lg-pdt30{padding-top:.3rem!important}.lg-pdt35{padding-top:.35rem!important}.lg-pdt40{padding-top:.4rem!important}.lg-pdt45{padding-top:.45rem!important}.lg-pdt50{padding-top:.5rem!important}.lg-pdt55{padding-top:.55rem!important}.lg-pdt60{padding-top:.6rem!important}.lg-pdt65{padding-top:.65rem!important}.lg-pdt70{padding-top:.7rem!important}.lg-pdt75{padding-top:.75rem!important}.lg-pdt80{padding-top:.8rem!important}.lg-pdt85{padding-top:.85rem!important}.lg-pdt90{padding-top:.9rem!important}.lg-pdt95{padding-top:.95rem!important}.lg-pdt100{padding-top:1rem!important}.lg-pdb0{padding-bottom:0!important}.lg-pdb5{padding-bottom:.05rem!important}.lg-pdb10{padding-bottom:.1rem!important}.lg-pdb15{padding-bottom:.15rem!important}.lg-pdb20{padding-bottom:.2rem!important}.lg-pdb25{padding-bottom:.25rem!important}.lg-pdb30{padding-bottom:.3rem!important}.lg-pdb35{padding-bottom:.35rem!important}.lg-pdb40{padding-bottom:.4rem!important}.lg-pdb45{padding-bottom:.45rem!important}.lg-pdb50{padding-bottom:.5rem!important}.lg-pdb55{padding-bottom:.55rem!important}.lg-pdb60{padding-bottom:.6rem!important}.lg-pdb65{padding-bottom:.65rem!important}.lg-pdb70{padding-bottom:.7rem!important}.lg-pdb75{padding-bottom:.75rem!important}.lg-pdb80{padding-bottom:.8rem!important}.lg-pdb85{padding-bottom:.85rem!important}.lg-pdb90{padding-bottom:.9rem!important}.lg-pdb95{padding-bottom:.95rem!important}.lg-pdb100{padding-bottom:1rem!important}.lg-pdl0{padding-left:0!important}.lg-pdl5{padding-left:.05rem!important}.lg-pdl10{padding-left:.1rem!important}.lg-pdl15{padding-left:.15rem!important}.lg-pdl20{padding-left:.2rem!important}.lg-pdl25{padding-left:.25rem!important}.lg-pdl30{padding-left:.3rem!important}.lg-pdl35{padding-left:.35rem!important}.lg-pdl40{padding-left:.4rem!important}.lg-pdl45{padding-left:.45rem!important}.lg-pdl50{padding-left:.5rem!important}.lg-pdl55{padding-left:.55rem!important}.lg-pdl60{padding-left:.6rem!important}.lg-pdl65{padding-left:.65rem!important}.lg-pdl70{padding-left:.7rem!important}.lg-pdl75{padding-left:.75rem!important}.lg-pdl80{padding-left:.8rem!important}.lg-pdl85{padding-left:.85rem!important}.lg-pdl90{padding-left:.9rem!important}.lg-pdl95{padding-left:.95rem!important}.lg-pdl100{padding-left:1rem!important}.lg-pdr0{padding-right:0!important}.lg-pdr5{padding-right:.05rem!important}.lg-pdr10{padding-right:.1rem!important}.lg-pdr15{padding-right:.15rem!important}.lg-pdr20{padding-right:.2rem!important}.lg-pdr25{padding-right:.25rem!important}.lg-pdr30{padding-right:.3rem!important}.lg-pdr35{padding-right:.35rem!important}.lg-pdr40{padding-right:.4rem!important}.lg-pdr45{padding-right:.45rem!important}.lg-pdr50{padding-right:.5rem!important}.lg-pdr55{padding-right:.55rem!important}.lg-pdr60{padding-right:.6rem!important}.lg-pdr65{padding-right:.65rem!important}.lg-pdr70{padding-right:.7rem!important}.lg-pdr75{padding-right:.75rem!important}.lg-pdr80{padding-right:.8rem!important}.lg-pdr85{padding-right:.85rem!important}.lg-pdr90{padding-right:.9rem!important}.lg-pdr95{padding-right:.95rem!important}.lg-pdr100{padding-right:1rem!important}
  .lg-fs0{font-size:0!important;}.lg-fs1{font-size:0.01rem!important;}.lg-fs2{font-size:0.02rem!important;}.lg-fs3{font-size:0.03rem!important;}.lg-fs4{font-size:0.04rem!important;}.lg-fs5{font-size:0.05rem!important;}.lg-fs6{font-size:0.06rem!important;}.lg-fs7{font-size:0.07rem!important;}.lg-fs8{font-size:0.08rem!important;}.lg-fs9{font-size:0.09rem!important;}.lg-fs10{font-size:0.1rem!important;}.lg-fs11{font-size:0.11rem!important;}.lg-fs12{font-size:0.12rem!important;}.lg-fs13{font-size:0.13rem!important;}.lg-fs14{font-size:0.14rem!important;}.lg-fs15{font-size:0.15rem!important;}.lg-fs16{font-size:0.16rem!important;}.lg-fs17{font-size:0.17rem!important;}.lg-fs18{font-size:0.18rem!important;}.lg-fs19{font-size:0.19rem!important;}.lg-fs20{font-size:0.2rem!important;}.lg-fs21{font-size:0.21rem!important;}.lg-fs22{font-size:0.22rem!important;}.lg-fs23{font-size:0.23rem!important;}.lg-fs24{font-size:0.24rem!important;}.lg-fs25{font-size:0.25rem!important;}.lg-fs26{font-size:0.26rem!important;}.lg-fs27{font-size:0.27rem!important;}.lg-fs28{font-size:0.28rem!important;}.lg-fs29{font-size:0.29rem!important;}.lg-fs30{font-size:0.3rem!important;}.lg-fs31{font-size:0.31rem!important;}.lg-fs32{font-size:0.32rem!important;}.lg-fs33{font-size:0.33rem!important;}.lg-fs34{font-size:0.34rem!important;}.lg-fs35{font-size:0.35rem!important;}.lg-fs36{font-size:0.36rem!important;}.lg-fs37{font-size:0.37rem!important;}.lg-fs38{font-size:0.38rem!important;}.lg-fs39{font-size:0.39rem!important;}.lg-fs40{font-size:0.4rem!important;}.lg-fs41{font-size:0.41rem!important;}.lg-fs42{font-size:0.42rem!important;}.lg-fs43{font-size:0.43rem!important;}.lg-fs44{font-size:0.44rem!important;}.lg-fs45{font-size:0.45rem!important;}.lg-fs46{font-size:0.46rem!important;}.lg-fs47{font-size:0.47rem!important;}.lg-fs48{font-size:0.48rem!important;}.lg-fs49{font-size:0.49rem!important;}.lg-fs50{font-size:0.5rem!important;}
}
@media (min-width: 759px){
  .md-nmg-0{margin-left: 0; margin-right: 0;}.md-nmg-0 > [class*="col"]{padding-left: 0; padding-right: 0;}.md-nmg-5{margin-left: -0.05rem; margin-right: -0.05rem;}.md-nmg-5 > [class*="col"]{padding-left: 0.05rem; padding-right: 0.05rem;}.md-nmg-10{margin-left: -.1rem; margin-right: -.1rem;}.md-nmg-10 > [class*="col"]{padding-left: .1rem; padding-right: .1rem;}.md-nmg-20{margin-left: -.2rem; margin-right: -.2rem;}.md-nmg-20 > [class*="col"]{padding-left: .2rem; padding-right: .2rem;}.md-nmg-25{margin-left: -.25rem; margin-right: -.25rem;}.md-nmg-25 > [class*="col"]{padding-left: .25rem; padding-right: .25rem;}.md-nmg-30{margin-left: -.30rem; margin-right: -.30rem;}.md-nmg-30 > [class*="col"]{padding-left: .30rem; padding-right: .30rem;}.md-nmg-35{margin-left: -.35rem; margin-right: -.35rem;}.md-nmg-35 > [class*="col"]{padding-left: .35rem; padding-right: .35rem;}.md-nmg-40{margin-left: -.40rem; margin-right: -.40rem;}.md-nmg-40 > [class*="col"]{padding-left: .40rem; padding-right: .40rem;}.md-nmg-45{margin-left: -.45rem; margin-right: -.45rem;}.md-nmg-45 > [class*="col"]{padding-left: .45rem; padding-right: .45rem;}.md-nmg-50{margin-left: -.50rem; margin-right: -.50rem;}.md-nmg-50 > [class*="col"]{padding-left: .50rem; padding-right: .50rem;}
  .md-mgt0{margin-top:0!important}.md-mgt5{margin-top:.05rem!important}.md-mgt10{margin-top:.1rem!important}.md-mgt15{margin-top:.15rem!important}.md-mgt20{margin-top:.2rem!important}.md-mgt25{margin-top:.25rem!important}.md-mgt30{margin-top:.3rem!important}.md-mgt35{margin-top:.35rem!important}.md-mgt40{margin-top:.4rem!important}.md-mgt45{margin-top:.45rem!important}.md-mgt50{margin-top:.5rem!important}.md-mgt55{margin-top:.55rem!important}.md-mgt60{margin-top:.6rem!important}.md-mgt65{margin-top:.65rem!important}.md-mgt70{margin-top:.7rem!important}.md-mgt75{margin-top:.75rem!important}.md-mgt80{margin-top:.8rem!important}.md-mgt85{margin-top:.85rem!important}.md-mgt90{margin-top:.9rem!important}.md-mgt95{margin-top:.95rem!important}.md-mgt100{margin-top:1rem!important}.md-mgb0{margin-bottom:0!important}.md-mgb5{margin-bottom:.05rem!important}.md-mgb10{margin-bottom:.1rem!important}.md-mgb15{margin-bottom:.15rem!important}.md-mgb20{margin-bottom:.2rem!important}.md-mgb25{margin-bottom:.25rem!important}.md-mgb30{margin-bottom:.3rem!important}.md-mgb35{margin-bottom:.35rem!important}.md-mgb40{margin-bottom:.4rem!important}.md-mgb45{margin-bottom:.45rem!important}.md-mgb50{margin-bottom:.5rem!important}.md-mgb55{margin-bottom:.55rem!important}.md-mgb60{margin-bottom:.6rem!important}.md-mgb65{margin-bottom:.65rem!important}.md-mgb70{margin-bottom:.7rem!important}.md-mgb75{margin-bottom:.75rem!important}.md-mgb80{margin-bottom:.8rem!important}.md-mgb85{margin-bottom:.85rem!important}.md-mgb90{margin-bottom:.9rem!important}.md-mgb95{margin-bottom:.95rem!important}.md-mgb100{margin-bottom:1rem!important}.md-mgr0{margin-right:0!important}.md-mgr5{margin-right:.05rem!important}.md-mgr10{margin-right:.1rem!important}.md-mgr15{margin-right:.15rem!important}.md-mgr20{margin-right:.2rem!important}.md-mgr25{margin-right:.25rem!important}.md-mgr30{margin-right:.3rem!important}.md-mgr35{margin-right:.35rem!important}.md-mgr40{margin-right:.4rem!important}.md-mgr45{margin-right:.45rem!important}.md-mgr50{margin-right:.5rem!important}.md-mgr55{margin-right:.55rem!important}.md-mgr60{margin-right:.6rem!important}.md-mgr65{margin-right:.65rem!important}.md-mgr70{margin-right:.7rem!important}.md-mgr75{margin-right:.75rem!important}.md-mgr80{margin-right:.8rem!important}.md-mgr85{margin-right:.85rem!important}.md-mgr90{margin-right:.9rem!important}.md-mgr95{margin-right:.95rem!important}.md-mgr100{margin-right:1rem!important}.md-mgl0{margin-left:0!important}.md-mgl5{margin-left:.05rem!important}.md-mgl10{margin-left:.1rem!important}.md-mgl15{margin-left:.15rem!important}.md-mgl20{margin-left:.2rem!important}.md-mgl25{margin-left:.25rem!important}.md-mgl30{margin-left:.3rem!important}.md-mgl35{margin-left:.35rem!important}.md-mgl40{margin-left:.4rem!important}.md-mgl45{margin-left:.45rem!important}.md-mgl50{margin-left:.5rem!important}.md-mgl55{margin-left:.55rem!important}.md-mgl60{margin-left:.6rem!important}.md-mgl65{margin-left:.65rem!important}.md-mgl70{margin-left:.7rem!important}.md-mgl75{margin-left:.75rem!important}.md-mgl80{margin-left:.8rem!important}.md-mgl85{margin-left:.85rem!important}.md-mgl90{margin-left:.9rem!important}.md-mgl95{margin-left:.95rem!important}.md-mgl100{margin-left:1rem!important}.md-pdt0{padding-top:0!important}.md-pdt5{padding-top:.05rem!important}.md-pdt10{padding-top:.1rem!important}.md-pdt15{padding-top:.15rem!important}.md-pdt20{padding-top:.2rem!important}.md-pdt25{padding-top:.25rem!important}.md-pdt30{padding-top:.3rem!important}.md-pdt35{padding-top:.35rem!important}.md-pdt40{padding-top:.4rem!important}.md-pdt45{padding-top:.45rem!important}.md-pdt50{padding-top:.5rem!important}.md-pdt55{padding-top:.55rem!important}.md-pdt60{padding-top:.6rem!important}.md-pdt65{padding-top:.65rem!important}.md-pdt70{padding-top:.7rem!important}.md-pdt75{padding-top:.75rem!important}.md-pdt80{padding-top:.8rem!important}.md-pdt85{padding-top:.85rem!important}.md-pdt90{padding-top:.9rem!important}.md-pdt95{padding-top:.95rem!important}.md-pdt100{padding-top:1rem!important}.md-pdb0{padding-bottom:0!important}.md-pdb5{padding-bottom:.05rem!important}.md-pdb10{padding-bottom:.1rem!important}.md-pdb15{padding-bottom:.15rem!important}.md-pdb20{padding-bottom:.2rem!important}.md-pdb25{padding-bottom:.25rem!important}.md-pdb30{padding-bottom:.3rem!important}.md-pdb35{padding-bottom:.35rem!important}.md-pdb40{padding-bottom:.4rem!important}.md-pdb45{padding-bottom:.45rem!important}.md-pdb50{padding-bottom:.5rem!important}.md-pdb55{padding-bottom:.55rem!important}.md-pdb60{padding-bottom:.6rem!important}.md-pdb65{padding-bottom:.65rem!important}.md-pdb70{padding-bottom:.7rem!important}.md-pdb75{padding-bottom:.75rem!important}.md-pdb80{padding-bottom:.8rem!important}.md-pdb85{padding-bottom:.85rem!important}.md-pdb90{padding-bottom:.9rem!important}.md-pdb95{padding-bottom:.95rem!important}.md-pdb100{padding-bottom:1rem!important}.md-pdl0{padding-left:0!important}.md-pdl5{padding-left:.05rem!important}.md-pdl10{padding-left:.1rem!important}.md-pdl15{padding-left:.15rem!important}.md-pdl20{padding-left:.2rem!important}.md-pdl25{padding-left:.25rem!important}.md-pdl30{padding-left:.3rem!important}.md-pdl35{padding-left:.35rem!important}.md-pdl40{padding-left:.4rem!important}.md-pdl45{padding-left:.45rem!important}.md-pdl50{padding-left:.5rem!important}.md-pdl55{padding-left:.55rem!important}.md-pdl60{padding-left:.6rem!important}.md-pdl65{padding-left:.65rem!important}.md-pdl70{padding-left:.7rem!important}.md-pdl75{padding-left:.75rem!important}.md-pdl80{padding-left:.8rem!important}.md-pdl85{padding-left:.85rem!important}.md-pdl90{padding-left:.9rem!important}.md-pdl95{padding-left:.95rem!important}.md-pdl100{padding-left:1rem!important}.md-pdr0{padding-right:0!important}.md-pdr5{padding-right:.05rem!important}.md-pdr10{padding-right:.1rem!important}.md-pdr15{padding-right:.15rem!important}.md-pdr20{padding-right:.2rem!important}.md-pdr25{padding-right:.25rem!important}.md-pdr30{padding-right:.3rem!important}.md-pdr35{padding-right:.35rem!important}.md-pdr40{padding-right:.4rem!important}.md-pdr45{padding-right:.45rem!important}.md-pdr50{padding-right:.5rem!important}.md-pdr55{padding-right:.55rem!important}.md-pdr60{padding-right:.6rem!important}.md-pdr65{padding-right:.65rem!important}.md-pdr70{padding-right:.7rem!important}.md-pdr75{padding-right:.75rem!important}.md-pdr80{padding-right:.8rem!important}.md-pdr85{padding-right:.85rem!important}.md-pdr90{padding-right:.9rem!important}.md-pdr95{padding-right:.95rem!important}.md-pdr100{padding-right:1rem!important}
  .md-fs0{font-size:0!important;}.md-fs1{font-size:0.01rem!important;}.md-fs2{font-size:0.02rem!important;}.md-fs3{font-size:0.03rem!important;}.md-fs4{font-size:0.04rem!important;}.md-fs5{font-size:0.05rem!important;}.md-fs6{font-size:0.06rem!important;}.md-fs7{font-size:0.07rem!important;}.md-fs8{font-size:0.08rem!important;}.md-fs9{font-size:0.09rem!important;}.md-fs10{font-size:0.1rem!important;}.md-fs11{font-size:0.11rem!important;}.md-fs12{font-size:0.12rem!important;}.md-fs13{font-size:0.13rem!important;}.md-fs14{font-size:0.14rem!important;}.md-fs15{font-size:0.15rem!important;}.md-fs16{font-size:0.16rem!important;}.md-fs17{font-size:0.17rem!important;}.md-fs18{font-size:0.18rem!important;}.md-fs19{font-size:0.19rem!important;}.md-fs20{font-size:0.2rem!important;}.md-fs21{font-size:0.21rem!important;}.md-fs22{font-size:0.22rem!important;}.md-fs23{font-size:0.23rem!important;}.md-fs24{font-size:0.24rem!important;}.md-fs25{font-size:0.25rem!important;}.md-fs26{font-size:0.26rem!important;}.md-fs27{font-size:0.27rem!important;}.md-fs28{font-size:0.28rem!important;}.md-fs29{font-size:0.29rem!important;}.md-fs30{font-size:0.3rem!important;}.md-fs31{font-size:0.31rem!important;}.md-fs32{font-size:0.32rem!important;}.md-fs33{font-size:0.33rem!important;}.md-fs34{font-size:0.34rem!important;}.md-fs35{font-size:0.35rem!important;}.md-fs36{font-size:0.36rem!important;}.md-fs37{font-size:0.37rem!important;}.md-fs38{font-size:0.38rem!important;}.md-fs39{font-size:0.39rem!important;}.md-fs40{font-size:0.4rem!important;}.md-fs41{font-size:0.41rem!important;}.md-fs42{font-size:0.42rem!important;}.md-fs43{font-size:0.43rem!important;}.md-fs44{font-size:0.44rem!important;}.md-fs45{font-size:0.45rem!important;}.md-fs46{font-size:0.46rem!important;}.md-fs47{font-size:0.47rem!important;}.md-fs48{font-size:0.48rem!important;}.md-fs49{font-size:0.49rem!important;}.md-fs50{font-size:0.5rem!important;}
}