.top {
  text-align: center;
}

.main-visual {
  padding-top: 80px;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-visual {
    max-height: 50vh;
  }
}
@media screen and (max-width: 1299px) {
  .main-visual {
    padding-top: 0;
  }
}
.main-visual-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-visual-img {
    max-height: 50vh;
  }
}

.news {
  background-color: #fffefc;
  display: grid;
  justify-content: center;
  padding: 20px 0;
}
.news__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__inner {
    grid-template-columns: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 1280px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news-ttl {
    font-size: calc(24px + 4 * (100vw - 768px) / 1152);
  }
  .news-ttl span {
    padding-right: calc(2px + 1 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .news-ttl {
    font-size: 28px;
  }
  .news-ttl span {
    padding-right: 3px;
  }
}
.news-ttl__wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-ttl__wrapper {
    padding: 0 30px;
  }
}
.news-list {
  display: grid;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (768px <= width) {
  .news-list {
    padding: 0 30px;
    border-left: 2px solid #8f352a;
  }
}
@media (width < 768px) {
  .news-list {
    gap: 20px;
    padding: 20px 0;
  }
}
.news-list__wrapper {
  display: flex;
  align-items: center;
}
@media (width < 768px) {
  .news-list__wrapper {
    flex-direction: column;
  }
}
.news-list__item {
  list-style: none;
}
.news-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news-block {
    align-items: center;
    flex-direction: row;
  }
}
.news-block__date {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-block__date {
    text-align: left;
    font-size: calc(14px + 4 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .news-block__date {
    font-size: 16px;
  }
}
.news-block__ttl {
  text-decoration: underline;
  color: #8f352a;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .news-block__ttl {
    padding: 0 0 0 30px;
    font-size: calc(14px + 4 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .news-block__ttl {
    font-size: 16px;
  }
}
.news-btn {
  width: 220px;
  height: 35px;
  line-height: 35px;
  background-color: #fffefc;
}
@media screen and (min-width: 768px) {
  .news-btn {
    width: calc(200px + 50 * (100vw - 768px) / 1152);
    margin: 0 calc(15px + 15 * (100vw - 768px) / 1152);
    font-size: calc(14px + 2 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .news-btn {
    width: 250px;
    margin: 0 30px;
    font-size: 16px;
  }
}
.news-btn:hover::after {
  right: 15px;
}
.news-btn::after {
  right: 20px;
}

.about {
  display: flex;
  justify-content: center;
  color: #8f352a;
}
.about__inner {
  width: 100%;
  margin: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .about__inner {
    margin: 130px 0 0;
  }
}
.about-ttl {
  margin-bottom: 50px;
}
@media screen and (min-width: 330px) {
  .about-ttl {
    font-size: calc(20px + 12 * (100vw - 330px) / 438);
  }
}
.about-ttl span {
  padding-right: 1px;
}
.about-ttl .space {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .about-ttl {
    margin-bottom: 90px;
    font-size: calc(32px + 20 * (100vw - 768px) / 1152);
  }
  .about-ttl span {
    padding-right: calc(2px + 1 * (100vw - 768px) / 1152);
  }
  .about-ttl .space {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .about-ttl {
    font-size: 52px;
  }
  .about-ttl span {
    padding-right: 3px;
  }
  .about-ttl .space {
    padding-right: 25px;
  }
}
.about-desc {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about-desc {
    margin-bottom: 90px;
  }
}
.about-btn {
  margin-bottom: 50px;
  color: #e6dfcd;
  background-color: #8f352a;
}
@media screen and (min-width: 768px) {
  .about-btn {
    margin-bottom: 90px;
  }
}
.about-btn::after {
  border-top: 2px solid #e6dfcd;
  border-right: 2px solid #e6dfcd;
}
.about-visual {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 2;
  background-image: url(../img/top/about.jpg);
  background-size: cover;
  background-position: 0 center;
}
@media screen and (min-width: 768px) {
  .about-visual {
    height: calc(300px + 300 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .about-visual {
    height: 600px;
  }
}

.cottage {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: rgb(143, 53, 42);
  background: linear-gradient(200deg, rgb(143, 53, 42) 0%, rgb(113, 42, 33) 50%, rgb(72, 27, 21) 100%);
}
.cottage__inner {
  margin: 100px 0;
}
@media screen and (min-width: 768px) {
  .cottage__inner {
    margin: calc(100px + 60 * (100vw - 768px) / 1152) 0;
  }
}
@media screen and (min-width: 1920px) {
  .cottage__inner {
    margin: 160px 0;
  }
}
.cottage-ttl {
  color: #fffbe8;
}
.cottage-ttl__wrapper {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cottage-ttl__wrapper {
    margin-bottom: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-ttl__wrapper {
    margin-bottom: 100px;
  }
}
.cottage-desc {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cottage-desc__wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cottage-desc__wrapper {
    margin-bottom: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-desc__wrapper {
    margin-bottom: 100px;
  }
}
.cottage-visual__wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cottage-visual__wrapper {
    max-width: 1240px;
    margin-bottom: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-visual__wrapper {
    margin-bottom: 100px;
  }
}
.cottage-visual__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .cottage-visual__list {
    justify-content: center;
  }
}
.cottage-visual__item:nth-child(1), .cottage-visual__item:nth-child(4) {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .cottage-visual__item:nth-child(1), .cottage-visual__item:nth-child(4) {
    width: calc(443px + 293 * (100vw - 768px) / 1152);
    height: calc(167px + 105 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-visual__item:nth-child(1), .cottage-visual__item:nth-child(4) {
    width: 736px;
    height: 272px;
  }
}
.cottage-visual__item:nth-child(2), .cottage-visual__item:nth-child(3) {
  width: calc(50% - 5px);
  height: 180px;
}
@media screen and (min-width: 768px) {
  .cottage-visual__item:nth-child(2), .cottage-visual__item:nth-child(3) {
    width: calc(290px + 194 * (100vw - 768px) / 1152);
    height: calc(167px + 105 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-visual__item:nth-child(2), .cottage-visual__item:nth-child(3) {
    width: 484px;
    height: 272px;
  }
}
.cottage-visual__item:nth-child(1), .cottage-visual__item:nth-child(3) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cottage-visual__item:nth-child(1), .cottage-visual__item:nth-child(3) {
    margin-right: calc(12px + 8 * (100vw - 768px) / 1152);
    margin-bottom: calc(12px + 8 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-visual__item:nth-child(1), .cottage-visual__item:nth-child(3) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.cottage-visual-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cottage-btn {
  position: relative;
  z-index: 2;
  color: #8f352a;
  background-color: #fffbe8;
  border: 1px solid #fffbe8;
}
.cottage-btn::after {
  border-top: 2px solid #8f352a;
  border-right: 2px solid #8f352a;
}
.cottage-object {
  position: absolute;
  z-index: 1;
}
.cottage-object__wrapper {
  width: 100%;
  overflow-x: hidden;
}
.cottage-object__1 {
  width: calc(400px + 230 * (100vw - 320px) / 447);
  top: calc(-120px - 130 * (100vw - 320px) / 447);
  right: calc(-90px + 95 * (100vw - 320px) / 447);
}
@media screen and (min-width: 768px) {
  .cottage-object__1 {
    transform: rotate(3deg);
    width: calc(400px + 500 * (100vw - 768px) / 1152);
    top: calc(-70px - 157 * (100vw - 768px) / 1152);
    right: calc(-50px - 110 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-object__1 {
    width: 900px;
    top: -227px;
    right: -160px;
  }
}
.cottage-object__2 {
  width: 850px;
  bottom: -170px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cottage-object__2 {
    width: calc(800px + 1200 * (100vw - 768px) / 1152);
    bottom: calc(-120px - 255 * (100vw - 768px) / 1152);
    left: calc(-30px - 70 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .cottage-object__2 {
    width: 2000px;
    bottom: -375px;
    left: -100px;
  }
}

.feature {
  width: 100%;
  position: relative;
  z-index: 2;
}
.feature-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature-list {
    flex-direction: row;
  }
}
.feature-list__item {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .feature-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__item:last-child .feature-block {
    border: none;
  }
}
.feature-visual {
  height: 200px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .feature-visual {
    height: 33.3333333333vw;
  }
}
.feature-visual__food {
  background-image: url(../img/top/food.jpg);
}
.feature-visual__pool {
  background-image: url(../img/top/pool.jpg);
}
.feature-visual__massages {
  background-image: url(../img/top/sala.jpg);
}
.feature-block {
  margin: -30px auto 50px;
}
@media screen and (max-width: 767px) {
  .feature-block {
    width: 90%;
    padding: 50px 0 40px;
    border: 1px solid #8f352a;
  }
}
@media screen and (min-width: 768px) {
  .feature-block {
    margin: calc(50px + 30 * (100vw - 768px) / 1152) 0;
    border-right: 1px solid #8f352a;
  }
}
@media screen and (min-width: 1920px) {
  .feature-block {
    margin: 80px 0;
  }
}
.feature-ttl .fz_sm {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .feature-ttl {
    font-size: calc(24px + 16 * (100vw - 768px) / 1152);
  }
  .feature-ttl span {
    padding-right: calc(2px + 1 * (100vw - 768px) / 1152);
  }
  .feature-ttl .space {
    padding-right: calc(10px + 5 * (100vw - 768px) / 1152);
  }
  .feature-ttl .space_md {
    padding-right: calc(4px + 1 * (100vw - 768px) / 1152);
  }
  .feature-ttl .fz_sm {
    font-size: calc(18px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .feature-ttl {
    font-size: 40px;
  }
  .feature-ttl span {
    padding-right: 3px;
  }
  .feature-ttl .space {
    padding-right: 15px;
  }
  .feature-ttl .space_md {
    padding-right: 5px;
  }
  .feature-ttl .fz_sm {
    font-size: 28px;
  }
}
.feature-desc {
  padding: 30px 10px;
}
@media screen and (min-width: 768px) {
  .feature-desc {
    width: 95%;
    margin: 0 auto;
    padding: calc(40px + 20 * (100vw - 768px) / 1152) 0;
    font-size: calc(12px + 4 * (100vw - 768px) / 1152);
    line-height: calc(30px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .feature-desc {
    padding: 60px 0;
    font-size: 16px;
    line-height: 40px;
  }
}
.feature-btn {
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .feature-btn {
    width: calc(250px + 100 * (100vw - 768px) / 1152);
    font-size: calc(12px + 4 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .feature-btn {
    width: 350px;
    font-size: 16px;
  }
}
.feature-btn:hover::after {
  right: 20px;
}
.feature-btn::after {
  right: 30px;
}

.enjoy__inner {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-image: url(../img/top/tours.jpg);
  background-size: cover;
  background-position: 0 65%;
}
@media screen and (min-width: 768px) {
  .enjoy__inner {
    height: calc(500px + 100 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .enjoy__inner {
    height: 600px;
  }
}
.enjoy-ttl {
  color: #fffbe8;
}
.enjoy-desc {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .enjoy-desc {
    padding: calc(15px + 15 * (100vw - 768px) / 1152) 0;
  }
}
@media screen and (min-width: 1920px) {
  .enjoy-desc {
    padding: 80px 0;
  }
}
.enjoy-btn {
  color: #fffbe8;
  background-color: transparent;
  border: 1px solid #fffbe8;
}
.enjoy-btn::after {
  border-top: 2px solid #fffbe8;
  border-right: 2px solid #fffbe8;
}

.access {
  background-image: url(../img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .access {
    padding: calc(100px + 60 * (100vw - 768px) / 1152) 0;
  }
}
@media screen and (min-width: 1920px) {
  .access {
    padding: 160px 0;
  }
}
.access__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .access__inner {
    max-width: 2000px;
    width: 100%;
  }
}
.access-map {
  width: 700px;
  height: 600px;
  display: none;
}
@media screen and (min-width: 768px) {
  .access-map {
    width: calc(400px + 300 * (100vw - 768px) / 1152);
    height: calc(400px + 300 * (100vw - 768px) / 1152);
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .access-map {
    width: 700px;
    height: 600px;
  }
}
.access-map-img__wrapper {
  position: relative;
}
.access-map-img_1 {
  position: absolute;
  top: -50px;
  z-index: 1;
  max-inline-size: none;
}
@media screen and (min-width: 768px) {
  .access-map-img_1 {
    width: calc(400px + 200 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .access-map-img_1 {
    width: 600px;
  }
}
.access-map-img_2 {
  position: absolute;
  top: 90px;
  left: 190px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .access-map-img_2 {
    width: calc(30px + 10 * (100vw - 768px) / 1152);
    top: calc(-5px + 32 * (100vw - 768px) / 1152);
    left: calc(115px + 65 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .access-map-img_2 {
    width: 40px;
    top: 27px;
    left: 180px;
  }
}
@media screen and (max-width: 767px) {
  .access-block {
    width: 100%;
  }
}
.access-desc {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .access-desc {
    padding: calc(15px + 15 * (100vw - 768px) / 1152) 0;
  }
}
@media screen and (min-width: 1920px) {
  .access-desc {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .en-access-map {
    width: calc(350px + 350 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 768px) {
  .en-access-map-img_1 {
    width: calc(350px + 250 * (100vw - 768px) / 1152);
  }
}
.en-feature-desc {
  min-height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .en-feature-desc {
    font-size: calc(16px + 4 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .en-feature-desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .en-feature-btn {
    font-size: calc(16px + 4 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .en-feature-btn {
    font-size: 20px;
  }
}
.en-feature-btn:hover::after {
  right: 10px;
}
.en-feature-btn::after {
  right: 20px;
}/*# sourceMappingURL=top.css.map */