/* ======================================================
pc
====================================================== */
/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 630px;
}

.lead {
  max-width: 900px;
  margin: 0 auto 45px;
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.navi li {
  text-align: center;
  width: 25%;
  margin-bottom: 45px;
  position: relative;
  border-left: 1px solid #898989;
  font-weight: 500;
}
.navi li:nth-of-type(4) {
  border-right: 1px solid #898989;
}
.navi li:last-of-type {
  border-right: 1px solid #898989;
}
.navi li::after {
  content: "";
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}
.navi li:hover::after {
  bottom: -5px;
}
.navi li a {
  display: block;
  padding: 0 0 20px;
  line-height: 1.4;
}

#RthCustomizeW .navi a {
  color: #333;
}

/* about
---------------------------------------------------------------------- */
.about {
  padding: 60px 0 0;
}

.about .ctitle2 {
  text-align: center;
  margin-bottom: 30px;
}

/* sightseeing
---------------------------------------------------------------------- */
.sightseeing__wrap {
  position: relative;
  padding: 65px 0 30px;
  background-color: #F3F2EE;
}

.sightseeing__ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.sightseeing__ttl span {
  border-bottom: 1px solid #416290;
  padding: 10px;
}

.sightseeing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 75px 0 0;
  gap: 3.5%;
}
.sightseeing__list li {
  width: 31%;
  margin-bottom: 70px;
}

.sightseeing__img {
  aspect-ratio: 1/0.735;
  margin-bottom: 10px;
}
.sightseeing__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sightseeing__name {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.26;
  color: #416290;
  min-height: 2.6em;
}

.sightseeing__txt {
  font-size: 18px;
  margin-bottom: 10px;
}

.sightseeing__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sightseeing__btn.sightseeing__btn--one {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sightseeing__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding: 5px 20px;
  width: 48%;
  min-height: 40px;
  background: url(../images/icn_arrow.svg) no-repeat right 10px center;
  background-color: #B9A873;
  background-size: 21px auto;
  font-weight: bold;
  position: relative;
}
.sightseeing__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.sightseeing__btn a:last-of-type {
  background-color: #898989;
}

.sightseeing__btn a:hover::after {
  right: 15px;
}

.sightseeing__wrap.sightseeing__wrap--golf {
  background-color: #DBE5E7;
}/*# sourceMappingURL=sightseeing.css.map */