@charset "UTF-8";
body {
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow: auto;
}
#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;
}
#contents p {
  color: #222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #contents .inner {
    width: 100%;
    padding: 50px 15px 60px;
  }
}
.obi {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.obi p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  background: #221815;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .obi p {
    font-size: 1.25rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.pj-link {
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(234, 233, 223, .9);
  width: 100%;
}
.pj-link li {
  width: calc(100% / 6);
  padding-top: 5px;
  padding-bottom: 20px;
}
.pj-link a {
  position: relative;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
}
.pj-link a span {
  display: block;
  font-size: 1.2em;
}
.pj-link a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #222;
  border-right: solid 1px #222;
  position: absolute;
  left: 12px;
  bottom: -10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pj-link li {
    padding-bottom: 15px;
  }
  .pj-link a {
    font-size: .6rem;
  }
  .pj-link a span {
    font-size: 1.05em;
  }
  .pj-link a:before {
    content: none;
  }
}
.plan-list li {
  padding-top: 140px;
  margin-top: -140px;
}
.plan-list li:not(:last-child) {
  margin-bottom: 60px;
}
.tokuten {
  background: linear-gradient(45deg, #F7EF7E, #E2C33C);
}
.tokuten .inner {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tokuten .inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
p.notes {
  font-size: .75rem;
}
@media screen and (max-width: 768px) {
  p.notes {
    font-size: .625rem;
  }
}
.btn-wrap .btn {
  max-width: 350px;
  width: 100%;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #B21E23, #901D22);
  border-radius: 5px;
  padding: 12px;
  margin: 40px auto 0;
  transition: .2s ease;
}
@media screen and (max-width: 768px) {
  .btn-wrap .btn {
    font-size: .875rem;
    padding: .875em;
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .btn-wrap .btn:hover {
    cursor: pointer;
    opacity: .8;
    transition: .2s ease-in-out;
  }
}
.house-slider {
  display: flex;
  overflow: hidden;
}
.house-slider .slider {
  display: flex;
  align-items: baseline;
  animation: scroll-anime 38s infinite linear .5s both;
}
.house-slider .slide {
  width: calc(100vw / .75);
  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%);
  }
}
.plan {
  background: linear-gradient(45deg, #B21E23, #901D22);
}
.plan .inner {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .plan .inner {
    padding-top: 13.953%;
    padding-bottom: 13.953%;
  }
}
.plan .bg {
  background: #fff;
}
.plan-list-wrap {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .plan-list-wrap {
    padding: 15px;
  }
}
.plan-list .hd {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .plan-list .hd {
    font-size: 1rem;
    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 .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .plan-list .flex {
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 20px;
  }
}
.plan-list .flex .map {
  width: 38.16%;
}
.plan-list .flex .planpoint {
  width: 57.52%;
}
@media screen and (max-width: 768px) {
  .plan-list .flex .map, .plan-list .flex .planpoint {
    width: 100%;
  }
}
.plan-list p.ttl {
  font-size: 1.375rem;
  margin-bottom: 5px;
}
.plan-list p.txt {
  font-size: .875rem;
}
.plan-list p.txt span {
  font-size: .8em;
}
@media screen and (max-width: 768px) {
  .plan-list p.ttl {
    font-size: 1.25rem;
  }
}
.kanbe .hd {
  background: #a9cf65;
}
.higashiasahi .hd {
  background: #89bbd2;
}
.nakaasahi .hd {
  background: #eea93c;
}
.ejima .hd {
  background: #eba1b5;
}
.minamiejima .hd {
  background: #c09fbe;
}
.mori .hd {
  background: #7fb07a;
}
/*----- 完売 -----*/
.plan-list-wrap:has(.kanbai) {
  position: relative;
}
.plan-list-wrap > .kanbai {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
}
.plan-list-wrap > .sumi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  font-size: 6em;
  background: #fff;
  border: 4px solid #D02D2C;
  color: #D02D2C;
  z-index: 10;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.plan-list-wrap > .syodan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 4em;
  background: #fff;
  border: 4px solid #D02D2C;
  color: #D02D2C;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}