@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Serif+JP:wght@200..900&display=swap");

body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  color: #333;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'> <defs> <pattern id='a' patternUnits='userSpaceOnUse' width='69.283' height='40' patternTransform='scale(2) rotate(0)'> <rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 1)' /> <path d='M46.189-20L57.736 0M46.189 20l11.547 20m-46.189 0l11.547 20M11.547 0l11.547 20m40.415 30H40.415M28.868 30H5.774m23.094-40H5.774m57.735 20H40.415m0 20L28.868 50m11.547-60L28.868 10m46.188 0L63.509 30M5.774 10L-5.773 30m75.056 10H46.189L34.64 20 46.19 0h23.094C73.13 6.667 76.98 13.333 80.83 20zM57.736 60H34.64L23.094 40l11.547-20h23.095c3.848 6.667 7.698 13.333 11.547 20L57.736 60zm0-40H34.64L23.094 0l11.547-20h23.095L69.283 0c-3.87 6.7-8.118 14.06-11.547 20zM34.64 60H11.547L0 40l11.547-20h23.094L46.19 40 34.64 60zm0-40H11.547L0 0l11.547-20h23.094L46.19 0 34.64 20zM23.094 40H0l-5.773-10-5.774-10L0 0h23.094l11.547 20-11.547 20z' stroke-width='1' stroke='hsla(30, 100%, 99%, 1.00)' fill='none' /> </pattern> </defs> <rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)' /> </svg>");
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.svg_wrap {
  position: absolute;
  z-index: -9999;
}

a {
  text-decoration: none;
  color: #333;
}

a.a_link {
  text-decoration: underline;
  color: #9ebaa2;
}

img {
  max-width: 100%;
}

.eng {
  font-family: "Josefin Sans", sans-serif;
}

.tcenter {
  text-align: center;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.link_btn a {
  display: inline-block;
  width: 200px;
  padding: 1rem 2rem;
  color: #8f8680;
  border: 1px solid #8f8680;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link_btn a svg {
  width: 1.5rem;
  height: 1rem;
  fill: #8f8680;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link_btn a:hover {
  background: #8f8680;
  color: #fcfdfe;
}

.link_btn a:hover svg {
  right: 1rem;
  fill: #fcfdfe;
}

.link_btn._white a {
  background: #fcfdfe;
  border: 0;
}

.link_btn._white a:hover {
  background: #8f8680;
}

.link_btn._white a:hover svg {
  right: 1rem;
  fill: #fcfdfe;
}

.gmap {
  position: relative;
  padding-top: 25%;
}

.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg_base {
  background: #9ebaa2;
}

.bg_white {
  background: #fcfdfe;
}

.bg_beige {
  background: #f3e9cf;
}

.bg_pattern {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'> <defs> <pattern id='a' patternUnits='userSpaceOnUse' width='30' height='30' patternTransform='scale(2) rotate(0)'> <rect x='0' y='0' width='100%' height='100%' fill='hsla(129, 15%, 73%, 1)' /> <path d='M0 0v9.375L5.625 15H15L0 0zm15 15h9.375L30 9.375V0L15 15z' stroke-width='1' stroke='none' fill='hsla(129, 16%, 72%, 1)' /> <path d='M15 15L0 30h9.375L15 24.375 20.625 30H30z' stroke-width='1' stroke='none' fill='hsla(129, 16%, 72%, 1)' /> </pattern> </defs> <rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)' /> </svg>");
}

.color_w {
  color: #fcfdfe;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}

.container2 {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}

.container3 {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0 0;
}

.container4 {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 0 0 100px;
}

.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: #9ebaa2;
}

.h_ttl {
  font-size: 32px;
  line-height: 1.2;
}

.h_ttl span {
  display: block;
  color: #9ebaa2;
  font-size: 1rem;
}

.h_ttl_sub {
  margin: 1rem 0;
  display: flex;
  align-items: center;
}

.h_ttl_sub::before {
  content: '';
  width: 5px;
  height: 1rem;
  background: #9ebaa2;
  margin-right: 10px;
  font-size: 1.25rem;
}

.vertical_ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.5rem;
  color: #fcfdfe;
}

.vertical_ttl span {
  display: block;
  color: #8f8680;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.m_text {
  font-size: 1.5rem;
}

#under {
  margin-top: 100px;
}

.page_ttl {
  position: relative;
}

.page_ttl figure {
  position: relative;
  height: 476px;
}

.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%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_ttl .ttl_wrap {
  padding: 0 calc((100% - 1280px) / 2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fcfdfe;
  font-size: 1.5rem;
}

.page_ttl .ttl_wrap span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4rem;
}

.page_ttl .ttl_wrap span::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #fcfdfe;
  margin-left: 2rem;
}

.breadcrumbs {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 calc((100% - 1280px) / 2);
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs ul li a {
  color: #fcfdfe;
}

.breadcrumbs ul li:nth-of-type(2) a {
  pointer-events: none;
}

.breadcrumbs ul li:not(:first-child) a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  margin: 0 0.5rem;
}

#under .news_detail img {
  height: 45%;
}

/*--------------------
header
--------------------*/
header {
  width: 100%;
  background: #fcfdfe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.h_nav {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo_wrap {
  height: 54px;
  margin: 0% 0.7%;
}

.logo_wrap img {
  height: 100%;
}

.nav_wrap {
  width: 1000px;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav_wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav_wrap nav ul li {
  padding: 10px;
}

.nav_wrap nav ul li a {
  font-weight: 600;
}

.nav_wrap nav .nav_reserve {
  display: none;
}

.nav_wrap .h_tel {
  text-align: center;
  margin: 0 1%;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fcfdfe;
  text-align: center;
  background: #9ebaa2;
}

.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,
.nav_insta-logo {
  display: none;
}

header .insta-logo {
  width: 2rem;
  margin: 16px 7px 16px 9px;
}

/*--------------------
footer
--------------------*/
.bg_reserve {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(158, 186, 162, 0.7)), to(rgba(158, 186, 162, 0.7))), url(../img/reseve_bg.jpg) no-repeat center/cover;
  background: linear-gradient(0deg, rgba(158, 186, 162, 0.7) 0%, rgba(158, 186, 162, 0.7) 100%), url(../img/reseve_bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

.f_reserve_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 0 40px;
  color: #fcfdfe;
}

.f_reserve_wrap .f_reserve_ttl {
  max-width: 440px;
  padding: 20px;
  font-size: 32px;
  line-height: 2;
}

.f_reserve_wrap .f_reserve_txt {
  max-width: 400px;
  padding: 20px;
  font-size: 18px;
  line-height: 2;
}

.f_reserve {
  text-align: center;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.f_reserve a {
  display: inline-block;
  width: 300px;
  padding: 1rem 2rem;
  background: #fcfdfe;
  color: #9ebaa2;
  font-weight: 600;
}

footer {
  background: #333;
  color: #fcfdfe;
}

footer a {
  color: #fcfdfe;
}

footer .f_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .f_wrap .f_logo {
  /* width: 25%; */
  text-align: center;
}

footer .f_wrap .f_logo p {
  margin-top: 1rem;
}

footer .f_wrap .f_logo p:nth-of-type(2) img {
  width: 180px;
}

footer .f_wrap .f_logo p:nth-of-type(4) {
  width: 18%;
  margin-top: 1.6rem;
}

footer .f_wrap .f_contact {
  width: 33%;
  padding: 0 2rem;
}

footer .f_wrap .f_contact .f_tel a {
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1rem;
}

footer .f_wrap .f_navi {
  width: 30%;
}

footer .f_wrap .f_navi ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .f_wrap .f_navi ul li {
  width: 48%;
  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;
}

#footer_sp {
  display: none;
}

/*--------------------
コンテンツ部分
--------------------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #333;
  text-align: center;
  color: #fcfdfe;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 260px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#mainvisual {
  width: 100%;
  height: calc(100vh - 100px);
  margin-top: 100px;
  position: relative;
}

#mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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%;
  -o-object-fit: cover;
  object-fit: cover;
}

#mainvisual .catch {
  width: 600px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  /* left: 50%; */
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

#mainvisual .catch h2 {
  color: #fcfdfe;
  font-size: 1.5rem;
  margin-top: 1rem;
}

#mainvisual .catch img {
  width: 300px;
}

.top_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_news .top_news_list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 #9ebaa2;
  font-size: 0.75rem;
  color: #9ebaa2;
  line-height: 1;
}

.top_dog_wrap {
  position: relative;
}

.top_dog_wrap figure {
  width: 100%;
}

.top_dog_wrap figure img {
  width: 100%;
  /* height: 100%; */
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.top_dog_wrap .top_dog_txt_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 1rem;
}

.top_dog_wrap .top_dog_txt_wrap .top_dog_ttl {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  margin-top: -180px;
}

.top_dog_wrap .top_dog_txt_wrap .top_dog_ttl span {
  display: inline-block;
  background: #fcfdfe;
  padding: 1rem 0.5rem;
  margin: 0 0.5rem;
  letter-spacing: 0.2rem;
}

.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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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%;
  height: 60vh;
  object-fit: cover;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_img figure:nth-of-type(2) {
  width: 25%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.top_contents_wrap .top_contents_main_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  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: #fcfdfe;
  color: #8f8680;
  -webkit-transition: 0.3s ease-in-out;
  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: #8f8680;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn a:hover {
  background: #8f8680;
  color: #fcfdfe;
}

.top_contents_wrap .top_contents_main_wrap .top_contents_ttl_wrap .top_link_btn a:hover svg {
  fill: #fcfdfe;
  left: calc(50% + 0.5rem);
}

.top_contents_wrap .top_contents_btm_wrap {
  width: 760px;
  max-width: 100%;
  margin: auto;
  padding: 60px 1rem;
  color: #fcfdfe;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.location_list.mb {
  margin-bottom: 40px;
}

.location_list li {
  width: 31%;
  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%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location_list li figure figcaption {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #fcfdfe;
  border-radius: 0 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_hotspring img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.top_hotspring_btm_wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 #9ebaa2;
  font-size: 0.75rem;
  color: #9ebaa2;
  line-height: 1;
}

.news_detail {
  background: #fcfdfe;
  padding: 40px;
  border-radius: 20px;
}

.post_date {
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1;
  background: #9ebaa2;
  color: #fcfdfe;
  margin-bottom: 1rem;
}

.news_title {
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #9ebaa2;
}

/*--------------------
dog
--------------------*/
.page_dog_wrap {
  position: relative;
  margin-bottom: 50px;
}

.page_dog_wrap .dog_wrap_img {
  width: 65%;
}

.page_dog_wrap .dog_wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.page_dog_wrap .dog_wrap_txt {
  width: 45%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2;
  border-radius: 20px;
}

.page_dog_wrap .dog_wrap_txt h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #8f8680;
  font-weight: 600;
}

.page_dogbtm_wrap>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.page_dogbtm_wrap>ul>li:last-of-type {
  margin-bottom: 0;
}

.page_dogbtm_wrap>ul>li figure {
  width: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page_dogbtm_wrap>ul>li figure p:nth-of-type(1) {
  margin-left: auto;
}

.page_dogbtm_wrap>ul>li figure p:nth-of-type(2) {
  width: 60%;
  margin-top: -80px;
}

.page_dogbtm_wrap>ul>li figure img {
  border-radius: 20px;
}

.page_dogbtm_wrap>ul>li .txt {
  width: 55%;
  padding-right: 80px;
}

.page_dogbtm_wrap>ul>li .txt h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.dog_amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.dog_amenities li {
  width: 49%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.dog_amenities li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #9ebaa2;
  border-radius: 50%;
  margin-right: 5px;
}

/*--------------------
IORI2
--------------------*/
.page_iori2_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.reverse {
  flex-direction: row-reverse;
}

.page_iori2_wrap .iori2_wrap_img {
  width: 65%;
}

.page_iori2_wrap .iori2_wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.page_iori2_wrap .iori2_wrap_txt {
  width: 45%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2;
  border-radius: 20px;
}

.page_iori2_wrap .iori2_wrap_txt_reverse {
  width: 45%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2;
  border-radius: 20px;
}

.page_iori2_wrap .iori2_wrap_txt h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #8f8680;
  font-weight: 600;
}

.page_iori2_wrap .iori2_wrap_txt_reverse h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #8f8680;
  font-weight: 600;
}

.page_iori2btm_wrap>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.page_iori2btm_wrap>ul>li:last-of-type {
  margin-bottom: 0;
}

.page_iori2btm_wrap>ul>li figure {
  width: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page_iori2btm_wrap>ul>li figure p:nth-of-type(1) {
  margin-left: auto;
}

.page_iori2btm_wrap>ul>li figure p:nth-of-type(2) {
  width: 60%;
  margin-top: -80px;
}

.page_iori2btm_wrap>ul>li figure img {
  border-radius: 20px;
}

.page_iori2btm_wrap>ul>li .txt {
  width: 55%;
  padding-right: 80px;
}

.page_iori2btm_wrap>ul>li .txt h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.iori2_amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.iori2_amenities li {
  width: 49%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.iori2_amenities li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #9ebaa2;
  border-radius: 50%;
  margin-right: 5px;
}

/*--------------------
room
--------------------*/
.room_main_img img {
  width: 100%;
  /* height: 100%; */
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.page_room_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

.page_room_wrap .room_wrap_txt {
  width: 60%;
  padding: 60px;
}

.page_room_wrap .room_wrap_txt h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #9ebaa2;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_roombtm_wrap ul li {
  width: 31%;
  margin-bottom: 2rem;
}

.page_roombtm_wrap ul li img {
  border-radius: 20px;
}

.room_detail_wrap {
  margin-top: 60px;
}

.entry_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry_wrap figure {
  width: 48%;
}

.entry_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.entry_wrap .entry_content {
  width: 48%;
}

.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: #9ebaa2;
  color: #fcfdfe;
}

.entry_wrap .entry_content .room_details td {
  background: #fcfdfe;
}

.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: #9ebaa2;
  color: #fcfdfe;
}

.spa_details td {
  background: #fcfdfe;
}

.entry_content>figure {
  text-align: center;
  margin-bottom: 20px;
}

.entry_content .spa_details {
  margin-top: 20px;
}

.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;
  align-items: center;
  justify-content: space-between;
}

.meal_box:nth-of-type(odd) .meal_detail_wrap {
  flex-direction: row-reverse;
}

.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;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.meal_box .meal_detail_wrap .meal_sub_ttl::after {
  content: '';
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background: #9ebaa2;
  margin-left: 10px;
}

.meal_box .meal_detail_wrap .meal_list li {
  display: flex;
  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: #9ebaa2;
  border-radius: 50%;
  margin-right: 5px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pdf {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #9ebaa2;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.pdf:hover {
  background: #8f8680;
}

.pdf::before {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  content: '\f1c1';
  margin-right: 5px;
  color: #fff;
}

/*リゾグラ*/
/*#rg-group {
  background: #FFFFFF;
  padding: 80px 200px 40px;
}*/
.rg_group {
  width: 80%;
  margin: 100px auto !important;
}

.rg_group h2 {
  text-align: center !important;
  font-size: 1.6rem !important;
  margin-bottom: 30px !important;
  color: #222 !important;
  line-height: 2 !important;
  font-weight: 500 !important;
}

.rg_group h2 span {
  color: #fff;
  font-size: 16px;
}

.rg_group h4 {
  color: #0E0E0E;
}

.rg_group .box {
  display: flex;
  flex-direction: column;
}

.rg_group .box ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
}

@media screen and (max-width:896px) {
  .rg_group h2 {
    text-align: center !important;
    font-size: 1.2rem !important;
    margin-bottom: 30px !important;
    color: #222 !important;
    line-height: 2 !important;
    font-weight: 500 !important;
  }

  .rg_group .box ul {
    flex-direction: column;
  }
}

.rg_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
}

.rg_group .box li {
  display: flex;
  margin-bottom: 32px;
  margin-left: 8px;
  width: 32%;
}

@media screen and (max-width:896px) {
  .rg_group .box li {
    width: 96%;
  }
}

.rg_group .box li img {
  width: 65px;
  height: 45px;
  object-fit: cover;
}

.rg_group .box li .txt {
  padding: 5px 0 0 10px;
  width: 96%;
}

.rg_group .box li .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #fff;
}

.rg_group .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.rg_group .rg_details {
  display: flex
}

@media screen and (max-width:896px) {
  .rg_group .rg_details {
    flex-direction: column;
  }
}

.rg_group .rg_details dl {
  float: left;
  padding-right: 3%;
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details dl {
    width: 96%;
    margin: 0 auto;
  }
}

.rg_group .rg_details dl:last-child {
  padding-right: 0;
}

.rg_group .rg_details dt {
  height: 3.6em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 16px;
  text-decoration-line: underline;
  color: #484848;
}

.rg_group .rg_details dd {
  color: #484848;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details dt {
    text-align: left;
  }
}

.rg_group .rg_details dd {
  margin-left: 0px;
}

footer {
  text-align: right;
  padding: 80px 10px 0;
  background-color: #222;
  background-image: url("img/top/backimg/chalkboard-black-pattern-01.jpg");
  background-position: top;
  background-size: cover;
}

footer .f_menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

@media screen and (max-width:896px) {
  footer {
    text-align: center;
    padding: 68px 0 68px;
  }

  footer .f_menu {
    flex-direction: column;
  }
}

/*インスタ*/
.top_insta {
  padding: 55px 8%;
  background: #EEF4F4;
}

@media screen and (max-width:896px) {
  .top_insta {
    padding: 10% 3%;
  }
}

.top_insta p {
  text-align: center;
}

.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.insta_container {
  margin: 0 auto;
}

h2.color {
  font-size: 2.0rem;
  line-height: 1.4;
  color: #333;
  text-align: center;
}

span.en {
  letter-spacing: 0.1em;
  font-family: 'Yu Gothic UI', "游ゴシック", YuGothic, "ヒラギノゴシック Pro W3", "Hiragino Gothic Pro", "HGゴシックE", "MS Pゴシック", "MS ゴシック", sans-serif;
  font-weight: normal;
  font-size: 1.0rem;
  color: #D9D0C7;
}

span.en2 {
  letter-spacing: 0.1em;
  font-family: 'Yu Gothic UI', "游ゴシック", YuGothic, "ヒラギノゴシック Pro W3", "Hiragino Gothic Pro", "HGゴシックE", "MS Pゴシック", "MS ゴシック", sans-serif;
  font-weight: normal;
  font-size: 1.0rem;
  color: #C9CDC7;
}

/*QA*/
.faqlist h4 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 100px;
}

.faqlist h4::after {
  content: '';
  display: block;
  width: calc(100% - 300px);
  height: 1px;
  background: #9ebaa2;
  margin-left: 10px;
}

.faqlist ul li {
  margin-left: 30px;
  position: relative;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.faqlist ul li:last-child {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.faqlist ul li.question::before {
  content: "Q";
  display: inline-block;
  font-size: 2rem;
  padding-right: 10px;
  color: #9ebaa2;
  position: absolute;
  left: -17px;
  top: -3px;
}

.faqlist ul li.answer::before {
  content: "A";
  display: inline-block;
  font-size: 2.2rem;
  padding-right: 10px;
  color: #999999;
  position: absolute;
  left: -17px;
  top: -3px;
}

.accordion {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.accordion-item {}

.accordion input {
  display: none;
}

.accordion-label {
  position: relative;
  display: flex;
  justify-content: center;
  /* 中央寄せ */
  align-items: center;
  padding: 2rem;
  cursor: pointer;
  background: #9ebaa2;
  color: #fcfdfe;
}

.accordion-label .label-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.accordion-label::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.accordion input:checked+.accordion-label::after {
  content: '−';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
  background: #fff;
}

.accordion input:checked~.accordion-content {
  max-height: 500px;
  padding: 1rem;
}

.facility_wrap .facility_content {
  width: 100%;
}

.facility_wrap .facility_content .room_details {
  width: 100%;
}

.facility_wrap .facility_content .room_details th,
.facility_wrap .facility_content .room_details td {
  padding: 1rem;
  vertical-align: middle;
  border: 1px solid #eee;
}

.facility_wrap .facility_content .room_details th {
  width: 25%;
  background: #9ebaa2;
  color: #fcfdfe;
}

.facility_wrap .facility_content .room_details td {
  background: #fcfdfe;
}