/* kv */
.lp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-header__logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 40px;
  margin-left: -550px;
}
.lp-header__logo .site-logo::before {
  display: block;
}

.kv-sup {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  position: relative;
  z-index: 1;
  padding: 140px 0 0;
  background: url("../img/lp-sup/kv_01.jpg") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.kv-sup::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.kv-sup__txt--main {
  margin-right: -0.5em;
  color: #fff;
  text-shadow: 3px 3px #121b3e;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.3;
}
.kv-sup__txt--main .strong {
  color: #f0eb4c;
  font-size: 1.2em;
}
.kv-sup__txt--sub {
  margin-top: 70px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.nav-line {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 25px 0;
  background: #4f5984;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 85px;
}
.nav-list .btn-plan,
.nav-list .btn-rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 255px;
  height: 80px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.nav-list .btn-plan {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #7090cb;
  color: #fff;
}
.nav-list .btn-plan::after {
  content: "";
  display: block;
  width: 11.5px;
  height: 10.5px;
  margin: 7px auto -7px;
  background: url("../img/lp-sup/btn_icon_btm@2x.png") 50% 50% no-repeat;
  background-size: contain;
}
.nav-list .btn-rsv {
  background: #fff;
  color: #4f5984;
}
.nav-list .btn-rsv::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 30px;
  margin-left: 10px;
  background: url("../img/lp-sup/btn_icon_cal@2x.png") 50% 50% no-repeat;
  background-size: contain;
}

.logo-line {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media screen and (max-width: 1199px) {
  .lp-header__logo {
    left: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .lp-header__logo {
    display: none;
  }
  .kv-sup {
    padding-top: 15%;
  }
  .kv-sup__txt--main {
    font-size: 48px;
    font-size: min(12.8vw, 75px);
  }
  .kv-sup__txt--sub {
    margin-top: 5vw;
    font-size: 20px;
    font-size: min(5.33vw, 30px);
  }
  .nav-list {
    gap: 25px 4%;
  }
  .nav-list__item {
    max-width: 255px;
    width: 48%;
  }
  .nav-list .btn-plan,
  .nav-list .btn-rsv {
    width: 100%;
    font-size: min(5.33vw, 20px);
  }
  .nav-list .btn-rsv::after {
    max-width: 18%;
  }
}
@media screen and (max-width: 519px) {
  .kv-sup__txt--main {
    text-shadow: 2px 2px #121b3e;
  }
}
/* intro */
#lp-intro .kv__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
  gap: min(3.3vw, 20px) min(2.5%, 40px);
  max-width: none;
  margin: 0;
}

/* nayami */
#lp-nayami {
  position: relative;
  padding-bottom: 35px;
}
#lp-nayami .lp-lb {
  font-size: min(3.6vw, 4rem);
}
#lp-nayami .lp-lb > span {
  position: relative;
  display: inline-block;
  padding: 0 38px;
}
#lp-nayami .lp-lb > span::before, #lp-nayami .lp-lb > span::after {
  position: absolute;
  top: 0.1em;
  display: block;
  width: 28px;
  height: 34px;
}
#lp-nayami .lp-lb > span::before {
  content: url("../img/lp-vo/rcm_bal-l.svg");
  left: 0;
}
#lp-nayami .lp-lb > span::after {
  content: url("../img/lp-vo/rcm_bal-r.svg");
  right: 0;
}
#lp-nayami .service {
  margin: 45px auto 0;
}
#lp-nayami .service__lb {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  white-space: nowrap;
}
#lp-nayami .service__lb::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 0.536em;
  background: #f0eb4c;
}
#lp-nayami .service__lb.is-btm-long::before {
  left: -15px;
  right: -15px;
}
#lp-nayami .icon-btm {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 61.2%);
          transform: translate(0, 61.2%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 960px) {
  #lp-nayami .service__lb {
    font-size: 28px;
  }
}
@media screen and (max-width: 959px) {
  #lp-nayami .lp-lb {
    font-size: min(6vw, 3.6rem);
  }
  #lp-nayami .icon-btm img {
    max-width: 13%;
  }
}
@media screen and (max-width: 519px) {
  #lp-nayami .lp-lb > span {
    padding: 0 8%;
  }
  #lp-nayami .lp-lb > span::before, #lp-nayami .lp-lb > span::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #lp-nayami .lp-lb > span::before {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #lp-nayami .lp-lb > span::after {
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
/* plan */
#lp-plan {
  padding: 100px 0 55px;
}

.plan-catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.5em; /*8px 20px*/
  margin: 0 auto 85px;
  background: #f0eb4c;
  color: #4f5984;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.plan-lb {
  color: #4f5984;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.plan-lb .num {
  display: inline-block;
  vertical-align: sub;
  width: 1.145em;
  height: 1.145em; /*89.3px*/
  margin: 0 0.128em; /*10px*/
  border-radius: 50%;
  background: #4f5984;
  color: #fff;
  font-size: 1.696em; /*78px*/
  line-height: 0.945em;
}

.plan-dsr {
  margin-top: 40px;
  color: #121b3e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 45.45%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

.plan-card {
  position: relative;
}

.plan-rcm-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  margin-left: -210px;
}

.plan-point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.278em 0.833em; /*5px 15px*/
  margin: 0 auto;
  background: #4f5984;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.plan-name {
  padding: 8px 0.5em;
  margin: 0;
  border-top: solid 1px #4f5984;
  border-bottom: solid 1px #4f5984;
  background: #d4deef;
  color: #121b3e;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.plan-cont1 {
  padding: 45px 0 28px;
  background: #e5e5e4;
  text-align: center;
}

.plan-txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 85px;
  margin: 0 auto;
  color: #4f5984;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.plan-txt .icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -28%);
          transform: translate(0, -28%);
}

.plan-time {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  margin: 25px auto 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
  text-align: left;
}
.plan-time .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.plan-time .holiday {
  font-size: 0.5em;
  font-weight: 500;
}

.plan-cont2 {
  padding: 23px 15px 18px;
  border-top: solid 1px #4f5984;
  border-bottom: solid 1px #4f5984;
  background: #e5e5e4;
  text-align: center;
}

.plan-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #121b3e;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.plan-price .yen,
.plan-price .per {
  font-size: 0.5em; /*22px*/
  font-weight: 500;
}
.plan-price .yen {
  margin-left: 0.227em; /*5px*/
}
.plan-price .tax {
  font-size: 0.364em; /*16px*/
  font-weight: 500;
}

.plan-feature {
  margin-top: 30px;
  color: #121b3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.plan-feature__item {
  position: relative;
  padding-left: 2.111em; /*38px*/
}
.plan-feature__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3em;
  height: 1.3em; /*23.5px*/
  background: url("../img/lp-sup/icon_check@2x.png") 50% 50% no-repeat;
  background-size: contain;
}
.plan-feature__item + .plan-feature__item {
  margin-top: 0.722em;
}

.plan-link {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 80px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 519px) {
  #lp-plan {
    padding: 65px 0 40px;
  }
  .plan-catch {
    margin-bottom: 35px;
    font-size: 26px;
  }
  .plan-lb {
    font-size: 30px;
  }
  .plan-dsr {
    margin-top: 25px;
    font-size: 18px;
  }
  .plans-grid {
    margin-top: 45px;
  }
  .plan-rcm-icon {
    -webkit-transform: translate(0, -70%) scale(0.8);
            transform: translate(0, -70%) scale(0.8);
    margin-left: -175px;
  }
  .plan-point {
    font-size: 15px;
  }
  .plan-name {
    font-size: 26px;
  }
  .plan-cont1 {
    padding: 30px 0.5em 20px;
  }
  .plan-txt {
    padding-left: 55px;
    font-size: 19px;
  }
  .plan-txt .icon {
    -webkit-transform: translate(0, -28%) scale(0.64);
            transform: translate(0, -28%) scale(0.64);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .plan-time {
    margin-top: 18px;
    font-size: 26px;
  }
  .plan-time .icon {
    top: -0.05em;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .plan-cont2 {
    padding: 18px 4% 16px;
  }
  .plan-price {
    font-size: 36px;
  }
  .plan-feature {
    margin-top: 20px;
    font-size: 16px;
  }
  .plan-link {
    margin-top: 25px;
  }
}
/* comparison */
#lp-comparison .comparison-table {
  margin: 0 auto;
}
#lp-comparison .comparison-table thead th {
  background: #e5e5e4;
}
#lp-comparison .comparison-table thead .th1 {
  background: #4f5984;
}
#lp-comparison .comparison-table thead .th2 {
  background: #f39518;
}
#lp-comparison .comparison-table thead .th3 {
  background: #777;
}
#lp-comparison .comparison-table tbody th {
  font-size: 1em;
  font-weight: 400;
  text-align: left;
}
#lp-comparison .comparison-table tbody td {
  font-weight: 500;
  text-align: center;
}
#lp-comparison .comparison-note {
  max-width: 1000px;
  width: 100%;
  margin: 12px auto 0;
  font-size: 0.875em;
}

@media screen and (max-width: 519px) {
  #lp-comparison .comparison-table thead th {
    font-size: 1em;
  }
}
/* reason */
#lp-reason .meritList > li:last-child {
  margin: 0 auto -20px;
}
#lp-reason .meritList__lb {
  font-size: 1.75em;
}
#lp-reason .meritList__lb__txt {
  padding: 0;
  border-bottom: none;
}
#lp-reason .meritList__img {
  padding: 0;
  text-align: center;
}

.reason-lb {
  padding: 5px 0 15px;
  margin-bottom: 95px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  background: #fff;
  color: #4f5984;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.reason-lb .num {
  color: #7090cb;
  font-size: 1.625em; /*65px*/
  line-height: 1;
}

.reason-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
}
.reason-point__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 60px;
  padding: 0.2em;
  border: solid 1px;
  background: #fff;
  color: #7090cb;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.14;
}

@media screen and (max-width: 519px) {
  .reason-lb {
    padding: 12px 0;
    margin-bottom: 60px;
    font-size: min(7vw, 36px);
  }
  .reason-point__item {
    max-width: calc(50% - 7px);
    font-size: 18px;
  }
}
/* amenity */
.amenity-lb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 35px;
  margin: 0 auto 25px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  background: #fff;
  color: #4f5984;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.amenity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 3.026%;
  margin-top: 55px;
}
.amenity-list__item {
  max-width: 250px;
  width: 22.73%;
  padding: 40px 0 15px;
  background: #d4deef;
}
.amenity-list__lb {
  margin-bottom: 10px;
  color: #121b3e;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.amenity-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 80px;
  margin-bottom: 28px;
  text-align: center;
}
.amenity-list__icon.is-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amenity-list__icon.is-left img {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.amenity-list__icon.is-left-btm img {
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
}
.amenity-list__txt {
  padding: 0 8%;
  font-size: 0.875em; /*14px*/
  line-height: 1.571;
}

@media screen and (max-width: 959px) {
  .amenity-list {
    gap: 4.4vw 4.4%;
  }
  .amenity-list__item {
    width: 47.8%;
  }
}
@media screen and (max-width: 519px) {
  .amenity-lb {
    padding: 13px 1em;
    margin-bottom: 20px;
    font-size: min(7vw, 36px);
  }
  .amenity-list {
    gap: 25px;
    margin-top: 35px;
  }
  .amenity-list__item {
    width: 100%;
  }
}
/* access */
@media screen and (min-width: 520px) {
  #lp-access .lp-lb2 {
    margin-bottom: 40px;
  }
}
/* flow */
.flow-dsr {
  margin-bottom: 40px;
  color: #121b3e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.flow-step {
  max-width: 1040px;
  margin: 0 auto 100px;
}
.flow-step__item {
  position: relative;
  width: 27.716%;
}
.flow-step__item:last-child {
  width: 16.852%;
}
.flow-step__box {
  width: 175px;
}
.flow-step__box.is-str {
  font-size: 1em;
}
.flow-step__txt {
  position: absolute;
  left: 0;
  top: 100%;
  width: 175px;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.571;
  text-align: justify;
}

.flow-note {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .flow-step__box {
    width: min(46.67vw, 285px);
  }
  .flow-step__txt {
    position: static;
    width: min(46.67vw, 285px);
    margin: 0.5em auto;
  }
}
@media screen and (max-width: 519px) {
  .flow-dsr {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .flow-step {
    margin-bottom: 50px;
  }
}
/* faq */
#lp-faq {
  background: #f4f4f4;
}

.faq {
  font-size: 1em;
  line-height: 2;
}
.faq dt {
  font-size: 1.5em;
}

/* cv */
#lp-cv {
  background: #4f5984;
}
#lp-cv .lp-lb2,
#lp-cv .flow-dsr {
  color: #fff;
}
#lp-cv .ft-cv {
  display: grid;
  grid-template-columns: repeat(2, 45.45%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
#lp-cv .ft-cv__item {
  display: block;
  padding: 30px 0;
  background: #fff;
}
#lp-cv .ft-cv__tel__time {
  padding: 0;
  background: transparent;
  color: #121b3e;
  font-size: 1.4rem;
}
#lp-cv .ft-cv__tel__mail {
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  #lp-cv .ft-cv {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 519px) {
  #lp-cv .ft-cv {
    margin-top: 35px;
  }
  #lp-cv .ft-cv__item {
    padding: 20px 0;
  }
  #lp-cv .ft-cv__tel__tel img, #lp-cv .ft-cv__tel__mail img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #lp-cv .ft-cv__tel__mail {
    margin: 20px 0 10px;
  }
}/*# sourceMappingURL=style_lp-sup.css.map */