@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap");

/*--------------------
/変数ここまで
--------------------*/
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.relative {
  position: relative;
}

body {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  color: #0a0a0a;
  font-weight: 700;
  letter-spacing: 0.125rem;
  background: #2C3930;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#main_bg {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#main_bg svg:nth-child(2) {
  position: relative;
  display: block;
  width: calc(140% + 2px);
  height: 600px;
}

#main_bg .shape_fill {
  fill: url(#g);
}

.bg_wave {
  position: relative;
}

#main_bg2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#main_bg2 svg:nth-child(1) {
  position: absolute;
  top: 0;
  z-index: -9999;
}

#main_bg2 svg:nth-child(2) {
  position: relative;
  display: block;
  width: calc(200% + 2px);
  height: 1100px;
  transform: skewY(10deg);
}

#main_bg2 .shape_fill {
  fill: url(#g2);
}

#main_bg3 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main_bg3 svg:nth-child(1) {
  position: absolute;
  top: 0;
  z-index: -9999;
}

#main_bg3 svg:nth-child(2) {
  position: relative;
  display: block;
  width: calc(200% + 2px);
  height: 600px;
  transform: skewY(-20deg);
}

#main_bg3 .shape_fill {
  fill: url(#g3);
}

.svg_wrap {
  position: absolute;
  z-index: -9999;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
}

.eng {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.125rem;
}

.tcenter {
  text-align: center;
}

.link_btn a {
  display: inline-block;
  width: 200px;
  padding: 1rem 2rem;
  color: #5CA297;
  border: 1px solid #5CA297;
  line-height: 1;
  position: relative;
  transition: 0.3s ease-in-out;
}

.link_btn a svg {
  width: 1.5rem;
  height: 1rem;
  fill: #5CA297;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.link_btn a:hover {
  background: #5CA297;
  color: #fdfeff;
}

.link_btn a:hover svg {
  right: 1rem;
  fill: #fdfeff;
}

.link_btn._white a {
  background: #fdfeff;
  border: 0;
}

.link_btn._white a:hover {
  background: #5CA297;
}

.link_btn._white a:hover svg {
  right: 1rem;
  fill: #fdfeff;
}

.gmap {
  position: relative;
  padding-top: 66.6666666667%;
}

.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
}

.bg_base {
  background: #2C3930;
}

.bg_white {
  background: #fdfeff;
}

.bg_beige {
  background: #DCD7C9;
}

.bg_gray {
  background: #fafafa;
}

.color_w {
  color: #fdfeff;
}

.bold {
  font-weight: 600;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}

.container.pt_0 {
  padding-top: 0;
}

.container2 {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}

.container2.pt_0 {
  padding-top: 0;
}

.m_box {
  padding: 40px;
  background: #DCD7C9;
  border-radius: 20px;
}

.scrollbar {
  min-height: 100px;
  max-height: 120px;
  padding: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #ccc;
}

.scrollbar::-webkit-scrollbar:horizontal {
  height: 3px;
}

.scrollbar::-webkit-scrollbar-button {
  display: none;
}

.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}

.scrollbar::-webkit-scrollbar-piece:start {
  background: #eee;
}

.scrollbar::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-corner {
  background: #2C3930;
}

.h_ttl {
  font-size: 2rem;
}

.h_ttl span {
  display: block;
  color: #2C3930;
  font-size: 1rem;
}

.h_ttl_big span {
  font-size: 4rem;
  color: #A27B5C;
  font-weight: 600;
}

.h_ttl_sub {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.h_ttl_sub::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.5rem;
  background: #2C3930;
  margin-right: 0.5rem;
}

.h_ttl_sub.white::before {
  background: #fdfeff;
}

.h_ttl_box {
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  margin-bottom: 1rem;
  background: #fdfeff;
  font-weight: 600;
  position: relative;
}

.h_ttl_box::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.5rem;
  background: #2C3930;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}

.h_ttl_box span {
  display: inline-block;
  margin-left: 1rem;
}

.vertical_ttl {
  writing-mode: vertical-rl;
  font-size: 1rem;
  color: #fdfeff;
}

.vertical_ttl span {
  display: block;
  color: #A27B5C;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}

.m_text {
  font-size: 1.5rem;
}

.list_disc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.list_disc li {
  display: inline-block;
  padding: 0.125rem 0.5rem 0.125rem 1.25rem;
  margin: 0.5rem;
  background: #fdfeff;
  border-radius: 2rem;
  position: relative;
}

.list_disc li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2C3930;
  position: absolute;
  top: 0.875rem;
  left: 0.75rem;
}

.point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.point_list li {
  width: 31%;
  padding: 1rem;
  margin: 0 1% 80px;
  background: #fdfeff;
  border-radius: 20px;
}

.point_list li .ico {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: -50px;
  color: #A27B5C;
  background: #fdfeff;
  border-radius: 50%;
  line-height: 1.2;
  font-weight: 600;
}

.point_list li .ico span {
  display: block;
  font-size: 2rem;
  color: #2C3930;
  font-weight: 600;
}

.point_list li h3 {
  font-size: 1.25rem;
  color: #A27B5C;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.point_list li p {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 1rem 1rem;
}

.point_list li p.fs_16 {
  font-size: 1rem;
}

#under {
  margin-top: 100px;
}

.page_ttl {
  position: relative;
}

.page_ttl figure {
  position: relative;
}

.page_ttl figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.page_ttl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_ttl .ttl_wrap {
  padding: 0 calc((100% - 1280px) / 2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fdfeff;
  font-size: 1.5rem;
}

.page_ttl .ttl_wrap span {
  display: inline-flex;
  align-items: center;
  font-size: 4rem;
}

.page_ttl .ttl_wrap span::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #fdfeff;
  margin-left: 2rem;
}

.breadcrumbs {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 1rem;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.breadcrumb__list li a {
  color: #DCD7C9;
}

.breadcrumb__list li:first-child span::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\e3af";
  font-weight: 900;
}

.breadcrumb__list li:not(:first-child) span::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-weight: 900;
  margin: 0 0.5rem;
  color: #fdfeff;
}

/*--------------------
header
--------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
}

header.fixed {
  background: #DCD7C9;
}

header.fixed .logo_wrap img {
  filter: brightness(1) invert(1);
}

header.fixed .nav_wrap nav ul li a {
  color: #2C3930;
}

.h_nav {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.logo_wrap {
  width: 220px;
  margin-left: 50px;;
}
.logo_wrap a {
  color: #fff;
}

.logo_wrap img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.nav_wrap {
  width: 800px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: flex-end;
}

.nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_wrap nav ul li {
  padding: 10px;
}

.nav_wrap nav ul li a {
  color: #fdfeff;
  font-weight: 600;
}

.nav_wrap nav .nav_reserve {
  display: none;
}

.nav_wrap .h_tel {
  text-align: center;
  margin: 0 20px;
}

.nav_wrap .h_tel a span {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}

.nav_wrap .h_tel p {
  font-size: 12px;
}

.nav_wrap .h_reserv {
  height: 100%;
}

.nav_wrap .h_reserv a {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fdfeff;
  text-align: center;
  background: #A27B5C;
}

.nav_wrap .h_reserv a i {
  font-size: 1.5rem;
}

.nav_wrap .h_reserv a span {
  display: block;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.nav_wrap #nav_toggle {
  display: none;
}

/*--------------------
footer
--------------------*/
.rg_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 60px 0;
}

.rg_list li {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
  padding: 1rem;
}

.rg_list li .photo {
  margin-right: 10px;
}

.rg_list li .txt h4 {
  font-size: 14px;
  font-weight: 600;
}

.rg_details dl:not(.rg_details dl:last-child) {
  margin-bottom: 2rem;
}

.bg_reserve {
  background: linear-gradient(0deg, rgba(92, 161, 151, 0.8) 0%, rgba(52, 92, 86, 0.8) 100%), url(../img/reseve_bg.jpg) no-repeat center / cover;
  background-attachment: fixed;
}

.f_reserve_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 80px 0 40px;
  color: #fdfeff;
}

.access_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.access_wrap .txt {
  width: 48%;
}

.access_wrap .map_wrap {
  width: 48%;
}

.f_reserve {
  text-align: center;
  transform: translateY(50%);
}

.f_reserve a {
  display: inline-block;
  width: 300px;
  padding: 1rem 2rem;
  background: #fdfeff;
  color: #2C3930;
  font-weight: 600;
}

footer {
  background: #333;
  color: #fdfeff;
}

footer a {
  color: #fdfeff;
}

footer .f_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer .f_wrap .f_logo {
  width: 200px;
}

footer .f_wrap .f_navi {
  width: 60%;
  padding: 0 2rem;
}

footer .f_wrap .f_navi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

footer .f_wrap .f_navi ul li {
  width: 23%;
  margin: 0 1%;
  /* margin-bottom: 1rem; */
}

footer .f_wrap .f_navi ul li a {
  display: block;
}

.copyright {
  padding: 1rem;
  text-align: center;
}

.copyright span {
  display: inline-block;
  margin-left: 0.5rem;
}

/*--------------------
コンテンツ部分
--------------------*/
#splash {
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #2C3930;
  text-align: center;
  color: #fdfeff;
  position: fixed;
  top: 0;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 260px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#mainvisual {
  width: 100%;
  background: #2C3930;
  position: relative;
}

#mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

#mainvisual .top_slider {
  width: 100%;
  height: 100%;
}

#mainvisual .swiper-slide {
  width: 100%;
  height: 100%;
}

#mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainvisual .catch {
  width: 600px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

#mainvisual .catch h2 {
  color: #fdfeff;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.video_wrap {
  width: 100%;
  height: 0;
  padding-top: calc(56.25% - 100px);
  position: relative;
  overflow: hidden;
}

.video_wrap iframe {
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}

.video_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: flex-start;
  justify-content: space-between;
}

.top_news .h_ttl {
  width: 180px;
  padding-right: 30px;
  border-right: 1px solid #333;
}

.top_news .top_news_list {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
}

.top_news .top_news_list li {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fafafa;
}

.top_news .top_news_list li span {
  display: inline-block;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid #2C3930;
  font-size: 0.75rem;
  color: #2C3930;
  line-height: 1;
}

.top_dog_wrap {
  position: relative;
}

.top_dog_wrap figure {
  width: 100%;
}

.top_dog_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.top_dog_wrap .top_dog_txt_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px 1rem;
}

.top_dog_wrap .top_dog_txt_wrap .top_dog_ttl {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  margin-top: -100px;
}

.top_dog_wrap .top_dog_txt_wrap .top_dog_ttl span {
  display: inline-block;
  background: #2C3930;
  color: #fdfeff;
  font-weight: 600;
  padding: 1rem 0.5rem;
  margin: 0 0.5rem;
}

.top_dog_wrap .top_dog_txt_wrap .top_dog_txt {
  padding: 0 40px;
  line-height: 2;
}

.top_dog_wrap .top_dog_txt_wrap .top_dog_txt h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.top_contents_wrap {
  margin-bottom: 100px;
  padding: 0 1rem;
}

.top_contents_wrap:last-of-type {
  margin-bottom: 0;
}

.top_contents_wrap .top_contents_main_wrap {
  width: calc(1800px - (100% - 1280px) / 2);
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_img {
  width: 85%;
  max-width: 1280px;
  position: relative;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_img figure:nth-of-type(1) {
  width: 88%;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_img figure:nth-of-type(2) {
  width: 25%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.top_contents_wrap .top_contents_main_wrap.reverse {
  flex-direction: row;
  margin-left: auto;
}

.top_contents_wrap .top_contents_main_wrap.reverse .top_contents_img figure:nth-of-type(1) {
  margin-left: auto;
}

.top_contents_wrap .top_contents_main_wrap.reverse .top_contents_img figure:nth-of-type(2) {
  right: inherit;
  left: 0;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn {
  writing-mode: vertical-rl;
  margin-top: auto;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn a {
  display: inline-block;
  height: 200px;
  padding: 2rem 1rem;
  background: #fdfeff;
  color: #5CA297;
  transition: 0.3s ease-in-out;
  position: relative;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn a svg {
  width: 1.5rem;
  height: 1rem;
  fill: #5CA297;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn a:hover {
  background: #5CA297;
  color: #fdfeff;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn a:hover svg {
  fill: #fdfeff;
  left: calc(50% + 0.5rem);
}

.top_contents_wrap .top_contents_btm_wrap {
  width: 740px;
  max-width: 100%;
  margin: auto;
  padding: 60px 1rem;
  color: #fdfeff;
}

.top_contents_wrap .top_contents_btm_wrap h3 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}

.location_list {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 60px;
}

.location_list li {
  width: 48%;
  margin-bottom: 2rem;
}

.location_list li figure {
  width: 100%;
  position: relative;
  border-radius: 20px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.location_list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location_list li figure figcaption {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #fdfeff;
  border-radius: 0 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_hotspring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.top_hotspring_btm_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.top_hotspring_btm_wrap figure {
  width: 48%;
  margin-top: -100px;
}

.top_hotspring_btm_wrap .top_hotspring_btm_txt {
  width: 48%;
  padding-top: 60px;
}

.top_hotspring_btm_wrap .top_hotspring_btm_txt .h_ttl {
  margin-bottom: 30px;
}

.top_hotspring_btm_wrap .top_hotspring_btm_txt>p {
  margin-bottom: 30px;
}

/*--------------------
news
--------------------*/
.news_list {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
}

.news_list li {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fafafa;
}

.news_list li span {
  display: inline-block;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid #2C3930;
  font-size: 0.75rem;
  color: #2C3930;
  line-height: 1;
}

.news_detail {
  background: #fdfeff;
  padding: 40px;
  border-radius: 20px;
}

.post_date {
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1;
  background: #2C3930;
  color: #fdfeff;
}

.news_ttl {
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  border-bottom: 1px solid #2C3930;
}

/*--------------------
dog
--------------------*/
.dog_top {
  width: 100%;
  max-width: 720px;
  font-size: 1.125rem;
}

.dog_top p {
  font-weight: 600;
  line-height: 2.6;
}

.dog_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.dog_wrap.reverse {
  flex-direction: row-reverse;
}

.dog_wrap figure {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.dog_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dog_wrap .txt {
  width: 48%;
}

.dog_wrap .txt p {
  font-weight: 600;
}

.dog_rule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.dog_rule figure {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.dog_rule figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dog_rule .txt {
  width: 48%;
}

.dog_rule .txt p {
  font-weight: 600;
}

/*--------------------
room
--------------------*/
.room_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.page_room_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 40px;
}

.page_room_wrap>figure {
  width: 40%;
  margin-top: -120px;
}

.page_room_wrap>figure img {
  border-radius: 20px;
  height: 300px;
    object-fit: cover;
}

.page_room_wrap .room_wrap_txt {
  width: 60%;
  padding: 60px;
}

.page_room_wrap .room_wrap_txt h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2C3930;
  font-weight: 600;
}

.page_roombtm_wrap {
  margin-bottom: 50px;
}

.page_roombtm_wrap h2 {
  margin-bottom: 30px;
}

.page_roombtm_wrap>p {
  margin-bottom: 30px;
}

.page_roombtm_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}

.page_roombtm_wrap ul li {
  width: 31%;
  margin-bottom: 2rem;
}

.page_roombtm_wrap ul li img {
  border-radius: 20px;
}

.entry_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: space-between;
}

.entry_wrap figure {
  width: 48%;
}

.entry_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.entry_wrap .entry_content {
  width: 100%;
}

.entry_wrap .entry_content .room_details {
  width: 100%;
}

.entry_wrap .entry_content .room_details th,
.entry_wrap .entry_content .room_details td {
  padding: 1rem;
  vertical-align: middle;
  border: 1px solid #eee;
}

.entry_wrap .entry_content .room_details th {
  width: 25%;
  background: #2C3930;
  color: #fdfeff;
}

.entry_wrap .entry_content .room_details td {
  background: #fdfeff;
}

.spa_details {
  width: 100%;
}

.spa_details th,
.spa_details td {
  padding: 1rem;
  vertical-align: middle;
  border: 1px solid #eee;
}

.spa_details th {
  width: 25%;
  background: #2C3930;
  color: #fdfeff;
}

.spa_details td {
  background: #fdfeff;
}

.circle_anim {
  clip-path: circle(0% at 50% 50%);
}

.circle_anim.on {
  animation: forwards circleAnim 0.8s ease-in-out;
}

@keyframes circleAnim {
  0% {
    clip-path: circle(0% at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
  }
}

/* 追記 */
#room h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#room p.p_menu {
  font-size: 14px;
  color: #555;
}
#room .box {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}
#room .txt {
  width: 55%;
  margin: 0 auto;
  padding-left: 20px;
}
#room .txt p.type {
  background: #f6f6f6;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 20px;
}
#room .txt table {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  width: 100%;
}

#room .txt table th{
  font-size: 16px;
  padding: 16px 25px;
  border-bottom: 1px dotted #fff;
  width: 25%;
  text-align: left;
}
#room .txt table td {
  width: 75%;
  font-size: 15px;
  padding: 15px 25px;
  line-height: 1.5;
}
#room .txt table td {
  border-bottom: 1px dotted #fff;
}
#room .txt p.txt_area {
  padding: 16px 25px;
}
#room .txt_width table th {
  border-bottom: 1px dotted #ccc;
}
.bk_white {
  background: #fff;
}
.rm_slide {
  width: 40%;
}
.rm_slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}


/*--------------------
meal
--------------------*/
.meal_box {
  margin-bottom: 40px;
}

.meal_box .meal_ttl {
  font-size: 1.5rem;
  padding: 40px 0;
  text-align: center;
}

.meal_box .meal_detail_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.meal_box .meal_detail_wrap figure {
  width: 50%;
}

.meal_box .meal_detail_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.meal_box .meal_detail_wrap .txt {
  width: 50%;
  padding: 40px;
}

.meal_box .meal_detail_wrap .meal_sub_ttl {
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.meal_box .meal_detail_wrap .meal_sub_ttl::after {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background: #5CA297;
  margin-left: 10px;
}

.meal_box .meal_detail_wrap .meal_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.meal_box .meal_detail_wrap .meal_list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #5CA297;
  border-radius: 50%;
  margin-right: 5px;
}

.meal_box:nth-of-type(odd) .meal_detail_wrap {
  flex-direction: row-reverse;
}

/*--------------------
dam
--------------------*/
.dam_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.dam_wrap figure {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}

.dam_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dam_wrap .txt {
  width: 48%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}


/*--------------------
QA FAQ
--------------------*/

.qa_bk .container.bg_beige {
  padding: 50px;
  margin: 0 auto 80px;
}
.qa_bk h3 {
  padding: 20px;
  font-size: 22px;;
}
.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}
.qa_bk dt {
  padding-bottom: 20px;
  font-weight: bold;
}
.qa_bk dt span, .qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 14px;
  line-height: 1.6;
}
.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 30px;
  padding-right: 10px;
  color: #A27B5C;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 30px;
  padding-right: 10px;
  color: #555;
  position: absolute;
}
