@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

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

html {
  scroll-behavior: smooth;
}
@media (min-width: 1331px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.08vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0.07em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-image: url(../img/common_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

#blossom-garden-campaign{
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0.07em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-image: url(../img/common_bg_blossom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.header {
  padding: 20px 40px;
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header_btn {
  width: 297px;
  height: 68px;
  border-radius: 50px;
  color: white;
  padding: 7px;
  font-size: 20px;
  font-weight: 500;
}
.header_btn.btn1 {
  background-color: #0057B0;
  margin-right: 20px;
}
.header_btn.btn2 {
  background-color: #FB6A02;
}

.u-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 88%;
}

.footer {
  background-color: #FFAE00;
  padding: 43px 0 15px;
  position: relative;
}
.footer_link {
  margin-top: 20px;
}
.footer_btn {
  margin-right: 120px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.footer_btn:last-child {
  margin-right: unset;
}
.footer .copyright {
  margin-top: 33px;
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: 500;
}
.footer .backtop {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 1280px) {
  .header {
    padding: 15px 20px;
  }
  .header_logo img {
    width: 250px;
  }
  .header_btn {
    width: 245px;
    height: 55px;
  }
  .header_btn span img {
    width: 40px;
  }
}
@media (max-width: 827px) {
  .header_btns {
    display: none;
  }
}
@media (max-width: 658px) {
  .footer_btn {
    margin-right: 30px;
    font-size: 14px;
  }
  .footer .copyright {
    font-size: 12px;
  }
}
.page-heisei {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.fv_lead {
  position: relative;
  z-index: 0;
}
.fv_head {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.fv_main {
  margin-top: -138px;
}

.vr_intro {
  margin-top: -8px;
}

.smoothScroll {
  margin-top: 1px;
}
.smoothScroll_btn {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.smoothScroll_btn:hover {
  opacity: 0.8;
}
.smoothScroll_btn:first-child {
  margin-right: 1px;
}

.special_panel {
  background-color: #FFF2DD;
  padding: 24px 20px;
  margin-top: 1px;
}
.special_panel_price {
  margin-top: 16px;
}
.special_panel_priceMonthly {
  margin-top: 16px;
}

.open_close_head {
  position: relative;
  margin: 24px 0;
}

.open_close_btn1,
.open_close_btn2 {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.open_close_btn1:hover,
.open_close_btn2:hover {
  opacity: 0.8;
}

.open_close_btn1 {
  opacity: 1;
  visibility: visible;
}

.open_close_btn1.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

.open_close_btn2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

.open_close_btn2.active {
  opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: auto;
}

.open_close_contents {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, opacity 0.4s ease 0.1s, margin-top 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.4s ease 0.1s, margin-top 0.5s ease;
}

.open_close_contents.active {
  max-height: 2000px;
  opacity: 1;
}

.special_free {
  position: relative;
}
.special_free_btn {
  position: absolute;
  left: 6%;
  bottom: 90px;
  width: 88%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.special_free_btn:hover {
  opacity: 0.8;
}

.dream {
  background-color: white;
  padding: 24px 0;
}
.dream_head {
  margin-top: 40px;
}
.dream_txt1 {
  padding: 0 20px;
  margin-top: -35px;
}
.dream_heisei1 {
  padding: 24px 20px 0;
}
.dream_heisei2 {
  padding: 24px 20px 0;
}

.webReservation {
  padding: 0 20px;
}
.webReservation .item {
  background-color: #FFF7F6;
  border: 2px solid #FFD0CE;
  border-radius: 10px;
  padding: 24px 20px;
}
.webReservation .item_txt {
  margin: 16px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.webReservation .item_txt img {
  width: 85%;
}
.webReservation .item_img {
  margin-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.webReservation .item_img img {
  width: 80%;
}
.webReservation .item_btn {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.webReservation .item_btn:hover {
  opacity: 0.8;
}

.vr {
  background-color: #FFFBE2;
}
.vr .fv_head {
  position: relative;
}
.vr .fv_head_btn {
  position: absolute;
  bottom: 185px;
  left: 8%;
  width: 84%;
}
.vr .fv_head_btn img {
  width: 100%;
}
.vr .fv_bottom {
  padding: 16px 20px;
}
.vr .plan {
  border: 10px solid #B28D33;
}
.vr .plan_img1 {
  padding: 20px 20px 16px;
}

.bottom {
  background-color: #FFEBDD;
  padding: 24px 20px;
}
.bottom_table1 {
  margin-top: 24px;
}
.bottom_table2 {
  margin-top: 8px;
}

.footer {
  background-color: #FFFFFF;
  padding: 24px 20px;
}
.footer_txt1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_txt1 img {
  width: 248px;
}
.footer_txt2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.footer_txt2 img {
  width: 175px;
}
.footer_txt3 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin-top: 16px;
}
.footer_phone {
  margin-top: 16px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer_phone:hover {
  opacity: 0.8;
}
.footer_social {
  margin-top: 16px;
}
.footer_social .social_btn {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer_social .social_btn:first-child {
  margin-right: 40px;
}
.footer_social .social_btn:hover {
  opacity: 0.8;
}
.footer_bottom {
  margin-top: 24px;
  font-size: 8px;
  font-weight: 500;
  color: #303238;
}

.cta1 {
  position: fixed;
  right: 87px;
  bottom: 53px;
  max-width: 335px;
}
.cta1 .webReservation {
  padding: unset;
}

.cta2 {
  position: fixed;
  left: 84px;
  bottom: 66px;
  max-width: 318px;
}

@media (max-width: 1200px) {
  .cta1 {
    right: 0;
  }
  .cta2 {
    left: 0;
  }
}
@media (max-width: 1080px) {
  .cta1 {
    max-width: 300px;
  }
  .cta2 {
    max-width: 290px;
  }
}
@media (max-width: 990px) {
  .cta1 {
    max-width: 250px;
  }
  .cta2 {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .cta1 {
    display: none;
  }
  .cta2 {
    display: none;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
