.yufuin {
  background-image: url(../images/onsen/yufuin_bg.jpg);
}

.roten {
  padding-top: 90px;
  overflow: hidden;
}
.roten .bg-right {
  top: -80px;
  left: 65%;
  z-index: -1;
}
.roten .top .subttl {
  margin-bottom: 40px;
}
.roten .top img {
  height: 400px;
}
.roten .top .top-bg {
  padding: 75px 0 50px;
  background: url(../images/common_under/bg_circle.png), url(../images/onsen/roten_top_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, center;
  background-size: 50% auto, cover;
}
.roten .bg-left {
  position: absolute;
  top: -13%;
  left: 0;
  width: 55%;
}
.roten .bottom {
  background: top/auto repeat url(../images/onsen/roten_bottom_bg.png);
  background-size: cover;
}
.roten .bottom .ttl {
  font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
}
.roten .bottom .box {
  padding-top: 56px;
}
.roten .bottom .box .image {
  width: 53.8%;
}
.roten .bottom .box .image img {
  height: 400px;
}
.roten .bottom .box .text {
  width: 45%;
}
.roten .bottom .box .text .catch {
  margin-top: 30px;
}
.roten .bottom .box-2 {
  padding-bottom: 56px;
}
.roten .bottom .box-2 .text {
  padding-left: 2%;
}

.uchi,
.guest {
  padding-top: 90px;
}
.uchi .box .text,
.guest .box .text {
  width: 45%;
  max-width: 460px;
  margin-left: auto;
  padding-right: 3%;
}
.uchi .box .text .catch1,
.guest .box .text .catch1 {
  margin-top: 10px;
}
.uchi .box .text .catch2,
.guest .box .text .catch2 {
  margin-top: 30px;
}
.uchi .box .image,
.guest .box .image {
  width: 56.25%;
}
.uchi .box .image img,
.guest .box .image img {
  height: 480px;
}

.uchi {
  background: url(../images/common_under/bg_circle_small.png) no-repeat;
  background-size: 30%;
  background-position: left 11% top 50px;
}

.guest {
  background: url(../images/common_under/bg_circle_small.png) no-repeat;
  background-size: 30%;
  background-position: right 11% top 50px;
}
.guest .box .text {
  padding: 0 0 0 3%;
  margin: 0 auto 0 0;
}

.content-title {
  font-size: 18px;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
  border-bottom: 1px solid #343434;
  text-align: center;
  padding-bottom: 15px;
}

.hanare,
.honkan {
  padding-top: 50px;
}
.hanare .images,
.honkan .images {
  padding-top: 24px;
  gap: 0.78%;
}
.hanare .button,
.honkan .button {
  display: block;
  margin: 56px auto 0;
}

.honkan {
  padding-bottom: 96px;
}

@media screen and (max-width: 767.8px) {
  .roten {
    padding-top: 50px;
  }
  .roten .bg-right {
    width: 300px;
    top: 0px;
    left: 65%;
  }
  .roten .top img {
    height: 200px !important;
  }
  .roten .top .top-bg {
    padding: 50px 0 50px;
    background-position: top 100px right, center;
    background-size: auto 500px, cover;
  }
  .roten .bottom .box .text {
    width: 100%;
  }
  .roten .bottom .box .image {
    width: 100%;
    margin-top: 25px;
  }
  .roten .bottom .box-2 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767.8px) {
  .uchi,
  .guest {
    padding-top: 60px;
  }
  .uchi .box .text,
  .guest .box .text {
    width: 100%;
    max-width: none;
    margin-left: auto;
    padding: 0 5%;
  }
  .uchi .box .image,
  .guest .box .image {
    width: 90%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767.8px) {
  .uchi {
    background-size: 80%;
    background-position: left 11% top 50px;
  }
  .guest {
    background-size: 80%;
    background-position: right -16% top 0px;
  }
}
@media screen and (max-width: 767.8px) {
  .hanare .inner_1280,
  .honkan .inner_1280 {
    width: 90%;
  }
  .hanare .inner_1280 .images,
  .honkan .inner_1280 .images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .hanare .inner_1280 .images .img,
  .honkan .inner_1280 .images .img {
    width: 45%;
  }
}
@media screen and (max-width: 767.8px) and (max-width: 575.8px) {
  .hanare .inner_1280 .images .img,
  .honkan .inner_1280 .images .img {
    width: 100%;
  }
}

@media screen and (max-width: 767.8px) {
  .honkan {
    padding-bottom: 50px;
  }
}