@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  a[href^="tel:"].is-hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  img[src$="_pc.png"], img[src$="_pc.jpg"] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img[src$="_sp.png"], img[src$="_sp.jpg"] {
    display: none !important;
  }
}

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.91vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1101px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  color: #333;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

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

.js-accElement:not(.is-active) {
  display: none;
}
.js-accSwitch:not(.is-active) .close {
  display: none;
}
.js-accSwitch.is-active .open {
  display: none;
}
.js-accSwitch a {
  cursor: pointer;
}
.js-mdlElement:not(.is-active) {
  display: none;
}
.js-glsElement:not(.is-current) {
  display: none;
}

.btn-accSwitch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid;
  width: 40rem;
}
@media screen and (min-width: 769px) {
  .btn-accSwitch {
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-accSwitch {
    height: 6.6rem;
    font-size: 2.6rem;
  }
}
.btn-accSwitch.is-hover {
  opacity: 0.5;
}
.btn-accSwitch > span::before, .btn-accSwitch > span::after {
  content: "";
  position: absolute;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn-accSwitch > span::before {
  height: 2px;
}
@media screen and (min-width: 769px) {
  .btn-accSwitch > span::before {
    width: 1.4rem;
    right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-accSwitch > span::before {
    width: 2.6rem;
    right: 2rem;
  }
}
.btn-accSwitch > span::after {
  width: 2px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media screen and (min-width: 769px) {
  .btn-accSwitch > span::after {
    height: 1.4rem;
    right: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-accSwitch > span::after {
    height: 2.6rem;
    right: 3.3rem;
  }
}
.btn-accSwitch > span.close::after {
  display: none;
}

.header_outer {
  background: #5081a5;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_inner {
    max-width: 1100px;
  }
}
.header_logo {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 17.4rem;
    padding: 0.7rem 0.5rem 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 24.6rem;
    padding: 1.4rem 1.9rem;
  }
}
.header_logo.is-hover {
  opacity: 0.5;
}
.header_aside {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .header_aside {
    padding: 1.2rem 1rem 1.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header_aside {
    padding: 1rem 2rem 1.4rem 0;
  }
}
.header_tel {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .header_tel {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_tel {
    font-size: 5.2rem;
  }
}
.header_tel::before {
  content: "";
  display: block;
  background-image: url("/solution/lp_hotel/img/ico-tel01_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .header_tel::before {
    width: 2.1rem;
    height: 2.7rem;
    margin: 0.45rem 0.3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header_tel::before {
    width: 3.5rem;
    height: 4.4rem;
    margin: 0.6rem 0.6rem 0 0;
  }
}
.header_text {
  margin-right: -0.55em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .header_text {
    padding-top: 0.4rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_text {
    padding-top: 1rem;
    font-size: 2rem;
  }
}

.navi_outer {
  background: #00aeef;
  color: #fff;
}
.navi_inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .navi_inner {
    max-width: 1100px;
  }
}
.navi_items {
  display: flex;
  justify-content: space-between;
}
.navi_item {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .navi_item + .navi_item {
    border-left: 2px solid;
  }
}
@media screen and (max-width: 768px) {
  .navi_item + .navi_item {
    border-left: 1px solid;
  }
}
.navi_link {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .navi_link {
    height: 5.4rem;
    font-weight: 500;
    line-height: 1.112em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .navi_link {
    flex-direction: column;
    position: relative;
    padding: 0 0 2.2rem;
    height: 11.4rem;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 2.4rem;
    text-align: center;
  }
}
.navi_link::after {
  content: "";
  display: block;
  background-image: url("/solution/lp_hotel/img/ico-arrow01_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .navi_link::after {
    width: 1.6rem;
    height: 1.2rem;
    margin: 0.2rem 0 0 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .navi_link::after {
    position: absolute;
    width: 2.6rem;
    height: 1.7rem;
    left: 0;
    right: 0;
    bottom: 1.3rem;
    margin: 0 auto;
  }
}
.navi_link.is-hover {
  background: rgba(255, 255, 255, 0.5);
}

.footer_outer {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    padding: 0 0 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 0 0 1.9rem;
  }
}
.footer_logo {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_logo {
    width: 21.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 27.8rem;
  }
}
.footer_logo > a {
  display: block;
}
.footer_logo > a.is-hover {
  opacity: 0.5;
}
.footer_text {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_text {
    padding-top: 1.4rem;
    line-height: 1.5em;
    font-size: 1.2rem;
  }
  .footer_text > p {
    line-height: inherit;
    font: inherit;
  }
  .footer_text > p:first-of-type {
    margin-top: -0.25em;
  }
  .footer_text > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .footer_text {
    padding-top: 1.9rem;
    line-height: 1.364em;
    font-size: 2.2rem;
  }
  .footer_text > p {
    line-height: inherit;
    font: inherit;
  }
  .footer_text > p:first-of-type {
    margin-top: -0.181em;
  }
  .footer_text > p:last-of-type {
    margin-bottom: -0.181em;
  }
}

.follow_outer {
  position: fixed;
  background: #5081a5;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms;
  transition: transform 300ms linear 0ms, -webkit-transform 300ms linear 0ms;
}
.follow_outer:not(.is-shown) {
  -webkit-transform: translate(0, calc(100% + 1px));
          transform: translate(0, calc(100% + 1px));
}
.follow_inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .follow_inner {
    max-width: 1100px;
  }
}
.follow_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .follow_row {
    width: 89rem;
    min-width: 660px;
    height: 7.4rem;
    padding: 0 0.7rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .follow_row {
    height: 7.4rem;
    padding: 0 2.6rem 0 1.6rem;
  }
}
.follow_logo {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .follow_logo {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_logo {
    width: 22rem;
  }
}
.follow_logo.is-hover {
  opacity: 0.5;
}
.follow_clm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .follow_clm {
    width: 100%;
    margin-left: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_clm {
    background: #00aeef;
    border-radius: 0.6rem;
    width: 46rem;
    height: 5.2rem;
  }
}
@media screen and (min-width: 769px) {
  .follow_caption {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .follow_caption {
    flex-shrink: 0;
    position: relative;
    width: 21.4rem;
  }
  .follow_caption::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 0.4rem;
    height: 2.6rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
  }
  .follow_caption::after {
    right: 0;
  }
}
.follow_tel {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .follow_tel {
    letter-spacing: -0.01em;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_tel {
    font-size: 0;
    justify-content: center;
  }
  .follow_tel::after {
    content: "電話する";
    font-size: 2.6rem;
  }
}
.follow_tel::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .follow_tel::before {
    background-image: url("/solution/lp_hotel/img/ico-tel01_w.png");
    width: 2.3rem;
    height: 2.9rem;
    margin: 0.4rem 0.4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .follow_tel::before {
    background-image: url("/solution/lp_hotel/img/ico-tel02_w.png");
    width: 2.6rem;
    height: 3.2rem;
    margin: 0.4rem 0.6rem 0 0;
  }
}
.follow_text {
  letter-spacing: -0.01em;
  font-weight: 500;
  text-indent: -0.5em;
}
@media screen and (min-width: 769px) {
  .follow_text {
    margin-left: 1.6rem;
    line-height: 1.334em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_text {
    display: none;
    margin-top: 0.9rem;
    line-height: 1;
    font-size: 2rem;
  }
}
.follow_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00aeef;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .follow_button {
    flex-shrink: 0;
    border-radius: 0.4rem;
    width: 23.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_button {
    border-radius: 0.6rem;
    width: 100%;
    font-size: 0;
  }
  .follow_button::after {
    content: "メールする";
    font-size: 2.6rem;
  }
}
.follow_button::before {
  content: "";
  display: block;
  background-image: url("/solution/lp_hotel/img/ico-mail01_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .follow_button::before {
    width: 3.8rem;
    height: 2.7rem;
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_button::before {
    width: 4.5rem;
    height: 3rem;
    margin-right: 0.8rem;
  }
}
.follow_button.is-hover {
  opacity: 0.5;
}
.follow_pagetop {
  display: block;
  position: absolute;
  background: #5081a5;
  line-height: 0;
  transition: opacity 100ms linear 0ms;
}
@media screen and (min-width: 769px) {
  .follow_pagetop {
    width: 4.4rem;
    right: 1.2rem;
    top: -5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .follow_pagetop {
    width: 7rem;
    right: 3.6rem;
    top: -9.2rem;
  }
}
.follow_pagetop.is-hover {
  opacity: 0.5;
}
.follow_pagetop:not(.is-shown) {
  opacity: 0;
  pointer-events: none;
}

.ttl-h2 {
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  color: #00aeef;
}
@media screen and (min-width: 769px) {
  .ttl-h2 {
    line-height: 1.273em;
    font-size: 4.4rem;
  }
  .ttl-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .ttl-h2 > h2:first-of-type {
    margin-top: -0.136em;
  }
  .ttl-h2 > h2:last-of-type {
    margin-bottom: -0.136em;
  }
}
@media screen and (max-width: 768px) {
  .ttl-h2 {
    line-height: 1.218em;
    font-size: 4.6rem;
  }
  .ttl-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .ttl-h2 > h2:first-of-type {
    margin-top: -0.108em;
  }
  .ttl-h2 > h2:last-of-type {
    margin-bottom: -0.108em;
  }
}
.ttl-h2 > p {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 769px) {
  .ttl-h2 > p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-h2 > p {
    font-size: 2.6rem;
  }
}
.ttl-h2 > p + h2 {
  padding-top: 1.3rem;
}
@media screen and (min-width: 769px) {
  .ttl-h2 + .txt-p {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-h2 + .txt-p {
    padding-top: 2.4rem;
  }
}

.ttl-h3 {
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  color: #5081a5;
}
@media screen and (min-width: 769px) {
  .ttl-h3 {
    line-height: 1.474em;
    font-size: 3.8rem;
  }
  .ttl-h3 > h3 {
    line-height: inherit;
    font: inherit;
  }
  .ttl-h3 > h3:first-of-type {
    margin-top: -0.236em;
  }
  .ttl-h3 > h3:last-of-type {
    margin-bottom: -0.236em;
  }
}
@media screen and (max-width: 768px) {
  .ttl-h3 {
    line-height: 1.4em;
    font-size: 4rem;
  }
  .ttl-h3 > h3 {
    line-height: inherit;
    font: inherit;
  }
  .ttl-h3 > h3:first-of-type {
    margin-top: -0.2em;
  }
  .ttl-h3 > h3:last-of-type {
    margin-bottom: -0.2em;
  }
}
.ttl-h3 > h3 + p {
  padding-top: 2rem;
}
.ttl-h3 > p {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 769px) {
  .ttl-h3 > p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-h3 > p {
    font-size: 2.6rem;
  }
}

.txt-p {
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .txt-p {
    line-height: 2em;
    font-size: 1.6rem;
  }
  .txt-p > p {
    line-height: inherit;
    font: inherit;
  }
  .txt-p > p:first-of-type {
    margin-top: -0.5em;
  }
  .txt-p > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .txt-p {
    line-height: 1.693em;
    font-size: 2.6rem;
  }
  .txt-p > p {
    line-height: inherit;
    font: inherit;
  }
  .txt-p > p:first-of-type {
    margin-top: -0.346em;
  }
  .txt-p > p:last-of-type {
    margin-bottom: -0.346em;
  }
}
.txt-p.center {
  text-align: center;
}

.kv_outer {
  width: 100%;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 1551px) {
  .kv_inner {
    height: 67.2rem;
  }
}
.kv_inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1551px) {
  .kv_inner img {
    height: 100%;
  }
}

.lead_outer {
  border-bottom: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}
.lead_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .lead_inner {
    padding: 6.8rem 0 17.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lead_inner {
    padding: 8.2rem 0 26.6rem;
  }
}
.lead_inner::after {
  content: "";
  position: absolute;
  background-image: url("/solution/lp_hotel/img/lead_bg01.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .lead_inner::after {
    height: 12.3rem;
    bottom: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .lead_inner::after {
    height: 22.1rem;
    bottom: 0;
  }
}
.lead_copy {
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead_copy {
    line-height: 2.3em;
    font-size: 2rem;
  }
  .lead_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .lead_copy > p:first-of-type {
    margin-top: -0.65em;
  }
  .lead_copy > p:last-of-type {
    margin-bottom: -0.65em;
  }
}
@media screen and (max-width: 768px) {
  .lead_copy {
    line-height: 2.072em;
    font-size: 2.8rem;
  }
  .lead_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .lead_copy > p:first-of-type {
    margin-top: -0.535em;
  }
  .lead_copy > p:last-of-type {
    margin-bottom: -0.535em;
  }
}
.lead_sub {
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #5081a5;
}
@media screen and (min-width: 769px) {
  .lead_sub {
    padding-top: 6.8rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lead_sub {
    padding-top: 7.2rem;
    font-size: 4rem;
  }
}
.lead_items {
  counter-reset: lead01;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead_items {
    width: 100.6rem;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lead_items {
    flex-wrap: wrap;
    width: 92%;
    padding-top: 3rem;
  }
}
.lead_item {
  counter-increment: lead01;
  display: block;
}
@media screen and (min-width: 769px) {
  .lead_item {
    width: 18.688%;
  }
}
@media screen and (max-width: 768px) {
  .lead_item {
    width: 48.986%;
  }
  .lead_item:nth-child(odd):last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .lead_item:nth-child(n+3) {
    margin-top: 1.4rem;
  }
}
.lead_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #5081a5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .lead_card {
    height: 100%;
    padding: 1.4rem 0 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lead_card {
    padding: 2rem 0;
  }
}
.lead_card::before {
  content: counter(lead01, decimal-leading-zero);
  display: block;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lead_card::before {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lead_card::before {
    font-size: 3.4rem;
  }
}
.lead_text {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .lead_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.8rem;
    margin-top: 1.2rem;
    line-height: 1.625em;
    font-size: 1.6rem;
  }
  .lead_text > p {
    line-height: inherit;
    font: inherit;
  }
  .lead_text > p:first-of-type {
    margin-top: -0.312em;
  }
  .lead_text > p:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (max-width: 768px) {
  .lead_text {
    margin-top: 1.8rem;
    line-height: 1.539em;
    font-size: 2.6rem;
  }
  .lead_text > p {
    line-height: inherit;
    font: inherit;
  }
  .lead_text > p:first-of-type {
    margin-top: -0.269em;
  }
  .lead_text > p:last-of-type {
    margin-bottom: -0.269em;
  }
}

.service_outer {
  width: 100%;
  overflow: hidden;
}
.service_inner {
  counter-reset: service02;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .service_inner {
    width: 84rem;
    padding: 10rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .service_inner {
    padding: 8.2rem 0 6rem 0;
  }
}
.service_anchors {
  counter-reset: service01;
  display: flex;
}
@media screen and (min-width: 769px) {
  .service_anchors {
    justify-content: center;
    padding-top: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .service_anchors {
    justify-content: space-between;
    padding-top: 3.2rem;
  }
}
.service_anchor {
  counter-increment: service01;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00aeef;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .service_anchor {
    width: 24.4rem;
    height: 4.8rem;
    padding-left: 1.5rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_anchor {
    width: 100%;
    height: 7.8rem;
    padding-left: 0.8rem;
    font-size: 2.8rem;
  }
}
.service_anchor::before {
  content: counter(service01, decimal-leading-zero) ".";
  margin-right: 0.2em;
}
.service_anchor::after {
  content: "";
  display: block;
  background-image: url("/solution/lp_hotel/img/ico-arrow01_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .service_anchor::after {
    width: 2rem;
    height: 1.5rem;
    margin: 0.4rem 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_anchor::after {
    width: 3rem;
    height: 2rem;
    margin: 0.4rem 0 0 1rem;
  }
}
.service_anchor.is-hover {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .service_anchor + .service_anchor {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_anchor + .service_anchor {
    margin-left: 1px;
  }
}
.service_sub {
  counter-increment: service02;
}
.service_sub > h3::before {
  content: counter(service02, decimal-leading-zero) ".";
  margin-right: 0.2em;
}
.service_items {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .service_items {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_items {
    flex-direction: column;
    align-items: center;
    width: 90.4%;
    padding-top: 3rem;
  }
}
.service_item {
  display: block;
}
@media screen and (min-width: 769px) {
  .service_item {
    width: 40rem;
  }
  .service_item:nth-child(even) {
    margin-left: 4rem;
  }
  .service_item:nth-child(n+3) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .service_item {
    width: 100%;
  }
  .service_item + .service_item {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .service_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.service_card > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5081a5;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .service_card > dt {
    flex-shrink: 0;
    height: 6.2rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card > dt {
    height: 7.8rem;
    font-size: 3rem;
  }
}
.service_card > dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px) {
  .service_card > dd {
    justify-content: space-between;
    height: 100%;
    padding: 3.4rem 0 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card > dd {
    padding: 3.8rem 0 2.4rem;
  }
}
.service_text {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_text {
    flex-shrink: 0;
    line-height: 1.875em;
    font-size: 1.6rem;
  }
  .service_text > p {
    line-height: inherit;
    font: inherit;
  }
  .service_text > p:first-of-type {
    margin-top: -0.437em;
  }
  .service_text > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 768px) {
  .service_text {
    line-height: 1.693em;
    font-size: 2.6rem;
  }
  .service_text > p {
    line-height: inherit;
    font: inherit;
  }
  .service_text > p:first-of-type {
    margin-top: -0.346em;
  }
  .service_text > p:last-of-type {
    margin-bottom: -0.346em;
  }
}
.service_image {
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35.8rem;
    height: 100%;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_image {
    width: 61.2rem;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .apply_outer {
    margin-top: 2rem;
    padding: 6rem 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .apply_outer {
    padding: 6rem 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sale_outer {
    border-top: 1px solid #ccc;
    padding: 6rem 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sale_outer {
    padding: 6rem 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .purchase_outer {
    border-top: 1px solid #ccc;
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .purchase_outer {
    padding: 6rem 0 0;
  }
}

.review_outer {
  background: #f9f9f9;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .review_inner {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .review_inner {
    padding: 6rem 0;
  }
}
.review_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .review_head {
    width: 84rem;
    padding: 6rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .review_head {
    width: 94.667%;
    padding: 3.2rem 0 4rem;
  }
}
.review_thumb {
  flex-shrink: 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .review_thumb {
    width: 36.4rem;
  }
}
@media screen and (max-width: 768px) {
  .review_thumb {
    width: 28rem;
  }
}
.review_caption {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .review_caption {
    padding-left: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .review_caption {
    padding-left: 2.2rem;
  }
}
.review_name {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .review_name {
    align-items: flex-start;
  }
}
.review_name > h3 {
  border-bottom: 1px solid #808080;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .review_name > h3 {
    padding: 0 0.5em 1.1rem 1px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .review_name > h3 {
    padding: 0 0 1.2rem 1px;
    font-size: 2.4rem;
  }
}
.review_name > p {
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .review_name > p {
    padding: 1rem 0 0 1px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .review_name > p {
    padding: 1.2rem 0 0 1px;
    font-size: 2.2rem;
  }
}
.review_lead {
  position: relative;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .review_lead {
    margin-top: 6rem;
    padding: 0 0 0 1px;
    line-height: 1.6em;
    font-size: 2.5rem;
  }
  .review_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .review_lead > p:first-of-type {
    margin-top: -0.3em;
  }
  .review_lead > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 768px) {
  .review_lead {
    margin: 4.2rem 0 0 -5.6rem;
    line-height: 1.616em;
    font-size: 2.6rem;
    white-space: nowrap;
  }
  .review_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .review_lead > p:first-of-type {
    margin-top: -0.307em;
  }
  .review_lead > p:last-of-type {
    margin-bottom: -0.307em;
  }
}
.review_lead::before {
  content: "";
  position: absolute;
  background: #5081a5;
  pointer-events: none;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (min-width: 769px) {
  .review_lead::before {
    border-right: 1.6rem solid #00aeef;
    left: -5.8rem;
    right: -1.8rem;
    top: -1.6rem;
    bottom: -1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .review_lead::before {
    border-right: 1rem solid #00aeef;
    left: -3rem;
    right: 1rem;
    top: -1rem;
    bottom: -1rem;
  }
}
.review_lead > p {
  position: relative;
}
.review_body {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .review_body {
    width: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .review_body {
    width: 90.934%;
  }
}
@media screen and (min-width: 769px) {
  .review_accordion {
    padding: 3rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .review_accordion {
    padding: 4rem 0 6rem;
  }
}
@media screen and (min-width: 769px) {
  .review_row::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .review_row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .review_row + .review_row {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .review_row + .review_row {
    padding-top: 7.6rem;
  }
}
.review_copy {
  font-weight: 700;
  color: #5081a5;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .review_copy {
    line-height: 1.584em;
    font-size: 2.4rem;
  }
  .review_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .review_copy > p:first-of-type {
    margin-top: -0.291em;
  }
  .review_copy > p:last-of-type {
    margin-bottom: -0.291em;
  }
}
@media screen and (max-width: 768px) {
  .review_copy {
    width: 100%;
    line-height: 1.471em;
    font-size: 3.4rem;
  }
  .review_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .review_copy > p:first-of-type {
    margin-top: -0.235em;
  }
  .review_copy > p:last-of-type {
    margin-bottom: -0.235em;
  }
}
.review_text {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .review_text {
    line-height: 2em;
    font-size: 1.5rem;
  }
  .review_text > p {
    line-height: inherit;
    font: inherit;
  }
  .review_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .review_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
  .review_text::before {
    content: "";
    display: block;
    padding-top: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .review_text {
    padding-top: 3.2rem;
    line-height: 1.693em;
    font-size: 2.6rem;
  }
  .review_text > p {
    line-height: inherit;
    font: inherit;
  }
  .review_text > p:first-of-type {
    margin-top: -0.346em;
  }
  .review_text > p:last-of-type {
    margin-bottom: -0.346em;
  }
}
.review_image {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .review_image {
    order: 10;
    padding-top: 6rem;
  }
}
.review_image > figcaption {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .review_image > figcaption {
    padding-top: 2.6rem;
    line-height: 1.572em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .review_image > figcaption {
    padding-top: 4.2rem;
    line-height: 1.584em;
    font-size: 2.4rem;
  }
}
.review_image > figcaption > p {
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .review_image > figcaption > p + p {
    padding-top: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .review_image.img01 {
    float: right;
    width: 38.572%;
    margin-left: 4.048%;
    padding-bottom: 1.6rem;
    text-align: left;
  }
  .review_image.img01 + .review_copy {
    float: left;
    width: 57.143%;
  }
  .review_image.img01 ~ .review_text::before {
    clear: left;
  }
}
@media screen and (max-width: 768px) {
  .review_image.img01 {
    width: 37.6rem;
  }
}
.review_image.img01 > img {
  box-shadow: 1.6rem 1.6rem 0 #cad9e4;
}
@media screen and (min-width: 769px) {
  .review_image.img01 > img {
    width: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .review_image.img01 > img {
    width: 36rem;
  }
}
@media screen and (min-width: 769px) {
  .review_image.img02 {
    float: left;
    width: 51.667%;
    margin-right: 4.048%;
    text-align: right;
  }
  .review_image.img02 + .review_copy {
    float: right;
    width: 44.048%;
  }
  .review_image.img02 ~ .review_text::before {
    clear: right;
  }
}
@media screen and (max-width: 768px) {
  .review_image.img02 {
    width: 51.6rem;
  }
}
.review_image.img02 > img {
  box-shadow: -1.6rem 1.6rem 0 #cad9e4;
}
@media screen and (min-width: 769px) {
  .review_image.img02 > img {
    width: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .review_image.img02 > img {
    width: 50rem;
  }
}
.review_switch {
  display: flex;
  justify-content: center;
}

.example_outer {
  width: 100%;
  overflow: hidden;
}
.example_inner {
  counter-reset: example01;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .example_inner {
    width: 84rem;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .example_inner {
    padding: 6rem 0;
  }
}
.example_row {
  counter-increment: example01;
}
@media screen and (min-width: 769px) {
  .example_row {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .example_row {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .example_row + .example_row {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .example_row + .example_row {
    padding-top: 8rem;
  }
}
.example_head {
  padding: 0 0 4rem;
}
.example_index {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example_index > span {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #5081a5;
  border-radius: 50%;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .example_index > span {
    width: 8.4rem;
    height: 8.4rem;
    font-size: 1.7rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .example_index > span {
    width: 9.2rem;
    height: 9.2rem;
    font-size: 2rem;
    font-weight: 700;
  }
}
.example_index > span::after {
  content: counter(example01, decimal-leading-zero);
}
@media screen and (min-width: 769px) {
  .example_index > span::after {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .example_index > span::after {
    margin-top: -0.2rem;
    font-size: 5rem;
    font-weight: 600;
  }
}
.example_index > h3 {
  margin-left: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  color: #5081a5;
}
@media screen and (min-width: 769px) {
  .example_index > h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .example_index > h3 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .example_index + .example_lead {
    padding-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .example_index + .example_lead {
    padding-top: 2rem;
  }
}
.example_lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 3rem;
}
.example_lead > p {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .example_lead > p {
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .example_lead > p {
    padding-bottom: 1rem;
  }
}
.example_lead > p::before {
  content: "";
  position: absolute;
  background: #d9f3fd;
  left: -0.25em;
  right: 0.2em;
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .example_lead > p::before {
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .example_lead > p::before {
    height: 2.2rem;
  }
}
.example_lead > p > span {
  position: relative;
}
@media screen and (min-width: 769px) {
  .example_lead > p + p {
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .example_lead > p + p {
    margin-top: 1.6rem;
  }
}
.example_image {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .example_image {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .example_image {
    width: 68rem;
    padding-top: 4.8rem;
  }
}
.example_body {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .example_body {
    width: 68rem;
  }
}
@media screen and (min-width: 769px) {
  .example_accordion {
    padding: 3rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .example_accordion {
    padding: 2rem 0 6rem;
  }
}
@media screen and (min-width: 769px) {
  .example_box {
    border: 2px solid #5081a5;
    padding: 5rem 6.3rem 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .example_box {
    border: 1px solid #5081a5;
    padding: 6rem 4.3rem 4.4rem;
  }
}
.example_before > dt, .example_after > dt {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .example_before > dt, .example_after > dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .example_before > dt, .example_after > dt {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .example_before > dd, .example_after > dd {
    margin-top: 1.2rem;
    padding: 2.4rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .example_before > dd, .example_after > dd {
    margin-top: 2.2rem;
    padding: 2rem 2.1rem;
  }
}
.example_before > dt {
  color: #5081a5;
}
.example_before > dd {
  background: #e1eaf0;
}
@media screen and (min-width: 769px) {
  .example_before + .example_after {
    margin-top: 3.2rem;
    padding-top: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .example_before + .example_after {
    margin-top: 4.8rem;
    padding-top: 13.2rem;
  }
}
.example_before + .example_after::before, .example_before + .example_after::after {
  content: "";
}
.example_after {
  position: relative;
}
.example_after::before, .example_after::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .example_after::before, .example_after::after {
    border-left: 3.8rem solid transparent;
    border-right: 3.8rem solid transparent;
    border-top: 4rem solid #99dff9;
  }
}
@media screen and (max-width: 768px) {
  .example_after::before, .example_after::after {
    border-left: 5.5rem solid transparent;
    border-right: 5.5rem solid transparent;
    border-top: 6.2rem solid #99dff9;
  }
}
@media screen and (min-width: 769px) {
  .example_after::before {
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .example_after::before {
    top: 3rem;
  }
}
.example_after::after {
  top: 0;
  mix-blend-mode: multiply;
}
.example_after > dt {
  color: #00aeef;
}
.example_after > dd {
  background: #e5f7fd;
}
.example_list > li {
  display: block;
}
.example_list > li > p::before {
  content: "●";
  color: #00aeef;
}
@media screen and (min-width: 769px) {
  .example_list > li + li {
    padding-top: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .example_list > li + li {
    padding-top: 4.6rem;
  }
}
.example_text {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .example_text {
    line-height: 2em;
    font-size: 1.5rem;
  }
  .example_text > p {
    line-height: inherit;
    font: inherit;
  }
  .example_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .example_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .example_text {
    line-height: 1.693em;
    font-size: 2.6rem;
  }
  .example_text > p {
    line-height: inherit;
    font: inherit;
  }
  .example_text > p:first-of-type {
    margin-top: -0.346em;
  }
  .example_text > p:last-of-type {
    margin-bottom: -0.346em;
  }
}
.example_switch {
  display: flex;
  justify-content: center;
}
.example_switch .btn-accSwitch {
  background: #f9f9f9;
}

.glossary_outer {
  background: #f9f9f9;
  width: 100%;
  overflow: hidden;
}
.glossary_inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .glossary_inner {
    width: 84rem;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .glossary_inner {
    padding: 6rem 0;
  }
}
.glossary_list {
  margin: 0 auto;
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .glossary_list {
    display: flex;
    justify-content: space-between;
  }
  .glossary_list .glossary_items {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .glossary_list {
    width: 57rem;
  }
}
.glossary_items > li {
  display: block;
}
@media screen and (min-width: 769px) {
  .glossary_items > li + li {
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .glossary_items > li + li {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .glossary_items + .glossary_items {
    padding-top: 3rem;
  }
}
.glossary_item {
  display: flex;
  justify-content: space-between;
}
.glossary_item > dt {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .glossary_item > dt {
    line-height: 1.467em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .glossary_item > dt {
    line-height: 1.385em;
    font-size: 2.6rem;
  }
}
.glossary_item > dd {
  width: 100%;
  padding-left: 2rem;
}
.glossary_child > li {
  display: block;
}
@media screen and (min-width: 769px) {
  .glossary_child > li + li {
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .glossary_child > li + li {
    padding-top: 3rem;
  }
}
.glossary_link {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .glossary_link {
    line-height: 1.467em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .glossary_link {
    line-height: 1.385em;
    font-size: 2.6rem;
  }
}
.glossary_link.is-hover {
  opacity: 0.5;
}
.glossary_title {
  font-weight: 700;
  color: #5081a5;
}
@media screen and (min-width: 769px) {
  .glossary_title {
    padding-bottom: 1.7rem;
    line-height: 1.334em;
    font-size: 3rem;
  }
  .glossary_title > p {
    line-height: inherit;
    font: inherit;
  }
  .glossary_title > p:first-of-type {
    margin-top: -0.166em;
  }
  .glossary_title > p:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 768px) {
  .glossary_title {
    padding-bottom: 4rem;
    line-height: 1.648em;
    font-size: 3.4rem;
  }
  .glossary_title > p {
    line-height: inherit;
    font: inherit;
  }
  .glossary_title > p:first-of-type {
    margin-top: -0.323em;
  }
  .glossary_title > p:last-of-type {
    margin-bottom: -0.323em;
  }
}
.glossary_sub {
  position: relative;
}
@media screen and (min-width: 769px) {
  .glossary_sub {
    padding: 1rem 0;
    line-height: 2.223em;
    font-size: 1.8rem;
  }
  .glossary_sub > p {
    line-height: inherit;
    font: inherit;
  }
  .glossary_sub > p:first-of-type {
    margin-top: -0.611em;
  }
  .glossary_sub > p:last-of-type {
    margin-bottom: -0.611em;
  }
}
@media screen and (max-width: 768px) {
  .glossary_sub {
    padding: 1.7rem 0;
    line-height: 1.334em;
    font-size: 3rem;
  }
  .glossary_sub > p {
    line-height: inherit;
    font: inherit;
  }
  .glossary_sub > p:first-of-type {
    margin-top: -0.166em;
  }
  .glossary_sub > p:last-of-type {
    margin-bottom: -0.166em;
  }
}
.glossary_sub::before {
  content: "";
  position: absolute;
  background: #bfebfb;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .glossary_sub::before {
    left: -2rem;
    right: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .glossary_sub::before {
    left: -1rem;
    right: -1rem;
  }
}
.glossary_sub > p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .glossary_text {
    padding-top: 3rem;
    line-height: 2em;
    font-size: 1.5rem;
  }
  .glossary_text > p {
    line-height: inherit;
    font: inherit;
  }
  .glossary_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .glossary_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .glossary_text {
    padding-top: 4rem;
    line-height: 1.924em;
    font-size: 2.6rem;
  }
  .glossary_text > p {
    line-height: inherit;
    font: inherit;
  }
  .glossary_text > p:first-of-type {
    margin-top: -0.461em;
  }
  .glossary_text > p:last-of-type {
    margin-bottom: -0.461em;
  }
}

.contact_outer {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .contact_inner {
    padding: 10rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding: 8.2rem 0;
  }
}
.contact_lead {
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact_lead {
    line-height: 1.834em;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .contact_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .contact_lead > p:first-of-type {
    margin-top: -0.416em;
  }
  .contact_lead > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 768px) {
  .contact_lead {
    line-height: 1.648em;
    font-size: 3.4rem;
    font-weight: 500;
  }
  .contact_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .contact_lead > p:first-of-type {
    margin-top: -0.323em;
  }
  .contact_lead > p:last-of-type {
    margin-bottom: -0.323em;
  }
}
.contact_button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .contact_button {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_button {
    padding-top: 4rem;
  }
}
.contact_button > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00aeef;
  border-radius: 0.8rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .contact_button > a {
    width: 50rem;
    height: 6.6rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .contact_button > a {
    width: 68rem;
    height: 9rem;
    font-size: 2.6rem;
    font-weight: 500;
  }
}
.contact_button > a::before {
  content: "";
  display: block;
  background-image: url("/solution/lp_hotel/img/ico-mail01_w.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .contact_button > a::before {
    width: 6.2rem;
    height: 4.2rem;
    margin-right: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_button > a::before {
    width: 8.4rem;
    height: 5.6rem;
    margin-right: 2.8rem;
  }
}
.contact_button > a.is-hover {
  opacity: 0.5;
}
.contact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact_tel {
    padding-top: 5rem;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_tel {
    padding-top: 3.6rem;
    font-size: 5.2rem;
  }
}
.contact_tel::before {
  content: "";
  display: block;
  background-image: url("/solution/lp_hotel/img/ico-tel01_k.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 4.5rem;
}
@media screen and (min-width: 769px) {
  .contact_tel::before {
    margin: 0.8rem 0.6rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_tel::before {
    margin: 0.6rem 0.6rem 0 0;
  }
}
.contact_tel > p {
  line-height: 1;
}
.contact_text {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact_text {
    padding-top: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.765em;
    font-size: 1.7rem;
    font-weight: 500;
  }
  .contact_text > p {
    line-height: inherit;
    font: inherit;
  }
  .contact_text > p:first-of-type {
    margin-top: -0.382em;
  }
  .contact_text > p:last-of-type {
    margin-bottom: -0.382em;
  }
}
@media screen and (max-width: 768px) {
  .contact_text {
    padding-top: 2.2rem;
    line-height: 1.5em;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .contact_text > p {
    line-height: inherit;
    font: inherit;
  }
  .contact_text > p:first-of-type {
    margin-top: -0.25em;
  }
  .contact_text > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.modal_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9500;
}
.modal_bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal_box {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal_box {
    border-radius: 2rem;
    width: 84rem;
    padding: 7rem 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_box {
    border-radius: 1.4rem;
    width: 68rem;
    padding: 7.8rem 4rem;
  }
}
.modal_close {
  display: block;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal_close {
    width: 4rem;
    height: 4rem;
    top: 1.4rem;
    right: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_close {
    width: 6rem;
    height: 6rem;
    top: 1.8rem;
    right: 1.8rem;
  }
}
.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  background: #9fa0a0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .modal_close::before, .modal_close::after {
    width: 4rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_close::before, .modal_close::after {
    width: 5.7rem;
    height: 0.8rem;
  }
}
.modal_close::before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.modal_close::after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.modal_close.is-hover {
  opacity: 0.5;
}