@charset "UTF-8";
html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none !important;
  }
}

.side-space {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 8vw);
}
@media screen and (min-width: 375px) {
  .side-space {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .side-space {
    width: calc(100% - 80px);
  }
}

/* font */
.noto-sans {
  font-family: "Noto Sans JP", system-ui !important;
}

main.lp-main {
  background: #ECECE3;
}

.lp-fv {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .lp-fv {
    margin: 0 auto 60px;
  }
}
.lp-fv img {
  width: 100%;
  height: auto;
}

.lp-about {
  margin-bottom: 40px;
}
.lp-about .lp-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
.lp-about .lp-about__block01 {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .lp-about .lp-about__block01 {
    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;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 40px;
  }
}
.lp-about .lp-about__block01--text {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .lp-about .lp-about__block01--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .lp-about .lp-about__block01--text {
    margin-left: auto;
    width: 59%;
  }
}
.lp-about .lp-about__block01--text h2 {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", system-ui;
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .lp-about .lp-about__block01--text h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1050px) {
  .lp-about .lp-about__block01--text h2 br:nth-of-type(1) {
    display: none;
  }
}
.lp-about .lp-about__block01--text p {
  text-align: justify;
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .lp-about .lp-about__block01--text p {
    font-size: 1.6rem;
  }
}
.lp-about .lp-about__block01--text p:not(:last-of-type) {
  margin-bottom: 13px;
}
.lp-about .lp-about__block01--image {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .lp-about .lp-about__block01--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    max-width: none;
    width: 42%;
  }
}
@media screen and (min-width: 1400px) {
  .lp-about .lp-about__block01--image {
    position: absolute;
    top: 0;
    left: -11%;
    width: 50%;
  }
}
.lp-about .lp-about__block01--image img {
  width: 100%;
  height: auto;
}
.lp-about .lp-about__block02 {
  padding: 25px;
  background-image: url(../img/love-onsen/bg-unesco-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lp-about .lp-about__block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 20px;
    background-image: url(../img/love-onsen/bg-unesco-pc.svg);
  }
}
.lp-about .lp-about__block02 h2 {
  margin-bottom: 20px;
  padding: 7px 10px 8px;
  background: #004385;
  text-align: center;
  font-family: "Noto Serif JP", system-ui;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp-about .lp-about__block02 h2 {
    margin-bottom: 0;
    width: 180px;
  }
}
.lp-about .lp-about__block02 p {
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #004385;
}
@media screen and (min-width: 768px) {
  .lp-about .lp-about__block02 p {
    width: calc(100% - 200px);
    font-size: 1.4rem;
  }
}

.lp-charm {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lp-charm {
    margin-bottom: 100px;
  }
}
.lp-charm .lp-charm__inner {
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 30px;
  border: 4px dashed #23B6BC;
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .lp-charm .lp-charm__inner {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  .lp-charm .lp-charm__inner {
    padding: 40px 0;
  }
}
.lp-charm .lp-charm__inner h2 {
  margin-bottom: 25px;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  color: #004385;
}
@media screen and (min-width: 768px) {
  .lp-charm .lp-charm__inner h2 {
    margin-bottom: 30px;
    padding: 0 25px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .lp-charm .lp-charm__inner h2 {
    font-size: 3.6rem;
  }
}
.lp-charm .lp-charm__inner h2 span {
  padding-left: 5px;
  padding-right: 4px;
  font-weight: 500;
}
.lp-charm .lp-charm__inner h2 span:first-of-type {
  background: #FFE33F;
}
.lp-charm .lp-charm__inner h2 span:last-of-type {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(30%, #FFE33F));
  background: linear-gradient(transparent 65%, #FFE33F 30%);
}
.lp-charm .lp-charm__inner > p {
  padding: 0 29px;
  margin-bottom: 30px;
  text-align: justify;
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #004385;
}
@media screen and (min-width: 768px) {
  .lp-charm .lp-charm__inner > p {
    padding: 0 53px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
}
.lp-charm ul {
  padding: 0 19px 0 25px;
}
@media screen and (min-width: 768px) {
  .lp-charm ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding: 0 45px 0 32px;
  }
}
.lp-charm ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-charm ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin: 0;
    max-width: none;
    width: auto;
  }
}
.lp-charm ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lp-charm ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.lp-charm ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
@media screen and (min-width: 768px) {
  .lp-charm ul li figure {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding-left: 35px;
  }
}
.lp-charm ul li figure img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-charm ul li figure img {
    width: 129px;
  }
}
.lp-charm ul li figcaption {
  font-family: "vdl-linegr", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .lp-charm ul li figcaption {
    font-size: 2.3rem;
  }
}
.lp-charm ul li p {
  width: calc(100% - 131px);
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .lp-charm ul li p {
    text-align: center;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .lp-charm ul li p {
    font-size: 1.6rem;
  }
}

.lp-onsen {
  position: relative;
  width: 100%;
}
.lp-onsen::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -18%;
  width: 118%;
  height: 15px;
  background-repeat: repeat-x;
  background-size: 100px 10px;
}
@media screen and (min-width: 768px) {
  .lp-onsen::before {
    top: -18px;
    left: 0;
    width: 100%;
    height: 32px;
    background-size: 194px 19px;
  }
}
.lp-onsen .lp-onsen__inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__inner {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.lp-onsen .lp-onsen__block {
  margin-bottom: 25px;
  max-width: 1265px;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp-onsen .lp-onsen__block--text {
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block--text {
    width: 45%;
  }
}
@media screen and (min-width: 1300px) {
  .lp-onsen .lp-onsen__block--text {
    width: 41%;
  }
}
.lp-onsen .lp-onsen__block--text h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "vdl-linegr", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #FFE33F;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block--text h2 {
    font-size: 7rem;
  }
}
.lp-onsen .lp-onsen__block--text h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/love-onsen/h2_bottom.svg);
  background-repeat: repeat-x;
  background-size: 67px 10px;
  max-width: 335px;
  width: 100%;
  height: 10px;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block--text h2::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 550px;
  }
}
.lp-onsen .lp-onsen__block--text h3 {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", system-ui;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFE33F;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block--text h3 {
    font-size: 2.8rem;
  }
}
.lp-onsen .lp-onsen__block--text p {
  text-align: justify;
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block--text p {
    font-size: 1.6rem;
  }
}
.lp-onsen .lp-onsen__block--image {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .lp-onsen .lp-onsen__block--image {
    padding-top: 60px;
    width: 55%;
  }
}
@media screen and (min-width: 1300px) {
  .lp-onsen .lp-onsen__block--image {
    padding-top: 0;
    width: 59%;
  }
}
.lp-onsen .lp-onsen__block--image img {
  width: 100%;
  height: auto;
}
.lp-onsen .lp-onsen__list {
  padding: 26px 15px;
  background: #ECECE3;
  margin: 0 auto;
  max-width: 930px;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__list {
    padding: 25px 30px;
  }
}
.lp-onsen .lp-onsen__list li {
  position: relative;
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.lp-onsen .lp-onsen__list li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__list li:not(:last-of-type) {
    padding-bottom: 26px;
  }
}
.lp-onsen .lp-onsen__list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  height: 5px;
  width: 100%;
}
.lp-onsen .lp-onsen__list li > div {
  margin-bottom: 21px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__list li > div {
    margin-bottom: 0;
  }
}
.lp-onsen .lp-onsen__list li > div img {
  width: 68px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__list li > div img {
    width: 110px;
  }
}
.lp-onsen .lp-onsen__list li p {
  text-align: justify;
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lp-onsen .lp-onsen__list li p {
    padding-top: 8px;
    width: calc(100% - 139px);
  }
}

.lp-onsen.sec-blue {
  background: #23B6BC;
}
.lp-onsen.sec-blue::before {
  background-image: url(../img/love-onsen/bg-blue.png);
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-blue .lp-onsen__block {
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-blue .lp-onsen__block--text h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1300px) {
  .lp-onsen.sec-blue .lp-onsen__block--text h2::after {
    left: -20px;
    width: 110%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-blue .lp-onsen__block--text h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-blue .lp-onsen__block--text p {
    padding-right: 30px;
  }
}
.lp-onsen.sec-blue .lp-onsen__list li:not(:last-of-type)::after {
  background: radial-gradient(circle farthest-side, #23B6BC, #23B6BC 10%, transparent 45%, transparent);
  background-size: 10px;
}

.lp-onsen.sec-green {
  background: #3DB270;
}
.lp-onsen.sec-green::before {
  background-image: url(../img/love-onsen/bg-green.png);
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block {
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block--text h2 {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block--text h2::after {
    left: 0;
    width: 105%;
    max-width: 536px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block--text h3 {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block--text p {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-onsen.sec-green .lp-onsen__block--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lp-onsen.sec-green .lp-onsen__list li:not(:last-of-type)::after {
  background: radial-gradient(circle farthest-side, #3DB270, #3DB270 10%, transparent 45%, transparent);
  background-size: 10px;
}

#onsen03 .lp-onsen__block--text h3 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  #onsen03 .lp-onsen__block--text h3 {
    font-size: 2.8rem;
  }
}

/* 外部リンクボタン */
.external-link-btn {
  position: relative;
  display: block;
  padding: 12px 42px 13px 42px;
  margin: 30px auto 0;
  background: #1A1A1A;
  border-radius: 50px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.external-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/love-onsen/icon-external-link.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
}
.external-link-btn:hover {
  opacity: 0.85;
}

/* フローティングメニュー */
.floating-menu {
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 99;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .floating-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.floating-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.floating-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 5px 14px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .floating-menu ul {
    padding: 9px 30px 14px;
    background: none;
  }
}
.floating-menu ul:first-of-type {
  border-bottom: 1px solid #1A1A1A;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .floating-menu ul:first-of-type {
    border-bottom: none;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.floating-menu ul:last-of-type {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.floating-menu li a {
  position: relative;
  padding-bottom: 8px;
  font-family: "vdl-linegr", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .floating-menu li a {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.floating-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #1A1A1A;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.3, 1);
          transform: scale(0.3, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*上部中央基点*/
}
.floating-menu li.current a::after {
  -webkit-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
  /*X方向にスケール拡大*/
  /*X方向にスケール拡大*/
}

/* TOPに戻るボタン */
.top-scroll-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
.top-scroll-btn button {
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
@media screen and (min-width: 1100px) {
  .top-scroll-btn button {
    bottom: -55px;
    right: -65px;
    width: 60px;
    height: 60px;
  }
}
.top-scroll-btn button:hover {
  opacity: 0.8;
}
.top-scroll-btn button img {
  width: 100%;
  height: auto;
}

footer {
  margin-top: 0;
}

/* 翻訳時 */
html[lang=en] .floating-menu li a,
html[lang=nl] .floating-menu li a,
html[lang=fr] .floating-menu li a,
html[lang=de] .floating-menu li a,
html[lang=pt] .floating-menu li a,
html[lang=ru] .floating-menu li a,
html[lang=es] .floating-menu li a {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  html[lang=en] .floating-menu li a,
  html[lang=nl] .floating-menu li a,
  html[lang=fr] .floating-menu li a,
  html[lang=de] .floating-menu li a,
  html[lang=pt] .floating-menu li a,
  html[lang=ru] .floating-menu li a,
  html[lang=es] .floating-menu li a {
    font-size: 1.6rem;
  }
}

/* =========================================================
   リーフレットDLボタン
   - 既存loveonsen.cssに入っているルールをSCSS側に集約
   - 3つ目だけを2段目に回して中央配置（添付イメージのレイアウト）
   ========================================================= */
.download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* モバイルは縦 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; /* ボタン間の間隔 */
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .download-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (410px)[2];
    grid-template-columns: repeat(2, 410px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  .download-links > .download-link-btn:nth-child(3) {
    grid-column: 1/-1; /* 下段へ */
    -ms-grid-column-align: center;
        justify-self: center; /* 下段で中央寄せ */
  }
}

/* ファイルダウンロードリンクボタン */
.download-link-btn {
  position: relative;
  display: block;
  padding: 12px 42px 13px 42px;
  background: #1A1A1A;
  border-radius: 50px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.download-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/love-onsen/icon-download-link.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 27px;
}
.download-link-btn:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .download-link-btn {
    width: 410px;
    max-width: none;
    padding: 17px 42px 18px 42px;
    font-size: 1.8rem;
  }
}