@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
@font-face {
  font-family: "あおぞら明朝 bold";
  src: url("AozoraMincho-bold_web.woff2") format("woff2");
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-size-adjust: 100%;
  counter-reset: number 0;
  color: #333;
  letter-spacing: 0.1em;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
}

img {
  max-width: 100%;
}

main {
  overflow: hidden;
}

.ssp {
  display: block !important;
}

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

.sp {
  display: block !important;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.btn {
  line-height: 16px;
  box-sizing: border-box;
  padding: 8px;
}

@media screen and (min-width: 1080px) {
  .btn {
    padding: 10px;
  }
}

.btn:link,
.btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
}

.btn-white {
  color: #3a3732;
  background: #fff;
}

.btn-white:after {
  background: rgba(255, 255, 255, 0.7);
}

.btn-white:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn-green {
  background: #d2fc6d;
  color: #3a3732;
  border-radius: 8px;
}

.btn-green:after {
  background: #f3fed8;
}

.btn-green:hover {
  background: #0075c1;
  color: #fff;
}

.btn-orange {
  background: #f7ac3b;
  color: #fff;
  border-radius: 8px;
}

.btn-orange:after {
  background: #f3fed8;
}

.btn-orange:hover {
  background: #0075c1;
  color: #fff;
}

.btn-blue {
  background: #b8f0f2;
  color: #3a3732;
  border-radius: 8px;
}

.btn-blue:after {
  background: #f3fed8;
}

.btn-blue:hover {
  background: #0075c1;
  color: #fff;
}

.btn-underline {
  border-bottom: 2px dashed #3a3732;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-bottom-animation-1 {
  animation: comeFromBottom 1s ease-out 0.8s;
}

@keyframes comeFromBottom {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn::after {
  content: "";
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: inline-block;
  z-index: -1;
  transition: all 0.5s;
}

.btn-animation-1:hover::after {
  transform: scaleX(1.2) scaleY(1.2);
  opacity: 0;
}

.fv {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  height: calc(100vh - 100px);
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fv {
    height: calc(100vh - 100px);
  }
}

.pagetop {
  display: flex;
  position: fixed;
  bottom: 100px;
  right: -61px;
  z-index: 95;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }
  .pagetop:hover {
    opacity: 0.5;
  }
}

@media print {
  .pagetop {
    display: none;
  }
}

.aozora {
  font-family: "あおぞら明朝 bold";
}

.cta {
  padding: 20px;
}

@media (min-width: 768px) {
  .cta {
    padding: 50px 15px 80px;
  }
}

.cta-ul {
  display: none;
}

@media (min-width: 768px) {
  .cta-ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
}

.cta-request, .cta-reserve {
  padding: 4px 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  border: solid 2px #fff;
  outline: solid 2px #fff;
  outline-offset: 1px;
  margin: 4px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-request:hover, .cta-reserve:hover {
  outline-width: 4px;
}

.cta-request.bcta, .cta-reserve.bcta {
  padding: 12px 64px;
  font-size: 24px;
  line-height: 2.4;
}

.cta-request {
  background: #f04424;
  outline: solid 2px #f04424;
}

.cta-reserve {
  background: #f8c058;
  outline: solid 2px #f8c058;
}

.cta .btn {
  font-size: 26px;
  padding: 20px;
}

.marker {
  display: inline;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: all 0.5s ease-in-out;
}

.marker.inview {
  background-size: 100% 100%;
}

.notice {
  font-size: 10px;
  padding: 0 15px;
  color: #808080;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.green-bg {
  background: rgba(196, 238, 151, 0.1);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.sup {
  font-size: 10px;
  vertical-align: top;
}

.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

@media (min-width: 768px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.underline-red {
  text-decoration: underline;
  text-decoration-color: #ef7f67;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.modelroom {
  background: url("../img/plan/modelhouse-bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.model-youtube {
  padding: 70px 15px;
  position: relative;
}

.model-youtube .youtube-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  background: #ce7e93;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .model-youtube .youtube-title {
    font-size: 20px;
  }
}

.model-youtube-area {
  text-align: center;
}

.model-youtube-area iframe {
  width: 315px;
  height: 560px;
  aspect-ratio: 9/16;
}

@media (min-width: 768px) {
  .model-youtube-area iframe {
    width: 450px;
    height: 800px;
    aspect-ratio: 9/16;
  }
}

.model-youtube .pcimg01 {
  display: none;
}

@media (min-width: 768px) {
  .model-youtube .pcimg01 {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 250px);
    transform: translate(calc(-100% - 20px), -100px);
  }
}

.model-youtube .pcimg02 {
  display: none;
}

@media (min-width: 768px) {
  .model-youtube .pcimg02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 250px);
    transform: translate(calc(100% + 20px), -100px);
  }
}

.model-youtube .spimg01 {
  display: block;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .model-youtube .spimg01 {
    display: none;
  }
}

.model-youtube .caption {
  padding-top: 15px;
  font-size: 10px;
  color: #646262;
  text-align: left;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .model-youtube .caption {
    text-align: center;
  }
}
/*# sourceMappingURL=common.css.map */