@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body{
    font-family: sans-serif ;
  }
}
 
p {
  line-height: 2;
}

.sec__wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lp__img-area {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lp_img img {
  width: 100%;
}

.lp_img {
  width: 100%;
  display: block;
}

.lp__btn picture {
  width: 100%;
  height: auto;
  display: block;
}
.lp__btn-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.lp__btn.lp__btn-01 .lp__btn-box {
  background: linear-gradient(to right, #3bd25a 0, #49cbc1 100%);
}
.lp__btn.lp__btn-02 .lp__btn-box {
  background: linear-gradient(to right, #55B5D3 0, #EC8FD8 100%);
}
.lp__btn.lp__btn-02.floating .lp__btn-box {
  background: linear-gradient(to left, #55B5D3 0, #EC8FD8 100%);
}
.lp__btn-01 .lp__btn-box img {
  width: auto;
  height: 40px;
}
.lp__btn-02 .lp__btn-box img {
  width: auto;
  height: 40px;
}
.lp__btn img {
  width: 100%;
  height: 100%;
}

.lp__img-area-01 {
  z-index: 10;
}

.lp__img-area-02 .lp_img {
  margin-top: -18%;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .lp__img-area-02 .lp_img {
    margin-top: 0;
  }
  .lp__btn-box {
    height: 72px;    
  }
  .lp__hdr-btn .lp__btn-box {
    height: 3.75vw;
    border-radius: 0.521vw;
    font-size: 0.938vw;
  }
  .lp__hdr-btn .lp__btn-01 .lp__btn-box img {
    height: 2.083vw;
  }
  .lp__hdr-btn .lp__btn-02 .lp__btn-box img {
    height: 2.083vw;
  }
}

.lp__btn-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.lp__btn-01 img {
  height: 100%;
  width: 100%;
}

.lp__btn-02 img {
  width: 100%;
  height: 100%;
}

.lp__btn-02:not(:last-child) {
  margin-right: 5%;
}

@media screen and (min-width: 1024px) {
  .lp__btn-02:not(:last-child) {
    margin: 0;
  }
}

.lp__btn-01 {
  width: 90%;
  margin-bottom: 5%;
}
.lp__hdr-btn .lp__btn-01, .lp__btn-set-02 .lp__btn-01 {
  position: relative;
}
.lp__hdr-btn .lp__btn-01::before, .lp__btn-set-02 .lp__btn-01::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 15px solid #ffffff;
  border-bottom: 0;
}
.lp__hdr-btn .lp__btn-01::after, .lp__btn-set-02 .lp__btn-01::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10%;
  left: 0;
  display: block;
  width: 100%;
  height: 120%;
  margin: auto;
  -webkit-animation-name: rippleAnimation;
  animation-name: rippleAnimation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 12px;
  background-color: rgba(59,210,89,.77);
  box-shadow: 0 0 5px white;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: .5;
  }

  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: .5;
  }

  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
  .lp__btn-01 {
    width: auto;
    width: 48%;
    margin-bottom: 0;
    z-index: 1;
  }
  .lp__hdr-btn .lp__btn-01::before {
    display: none;
  }
  .lp__hdr-btn .lp__btn-01::after, .lp__btn-set-02 .lp__btn-01::after {
    top: -16%;
    width: 120%;
    height: 130%;
    left: -10%;
  }
}

.lp__btn-02 {
  width: 42.5%;
}

@media screen and (min-width: 1024px) {
  .lp__btn-02 {
    width: 23%;
    height: auto;
  }
}

.lp__btn-set {
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .lp__btn-set {
    width: 100%;
  }
}

.lp__btn-set-01 {
  bottom: 4%;
}

@media screen and (min-width: 1024px) {
  .lp__btn-set-01 {
      justify-content: flex-end;
      bottom: auto;
      align-items: flex-end;
      top: 4%;
      width: 100%;
      justify-content: space-between;
      max-width: 644px;
      right: 0;
  }

  .lp__hdr-btn {
    position: absolute;
    top: 3.404vw;
    left: 50%;
    width: 100%;
    max-width: 60.638vw;
    transform: translate(-50%, 0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .lp__hdr-btn .lp__btn-set-01 {
    position: static;
    max-width: 34.255vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .lp__hdr-btn {
    max-width: 77.638vw;
    top: 4.604vw;
  }
}

.lp__btn-set-02 {
  top: 8.6%;
}

@media screen and (min-width: 1024px) {
  .lp__btn-set-02 {
      justify-content: space-between;
      bottom: auto;
      align-items: flex-end;
      top: 21.5%;
      width: 100%;
      max-width: 644px;
      left: 50%;
      transform: translate(-50%, 0);
  }
}

.lp__btn:hover {
  opacity: 0.8;
}

.lp__tab-img-02 {
  display: none;
}

.lp__tab-img-02 img {
  width: 100%;
}

.js-active .lp__tab-img-01 {
  display: none;
}

.js-active .lp__tab-img-01 img {
  width: 100%;
}

.js-active .lp__tab-img-02 {
  display: block;
}

.lp__tab-open {
  display: none;
}

.lp__tab-open.js-active {
  display: block;
}

.lp__tab-btn-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3%;
}

@media screen and (min-width: 1024px) {
  .lp__tab-btn-area {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp__tab {
  cursor: pointer;
  flex: 1;
  width: auto;
}

.lp__tab img {
  width: 100%;
}

.lp__tab-open-img {
  width: 100%;
  display: block;
}

.lp__tab-open-img img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .lp__tab-open-img {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp__tab-open {
  padding: 5%;
}

.sec-03__block {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5%;
}

@media screen and (min-width: 1024px) {
  .sec-03__block {
    width: 100%;
  }
}

.sec-03__block-01 {
  background-color: #fbd8f3;
  background: linear-gradient(to bottom, #f0fdff 0, #f9f6fa 100%);
}

.lp__tab-area {
  width: 100%;
}

.lp__img-area-03 .lp_img {
  margin-top: 10%;
  margin-bottom: 10%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.sec-01__wrapper {
  padding: 10% 0 21%;
  background: linear-gradient(to bottom, #E1F3F3 40%, #F8E0F5 100%);
}

@media screen and (min-width: 1024px) {
  .sec-01__wrapper {
    position: relative;
    padding: 7vw 0;
    padding-top: 1%;
    overflow-y: hidden;
  }
  .sec-01__wrapper::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.sec-01__img-01 {
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}

.sec-01__img-01 img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-01__img-01 {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

.sec-01__img-02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10%;
}

@media screen and (min-width: 1024px) {
  .sec-01__img-02 {
    width: 50%;
    margin-bottom: 5%;
  }
}

.sec-01__box {
  position: relative;
  width: 90%;
  padding: 8% 6%;
  padding-bottom: 18%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.94);
  margin-top: -45%;
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .sec-01__box {
    margin-left: 12%;
    width: 62%;
    margin-top: -36%;
    padding: 2% 7%;
    z-index: 3;
  }
}

.sec-01__more-txt {
  height: 164px;
  overflow: hidden;
  color: #444444;
  line-height: 2;
  padding: 0 3%;
  margin-bottom: 8%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec-01__more-txt {
    height: 5em;
  }
}

.sec-01__more-txt p {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, sans-serif;
  text-align: justify;
}
.sec-01__more-txt p:not(:last-child) {
  margin-bottom: 5%;
}

.sec-01__more-txt::after {
  content: "";
  height: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(255,255,255,0.94) 98%, rgba(255,255,255,0.94) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 1;
}

.js__box.js-more-active {
  padding-bottom: 8%;
}

.js__box.js-more-active .sec-01__more-txt {
  height: auto;
}

.js__box.js-more-active .sec-01__more-txt::after {
  background: none;
}

.js__box.js-more-active .sec-01__more-txt {
  margin-bottom: 0;
}

.sec-01__more-btn {
  position: absolute;
  cursor: pointer;
}

.sec-01__more-btn-01 {
  width: 78%;
  bottom: 8.6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.sec-01__more-btn-01 img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-01__more-btn-01 {
    width: 50%;
    bottom: -16.4%;
  }
  .sec-01__more-txt p {
    font-size: 15px;
  }
}

.sec-02__wrapper {
  color: #444444;
  position: relative;
  background: linear-gradient(to bottom, #d3efee 0, #fffce3 100%);
  padding-bottom: 15vw;
}

@media screen and (min-width: 1024px) {
  .sec-02__wrapper {
    display: none;
  }
}

.sec-02__img-01 {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -24%;
  margin-bottom: 10%;
}

.lp__img-area-07 {
  position: relative;
  margin-top: -13%;
  padding-bottom: 45%;
  z-index: 10;
  /* background-color: #fff; */
}

@media screen and (min-width: 1024px) {
  .lp__img-area-07 {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 5%;
  }
}

.sec-02__menu-title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec-02__menu-title-img {
  width: 100%;
  padding-bottom: 7%;
}

.sec-02__menu-title-img-parts {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  display: block;
  width: 15%;
  transition: ease all 0.3s;
}

.sec-02__menu-title-parts {
  display: block;
  width: 16vw;
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 50% 50% 0 0;
  bottom: 0;
}

.sec-02__menu-block {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 15%;
  font-size: 3.6vw;
  z-index: 10;
}

.sec-02__menu-block .sec-02__menu-block-inner {
  background-color: #fff;
  padding: 10%;
}

.sec-02__menu-img-01 {
  position: absolute;
  top: 5%;
  width: 20%;
  left: 5%;
  z-index: 10;
}

.sec-02__menu-block-img {
  width: 100%;
}

.sec-02__menu-block {
  display: none;
}

.js-acording-active .sec-02__menu-title-img {
  padding-bottom: 0;
}

.js-acording-active .sec-02__menu-title-img-parts {
  transform: rotateX(180deg);
}

.sec-02__menu-area:not(:last-child) {
  margin-bottom: 5%;
}

.sec-03__wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15vw 0;
}

@media screen and (min-width: 1024px) {
  .sec-03__wrapper {
    width: 100%;
    padding: 5%;
  }
}

.sec-03__img-01 {
  width: 100%;
  display: block;
  position: relative;
  margin-top: -16vw;
  margin-bottom: 5%;
}

.sec-03__img-01 img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-03__img-01 {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    margin-bottom: 0;
  }
}

.sec-03__box {
  border: 2vw solid transparent;
  /* 通常のボーダーを透明に設定 */
  -o-border-image: linear-gradient(to right, #bee8eb, #fbd8f3);
  border-image: linear-gradient(to right, #bee8eb, #fbd8f3);
  /* グラデーションを設定 */
  border-image-slice: 1;
  /* ボーダーイメージを全体に適用 */
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sec-03__box {
    border-width: 0.5vw;
    width: 68%;
  }
}

.sec-03__img-02 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 5%;
}

.lp__img-area-05 {
  padding: 15vw 0;
}

@media screen and (min-width: 1024px) {
  .lp__img-area-05 {
    padding: 0;
    display: none;
  }
}

.ftr__area {
  /*! CSS Used from: https://www.kumamoto-invisalign.com/y-lp/css/reset.css */
  /*! CSS Used from: https://www.kumamoto-invisalign.com/y-lp/css/styles.css?v=1.1.0 */
  /*! CSS Used from: Embedded */
  margin: 0 0 96px !important;
  padding: 0 !important;
}

.ftr__area .copy_right {
  font-size: 0.7em;
  background-color: #62c191;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .ftr__area {
    margin: 0 !important;
  }
  .ftr__area .copy_right {
    padding: 24px;
  }
}

.ftr__area div,
.ftr__area span,
.ftr__area iframe,
.ftr__area img,
.ftr__area small,
.ftr__area table,
.ftr__area tbody,
.ftr__area tr,
.ftr__area th,
.ftr__area td,
.ftr__area footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ftr__area footer {
  display: block;
}

.ftr__area a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ftr__area table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ftr__area *,
.ftr__area *::before,
.ftr__area *::after {
  box-sizing: border-box;
}

.ftr__area a {
  text-decoration: none;
}

.ftr__area a,
.ftr__area th,
.ftr__area td {
  font-size: 15px;
}

.ftr__area .font-num {
  font-family: "League Spartan", sans-serif;
}

.ftr__area .font-jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

.ftr__area footer {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 32px;
}

.ftr__area small {
  background-color: #62c191;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 80px;
  text-align: center;
  white-space: wrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .ftr__area footer {
    padding-top: 0;
  }

  .ftr__area small {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.ftr__area .ftr__wrapper {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 32px;
  padding-top: 32px;
}

.ftr__area .ftr__box {
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 24px;
}

.ftr__area .ftr__logo-img {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.ftr__area .ftr__table {
  width: 100%;
}

.ftr__area .ftr__th-01 {
  padding: 4px;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
  width: 100px;
}

.ftr__area .ftr__td-01 {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 0;
}

.ftr__area .ftr__txt-01 {
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
}

.ftr__area .ftr__th-01-point {
  padding: 10px 8px;
  color: #fff;
}

.ftr__area .ftr__type-01 .ftr__th-01-point {
  background-color: #947bc0;
}

.ftr__area .ftr__type-01 .ftr__table tr {
  background-color: #dad0e9;
}

.ftr__area .ftr__type-01 .ftr__table tr:nth-child(2n) {
  background-color: #ebe4f3;
}

.ftr__area .ftr__type-02 .ftr__th-01-point {
  background-color: #dd80c4;
}

.ftr__area .ftr__type-02 .ftr__table tr {
  background-color: #f3d3eb;
}

.ftr__area .ftr__type-02 .ftr__table tr:nth-child(2n) {
  background-color: #f8e6f4;
}

.ftr__area .ftr__type-03 .ftr__th-01-point {
  background-color: #6bccd5;
}

.ftr__area .ftr__type-03 .ftr__table tr {
  background-color: #cbecf1;
}

.ftr__area .ftr__type-03 .ftr__table tr:nth-child(2n) {
  background-color: #e1f3f8;
}

.ftr__area .ftr__type-04 .ftr__th-01-point {
  background-color: #6ed1a2;
}

.ftr__area .ftr__type-04 .ftr__table tr {
  background-color: #cceedd;
}

.ftr__area .ftr__type-04 .ftr__table tr:nth-child(2n) {
  background-color: #e1f7eb;
}

.ftr__area .ftr__type-05 .ftr__th-01-point {
  background-color: #f4e969;
}

.ftr__area .ftr__type-05 .ftr__table tr {
  background-color: #faf7ca;
}

.ftr__area .ftr__type-05 .ftr__table tr:nth-child(2n) {
  background-color: #fffbe2;
}

.ftr__area .ftr__type-01 .ftr__btn-03 {
  background-color: #967bc2;
}

.ftr__area .ftr__type-02 .ftr__btn-03 {
  background-color: #dd81c4;
}

.ftr__area .ftr__type-03 .ftr__btn-03 {
  background-color: #6bccd5;
}

.ftr__area .ftr__type-04 .ftr__btn-03 {
  background-color: #6ed1a2;
}

.ftr__area .ftr__type-05 .ftr__btn-03 {
  background-color: #f4e969;
}

.ftr__area .ftr__type-01 .ftr__btn-02 {
  border-color: #967bc2;
}

.ftr__area .ftr__type-02 .ftr__btn-02 {
  border-color: #dd81c4;
}

.ftr__area .ftr__type-03 .ftr__btn-02 {
  border-color: #6bccd5;
}

.ftr__area .ftr__type-04 .ftr__btn-02 {
  border-color: #6ed1a2;
}

.ftr__area .ftr__type-05 .ftr__btn-02 {
  border-color: #f4e969;
}

.ftr__area .ftr__btn-02 {
  display: flex;
  align-items: center;
  font-size: 7vw;
  justify-content: center;
  border: 1px solid #aaa;
  padding: 2vw;
  color: #555;
  display: none !important;
}

.ftr__area .ftr__btn-02-img {
  width: 8%;
  margin-right: 5%;
  margin-bottom: 1%;
}

.ftr__area .ftr__map {
  width: 100%;
  height: 50vw;
  margin-bottom: 8px;
}

.ftr__area .ftr__btn-03 {
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1000px;
  border: none;
  position: relative;
}

.ftr__area .ftr__box-header {
  padding-bottom: 24px;
}

.ftr__area .ftr__btn-03-parts {
  width: 4vw;
  height: 4vw;
  border-left: 0.5vw solid #fff;
  border-top: 0.5vw solid #fff;
  left: 50%;
  position: absolute;
  transition: ease all 0.5s;
  top: 45%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.ftr__area .ftr__box-body {
  display: none;
}

.ftr__area .ftr__block-01 {
  margin-bottom: 8px;
}

.ftr__area .ftr__block-area-01 {
  margin-bottom: 24px;
}

.ftr__area .ftr__btn-01 {
  display: none;
  margin-bottom: 12px;
}

.ftr__area .ftr__block-03 {
  margin-bottom: 24px;
}

.ftr__area .ftr__block-04 {
  margin-bottom: 16px;
}

.ftr__area .ftr__block-04-txt {
  font-size: 12px;
  line-height: 1.6;
}

.ftr__area .ftr__block-05 {
  display: none;
}

.ftr__area .ftr__wrapper {
  background-color: #d5e9f6;
  background-image: linear-gradient(-90deg, #dbedf8 50%, transparent 50%);
  background-size: 14px 14px;
}

.ftr__area .ftr__box:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .ftr__area .ftr__wrapper {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .ftr__area .ftr__btn-03 {
    display: none;
  }

  .ftr__area .ftr__box-body {
    display: block;
  }

  .ftr__area .ftr__map {
    display: none;
  }

  .ftr__area .ftr__block-05 {
    display: block;
  }

  .ftr__area .ftr__box {
    display: flex;
    justify-content: space-between;
  }

  .ftr__area .ftr__box:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .ftr__area .ftr__box:not(:last-child) {
    margin-bottom: 40px;
  }

  .ftr__area .ftr__box-item-01 {
    width: calc(50% - 40px);
  }

  .ftr__area .ftr__block-05 {
    width: 50%;
  }

  .ftr__area .ftr__map-02 {
    width: 100%;
    height: 100%;
  }

  .ftr__area .ftr__box {
    padding: 40px;
  }

  .ftr__area .ftr__btn-02-txt {
    font-size: 3.8vw;
  }

  .ftr__area .ftr__btn-02 {
    padding: 0;
    border: none;
    justify-content: flex-start;
  }

  .ftr__area .ftr__inner {
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .ftr__area .ftr__logo-img {
    width: 380px;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .ftr__area .ftr__btn-02-img {
    margin-right: 8px;
    width: 24px;
  }

  .ftr__area .ftr__block-04-txt {
    font-size: 16px;
  }

  .ftr__area .ftr__th-01 {
    font-size: 16px;
    padding: 16px 0;
    width: auto;
  }

  .ftr__area .ftr__table tr:not(:first-child) .ftr__th-01 {
    padding: 12px 0;
  }

  .ftr__area .ftr__td-01 {
    width: auto;
    font-size: 16px;
    padding: 12px 0;
  }
}

@media screen and (min-width: 1024px) {
  .ftr__area .ftr__box {
    padding: 40px 80px;
  }

  .ftr__area .ftr__btn-02-txt {
    font-size: 32px;
  }

  .ftr__area .ftr__box-item-01 {
    width: calc(50% - 40px);
  }

  .ftr__area .ftr__th-01 {
    padding: 16px 8px;
  }

  .ftr__area .ftr__td-01 {
    padding: 12px 8px;
  }
}

.ftr__area .js__slide-toggle-active .ftr__btn-03-parts {
  top: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sec__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-01__inner {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sec-01__inner {
    width: 68%;
  }
}

.sec-02__inner {
  width: 100%;
}

.lp__img-area-11 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .lp__img-area-11 {
    display: block;
  }
}

.lp__img-area-12 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .lp__img-area-12 {
    display: block;
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .main__wrapper {
    width: 100%;
    overflow: hidden;
  }

  .main__inner {
    width: 130%;
    margin-left: -15%;
    margin-right: -15%;
  }
}

@media screen and (min-width: 1480px) {
  .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*! CSS Used from: Embedded */
.ftr-bnr__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.3);
}

.ftr-bnr__inner {
  padding: 8px;
  display: flex;
  justify-content: space-between;
}

.ftr-bnr__btn-01 {
  width: calc((100% - 96px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  height: 80px;
}

.ftr-bnr__btn-01-01 {
  width: 80px;
  background-color: #5EB3D3;
}
.ftr-bnr__btn-01-02 {
  background-color: #B49CF3;
}
.ftr-bnr__btn-01-03 {
  background-color: #4CC764;
}
.ftr-bnr__btn-01-01 .ftr-bnr__btn-img {
  width: 55%;
  max-width: 45px;
}
.ftr-bnr__btn-01-02 .ftr-bnr__btn-img {
  width: 67%;
  max-width: 90px;
}
.ftr-bnr__btn-01-03 .ftr-bnr__btn-img {
  width: 80%;
  max-width: 108px;
}

.ftr-bnr__block-area {
  padding: 8px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.ftr__bnr__block-area-wrapper {
  display: none;
}

.ftr-bnr__btn-02 {
  padding: 16px 0;
  text-align: center;
  width: calc(20% - 6px);
  background: linear-gradient(90deg, #B296EC, #55B5D3);
  color: #fff;
  letter-spacing: -0.05em;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.ftr-bnr__btn-02:nth-child(2) {
  background: linear-gradient(0deg, #B296EC, #55B5D3);
}
.ftr-bnr__btn-02:nth-child(3) {
  background: linear-gradient(90deg, #B296EC, #55B5D3);
}
.ftr-bnr__btn-02:nth-child(4) {
  background: linear-gradient(-90deg, #B296EC, #55B5D3);
}
.ftr-bnr__btn-02:nth-child(5) {
  background: linear-gradient(180deg, #B296EC, #55B5D3);
}

.ftr-bnr__title {
  padding: 8px;
  padding-bottom: 0;
}

.ftr-bnr__title img {
  display: block;
  width: 15%;
  max-width: 84px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .ftr-bnr__wrapper {
    display: none;
  }
}

.ftr__area .ftr__small-tel {
  font-size: 22px;
  display: flex;
  color: #000;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin: 16px 0 0;
  font-family: 'League Spartan', sans-serif;
}
.ftr__area .ftr__small-tel::before {
    content: "";
    width: 13px;
    height: 20px;
    margin-bottom: 2px;
}
.ftr__area .ftr__type-01 .ftr__small-tel::before {
    background: url(/img/btn-icon.svg) no-repeat;
    background-size: 100%;
}
.ftr__area .ftr__type-02 .ftr__small-tel::before {
   background: url(/img/btn-icon-4.svg) no-repeat;
   background-size: 100%;
}
.ftr__area .ftr__type-03 .ftr__small-tel::before {
   background: url(/img/btn-icon-1.svg) no-repeat;
   background-size: 100%;
}
.ftr__area .ftr__type-04 .ftr__small-tel::before {
    background: url(/img/btn-icon-2.svg) no-repeat;
    background-size: 100%;
}
.ftr__area .ftr__type-05 .ftr__small-tel::before {
     background: url(/img/btn-icon-3.svg) no-repeat; 
     background-size: 100%;
}

@media screen and (min-width: 1024px) {
  .ftr__area .ftr__small-tel {
    font-size: 26px;
  }
  .ftr__area .ftr__small-tel::before {
    width: 17px;
    height: 24px;
    margin-bottom: 3px;
  }
}

.floating {
  position: relative;
}
.floating:hover {
  opacity: 1;
}
.side__reserve {
  cursor: pointer;
}
.side__reserve-menu {
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 77px;
  right: 0;
  width: 654px;
  padding: 10px;
  z-index: 999;
  background: rgba(255,255,255, 0.88);
}
.side__visble{
  height: auto;
  visibility: visible;
}
.side__reserve-menu::before {
  z-index: 1001;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -19px;
  right: 58px;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(-90deg);
}
.side__reserve-menu img {
  width: 100%;
  max-width: 62px;
  margin-right: 8px;
}
.side__visble ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.side__visble ul li {
  width: 18%;
}
.side__reserve-menu ul li a {
  background: linear-gradient(90deg, #B296EC, #55B5D3);
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
  padding-bottom: 2px;
  font-size: 14px;
  border-radius: 8px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.side__reserve-menu ul li a:hover {
  opacity: 0.9;
}
.side__reserve-menu ul li:nth-child(2) a {
  background: linear-gradient(0deg, #B296EC, #55B5D3);
}
.side__reserve-menu ul li:nth-child(3) a {
  background: linear-gradient(90deg, #B296EC, #55B5D3);
}
.side__reserve-menu ul li:nth-child(4) a {
  background: linear-gradient(-90deg, #B296EC, #55B5D3);
}
.side__reserve-menu ul li:nth-child(5) a {
  background: linear-gradient(180deg, #B296EC, #55B5D3);
}
.side__reserve-text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .side__reserve-menu {
    top: 81px;
    right: -1.5vw;
    width: 93vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
 .lp__hdr-btn .side__reserve-menu {
    top: 5vw;
 }
}
/*# sourceMappingURL=style.css.map */