@charset "UTF-8";
header {
  padding: 18px 36px 28px;
}
header .header-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 20px;
}
header .header-wrap h1 {
  width: 100%;
  font-size: 12px;
}

main {
  margin-top: 120px;
  overflow: hidden;
}

header .logo-wrap {
  max-width: 300px !important;
  width: auto;
}
header .logo-wrap img {
  width: 134px;
}
header .logo-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header .logo-wrap a .name {
  font-size: 14px;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 767px) {
  header {
    padding: 18px 20px;
    z-index: 9999;
  }
  main {
    margin-top: 58px;
  }
  header .logo-wrap a .name {
    font-size: 12px;
  }
  header .logo-wrap a {
    gap: 15px;
  }
  header .logo-wrap img {
    width: 81px;
  }
}
.sec-intro .box-premium {
  border-radius: 15px;
  background-color: #fff;
  padding: 25px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
.sec-intro .box-premium .txt-wrap {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium .txt-wrap {
    width: 100%;
    display: contents;
  }
}
.sec-intro .box-premium .txt-wrap h3 {
  font-size: 21px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium .txt-wrap h3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    font-size: 18px;
    text-align: center;
    line-height: 1.66666667;
    letter-spacing: 0.1em;
    white-space: nowrap;
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
.sec-intro .box-premium .txt-wrap h4 {
  color: #b47d85;
  margin-top: 30px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #e0c1c7;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium .txt-wrap h4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.sec-intro .box-premium .txt-wrap p {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 18px;
  color: #847571;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium .txt-wrap p {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.sec-intro .box-premium .img-wrap {
  width: 41.5%;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium .img-wrap {
    display: contents;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .box-premium .img-wrap img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .footer-wrapper .nav-wrap {
  width: 46%;
}

@media screen and (max-width: 767px) {
  footer .footer-wrapper .nav-wrap {
    width: 100%;
  }
}
footer .footer-wrapper .logo-wrap a {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .logo-wrap a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-wrapper .logo-wrap a .name {
  letter-spacing: 0.3em;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .logo-wrap a .name {
    font-size: 12px;
  }
}

.pageTop {
  position: fixed !important;
  z-index: 999;
}

.sec-instagram a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-instagram a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.parking-wrap {
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .parking-wrap {
    margin-top: 100px;
  }
}
.parking-wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgba(247, 247, 248, 0.4);
  z-index: -1;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .parking-wrap::before {
    height: 100%;
  }
}
.parking-wrap .l-container {
  max-width: 1060px;
  padding: 0 15px;
  margin: 0 auto;
}
.parking-wrap .sec-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parking-wrap .sec-ttl {
    margin-bottom: 20px;
  }
}
.parking-wrap .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .parking-wrap .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parking-wrap .flex-wrap .img-wrap {
  width: 47.57%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .parking-wrap .flex-wrap .img-wrap {
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.parking-wrap .flex-wrap .txt-wrap {
  width: 47.18%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .parking-wrap .flex-wrap .txt-wrap {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 30px;
  }
}
.parking-wrap .flex-wrap .txt-wrap h3 .sub {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.parking-wrap .flex-wrap .txt-wrap h3 .main {
  display: block;
  font-size: 25px;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .parking-wrap .flex-wrap .txt-wrap h3 .main {
    font-size: 20px;
    line-height: 1.85;
  }
}
.parking-wrap .flex-wrap .txt-wrap .txt {
  margin-top: 30px;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2.38461538;
}
@media screen and (max-width: 767px) {
  .parking-wrap .flex-wrap .txt-wrap .txt {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 2.09090909;
    margin-top: 20px;
  }
}/*# sourceMappingURL=custom.css.map */