@charset "UTF-8";
/* COMMON */
@font-face {
  font-family: "A1Mincho";
  src: local("A1Mincho"), url("../../assets/fonts/A-OTF-A1MinchoStd-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: futura std;
  font-style: normal;
  font-weight: 400;
  src: local("Futura Std"), url(../../assets/fonts/FuturaStdBook.woff) format("woff");
}
@font-face {
  font-family: futura std;
  font-style: normal;
  font-weight: 500;
  src: local("Futura Std"), url(../../assets/fonts/FuturaStdMedium.woff) format("woff");
}
@font-face {
  font-family: futura std;
  font-style: italic;
  font-weight: 500;
  src: local("Futura Std"), url(../../assets/fonts/FuturaStdMediumOblique.woff) format("woff");
}
@font-face {
  font-family: futura std;
  font-style: normal;
  font-weight: 700;
  src: local("Futura Std"), url(../../assets/fonts/FuturaStdBold.woff) format("woff");
}
body,
html {
  color: #000;
}
@media screen and (max-width: 1023px) {
  body,
html {
    scrollbar-width: none !important;
  }
  body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none !important; /* Safari and Chrome */
  }
}

a,
a:visited {
  color: #000;
}

.font1,
.font4 {
  font-family: "Futura Std", sans-serif;
}

.font3 {
  font-family: A1Mincho, serif !important;
}

.scroll-wrapper {
  max-width: 100%;
}

#loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

#loading.hide .bar_wrap {
  background-color: #fff;
}

#loading.hide .bar_wrap .bar_child {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 101%, 0);
}

#loading.hide .txt {
  opacity: 0;
}

#loading .bar_wrap {
  width: 1px;
  height: 87%;
  position: absolute;
  top: 6.7%;
  left: 12.4vw;
  background-color: #ebedf0;
  overflow: hidden;
}

#loading .bar_wrap .bar_child {
  position: absolute;
  width: 1px;
  height: 0%;
  top: 0;
  background-color: #2c1b1e;
}

#loading .txt {
  font-size: 2.4rem;
  position: absolute;
  right: 8.6vw;
  bottom: 4.6vw;
  transition: opacity 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.6s;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 1;
  }
}
#loading .txt .txt_child {
  animation: blink 1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* HEADER */
header .header_nav .header_nav_child .menu_wrap .logo {
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 12vw;
  font-size: 1.00125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  header .header_nav .header_nav_child .menu_wrap .logo {
    position: static;
    margin-left: auto;
    margin: 100px auto 0;
  }
  header .header_nav .header_nav_child .menu_wrap .logo p {
    font-size: 12px;
  }
}

header .header_nav .header_nav_child .menu_wrap .logo img {
  width: 7.32vw;
  margin-bottom: 1.8vw;
}
@media screen and (max-width: 1023px) {
  header .header_nav .header_nav_child .menu_wrap .logo img {
    width: 100px;
    margin-bottom: 10px;
  }
}

header .header_nav .header_nav_child .menu_wrap:before {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1023px) {
  header .header_nav .header_nav_child .menu_wrap .third_menu {
    margin-top: 50px;
  }
}

nav#hotels_detail_contents_nav_pc ul {
  font-weight: 300;
}
nav#hotels_detail_contents_nav_pc ul li::before {
  background-color: #000 !important;
}
nav#hotels_detail_contents_nav_pc ul li.current span {
  color: #000 !important;
}

@media screen and (min-width: 1025px) {
  .header .header_nav .header_nav_child .util_bar {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .header .header_nav .header_nav_child .util_bar {
    display: none !important;
  }
}

#hotels_detail_reserve_btn {
  background-color: #254e77;
}
#hotels_detail_reserve_btn div {
  font-weight: 500;
  font-size: 1vw;
}
#hotels_detail_reserve_btn div.ja::after {
  content: none;
}
#hotels_detail_reserve_btn div.en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8761vw;
}
@media screen and (max-width: 1023px) {
  #hotels_detail_reserve_btn div.en {
    font-size: 2.66667vw;
  }
}
#hotels_detail_reserve_btn div.en::after {
  content: url(../../assets/images/common/link.svg);
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  #hotels_detail_reserve_btn div.en::after {
    width: 10px;
    height: 10px;
    margin-top: -10px;
  }
}

h2.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: 0 !important;
}
@media screen and (min-width: 1024px) {
  h2.logo {
    left: 0;
    width: 12.4vw;
  }
}
h2.logo a {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
h2.logo img {
  width: 7.32vw;
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  h2.logo img {
    width: 10vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  h2.logo img {
    width: 15vw;
  }
}

html::after {
  /* 
    表示はしないが、CSSとして画像を読み込ませて事前にプリロードするための疑似要素。
    サイズが 0 なので画面上には見えないが、background-image に指定した画像は読み込まれる。
    preload 用のテクニックの一つ。
  */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/top/mv_v2.jpg");
  background-size: cover;
}

/* TOP */
/* MV */
main.top .hero {
  transition: height 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  main.top .hero {
    height: unset !important;
  }
}
main.top .hero .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(27, 20, 100, 0.21);
  z-index: 1;
}
main.top .hero .bg > * {
  position: relative;
  z-index: 2;
}
main.top .hero img {
  width: 100%;
  position: inherit !important;
  transform: none !important;
  min-width: unset !important;
  max-width: unset !important;
  left: unset !important;
}
main.top .hero img img.show {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  main.top .hero img {
    height: unset !important;
  }
}
main.top .hero img.pc {
  display: block !important;
  height: auto !important;
  width: 100vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 1024px) {
  main.top .hero img.pc {
    display: none !important;
  }
}
main.top .hero img.sp {
  display: none !important;
  object-position: center !important;
  overflow: hidden !important;
  height: 100svh !important;
  object-fit: cover !important;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  main.top .hero img.sp {
    display: block !important;
  }
}
main.top .hero img iframe {
  height: 130%;
  width: 120%;
  margin-top: -10%;
  margin-left: -10%;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  main.top .hero img iframe {
    height: 150%;
    width: 238%;
    margin-top: -33%;
    margin-left: -119%;
  }
}
@media screen and (max-width: 767px) {
  main.top .hero img iframe {
    height: 55%;
    width: 224%;
    margin-top: 0;
    margin-left: -62%;
    position: absolute;
    bottom: 0;
  }
}
main.top .hero .centerLogo {
  position: absolute;
  bottom: 75px;
  left: 15vw;
  color: #fff;
  width: 300px;
}
@media screen and (max-width: 767px) {
  main.top .hero .centerLogo {
    width: max-content;
    left: 30px;
    bottom: initial;
    top: 12%;
    color: #000;
  }
}
main.top .hero .centerLogo h2 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  main.top .hero .centerLogo h2 {
    font-size: 18px;
  }
}
main.top .hero .centerLogo p {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  main.top .hero .centerLogo p {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  main.top .hero .scroll {
    top: initial !important;
    bottom: 94px !important;
    left: 85%;
  }
}
@media screen and (max-width: 1023px) {
  main.top .section {
    width: 100% !important;
  }
}

/* HOTELS */
#hotels .child {
  width: 100%;
  max-width: 800px;
  margin: 5.97vw auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #hotels .child {
    max-width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  #hotels .child {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child {
    margin: 65px auto;
  }
}
#hotels .child .title {
  text-align: center;
  color: #000;
  font-size: 0.95vw;
  font-weight: 600;
  padding-bottom: 4vw;
}
@media screen and (max-width: 1023px) {
  #hotels .child .title {
    font: 2vw;
  }
}
#hotels .child .title h2 .txt {
  font-weight: 500 !important;
  font-size: 4.2vw !important;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #hotels .child .title h2 .txt {
    font-size: 6vw !important;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child .title h2 .txt {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  #hotels .child .title p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child .title p {
    font-size: 16px;
  }
}
#hotels .child .title p br {
  display: none;
}
#hotels .child .content a {
  display: flex;
  flex-direction: column;
  margin-bottom: 4vw;
}
@media screen and (max-width: 1023px) {
  #hotels .child .content a {
    margin-bottom: 7vw;
  }
}
#hotels .child .content a:hover .image p {
  opacity: 1;
}
#hotels .child .content a:hover .image::before {
  opacity: 1;
}
#hotels .child .content a .image {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 345px;
}
@media screen and (max-width: 767px) {
  #hotels .child .content a .image {
    height: 180px;
  }
}
#hotels .child .content a .image img {
  width: 100%;
}
#hotels .child .content a .image p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.17vw;
  font-weight: 500;
  width: max-content;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s;
  line-height: 1.5;
  padding-top: 0.5em;
}
@media screen and (max-width: 1023px) {
  #hotels .child .content a .image p {
    font-size: 14px;
  }
}
#hotels .child .content a .image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}
#hotels .child .content a .text {
  border-bottom: 1px solid #333333;
  padding-bottom: 1vw;
}
#hotels .child .content a .text h3 {
  border-bottom: 1px solid #333333;
  display: flex;
  align-items: center;
  padding: 1.83vw 0;
  margin-bottom: 1vw;
  font-size: 1.39vw;
}
@media screen and (max-width: 1023px) {
  #hotels .child .content a .text h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child .content a .text h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    align-items: flex-start;
  }
}
#hotels .child .content a .text h3 span {
  color: #fff;
  background-color: #000;
  font-size: 0.73vw;
  line-height: 1.64vw;
  padding: 0 0.73vw;
  margin-right: 0.73vw;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  #hotels .child .content a .text h3 span {
    font-size: 1.5vw;
    line-height: 2.8vw;
    padding: 0 1.5vw;
    margin-right: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child .content a .text h3 span {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 8px;
    font-weight: 400;
    margin-top: 3px;
  }
}
#hotels .child .content a .text dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #hotels .child .content a .text dl {
    align-items: flex-start;
  }
}
#hotels .child .content a .text dl dt {
  font-size: 0.915vw;
  width: 5.636vw;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  #hotels .child .content a .text dl dt {
    font-size: 2vw;
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child .content a .text dl dt {
    font-size: 12px;
    width: 85px;
    flex-shrink: 0;
    line-height: 20px;
  }
}
#hotels .child .content a .text dl dd {
  font-size: 0.915vw;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  #hotels .child .content a .text dl dd {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #hotels .child .content a .text dl dd {
    font-size: 12px;
    line-height: normal;
  }
}

/* TOPICS */
main.top .section00 {
  background-color: #f7f3ed;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  main.top .section00 {
    padding: 0 15px;
  }
}
main.top .section00 .show_sp {
  display: flex;
  justify-content: center;
}
main.top .section00 .show_sp span {
  font-weight: 600;
}
main.top .section00 .bg_ggg {
  background-color: #f7f3ed !important;
}
@media screen and (max-width: 767px) {
  main.top .section00 .bg_ggg {
    padding: 65px 20px;
  }
}
main.top .section00 h2 {
  text-align: center;
  margin-left: 0;
  color: #000;
}
main.top .section00 h2 .txt {
  font-weight: 500 !important;
  font-size: 4.2vw !important;
}
@media screen and (max-width: 1023px) {
  main.top .section00 h2 .txt {
    transform: translate3d(-50%, 0, 0) !important;
    font-size: 6vw !important;
  }
}
@media screen and (max-width: 767px) {
  main.top .section00 h2 .txt {
    font-size: 10.66667vw !important;
    padding-top: 0;
  }
}
main.top .section00 .swiper-container {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 3.48vw auto 2vw;
}
@media screen and (max-width: 1024px) {
  main.top .section00 .swiper-container {
    max-width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  main.top .section00 .swiper-container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  main.top .section00 .swiper-container {
    width: 100%;
    margin: 15px auto;
    padding: 0;
  }
}
main.top .section00 .swiper-wrapper {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  main.top .section00 .swiper-wrapper {
    flex-direction: column;
  }
}
main.top .section00 .swiper-slide {
  width: 30%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  main.top .section00 .swiper-slide {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top .section00 .swiper-slide {
    max-width: calc(100vw - 30px);
    width: 100%;
    margin-top: 20px;
  }
}
main.top .section00 .image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.1vw;
}
@media screen and (max-width: 1024px) {
  main.top .section00 .image {
    height: 220px;
  }
}
@media screen and (max-width: 1023px) {
  main.top .section00 .image {
    height: 200px;
    margin-bottom: 5px;
  }
}
main.top .section00 .image img {
  height: 100%;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1023px) {
  main.top .section00 .image img {
    height: auto;
    max-width: none;
    width: auto;
    min-width: 100vw;
  }
}
main.top .section00 .image.noimage {
  border: 1px solid #000;
  background-color: #fff;
}
main.top .section00 .image.noimage img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  main.top .section00 .image.noimage img {
    width: 120px !important;
    min-width: initial !important;
  }
}
main.top .section00 .tpoics_title {
  margin-bottom: 0.8vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  main.top .section00 .tpoics_title {
    margin-top: 0 !important;
  }
}
main.top .section00 .tpoics_title .label_title {
  font-weight: 600;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  -webkit-box-shadow: 3px 3px 0px 0px red;
  -moz-box-shadow: 3px 3px 0px 0px red;
  box-shadow: 3px 3px 0px 0px red;
  margin-right: 0.5vw;
}
@media screen and (max-width: 767px) {
  main.top .section00 .tpoics_title .label_title {
    font-size: 12px !important;
    margin-right: 15x;
    padding: 2px 8px;
  }
}
@media screen and (min-width: 1024px) {
  main.top .section00 .tpoics_title .label_title {
    font-size: 1vw !important;
  }
}
main.top .section00 .tpoics_title span:last-child {
  font-size: 0.6vw;
}
@media screen and (max-width: 1023px) {
  main.top .section00 .tpoics_title span:last-child {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .section00 .tpoics_title span:last-child {
    font-size: 10px !important;
  }
}
main.top .section00 .tpoics_summary {
  margin-top: 0;
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  main.top .section00 .tpoics_summary {
    font-size: 2.5vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  main.top .section00 .tpoics_summary {
    font-size: 12px !important;
    margin-top: 10px;
  }
}

/* NEWS */
@media screen and (min-width: 1024px) {
  main.news .section1 .child h1 .sub_txt {
    left: 18.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.news .cat_li {
    font-size: 2.8vw;
  }
}
main.news .pagenation .child ul li.current a {
  color: #000;
  border-bottom: 1px solid #000;
}
main.news .pagenation .child .prev:not(.off) a span {
  color: #000;
}
main.news .pagenation .child .next:not(.off) a span {
  color: #000;
}

main.news .pagenation .child .next a:after,
main.news .pagenation .child .next.off:after {
  border-color: #000 !important;
}

main.news .pagenation .child .prev a:after,
main.news .pagenation .child .prev.off:after {
  border-color: #000 !important;
}

main.news_detail .pagenation .child .back span {
  color: #000 !important;
  font-weight: 500;
}

main.news_detail .pagenation .child .prev a:before,
main.news_detail .pagenation .child .prev.off:before {
  border-color: #000 !important;
}

main.news_detail .pagenation .child .next a:before,
main.news_detail .pagenation .child .next.off:before {
  border-color: #000 !important;
}

main.news_detail .pagenation .child .prev {
  font-weight: 500;
}

main.news_detail .pagenation .child .next {
  font-weight: 500;
}

main.news_detail ol,
main.news_detail ol li {
  list-style: decimal !important;
}
main.news_detail ul,
main.news_detail ul li {
  list-style: square !important;
}

/* NOTICE */
@media screen and (min-width: 1024px) {
  main.notice .section1 .child h1 .sub_txt {
    left: 21.0625vw;
  }
}

/* HOTEL DETAIL */
main.hotels_detail {
  /* FACILITY */
}
main.hotels_detail .section.sp .child {
  position: relative;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section.sp .child .copy {
    left: 0 !important;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section.sp .child .local_nav {
    margin-bottom: 16vw;
  }
}
main.hotels_detail .section1 {
  height: 100vh;
  height: 100svh;
  width: 100vw;
  overflow: hidden;
}
main.hotels_detail .section1 .child .img {
  transition: height 0.3s;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section1 .child .img {
    margin-top: 0;
  }
}
main.hotels_detail .section1 .child .img img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 100vw;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section1 .child .img img {
    height: calc(100% + 1px);
    width: auto;
    min-width: initial;
  }
}
main.hotels_detail .section1 .child iframe {
  height: 130%;
  width: 120%;
  margin-top: -10%;
  margin-left: -10%;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section1 .child iframe {
    height: 150%;
    width: 238%;
    margin-top: -33%;
    margin-left: -119%;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section1 .child iframe {
    height: 150%;
    width: 326%;
    margin-top: -45%;
    margin-left: -113%;
  }
}
@media screen and (max-width: 560px) {
  main.hotels_detail .section1 .child iframe {
    height: 150%;
    width: 412%;
    margin-top: -54%;
    margin-left: -156%;
    pointer-events: none;
  }
}
@media screen and (max-width: 375px) {
  main.hotels_detail .section1 .child iframe {
    height: 150%;
    width: 326%;
    margin-top: -45%;
    margin-left: -113%;
  }
}
main.hotels_detail .section1 .midText {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.6;
  max-width: 18vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section1 .midText {
    max-width: 35vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section1 .midText {
    font-size: 25px;
    transform: translate(-50%, -50%);
    max-width: 70%;
  }
}
main.hotels_detail .section1 .midText img {
  width: 17vw;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section1 .midText img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section1 .midText img {
    width: 100%;
  }
}
main.hotels_detail .section00 {
  background-color: #f7f3ed;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 {
    padding: 0 15px;
    width: calc(100% - 30px) !important;
  }
}
main.hotels_detail .section00 .bg_ggg {
  padding: 4.25vw 0 1vw;
  background-color: #f7f3ed !important;
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .bg_ggg {
    padding: 65px 20px;
  }
}
main.hotels_detail .section00 h2 {
  text-align: center;
  margin-left: 0;
  color: #000;
}
main.hotels_detail .section00 h2 .txt {
  font-weight: 500 !important;
  font-size: 4.2vw !important;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 h2 .txt {
    font-size: 6vw !important;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 h2 .txt {
    font-size: 10.66667vw !important;
    padding-top: 0;
  }
}
main.hotels_detail .section00 .swiper-container {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 3.48vw auto 2vw;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .swiper-container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .swiper-container {
    width: 100%;
    margin: 15px auto;
    padding: 0;
  }
}
main.hotels_detail .section00 .swiper-wrapper {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .swiper-wrapper {
    flex-direction: column;
  }
}
main.hotels_detail .section00 .swiper-slide {
  width: 30%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .swiper-slide {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .swiper-slide {
    max-width: calc(100vw - 30px);
    width: 100%;
    margin-top: 20px;
  }
}
main.hotels_detail .section00 .show_sp span {
  font-weight: 600;
}
main.hotels_detail .section00 .image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.1vw;
}
@media screen and (max-width: 1024px) {
  main.hotels_detail .section00 .image {
    height: 220px;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .image {
    height: 200px;
    margin-bottom: 5px;
  }
}
main.hotels_detail .section00 .image img {
  height: 100%;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .image img {
    height: auto;
    max-width: none;
    width: auto;
    min-width: 100vw;
  }
}
main.hotels_detail .section00 .image.noimage {
  border: 1px solid #000;
  background-color: #fff;
}
main.hotels_detail .section00 .image.noimage img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .image.noimage img {
    width: 120px !important;
  }
}
main.hotels_detail .section00 .tpoics_title {
  margin-bottom: 0.8vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section00 .tpoics_title {
    margin-top: 0 !important;
  }
}
main.hotels_detail .section00 .tpoics_title .label_title {
  font-weight: 600;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  -webkit-box-shadow: 3px 3px 0px 0px red;
  -moz-box-shadow: 3px 3px 0px 0px red;
  box-shadow: 3px 3px 0px 0px red;
  margin-right: 0.5vw;
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .tpoics_title .label_title {
    font-size: 12px !important;
    margin-right: 5px;
    padding: 2px 8px;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section00 .tpoics_title .label_title {
    font-size: 1vw !important;
  }
}
main.hotels_detail .section00 .tpoics_title span:last-child {
  font-size: 0.6vw;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .tpoics_title span:last-child {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .tpoics_title span:last-child {
    font-size: 10px !important;
  }
}
main.hotels_detail .section00 .tpoics_summary {
  margin-top: 0;
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section00 .tpoics_summary {
    font-size: 2.5vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section00 .tpoics_summary {
    font-size: 12px !important;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section2 {
    padding-top: 8vw;
  }
}
main.hotels_detail .section2 .child > h2 {
  color: #000 !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section2 .child > h2 {
    left: 50vw !important;
    font-size: 7.796vw !important;
    top: -2vw !important;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section2 .child > h2 {
    margin-left: -20px !important;
  }
}
main.hotels_detail .section2 .child .copy {
  height: auto;
  left: initial;
  left: 68vw;
  text-orientation: upright;
  top: 22vw;
  max-height: 450px;
}
@media screen and (min-width: 1441px) {
  main.hotels_detail .section2 .child .copy {
    max-height: 700px;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section2 .child .copy {
    max-height: none;
    text-orientation: initial;
    padding: 0 5%;
    left: initial;
    width: 100vw;
    top: 0;
  }
}
main.hotels_detail .section2 .child .copy h3 {
  font-size: 90%;
}
@media screen and (min-width: 1441px) {
  main.hotels_detail .section2 .child .copy h3 {
    font-size: 80%;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section2 .child > ul li {
    margin-bottom: 20vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section2 .child > ul .left .tit {
    font-size: 1.39vw !important;
  }
}
main.hotels_detail .section2 .child > ul .left .sub_tit {
  position: absolute !important;
  top: -12vw !important;
  left: 14vw !important;
  transform: none !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #000 !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section2 .child > ul .left .sub_tit {
    top: -3vw !important;
    left: 3vw !important;
    font-size: 1.537vw !important;
  }
}
main.hotels_detail .section2 .child > ul .right .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section2 .child > ul .right .txt {
    font-size: 0.988vw !important;
  }
}
main.hotels_detail .section2 .video {
  display: flex;
  justify-content: center;
  padding-top: 6vw;
  margin-bottom: -3vw;
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section2 .video {
    margin-bottom: 0;
    padding-top: 0;
  }
}
main.hotels_detail .section2 .video iframe {
  width: 720px;
  height: 405px;
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section2 .video iframe {
    width: 86vw;
    height: 48.57vw;
  }
}
main.hotels_detail .section3 .child > h2 {
  color: #000 !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child > h2 {
    left: 51vw !important;
    font-size: 7.796vw !important;
    top: -2vw !important;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section3 .child > h2 {
    margin-left: -60vw !important;
  }
}
main.hotels_detail .section3 .child .copy h3 {
  font-size: 90%;
}
@media screen and (min-width: 1441px) {
  main.hotels_detail .section3 .child .copy h3 {
    font-size: 80%;
  }
}
main.hotels_detail .section3 .child > .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child > .txt {
    width: 18vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child .scene_inner {
    padding-top: 15vw;
  }
}
main.hotels_detail .section3 .child .catch h2 .txt2 {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child .catch h2 .txt2 {
    font-size: 7.8vw !important;
    line-height: 1.3;
  }
}
main.hotels_detail .section3 .child .catch .room_detail p {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child .catch .room_detail p {
    font-size: 0.988vw !important;
  }
}
main.hotels_detail .section3 .child .ul_container ul li {
  flex-direction: column;
}
main.hotels_detail .section3 .child .ul_container ul li .tit span {
  transform: none;
  transform-origin: initial;
  font-weight: 600;
  left: 0 !important;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child .ul_container ul li .tit span {
    font-size: 1.53vw !important;
  }
}
main.hotels_detail .section3 .child .ul_container ul li > p {
  width: 67vw;
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child .ul_container ul li > p {
    font-size: 0.8761vw;
    width: 50%;
    margin: 2vw -2vw 0 auto;
  }
}
main.hotels_detail .section3 .child .ui .fraction span {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section3 .child .ui .fraction span {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 {
    padding-top: 15vw;
  }
}
main.hotels_detail .section4 .child h2 {
  color: #000 !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child h2 {
    left: 44.5vw !important;
    font-size: 7.796vw !important;
    top: -2vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child .copy {
    left: 68vw;
  }
}
main.hotels_detail .section4 .child .copy h3 {
  font-size: 90%;
}
@media screen and (min-width: 1441px) {
  main.hotels_detail .section4 .child .copy h3 {
    font-size: 80%;
  }
}
main.hotels_detail .section4 .child .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child .txt {
    top: 62vw !important;
    width: 20vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child .ul_container {
    padding-top: 5vw;
  }
}
main.hotels_detail .section4 .child .ul_container ul li {
  flex-direction: column;
}
main.hotels_detail .section4 .child .ul_container ul li .tit span {
  transform: none;
  transform-origin: initial;
  font-weight: 600;
  left: 0 !important;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child .ul_container ul li .tit span {
    font-size: 1.53vw !important;
  }
}
main.hotels_detail .section4 .child .ul_container ul li > p {
  width: 67vw;
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child .ul_container ul li > p {
    font-size: 0.8761vw;
    width: 50%;
    margin: 2vw -2vw 0 auto;
  }
}
main.hotels_detail .section4 .child .ui .fraction span {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section4 .child .ui .fraction span {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 {
    padding-top: 12vw !important;
  }
}
main.hotels_detail .section5 .child h2 .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 .child h2 .txt {
    font-size: 7.8vw;
    line-height: 1.3;
  }
}
main.hotels_detail .section5 .child .upper h3 .txt {
  font-weight: 700;
  font-style: italic;
  color: #fff !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 .child .upper h3 .txt {
    margin-top: -1.5vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 .child .upper .big_txt {
    font-size: 1.6vw !important;
    top: initial !important;
    bottom: 13vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 .child .upper > .txt {
    font-size: 0.95vw !important;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section5 .child .upper .swipe {
    top: 67.8vw;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section5 .child .upper .swipe div {
    line-height: 1;
    font-size: 2vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 .child .lower .items {
    left: 14%;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section5 .child .lower .timeline {
    left: 13.2%;
  }
}
main.hotels_detail .section5 .child .lower .timeline .base_bar,
main.hotels_detail .section5 .child .lower .timeline .current_bar {
  background-color: #000 !important;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section5 .child .lower .timeline .base_bar,
main.hotels_detail .section5 .child .lower .timeline .current_bar {
    background-color: #fff !important;
    width: 100vw;
  }
}
main.hotels_detail .section5 .child .lower .timeline .circle::before {
  border-color: #000 !important;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section5 .child .lower .timeline .circle::before {
    border-color: #fff !important;
  }
}
main.hotels_detail .section5 .child .lower .items .item .time {
  font-weight: 500;
  color: #000 !important;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section5 .child .lower .items .item .time {
    color: #fff !important;
  }
}
main.hotels_detail .section5 .child .lower .items .item.day span {
  font-family: "Futura Std", sans-serif !important;
  font-weight: 700;
}
main.hotels_detail .section5 .child .lower .items .item span {
  color: #000 !important;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section5 .child .lower .items .item span {
    color: #fff !important;
  }
}
main.hotels_detail .section6 .child h2 .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child h2 .txt {
    font-size: 7.8vw;
    line-height: 1.3;
  }
}
main.hotels_detail .section6 .child > .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child > .txt {
    margin-bottom: 3.6vw !important;
    padding-bottom: 3.6vw;
    border-bottom: 1px solid #000;
    font-size: 0.988vw !important;
    width: 64%;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .prev .label span,
main.hotels_detail .section6 .child .food .next .label span {
    font-size: 0.9517vw !important;
  }
}
main.hotels_detail .section6 .child .food .js-plan > ul {
  border-color: #000;
}
main.hotels_detail .section6 .child .food .js-plan > ul > li .img {
  border-color: #000;
}
main.hotels_detail .section6 .child .food .js-plan > ul > li .cont {
  border-color: #000;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section6 .child .food .js-plan > ul > li .cont {
    margin-top: 1.5vw;
  }
}
main.hotels_detail .section6 .child .food .js-plan > ul > li .cont h4 {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .js-plan > ul > li .cont h4 {
    font-size: 1.46vw !important;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section6 .child .food .js-plan > ul > li .cont .txt {
    margin-top: 1.5vw;
  }
}
main.hotels_detail .section6 .child .food .js-plan > ul > li .cont .txt p {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .js-plan > ul > li .cont .txt p {
    font-size: 0.988vw !important;
  }
}
main.hotels_detail .section6 .child .food .js-plan > ul > li .cont ul > li .head {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .js-plan > ul > li .cont ul > li .head {
    font-size: 0.732vw !important;
  }
}
main.hotels_detail .section6 .child .food .js-plan > ul > li .cont ul > li .body .indent {
  font-weight: 500;
  border-color: #000;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .js-plan > ul > li .cont ul > li .body .indent {
    font-size: 0.732vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .ui .fraction {
    top: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .food .ui .fraction span {
    font-size: 1.1vw;
  }
}
main.hotels_detail .section6 .child .drink {
  border-color: #000;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .drink {
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .drink .left h4 .txt {
    font-size: 1.46vw !important;
  }
}
main.hotels_detail .section6 .child .drink .left h4 .subtxt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .drink .left h4 .subtxt {
    font-size: 0.8vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .drink .left .txt p {
    font-size: 0.842vw !important;
    line-height: 1.6;
  }
}
main.hotels_detail .section6 .child .drink .right .items .item .head {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .drink .right .items .item .head {
    font-size: 0.842vw !important;
    line-height: 1.6;
  }
}
main.hotels_detail .section6 .child .drink .right .items .item .body span {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section6 .child .drink .right .items .item .body span {
    font-size: 0.7686vw !important;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 {
    padding-top: 8vw;
  }
}
main.hotels_detail .section7 .child h2 .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child h2 .txt {
    font-size: 7.8vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map h3.txt {
    font-size: 1.46vw;
  }
}
main.hotels_detail .section7 .child .map .btn {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map .btn {
    margin-left: 6.2vw;
  }
}
main.hotels_detail .section7 .child .map .btn a {
  border-color: #000;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map .btn a {
    padding: 6px 0.9vw 6px 2vw;
  }
}
main.hotels_detail .section7 .child .map .btn a::after {
  background: url(../../assets/images/common/pin.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-left: 1.5vw !important;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section7 .child .map .map_child {
    height: fit-content !important;
  }
}
main.hotels_detail .section7 .child .map .map_child iframe {
  width: 100%;
}
main.hotels_detail .section7 .child .map .howto {
  border-color: #000;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map .howto {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map .howto .case {
    padding: 0 0 5% !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map .howto .case h3 {
    font-size: 1.46vw;
  }
}
main.hotels_detail .section7 .child .map .howto .case .item .body p {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section7 .child .map .howto .case .item .body p {
    font-size: 0.8761vw;
  }
}
main.hotels_detail .section7 .child .map .howto .case .video iframe {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  main.hotels_detail .section7 .child .map .howto .case .video iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section7 .child .map .howto .case .video iframe {
    width: 86vw;
    height: 48.57vw;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 {
    padding-top: 8vw;
  }
}
main.hotels_detail .section8 .child h2 .txt {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child h2 .txt {
    font-size: 7.8vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .items {
    margin-bottom: 8vw;
    margin-top: 0;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .items h3 .txt {
    font-size: 1.46vw !important;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .items h3 .sub_txt {
    font-size: 0.8vw !important;
  }
}
main.hotels_detail .section8 .child .items .item {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .items .item {
    padding-bottom: 1vw;
    padding-top: 2vw;
  }
}
main.hotels_detail .section8 .child .items .item .item_child .head,
main.hotels_detail .section8 .child .items .item .item_child .body {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .link {
    position: relative;
    height: 22vw;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section8 .child .link {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .link .img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section8 .child .link .txt {
    top: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .link .sub_txt {
    right: 1.7vw;
  }
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section8 .child .link .sub_txt {
    top: 34.3vw;
  }
}
main.hotels_detail .section8 .child .link .sub_txt::after {
  content: none;
}
main.hotels_detail .section8 .child .link .sub_txt img {
  width: 15px !important;
}
@media screen and (min-width: 1024px) {
  main.hotels_detail .section8 .child .link .sub_txt img {
    transform: none !important;
    margin-left: 5px;
  }
}
main.hotels_detail .section8 .child .to-form {
  margin: 0 auto 8vw 16.2vw;
  width: 75vw;
  font-size: 1.37672vw;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  main.hotels_detail .section8 .child .to-form {
    width: calc(100% - 50px);
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    padding-bottom: 20vw;
  }
}
main.hotels_detail .section8 .child .to-form a {
  display: inline-block;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section8.gallery .items {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section8.gallery .items .item {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main.hotels_detail .section8.gallery .items .item .ngg-galleryoverview {
    margin-top: 0;
  }
}
main.hotels_detail .ngg-navigation .current {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  transition: background-color 0.3s;
  pointer-events: none;
}
main.hotels_detail .ngg-navigation .ellipsis {
  pointer-events: none;
}
main.hotels_detail .ngg-navigation .page-numbers,
main.hotels_detail .ngg-navigation .ellipsis {
  color: #000;
  background-color: transparent;
  transition: background-color 0.3s;
}
main.hotels_detail .ngg-navigation .prev,
main.hotels_detail .ngg-navigation .next {
  color: #000;
}

/* FOOTER */
footer {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  footer .child .main_menu {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .child .main_menu li {
    text-align: center;
  }
}
footer .child .main_menu li::before {
  display: none;
}
footer .child .logo {
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8.7vw;
  font-size: 1.00125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .child .logo {
    margin-left: 0;
    position: static;
    transform: none;
    padding-top: 20px;
    margin: 0 auto;
  }
}
footer .child .logo img {
  width: 7.32vw;
  margin-bottom: 1.8vw;
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  footer .child .logo img {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  footer .child .logo img {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  footer .child .logo p {
    font-size: 12px;
  }
}
footer .child .pagetop_btn {
  font-size: 0.95vw;
  right: calc(0.5em + 7vw);
  transform-origin: right;
  line-height: 1;
  bottom: 8.93vw;
}
@media screen and (max-width: 1023px) {
  footer .child .pagetop_btn {
    right: 35px;
    font-size: 10px;
    bottom: 75px;
  }
}
footer .child .pagetop_btn::before {
  top: 0.5em;
}
@media screen and (max-width: 1023px) {
  footer .child .pagetop_btn::before {
    top: 0.4em;
  }
}
footer .child .logo_f {
  right: 13px;
  bottom: 20px;
}
@media screen and (min-width: 1024px) {
  footer .child .logo_f {
    right: calc(5.17vw + 0.4em);
    bottom: 3.1vw;
  }
}
footer .child .logo_f img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  footer .child .logo_f img {
    width: 3.66vw;
    height: 3.66vw;
  }
}
@media screen and (max-width: 1023px) {
  footer .child .third_menu {
    font-size: 2vw;
    padding-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  footer .child .third_menu {
    font-size: 10px;
    padding-top: 1em;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .child .third_menu li {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 20px 15px 0;
  }
}
footer .child .cp {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  footer .child .cp {
    text-align: center;
  }
}

.viewall {
  font-size: 14px;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.js-floorplan-modal {
  position: fixed;
  top: -120vh !important;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  transition: opacity 0.6s;
}
.js-floorplan-modal img {
  width: 100%;
}
.js-floorplan-modal.show {
  top: 0 !important;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  #hotels_detail_food_ui_sp {
    display: none !important;
  }
}

.js-plan {
  width: 60%;
  margin: 0 18% 0 22%;
  overflow: hidden;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .js-plan {
    margin: 0 auto;
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.js-plan .swiper-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .js-plan .swiper-wrapper {
    margin-left: 0 !important;
  }
}
.js-plan .swiper-slide {
  max-width: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.6s !important;
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .js-plan .swiper-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex-direction: column;
  }
}
.js-plan .swiper-slide .img {
  width: 21.9vw;
  padding-left: 2vw;
}
@media screen and (max-width: 1023px) {
  .js-plan .swiper-slide .img {
    margin: 0 auto !important;
    width: 65%;
  }
}
.js-plan .swiper-slide .cont {
  padding-right: 2vw;
}
@media screen and (max-width: 1023px) {
  .js-plan .swiper-slide .cont {
    padding: 0 16vw 6vw !important;
    margin-left: 0 !important;
  }
}
.js-plan .swiper-button-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .js-plan .swiper-button-prev img {
    width: 3vw;
  }
}
.js-plan .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .js-plan .swiper-button-next img {
    width: 3vw;
  }
}

.form input[name=num1],
.form input[name=num2],
.form input[name=num3] {
  max-width: 100px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .form input[name=num1],
.form input[name=num2],
.form input[name=num3] {
    max-width: 40px !important;
    height: 32px !important;
  }
}
@media screen and (max-width: 1023px) {
  .form .is-num {
    height: 34px !important;
    line-height: 34px !important;
  }
  .form .is-num span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0 !important;
    height: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .ngg-galleryoverview {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 49% !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide::-webkit-scrollbar {
    display: none;
  }
}

main.news_detail .detail_content iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  main.news_detail .detail_content iframe {
    height: 200px;
  }
}

/* NOTICE */
main.notice.form form {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.notice.form form {
    margin-top: 30px;
  }
}
main.notice.form p {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.notice.form p {
    font-size: 12px;
    margin-top: 10px;
  }
}
main.notice.form p:empty {
  display: none;
}
main.notice.form p br {
  display: none;
}
main.notice.form p label:empty {
  display: none;
}
main.notice.form p input:not([type=checkbox]):not([type=submit]):not([type=button]) {
  font-size: 16px;
  padding: 0 10px;
  color: #000;
  width: 100%;
  max-width: 380px;
  height: 42px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  main.notice.form p input:not([type=checkbox]):not([type=submit]):not([type=button]) {
    font-size: 16px;
    padding: 0 5px;
    height: 30px;
    max-width: 313px;
    border-radius: 3px;
  }
}
main.notice.form p input[type=date] {
  border: 1px solid #000;
  background-color: #fff;
  height: 42px;
  width: 50% !important;
  max-width: 150px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  main.notice.form p input[type=date] {
    font-size: 16px;
    height: 30px;
  }
}
main.notice.form p select {
  height: 42px;
  font-size: 16px;
  padding: 0 10px;
  color: #000;
  width: 100%;
  max-width: 380px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  main.notice.form p select {
    max-width: 325px;
    font-size: 14px;
    padding: 0 5px;
    height: 32px;
    border-radius: 3px;
  }
}
main.notice.form p input[type=submit],
main.notice.form p input[type=button] {
  width: 150px;
  margin: 10px 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  main.notice.form p input[type=submit],
main.notice.form p input[type=button] {
    font-size: 14px;
  }
}
main.notice.form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}

.sl-overlay {
  opacity: 1 !important;
}

.btn-top {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100px !important;
  background-color: #000;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  .btn-top {
    font-size: 14px;
  }
}

#loading2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  pointer-events: none;
}

#loading2 .txt.font5 {
  font-size: 2vw;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #000; /* 最初は黒文字 */
}

#loading2 .txt.font5 .txt_child {
  position: relative;
  display: inline-block;
  opacity: 0; /* 最初は透明 */
}

#loading2 .txt.font5 .txt_child .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

#loading2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  pointer-events: none;
}

#loading2 .txt.font5 {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #000; /* 最初は黒文字 */
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #loading2 .txt.font5 {
    font-size: 2vw;
    top: 45%;
  }
}

#loading2 .txt.font5 .txt_child {
  position: relative;
  display: inline-block;
  opacity: 0; /* 最初は透明 */
}

#loading2 .txt.font5 .txt_child .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

#loading2 .txt.font5 .txt_child .char.show {
  opacity: 1;
  transform: translateY(0);
}

/* reverse時の白背景・白文字 */
#loading2 .txt.font5.reverse .txt_child {
  color: #fff;
}

#loading2 p {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 10vh));
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #loading2 p {
    font-size: 1vw;
    transform: translate(-50%, calc(-50% + 5vw));
    top: 45%;
  }
}
#loading2 p .sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  #loading2 p .sp-only {
    display: none;
  }
}

#loading2 p.show {
  opacity: 1;
}

.scrollx-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.scrollx-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(56, 71, 96, 0.33);
  z-index: 1;
  pointer-events: none;
}

.scrollx-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  /* GPU加速を有効にしてレイヤーを分離 */
  will-change: transform;
  transform: translateZ(0);
}
.scrollx-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(56, 71, 96, 0.33);
  z-index: 1;
  pointer-events: none;
  /* GPU加速を有効にして合成を最適化 */
  will-change: transform;
  transform: translateZ(0);
}

.scroll_item {
  width: 100%;
  height: 45rem;
  position: relative;
  overflow: hidden;
  /* GPU加速とレイヤー分離 */
  will-change: transform;
  transform: translateZ(0);
  /* レンダリング最適化 */
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (min-width: 768px) {
  .scroll_item {
    height: 65.714rem;
  }
}
.scroll_item .track {
  display: flex;
  align-items: center;
  height: 100%;
  width: max-content;
  /* GPU加速とスムーズな変形を有効にする */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  /* サブピクセルレンダリングを無効にしてパフォーマンス向上 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scroll_item .track img {
  height: 100%;
  width: auto;
  object-fit: cover;
  /* 画像の最適化 */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  /* 画像の描画を最適化 */
  image-rendering: optimizeSpeed;
  /* WebKit用の最適化 */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* 不要なアンチエイリアスを無効化 */
  -webkit-font-smoothing: antialiased;
}

.scroll_item--single {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 80vh; /* デフォルトで縦長（モバイル用） */
  /* GPU加速とレイヤー分離 */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  z-index: 2;
  /* オーバーレイ */
  /* 768px以上で横長表示 */
}
.scroll_item--single::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(56, 71, 96, 0.33);
  z-index: 3; /* テキストの下 */
  pointer-events: none;
}
.scroll_item--single img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  /* 画像の最適化 */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: optimizeSpeed;
  /* WebKit用の最適化 */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .scroll_item--single {
    height: auto; /* PCでは元の高さに戻す */
  }
  .scroll_item--single img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.scroll_item--single p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4; /* オーバーレイの上に表示 */
  /* テキストの最適化 */
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 全体的なパフォーマンス最適化 */
* {
  /* ボックスサイジングを最適化 */
  box-sizing: border-box;
}

/* スクロール系の要素に対する最適化 */
.scroll_left_to_right,
.scroll_right_to_left {
  /* GPU加速を有効にしてレイヤーを分離 */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  /* 合成レイヤーを作成してパフォーマンス向上 */
  isolation: isolate;
}

.svg-resources {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.fixed-text-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.fixed-text {
  writing-mode: vertical-rl;
  font-size: 2rem;
  line-height: 1.8;
  color: white;
  filter: blur(6px) url(#TextFilterStrong);
  transform: translate(-50%, -40%) translateY(30px);
  /* ↓ 修正ここ */
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  will-change: transform, opacity, filter;
  letter-spacing: 0.04em;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .fixed-text {
    font-size: 2.4rem;
  }
}
.fixed-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) translateX(0) rotate(0deg) scale(1);
  filter: blur(6px) url(#TextFilterStrong);
  animation-name: none;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity, filter;
}

.fixed-text.show {
  opacity: 1;
  filter: blur(0) url(#TextFilter);
  transform: translate(-50%, -50%) translateY(0);
}

.fixed-text.show span {
  animation-name: fadeUpWithDistortion;
  animation-delay: 0s;
}

.fixed-text.hide {
  filter: blur(6px) url(#TextFilterStrong);
  transform: translate(-50%, -40%) translateY(30px);
  opacity: 0;
}

.fixed-text.hide span {
  animation-name: fadeDownWithDistortion;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 0s;
  filter: blur(6px) url(#TextFilterStrong);
}

/* single-message も同様に */
.single-message {
  writing-mode: vertical-rl;
  font-size: 2rem;
  line-height: 1.8;
  color: white;
  opacity: 0;
  filter: blur(6px) url(#TextFilterStrong);
  transform: translate(-50%, -40%) translateY(30px);
  /* ↓ 修正ここ */
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  will-change: transform, opacity, filter;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .single-message {
    font-size: 2.4rem;
  }
}
.single-message span {
  display: inline-block;
  transform: translateY(30px) translateX(0) rotate(0deg) scale(1);
  filter: blur(6px) url(#TextFilterStrong);
  animation-name: none;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity, filter;
}

.single-message.show {
  opacity: 1;
  filter: blur(0) url(#TextFilter);
  transform: translate(-50%, -50%) translateY(0);
  z-index: 10;
}

.single-message.show span {
  animation-name: fadeUpWithDistortion;
  animation-delay: 0s;
}

.single-message.hide {
  opacity: 0;
  filter: blur(6px) url(#TextFilterStrong);
  transform: translate(-50%, -40%) translateY(30px);
  z-index: 2;
}

.single-message.hide span {
  animation-name: fadeDownWithDistortion;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 0s;
  opacity: 0;
  filter: blur(6px) url(#TextFilterStrong);
}

@keyframes fadeUpWithDistortion {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    filter: blur(4px) url(#TextFilterStrong);
  }
  10% {
    opacity: 0.1;
    transform: translateY(25px) scale(0.96);
    filter: blur(3.5px) url(#TextFilterStrong);
  }
  20% {
    opacity: 0.3;
    transform: translateY(20px) scale(0.97);
    filter: blur(3px) url(#TextFilterActive);
  }
  30% {
    opacity: 0.5;
    transform: translateY(15px) scale(0.98);
    filter: blur(2.5px) url(#TextFilterActive);
  }
  40% {
    opacity: 0.65;
    transform: translateY(12px) scale(0.985);
    filter: blur(2px) url(#TextFilterActive);
  }
  50% {
    opacity: 0.75;
    transform: translateY(8px) scale(0.99);
    filter: blur(1.5px) url(#TextFilterActive);
  }
  60% {
    opacity: 0.85;
    transform: translateY(5px) scale(0.995);
    filter: blur(1.2px) url(#TextFilterActive);
  }
  70% {
    opacity: 0.9;
    transform: translateY(3px) scale(0.998);
    filter: blur(0.8px) url(#TextFilter);
  }
  80% {
    opacity: 0.95;
    transform: translateY(1px) scale(0.999);
    filter: blur(0.4px) url(#TextFilter);
  }
  90% {
    opacity: 0.98;
    transform: translateY(0.5px) scale(0.9995);
    filter: blur(0.2px) url(#TextFilter);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) url(#TextFilter);
  }
}
@keyframes fadeDownWithDistortion {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) url(#TextFilter);
  }
  10% {
    opacity: 0.98;
    transform: translateY(2px) scale(0.998);
    filter: blur(0.2px) url(#TextFilter);
  }
  20% {
    opacity: 0.95;
    transform: translateY(4px) scale(0.995);
    filter: blur(0.4px) url(#TextFilter);
  }
  30% {
    opacity: 0.9;
    transform: translateY(6px) scale(0.99);
    filter: blur(0.8px) url(#TextFilterActive);
  }
  40% {
    opacity: 0.8;
    transform: translateY(10px) scale(0.985);
    filter: blur(1.2px) url(#TextFilterActive);
  }
  50% {
    opacity: 0.65;
    transform: translateY(14px) scale(0.98);
    filter: blur(1.8px) url(#TextFilterActive);
  }
  60% {
    opacity: 0.5;
    transform: translateY(18px) scale(0.97);
    filter: blur(2.5px) url(#TextFilterStrong);
  }
  70% {
    opacity: 0.3;
    transform: translateY(22px) scale(0.96);
    filter: blur(3px) url(#TextFilterStrong);
  }
  80% {
    opacity: 0.15;
    transform: translateY(26px) scale(0.94);
    filter: blur(4px) url(#TextFilterStrong);
  }
  90% {
    opacity: 0.05;
    transform: translateY(28px) scale(0.92);
    filter: blur(5px) url(#TextFilterStrong);
  }
  100% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    filter: blur(6px) url(#TextFilterStrong);
  }
}
@keyframes fadeUpWithStrongDistortion {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9) rotateX(10deg);
    filter: blur(6px) url(#TextFilterStrong);
  }
  15% {
    opacity: 0.2;
    transform: translateY(30px) scale(0.93) rotateX(8deg);
    filter: blur(5px) url(#TextFilterStrong);
  }
  30% {
    opacity: 0.4;
    transform: translateY(20px) scale(0.96) rotateX(5deg);
    filter: blur(4px) url(#TextFilterActive);
  }
  45% {
    opacity: 0.6;
    transform: translateY(12px) scale(0.98) rotateX(3deg);
    filter: blur(2.5px) url(#TextFilterActive);
  }
  60% {
    opacity: 0.75;
    transform: translateY(6px) scale(0.99) rotateX(1deg);
    filter: blur(1.5px) url(#TextFilterActive);
  }
  75% {
    opacity: 0.9;
    transform: translateY(2px) scale(0.995) rotateX(0.5deg);
    filter: blur(0.8px) url(#TextFilter);
  }
  85% {
    opacity: 0.95;
    transform: translateY(1px) scale(0.998) rotateX(0.2deg);
    filter: blur(0.4px) url(#TextFilter);
  }
  95% {
    opacity: 0.98;
    transform: translateY(0.5px) scale(0.999) rotateX(0.1deg);
    filter: blur(0.2px) url(#TextFilter);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
    filter: blur(0) url(#TextFilter);
  }
}
.mv-txt {
  padding: 300px 0 260px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .mv-txt {
    padding: 300px 0 260px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-txt {
    padding: 200px 0 160px 0;
  }
}
.mv-txt .inner {
  width: 100%;
  max-width: 74%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .mv-txt .inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 1023px) {
  .mv-txt .inner {
    width: 80%;
  }
}
.mv-txt .inner .wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (min-width: 1024px) {
  .mv-txt .inner .wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1023px) {
  .mv-txt .inner .wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv-txt .inner .wrap {
    gap: 40px;
  }
}
.mv-txt .inner h2 {
  line-height: 2;
  font-weight: bold;
  font-size: 3.2vw !important;
}
@media screen and (max-width: 1023px) {
  .mv-txt .inner h2 {
    font-size: 5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .mv-txt .inner h2 {
    font-size: 25px !important;
  }
}
.mv-txt .inner h2 .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv-txt .inner h2 .sp-only {
    display: block;
  }
}
.mv-txt .inner p:first-of-type {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.mv-txt .inner p:last-of-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.mv-txt .inner p:last-of-type span {
  display: block;
}
.mv-txt img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 8vh;
  right: 0;
  max-width: 63vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv-txt img {
    bottom: 15vh;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv-txt .fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacit 2s ease, transfor 2s ease;
}
.mv-txt .fadein.is-show {
  animation: fadeInUp 2.5s ease forwards;
}
.mv-txt .delay-1 {
  animation-delay: 1s;
}
.mv-txt .delay-2 {
  animation-delay: 2s;
}
.mv-txt .delay-3 {
  animation-delay: 3s;
}
.mv-txt .delay-4 {
  animation-delay: 4s;
}
.mv-txt .delay-5 {
  animation-delay: 5s;
}
.mv-txt .delay-6 {
  animation-delay: 6s;
}
.mv-txt .delay-7 {
  animation-delay: 7s;
}
.mv-txt .delay-8 {
  animation-delay: 8s;
}
.mv-txt .delay-9 {
  animation-delay: 9s;
}
.mv-txt .delay-10 {
  animation-delay: 10s;
}
.mv-txt .delay-11 {
  animation-delay: 11s;
}
.mv-txt .delay-12 {
  animation-delay: 12s;
}
.mv-txt .delay-13 {
  animation-delay: 13s;
}

#experiences .sec1 {
  padding-top: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec1 {
    max-width: 92.6%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 {
    padding-top: 150px;
    max-width: 87.6%;
    margin-left: auto;
  }
}
#experiences .sec1 .flex1 {
  display: flex;
  flex-direction: column;
  gap: 2%;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 {
    flex-direction: row;
    gap: 2%;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 5%;
  }
}
#experiences .sec1 .flex1 .txt {
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec1 .flex1 .txt {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 .txt {
    min-width: 23%;
    padding: 0;
  }
}
#experiences .sec1 .flex1 .txt h1 {
  font-size: 5vw;
  color: #3e3a39;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec1 .flex1 .txt h1 {
    font-size: 2.4vw;
    font-weight: normal;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 .txt h1 {
    font-size: 1.61vw;
    font-weight: normal;
  }
}
#experiences .sec1 .flex1 .txt h1 br {
  display: none;
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 .txt h1 br {
    display: block;
  }
}
#experiences .sec1 .flex1 .txt p {
  font-size: 2.99vw;
  margin-top: 12.5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec1 .flex1 .txt p {
    font-size: 1.6vw;
    margin-top: 22.5px;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 .txt p {
    font-size: 0.99vw;
    margin-top: 32.5px;
  }
}
#experiences .sec1 .flex1 .txt .flex2 {
  display: flex;
  align-items: stretch; /* これで子要素の高さが揃う */
  margin-top: 12.5px;
}
@media screen and (min-width: 768px) {
  #experiences .sec1 .flex1 .txt .flex2 {
    margin-top: 25px;
  }
}
#experiences .sec1 .flex1 .txt .flex2 img {
  width: auto; /* 横幅固定は解除 */
  height: 100%; /* 親の高さに合わせる */
  margin-right: 20px;
  object-fit: contain; /* 画像のアスペクト比を維持 */
}
@media screen and (min-width: 768px) {
  #experiences .sec1 .flex1 .txt .flex2 img {
    margin-right: 25px;
  }
}
#experiences .sec1 .flex1 .txt .flex2 p {
  font-size: 2.92vw;
  margin-top: unset !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec1 .flex1 .txt .flex2 p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 .txt .flex2 p {
    font-size: 0.92vw;
  }
}
#experiences .sec1 .flex1 .img {
  max-width: 100%;
  margin-top: 25px;
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  #experiences .sec1 .flex1 .img {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec1 .flex1 .img {
    max-width: 80%;
    margin-top: 0;
  }
}
#experiences .sec1 .flex1 .img img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec2,
#experiences .sec3,
#experiences .sec4 {
    max-width: 92.6%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec2,
#experiences .sec3,
#experiences .sec4 {
    max-width: 87.6%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec2 .content,
#experiences .sec3 .content,
#experiences .sec4 .content {
    padding-left: 5%;
  }
}
#experiences .sec2 .content h2,
#experiences .sec3 .content h2,
#experiences .sec4 .content h2 {
  padding: 0 40px;
  font-size: 5vw;
  color: #3e3a39;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec2 .content h2,
#experiences .sec3 .content h2,
#experiences .sec4 .content h2 {
    font-size: 2.4vw;
    font-weight: normal;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec2 .content h2,
#experiences .sec3 .content h2,
#experiences .sec4 .content h2 {
    font-size: 1.61vw;
    font-weight: normal;
    padding: 0;
  }
}
#experiences .sec2 .content h2 br,
#experiences .sec3 .content h2 br,
#experiences .sec4 .content h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  #experiences .sec2 .content h2 br,
#experiences .sec3 .content h2 br,
#experiences .sec4 .content h2 br {
    display: block;
  }
}
#experiences .sec2 .content p,
#experiences .sec3 .content p,
#experiences .sec4 .content p {
  font-size: 2.99vw;
  margin-top: 25px;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  #experiences .sec2 .content p,
#experiences .sec3 .content p,
#experiences .sec4 .content p {
    margin-top: 65px;
    padding: 0;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec2 .content p,
#experiences .sec3 .content p,
#experiences .sec4 .content p {
    font-size: 0.99vw;
  }
}
#experiences .sec2 .content .slider,
#experiences .sec3 .content .slider,
#experiences .sec4 .content .slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-top: 25px;
  padding-left: 40px;
  cursor: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec2 .content .slider,
#experiences .sec3 .content .slider,
#experiences .sec4 .content .slider {
    padding-left: 0;
    max-width: 92.6vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec2 .content .slider,
#experiences .sec3 .content .slider,
#experiences .sec4 .content .slider {
    max-width: 87.6vw;
    margin-top: 65px;
    padding-left: 0;
  }
}
#experiences .sec2 .content .slider .slider-track,
#experiences .sec3 .content .slider .slider-track,
#experiences .sec4 .content .slider .slider-track {
  display: flex;
  gap: 3%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  /* Safari対応の追加設定 */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto; /* smoothからautoに変更 */
  /* パフォーマンス向上 */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  will-change: scroll-position;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scroll-padding: 0 20px;
  contain: layout style paint;
  scroll-timeline: --scroll-timeline x;
  animation-timeline: --scroll-timeline;
}
#experiences .sec2 .content .slider .slider-track::-webkit-scrollbar,
#experiences .sec3 .content .slider .slider-track::-webkit-scrollbar,
#experiences .sec4 .content .slider .slider-track::-webkit-scrollbar {
  display: none;
}
#experiences .sec2 .content .slider .slider-track img,
#experiences .sec3 .content .slider .slider-track img,
#experiences .sec4 .content .slider .slider-track img {
  width: 60vw;
  flex-shrink: 0;
  display: block;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  scroll-snap-align: start;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  #experiences .sec2 .content .slider .slider-track img,
#experiences .sec3 .content .slider .slider-track img,
#experiences .sec4 .content .slider .slider-track img {
    width: 55vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec2 .content .slider .slider-track img,
#experiences .sec3 .content .slider .slider-track img,
#experiences .sec4 .content .slider .slider-track img {
    width: 45vw;
  }
}
#experiences .sec2 .content .slider .hover-arrow,
#experiences .sec3 .content .slider .hover-arrow,
#experiences .sec4 .content .slider .hover-arrow {
  position: absolute;
  width: 10vw;
  height: 50px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 100;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  display: block;
}
#experiences .sec2 .content .slider .hover-arrow.show,
#experiences .sec3 .content .slider .hover-arrow.show,
#experiences .sec4 .content .slider .hover-arrow.show {
  opacity: 1;
}
#experiences .sec2 .content .slider .hover-arrow.left,
#experiences .sec3 .content .slider .hover-arrow.left,
#experiences .sec4 .content .slider .hover-arrow.left {
  transform: translate(-50%, -50%) scaleX(-1);
}
#experiences .sec2 .content .slider .hover-arrow.right,
#experiences .sec3 .content .slider .hover-arrow.right,
#experiences .sec4 .content .slider .hover-arrow.right {
  transform: translate(-50%, -50%) scaleX(1);
}
@media screen and (min-width: 768px) {
  #experiences .sec2 .content .slider .hover-arrow,
#experiences .sec3 .content .slider .hover-arrow,
#experiences .sec4 .content .slider .hover-arrow {
    display: block;
  }
}
#experiences .sec2 .content .slider .arrow,
#experiences .sec3 .content .slider .arrow,
#experiences .sec4 .content .slider .arrow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#experiences .sec2 .content .slider .arrow.rotate .a,
#experiences .sec3 .content .slider .arrow.rotate .a,
#experiences .sec4 .content .slider .arrow.rotate .a {
  transform: rotate(180deg);
}
#experiences .sec2 .content .slider .arrow.plus .a,
#experiences .sec3 .content .slider .arrow.plus .a,
#experiences .sec4 .content .slider .arrow.plus .a {
  opacity: 0;
}
#experiences .sec2 .content .slider .arrow.plus .p,
#experiences .sec3 .content .slider .arrow.plus .p,
#experiences .sec4 .content .slider .arrow.plus .p {
  opacity: 1;
}
#experiences .sec2 .content .slider .arrow .a,
#experiences .sec3 .content .slider .arrow .a,
#experiences .sec4 .content .slider .arrow .a {
  opacity: 0;
  position: relative;
  left: -29px;
  top: -23px;
  transform-origin: center;
}
#experiences .sec2 .content .slider .arrow .p,
#experiences .sec3 .content .slider .arrow .p,
#experiences .sec4 .content .slider .arrow .p {
  opacity: 0;
  position: absolute;
  top: -25px;
  left: -25px;
}
#experiences .sec2 {
  padding-top: 150px;
}
@media screen and (min-width: 1024px) {
  #experiences .sec2 {
    padding-top: 350px;
  }
}
#experiences .sec3,
#experiences .sec4 {
  padding-top: 117.5px;
}
@media screen and (min-width: 1024px) {
  #experiences .sec3,
#experiences .sec4 {
    padding-top: 235px;
  }
}
#experiences .sec5 {
  background: #f7f3ed;
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 {
    margin-top: 140px;
  }
}
#experiences .sec5 .content {
  margin: 0 auto;
  padding: 75px 0 62px;
  width: 86vw;
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content {
    padding: 150px 0 124px;
    width: 75vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .padding {
    padding-left: 5%;
  }
}
#experiences .sec5 .content .font3 {
  font-size: 5vw;
  color: #3e3a39;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec5 .content .font3 {
    font-size: 2.4vw;
    font-weight: normal;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .font3 {
    font-size: 1.61vw;
    font-weight: normal;
    padding: 0;
  }
}
#experiences .sec5 .content .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 34px;
  margin-top: 62.5px;
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .wrap {
    align-items: flex-end;
    flex-direction: row;
    max-width: 54.5vw;
    margin: 125px auto 0;
  }
}
#experiences .sec5 .content .wrap .detail {
  /* ホバー時の色反転 */
  /* ホバー時のテキスト色反転 */
  /* SVGのスタイル */
  /* ホバー時のSVG色反転 */
  /* 円のアニメーション */
}
#experiences .sec5 .content .wrap .detail p:first-of-type {
  font-size: 3.21vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec5 .content .wrap .detail p:first-of-type {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .wrap .detail p:first-of-type {
    font-size: 1.21vw;
  }
}
#experiences .sec5 .content .wrap .detail p:last-of-type {
  font-size: 2.84vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec5 .content .wrap .detail p:last-of-type {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .wrap .detail p:last-of-type {
    font-size: 0.84vw;
  }
}
#experiences .sec5 .content .wrap .detail .btn {
  width: 45vw;
  height: 5vh;
  border: 1px solid #000;
  background: #f8f3ed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec5 .content .wrap .detail .btn {
    width: 23vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .wrap .detail .btn {
    width: 18vw;
  }
}
#experiences .sec5 .content .wrap .detail .btn:hover {
  background: #000;
  border-color: #f8f3ed;
}
#experiences .sec5 .content .wrap .detail .btn a {
  font-size: 3.1vw;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #experiences .sec5 .content .wrap .detail .btn a {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .wrap .detail .btn a {
    font-size: 1.1vw;
  }
}
#experiences .sec5 .content .wrap .detail .btn:hover a {
  color: #f8f3ed;
}
#experiences .sec5 .content .wrap .detail .btn a .arrow-container {
  width: 40px;
  flex-shrink: 0;
  position: relative;
}
#experiences .sec5 .content .wrap .detail .btn a .arrow-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#experiences .sec5 .content .wrap .detail .btn a .arrow-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 0.1px;
  transition: stroke 0.3s ease;
}
#experiences .sec5 .content .wrap .detail .btn:hover .arrow-svg .cls-1 {
  stroke: #f8f3ed;
}
#experiences .sec5 .content .wrap .detail .btn a .arrow-svg .moving-circle {
  transition: transform 0.4s ease;
  transform-origin: center;
}
#experiences .sec5 .content .wrap .detail .btn:hover .arrow-svg .moving-circle {
  transform: translateX(85%);
}
#experiences .sec5 .content .wrap .detail .btn:last-of-type {
  margin-top: 20px !important;
}
#experiences .sec5 .content .wrap .img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  #experiences .sec5 .content .wrap .img {
    max-width: 47.5%;
  }
}
#experiences .sec5 .content .wrap .img img {
  width: 100%;
}
#experiences .section00 {
  background-color: hsl(36deg, 38%, 95%);
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 {
    width: unset !important;
  }
}
#experiences .section00 .bg_ggg {
  padding: 4.25vw 0 1vw;
  background-color: #f7f3ed !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #experiences .section00 .bg_ggg {
    padding: 65px 20px;
  }
}
#experiences .section00 h2 {
  text-align: center;
  margin-left: 0;
  color: #000;
}
#experiences .section00 h2 .txt {
  font-weight: 500 !important;
  font-size: 4.2vw !important;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 h2 .txt {
    font-size: 6vw !important;
  }
}
@media screen and (max-width: 767px) {
  #experiences .section00 h2 .txt {
    font-size: 10.66667vw !important;
    padding-top: 0;
  }
}
#experiences .section00 .swiper-container {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 3.48vw auto 2vw;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .swiper-container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #experiences .section00 .swiper-container {
    width: 100%;
    margin: 15px auto;
    padding: 0;
  }
}
#experiences .section00 .swiper-wrapper {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #experiences .section00 .swiper-wrapper {
    flex-direction: column;
  }
}
#experiences .section00 .swiper-slide {
  width: 30%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .swiper-slide {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #experiences .section00 .swiper-slide {
    max-width: calc(100vw - 30px);
    width: 100%;
    margin-top: 20px;
  }
}
#experiences .section00 .show_sp span {
  font-weight: 600;
}
#experiences .section00 .image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.1vw;
}
@media screen and (max-width: 1024px) {
  #experiences .section00 .image {
    height: 220px;
  }
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .image {
    height: 200px;
    margin-bottom: 5px;
  }
}
#experiences .section00 .image img {
  height: 100%;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .image img {
    height: auto;
    max-width: none;
    width: auto;
    min-width: 100vw;
  }
}
#experiences .section00 .image.noimage {
  border: 1px solid #000;
  background-color: #fff;
}
#experiences .section00 .image.noimage img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .image.noimage img {
    width: 120px !important;
  }
}
#experiences .section00 .tpoics_title {
  margin-bottom: 0.8vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #experiences .section00 .tpoics_title {
    margin-top: 0 !important;
  }
}
#experiences .section00 .tpoics_title .label_title {
  font-weight: 600;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  -webkit-box-shadow: 3px 3px 0px 0px red;
  -moz-box-shadow: 3px 3px 0px 0px red;
  box-shadow: 3px 3px 0px 0px red;
  margin-right: 0.5vw;
}
@media screen and (max-width: 767px) {
  #experiences .section00 .tpoics_title .label_title {
    font-size: 12px !important;
    margin-right: 5px;
    padding: 2px 8px;
  }
}
@media screen and (min-width: 1024px) {
  #experiences .section00 .tpoics_title .label_title {
    font-size: 1vw !important;
  }
}
#experiences .section00 .tpoics_title span:last-child {
  font-size: 0.6vw;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .tpoics_title span:last-child {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #experiences .section00 .tpoics_title span:last-child {
    font-size: 10px !important;
  }
}
#experiences .section00 .tpoics_summary {
  margin-top: 0;
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #experiences .section00 .tpoics_summary {
    font-size: 2.5vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #experiences .section00 .tpoics_summary {
    font-size: 12px !important;
    margin-top: 10px;
  }
}
#experiences .hotels_detail {
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  #experiences .hotels_detail {
    padding-top: 180px;
  }
}
#experiences .hotels_detail .child {
  padding-bottom: 195px;
}
@media screen and (min-width: 768px) {
  #experiences .hotels_detail .child {
    padding-bottom: 390px;
  }
}
#experiences #hotels_detail_reserve_btn {
  /* フェードアウト用トランジション */
  transition: opacity 0.5s ease, visibility 0.5s ease !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#experiences #hotels_detail_reserve_btn.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#experiences #hotels_detail_reserve_btn a {
  color: #fff;
}

#experience .child {
  width: 100%;
  margin: 5.97vw 0;
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #experience .child {
    max-width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  #experience .child {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #experience .child {
    margin: 65px auto;
  }
}
#experience .child .title {
  text-align: center;
  color: #000;
  font-size: 0.95vw;
  font-weight: 600;
  padding-bottom: 4vw;
}
@media screen and (max-width: 1023px) {
  #experience .child .title {
    font: 2vw;
  }
}
#experience .child .title h2 .txt {
  font-weight: 500 !important;
  font-size: 4.2vw !important;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #experience .child .title h2 .txt {
    font-size: 6vw !important;
  }
}
@media screen and (max-width: 767px) {
  #experience .child .title h2 .txt {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  #experience .child .title p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #experience .child .title p {
    font-size: 16px;
  }
}
#experience .child .title p br {
  display: none;
}
#experience .contents {
  position: relative;
  max-width: 87%;
  margin-left: auto;
}
#experience .contents ul {
  display: flex;
  gap: 3vw;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#experience .contents ul::-webkit-scrollbar {
  display: none;
}
#experience .contents ul li {
  max-width: 18vw;
  flex-shrink: 0;
}
#experience .contents ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#experience .contents ul li a:hover {
  opacity: 0.7;
}
#experience .contents ul li a img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
#experience .contents ul li a .flex {
  display: flex;
  align-items: stretch; /* これで子要素の高さが揃う */
  margin-top: 5px;
}
#experience .contents ul li a .flex img {
  width: 3vw; /* 横幅固定は解除 */
  height: 100%; /* 親の高さに合わせる */
  margin-right: 5%;
  object-fit: contain; /* 画像のアスペクト比を維持 */
}
#experience .contents ul li a .flex p {
  font-size: 0.805vw;
  font-weight: 600;
  margin-top: unset !important;
}
#experience .contents ul li a h1 {
  font-size: 0.951vw;
  font-weight: 600;
  margin-top: 10px;
}
#experience .contents .hover-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 100;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
#experience .contents .hover-arrow.show {
  opacity: 1;
}
#experience .contents .hover-arrow.left {
  transform: translate(-50%, -50%) scaleX(-1);
}
#experience .contents .hover-arrow.right {
  transform: translate(-50%, -50%) scaleX(1);
}
@media screen and (max-width: 768px) {
  #experience .contents ul {
    gap: 10.5vw;
  }
  #experience .contents ul li {
    max-width: 42vw;
  }
  #experience .contents ul li a .flex img {
    width: 10.5vw;
  }
  #experience .contents ul li a .flex p {
    font-size: 2.8175vw;
  }
  #experience .contents ul li a h1 {
    font-size: 3.3285vw;
  }
  #experience .contents .hover-arrow {
    width: 35px;
    height: 35px;
    display: none;
  }
}

.line_bnr {
  position: fixed;
  bottom: 15px;
  right: 50%;
  z-index: 999;
  width: 90vw;
  max-width: 390px;
  height: 15vw;
  max-height: 90px;
  background: #06c755;
  border-radius: 20px;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* フェードアウト用トランジション */
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.line_bnr.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.line_bnr a {
  display: contents;
  width: 100%;
  height: 100%;
}
.line_bnr img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .line_bnr img.sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .line_bnr img.pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .line_bnr {
    bottom: 2vw;
    right: 2vw;
    width: 9%;
    max-width: 250px;
    min-width: 125px;
    height: auto;
    max-height: unset;
    transform: unset;
    aspect-ratio: 250/135;
  }
}
/*# sourceMappingURL=style20250702.css.map */