@charset "UTF-8";
body {
  font-size: 1rem
}
#contents {
  background: #FFF;
  padding-top: 40px
}
@media screen and (max-width:768px) {
  #contents {
    padding-top: 10px
  }
}
#contents .inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px
}
@media screen and (max-width:768px) {
  #contents .inner {
    padding: 40px 20px
  }
}
#contents img {
  object-fit: cover;
  vertical-align: bottom
}
.fadeInTrigger {
  opacity: 0
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards
}
@keyframes fadeInAnime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
#contents .btn {
  width: 400px;
  display: block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #e7afbd;
  border-radius: 5px;
  padding: .8em;
  margin: auto;
  transition: .2s ease;
  cursor: pointer
}
#contents .btn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto
}
#contents .btn:hover {
  opacity: .5;
  transition: .2s ease
}
@media screen and (max-width:768px) {
  #contents .btn {
    font-size: .875rem;
    padding: .875em
  }
  #contents .btn:hover {
    opacity: 1
  }
}
@media screen and (max-width:480px) {
  #contents .btn {
    width: 100%
  }
}
#contents .inner:has(.kv) {
  padding-top: 20px;
  padding-bottom: 0
}
.kv {
  margin-bottom: 60px
}
@media screen and (max-width:768px) {
  #contents .inner:has(.kv) {
    padding-top: 10px
  }
  .kv {
    margin-bottom: 30px
  }
}
#contents .btn.reserve {
  background: #e7afbd;
  color: #000;
}
#contents .btn.reserve:before {
  border-color: transparent transparent transparent #000;
}
.comfortable .logo {
  width: 24.41%;
  margin: 0 auto 40px
}
@media screen and (max-width:768px) {
  .comfortable .logo {
    width: 46.51%
  }
}
.comfortable .ttl {
  width: 45.21%;
  margin: 0 auto 20px
}
@media screen and (max-width:768px) {
  .comfortable .ttl {
    width: 80%;
    margin-bottom: 15px
  }
}
.comfortable-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px
}
.comfortable-list li {
  width: 30%
}
@media screen and (max-width:768px) {
  .comfortable-list li {
    width: 46%
  }
 #contents .comfortable-list li {
font-size: .875rem;
    margin-top: 10px;
    }
}
.kaidoki {
  background: #FFF3D2
}
.kaidoki .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #000;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  position: relative
}
@media screen and (max-width:768px) {
  .kaidoki .ttl {
    height: 60px;
    font-size: 1.35rem
  }
}
.kaidoki .ttl .large {
  font-size: 1.6em;
  color: #000;
  padding: 0 .5em;
  display: inline-block;
  position: relative;
  z-index: 1
}
@media screen and (max-width:768px) {
  .kaidoki .ttl .large {
    font-size: 1.8em;
    padding: 0 .6em
  }
}
.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) {
  .kaidoki .ttl .large::before {
    width: 75px;
    height: 75px
  }
}
.kaidoki .ttl .yellow {
  color: #FFEF00
}
#contents .kaidoki .inner {
  padding-top: 25px;
  padding-bottom: 0
}
.kaidoki .flex {
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media screen and (max-width:768px) {
  .kaidoki .flex {
    flex-direction: column
  }
}
.kaidoki .flex div {
  width: 35%
}
@media screen and (max-width:768px) {
  .kaidoki .flex div {
    width: 65%
  }
}
#contents .kaidoki .flex p {
  width: 60%;
  font-size: 1rem;
  line-height: 1.8
}
@media screen and (max-width:768px) {
  #contents .kaidoki .flex p {
    width: 100%;
    font-size: .875rem
  }
}
.location .ttl {
  width: 41.7%;
  margin: 0 auto 20px
}
@media screen and (max-width:768px) {
  .location .ttl {
    width: 63.95%;
    margin-bottom: 15px
  }
}
#contents .ttl ~ p.txt {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px
}
@media screen and (max-width:768px) {
  #contents .ttl ~ p.txt {
    font-size: .875rem;
    line-height: 1.8
  }
}
.location .location-img {
  width: 80%;
  display: flex;
  gap: 5px;
  margin: 0 auto 60px
}
@media screen and (max-width:768px) {
  .location .location-img {
    width: 100%;
    gap: 2px;
    margin-bottom: 40px
  }
}
.location .map {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: auto
}
@media screen and (max-width:768px) {
  .location .map {
    width: 100%;
    row-gap: 25px
  }
}
.plan {
  background: #E2E0CC
}
.plan-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  margin-bottom: 40px
}
#contents .plan-btn-wrap .btn {
  width: 32%
}
@media screen and (max-width:768px) {
  .plan-btn-wrap {
    flex-direction: column;
    row-gap: 15px
  }
  #contents .plan-btn-wrap .btn {
    width: 100%
  }
}
.plan-list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width:768px) {
  .plan-list {
    row-gap: 40px
  }
}
.plan-list li {
  background: #fff;
  padding: 30px 60px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .plan-list li {
    padding: 20px 25px;
  }
}
#contents .plan-list li p.pj {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  border-block: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  #contents .plan-list li p.pj {
  font-feature-settings: 'palt';
      padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
#contents .plan-list li p.pj .large {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  #contents .plan-list li p.pj .large {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
#contents .plan-list li p.txt {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
#contents .plan-list li p.txt {
    font-size: .875rem;
  line-height: 1.8;
    margin-bottom: 0;
}
    #contents  .plan-list li#nakaasahigaoka p.txt {
    margin-bottom: 10px;
}
}
#contents .plan-list li p.subttl {
  font-size: 35px;
  font-weight: bold;
  font-feature-settings: 'palt';
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4em;
}
@media screen and (max-width:768px) {
  #contents .plan-list li p.subttl {
    font-size: 1.25rem;
    line-height: 1.5;
    
  }
}
@media screen and (max-width: 480px) {
    #contents .plan-list li p.subttl {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }
}
#contents .plan-list li p.subttl .underline {
  position: relative;
}
#contents .plan-list li p.subttl .underline:after {
  content: "";
  width: 110%;
  height: 2em;
  background: url("images/underline01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: .6em;
  left: -10%;
  z-index: -1;
}
.plan-list li p.subttl .underline .large {
  font-size: 2.5em;
  font-weight: normal;
}
.loc-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
.loc-list {
  flex-wrap: wrap;
    row-gap: 20px;
}
}
.loc-list div {
  width: 31%;
  position: relative;
}
@media screen and (max-width:768px) {
.loc-list div {
  width: 45%;
}
}
#contents .loc-list p.place {
  text-align: center;
  font-feature-settings: 'palt';
  margin-top: 5px;
}
@media screen and (max-width:480px) {
#contents .loc-list p.place {
    text-align: start;
  font-size: .75rem;
}
}
.loc-list .wappen {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width:480px) {
.loc-list .wappen {
  top: -15px;
  left: -15px;
}
}
.loc-list .wappen img {
  width: 100px;
}
@media screen and (max-width:480px) {
.loc-list .wappen img {
  width:65px;
}
}
#contents p.point-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width:480px) {
#contents p.point-txt {
  font-size: 1.125rem;
border-radius: 5px;
    }
}
#contents p.point-txt .large {
  font-size: 2em;
}
#contents .plan-list p.hazard {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width:480px) {
#contents .plan-list p.hazard {
font-size: .875rem;
    text-align: start;
  margin-bottom: 30px;
}
}
.plan-list .img-wrap {
  margin-bottom: 30px;
}
.plan-list .img-wrap.house {
  width: 60%;
  margin: 0 auto 30px;
}
@media screen and (max-width:480px) {
.plan-list .img-wrap.house {
  width: 100%
}
}
#contents p.notes {
  font-size: .8em;
  margin-top: 15px
}
.btn-wrap span {
  display: flex;
  gap: 1rem;
  font-size: .875em;
  font-weight: 700;
  margin: 0 auto 10px;
  width: fit-content
}
@media screen and (max-width:768px) {
  .btn-wrap span {
    font-size: .75em;
    margin-bottom: 5px
  }
}
.btn-wrap span::before, .btn-wrap span::after {
  content: '';
  height: 1.2rem
}
.btn-wrap span::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg)
}
.btn-wrap span::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg)
}
@media screen and (max-width:768px) {
  #contents .plan .btn {
    width: 85%
  }
}
#contents .plan .btn.mori {
  background: #74A265
}
#contents .plan .btn.hagumi, #contents .plan #hagumi p.point-txt {
  background: #A3C549
}
#contents .plan .btn.ejima {
  background: #D6849C
}
#contents .plan .btn.minamiejima2 {
  background: #B99CBC
}
#contents .plan .btn.higashiasahigaoka2, #contents .plan #higashiasahigaoka2 p.point-txt {
  background: #69AEC1
}
#contents .plan .btn.nakaasahigaoka {
  background: #F19E36
}
.floating-btn {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999
}
.floating-btn ul {
  display: flex;
  background: #e7afbd;
  border-radius: 16px 0 0 16px;
  writing-mode: vertical-rl
}
.floating-btn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em .6em;
  font-size: 1.125rem;
  transition: .3s
}
.floating-btn ul li a img {
  position: relative;
  width: 1.2em;
  margin-bottom: .6em;
  transition: .3s
}
.floating-btn ul li a:hover {
  opacity: .8
}
.floating-btn ul li a:hover img {
  transform: translateY(-3px)
}
@media screen and (max-width:768px) {
  .floating-btn {
    top: inherit;
    bottom: 0;
    width: 100%
  }
  .floating-btn ul {
    width: 100%;
    border-radius: 0;
    writing-mode: horizontal-tb
  }
  .floating-btn ul li {
    width: 100%
  }
  .floating-btn ul li a {
    padding: .8em
  }
  .floating-btn ul li a img {
    margin-bottom: 0;
    margin-right: .4em
  }
  .floating-btn ul li a:hover {
    opacity: 1
  }
  .floating-btn ul li a:hover img {
    transform: none
  }
}