@charset "UTF-8";
body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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: 30px 15px 40px;
  }
}
.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;
  }
}
@media screen and (max-width: 480px) {
	.obi p {
		font-size: 1.15rem;
	}
}
.pj-link {
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(234, 233, 223, .9);
  width: 100%;
}
.pj-link li {
  width: calc(100% / 4);
}
@media screen and (max-width: 768px) {
	.pj-link{flex-wrap:wrap}
	.pj-link li {
		width: calc(100% / 4);
	}
}
.pj-link li a {
  position: relative;
	display: block;
	padding: 15px 0 25px;
	border-right: 2px dotted #fff;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
}
.pj-link li:last-child a{
	border-right:none;
}
@media screen and (max-width: 768px) {
	.pj-link li:nth-child(1) a ,
	.pj-link li:nth-child(2) a ,
	.pj-link li:nth-child(3) a {
		border-bottom: 2px dotted #fff;
	}
	.pj-link li:nth-child(3) a {
		border-right:none;
	}
}
.pj-link a span {
  display: block;
	margin-top: 0.4em;
  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: calc(50% - 3px);
  bottom: 5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pj-link li a {
    font-size: .7rem;
    padding: 15px 0 20px;
  }
  .pj-link a span {
    font-size: 1em;
		display: inline-block;
		margin-top: 0;
		margin-left: 0.6em;
  }
	.pj-link a:before {
		width: 4px;
		height: 4px;
		border-bottom: solid 1px #222;
		border-right: solid 1px #222;
		left: calc(50% - 2px);
		bottom: 5px;
	}
}
@media screen and (max-width: 480px) {
  .pj-link li a {
    font-size: .6rem;
    padding: 10px 0 15px;
  }
  .pj-link a span {
    font-size: 1.2em;
		display: block;
		margin-top: 0.5em;
		margin-left: 0;
  }
}
/*.plan-list li {
  padding-top: 140px;
  margin-top: -140px;
}*/
@media screen and (max-width: 480px) {
	.plan-list li {
		padding-top: 170px;
		margin-top: -170px;
	}
}
/*.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-color: #f7f7f7;
}
.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 > .syodan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 4em;
  background: #fff;
  border: 4px solid #D02D2C;
  color: #D02D2C !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.obi {
	position: relative;
	top: inherit;
	box-shadow: none;
}

.obi p.pc,
.obi p.sp,
.obi.targetPJ p{
	position: relative;
}
.obi p.pc:after,
.obi p.sp:after,
.obi.targetPJ p:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -13px;
	left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 14px solid #221815;
  border-bottom: 0;
	z-index: 9999;
}
@media screen and (max-width: 768px) {
	.obi.targetPJ p:after{
		bottom: -10px;
		left: calc(50% - 8px);
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 11px solid #221815;
	}
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-slide {
	position: relative;
}
.swiper-slide img {
	display: block;
  width: 100%;
  height: auto;
}
.swiper-slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
  width: 100%;
	padding: 0.2em;
	background-color:rgba(255,251,237,0.8);
	text-align: center;
}
@media screen and (max-width: 768px) {
	.swiper-slide span {
		font-size: 14px
	}
}
@media screen and (max-width: 480px) {
	.swiper-slide span {
		font-size: 12px
	}
}
.obi.targetPJ{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	transition: .6s
}
.obi.targetPJ.active{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.obi.targetPJ p {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


.plan-list li{
	margin-top:50px;
	/*margin-bottom:50px;*/
	padding-top: 150px;
    margin-top: -100px;
}
.overview{
	margin-top: 50px;
	padding-top: 150px;
  margin-top: -100px;
}
.sp{
	display: none!important;
}
@media screen and (max-width: 768px) {
	.sp{
	display: block!important;
}
}
.pc{
	display: block!important;
}
@media screen and (max-width: 768px) {
	.pc{
	display: none!important;
}
}