@charset "UTF-8";
body {
  font-size: 1rem;
}
#contents img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}
#contents a img {
  vertical-align: bottom;
}
#contents .inner {
  width: auto;
  max-width: 1024px;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #contents .inner {
    width: 100%;
    padding: 50px 15px 60px;
  }
}
.bg {
  background: url("../images/bg.png") repeat-y center/cover;
  padding-top: 40px;
}
.main {
  width: 50.35vw;
  max-width: 768px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .bg {
    padding-top: 60px;
  }
  .main {
    width: 100%;
    max-width: 335px;
  }
}
.house-slider {
  display: flex;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .house-slider {
    margin-top: 40px;
  }
}
.house-slider .slider {
  display: flex;
  align-items: baseline;
  animation: scroll-anime 38s infinite linear .5s both;
}
.house-slider .slide {
  width: calc(100vw / .7);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .house-slider .slide {
    width: calc(100vw / .4);
  }
}
.house-slider .slide img {
  display: block;
  width: 100%;
  max-height: 190px;
}
@media screen and (max-width: 768px) {
  .house-slider .slide img {
    max-height: 530px;
  }
}
@keyframes scroll-anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .tokuten .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.tokuten .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tokuten .flex {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.tokuten .flex > * {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .tokuten .flex > * {
    width: 100%;
  }
}
.btn-wrap .btn {
  width: 400px;
  max-width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #B40019;
  border-radius: 5px;
  padding: 1.5625rem;
  margin: auto;
  transition: .2s ease;
}
@media screen and (max-width: 768px) {
  .btn-wrap .btn {
    font-size: .875rem;
    padding: .875em;
  }
}
@media (hover: hover) {
  .btn-wrap .btn:hover {
    cursor: pointer;
    opacity: .8;
    transition: .2s ease-in-out;
  }
}
.tokuten p.notes {
  font-size: .75rem;
  text-align: start;
  line-height: 1.5;
  color: #fff;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .tokuten p.notes {
    font-size: .625rem;
  }
}
.obi {
  background: #FFEF00;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.obi p {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .obi {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .obi p {
    font-size: 1.25rem;
  }
}
.plan {
  background: #EBE8E6;
}
@media screen and (max-width: 768px) {
  .plan .inner {
    padding-top: 13.953%;
    padding-bottom: 13.953%;
  }
}
.plan .area-wrap:nth-child(1) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .plan .area-wrap:nth-child(1) {
    margin-bottom: 100px;
  }
}
.plan-list-slider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .plan-list-slider {
    width: 100%;
    padding: 0;
  }
}
.plan-list {
  font-family: -apple-system, sans-serif;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .plan-list {
    margin: 0 5px;
  }
}
.plan-list-wrap {
  background: #fff;
  padding: 15px 35px 25px;
}
@media screen and (max-width: 768px) {
  .plan-list-wrap {
    padding: 15px 20px;
  }
}
.plan .loc {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan .loc {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.plan-list .hd {
  color: #222;
  line-height: 1.5;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .plan-list .hd {
    padding: 10px;
  }
}
.plan-list .hd span {
  font-size: 1.25em;
  display: block;
}
@media screen and (max-width: 768px) {
  .plan-list .hd span {
    font-size: 1.125em;
  }
}
.plan-list .spec {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan-list .spec {
    margin-bottom: 15px;
  }
}
.plan-list .img-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.plan-list .img-wrap > * {
  width: 48%;
  border: 1px solid #ccc;
}
.plan-list .notes {
  font-size: .75rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .plan-list .notes {
    letter-spacing: 0;
  }
}
.plan-list .notes::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon_zoom_plan.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.plan .btn {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 12px;
  width: 100%;
  max-width: 350px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .plan .btn {
    font-size: .875rem;
  }
}
.plan-list.hagumi {
  border: 2px solid #B1D275;
}
.plan-list.hagumi .hd, .plan-list.hagumi .btn {
  background: #B1D275;
}
.plan-list.higashiasahi {
  border: 2px solid #d0e8ec;
}
.plan-list.higashiasahi .hd, .plan-list.higashiasahi .btn {
  background: #d0e8ec;
}
.plan-list.ejima {
  border: 2px solid #f4d9e0;
}
.plan-list.ejima .hd, .plan-list.ejima .btn {
  background: #f4d9e0;
}
.plan-list.minamiejima {
  border: 2px solid #e3d7e4;
}
.plan-list.minamiejima .hd, .plan-list.minamiejima .btn {
  background: #e3d7e4;
}
.plan-list.mori {
  border: 2px solid #bcd3bd;
}
.plan-list.mori .hd, .plan-list.mori .btn {
  background: #bcd3bd;
}
.plan-list.tarumi {
  border: 2px solid #f7cc7e;
}
.plan-list.tarumi .hd, .plan-list.tarumi .btn {
  background: #f7cc7e;
}
.plan-list-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #222;
  cursor: pointer;
  text-indent: -9999px;
  outline: 0;
  border: 0;
  text-align: center;
}
.plan-list-slider button.slick-prev {
  left: -20px;
  transform: translateX(-100%);
  z-index: 100;
}
.plan-list-slider button.slick-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -10px 0 0 -5px;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
.plan-list-slider button.slick-next {
  right: -20px;
  transform: translateX(100%);
}
.plan-list-slider button.slick-next::after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin: -10px -6px 0 0;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.plan-list-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  bottom: -45px;
}
.plan-list-slider .slick-dots li {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .plan-list-slider .slick-dots li {
    margin: 0 4px;
  }
}
.plan-list-slider .slick-dots button {
  border: none;
  background: #ccc;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .plan-list-slider .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
.plan-list-slider .slick-dots li button:before {
  content: none;
}
.plan-list-slider .slick-dots .slick-active button {
  background: #333;
}
#fix-nav li {
  display: none;
}
@media screen and (max-width: 768px) {
  #fix-nav {
    position: fixed;
    top: inherit;
    right: inherit;
    bottom: 0;
    z-index: 999;
    width: 100%;
  }
  #fix-nav ul {
    display: flex;
  }
  #fix-nav li {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #fix-nav a {
    display: block;
    width: 100%;
    height: 46px !important;
    background: #B40019;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-weight: bold;
    letter-spacing: .05em;
    font-size: 16px;
    border-top: 1px solid #999;
  }
  #fix-nav a span {
    display: block;
    margin-bottom: 0;
  }
}
/*----- 完売 -----*/
.plan-list .kanbai {
  background: #fff;
  width: 100%;
  position: relative;
}
.plan-list .kanbai > .plan-img {
  opacity: .5;
  display: block;
  width: 100%;
}
.plan-list .kanbai > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  background: #D02D2C;
  padding: .5em 1em;
  color: #fff;
  margin: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .plan-list .kanbai > p {
    font-size: 2em;
  }
}