@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.block_preloader {
  text-align: center;
}
@media all and (max-width: 480px) {
  .block_preloader {
    transform: translateY(-160px);
  }
}

.progress-container {
  width: 240px;
  height: 2px;
  background-color: #e0e0e0;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #4CABB1;
  width: 0;
  transition: width 0.2s ease;
}

.progress-text {
  font-size: 14px;
  color: #4CABB1;
}

#visual {
  position: relative;
}

.area__visual {
  position: relative;
  height: 200dvh;
}

.block__visual {
  width: 100%;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
}
.block__visual img {
  width: 100%;
  height: auto;
}

.unrocked .block__visual {
  position: absolute;
  bottom: 0px;
}

.welcom_messe {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
}
@media all and (max-width: 480px) {
  .welcom_messe {
    top: 15%;
  }
}
.welcom_messe .en_wel {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-size: clamp(3rem, 3.2vw, 5rem);
  line-height: 1em;
  padding: 10px 0 0;
}
.welcom_messe .jp_wel {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 60px 0 0;
}
@media all and (max-width: 480px) {
  .welcom_messe .jp_wel {
    padding: 30px 0 0;
  }
}

.cloud_left,
.cloud_right,
.house_vis,
.bush_left_f,
.bush_right_f,
.bush_left,
.bush_right,
.bird,
.butterfly,
.copy_vis {
  position: absolute;
}

.cloud_left {
  width: 42vw;
  left: 0px;
  top: 3vh;
}

.cloud_right {
  width: 36vw;
  right: 0px;
  top: 0.5vh;
}

.bush_left_f {
  width: 50%;
  left: 0vw;
  bottom: 0px;
  filter: blur(0px);
}
@media all and (max-width: 480px) {
  .bush_left_f {
    width: 130%;
    bottom: -35px;
  }
}

.bush_right_f {
  width: 50%;
  right: 0vw;
  bottom: 0px;
  filter: blur(0px);
}
@media all and (max-width: 480px) {
  .bush_right_f {
    width: 130%;
    right: -10vw;
    bottom: -45px;
  }
}

.bush_left {
  width: 50%;
  left: 0vw;
  bottom: 0px;
  filter: blur(0px);
}
@media all and (max-width: 480px) {
  .bush_left {
    width: 120%;
    left: -30vw;
  }
}

.bush_right {
  width: 50%;
  right: 0vw;
  bottom: 0px;
  filter: blur(0px);
}
@media all and (max-width: 480px) {
  .bush_right {
    width: 120%;
    right: -30vw;
  }
}

.house_vis {
  width: 100%;
  bottom: 0px;
  filter: blur(8px);
  transform: scale(0.7);
  opacity: 0;
}
@media all and (max-width: 480px) {
  .house_vis {
    transform: scale(1.7);
    bottom: 22vh;
  }
}

.bird {
  width: 5vw;
  min-width: 34px;
  top: 25%;
  left: 18vw;
  opacity: 0;
}
@media all and (max-width: 480px) {
  .bird {
    top: 32%;
    left: 8vw;
  }
}

.butterfly {
  width: 2vw;
  min-width: 16px;
  top: 32%;
  right: 30vw;
  opacity: 0;
}
@media all and (max-width: 480px) {
  .butterfly {
    top: 40%;
    right: 15vw;
  }
}

.copy_vis {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 13%;
  font-size: clamp(1.8rem, 1.6vw, 3.2rem);
  line-height: 1.8em;
  letter-spacing: 0.2em;
  opacity: 0;
}
@media all and (max-width: 480px) {
  .copy_vis {
    top: 20%;
  }
}

.start .bush_left,
.start .bush_right,
.start .house_vis,
.start .copy_vis,
.start .bird,
.start .butterfly {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.start .bush_left {
  -webkit-animation-name: opening_bl;
          animation-name: opening_bl;
}
@media all and (max-width: 480px) {
  .start .bush_left {
    -webkit-animation-name: opening_bl_mb;
            animation-name: opening_bl_mb;
  }
}
@-webkit-keyframes opening_bl {
  0% {
    width: 50%;
    left: 0vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 40%;
    left: -11vw;
    bottom: 0px;
    filter: blur(6px);
    @media all and (max-width: 896px) {
      .start {
        filter: blur(2px);
      }
    }
  }
  100% {
    width: 40%;
    left: -11vw;
    bottom: 0px;
    filter: blur(6px);
  }
}
@keyframes opening_bl {
  0% {
    width: 50%;
    left: 0vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 40%;
    left: -11vw;
    bottom: 0px;
    filter: blur(6px);
    @media all and (max-width: 896px) {
      .start {
        filter: blur(2px);
      }
    }
  }
  100% {
    width: 40%;
    left: -11vw;
    bottom: 0px;
    filter: blur(6px);
  }
}
@-webkit-keyframes opening_bl_mb {
  0% {
    width: 130%;
    left: 0vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 100%;
    left: -30vw;
    bottom: -45px;
    filter: blur(2px);
  }
  100% {
    width: 100%;
    left: -30vw;
    bottom: -45px;
    filter: blur(2px);
  }
}
@keyframes opening_bl_mb {
  0% {
    width: 130%;
    left: 0vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 100%;
    left: -30vw;
    bottom: -45px;
    filter: blur(2px);
  }
  100% {
    width: 100%;
    left: -30vw;
    bottom: -45px;
    filter: blur(2px);
  }
}
.start .bush_right {
  -webkit-animation-name: opening_br;
          animation-name: opening_br;
}
@media all and (max-width: 480px) {
  .start .bush_right {
    -webkit-animation-name: opening_br_mb;
            animation-name: opening_br_mb;
  }
}
@-webkit-keyframes opening_br {
  0% {
    width: 50%;
    right: 0vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 40%;
    right: -11vw;
    bottom: 0px;
    filter: blur(6px);
  }
  100% {
    width: 40%;
    right: -11vw;
    bottom: 0px;
    filter: blur(6px);
  }
}
@keyframes opening_br {
  0% {
    width: 50%;
    right: 0vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 40%;
    right: -11vw;
    bottom: 0px;
    filter: blur(6px);
  }
  100% {
    width: 40%;
    right: -11vw;
    bottom: 0px;
    filter: blur(6px);
  }
}
@-webkit-keyframes opening_br_mb {
  0% {
    width: 130%;
    right: -10vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 90%;
    right: -10vw;
    bottom: -45px;
    filter: blur(2px);
  }
  100% {
    width: 90%;
    right: -10vw;
    bottom: -45px;
    filter: blur(2px);
  }
}
@keyframes opening_br_mb {
  0% {
    width: 130%;
    right: -10vw;
    bottom: 0px;
    filter: blur(0px);
  }
  80% {
    width: 90%;
    right: -10vw;
    bottom: -45px;
    filter: blur(2px);
  }
  100% {
    width: 90%;
    right: -10vw;
    bottom: -45px;
    filter: blur(2px);
  }
}
.start .house_vis {
  -webkit-animation-name: opening_hv;
          animation-name: opening_hv;
}
@media all and (max-width: 480px) {
  .start .house_vis {
    -webkit-animation-name: opening_hv_mb;
            animation-name: opening_hv_mb;
  }
}
@-webkit-keyframes opening_hv {
  0% {
    width: 100%;
    bottom: 0px;
    filter: blur(8px);
    transform: scale(0.7);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    width: 100%;
    bottom: -20px;
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    width: 100%;
    bottom: -20px;
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opening_hv {
  0% {
    width: 100%;
    bottom: 0px;
    filter: blur(8px);
    transform: scale(0.7);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    width: 100%;
    bottom: -20px;
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    width: 100%;
    bottom: -20px;
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes opening_hv_mb {
  0% {
    width: 100%;
    bottom: 170px;
    filter: blur(8px);
    transform: scale(1.8);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    width: 100%;
    bottom: 190px;
    filter: blur(0px);
    transform: scale(2.4);
    opacity: 1;
  }
  100% {
    width: 100%;
    bottom: 190px;
    filter: blur(0px);
    transform: scale(2.4);
    opacity: 1;
  }
}
@keyframes opening_hv_mb {
  0% {
    width: 100%;
    bottom: 170px;
    filter: blur(8px);
    transform: scale(1.8);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    width: 100%;
    bottom: 190px;
    filter: blur(0px);
    transform: scale(2.4);
    opacity: 1;
  }
  100% {
    width: 100%;
    bottom: 190px;
    filter: blur(0px);
    transform: scale(2.4);
    opacity: 1;
  }
}
.start .copy_vis {
  -webkit-animation-name: opening_cp;
          animation-name: opening_cp;
}
@-webkit-keyframes opening_cp {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: translateY(30px);
  }
  95% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes opening_cp {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: translateY(30px);
  }
  95% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.start .bird {
  -webkit-animation-name: opening_bird;
          animation-name: opening_bird;
}
@-webkit-keyframes opening_bird {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening_bird {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.start .butterfly {
  -webkit-animation-name: opening_butterfly;
          animation-name: opening_butterfly;
}
@-webkit-keyframes opening_butterfly {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening_butterfly {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.area__welcome {
  background-color: #000;
  color: #FFF;
  width: 100%;
  position: relative;
}
.area__welcome--bg {
  position: absolute;
  width: 100%;
  height: 100dvh;
  opacity: 0.4;
  overflow: hidden;
}
.area__welcome--bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.area__welcome--master {
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0px;
  left: 0px;
}
@media all and (max-width: 480px) {
  .area__welcome--master {
    height: auto;
    top: auto;
    bottom: 0px;
  }
}
.area__welcome--master .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.side__txt {
  position: relative;
  padding: 8vw 0 8vw 8vw;
  width: 65%;
  box-sizing: border-box;
  text-align: justify;
}
@media all and (max-width: 480px) {
  .side__txt {
    padding: 30px 20px 210px 20px;
    width: 100%;
  }
}

.ttl_welcome {
  font-size: clamp(2.2rem, 1.8vw, 3.6rem);
}

.lead_welcom {
  font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  line-height: 1.6em;
  padding: 2.5vw 0 0;
  text-indent: -0.5em;
}

.txt_welcome {
  line-height: 2.2em;
  padding: 2.5vw 0 0;
}
@media all and (max-width: 480px) {
  .txt_welcome {
    padding: 20px 0 0;
  }
}

.fixed .area__welcome--bg {
  position: fixed;
  top: 0px;
  left: 0px;
}
.fixed .area__welcome--master {
  position: fixed;
}
@media all and (max-width: 480px) {
  .fixed .area__welcome--master {
    position: absolute;
  }
}

.master_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8vw;
  width: 25vw;
}
@media all and (max-width: 480px) {
  .master_img {
    top: auto;
    transform: none;
    right: 20px;
    bottom: 30px;
    width: 45vw;
  }
}

.area__attractions {
  padding: 6vw 0 0;
}
@media all and (max-width: 896px) {
  .area__attractions {
    padding: 40px 0 30px;
  }
  .area__attractions .block__cttl {
    margin-bottom: 20px;
  }
}

#carousel-container {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  #carousel-container {
    height: 100vw;
  }
}
#carousel-container .btn_link {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 15vh;
  padding: 0 20px;
  box-sizing: border-box;
}
@media all and (max-width: 1300px) {
  #carousel-container .btn_link {
    bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  #carousel-container .btn_link {
    bottom: 0px;
  }
}

@supports (-webkit-touch-callout: none) {
  #carousel {
    right: 21vw;
  }
}
#carousel {
  width: 100%;
  height: 100%;
  position: relative;
  top: 84vw;
}
@media all and (max-width: 480px) {
  #carousel {
    top: 163vw;
  }
}
#carousel img {
  width: 100%;
  height: auto;
}
#carousel .item {
  position: absolute;
  width: auto;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 0.3s ease;
  text-align: center;
  width: 18vw;
}
@media all and (max-width: 896px) {
  #carousel .item {
    width: 20vw;
  }
}
@media all and (max-width: 480px) {
  #carousel .item {
    width: 38vw;
  }
}
#carousel .item:hover .box_txt {
  border-bottom: #4CABB1 dotted 1px;
}
#carousel .item .box_img {
  border-radius: 160px;
  overflow: hidden;
  transition: 0.6s ease;
  margin: auto;
  width: 100% img;
  width-width: 100%;
  width-height: auto;
}
#carousel .item .box_txt {
  line-height: 1.4em;
  padding: 16px 0 5px;
  display: inline-block;
}
@media all and (max-width: 896px) {
  #carousel .item .box_txt {
    padding: 8px 0 3px;
    font-size: 1.3rem;
    line-height: 1.3em;
  }
}
#carousel .centered {
  width: 19.8vw;
}
@media all and (max-width: 480px) {
  #carousel .centered {
    width: 42.6vw;
  }
}
#carousel .centered .box_img {
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.5));
  border-radius: 0px;
}
@media all and (max-width: 896px) {
  #carousel .centered .box_img {
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0));
  }
}
#carousel .centered .box_txt {
  border-bottom: #666 dotted 1px;
}
#controls {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 16vw;
}
#controls img {
  width: 2vw;
  height: auto;
  min-width: 30px;
}
#controls #next {
  transform: translateX(-12vw);
  background-color: rgba(0, 0, 0, 0);
}
@media all and (max-width: 480px) {
  #controls #next {
    transform: translateX(-24vw);
  }
}
#controls #prev {
  transform: translateX(12vw);
  background-color: rgba(0, 0, 0, 0);
}
@media all and (max-width: 480px) {
  #controls #prev {
    transform: translateX(24vw);
  }
}

.kome_aka {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 16px 0 0 1em;
  text-indent: -1em;
  display: inline-block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #F00;
}
@media all and (max-width: 896px) {
  .kome_aka {
    padding: 8px 0 0 1em;
    max-width: 380px;
  }
}

.block_gallery {
  padding: 3vw 0 0;
  position: relative;
  z-index: 1000;
}
@media all and (max-width: 896px) {
  .block_gallery {
    padding: 30px 0 0;
  }
}
@media all and (max-width: 480px) {
  .block_gallery {
    padding: 40px 30px 0 20px;
  }
}
.block_gallery .side_img {
  position: relative;
  padding: 0 0 0 12vw;
}
@media all and (max-width: 480px) {
  .block_gallery .side_img {
    padding: 0 0 0 5vw;
  }
}
.block_gallery .side_img img {
  width: 100%;
  height: auto;
}
.block_gallery .side_img .swiper_c {
  overflow: hidden;
}
.block_gallery .side_img .swiper_c .swiper-wrapper .swiper-slide {
  position: relative;
  width: 37vw;
}
.block_gallery .side_img .set_btn {
  position: absolute;
  bottom: 40vh;
  left: 7vw;
}
@media all and (max-width: 896px) {
  .block_gallery .side_img .set_btn {
    left: 26px;
  }
}
@media all and (max-width: 480px) {
  .block_gallery .side_img .set_btn {
    bottom: 120px;
    left: -16px;
  }
}
.block_gallery .side_img .set_btn .inner {
  position: relative;
  height: auto;
}
.block_gallery .side_img .set_btn .inner .swiper-button-next,
.block_gallery .side_img .set_btn .inner .swiper-button-prev {
  width: 2.6vw;
  height: 2.6vw;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  display: block;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: auto;
}
.block_gallery .side_img .set_btn .inner .swiper-button-prev {
  margin-top: 8px;
}
.block_gallery .side_img .set_btn .inner .swiper-button-next:after, .block_gallery .side_img .set_btn .inner .swiper-button-prev:after {
  width: 2.6vw;
  height: 2.6vw;
  min-width: 30px;
  min-height: 30px;
  display: block;
}
.block_gallery .side_img .set_btn .inner .swiper-button-next:after {
  content: "";
  background-image: url(../images/common/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.block_gallery .side_img .set_btn .inner .swiper-button-prev:after {
  content: "";
  background-image: url(../images/common/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.block_gallery .side_img .swiper-pagination-bullet {
  background-color: #666;
  opacity: 1;
}
.block_gallery .side_img .swiper-pagination-bullet-active {
  background-color: #ededed;
}
.block_gallery .side_img .swiper-horizontal > .swiper-pagination-bullets,
.block_gallery .side_img .swiper-pagination-bullets.swiper-pagination-horizontal,
.block_gallery .side_img .swiper-pagination-custom,
.block_gallery .side_img .swiper-pagination-fraction {
  bottom: -16px;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 20vw;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .block_gallery .side_img .swiper-horizontal > .swiper-pagination-bullets,
.block_gallery .side_img .swiper-pagination-bullets.swiper-pagination-horizontal,
.block_gallery .side_img .swiper-pagination-custom,
.block_gallery .side_img .swiper-pagination-fraction {
    text-align: center;
    padding-left: 0vw;
  }
}

.inner_swp {
  position: relative;
  padding: 0 2vw 0 0;
}
@media all and (max-width: 480px) {
  .inner_swp {
    padding: 0 0 0 0;
  }
}
.inner_swp a:hover .box_img img {
  opacity: 1;
}

.box_img_r {
  background-color: #000;
}
.box_img_r img {
  opacity: 0.7;
  transition: 0.6s ease;
}

.box_txt_r {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  width: 70%;
  box-sizing: border-box;
  padding: 2.4vw;
}
@media all and (max-width: 896px) {
  .box_txt_r {
    width: 95%;
    padding: 20px;
  }
}
.box_txt_r h3 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.6rem, 2vw, 4rem);
  line-height: 1.1em;
}
.box_txt_r .ruby_room {
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 10px 0 0;
}
.box_txt_r .comment_room {
  padding: 30px 0 0;
  font-size: 1.5rem;
  line-height: 1.7em;
  text-align: justify;
}

#cuisine {
  background-color: #682830;
  padding: 5vw 0;
  margin-top: -30vh;
}
@media all and (max-width: 480px) {
  #cuisine {
    margin-top: -110px;
    padding: 70px 0 5vw;
  }
}

.area__cuisine {
  color: #FFF;
  position: relative;
  z-index: 500;
  padding: 0 0 3vw;
}
.area__cuisine--bg {
  position: relative;
  filter: blur(4px);
}
@media all and (max-width: 896px) {
  .area__cuisine--bg {
    filter: blur(2px);
  }
}
.area__cuisine--bg img {
  width: 100%;
  height: auto;
}
.area__cuisine--dish {
  position: absolute;
  top: 0px;
  left: 0px;
}
.area__cuisine--dish img {
  width: 100vw;
  height: auto;
}
.area__cuisine .portraitonly_ttl {
  position: absolute;
  left: 45%;
  transform: translateX(-45%);
  top: 100px;
  display: none;
}
@media all and (max-width: 480px) {
  .area__cuisine .portraitonly_ttl {
    display: block;
  }
}
.area__cuisine--txt {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  width: 100%;
}
@media all and (max-width: 480px) {
  .area__cuisine--txt {
    position: relative;
    top: auto;
    transform: none;
  }
}
.area__cuisine--txt .inner_cuisine {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .area__cuisine--txt .inner_cuisine {
    display: block;
    padding: 20px;
  }
}
.area__cuisine--txt .inner_cuisine .block__cttl {
  padding: 2vw;
  margin: 0px;
}
@media all and (max-width: 480px) {
  .area__cuisine--txt .inner_cuisine .block__cttl {
    display: none;
  }
}
.area__cuisine--txt .inner_cuisine .side_txt {
  padding: 2vw;
}
.area__cuisine--txt .inner_cuisine .side_txt .txt_cuisine {
  line-height: 2em;
  text-align: justify;
}
.area__cuisine--txt .inner_cuisine .side_txt .txt_cuisine_sec {
  line-height: 2em;
  padding: 20px 0 0;
  text-align: justify;
}

.area__onsen {
  padding: 8vw 0 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .area__onsen {
    padding: 30px 0 0;
  }
}
.area__onsen .box_btn_yu {
  position: absolute;
  left: 0;
  bottom: 3vw;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .area__onsen .box_btn_yu {
    position: relative;
    bottom: auto;
  }
}
.area__onsen .box_btn_yu .btn_link_w {
  margin: auto;
  padding: 0vw 0 0;
}
@media all and (max-width: 480px) {
  .area__onsen .box_btn_yu .btn_link_w {
    padding: 16px 0 30px;
  }
}
@media all and (max-width: 480px) {
  .area__onsen .box_btn_yu .btn_link_w a {
    color: #444;
    border-bottom: #444 dotted 1px;
  }
  .area__onsen .box_btn_yu .btn_link_w a::after {
    content: url(../images/common/arrow.svg);
  }
}

.block__onsen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 4vw 0 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .block__onsen {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block__onsen--item {
  position: relative;
}
.block__onsen--item .box_img_o {
  position: relative;
}
.block__onsen--item .box_img_o img {
  width: 100%;
  height: auto;
}
.block__onsen--item .box_txt_o {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: var(--white-fff, #FFF);
  text-align: center;
  padding: 6vw 20px 2vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media all and (max-width: 480px) {
  .block__onsen--item .box_txt_o {
    padding: 50px 20px 20px;
  }
}
.block__onsen--item .box_txt_o .ttl_yu {
  font-size: clamp(2.6rem, 2vw, 4rem);
  line-height: 1.1em;
}
.block__onsen--item .box_txt_o .comment_yu {
  line-height: 2em;
  padding: 1vw;
}

.area__news {
  padding: 8vw 20px;
}

.block__news {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 8vw 1fr;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .block__news {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  .block__news {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 480px) {
  .block__news .side__ttl {
    text-align: center;
  }
}
.block__news .side__ttl .ttl_news {
  font-size: clamp(2.6rem, 3vw, 5rem);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1em;
}
.block__news .side__ttl .ruby_news {
  padding: 10px 0 0;
}
.block__news .side__list--nav {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 0 16px;
}
.block__news .side__list--nav .btn_cat {
  padding: 5px;
}
.block__news .side__list--nav .btn_cat a {
  border: #444 solid 1px;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 16px;
  font-size: 1.4rem;
  line-height: 1.1em;
  text-align: center;
}
@media all and (max-width: 480px) {
  .block__news .side__list--nav .btn_cat a {
    padding: 10px 10px;
  }
}
.block__news .side__list--nav .active a {
  background-color: #ededed;
}
.block__news .side__list--list {
  border-top: #BABCB0 solid 1px;
}
.block__news .side__list--list .item_nl {
  border-bottom: #BABCB0 solid 1px;
  display: flex;
}
.block__news .side__list--list .item_nl a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 0;
}
.block__news .side__list--list .item_nl a .date {
  width: 110px;
  padding: 4px 0;
}
.block__news .side__list--list .item_nl a .label_cat {
  width: 140px;
  margin: 0 20px 0 0;
}
.block__news .side__list--list .item_nl a .label_cat .mark {
  line-height: 1.2em;
  text-align: center;
  padding: 4px 0;
}
.block__news .side__list--list .item_nl a .label_cat .mark.oshirase {
  color: #4CABB1;
  border: #4CABB1 solid 1px;
}
.block__news .side__list--list .item_nl a .label_cat .mark.blog {
  color: #EF6E94;
  border: #EF6E94 solid 1px;
}
.block__news .side__list--list .item_nl a .txt_list {
  padding: 2px 0 0;
  width: calc(100% - 270px);
  line-height: 1.6em;
}
@media all and (max-width: 480px) {
  .block__news .side__list--list .item_nl a .txt_list {
    width: 100%;
  }
}

.block_tabiato {
  max-width: 1080px;
  margin: auto;
  padding: 0 20px 4vw;
}
@media all and (max-width: 480px) {
  .block_tabiato {
    padding: 30px 20px 30px;
  }
}