@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;
	margin: auto;
}
#contents a img {
  vertical-align: bottom;
}
#contents .inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
	padding: 80px 0;
}
#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% / 6);
}
@media screen and (max-width: 768px) {
	.pj-link{flex-wrap:wrap}
	.pj-link li {
		width: calc(100% / 3);
	}
}
.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;
  }
}

.title {
	position: relative;
    margin: 50px auto;
    border-top: double 10px;
    border-bottom: solid 3px;
	border-color: #4a4a4a;
	text-align: center;
}
.title h3{
	font-size: 24px;
}
.title img{
	position: absolute;
	right: 0;
	top: -50px;
}
.kitatamagaki{
	border-color: #bdb415!important;
}
.kanbe{
	border-color: #77981c!important;
}
.higashiasahi{
	border-color: #77ccca!important;
}
.nakaasahi{
	border-color: #dd983c!important;
}
.ejima{
	border-color: #c9748e!important;
}
.minamiejima{
	border-color: #c9748e!important;
}
.plan-list li {
		position: relative;
        border: solid 3px;
}
.box-title{
    background: #ffffee;
	width: 30%;
}

.gouchi{
	 position: relative;
    display: flex;
    justify-content: center;
	top: -33px;
	
}
.coment p {
	text-align: center;
	margin: 20px 0 30px;
	font-size: 18px;
}

.coment ul{
	margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.maxpoint{
	margin: 30px;
    display: flex;
    justify-content: center;
}
.jikan{
	position: absolute;
    width: 17%;
    right: -5px;
    top: -10px;
}
.tokutyou{
	position: relative;
  margin-bottom: 30px;
}
.tokutyou .place{
	font-size: 0.9em;
}
.mid{
	margin: 0 25px;
}

@media screen and (max-width: 768px) {
	.coment ul{
		margin: 0 30px;
		display: unset;
}
	.jikan{
	position: absolute;
    width: 20%;
	right: -10px;
    top: -10px;
}
	.tokutyou{
		position: relative;
    	margin: 0 30px 30px;
	}
	.mid{
		margin: 0;
	}
	.plan-list {
		margin: 50px 10px!important;
	}
	.plan-list li {
		position: relative;
    /*margin: 2em 0;
    padding: 0.5em 1em;*/
    border: solid 3px;
	}
	.gouchi{
		top: -25px;
	}
	.box-title{
    width: 50%;
    background: #ffffee;
	}
}
.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: 20px auto 0;
    transition: .2s ease;
}
.form a{
	background:#8e6823!important;
}
.insta a{
	background: -webkit-linear-gradient(135deg, #F5C239 0%, #f13f79 70%) no-repeat!important;
  background: linear-gradient(135deg, #F5C239 0%, #f13f79 70%) no-repeat!important;/*グラデーション①*/
}
@media screen and (max-width: 768px) {
  .btn-wrap .btn {
    font-size: .875rem;
    padding: .875em;
	  margin: 10px auto;
  }
}
@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:#ffffee;
}
.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: #ffffee
}
.plan-list{
	margin: 50px 55px;
}
.plan-list-wrap {
  max-width: 768px;
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .plan-list-wrap {
  }
}
.plan-list .hd {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  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-around;
    margin-top: 40px;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .plan-list .flex {
	  display: unset;
    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;
  }
}

/*----- 完売 -----*/
.plan-list-wrap:has(.kanbai) {
  position: relative;
}
.plan-list-wrap > .kanbai {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 238 / 80%);
}
.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;
	}
}

.comfortable-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@media screen and (max-width: 480px) {
    .comfortable .logo {
        width: 75%;
    }
}
.comfortable .logo {
    width: 45.21%;
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    #contents .comfortable-list li {
        font-size: .875rem;
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .comfortable-list li {
        width: 100%;
    }
}
/*@media screen and (max-width: 768px) {
    .comfortable-list li {
        width: 48%;
    }
}*/
	@media screen and (max-width: 480px) {
    .comfortable .logo {
        width: 80%;
    }
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.kaidoki {
    background: #FFF3D2;
}
@media screen and (max-width: 768px) {
    .kaidoki .ttl {
        height: 60px;
        font-size: 1.35rem;
    }
}
.kaidoki .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    font-weight: 700;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 768px) {
    .kaidoki .ttl .large {
        padding: 0.7em!important;
    }
}
.kaidoki .ttl .large {
    font-size: 1.6em;
    color: #000;
    padding: 1em;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#contents .kaidoki .inner {
    padding-top: 25px;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    #contents .inner {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 768px) {
    .kaidoki .flex {
        flex-direction: column;
    }
}
.kaidoki .flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@media screen and (max-width: 768px) {
    #contents .kaidoki .flex p {
        width: 100%;
        font-size: .875rem !important;
        text-align: center;
    }
}
#contents .kaidoki .flex p {
    font-size: 1rem;
    line-height: 1.8;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .kaidoki .flex div {
       width: 75%!important;
    margin-top: 30px;
    }
}
.kaidoki .flex div {
	width: 35%;
}
.kaidoki .ttl .yellow {
    color: #FFEF00;
}
@media screen and (max-width: 768px) {
    .kaidoki .ttl .large::before {
        width: 75px!important;
        height: 75px!important;
    }
}
.kaidoki .ttl .large::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFEF00;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .location .ttl {
        width: 63.95%;
        margin-bottom: 15px;
    }
}
.location .ttl {
    width: 41.7%;
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
    #contents .ttl ~ p.txt {
        font-size: .875rem;
        line-height: 1.8;
    }
}
#contents .ttl ~ p.txt {
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.location-img {
        width: 100%;
        gap: 2px;
        margin-bottom: 40px;
    }
}
	.location .location-img {
    display: flex;
    gap: 5px;
}
@media screen and (max-width: 768px) {
    .location .map {
        width: 100%;
        row-gap: 25px;
    }
}
.location .map {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .comfortable-list li p.comfortable-ttl span {
        font-size: 4.16666666vw;
    }
}
.comfortable-list li p.comfortable-ttl span {
    display: block;
    margin: 0.2em auto 0.6em;
    padding: 0.2em;
    background: #141f3e;
    font-size: 24px;
    color: #fff100;
}
.comfortable-list li p:not(.comfortable-ttl) {
    margin-bottom: 1em;
}
.comfortable-list li p.comfortable-ttl {
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 768px) {
.sp-btn a{
	width: 60%!important;
}
	.map iframe{
		padding: 0 20px;
	}
}
.comfortable-ttl img{
	max-width: 70%;
}
@media screen and (min-width: 769px) {
	.kaidoki .ttl .large{
		padding: 0 0.5em;
	}
	.kaidoki .ttl {
		font-size: 2rem;
	}
	.kaidoki .ttl .large::before{
		width: 80px;
		height: 80px;
	}
}