@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  padding-top: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-height: 700px) {
  body {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b39268;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
.stay_list,
.guide_list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
}

.stay_item,
.guide_item {
  display: flex;
  align-items: stretch;
  height: 40rem;
  overflow: hidden;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
}
@media screen and (max-width: 991px) {
  .stay_item,
  .guide_item {
    flex-direction: column;
    height: auto;
  }
}
.stay_item.reverse,
.guide_item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .stay_item.reverse,
  .guide_item.reverse {
    flex-direction: column;
  }
}
.stay_item-img,
.guide_item-img {
  position: relative;
  width: 50%;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .stay_item-img,
  .guide_item-img {
    width: 100%;
  }
}
.stay_item-img img,
.guide_item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .stay_item-img img,
  .guide_item-img img {
    height: 30rem;
  }
}
.stay_item-img.is-crop img,
.guide_item-img.is-crop img {
  position: absolute;
  top: -38.26%;
  left: -9.57%;
  width: 119.14%;
  max-width: none;
  height: 176.52%;
  object-fit: unset;
}
.stay_item-body,
.guide_item-body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 3.2rem 4.8rem;
}
@media screen and (max-width: 991px) {
  .stay_item-body,
  .guide_item-body {
    padding: 3.2rem;
  }
}
.stay_item-en,
.guide_item-en {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #b39268;
}
.stay_item-title,
.guide_item-title {
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  color: #333;
}
.stay_item-text,
.guide_item-text {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  color: #333;
}

.btn {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding: 1.6rem 3.2rem;
  background: #fff;
  border: 0.1rem solid #b39268;
  border-radius: 4rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #b39268;
}
.btn i {
  font-size: 1.3rem;
}
@media (hover: hover) {
  .btn:hover {
    background: #b39268;
    color: #fff;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10rem;
  padding: 0 3rem;
  background: #fff;
  transition: box-shadow 0.3s;
}
@media screen and (max-height: 700px) {
  header {
    height: 7rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
header.scroll {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.08);
}
header .logo img {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  header .logo img {
    width: 18rem;
  }
}
header .header_right {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .header_right {
    gap: 1.6rem;
  }
}
header nav {
  height: 100%;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    position: fixed;
    top: 7rem;
    right: 0;
    overflow-y: auto;
    width: 30rem;
    height: calc(100vh - 7rem);
    padding: 3rem 2rem;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s;
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  header nav.open {
    transform: translateX(0);
  }
}
header nav .nav_list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header nav .nav_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    height: fit-content;
    width: 100%;
  }
}
header nav .nav_list-item {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header nav .nav_list-item {
    width: 100%;
    flex-direction: column;
  }
}
header nav .nav_list-item > a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav .nav_list-item > a {
    width: 100%;
  }
}
header nav .nav_list-item > a.active {
  color: #b39268;
}
@media (hover: hover) {
  header nav .nav_list-item:hover > a {
    color: #b39268;
  }
}
header nav .nav_list-item.has-child > span {
  position: relative;
  display: block;
}
@media screen and (max-width: 1199px) {
  header nav .nav_list-item.has-child > span {
    width: 100%;
    cursor: pointer;
  }
}
header nav .nav_list-item.has-child > span i {
  font-size: 1.4rem;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav .nav_list-item.has-child > span i {
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
header nav .nav_list-item.has-child > span.active {
  color: #b39268;
}
@media (hover: hover) {
  header nav .nav_list-item.has-child:hover span {
    color: #b39268;
  }
  header nav .nav_list-item.has-child:hover span i {
    transform: translate(-50%, 5px);
  }
}
@media screen and (hover: hover) and (max-width: 1199px) {
  header nav .nav_list-item.has-child:hover span i {
    transform: rotate(180deg) translateY(50%);
  }
}
@media screen and (max-width: 1199px) {
  header nav .nav_list-item.has-child.is-open > span {
    color: #b39268;
  }
  header nav .nav_list-item.has-child.is-open > span i {
    transform: rotate(180deg) translateY(50%);
  }
}
header nav .nav_child {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
  top: calc(100% - 1.3rem);
  left: 50%;
  z-index: 10;
  width: max-content;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(5px);
}
@media screen and (max-width: 1199px) {
  header nav .nav_child {
    opacity: 1;
    pointer-events: all;
    padding-left: 1.6rem;
    margin-top: 1rem;
    display: none;
    transition: 0s;
    position: static;
    transform: translate(0);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
  }
}
header nav .nav_child li {
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_child li:first-child {
    margin-top: 0;
  }
}
header nav .nav_child li a {
  padding: 1.5rem;
  display: block;
  border-bottom: 1px dashed #b39268;
  transition: 0.3s;
}
@media (hover: hover) {
  header nav .nav_child li a:hover {
    color: #b39268;
  }
}
header nav .nav_child li a.active {
  color: #b39268;
}
header nav .nav_child li:last-of-type a {
  border-bottom: 0;
}
@media (hover: hover) {
  header nav .has-child:hover .nav_child {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (hover: hover) and (max-width: 1199px) {
  header nav .has-child:hover .nav_child {
    transform: translate(0);
  }
}
header .header_tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  header .header_tel {
    display: none;
  }
}
header .header_tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #b39268;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.6rem;
}
header .header_tel span[data-action=call] {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #333;
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

main {
  overflow: hidden;
}

footer {
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 3rem;
  }
}
footer .cta_list {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  footer .cta_list {
    flex-direction: column;
  }
}
footer .cta_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 6.4rem 0.8rem;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(90deg, #b39268 0%, #b7a180 57.7%, #e5d2b0 100%);
  border-radius: 0.8rem;
}
@media screen and (max-width: 991px) {
  footer .cta_item {
    width: 100%;
  }
}
footer .cta_item-bg {
  position: absolute;
  top: -4.2rem;
  left: -27.7rem;
  width: 50.4rem;
  height: 49rem;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
}
footer .cta_item-en {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  color: #fff;
}
footer .cta_item-title {
  position: relative;
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.16rem;
  color: #fff;
}
footer .cta_item-text {
  position: relative;
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .cta_item-text {
    font-size: 1.35rem;
  }
}
footer .cta_item-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  height: 4.8rem;
  padding: 0 2.4rem;
  margin-top: 2.4rem;
  background: #fff;
  border: 0.1rem solid #b39268;
  border-radius: 4rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #b39268;
  transition: 0.4s;
}
footer .cta_item-btn .tel_num {
  font-size: 2.4rem;
}
footer .cta_item-btn-icon {
  font-size: 1.8rem;
}
footer .cta_item-btn .fa-arrow-right {
  font-size: 1.3rem;
}
@media (hover: hover) {
  footer .cta_item-btn.outline:hover {
    background: #b39268;
    color: #fff;
  }
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1199px) {
  footer .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
@media (hover: hover) {
  footer .footer_inner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer_left .footer_logo {
    margin: 0 auto;
    text-align: center;
  }
}
footer .footer_left .footer_logo img {
  width: 26.7rem;
}
footer .footer_left .footer_address {
  margin-top: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  color: #333;
}
@media screen and (max-width: 1199px) {
  footer .footer_left .footer_address {
    margin-top: 3.2rem;
    text-align: center;
  }
}
footer .footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer .footer_right {
    align-items: flex-start;
  }
}
footer .footer_nav {
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: none;
  }
}
footer .footer_nav-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075rem;
  color: #333;
}
footer .footer_nav-item > a {
  display: block;
}
footer .footer_nav-item ul {
  padding-left: 0.8rem;
  margin-top: 0.8rem;
}
footer .footer_nav-item ul li {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.065rem;
}
footer .footer_copy {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  color: #333;
}
@media screen and (max-width: 1199px) {
  footer .footer_copy {
    text-align: center;
    margin-top: 4.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .footer_copy {
    margin-top: 1.6rem;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 90;
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: #b39268;
  border-radius: 5rem;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 0.8;
  }
}

#top .mv img {
  display: block;
  width: 100%;
  height: calc(100vh - 10rem);
  object-fit: cover;
}
@media screen and (max-height: 700px) {
  #top .mv img {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-height: 650px) {
  #top .mv img {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  #top .mv img {
    height: auto;
  }
}
@media screen and (max-width: 574px) {
  #top .mv img {
    aspect-ratio: 125/182;
  }
}
#top .mv img.left {
  object-position: left bottom;
}
@media screen and (max-width: 574px) {
  #top .mv img.left {
    object-position: left bottom;
  }
}
#top .mv img.right {
  object-position: 80% bottom;
}
@media screen and (max-width: 574px) {
  #top .mv img.right {
    object-position: 20% bottom;
  }
}
@media screen and (max-width: 767px) {
  #top .mv img.pc {
    display: none;
  }
}
#top .mv img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #top .mv img.sp {
    display: block;
  }
}
#top .section_head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#top .section_head-en {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #333;
}
@media screen and (max-width: 767px) {
  #top .section_head-en {
    font-size: 3rem;
  }
}
#top .section_head-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #b39268;
}
#top .about {
  padding: 0 1.6rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #top .about {
    margin-top: 8rem;
  }
}
#top .about_inner {
  position: relative;
  padding: 6.4rem 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.3rem 0.9rem rgba(192, 178, 167, 0.15);
}
@media screen and (max-width: 1199px) {
  #top .about_inner {
    padding: 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .about_inner {
    padding: 4rem 0;
  }
}
#top .about_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../images/top/about_texture.jpg) no-repeat center/cover;
  opacity: 0.2;
}
#top .about_main {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6.4rem;
  padding-left: 6.4rem;
}
@media screen and (max-width: 1199px) {
  #top .about_main {
    padding: 0 2.4rem 0 3.2rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_main {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 2.4rem;
  }
}
#top .about_label {
  flex-shrink: 0;
  width: 2.9rem;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #b39268;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #top .about_label {
    width: auto;
    writing-mode: horizontal-tb;
  }
}
#top .about_content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-left: 6.4rem;
  border-left: 0.1rem solid #e0e0e0;
}
@media screen and (max-width: 1199px) {
  #top .about_content {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_content {
    padding-left: 0;
    border-left: 0;
  }
}
#top .about_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #top .about_title {
    font-size: 2rem;
    line-height: 1.7;
  }
}
#top .about_text p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #353535;
}
#top .about_text p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 574px) {
  #top .about_text p br {
    display: none;
  }
}
#top .about_signature {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #424242;
}
#top .about_signature-dot {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: #b39268;
  border-radius: 0.8rem;
}
#top .deco_bg {
  position: relative;
  padding: 12rem 0;
  margin-top: 14rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fffbf5 0%, #fffbf5 31%, #f9f2e8 62.5%, #f9f2e8 100%);
}
@media screen and (max-width: 767px) {
  #top .deco_bg {
    padding: 6rem 0;
    margin-top: 8rem;
  }
}
#top .deco_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../images/top/bg_deco.svg) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.16;
}
#top .deco_bg > section {
  position: relative;
  z-index: 1;
}
#top .deco_bg > section + section {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #top .deco_bg > section + section {
    margin-top: 8rem;
  }
}
#top .reason_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 991px) {
  #top .reason_list {
    justify-content: center;
  }
}
#top .reason_item {
  position: relative;
  width: calc((100% - 7.2rem) / 4);
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
}
@media screen and (max-width: 1199px) {
  #top .reason_item {
    width: calc((100% - 2.4rem) / 2);
    display: flex;
  }
}
@media screen and (max-width: 574px) {
  #top .reason_item {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #top .reason_item-img {
    width: 40%;
  }
}
#top .reason_item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .reason_item-body {
  padding: 2.4rem 0.8rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #top .reason_item-body {
    flex: 1;
    text-align: left;
    padding: 1.6rem;
  }
}
#top .reason_item-title {
  position: relative;
  padding-bottom: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #333;
}
@media screen and (max-width: 1400px) {
  #top .reason_item-title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
#top .reason_item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4rem;
  height: 0.2rem;
  background: #b39268;
  border-radius: 0.3rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #top .reason_item-title::after {
    left: 0;
    transform: translate(0);
  }
}
#top .reason_item-text {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07rem;
  color: #333;
}
@media screen and (max-width: 991px) {
  #top .reason_item-text br {
    display: none;
  }
}
#top .reason_item-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 4rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #b39268;
}
@media screen and (max-width: 1199px) {
  #top .reason_item-num {
    font-size: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
#top .access {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #top .access {
    padding: 10rem 0 6rem;
  }
}
#top .access_inner {
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 991px) {
  #top .access_inner {
    flex-direction: column;
  }
}
#top .access_map {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
}
#top .access_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #top .access_map iframe {
    aspect-ratio: 3/2;
  }
}
#top .access_body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}
#top .access_box {
  padding: 2.4rem;
  background: #fefaf4;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.2rem rgba(94, 85, 74, 0.05);
}
#top .access_box-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #b39268;
}
#top .access_box-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #b39268;
  border-radius: 1rem;
}
#top .access_box-text {
  margin-top: 1.6rem;
}
#top .access_box-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  color: #333;
}
#top .access_box-text p + p {
  margin-top: 1.6rem;
}
#top .access_box-text .small {
  font-size: 1.4rem;
}
#top .access_box-caution {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  color: #804949;
}

.page_head {
  position: relative;
  padding: 9rem 0;
  overflow: hidden;
  background: #b39268;
}
@media screen and (max-width: 767px) {
  .page_head {
    padding: 8.5rem 0;
  }
}
.page_head-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(179, 146, 104, 0.88) 0%, rgba(183, 161, 128, 0.8) 57.7%, rgba(229, 210, 176, 0.66) 100%);
}
.page_head-en {
  position: relative;
  z-index: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.page_head-title {
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 0.17rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_head-title {
    font-size: 2.4rem;
  }
}

.sec_head-en {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.21rem;
  text-transform: uppercase;
  color: #b39268;
}
.sec_head-title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.13rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .sec_head-title {
    gap: 1.6rem;
    font-size: 2.4rem;
  }
}
.sec_head-title::after {
  content: "";
  flex: 1 0 0;
  height: 0.1rem;
  background: #e0e0e0;
}

.sec_center {
  text-align: center;
}
.sec_center-en {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.21rem;
  text-transform: uppercase;
  color: #b39268;
}
.sec_center-title {
  position: relative;
  padding-bottom: 2rem;
  margin-top: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .sec_center-title {
    padding-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}
.sec_center-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.8rem;
  height: 0.2rem;
  background: #b39268;
  border-radius: 0.3rem;
  transform: translateX(-50%);
}

.tbl_wrap {
  margin-top: 2.4rem;
  overflow-x: auto;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(124, 102, 80, 0.12);
}
.tbl {
  width: 100%;
  min-width: 56rem;
  margin: 0;
  border-collapse: collapse;
}
.tbl th, .tbl td {
  padding: 1.8rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  vertical-align: middle;
  border-bottom: 0.1rem solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .tbl th, .tbl td {
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
  }
}
.tbl tr:last-child th, .tbl tr:last-child td {
  border-bottom: 0;
}
.tbl thead tr {
  background: linear-gradient(90deg, #b39268 0%, #b7a180 57.7%, #e5d2b0 100%);
}
.tbl thead th {
  background: transparent;
  border-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-align: center;
  color: #fff;
}
.tbl thead th .small {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.tbl.matrix {
  text-align: center;
}
.tbl.matrix tbody th {
  width: 16rem;
  background: #fffbf5;
  border-right: 0.1rem solid #e0e0e0;
  font-weight: 600;
  color: #424242;
}
.tbl.matrix tbody td {
  color: #353535;
}
.tbl.matrix tbody td + td {
  border-left: 0.1rem solid #f9f2e8;
}
@media screen and (max-width: 767px) {
  .tbl.pivot4, .tbl.pivot3 {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
  .tbl.pivot4 thead,
  .tbl.pivot4 tbody,
  .tbl.pivot4 tr, .tbl.pivot3 thead,
  .tbl.pivot3 tbody,
  .tbl.pivot3 tr {
    display: contents;
  }
  .tbl.pivot4 th,
  .tbl.pivot4 td, .tbl.pivot3 th,
  .tbl.pivot3 td {
    width: auto;
    padding: 1.4rem 1.6rem;
    text-align: left;
    border-bottom: 0.1rem solid #e0e0e0;
  }
  .tbl.pivot4 th, .tbl.pivot3 th {
    background: linear-gradient(90deg, #b39268 0%, #b7a180 57.7%, #e5d2b0 100%);
    border-right: 0;
    font-weight: 600;
    color: #fff;
  }
  .tbl.pivot4 td, .tbl.pivot3 td {
    border-left: 0;
    color: #353535;
  }
}
@media screen and (max-width: 767px) {
  .tbl.pivot4 {
    grid-template-rows: repeat(4, auto);
  }
  .tbl.pivot4 th:nth-child(4),
  .tbl.pivot4 td:nth-child(8) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl.pivot3 {
    grid-template-rows: repeat(3, auto);
  }
  .tbl.pivot3 th:nth-child(3),
  .tbl.pivot3 td:nth-child(6) {
    border-bottom: 0;
  }
}
.tbl.def {
  min-width: 0;
}
.tbl.def th {
  width: 18rem;
  background: linear-gradient(90deg, #b39268 0%, #b7a180 57.7%, #e5d2b0 100%);
  border-right: 0;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tbl.def th {
    width: 12rem;
  }
}
.tbl.def td {
  color: #353535;
}

.small {
  font-size: 1.4rem;
  font-weight: 500;
}

#room .room_wifi {
  padding: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  #room .room_wifi {
    padding: 4.4rem 0 0;
  }
}
#room .room_wifi-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #room .room_wifi-text {
    flex-direction: column;
    gap: 0.8rem;
    font-size: 1.55rem;
  }
}
#room .room_wifi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: linear-gradient(135deg, #b39268 0%, #e5d2b0 100%);
  border-radius: 50%;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #room .room_wifi-icon {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
}
#room .room_type {
  padding: 4.8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #room .room_type {
    padding: 3.2rem 0 5rem;
  }
}
#room .room_type-list {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #room .room_type-list {
    flex-direction: column;
    gap: 2rem;
  }
}
#room .room_type-item {
  width: calc((100% - 4.8rem) / 3);
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #room .room_type-item {
    width: 100%;
  }
}
#room .room_type-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#room .room_type-item-title {
  padding: 2rem 1.6rem 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  color: #424242;
}
#room .room_type-item-title .small {
  display: block;
  margin-top: 0.4rem;
  color: #353535;
}
#room .room_type-key {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 3.2rem;
  margin-top: 4rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
}
@media screen and (max-width: 767px) {
  #room .room_type-key {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem;
    margin-top: 3.2rem;
  }
}
#room .room_type-key-img {
  flex-shrink: 0;
  width: 24rem;
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  #room .room_type-key-img {
    width: 100%;
  }
}
#room .room_type-key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#room .room_type-key-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #room .room_type-key-title {
    font-size: 1.8rem;
  }
}
#room .room_type-key-dot {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: #b39268;
  border-radius: 1rem;
}
#room .room_type-key-text {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #353535;
}
#room .room_price {
  padding: 10rem 0;
  background: #fffbf5;
}
@media screen and (max-width: 767px) {
  #room .room_price {
    padding: 5rem 0;
  }
}
#room .room_price-caution {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #804949;
}
#room .room_amenity {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #room .room_amenity {
    padding: 5rem 0;
  }
}
#room .room_amenity-lead {
  margin-top: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.9;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #room .room_amenity-lead {
    margin-top: 2.4rem;
    font-size: 1.45rem;
  }
}
#room .room_amenity-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 991px) {
  #room .room_amenity-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #room .room_amenity-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }
}
@media screen and (max-width: 574px) {
  #room .room_amenity-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#room .room_amenity-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.6rem;
  background: #fff;
  border: 0.1rem solid #f9f2e8;
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.6rem rgba(124, 102, 80, 0.08);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #room .room_amenity-list li {
    padding: 1.2rem;
    gap: 0.8rem;
  }
}
#room .room_amenity-list li i {
  flex-shrink: 0;
  font-size: 1.6rem;
  color: #b39268;
}
#room .room_amenity-caution {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #804949;
}
#room .room_rule {
  padding: 10rem 0;
  background: #fffbf5;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #room .room_rule {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }
}
#room .room_rule .sec_head:not(:first-child) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #room .room_rule .sec_head:not(:first-child) {
    margin-top: 4rem;
  }
}
#room .room_rule .tbl.col3 tbody th {
  background: linear-gradient(90deg, #b39268 0%, #b7a180 57.7%, #e5d2b0 100%);
  border-right: 0;
  text-align: center;
  color: #fff;
}
#room .room_rule .tbl.col3 tbody td {
  text-align: left;
}
#room .room_rule .tbl.col3 tbody td:nth-child(2) {
  width: 18rem;
  text-align: center;
}

#equipment .equip_facility {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #equipment .equip_facility {
    padding: 5rem 0 4rem;
  }
}
#equipment .equip_facility-lead {
  margin-top: 3.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #353535;
}
@media screen and (max-width: 767px) {
  #equipment .equip_facility-lead {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
#equipment .equip_facility-list {
  display: flex;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #equipment .equip_facility-list {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3.2rem;
  }
}
#equipment .equip_facility-item {
  width: calc((100% - 4.8rem) / 3);
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #equipment .equip_facility-item {
    width: 100%;
  }
}
#equipment .equip_facility-item-img {
  aspect-ratio: 3/2;
}
#equipment .equip_facility-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_facility-item-title {
  padding: 1.8rem 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  color: #424242;
}
#equipment .equip_facility-box-row {
  display: flex;
  gap: 2.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #equipment .equip_facility-box-row {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
#equipment .equip_facility-box {
  width: 50%;
  padding: 3.2rem;
  background: #fefaf4;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.2rem rgba(94, 85, 74, 0.05);
}
@media screen and (max-width: 767px) {
  #equipment .equip_facility-box {
    width: 100%;
    padding: 2.4rem;
  }
}
#equipment .equip_facility-box-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #b39268;
}
#equipment .equip_facility-box-dot {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: #b39268;
  border-radius: 1rem;
}
#equipment .equip_facility-box-text {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
#equipment .equip_facility-box-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 1.4rem 2.8rem;
  background: #fff;
  border: 0.1rem solid #b39268;
  border-radius: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #b39268;
  transition: 0.3s;
}
#equipment .equip_facility-box-btn i {
  font-size: 1.2rem;
}
@media (hover: hover) {
  #equipment .equip_facility-box-btn:hover {
    background: #b39268;
    color: #fff;
  }
}
#equipment .equip_setsubi {
  padding: 8rem 0 10rem;
  background: #fffbf5;
}
@media screen and (max-width: 767px) {
  #equipment .equip_setsubi {
    padding: 5rem 0;
  }
}
#equipment .equip_setsubi-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #equipment .equip_setsubi-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #equipment .equip_setsubi-list {
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 450px) {
  #equipment .equip_setsubi-list {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_setsubi-item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
  text-align: center;
}
#equipment .equip_setsubi-item-img {
  aspect-ratio: 4/3;
}
#equipment .equip_setsubi-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_setsubi-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 1.8rem 1.2rem 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.08rem;
  color: #424242;
}
#equipment .equip_setsubi-item-title:last-child {
  padding-bottom: 1.8rem;
}
#equipment .equip_setsubi-item-badge {
  padding: 0.3rem 1.2rem;
  background: linear-gradient(90deg, #b39268 0%, #e5d2b0 100%);
  border-radius: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}
#equipment .equip_setsubi-item-text {
  padding: 0 1.2rem 1.8rem;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #353535;
}
#equipment .equip_nearby {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #equipment .equip_nearby {
    padding: 5rem 0;
  }
}
#equipment .equip_nearby-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #equipment .equip_nearby-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #equipment .equip_nearby-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 450px) {
  #equipment .equip_nearby-list {
    grid-template-columns: 1fr;
  }
}
#equipment .equip_nearby-item {
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #f9f2e8;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.12);
}
#equipment .equip_nearby-item-img {
  aspect-ratio: 4/3;
}
#equipment .equip_nearby-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .equip_nearby-item-title {
  position: relative;
  padding: 1.6rem 1.6rem 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #424242;
}
@media screen and (max-width: 574px) {
  #equipment .equip_nearby-item-title {
    font-size: 1.8rem;
  }
}
#equipment .equip_nearby-item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  width: 3.2rem;
  height: 0.2rem;
  background: #b39268;
  border-radius: 0.3rem;
}
#equipment .equip_nearby-item-text {
  padding: 0 1.6rem 2rem;
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #353535;
}

#longstay .longstay_intro {
  padding: 10rem 0;
  background: #fffbf5;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #longstay .longstay_intro {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }
}
#longstay .longstay_intro-lead {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #longstay .longstay_intro-lead {
    padding-bottom: 1.6rem;
    font-size: 2rem;
  }
}
#longstay .longstay_intro-lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.8rem;
  height: 0.2rem;
  background: #b39268;
  border-radius: 0.3rem;
  transform: translateX(-50%);
}
#longstay .longstay_intro-block {
  display: flex;
  align-items: stretch;
  height: 40rem;
  margin-top: 5.6rem;
  overflow: hidden;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
}
@media screen and (max-width: 991px) {
  #longstay .longstay_intro-block {
    flex-direction: column;
    height: auto;
    margin-top: 4rem;
  }
}
#longstay .longstay_intro-block.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  #longstay .longstay_intro-block.reverse {
    flex-direction: column;
  }
}
#longstay .longstay_intro-block-img {
  width: 50%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  #longstay .longstay_intro-block-img {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
#longstay .longstay_intro-block-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#longstay .longstay_intro-block-body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 3.2rem 4.8rem;
}
@media screen and (max-width: 1199px) {
  #longstay .longstay_intro-block-body {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  #longstay .longstay_intro-block-body {
    padding: 3.2rem 2.4rem;
  }
}
#longstay .longstay_intro-block-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  color: #b39268;
}
#longstay .longstay_intro-block-title {
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.12rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  #longstay .longstay_intro-block-title {
    font-size: 1.9rem;
  }
}
#longstay .longstay_intro-block-title:first-child {
  margin-top: 0;
}
#longstay .longstay_intro-block-text {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.075rem;
  color: #353535;
}
#longstay .longstay_intro-note {
  margin-top: 8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.9;
  letter-spacing: 0.09rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #longstay .longstay_intro-note {
    margin-top: 5rem;
    font-size: 1.5rem;
  }
}
#longstay .longstay_map {
  margin-top: 3.2rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
  aspect-ratio: 16/7;
}
@media screen and (max-width: 767px) {
  #longstay .longstay_map {
    aspect-ratio: 4/3;
  }
}
#longstay .longstay_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#company .company_profile {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #company .company_profile {
    padding: 5rem 0;
  }
}
#company .company_profile .sec_head {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #company .company_profile .sec_head {
    margin-top: 5rem;
  }
}
#company .company_profile .sec_head:first-of-type {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #company .company_profile .sec_head:first-of-type {
    margin-top: 3.2rem;
  }
}
#company .company_greeting {
  position: relative;
  padding: 4.8rem 5.6rem;
  margin-top: 3.2rem;
  overflow: hidden;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.3rem 0.9rem rgba(192, 178, 167, 0.15);
}
@media screen and (max-width: 767px) {
  #company .company_greeting {
    padding: 3.2rem 2.4rem;
    margin-top: 2.4rem;
  }
}
#company .company_greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../images/top/about_texture.jpg) no-repeat center/cover;
  opacity: 0.14;
}
#company .company_greeting-text {
  position: relative;
  z-index: 1;
}
#company .company_greeting-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.075rem;
  color: #353535;
}
#company .company_greeting-text p + p {
  margin-top: 1.6rem;
}
#company .company_greeting-sign {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.12rem;
  color: #424242;
}
#company .company_greeting-dot {
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #b39268;
  border-radius: 0.8rem;
}
#company .company_access {
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 991px) {
  #company .company_access {
    flex-direction: column;
  }
}
#company .company_access-map {
  flex: 1 0 0;
  min-width: 0;
}
#company .company_access-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.8rem;
}
#company .company_access-map-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.2rem 2.4rem;
  background: #fff;
  border: 0.1rem solid #b39268;
  border-radius: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #b39268;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-left: auto;
  display: block;
  width: fit-content;
}
@media (hover: hover) {
  #company .company_access-map-btn:hover {
    background: #b39268;
    color: #fff;
  }
}
#company .company_access-body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}
#company .company_access-box {
  padding: 2.4rem;
  background: #fefaf4;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.2rem rgba(94, 85, 74, 0.05);
}
#company .company_access-box-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #b39268;
}
#company .company_access-box-dot {
  flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #b39268;
  border-radius: 1rem;
}
#company .company_access-box-text {
  margin-top: 1.6rem;
}
#company .company_access-box-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.075rem;
  color: #333;
}
#company .company_access-box-text p + p {
  margin-top: 1.2rem;
}
#company .company_access-box-text .small {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 1.4rem;
  color: #353535;
}
#company .company_access-box-caution {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.065rem;
  color: #804949;
}
#company .company_parking-info {
  padding: 2.8rem 3.2rem;
  margin-top: 3.2rem;
  background: #fefaf4;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.2rem rgba(94, 85, 74, 0.05);
}
@media screen and (max-width: 767px) {
  #company .company_parking-info {
    padding: 2.4rem;
  }
}
#company .company_parking-info-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.09rem;
  color: #b39268;
}
#company .company_parking-info-dot {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: #b39268;
  border-radius: 1rem;
}
#company .company_parking-info-text {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #353535;
}
#company .company_parking-block {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  #company .company_parking-block {
    margin-top: 4rem;
  }
}
#company .company_parking-block-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #424242;
}
#company .company_parking-block-subtitle {
  position: relative;
  padding-bottom: 1.2rem;
  margin-top: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.09rem;
  color: #424242;
}
#company .company_parking-block-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.2rem;
  height: 0.2rem;
  background: #b39268;
  border-radius: 0.3rem;
}
#company .company_parking-block-text {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #353535;
}
#company .company_parking-block-imgs {
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  #company .company_parking-block-imgs {
    flex-direction: column;
  }
}
#company .company_parking-block-imgs li {
  width: 50%;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.12);
  aspect-ratio: 4/3;
}
@media screen and (max-width: 574px) {
  #company .company_parking-block-imgs li {
    width: 100%;
  }
}
#company .company_parking-block-imgs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .company_parking-block-row {
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  #company .company_parking-block-row {
    flex-direction: column;
  }
}
#company .company_parking-block-img {
  width: 50%;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.12);
  aspect-ratio: 4/3;
}
@media screen and (max-width: 574px) {
  #company .company_parking-block-img {
    width: 100%;
  }
}
#company .company_parking-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .company_parking-block-map {
  width: 50%;
}
@media screen and (max-width: 574px) {
  #company .company_parking-block-map {
    width: 100%;
  }
}
#company .company_parking-block-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.12);
}
#company .company_parking-block-map .company_access-map-btn {
  margin-top: 1.2rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  margin-left: auto;
  display: block;
  width: fit-content;
}
#company .company_parking-route {
  display: flex;
  gap: 3.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #company .company_parking-route {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#company .company_parking-route-item {
  position: relative;
  width: calc((100% - 4.8rem) / 3);
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.12);
}
@media screen and (max-width: 767px) {
  #company .company_parking-route-item {
    width: 100%;
  }
}
#company .company_parking-route-item-img {
  position: relative;
  aspect-ratio: 4/3;
}
#company .company_parking-route-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .company_parking-route-item-num {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: linear-gradient(135deg, #b39268 0%, #e5d2b0 100%);
  border-radius: 50%;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1rem;
}
#company .company_parking-route-item-text {
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #353535;
}
#company .company_parking-route-item-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(0%, -50%);
  font-size: 1.6rem;
  color: #b39268;
}
@media screen and (max-width: 767px) {
  #company .company_parking-route-item-arrow {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
#company .company_recruit {
  padding: 10rem 0;
  background: #fffbf5;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #company .company_recruit {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }
}
#company .company_recruit-lead {
  margin-top: 3.2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  color: #b39268;
}
@media screen and (max-width: 767px) {
  #company .company_recruit-lead {
    margin-top: 2.4rem;
    font-size: 1.7rem;
  }
}
#company .company_recruit-desc {
  max-width: 92rem;
  margin: 1.6rem auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #353535;
}
@media screen and (max-width: 767px) {
  #company .company_recruit-desc {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  #company .company_recruit-desc br {
    display: none;
  }
}
#company .company_recruit-list {
  display: flex;
  gap: 3.2rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #company .company_recruit-list {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
#company .company_recruit-item {
  width: calc(50% - 1.6rem);
  padding-bottom: 0.8rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(124, 102, 80, 0.15);
}
@media screen and (max-width: 991px) {
  #company .company_recruit-item {
    width: 100%;
  }
}
#company .company_recruit-item-img {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  #company .company_recruit-item-img {
    aspect-ratio: 5/3;
  }
}
#company .company_recruit-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .company_recruit-item-title {
  padding: 2rem 2.4rem 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  color: #424242;
}
#company .company_recruit-item-table {
  width: 100%;
  margin-top: 1.6rem;
  border-top: 0.1rem solid #e0e0e0;
}
#company .company_recruit-item-table th, #company .company_recruit-item-table td {
  padding: 1.4rem 2.4rem;
  border-bottom: 0.1rem solid #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
#company .company_recruit-item-table tr:last-child th, #company .company_recruit-item-table tr:last-child td {
  border-bottom: 0;
}
#company .company_recruit-item-table th {
  width: 12rem;
  font-weight: 600;
  text-align: left;
  color: #b39268;
}
#company .company_recruit-item-table td {
  color: #353535;
}
#company .company_recruit-cta {
  margin-top: 6.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .company_recruit-cta {
    margin-top: 4rem;
  }
}
#company .company_recruit-cta-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #424242;
}
@media screen and (max-width: 767px) {
  #company .company_recruit-cta-lead {
    font-size: 1.6rem;
  }
}
#company .company_recruit-cta-person {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #353535;
}
#company .company_recruit-cta-tel {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
  padding: 0.8rem 3.2rem 0.8rem 1.2rem;
  background: #fff;
  border: 0.1rem solid #b39268;
  border-radius: 4rem;
}
#company .company_recruit-cta-tel .header_tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #b39268;
  border-radius: 4rem;
  font-size: 1.6rem;
  color: #fff;
}
#company .company_recruit-cta-tel span[data-action=call] {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.05rem;
  color: #b39268;
}
/*# sourceMappingURL=style.css.map */
