html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  font-size: 20px;
  line-height: 2;
  font-feature-settings: "palt";
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
  height: auto;
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: black;
}
a img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  transform: translate(5px, 5px);
}
.fadeinL {
  opacity: 0;
  transform: translateX(-20em);
  transition: all 1.5s;
  position: absolute;
}
.fadeinR {
  opacity: 0;
  transform: translateX(20em);
  transition: all 1.5s;
  position: absolute;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* 本文ヘッダー */

header,
article {
  width: 37.5em;
  margin: 0em auto;
  overflow: hidden;
}
section {
  width: 100%;
}

section#photo {
  background: url(img/photo_back.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 150.9em;
}
section#photo li:nth-of-type(1) img {
  top: 0;
}
section#photo li:nth-of-type(2) img {
  top: 38em;
}
section#photo li:nth-of-type(3) img {
  top: 77em;
}
section#photo li:nth-of-type(4) img {
  top: 115em;
}

section#plan p {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 2em;
}

section#access iframe {
  width: 27.2em;
  height: 31.5em;
  margin: 1em auto 3em;
  display: block;
}

footer {
  width: 50em;
  margin: 0 auto 0;
  background: #1078bf;
}
.form {
  width: 33.5em;
  margin: 1em auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5em;
  box-sizing: border-box;
  padding: 2em 1em 6.5em;
}
.form a img {
  width: 24.15em;
  margin: 2em auto 0;
}
footer p {
  color: white;
  text-align: center;
  margin: 0;
  padding: 2em 0 1em;
}
/* フォームズ高さ */
iframe.sp {
  display: none !important;
}
iframe.pc {
  display: block !important;
  width: 100%;
  border: none;
  /* height: 1450px; */
  height: 1540px;
}
.pagetop img {
  margin: -8em auto 2em;
  width: 37.5em;
}

.yoyaku_btn {
  position: fixed;
  bottom: 1em;
  right: 1em;
  transition: 0.2s;
  width: 9.4em;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

section#thanks {
  padding: 7em 0;
}
a.gohome img {
  width: 27.15em;
  margin: 5em auto 3em;
}
a.gohp img {
  width: 24.15em;
  margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 749px) {
  body {
    font-size: 2.66vw;
  }
  header,
  article,
  footer {
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

  iframe.pc {
    display: none !important;
  }
  /* フォームズの高さ */
  iframe.sp {
    display: block !important;
    width: 100%;
    border: none;
    height: 1410px;
  }
}

/* 追記項目 */
.maplehomes {
  background-color: #96d1d8;
  /* padding-top: 3.5em; */
  /* padding-bottom: 0.1em; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 50px;
}

.syozaichi {
  margin-top: 90px;
}

@media all and (min-width: 0) and (max-width: 749px) {
  .maplehomes {
    margin-bottom: 30px;
  }
  .syozaichi {
    margin-top: 40px;
  }
}
