@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

ul, li, h2, p, h4, h3, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
  img.resp {
    display: none;
  }
}
@media (max-width: 1200px) {
  .repc {
    display: none;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  img.repc {
    display: none;
  }
}
a:hover, .hov:hover {
  opacity: 0.7;
}

body {
  background: url(../images/bg.jpg);
  background-size: 83% auto;
  background-attachment: fixed;
  font-size: 15px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}

header {
  position: fixed;
  right: 0;
  top: 0;
  width: 18%;
  min-width: 240px;
  height: 100vh;
  background: #5b6a9c;
  z-index: 200;
}
@media (max-width: 1200px) {
  header {
    display: none;
  }
}
header h1 {
  text-align: center;
}
header nav {
  background: url(../images/img_nav.png?03) no-repeat center top;
  padding-top: 80px;
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav ul li {
  width: 40px;
  text-align: center;
}
header nav ul li:hover {
  cursor: pointer;
}
header nav h2 {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.container {
  width: 82%;
  position: relative;
  background: url(../images/bg_line.png?04) repeat-y center;
  z-index: 103;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    overflow: hidden;
  }
}

.ttl_floorplan {
  text-align: center;
}
.ttl_floorplan img {
  width: 95%;
  max-width: 555px;
}

.txt_lead {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 2rem auto 5rem;
  width: 90%;
}

section {
  position: relative;
}
section .box_cont {
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(38, 17, 15, 0.2);
  padding: 30px;
  border-radius: 20px;
  width: 55%;
  z-index: 200;
}
section .box_cont .inn_cont {
  display: flex;
}
section .box_cont .inn_cont h2 {
  border-right: 1px solid #ccc;
  width: 50px;
}
section .box_cont .inn_cont h2.col_1 {
  border-right: 1px solid #831f0b;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont h2 {
    width: 35px;
    padding-right: 5px;
  }
}
section .box_cont .inn_cont .box_text {
  flex: 1;
  margin: 20px 0 20px 25px;
  line-height: 1.7rem;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont .box_text {
    line-height: 1.3rem;
    margin: 10px 0 10px 13px;
  }
}
section .box_cont .inn_cont .box_text .btn_vol {
  display: flex;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont .box_text .btn_vol {
    margin-top: -10px;
  }
}
section .box_cont .inn_cont .box_text .btn_vol li {
  width: 23%;
  max-width: 90px;
  padding-top: 0;
  opacity: 0.3;
}
section .box_cont .inn_cont .box_text .btn_vol li img {
  width: 100%;
}
section .box_cont .inn_cont .box_text .btn_vol li:hover {
  opacity: 1;
  cursor: pointer;
}
section .box_cont .inn_cont .box_text .btn_vol li.ac {
  opacity: 1;
}
section .box_cont .inn_cont .btn_read {
  text-align: right;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont .btn_read {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  section .box_cont {
    padding: 15px;
    margin: 5% auto 100px !important;
    width: 90% !important;
  }
}
section#exterior .box_cont {
  width: 900px;
  margin: 50px auto 100px;
  z-index: 200;
}
section#exterior .box_cont .inn_cont {
  display: block;
}
section#exterior .box_cont .ttl_fp {
  text-align: center;
  width: auto;
  max-width: 351px;
  margin: -70px auto 0;
}
@media (min-width: 1200px) {
  section#exterior .box_cont h3 {
    margin-left: 20px;
    width: 50px;
  }
}
section#exterior .box_cont .box_img {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  section#exterior .box_cont .box_img img {
    width: 100%;
  }
}
section#exterior .box_cont .dashed-note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  width: 90%;
  margin: auto;
}
section#exterior .box_cont .dashed-note .name {
  text-align: right;
  font-weight: bold;
}
section#interior .box_cont {
  width: 900px;
  margin: 50px auto 100px;
  z-index: 200;
}
section#interior .box_cont .inn_cont {
  display: block;
}
section#interior .box_cont .ttl_fp {
  text-align: center;
  margin: -70px auto 0;
  width: auto;
  margin-left: auto;
  max-width: 351px;
}
@media (min-width: 1200px) {
  section#interior .box_cont h3 {
    margin-left: 20px;
    width: 50px;
  }
}
section#interior .box_cont .box_img {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  section#interior .box_cont .box_img img {
    width: 100%;
  }
}
section#interior .box_cont .dashed-note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  width: 90%;
  margin: auto;
}
section#interior .box_cont .dashed-note .name {
  text-align: right;
  font-weight: bold;
}
section#fpss .box_cont {
  width: 900px;
  margin: 50px auto 100px;
  z-index: 200;
}
section#fpss .box_cont .inn_cont {
  display: block;
}
section#fpss .box_cont .ttl_fp {
  text-align: center;
  margin: -70px auto 0;
  width: 100%;
  margin-left: auto;
  max-width: 351px;
}
section#fpss .box_cont .ttl_fp img {
  width: 100%;
}
@media (min-width: 1200px) {
  section#fpss .box_cont h3 {
    margin-left: 20px;
    width: 50px;
  }
}
section#fpss .box_cont .box_txt {
  line-height: 1.5rem;
  margin: 0 2rem;
  padding-top: 2rem;
}
@media (max-width: 1200px) {
  section#fpss .box_cont .box_txt {
    margin: 0 1rem;
  }
}
section#comment .box_cont {
  width: 900px;
  margin: 50px auto 100px;
  z-index: 200;
}
section#comment .box_cont .inn_cont {
  display: block;
}
section#comment .box_cont .ttl_fp {
  text-align: center;
  margin: -70px auto 0;
  width: auto;
  margin-left: auto;
  max-width: 351px;
}
section#comment .box_cont .ttl_fp img {
  width: 100%;
}
@media (min-width: 1200px) {
  section#comment .box_cont h3 {
    margin-left: 20px;
    width: 50px;
  }
}
section#comment .box_cont .box_img {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  section#comment .box_cont .box_img img {
    width: 100%;
  }
}
section#comment .box_cont .dashed-note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  width: 90%;
  margin: 2rem auto;
}
section#comment .box_cont .dashed-note .name {
  text-align: right;
  font-weight: bold;
}

.fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
  .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
}

#info .box_cont {
  margin: auto !important;
  background: none;
  box-shadow: none;
}
#info .box_cont .shop_link {
  margin-bottom: 2rem;
}

.shop_book {
  border-top: 1px solid #000;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .shop_book {
    padding-top: 10px;
  }
}
.shop_book h4 {
  margin: 40px 0 0 0;
}
@media (max-width: 1200px) {
  .shop_book h4 {
    margin: 15px 0 0 0;
  }
}
.shop_book img {
  width: 90%;
  max-width: 400px;
}

footer {
  padding: 25px 0;
  z-index: 200;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  footer {
    padding: 10px 0;
  }
}
footer .box_footer {
  color: #000;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 950;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  padding-top: 35vh;
  color: #adadad;
}
#loader-bg p {
  margin-bottom: 0.5rem;
}

.loader {
  margin-top: 1rem;
  display: inline-block;
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #5b6a9c;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}/*# sourceMappingURL=floorplan.css.map */