@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");

/* 変数 */
:root {
  --main-color: #1e3c41;
  --sb-color: #616161;
  --sb-sb-color: #efefef;
  --main-txt-color: #161616;
  --accent-color: #a68d6e;
  --main-background-color: #083015;
  --section-color: #f4f0ed;
  --sb-section-color: #616161;
  --w-color: #fff;
  --main-border-color: #d1c0b4;
  --main-font-size: 16px;
  --main-font-size-sp: 14px;
  --headding-font-size: 32px;
  --headding-font-size-sp: 24px;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-700: 700;
  --main-border-radius: 6px;
  --hover-transition: 0.4s;
}
/* 基本設定
------------------------------------------*/
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: var(--font-weight-500);
  font-style: normal;
  font-size: var(--main-font-size);
  color: var(--main-txt-color);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32;
  width: 100%;
  padding: 20px 32px;
  background: rgba(1, 31, 22, 0.3);
}
.header-logo img {
  width: 290px;
}
/* .fv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
} */
.fv {
  position: relative;
  z-index: 1;
  background: var(--main-color);
}
.fv-reed {
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.sticky-wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.sticky-wrap p {
  position: sticky;
  top: 100px;
  font-size: 4vw;
  letter-spacing: 0.2em;
  line-height: 1.7;
  transition: 0.4s;
  /* text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); */
  text-shadow: #253b40 0 0 10px, #253b40 0 0 10px, #253b40 0 0 10px,
    #253b40 0 0 10px;

  min-width: 260px;
  color: var(--w-color);
  /*コレ*/
  padding-left: 0em;
  letter-spacing: 0em;
}

/* FVキャッチコピー */
/* 文字小さく */
.small_font {
  font-size: 3vw;
  /*コレ*/
  padding-left: 0;
  letter-spacing: 0;
}

.reed-box {
  position: relative;
  padding: 360px 0 160px;
  margin: 0px auto;
  background: var(--main-color);
}
.reed-content {
  width: 100%;
  text-align: center;
  color: var(--w-color);
}
.fv-l {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 24, 15, 0.1);
  z-index: 1;
}
.splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.scroll {
  transition: 0.4s;
}
.sticky-back {
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100vh;
  margin: -53.3vw 0 50px;
}
.sticky-back p {
  height: auto;
  position: sticky;
  top: 100px;
  font-size: 4vw;
  letter-spacing: 0.2em;
  line-height: 1.7;
  transition: 0.4s;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
.scroll p {
  font-size: 3.7vw;
  transition: 0.4s;
}
.hamburger {
  position: fixed;
  width: 100px;
  right: 14px;
  top: 8px;
  height: 70px;
  border-radius: 12px;
  z-index: 32;
  transition: var(--hover-transition);
}
.hamburger-menu {
  width: inherit;
  height: 100%;
  border: none;
}
.icon {
  width: 127.45px;
  height: 127.45px;
  display: block;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
}
.icon span {
  width: 34%;
  height: 1px;
  border-radius: 10px;
  position: absolute;
  background: var(--w-color);
  transition: opacity 0.3s, transform 0.3s;
  transition: var(--hover-transition);
}
.icon span:first-child {
  top: 25px;
  left: 39px;
}
.icon span:nth-child(2) {
  left: 39px;
  bottom: 68px;
}
.clicked .icon span:first-child {
  transform: rotate(45deg);
  left: 39px;
  top: 42px;
}
.clicked .icon span:nth-of-type(2) {
  transform: rotate(-45deg);
  left: 39px;
  bottom: 83px;
}
.clicked .menu {
  opacity: 0;
}
.clicked .close {
  opacity: 1;
  left: 4px;
}
.h-txt {
  width: 45px;
  height: 14px;
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  z-index: 1;
  color: var(--w-color);
  transition: var(--hover-transition);
}
.menu {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  transition: visibility 0.3s, opacity 0.3s;
}
.close {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  transition: visibility 0.3s, opacity 0.3s;
}
.scroll .h-txt {
  color: var(--main-background-color);
  transition: var(--hover-transition);
}
.scroll .icon span {
  background: var(--main-background-color);
  transition: var(--hover-transition);
}
.sp-nav-menu {
  transition: 0.4s;
}
.sp-globalnav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.sp-menu-content {
  width: 24%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: var(--hover-transition);
  top: 0;
  right: -80%;
  color: var(--w-color);
}
.clicked .sp-menu-content {
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 31;
  background: var(--main-color);
  visibility: visible;
  transition: var(--hover-transition);
  border-radius: 0;
}
.sp-menu-content {
  text-align: left;
  padding: 7vw 2vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sp-globalnav-item {
  font-size: 12px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid;
}
.sp-globalnav-item a {
  display: block;
  padding: 16px;
  transition: var(--hover-transition);
  font-size: 1rem;
}
.sp-globalnav-item a:hover {
  margin-left: 8px;
  transition: var(--hover-transition);
}
.reservation-btn a {
  font-size: 16px;
  display: block;
  text-align: center;
  background: var(--accent-color);
  padding: 0.8vw;
  margin-top: 1.2vw;
  transition: var(--hover-transition);
}
.reservation-btn a {
  transition: var(--hover-transition);
  opacity: 0.9;
}
.sns-icon a {
  display: block;
  text-align: center;
  transition: var(--hover-transition);
}
.sns-icon a:hover {
  opacity: 0.9;
  transition: var(--hover-transition);
}
.sns-icon img {
  width: 20px;
}
.translation-btn {
  font-size: 16px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.s-back-color {
  background: var(--main-color);
  color: var(--w-color);
  position: relative;
}
.p-t {
  padding: 320px 0 160px;
}
.s-back {
  position: absolute;
  width: 30%;

  bottom: 0;
  top: 62%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.s-back img {
  opacity: 0.8;
}
.t-br {
  display: none;
}
.section {
  position: relative;
}
.anchor {
  padding-top: 120px;
  margin-top: -120px;
}
.s-content p {
  text-align: center;
}
.reed-txt {
  line-height: 3.5;
}
.t-over {
  overflow: hidden;
}
.top-content ul {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
.top-content ul li {
  display: flex;
}
.top-content ul li:nth-child(1) {
  align-items: center;
}
.w1 {
  width: 53%;
  margin-left: -72px;
}
.w2 {
  margin-left: 100px;
}
.w3 {
  display: flex;
  width: 100%;
  margin-left: 40px;
  margin-top: -88px;
  align-items: flex-end;
}
.w3 img {
  width: 400px;
  height: 560px;
  object-fit: cover;
}
.w4 {
  width: 100%;
  margin-right: -72px;
}
.w4 img {
  width: 600px;
  height: 400px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}
.t-2 {
  margin-left: 56px;
}
.w2_sp {
  display: none;
}
.right_photo_wrap {
  position: relative;
}
.w5 {
  /* position: absolute; */
  z-index: 1;
  width: 80%;
}
.w5 img {
  /* width: 300px; */
}
.t-2_sp {
  display: none;
}
.w6 {
  margin-top: -30px;
  z-index: 1;
  width: 330px;
  object-fit: cover;
  height: 330px;
  position: absolute;
  right: 0;
}
.w6 img {
  object-fit: cover;
  height: 100%;
}
.w7 {
  width: 50%;
  max-width: 570px;
  height: 340px;
  margin-top: 48px;
}

.w7 img {
  width: 100%;
  height: 100%;
  object-position: top;
}
.w8 {
  display: none;
}

.w9 {
  display: none;
}
.flex_stac {
  display: flex;
  flex-direction: column;
}
.flex_stac .w4 {
  z-index: 0;
}

.about_photo_bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 48px;
  margin-top: 48px;
}
.about_wrap {
  padding-bottom: 32px;
}
/* .about_content_bottom {
  padding-bottom: 32px !important;
} */
.en-headding {
  font-size: 24px;
  opacity: 0.3;
  line-height: 1.6;
  margin-bottom: 16px;
}
.sp-u-w4 picture {
}
.t-box {
  position: relative;
  width: 100%;
}
.t-box h2 {
  font-size: 32px;
  font-weight: var(--font-weight-500);
  position: relative;
  line-height: 1.8;
}
.txt-color h2 {
  color: var(--main-color);
}
.t-c-box {
  margin-bottom: 100px;
}
.t-b-box {
  /* margin-left: -64px; */
}
.top-headding {
  position: relative;
}
.en-back-txt {
  color: var(--sb-sb-color);
  font-size: 56px;
  width: max-content;
  position: absolute;
  top: -56px;
  mix-blend-mode: overlay;
}
.mt {
  /* margin-top: 80px;
  margin-left: 120px; */
}
.w-txt {
  line-height: 3;
}
.section-img img {
  height: 540px;
  object-fit: cover;
}
.p-c {
  text-align: center;
}
.p-c .en-back-txt {
  opacity: 0.3;
  width: inherit;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-c .en-color {
  opacity: 1;
}
.p-none {
  padding-top: 0;
}
.back-l {
  position: absolute;
  top: 0;
  left: 0;
}
.l0 {
  top: 13%;
  left: -10%;
  z-index: -1;
}
.l0 img {
  width: 142vw;
  opacity: 0.07;
}
.l1 {
  top: 48px;
  left: -100px;
}
.l2 {
  top: 48px;
  left: inherit;
  right: -88px;
}
.l1,
.l2 img {
  width: 380px;
  opacity: 0.06;
}
.experience-content ul article {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 64px;
}
.experience-content ul article li {
  width: calc((100% - 32px * 2) / 3);
  overflow: hidden;
}
.experience-content a .experience-img {
  overflow: hidden;
}
.experience-content a .experience-img img {
  transition: var(--hover-transition);
}
.experience-content a:hover .experience-img img {
  transition: var(--hover-transition);
  transform: scale(1.1);
}
.experience-img img,
.u-ex-imege img {
  aspect-ratio: 4/3;
}
.experience-box {
  margin-top: 16px;
}
.experience-box h2 {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ex-tag {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 10px;
  margin: 8px 0;
}
.experience-box span,
.u-ex-content span {
  display: block;
  text-align: right;
  line-height: 1.4;
}
.news-box {
  text-align: center;
}
.s-back-img {
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--w-color);
  position: relative;
}
.s-back-img::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10; */
}
.voice_content_pc img {
  z-index: 100;
  position: static;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
.voice_content_sp {
  display: none;
}
.voice_content_pc {
  display: block;
}
.voice_content_pc .t-box {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.voice-content {
  position: relative;
}
.voice-content ul {
  gap: 80px;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}
.flex_voice_1 ul {
  display: flex;
  gap: 0;
  flex-direction: row;
  max-width: 720px;
  margin: 0 auto;
  justify-content: space-between;
}
.font_size_smarll {
  font-size: 1.2rem;
}
.voice-content ul li:nth-child(even) {
  text-align: right;
}
.voice-content ul li p {
  text-shadow: 0 2px 8px #fff;
  font-size: 1.5rem;
}

.model_wrap {
  margin-bottom: 32px;
}
.plan-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  position: relative;
  z-index: 1;
}
.plan-day {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}
.plan-day span {
  display: inline-block;
  background: var(--w-color);
  color: var(--main-color);
  padding: 4px 40px;
  font-size: 20px;
  width: 100%;
  max-width: 500px;
}
.plan-box_1::before {
  content: "";
  position: absolute;
  left: 50%;
  background: var(--w-color);
  width: 1px;
  height: 45%;
  opacity: 1;
}

.plan-box_2::before {
  content: "";
  position: absolute;
  left: 50%;
  background: var(--w-color);
  width: 1px;
  height: 40%;
  opacity: 1;
}
.plan-box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plan-box ul li {
  position: relative;
}
.plan-box ul li:nth-child(odd) {
  margin-left: -600px;
  width: 320px;
}
.plan-box ul li:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 360px;
  transform: translate(-50%, -50%);
  background: var(--w-color);
  width: 200px;
  height: 1px;
  z-index: -1;
}
.plan-box ul li:nth-child(even) {
  margin-right: -600px;
  width: 320px;
}
.plan-box ul li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 160px;
  transform: translate(-50%, -50%);
  background: var(--w-color);
  width: 200px;
  height: 1px;
  z-index: -1;
}
.plan-box ul li::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background: var(--w-color);
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
.plan-box ul li:nth-child(1)::after {
  top: 100px;
  left: 460px;
}
.plan-box ul li:nth-child(2)::after {
  top: 100px;
  left: -140px;
}
.plan-box ul li:nth-child(3)::after {
  top: 100px;
  left: 460px;
}
.plan-box ul li:nth-child(4)::after {
  top: 100px;
  left: -140px;
}
.plan-img {
  position: relative;
  display: inline-block;
}
.plan-img img {
  width: 320px;
  height: 200px;
  object-fit: cover;
}
.plan-time {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-time span {
  font-size: 14px;
  display: block;
  background: var(--accent-color);
  padding: 0 24px;
}
.plan-box ul li h3 {
  margin-top: 8px;
  font-size: 1.2rem;
  /* display: inline-block; */
  background-color: #1e3c41;
  /* text-shadow: 5px 5px 5px #1e3c41, -5px -5px 5px #1e3c41, -5px 5px 5px #1e3c41,
    5px -5px 5px #1e3c41, 5px 0 5px #1e3c41, -5px 0 5px #1e3c41,
    0 5px 5px #1e3c41, 0 -5px 5px #1e3c41; */
}
.plan-box ul li p {
  display: inline-block;
  background-color: #1e3c41;
  /* text-shadow: 5px 5px 5px #1e3c41, -5px -5px 5px #1e3c41, -5px 5px 5px #1e3c41,
    5px -5px 5px #1e3c41, 5px 0 5px #1e3c41, -5px 0 5px #1e3c41,
    0 5px 5px #1e3c41, 0 -5px 5px #1e3c41; */
}
.access-head h3 p {
  display: inline-block;
}
.l3 {
  left: inherit;
  top: 40px;
  right: -380px;
}
.l3 img,
.l4 img {
  opacity: 0.3;
  width: 800px;
}
.l4 {
  top: inherit;
  bottom: 0;
  left: -380px;
}
/* .news-list {
  max-width: 900px;
  margin: 0 auto;
} */
.news-list ul article {
  border-bottom: 1px solid var(--main-color);
}
.news-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
}
.news-list ul article:nth-child(1) {
  border-top: 1px solid var(--main-color);
}
.news-image img,
.u-ex-imege img,
.related-post img {
  aspect-ratio: 4 / 3;
}
.news-image img {
  width: 240px;
}
.n-head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
}
.n-head h3 {
  font-size: 18px;
}
.n-body {
  font-size: 14px;
}
.btn {
  margin-top: 64px;
  text-align: center;
}
.btn a {
  position: relative;
  width: fit-content;
  display: block;
  background: var(--accent-color);
  padding: 10px 64px;
  color: var(--w-color);
  margin: 0 auto;
  transition: var(--hover-transition);
}
.btn a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 24px;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--w-color);
  border-right: 1px solid var(--w-color);
  transform: rotate(45deg);
}
.btn a:hover {
  transition: var(--hover-transition);
  background-color: #7c6951;
}
.l0-2 {
  top: 0%;
  left: -10%;
  z-index: 0;
}
.l0-2 img {
  width: 154vw;
  opacity: 0.1;
}
.access-content {
  /* max-width: 900px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
  position: relative;
  z-index: 1;
}
.access-box {
  max-width: 900px;
  margin: 0 auto;
}
.access-head h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
.font_smarll {
  font-size: 0.8rem;
}
.map-link a,
.location-map a {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 4px;
}
.map-link a:hover,
.location-map a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.map-link a img,
.location-map a img {
  display: block;
  width: auto;
  height: 21px;
}
.means-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.means-list h4 {
  font-size: 20px;
}
.map-image {
  margin-top: 40px;
  margin-bottom: 80px;
}
.picture-change {
  display: block;
  margin-top: 24px;
}
.location-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.location-list li {
  display: flex;
}
.location-list li div {
}
.location_wrap img {
  height: 21px;
  display: block;
  width: 21px;
  object-fit: contain;
}
.location_wrap {
  margin-bottom: 32px;
  display: inline-block;
  display: block;
}
.location-add h5 {
  font-size: 1.2rem;
  white-space: nowrap;
}
.location-add {
  display: block;
}
.location-map {
  margin-right: 32px;
}
.map_right_wrap {
  display: flex;
  width: 100%;
}
.map_wrap {
  width: 100%;
}
.icon_link {
  display: flex;
}
.location-name {
  line-height: 1.6;
  margin-bottom: 32px;
  width: 20%;
  margin-right: 32px;
}
.location-name span {
  font-size: 0.8rem;
}
.location-name h4 {
  font-size: 1.8rem;
}
.location_sub_name {
  font-size: 0.6rem !important;
}
.location-add {
  font-size: 14px;
}
.location-means {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.voice_h2 {
  margin-bottom: 56px;
}
.l-means span {
  font-size: 14px;
}
.s-back-img2 {
  background-image: url(../img/img19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--w-color);
  position: relative;
}
.s-back-img2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 60vw;
}
.sns-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;

  gap: 80px;
}
.sp_display {
  display: none;
}
.sns-inner ul {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.sns-inner ul li {
  position: relative;
  overflow: hidden;
}
.sns-inner ul li a {
  transition: var(--hover-transition);
}
.sns-inner ul li a:hover {
  transition: var(--hover-transition);
  opacity: 0.8;
}
.sns-inner ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.7);
  width: 100%;
  height: 226.67px;
}
.sns-back-image img {
  width: 340px;
}
.sns-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contact-content ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 120px;
  position: relative;
}
.text_ssmall {
  font-size: 1rem !important;
}
.contact-content ul li:nth-child(2) {
  text-align: center;
}
.svg_sp {
  display: none;
}
/* .contact-content ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8px;
  height: 140px;
  background: var(--w-color);
  transform: skewX(-16deg);
} */
.contact-content ul li h2 {
  font-size: 24px;
}
.tel {
  font-size: 40px;
}
.tel span {
  font-size: 24px;
}
.contact-content ul li p {
  font-size: 18px;
}
.contact-btn {
  margin-top: 24px;
}
.contact-btn a {
  width: 400px;
  padding: 16px;
}
.bokunButton {
  position: relative;
  width: fit-content;
  display: block;
  background: var(--accent-color);
  padding: 10px 64px;
  color: var(--w-color);
  margin: 0 auto;
  transition: var(--hover-transition);
}
.bokunButton::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 24px;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--w-color);
  border-right: 1px solid var(--w-color);
  transform: rotate(45deg);
}

.u-btn a {
  width: 100%;
}
.bokunButton:hover {
  transition: var(--hover-transition);
  opacity: 0.9;
}
.sns-box {
  text-align: center;
}
.t-sns-icon img {
  width: 40px;
}
.footer {
  background: var(--sb-section-color);
  color: var(--w-color);
  font-size: 14px;
}
.f-wrap {
  padding: 48px 0;
}
.footer-nav ul li {
  position: relative;
  padding-left: 16px;
}
.footer-nav ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--w-color);
  border-right: 1px solid var(--w-color);
  transform: rotate(45deg);
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-nav a {
  transition: var(--hover-transition);
}
.footer-nav a:hover {
  margin-left: 4px;
  transition: var(--hover-transition);
}
.footer-add {
  font-size: 14px;
  line-height: 1.6;
}
.f-tel a {
  font-size: 18px;
}
.f-sns ul {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.f-sns img {
  width: 20px;
}
.f-sns a {
  transition: var(--hover-transition);
}
.f-sns a:hover {
  transition: var(--hover-transition);
  opacity: 0.9;
}
small {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.u-page-title2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.u-page-img {
  background-image: url(../img/u-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--w-color);
  position: relative;
  width: 100%;
  height: 34vw;
}
.u-flex {
  display: flex;
  justify-content: space-between;
}
.u-headding-area {
  width: 40vw;

  margin: auto;
}
.u-page-img-ex {
  width: 54%;
}
.u-page-img-ex img {
  width: 100%;
  /* height: 54vw; */
  object-fit: cover;
}
.p-title-en {
  font-size: 0.9vw;
  position: relative;
}
.p-title-en::before {
  content: "";
  position: absolute;
  top: 0.7vw;
  left: 19vw;
  background: var(--w-color);
  width: 11vw;
  height: 0.8px;
}
.p-title-ja {
  font-size: 2.4vw;
  line-height: 1.8;
}
.u-btn {
  margin-top: 40px;
}
.u-btn a {
  margin: inherit;
  padding: 16px 56px;
}
.breadcrumbs {
  margin: 0 auto;
  padding: 16px 3vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breadcrumbs .c_item {
  width: 100%;
  display: flex;
}
.b-list {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.b-item {
  margin-right: 32px;
  position: relative;
  color: var(--w-color);
}
.b-item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 52px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--w-color);
  border-right: 1px solid var(--w-color);
  transform: rotate(45deg);
}
.b-item:hover {
  text-decoration: underline;
  transition: var(--hover-transition);
}
.b-item a {
  display: block;
}
.b-item:nth-child(2)::after {
  left: 64px;
}
.u-top-content ul li:nth-child(1) {
  align-items: inherit;
}
.u-en-back-txt {
  left: 0;
}
.u-l0 {
  top: 8%;
}
.u-block-area {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 160px;
}
.u-block-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.u-block-area ul li {
  width: calc((100% - 48px) / 2);
}
.u-block-area ul li p {
  margin-top: 16px;
  line-height: 1.6;
}
.recommendation-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.u-back-img {
  /* background-image: url(../img/u-img10.jpg); */
  color: var(--w-color);
  position: relative;
  overflow: hidden;
}
.u-back-img img {
  position: absolute;
  /* top: -30%; */
  left: 0;
}
.u-back-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 100vw;
  z-index: 1;
}
.recommendation-content {
  position: relative;
  z-index: 1;
}
.recommendation-content p {
  text-align: center;
  text-shadow: 0 2px 8px #fff;
  font-size: 24px;
}
.service-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}
.u-l3 img {
  opacity: 0.04;
}
.tr {
  display: flex;
}
.s-th,
.s-td {
  padding: 8px 0;
  margin: 16px 0;
}
.s-th {
  text-align: right;
  padding-right: 24px;
  width: 30%;
}
.s-td {
  padding-left: 24px;
  border-left: 1px solid #000;
  width: 70%;
}
.maps {
  margin-top: 24px;
}
.s-back-img3 {
  background-image: url(../img/u-img11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--w-color);
  position: relative;
}
.s-back-img3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 60vw;
}
.h2_sp {
  display: none;
}
.hover {
  background: rgb(0, 0, 0, 1);
}
.u-contact-area {
  position: relative;
  z-index: 1;
  text-align: center;
}
.u-contact-area p {
  font-size: 20px;
}
.u-mt {
  margin-top: 0;
}
.u-w6 {
  position: absolute;
  top: 390px;
  right: 20px;
}
.s-tbody tr {
  margin-bottom: 32px;
}
.news-list {
  margin: 32px 0;
}
.u-ex-list,
.u-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.u-ex-list li,
.u-news-list li {
  width: calc((100% - 24px * 2) / 3);
}
.u-ex-list li h3,
.u-news-list li h3 {
  margin-top: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.u-ex-content a .u-ex-imege {
  overflow: hidden;
}
.u-ex-content a .u-ex-imege img {
  transition: var(--hover-transition);
}
.u-ex-content a:hover .u-ex-imege img {
  transition: var(--hover-transition);
  transform: scale(1.1);
}
.u-body {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.u-news-content {
  width: 70%;
}
.u-side {
  width: 24%;
}
.u-news-list li p {
  font-size: 14px;
  margin-top: 16px;
}
.side-box h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.side-box ul {
  margin-bottom: 40px;
  font-size: 14px;
}
.side-box ul li {
  border-bottom: 0.5px solid var(--w-color);
}
.side-box ul li:nth-child(1) {
  border-top: 0.5px solid var(--w-color);
}
.side-box ul li a {
  display: block;
  padding: 8px 0;
}
.s-news-inner h2 {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.s-news-time {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}
.news-category {
  border: 1px solid var(--w-color);
  padding: 0 12px;
}
.s-news-image {
  margin: 40px 0 64px;
}
.s-news-box {
  padding-bottom: 64px;
  border-bottom: 1px dotted var(--w-color);
}
.s-news-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 80px;
}
.related-post {
  width: calc((100% - 24px * 2) / 3);
}
.related-post-wrap h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.related-post-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.related-post-wrap ul h4 {
  margin-top: 16px;
  line-height: 1.6;
}
.p-privacy-box {
  margin-bottom: 80px;
}
.p-privacy-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-privacy-item h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.p-privacy-contact h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.p-privacy-add {
  margin-top: 40px;
  line-height: 1.6;
}
.p-contact-content {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact-headding {
  text-align: center;
  margin-bottom: 40px;
}
.p-contact-headding h2 {
  font-size: 24px;
}
table {
  width: 100%;
}
.u-form input,
.u-form textarea {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid var(--w-color);
  padding: 16px;
  color: #000;
}
.c_tr {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
}
.c_tr_b {
  display: flex;
  flex-direction: column;
}
.c_th,
.c_th_b {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.c_td {
  width: 100%;
}
.required {
  font-size: 18px;
  color: #ee4a4a;
  margin-left: 8px;
}
.mw_wp_form .error {
  color: #ee4a4a !important;
  margin-top: 8px;
}
::placeholder {
  color: #acacac;
}
.u-contact-content {
  text-align: center;
}
select {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
}
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.privacy {
  margin: 40px 0;
  text-align: center;
}
.privacy a {
  text-decoration: underline;
  color: var(--accent-color);
  margin-left: 8px;
}
.privacy a:hover {
  text-decoration: none;
}
.send__btn,
.back__btn {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 40px;
}
.send,
.c-back-btn {
  padding: 24px;
  background: var(--accent-color) !important;
  color: var(--w-color) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  transition: var(--hover-transition);
  border: none !important;
  text-align: center;
}
.wpcf7-submit:disabled {
  background-color: #999 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: inherit !important;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.u-pagenav-bottom {
  margin-top: 120px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.current {
  display: block;
  padding: 4px 15px;
  background: var(--main-color);
  color: var(--w-color);
  border: 1px solid var(--w-color);
  border-radius: 50px;
}
.page-numbers a {
  display: block;
  padding: 5px 15px;
  background: var(--w-color);
  color: var(--main-color);
  border-radius: 50px;
  transition: var(--hover-transition);
  border: 1px solid var(--w-color);
}
.page-numbers a:hover {
  background: var(--main-color);
  color: var(--w-color);
  transition: var(--hover-transition);
}
.next,
.prev {
  background: var(--w-color) !important;
  color: var(--main-color);
  padding: 7px 12px !important;
  transition: var(--hover-transition);
  border: 1px solid var(--w-color);
  font-size: 12px;
}
.next:hover,
.prev:hover {
  background: var(--main-color) !important;
  color: var(--w-color);
  transition: var(--hover-transition);
}
.u-block-img img {
  aspect-ratio: 4 / 3;
}
/* フェードインさせる要素 */
.block {
  opacity: 0; /* 最初は非表示にしておく */
  transition: all 2s; /* 動きを滑らかに */
}
/* フェードイン用のクラス */
.fadeIn {
  opacity: 1;
}
/* フェードインの設定 */
/* その場で */
.u-headding-area {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.u-page-img-ex {
  animation-name: fadeInAnime_2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime_2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 湯気の設定 */
.loop {
  overflow: hidden;
  height: 100vh;
  position: absolute;
  z-index: 3;
  mix-blend-mode: screen; /* オーバーレイを指定 */
}
.loop__box {
  display: flex;
  width: 100vw;
  height: 100%;
}
.loop__box img {
  /* min-width: 100vw; */
  object-fit: cover;
  filter: blur(35px);
}
.loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop__box img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.text_wrap {
  padding-right: 32px;
}
.tel_wrap {
  display: flex;
}
.tel_wrap a {
  font-size: 3rem;
}
.tel_svg_wrap {
  margin-right: 8px;
}
.tel_svg_wrap img {
  width: 40px;
  height: 40px;
}
.tel_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_wrap h2 {
  font-size: 2rem;
  margin-bottom: 88px;
}
.contact_wrap h3 {
  font-size: 1.5rem;
}

.tel_wrapwrap {
  margin-bottom: 88px;
}
.contact_wrap {
  text-align: center;
}

.pc_none {
  display: none;
}
table {
  text-align: start;
}
@media only screen and (min-width: 1440px) {
  .wrap {
    width: calc(100% - 200px);
    max-width: 1320px;
    padding: 240px 0;
    /* padding-left: 6.11vw;
    padding-right: 6.11vw; */
  }
  .fll-w {
    padding: 160px 0;
  }
  .f-wrap {
    padding: 80px 0 48px;
  }

  .reed-box {
    padding: 26vw 0 12vw;
  }

  .plan-day::before {
    top: 800px;
    height: 1540px;
  }
  .plan-content {
    gap: 240px;
  }
  .plan-box ul li:nth-child(odd) {
    margin-left: -800px;
    width: 400px;
  }
  .plan-box ul li:nth-child(even) {
    margin-right: -800px;
  }
  .plan-img img {
    width: 100%;
    height: auto;
  }
  .plan-box ul li:nth-child(odd)::before {
    content: "";
    position: absolute;
    right: -200px;
    transform: translate(0%, -50%);
    background: var(--w-color);
    width: 200px;
    height: 1px;
    z-index: -1;
    left: auto;
    top: auto;
    top: 50%;
  }
  .plan-box ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -224px;
    transform: translate(-50%, -50%);
    background: var(--w-color);
    width: 24px;
    height: 24px;
    left: auto;
    border-radius: 50px;
  }

  .plan-box ul li:nth-child(1)::after {
    top: 50%;
    left: 600px;
  }
  .plan-box ul li:nth-child(even)::before {
    transform-origin: top right;
    width: 560px;
    top: 100px;
  }
  .plan-box ul li:nth-child(even)::before {
    content: "";
    position: absolute;
    right: 0px;
    transform: translate(0%, 50%);
    height: 1px;
    z-index: -1;
    width: 600px;
  }
  .plan-box ul li:nth-child(2)::after {
    top: 100px;
    left: -200px;
  }
  .plan-box ul li:nth-child(even) {
    width: 400px;
  }
  .plan-box ul li:nth-child(3)::after {
    left: auto;
    top: 50%;
  }
  .plan-box ul li:nth-child(4)::after {
    left: -200px;
  }
  .plan-box_1::before,
  .plan-box_2::before {
    height: 1450px;
  }
  .w8 {
    display: block;
  }
  .voice_content_pc {
    padding: 88px 0;
  }
}

@media only screen and (min-width: 1290px) {
  .u-flex {
    height: 100vh;
  }
}
