@charset "UTF-8";
/*
Theme Name: ALLPAR
Description: 北海道北広島市のFビレッジ内にあるグランピング施設ALLPAR
Version: 1.0
Author: ALLPAR
Author URI: http://example.com
*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.6;
}

.home {
  background: #c63527;
}

.backhide {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.pcblock {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcblock {
    display: none;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeleft {
  opacity: 0;
  transform: translate3d(-30%, 0, 0);
  transition: opacity 1.8s, transform 1.3s;
}

.fadeleft.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.faderight {
  opacity: 0;
  transform: translate3d(30%, 0, 0);
  transition: opacity 1.8s, transform 1.3s;
}

.faderight.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slidein {
  animation: SlideIn 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes SlideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  30% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 0.8s cubic-bezier(0.03, 1, 0.77, 1);
}

.bg-wrap.is_animated {
  opacity: 1;
}
.bg-wrap.is_animated .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  color: #000;
}

h1 {
  line-height: 1;
}

.top_header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  position: relative;
}
.top_header-in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 34px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_header-in {
    width: 100%;
    background: #000;
    color: #fff;
    height: auto;
    bottom: 0;
    z-index: 15;
    position: fixed;
    padding-bottom: env(safe-area-inset-bottom); /* デフォルト20px */
    min-height: calc(64px + env(safe-area-inset-bottom));
  }
}
.top_header .logo_content {
  position: fixed;
  top: 30px;
  left: 34px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 297px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50px;
}
@media screen and (max-width: 1080px) {
  .top_header .logo_content {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_header .logo_content {
    background: none;
    width: auto;
    top: 0;
  }
}
.top_header .logo_content h1 img {
  width: 130px;
  aspect-ratio: 130/28;
}
.top_header .header_content {
  position: fixed;
  top: 30px;
  right: 34px;
  z-index: 999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  transition: background-color 0.4s ease;
  padding: 12px 18px 12px 43px;
  border-radius: 40px;
}
@media screen and (max-width: 1080px) {
  .top_header .header_content {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_header .header_content {
    right: 0;
    bottom: 0;
    top: auto;
    border-radius: 0;
    background: #000;
    height: auto;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 0 0 env(safe-area-inset-bottom) 0;
    width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.top_header .header_content .reserve_btn {
  background: #c63527;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  border-radius: 20px;
  padding: 8px 27px 8px 18px;
  color: #fff;
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  letter-spacing: 0.4px;
  font-size: 14px;
  animation: pekopeko 5s infinite;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .top_header .header_content .reserve_btn {
    border-radius: 0;
    padding: 21px 12px;
    animation: none;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .top_header .header_content .reserve_btn:before {
    content: "";
    -webkit-mask-image: url(../img/calendar.svg);
    mask-image: url(../img/calendar.svg);
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-color: currentColor;
    margin-right: 6px;
  }
}
.top_header .header_content .reserve_btn:after {
  content: "";
  -webkit-mask-image: url(../img/blank_linkW.svg);
  mask-image: url(../img/blank_linkW.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: static;
  flex-shrink: 0;
  margin-left: 4px;
  background-color: currentColor; /* アイコンの色を設定 */
}
@media screen and (max-width: 767px) {
  .top_header .header_content .reserve_btn:after {
    right: 16px;
  }
}
@keyframes pekopeko {
  0% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  3% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  6% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  9% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  12% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
.top_header .header_content-instalink {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .top_header .header_content-instalink {
    margin-left: 0;
  }
}
.top_header .header_content-instalink-ico {
  width: 30px;
}

@media screen and (max-width: 767px) {
  .spaccess {
    color: #fff;
    font-size: 14px;
    flex: 1;
    min-width: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .spaccess:before {
    content: "";
    -webkit-mask-image: url(../img/pin.svg);
    mask-image: url(../img/pin.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor; /* アイコンの色を設定 */
  }
}
.spaccess:visited {
  color: #ffffff;
}

.hm_btn {
  z-index: 21;
  position: relative;
  width: 27px;
  height: 30px;
  transition: transform 0.4s ease;
  margin-left: 30px;
  padding: 15px 20px;
  margin-right: 34px;
}
@media screen and (max-width: 767px) {
  .hm_btn {
    margin-right: 0;
    margin-left: 0;
    height: 64px;
    padding: 19px 50px;
  }
}
.hm_btn div[class^=Button-Line] {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  opacity: 1;
  background-color: #000;
  transition: background-color 0.4s ease, top 0.25s 0.25s ease, opacity 0.25s ease, transform 0.25s ease, width 0.25s ease;
}
@media screen and (max-width: 767px) {
  .hm_btn div[class^=Button-Line] {
    background-color: #fff;
  }
}
.hm_btn .Button-Line__Top {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .hm_btn .Button-Line__Top {
    top: 20px;
  }
}
.hm_btn .Button-Line__Medium {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .hm_btn .Button-Line__Medium {
    top: 26px;
  }
}
.hm_btn .Button-Line__Bottom {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .hm_btn .Button-Line__Bottom {
    top: 32px;
  }
}
.hm_btn-menu {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: #000;
  text-align: center;
  transition: color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .hm_btn-menu {
    color: #fff;
    bottom: 12px;
  }
}

.hm_btn.active {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .hm_btn.active .hm_btn-menu {
    color: #000;
  }
}
.hm_btn.active div[class^=Button-Line] {
  background-color: #000;
}
.hm_btn.active .Button-Line__Top {
  top: 0px;
  transform: rotate(45deg);
  transition: color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .hm_btn.active .Button-Line__Top {
    top: 20px;
  }
}
.hm_btn.active .Button-Line__Medium {
  opacity: 0;
  transition: color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.hm_btn.active .Button-Line__Bottom {
  top: 0px;
  transform: rotate(-45deg);
  transition: color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .hm_btn.active .Button-Line__Bottom {
    top: 20px;
  }
}

.nav_menu-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 80%;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.3s; /* 追加 */
}
@media screen and (max-width: 767px) {
  .nav_menu-content {
    width: 100%;
  }
}
.nav_menu-content .nav_wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.nav_menu-content .nav_wrap .nav_in {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 70%;
  height: 100%;
  background-color: #fff;
  transform: translate(100px, 0);
  transition: opacity 0s 0.4s ease, transform 0s 0.4s ease;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .nav_menu-content .nav_wrap .nav_in {
    width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  .nav_menu-content .nav_wrap .nav_in {
    width: 100%;
    transform: translate(20px, 0);
  }
}
.nav_menu-list {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 1280px) {
  .nav_menu-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 32px;
  }
}
@media screen and (max-width: 900px) {
  .nav_menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
  }
}
@media screen and (max-width: 767px) {
  .nav_menu-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.nav_menu-list li {
  min-width: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav_menu-list li {
    text-align: left;
  }
}
.nav_menu-list li a {
  display: block;
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .nav_menu-list li a {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .nav_menu-list li a:after {
    content: "";
    -webkit-mask-image: url(../img/arrow-right.svg);
    mask-image: url(../img/arrow-right.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10%;
    top: 40%; /* 修正：中央寄せ */
    transform: translateY(-50%); /* 中央寄せ */
    background-color: currentColor; /* アイコンの色を設定 */
  }
}
.nav_menu-list li a span {
  display: block;
  font-size: 0.8rem;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .nav_menu-list li a span {
    margin-left: 1rem;
  }
}
.nav_menu-list li a:hover {
  color: #c63527;
  transition: all 0.4s;
}
.nav_menu .nav_contact {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_contact {
    margin-top: 6px;
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_contact-in {
    display: flex;
  }
}
.nav_menu .nav_contact-in a {
  padding: 16px 80px;
  background: #000;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_contact-in a {
    padding: 10px 25px;
  }
}
.nav_menu .nav_contact-in a:first-child {
  margin-right: 20px;
}
.nav_menu .nav_inout {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-top: 36px;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_inout {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.nav_menu .nav_inout div:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_inout div:nth-child(n+2) {
    margin-left: 0;
  }
}
.nav_menu .nav_sns {
  width: 100%;
  margin-top: 12px;
}
.nav_menu .nav_sns a {
  padding: 6px;
}
.nav_menu .nav_sns a img {
  width: 30px;
}

.MenuIsOpen {
  transform: translateX(0%);
  transition: all 0.3s; /* 追加 */
}

.main_visual {
  background-color: #fff;
  position: relative;
}
.main_visual .allpar_ttl {
  position: absolute;
  bottom: 20px;
  left: 34px;
  z-index: 3;
  display: flex;
  width: 60%;
}
.main_visual .allpar_ttl-inner {
  width: auto;
  height: clamp(30px, 8vw, 120px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_visual .allpar_ttl-inner {
    height: clamp(30px, 6vw, 120px);
  }
}
.main_visual .recruitLink {
  position: absolute;
  bottom: 20px;
  right: 3vw;
  z-index: 5;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .main_visual .recruitLink {
    max-width: 100px;
    top: 75px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.main_visual .swiper-slide-active .swiper-img,
.main_visual .swiper-slide-duplicate-active .swiper-img,
.main_visual .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.main_visual .swiper {
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  .main_visual .swiper {
    height: 100vh;
  }
}
.main_visual .swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main_visual .swiper-slide img {
    max-height: 100%;
    width: 100%;
    aspect-ratio: 9/16;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .main_visual .swiper-slide img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main_visual .swiper .swiper-button-prev,
.main_visual .swiper .swiper-rtl .swiper-button-next {
  color: #fff;
  left: var(--swiper-navigation-sides-offset, 3%);
}

/*moreBtn 共通設定 */
.moreBtn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  font-size: 1.3rem;
  background: #000;
  color: #fff;
  border: 1px solid #000; /* ボーダーの色と太さ */
  padding: 12px 72px 12px 60px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .moreBtn {
    font-size: 1rem;
    padding: 10px 60px 10px 60px;
  }
}
.moreBtn {
  /*ボタン内spanの形状*/
}
.moreBtn span {
  position: relative;
  font-weight: bold;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .moreBtn span {
    background-size: 40%;
  }
}

.moreBtn:after {
  content: "";
  -webkit-mask-image: url(../img/arrow-right.svg);
          mask-image: url(../img/arrow-right.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 30%;
  background: #fff;
}

.moreBtn:hover::after {
  background: #000;
}

.moreBtn:hover span {
  color: #000;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #fff;
  width: 120%;
  height: 101%;
  transform: skewX(-25deg);
}

.backBtn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  font-size: 1.3rem;
  background: #ccc;
  color: #000;
  border: 1px solid #ccc; /* ボーダーの色と太さ */
  padding: 12px 72px 12px 60px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .backBtn {
    font-size: 1rem;
    padding: 10px 60px 10px 60px;
  }
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
#notfound {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  #notfound {
    padding: 3rem;
  }
}
#notfound img {
  max-width: 600px;
}
#news {
  background: url(../img/newsBG.svg) no-repeat 50% 0;
}
@media screen and (max-width: 767px) {
  #news {
    padding-top: 6px;
  }
}
#news .news_area {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #news .news_area {
    padding: 0 3px;
  }
}
#news .news_area-inner {
  max-width: 1080px;
  background: #f6f6f6;
  padding: 46px 95px;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 1080px) {
  #news .news_area-inner {
    max-width: 767px;
    padding: 46px 40px;
  }
}
@media screen and (max-width: 767px) {
  #news .news_area-inner {
    max-width: 767px;
    padding: 46px 20px;
  }
}
#news .news_area-inner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  #news .news_area-inner h2 {
    font-size: 20px;
  }
}
#news .news_area-inner h2::after {
  content: "";
  background: url(../img/ttl_underline.svg) no-repeat 50% 8px;
  width: 100%;
  display: block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #news .news_area-inner h2::after {
    background-size: 40%;
  }
}
#news .news_area-content {
  margin: 50px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #news .news_area-content {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
#news .news_area-content .news_area-block {
  width: 23%;
}
@media screen and (max-width: 767px) {
  #news .news_area-content .news_area-block {
    width: 48%;
    line-height: 1.2;
  }
}
#news .news_area-content .news_area-block figure {
  width: 100%;
}
#news .news_area-content .news_area-block figure img {
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news_area-content .news_area-block .module-Article_Item_Date time {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 5px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #news .news_area-content .news_area-block .module-Article_Item_Date time {
    font-size: 0.7rem;
    margin-bottom: 3px;
  }
}
#news .news_area-content .news_area-block .module-Article_Item_Title {
  font-size: 1rem;
}
#news .news_area-content .news_area-block a {
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  #news .news_area-content .news_area-block a {
    margin-bottom: 6px;
  }
}
#news .news_area-content .news_area-block a:hover .c-bnr.zoom {
  transform: scale(1.2);
}
#news .news_area-content .news_area-block-ttl {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #news .news_area-content .news_area-block-ttl {
    font-size: 0.8rem;
  }
}
#news .news_area-content .zoom-box {
  display: inline-block;
  overflow: hidden;
}
#news .news_area-content .c-bnr.zoom {
  display: block;
  transition-duration: 0.5s;
}
#news .news_area .news_btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #news .news_area .news_btn {
    text-align: center;
  }
}

#parallax01 .parallax_content01 {
  font-size: clamp(50px, 14vw, 135px);
  font-weight: 900;
  color: #cb4336;
  white-space: nowrap;
}

#parallax02 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#parallax02 .parallax_content02 {
  font-size: clamp(50px, 14vw, 135px);
  font-weight: 900;
  color: #cb4336;
  text-align: right;
  white-space: nowrap;
  float: right;
}

#stay .fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
#stay .fade-in-up {
  transform: translate(0, 50px);
}
#stay .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
#stay .stay_ttl {
  font-size: clamp(26px, 7vw, 78px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.4px;
  margin: 34px;
}
#stay .stay_content {
  position: relative;
}
#stay .stay_content-imageBox {
  display: flex;
  align-items: center;
  height: 550px;
}
#stay .stay_content-imageBox figure {
  width: 25%;
  height: 100%;
}
#stay .stay_content-imageBox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(50%);
}
#stay .stay_content-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#stay .stay_content-comment p {
  font-weight: 600;
  font-size: clamp(0.8rem, 2vw, 1.4rem);
  color: #fff;
  line-height: 2;
  text-align: center;
}
#stay .stay_content-comment p:last-of-type {
  margin-bottom: 70px;
}
#stay .stay_content-comment .stay_btn {
  text-align: center;
}

#floor {
  margin-bottom: 100px;
}
#floor .floor_area-inner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #floor .floor_area-inner h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
#floor .floor_area-inner h2::after {
  content: "";
  background: url(../img/ttl_underline.svg) no-repeat 50% 8px;
  width: 100%;
  display: block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #floor .floor_area-inner h2::after {
    background-size: 40%;
  }
}
#floor .floor_area-inner .floor_swiper {
  position: relative;
}
#floor .floor_area-inner .floor_swiper .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#floor .floor_area-inner .floor_swiper .swiper-slide img {
  height: auto;
  transition: transform 0.6s ease;
}
#floor .floor_area-inner .floor_swiper .swiper-slide:hover img {
  transform: scale(1.1); /* 拡大 */
}
#floor .floor_area-inner .floor_swiper .swiper-button-next {
  right: 3% !important;
}
#floor .floor_area-inner .floor_swiper .swiper-button-prev {
  left: 3% !important;
}
#floor .floor_area-inner-content ul {
  display: flex;
  align-items: center;
}
#floor .floor_btn {
  text-align: center;
  margin: 60px 0 0;
}

#howto {
  background: url(../img/circle_r.svg) no-repeat 50% 0;
}
#howto .howto_area {
  position: relative;
}
#howto .howto_area:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  background: url(../img/circle_r.svg) no-repeat 50% 0;
  width: 100%;
  height: 100%;
}
#howto .howto_area-inner {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #howto .howto_area-inner {
    width: 100%;
  }
}
#howto .howto_area-inner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-inner h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
#howto .howto_area-inner h2::after {
  content: "";
  background: url(../img/ttl_underline.svg) no-repeat 50% 8px;
  width: 100%;
  display: block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-inner h2::after {
    background-size: 40%;
  }
}
#howto .howto_area-content {
  height: 765px;
}
#howto .howto_area-content .swiper-slide .howto_backimg {
  filter: brightness(30%);
  height: 100%;
}
#howto .howto_area-content .swiper-slide .howto_flex {
  position: absolute;
  top: 56%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex {
    flex-direction: column;
    top: 50%;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-numver {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-numver {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-numver .numver_box {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-numver .numver_box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-numver .numver_box > div {
    margin-left: 12px;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-numver .numver_ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-numver .numver_ttl {
    margin-bottom: -10px;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-numver p {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-numver p {
    font-size: 24px;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-numver .numver_in {
  font-size: 180px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-numver .numver_in {
    font-size: 60px;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-img {
  flex: 1;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-img {
    width: 70%;
    min-width: 260px;
  }
}
#howto .howto_area-content .swiper-slide .howto_flex-text {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
#howto .howto_area-content .swiper-slide .howto_flex-text p {
  line-height: 2;
  letter-spacing: 0.6px;
  font-size: clamp(12px, 1.5vw, 18px);
}
@media screen and (max-width: 767px) {
  #howto .howto_area-content .swiper-slide .howto_flex-text p {
    line-height: 1.7;
  }
}
#howto .howto_area-content .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px !important;
  width: 54px;
  height: 5px;
  background: #fff;
  opacity: 0.19;
}
#howto .howto_area-content .swiper-pagination-bullet-active {
  background: #c63527;
  opacity: 1;
}
#howto .howto_area-content .swiper-pagination-bullets {
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 1080px;
  bottom: 100px;
}
#howto .howto_area-content .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4%) !important;
  left: auto;
  color: #fff !important;
}
#howto .howto_area-content .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4%) !important;
  right: auto;
  color: #fff !important;
}
#howto .howto_area .howto_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#food .food_area {
  background: #fff;
  padding: 80px 0 0px;
}
@media screen and (max-width: 767px) {
  #food .food_area {
    padding: 40px 0 12px;
  }
}
#food .food_area-inner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #food .food_area-inner h2 {
    font-size: 20px;
  }
}
#food .food_area-inner h2::after {
  content: "";
  background: url(../img/ttl_underline.svg) no-repeat 50% 8px;
  width: 100%;
  display: block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #food .food_area-inner h2::after {
    background-size: 40%;
  }
}
@media screen and (max-width: 767px) {
  #food .food_area-content {
    margin-top: -40px;
  }
}
#food .food_area-content .swiper-slide {
  width: 33.3333333333%;
}
#food .food_area-content .swiper-slide figure {
  width: 300px;
  height: 300px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}
#food .food_area-content .swiper-slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#food .food_area-content .swiper-slide .food_image {
  margin: 0 auto;
  width: 300px;
}
#food .food_area-content .swiper-slide .food_image span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 2px 8px;
  font-size: 1rem;
  border-radius: 2px;
  text-align: center;
  width: 5.5em;
  box-sizing: border-box;
}
#food .food_area-content .swiper-slide .food_txt {
  margin: 0 auto;
  background: #fff;
  padding: 8px 12px;
  width: 300px;
}
#food .food_area-content .swiper-slide .food_txt p {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}
#food .food_area .food_btn {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #food .food_area .food_btn {
    margin-top: 12px;
  }
}

#paraImg {
  height: 400px;
}
@media screen and (max-width: 767px) {
  #paraImg {
    height: 250px;
  }
}
#paraImg .paraImg_area {
  height: 100%;
  position: relative;
}
#paraImg .paraImg_area-content {
  background-image: url("../img/paraImg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  #paraImg .paraImg_area-content {
    background-attachment: fixed;
  }
}
#paraImg .paraImg_area-content:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/paraBG.svg) no-repeat 50% 0;
  top: 0;
  z-index: 3;
}

#access {
  background: url(../img/accessBG.jpg) no-repeat 50% 50%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 40px 0 60px;
  }
}
#access .access_area {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #access .access_area {
    max-width: 767px;
  }
}
@media screen and (max-width: 767px) {
  #access .access_area {
    padding: 0 6%;
  }
}
#access .access_area-inner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #access .access_area-inner h2 {
    font-size: 20px;
  }
}
#access .access_area-inner h2::after {
  content: "";
  background: url(../img/ttl_underline.svg) no-repeat 50% 8px;
  width: 100%;
  display: block;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #access .access_area-inner h2::after {
    background-size: 40%;
  }
}
#access .access_area-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .access_area-content {
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  #access .access_area-content .add_area {
    margin-bottom: 12px;
  }
}
#access .access_area-content .add_area span {
  font-size: 0.8em;
}
#access .access_area-content .add_area p {
  font-size: 1rem;
}
#access .access_area-content .links {
  text-align: right;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #access .access_area-content .links {
    position: relative;
    align-items: center;
    top: 36px;
  }
}
#access .access_area-content .links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  font-size: 1rem;
  text-decoration: none;
  background: #000;
  color: #fff;
  border: 1px solid #000; /* ボーダーの色と太さ */
  padding: 12px 30px 12px 40px;
  margin-bottom: 6px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  width: 280px;
}
@media screen and (max-width: 767px) {
  #access .access_area-content .links a {
    width: 100%;
  }
}
#access .access_area-content .links a {
  /*ボタン内spanの形状*/
}
#access .access_area-content .links a p {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
#access .access_area-content .links a:hover p {
  color: #000;
}
#access .access_area-content .links a span {
  width: 30px;
}
#access .access_area-content .links a img {
  vertical-align: middle;
}
#access .access_area-content .links {
  /*== 背景が流れる（斜め） */
}
#access .access_area-content .links .bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #fff;
  width: 120%;
  height: 101%;
  transform: skewX(-25deg);
}
#access .access_area-content .links {
  /*hoverした時のアニメーション*/
}
#access .access_area-content .links .bgskew:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}

#contact {
  background-color: #f6f6f6;
}
#contact .contact_area {
  background: url(../img/contactBG.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#contact .contact_area-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 3px;
}
@media screen and (max-width: 767px) {
  #contact .contact_area-inner {
    padding: 80px 6%;
  }
}
#contact .contact_area-inner h2 {
  width: 220px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contact .contact_area-inner h2 {
    width: 140px;
    margin-bottom: 6px;
  }
}
#contact .contact_area-content-add {
  font-size: 1rem;
}
#contact .contact_area-content-add .contact_add {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  #contact .contact_area-content-add .contact_add {
    margin-bottom: 12px;
  }
}
#contact .contact_area-content-add .contact_btnarea-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contact .contact_area-content-add .contact_btnarea-flex {
    flex-direction: column;
  }
}
#contact .contact_area-content-add .contact_btnarea a {
  display: block;
  width: calc(50% - 80px);
  padding: 40px 0;
  background: #fff;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-align: center;
  position: relative;
  overflow: hidden;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #contact .contact_area-content-add .contact_btnarea a {
    width: 100%;
    padding: 20px;
  }
  #contact .contact_area-content-add .contact_btnarea a:first-child {
    margin-bottom: 6px;
  }
}
#contact .contact_area-content-add .contact_btnarea a {
  /*ボタン内spanの形状*/
}
#contact .contact_area-content-add .contact_btnarea a p {
  position: relative;
  letter-spacing: 0.1em;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #000;
}
#contact .contact_area-content-add .contact_btnarea a:hover p {
  color: #fff;
}
#contact .contact_area-content-add .contact_btnarea a span {
  width: 30px;
}
#contact .contact_area-content-add .contact_btnarea a img {
  vertical-align: middle;
}
#contact .contact_area-content-add .contact_btnarea .bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #000;
  width: 120%;
  height: 101%;
  transform: skewX(-25deg);
}
#contact .contact_area-content-add .contact_btnarea {
  /*hoverした時のアニメーション*/
}
#contact .contact_area-content-add .contact_btnarea .bgskew:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}

#footer {
  background: #000;
}
#footer .footer_area {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #footer .footer_area {
    flex-direction: column;
    padding: 40px 6% 80px;
  }
}
#footer .footer_area-inner .footerLogo {
  max-width: 220px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #footer .footer_area-inner .footerLogo {
    margin-bottom: 20px;
    max-width: 180px;
  }
}
#footer .footer_area-inner .footerSns {
  width: 30px;
  height: auto;
  text-align: right;
}
#footer .footer_area-inner .footerSns img {
  fill: #fff;
}
#footer .footer_area-content ul li a {
  display: block;
  padding: 6px 8px;
  font-size: 1rem;
  color: #fff;
  position: relative;
}
#footer .footer_area-content ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#footer .footer_area-content ul li a:hover::after {
  transform: scale(1, 1);
}

#stay_wrap {
  background-color: #f6f6f6;
}
#stay_wrap .stay_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_main {
    height: 300px;
  }
}
#stay_wrap .stay_main-visual {
  background: url(../img/stay_main01.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#stay_wrap .stay_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#stay_wrap .stay_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content h2 {
    font-size: 30px;
    margin: 40px 0;
  }
}
#stay_wrap .stay_content-slide01, #stay_wrap .stay_content-slide02, #stay_wrap .stay_content-slide03, #stay_wrap .stay_content-slide04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide01, #stay_wrap .stay_content-slide02, #stay_wrap .stay_content-slide03, #stay_wrap .stay_content-slide04 {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 3%;
    line-height: 2;
  }
}
#stay_wrap .stay_content-slide01 .comment, #stay_wrap .stay_content-slide02 .comment, #stay_wrap .stay_content-slide03 .comment, #stay_wrap .stay_content-slide04 .comment {
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide01 .comment, #stay_wrap .stay_content-slide02 .comment, #stay_wrap .stay_content-slide03 .comment, #stay_wrap .stay_content-slide04 .comment {
    margin-top: 0;
    margin-bottom: 24px;
    width: 84vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide01 .comment, #stay_wrap .stay_content-slide02 .comment {
    font-size: 18px;
    font-weight: 600;
  }
}
#stay_wrap .stay_content-slide01 .comment .active, #stay_wrap .stay_content-slide02 .comment .active {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2px 10px;
  display: block;
}
#stay_wrap .stay_content-slide03 {
  font-size: 16px;
  margin-bottom: 0;
}
#stay_wrap .stay_content-slide04 {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide04 .comment {
    margin-top: 24px;
  }
}
#stay_wrap .stay_content-slide05 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide05 {
    flex-direction: column;
    padding: 0 3%;
    line-height: 2;
  }
}
#stay_wrap .stay_content-slide05 img {
  position: absolute;
  right: 0;
  top: -200px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide05 img {
    position: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide05 .comment {
    width: 84vw;
    font-size: 14px;
  }
}
#stay_wrap .stay_content-slide06 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 180px auto 0;
  font-size: 16px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide06 {
    margin: 0;
    flex-direction: column;
    padding: 0 3% 80px;
  }
}
#stay_wrap .stay_content-slide06 .comment {
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  #stay_wrap .stay_content-slide06 .comment {
    margin-top: 24px;
    width: 84vw;
    font-size: 14px;
    line-height: 2;
  }
}

#floorplan_wrap {
  background-color: #f6f6f6;
}
#floorplan_wrap h3 {
  font-size: 18px;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}
#floorplan_wrap h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#floorplan_wrap .floorplan_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_main {
    height: 300px;
  }
}
#floorplan_wrap .floorplan_main-visual {
  background: url(../img/floorplan_main01.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#floorplan_wrap .floorplan_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#floorplan_wrap .floorplan_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content {
    padding: 0 5vw;
  }
}
#floorplan_wrap .floorplan_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content h2 {
    font-size: 28px;
    margin: 30px 0;
  }
}
#floorplan_wrap .floorplan_content .flexwrapper {
  margin: 50px auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .flexwrapper {
    flex-direction: column;
    margin: 20px auto 12px;
  }
}
#floorplan_wrap .floorplan_content .flexwrapper_dist {
  margin-left: 12px;
  font-size: 16px;
  max-width: 43%;
  padding: 2vw;
  border-radius: 10px;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .flexwrapper_dist {
    max-width: 100%;
    font-size: 13px;
    padding: 6vw 5vw;
    margin-left: 0;
  }
}
#floorplan_wrap .floorplan_content .flexwrapper_dist-inner .price {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 12px;
  text-align: center;
}
#floorplan_wrap .floorplan_content .flexwrapper_dist-inner .price span {
  font-size: 20px;
  display: block;
}
#floorplan_wrap .floorplan_content .flexwrapper_dist-inner p {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .flexwrapper_dist-inner p {
    font-size: 13px;
  }
}
#floorplan_wrap .floorplan_content .flexwrapper_dist-inner dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}
#floorplan_wrap .floorplan_content .flexwrapper_dist-inner dl dt {
  width: 10vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .flexwrapper_dist-inner dl dt {
    width: 30vw;
  }
}
#floorplan_wrap .floorplan_content .flexwrapper_dist-inner dl dd {
  width: calc(100% - 10vw);
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .flexwrapper_dist-inner dl dd {
    width: calc(100% - 30vw);
  }
}
#floorplan_wrap .floorplan_content .flexwrapper_dist .reserveBtn {
  background: #c63527;
  color: #fff;
  padding: 1rem;
  margin-top: 3rem;
  display: block;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .flexwrapper_dist .reserveBtn {
    margin-top: 1rem;
  }
}
#floorplan_wrap .floorplan_content .flexwrapper_dist .reserveBtn:after {
  content: "";
  background: url(../img/link_arrowW.svg) no-repeat;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 20px;
}
#floorplan_wrap .floorplan_content .slide-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
}
#floorplan_wrap .floorplan_content .gallery {
  width: 100%;
  max-width: 600px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .gallery {
    margin-bottom: 0px;
  }
}
#floorplan_wrap .floorplan_content .gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  position: relative;
}
#floorplan_wrap .floorplan_content .gallery-slider .swiper-slide {
  width: 100% !important;
}
#floorplan_wrap .floorplan_content .gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#floorplan_wrap .floorplan_content .gallery-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 3%) !important;
  color: #fff !important;
}
#floorplan_wrap .floorplan_content .gallery-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 3%) !important;
  color: #fff !important;
}
#floorplan_wrap .floorplan_content .gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#floorplan_wrap .floorplan_content .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 80px;
  text-align: center;
  overflow: hidden;
}
#floorplan_wrap .floorplan_content .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
#floorplan_wrap .floorplan_content .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}
#floorplan_wrap .floorplan_content .amenity {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
#floorplan_wrap .floorplan_content .amenity table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 6px;
}
#floorplan_wrap .floorplan_content .amenity table th,
#floorplan_wrap .floorplan_content .amenity table td {
  padding: 6px 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .amenity table th,
  #floorplan_wrap .floorplan_content .amenity table td {
    display: block;
    width: 100%;
  }
}
#floorplan_wrap .floorplan_content .amenity table th {
  white-space: nowrap;
  font-weight: normal;
  background: #ddd;
}
#floorplan_wrap .floorplan_content .amenity table td {
  background: #fff;
}
#floorplan_wrap .floorplan_content .amenity .attention {
  margin: 0 auto;
}
#floorplan_wrap .floorplan_content .facilitieImg {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-bottom: 30px;
}
#floorplan_wrap .floorplan_content .facilitieImg ul {
  display: flex;
  align-items: center;
  min-width: unset;
  flex: 0 0 auto;
  position: relative;
  animation: 100s linear 0s infinite normal none running buGCCr;
}
#floorplan_wrap .floorplan_content .facilitieImg ul:first-child {
  animation: loop 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
#floorplan_wrap .floorplan_content .facilitieImg ul + ul {
  animation: loop2 50s linear infinite;
}
#floorplan_wrap .floorplan_content .facilitieImg ul li {
  display: inline-block;
  width: 16.6666666667vw;
  min-width: 150px;
  margin: 0 5vw 0 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .facilitieImg ul li {
    width: 50vw;
  }
}
#floorplan_wrap .floorplan_content .facilitieImg ul li img {
  border-radius: 10px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#floorplan_wrap .floorplan_content .facilities {
  font-size: 14px;
  margin-bottom: 30px;
}
#floorplan_wrap .floorplan_content .facilities table th,
#floorplan_wrap .floorplan_content .facilities table td {
  padding: 6px 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .facilities table th,
  #floorplan_wrap .floorplan_content .facilities table td {
    display: block;
    width: 100%;
  }
}
#floorplan_wrap .floorplan_content .facilities table th {
  white-space: nowrap;
  font-weight: normal;
  background: #ddd;
  min-width: 160px;
}
#floorplan_wrap .floorplan_content .facilities table td {
  background: #fff;
  line-height: 1.8;
}
#floorplan_wrap .floorplan_content .facilities table td ul {
  display: flex;
  flex-wrap: wrap;
}
#floorplan_wrap .floorplan_content .facilities table td ul li {
  width: 50%;
  list-style: inside;
}
#floorplan_wrap .floorplan_content .rental {
  font-size: 14px;
  padding-bottom: 60px;
}
#floorplan_wrap .floorplan_content .rental table {
  width: 100%;
}
#floorplan_wrap .floorplan_content .rental table th,
#floorplan_wrap .floorplan_content .rental table td {
  padding: 6px 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .rental table th,
  #floorplan_wrap .floorplan_content .rental table td {
    display: block;
    width: 100%;
  }
}
#floorplan_wrap .floorplan_content .rental table th {
  white-space: nowrap;
  font-weight: normal;
  background: #ddd;
  min-width: 160px;
}
#floorplan_wrap .floorplan_content .rental table td {
  background: #fff;
}
#floorplan_wrap .floorplan_content .rental table td ul {
  display: flex;
  flex-wrap: wrap;
}
#floorplan_wrap .floorplan_content .rental table td ul li {
  list-style: inside;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #floorplan_wrap .floorplan_content .rental table td ul li {
    width: 100%;
  }
}

#howto_wrap {
  background-color: #f6f6f6;
  padding-bottom: 3rem;
}
#howto_wrap h3 {
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #howto_wrap h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
#howto_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #howto_wrap h3 span {
    font-size: 48px;
  }
}
#howto_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#howto_wrap .howto_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_main {
    height: 300px;
  }
}
#howto_wrap .howto_main-visual {
  background: url(../img/activities_hero.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#howto_wrap .howto_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#howto_wrap .howto_content {
  /* モデルコース */
  /* チップ */
  /* グリッド / カード */
  /* FAB & シート */
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content {
    padding: 0 5vw;
  }
}
#howto_wrap .howto_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content h2 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#howto_wrap .howto_content section {
  padding-bottom: 60px;
}
#howto_wrap .howto_content .flexwrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content .flexwrapper {
    flex-direction: column;
    margin-top: 8px;
  }
}
#howto_wrap .howto_content .flexwrapper .imageBox {
  margin: 1vw;
  width: 60%;
  position: relative;
  background: #c63527;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content .flexwrapper .imageBox {
    width: 100%;
    margin: 0;
    left: 8px;
  }
}
#howto_wrap .howto_content .flexwrapper .imageBox img {
  margin-top: -12px;
  margin-left: -12px;
}
#howto_wrap .howto_content .flexwrapper div[class$=comment] {
  margin: 1vw;
  font-size: 1rem;
  width: 40%;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content .flexwrapper div[class$=comment] {
    width: 100%;
    margin: 0;
  }
}
#howto_wrap .howto_content .flexwrapper div[class$=comment] .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content .flexwrapper div[class$=comment] .ttl {
    margin: 12px 0;
  }
}
#howto_wrap .howto_content-txt p {
  font-size: 16px;
  text-align: center;
}
#howto_wrap .howto_content .mc-nav {
  margin: 24px 0;
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
#howto_wrap .howto_content .mc-title {
  font-size: 1.1rem;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: clamp(24px, 1.5rem + (1vw - 7.68px) * 0.3472, 28px);
  min-height: 0vw;
}
#howto_wrap .howto_content .mc-title img {
  width: 24px;
}
#howto_wrap .howto_content .mc-links {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
}
#howto_wrap .howto_content .mc-btn {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  width: calc(33.3333333333% - 0.6rem);
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content .mc-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}
#howto_wrap .howto_content .mc-btn--green {
  background: #22c55e;
}
#howto_wrap .howto_content .mc-btn--orange {
  background: #f59e0b;
}
#howto_wrap .howto_content .mc-btn--blue {
  background: #3b82f6;
}
#howto_wrap .howto_content:root {
  --chip-bg: #fff;
  --chip-bd: #e5e7eb;
  --chip-on: #e8f0ff;
  --chip-on-bd: #3b82f6;
}
#howto_wrap .howto_content .chipbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  margin: 16px 0 20px;
}
#howto_wrap .howto_content .chipgroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#howto_wrap .howto_content .chipgroup__label {
  font-size: 12px;
  color: #6b7280;
  margin-right: 6px;
}
#howto_wrap .howto_content #chipsClear {
  --chip-accent: #3f75e9; /* Slate系 */
  border-style: solid; /* もし .chip--ghost が dashed なら上書き */
}
#howto_wrap .howto_content {
  /* 無フィルタ状態（= すべて）→ 塗りつぶし */
}
#howto_wrap .howto_content .chipbar[data-all=on] #chipsClear {
  background: var(--chip-accent);
  color: #fff;
  border-color: var(--chip-accent);
}
#howto_wrap .howto_content {
  /* 何か1つでも条件が付いた状態 → 枠線のみ */
}
#howto_wrap .howto_content .chipbar[data-all=off] #chipsClear {
  background: #fff;
  color: var(--chip-accent);
  border-color: var(--chip-accent);
}
#howto_wrap .howto_content .chip {
  /* デフォルトトークン（上書き前提） */
  --chip-accent: #7a8899; /* 枠色/ON時の背景色 */
  --chip-bg: #fff; /* OFF背景 */
  --chip-text: #1f2937; /* OFF文字色 */
  --chip-text-active: #fff; /* ON文字色（必要なら個別上書き） */
  --chip-radius: 9999px;
  --chip-pad-y: 0.5rem;
  --chip-pad-x: 0.75rem;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--chip-accent);
  background: var(--chip-bg);
  color: var(--chip-text);
  border-radius: var(--chip-radius);
  padding: var(--chip-pad-y) var(--chip-pad-x);
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
#howto_wrap .howto_content .chip:hover {
  border-color: color-mix(in oklab, var(--chip-accent) 85%, black 15%);
}
#howto_wrap .howto_content .chip:active {
  transform: translateY(0.5px);
}
#howto_wrap .howto_content .chip:focus-visible {
  outline: 2px solid var(--chip-accent);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px color-mix(in oklab, var(--chip-accent) 25%, white 75%);
}
#howto_wrap .howto_content .chip.is-active,
#howto_wrap .howto_content .chip[aria-pressed=true] {
  background: var(--chip-accent);
  color: var(--chip-text-active, #fff);
  /* ボーダーの扱いを選択：
     1) 枠を残す →  border-color: var(--chip-accent);
     2) 枠を消す →  border-color: transparent;
  */
  border-color: var(--chip-accent);
}
#howto_wrap .howto_content .chip--ghost {
  --chip-accent: #c2c8d0;
  border-style: dashed;
}
#howto_wrap .howto_content {
  /* ========== 色マッピング（必要に応じて調整） ========== */
  /* 所属 */
}
#howto_wrap .howto_content .js-chip[data-key=org][data-val=allpar] {
  --chip-accent: #cf381d;
}
#howto_wrap .howto_content {
  /* ブルー */
}
#howto_wrap .howto_content .js-chip[data-key=org][data-val=ballpark] {
  --chip-accent: #2a8047;
}
#howto_wrap .howto_content {
  /* オレンジ */
  /* 費用 */
}
#howto_wrap .howto_content .js-chip[data-key=fee][data-val=free] {
  --chip-accent: #3f75e9;
}
#howto_wrap .howto_content {
  /* グリーン */
}
#howto_wrap .howto_content .js-chip[data-key=fee][data-val=paid] {
  --chip-accent: #cf701d;
}
#howto_wrap .howto_content {
  /* レッド寄り */
}
#howto_wrap .howto_content .js-chip[data-key=fee][data-val=guestonly] {
  --chip-accent: hsl(270 55% 48%);
}
#howto_wrap .howto_content {
  /* パープル */
  /* 時間帯（黄色はコントラスト確保のため文字を黒へ） */
}
#howto_wrap .howto_content .js-chip[data-key=time][data-val=morning] {
  --chip-accent: hsl(42 90% 50%);
  --chip-text-active: #111;
}
#howto_wrap .howto_content .js-chip[data-key=time][data-val=night] {
  --chip-accent: hsl(250 55% 46%);
}
#howto_wrap .howto_content {
  /* 種類 */
}
#howto_wrap .howto_content .js-chip[data-key=type][data-val=indoor] {
  --chip-accent: #fdea19;
}
#howto_wrap .howto_content {
  /* スレート */
}
#howto_wrap .howto_content .js-chip[data-key=type][data-val=outdoor] {
  --chip-accent: #59d748;
}
#howto_wrap .howto_content {
  /* ティール */
  /* 対象 */
}
#howto_wrap .howto_content .js-chip[data-key=aud][data-val=sports] {
  --chip-accent: #38c0cf;
}
#howto_wrap .howto_content {
  /* アズール */
}
#howto_wrap .howto_content .js-chip[data-key=aud][data-val=rental] {
  --chip-accent: #cf381d;
}
#howto_wrap .howto_content {
  /* シアン */
  /* ========== レイアウト微調整 ========== */
}
#howto_wrap .howto_content .chipbar .sort {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
#howto_wrap .howto_content .u-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#howto_wrap .howto_content .c-select {
  padding: 0.45rem 0.6rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  #howto_wrap .howto_content .chipbar {
    gap: 10px;
  }
  #howto_wrap .howto_content .chip {
    --chip-pad-y: 0.45rem;
    --chip-pad-x: 0.65rem;
  }
  #howto_wrap .howto_content .chipbar .sort {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (prefers-reduced-motion: reduce) {
  #howto_wrap .howto_content .chip {
    transition: none;
  }
}
#howto_wrap .howto_content .sort {
  margin-left: auto;
}
#howto_wrap .howto_content .c-select {
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
#howto_wrap .howto_content .c-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}
#howto_wrap .howto_content .c-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 400px 600px;
  position: relative;
}
#howto_wrap .howto_content .c-card__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative; /* 既にあっても可 */
}
#howto_wrap .howto_content .c-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* 任意：top / 50% 20% 等で見せたい位置調整 */
  display: block; /* 画像の下の隙間を消す */
}
#howto_wrap .howto_content .c-card__body {
  padding: 12px 14px 16px;
}
#howto_wrap .howto_content .c-card__title {
  margin: 0 0 0.3rem;
  font-size: 20px;
}
#howto_wrap .howto_content .c-card__excerpt {
  margin: 0.2rem 0 0.6rem;
  font-size: 14px;
  color: #4b5563;
}
#howto_wrap .howto_content .c-card__media img {
  width: 100%;
  height: auto;
  display: block;
}
#howto_wrap .howto_content .c-card .c-btn {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  position: relative;
  font-size: 16px;
}
#howto_wrap .howto_content .c-card .c-btn::after {
  content: "";
  background: url(../img/blank_linkW.svg) no-repeat;
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
#howto_wrap .howto_content .c-card .c-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge {
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 12px;
  margin: 3px;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge:last-child {
  margin-right: 0;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--org-allpar {
  border: 1px solid #cf381d;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--org-ballpark {
  border: 1px solid #2a8047;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--fee-free {
  border: 1px solid #3f75e9;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--fee-paid {
  border: 1px solid #cf701d;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--type-indoor {
  border: 1px solid #fdea19;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--type-outdoor {
  border: 1px solid #59d748;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--aud-sports {
  border: 1px solid #38c0cf;
}
#howto_wrap .howto_content .c-card .c-badges .c-badge--aud-rental {
  border: 1px solid #cf381d;
}
#howto_wrap .howto_content .c-card .c-meta__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
#howto_wrap .howto_content .c-card .c-meta__row dt {
  writing-mode: vertical-lr;
  font-size: 14px;
  padding: 0.5rem;
  min-width: 40px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  margin-right: 0.5rem;
}
#howto_wrap .howto_content .c-card .c-meta__row dd {
  font-size: 16px;
  letter-spacing: 0.6px;
}
#howto_wrap .howto_content .c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#howto_wrap .howto_content .c-tag {
  font-size: 12px;
  background: #f3f4f6;
  padding: 3px 8px;
  border-radius: 999px;
}
#howto_wrap .howto_content .fab {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  padding: 10px 14px;
  border-radius: 999px;
  background: #1f6feb;
  color: #fff;
  border: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 70;
  transition: transform 0.25s, opacity 0.2s;
  display: none;
}
@media screen and (max-width: 767px) {
  #howto_wrap .howto_content .fab {
    bottom: calc(75px + env(safe-area-inset-bottom));
    display: block;
  }
}
#howto_wrap .howto_content .fab.is-hidden {
  transform: translateY(140%);
  opacity: 0.2;
  pointer-events: none;
}
#howto_wrap .howto_content .sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.25);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.28s ease;
}
#howto_wrap .howto_content .sheet__handle {
  width: 44px;
  height: 5px;
  background: #d1d5db;
  border-radius: 999px;
  margin: 10px auto 6px;
}
#howto_wrap .howto_content .sheet__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}
#howto_wrap .howto_content .sheet__body {
  overflow: auto;
  padding: 0 16px 12px;
}
#howto_wrap .howto_content .sheet__body fieldset {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  margin: 10px 0;
}
#howto_wrap .howto_content .sheet__body legend {
  padding: 0 6px;
  color: #6b7280;
  font-size: 12px;
}
#howto_wrap .howto_content .sheet[open] {
  transform: translateY(0);
}
#howto_wrap .howto_content .sheet__footer {
  display: flex;
  gap: 8px;
  padding: 12px 16px 16px;
  border-top: 1px solid #e5e7eb;
}
#howto_wrap .howto_content .scrim {
  pointer-events: none;
}
#howto_wrap .howto_content .scrim[open] {
  pointer-events: auto;
}
#howto_wrap .howto_content {
  /* open中だけタップを受ける */
}
#howto_wrap .howto_content .btn-primary {
  background: #111827;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
}
#howto_wrap .howto_content .btn-outline {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 14px;
}
#howto_wrap .howto_content .btn-ghost {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 14px;
}
@media (max-width: 1024px) {
  #howto_wrap .howto_content .c-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #howto_wrap .howto_content .c-grid {
    grid-template-columns: 1fr;
  }
}
#howto_wrap #loadMoreBtn {
  background: #c63527;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  margin-top: -30px;
  margin-bottom: 3rem;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #howto_wrap #loadMoreBtn {
    display: flex;
  }
}

#food_wrap {
  background-color: #f6f6f6;
  padding-bottom: 5rem;
}
#food_wrap h3 {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #food_wrap h3 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
#food_wrap h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: -12px;
  top: 45%;
  background: #c63527;
  height: 1px;
  border: 2px solid #c63527;
}
#food_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #food_wrap h3 span {
    font-size: 48px;
  }
}
#food_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#food_wrap .food_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_main {
    height: 300px;
  }
}
#food_wrap .food_main-visual {
  background: url(../img/food_main.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#food_wrap .food_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#food_wrap .food_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content {
    padding: 0 5vw;
  }
}
#food_wrap .food_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content h2 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#food_wrap .food_content-comment {
  margin-bottom: 1rem;
}
#food_wrap .food_content-comment p {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content-comment p {
    font-size: 1.5rem;
  }
}
#food_wrap .food_content .gallery {
  overflow-x: hidden;
  margin-bottom: 6rem;
}
#food_wrap .food_content .gallery .swiper-container {
  position: relative;
}
#food_wrap .food_content .gallery .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
#food_wrap .food_content .gallery .swiper-slide figure {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .gallery .swiper-slide figure {
    width: 100%;
  }
}
#food_wrap .food_content .gallery .swiper-slide figcaption {
  width: calc(60% - 4rem);
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .gallery .swiper-slide figcaption {
    width: calc(100% - 4rem);
  }
}
#food_wrap .food_content .gallery .swiper-slide figcaption .price {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1rem;
  font-weight: bold;
}
#food_wrap .food_content .gallery .swiper-slide figcaption ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
#food_wrap .food_content .gallery .swiper-slide figcaption ul li {
  width: 33%;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .gallery .swiper-slide figcaption ul li {
    width: 50%;
  }
}
#food_wrap .food_content .gallery .swiper-slide figcaption p {
  font-size: 0.9rem;
}
#food_wrap .food_content .gallery .swiper-slide figcaption .attention {
  font-size: 0.7rem;
  color: #c63527;
  display: block;
  line-height: 1.2;
}
#food_wrap .food_content .gallery .swiper-slide .swiper-button-prev,
#food_wrap .food_content .gallery .swiper-slide .swiper-rtl .swiper-button-next {
  color: #000;
  left: var(--swiper-navigation-sides-offset, 3%);
}
#food_wrap .food_content .gallery .swiper-button-next {
  right: 1% !important;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .gallery .swiper-button-next:after {
    font-size: 24px;
  }
}
#food_wrap .food_content .gallery .swiper-button-prev {
  left: 1% !important;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .gallery .swiper-button-prev:after {
    font-size: 24px;
  }
}
#food_wrap .food_content .gallery .gallery-thumbs .swiper-slide {
  overflow: hidden;
  width: 25% !important;
}
#food_wrap .food_content .gallery .gallery-thumbs img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
}
#food_wrap .food_content .gallery .gallery-thumbs img:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
#food_wrap .food_content .buppan_info {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .buppan_info {
    flex-direction: column;
  }
}
#food_wrap .food_content .buppan_info .shop-title-under {
  font-size: 0.95em;
  color: #555;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .buppan_info .shop-title-under {
    font-size: 20px;
  }
}
#food_wrap .food_content .buppan_info-text {
  flex: 2;
}
#food_wrap .food_content .buppan_info-text .shop-text {
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1.8;
}
#food_wrap .food_content .buppan_info-text .shop-note {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}
#food_wrap .food_content .buppan_info-image {
  flex: 1;
}
#food_wrap .food_content .copy_content {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .copy_content {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
#food_wrap .food_content .food_image section {
  display: flex;
  margin-bottom: 2rem;
  align-items: stretch;
}
#food_wrap .food_content .food_image section .imgContent {
  width: 50%;
}
#food_wrap .food_content .food_image section .food_image-comment {
  width: 50%;
  position: relative;
}
#food_wrap .food_content .food_image section .food_image-comment p {
  position: absolute;
  top: 50%;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #food_wrap .food_content .food_image section .food_image-comment p {
    font-size: 0.8rem;
    width: 80%;
  }
}
#food_wrap .food_content .flexrow {
  flex-direction: row-reverse;
}
#food_wrap .food_content .flexrow p {
  left: 40% !important;
}

.container-fluid {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding: 1rem 5vw 0;
  }
}
.container-fluid .newsSingle_flex {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .container-fluid .newsSingle_flex {
    margin-top: 60px;
  }
}
.container-fluid .newsSingle_flex-main {
  flex: 0 0 75.66667%;
  max-width: 75.66667%;
}
@media screen and (max-width: 767px) {
  .container-fluid .newsSingle_flex-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.container-fluid .newsSingle_flex-main .content-Header {
  margin-bottom: 20px;
}
.container-fluid .newsSingle_flex-main .content-Header .content-Meta {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8rem;
}
.container-fluid .newsSingle_flex-main .content-Body {
  font-size: 1.1rem;
  line-height: 1.8;
}
.container-fluid .newsSingle_flex-main .content-Body .wp-block-buttons {
  gap: 12px;
  margin: 1.5rem 0;
}
.container-fluid .newsSingle_flex-main .content-Body .wp-block-button + .wp-block-button,
.container-fluid .newsSingle_flex-main .content-Body .wp-block-buttons + .wp-block-button,
.container-fluid .newsSingle_flex-main .content-Body .wp-block-button + .wp-block-buttons,
.container-fluid .newsSingle_flex-main .content-Body .wp-block-buttons + .wp-block-buttons {
  margin-top: 12px;
}
.container-fluid .newsSingle_flex-main .content-Body .wp-block-image {
  margin: 1.5rem 0;
}
.container-fluid .newsSingle_flex-main .content-Body p {
  margin-bottom: 1.5rem;
}
.container-fluid .newsSingle_flex-main .news_area-block {
  margin: 8px 0;
  border-bottom: 1px solid #f6f6f6;
}
.container-fluid .newsSingle_flex .sidebar_content {
  flex: 0 0 24.33333%;
  max-width: 24.33333%;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .container-fluid .newsSingle_flex .sidebar_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.container-fluid .newsSingle_flex .sidebar_content .sidebar {
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 20px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .container-fluid .newsSingle_flex .sidebar_content .sidebar {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.container-fluid .newsSingle_flex .sidebar_content .sidebar_ttl {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 4px 12px;
  margin: 6px 0;
  background: #ddd;
}
.container-fluid .newsSingle_flex .sidebar_content .sidebar_ttl::before {
  content: "-";
  padding-right: 6px;
  color: #c63527;
}
.container-fluid .module-Article_Item_Link {
  display: flex;
  flex-wrap: wrap;
}
.container-fluid .module-Article_Item_Link .module-Article_Item_Img {
  flex: 1;
}
.container-fluid .module-Article_Item_Link .module-Article_Item_Img img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.container-fluid .module-Article_Item_Link .module-Article_Item_Body {
  flex: 3;
  padding-left: 1rem;
}
.container-fluid .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Date {
  font-size: 0.8rem;
}
.container-fluid .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
  font-size: 1.05rem;
  font-weight: bold;
}
.container-fluid .module-Article_Item_Link .module-Article_Item_Body p {
  font-size: 1rem;
  line-height: 1.4;
}
.container-fluid .content-Footer {
  font-size: 1rem;
  margin: 60px 0;
}
.container-fluid .content-Footer .content-Tags {
  margin-bottom: 20px;
}
.container-fluid .content-Footer .content-Tags a {
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 20px;
  background: #f6f6f6;
  border: 2px solid #c63527;
}
.container-fluid .content-Footer .content-Nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container-fluid .content-Footer .content-Nav {
    font-size: 0.8rem;
  }
}

#contactus_wrap {
  background-color: #f6f6f6;
  padding-bottom: 120px;
}
#contactus_wrap h3 {
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contactus_wrap h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
#contactus_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #contactus_wrap h3 span {
    font-size: 48px;
  }
}
#contactus_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#contactus_wrap .contactus_main {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contactus_wrap .contactus_main {
    height: 300px;
  }
}
#contactus_wrap .contactus_main-visual {
  background: url(../img/contact_main.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#contactus_wrap .contactus_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #contactus_wrap .contactus_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#contactus_wrap .contactus_content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #contactus_wrap .contactus_content {
    padding: 0 5vw;
  }
}
#contactus_wrap .contactus_content h1 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #contactus_wrap .contactus_content h1 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#contactus_wrap .contactus_content .contactus_faqlink {
  background: #ece7e7;
  border-radius: 20px;
  margin-bottom: 1rem;
}
#contactus_wrap .contactus_content .contactus_faqlink-inner {
  padding: 1rem 2rem;
  font-size: 12px;
}
#contactus_wrap .contactus_content .contactus_faqlink-inner p {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: bold;
}
#contactus_wrap .contactus_content .contactus_faqlink-inner a {
  color: #c63527;
}
#contactus_wrap .contactus_content .contactus_attention {
  text-align: center;
  margin-bottom: 1rem;
}
#contactus_wrap .contactus_content section {
  margin-bottom: 60px;
}
#contactus_wrap .contactus_content section:last-child {
  margin-bottom: 0;
  padding-bottom: 60px;
}
#contactus_wrap .contactus_content-inner {
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #contactus_wrap .contactus_content-inner {
    padding: 1rem;
  }
}
#contactus_wrap .contactus_content-inner .attention {
  background: #fde5e3;
  padding: 2px 8px;
  display: block;
  color: #c63527;
  margin-bottom: 2px;
}
#contactus_wrap .contactus_content-inner ul {
  padding: 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}
#contactus_wrap .contactus_content-inner ol li {
  padding: 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}
#contactus_wrap .contactus_content-inner ol li label {
  font-weight: bold;
  width: auto;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #contactus_wrap .contactus_content-inner ol li label {
    width: 100%;
  }
}
#contactus_wrap .contactus_content-inner ol li input[type=text],
#contactus_wrap .contactus_content-inner ol li input[type=email],
#contactus_wrap .contactus_content-inner ol li input[type=tel],
#contactus_wrap .contactus_content-inner ol li textarea {
  background: #f9f9fa;
  border: 1px solid #f6f6f6;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
  padding: 4px 12px;
}
#contactus_wrap .contactus_content-inner ol li textarea {
  height: 200px;
}
#contactus_wrap .contactus_content-inner .hissu {
  font-size: 0.7rem;
  font-weight: normal;
  padding: 2px 6px;
  background: #fde5e3;
  color: #000;
  border-radius: 3px;
  margin-left: 8px;
}
#contactus_wrap .contactus_content .buttons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
#contactus_wrap .contactus_content .error {
  background: #fde5e3;
  display: block;
  padding: 0.5rem;
  text-align: center;
}
#contactus_wrap .contactus_content .error .attention {
  color: #c63527;
}

#faq_wrap {
  background-color: #f6f6f6;
  padding-bottom: 5rem;
}
#faq_wrap h3 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #faq_wrap h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
#faq_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #faq_wrap h3 span {
    font-size: 48px;
  }
}
#faq_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#faq_wrap .faq_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #faq_wrap .faq_main {
    height: 300px;
  }
}
#faq_wrap .faq_main-visual {
  background: url(../img/stay_main01.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#faq_wrap .faq_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #faq_wrap .faq_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#faq_wrap .faq_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #faq_wrap .faq_content {
    padding: 0 5vw;
  }
}
#faq_wrap .faq_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .faq_content h2 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#faq_wrap .faq_content-inner {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #faq_wrap .faq_content-inner {
    padding: 1rem;
  }
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head {
  width: 100%;
  height: auto;
  background: #f9f9fa;
  padding: 1rem;
  cursor: pointer;
  position: relative;
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head .q {
  color: #c63527;
  font-weight: bold;
  margin-right: 12px;
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head:before, #faq_wrap .faq_content-inner .accordion__area .accordion__head:after {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-51%);
  transform-origin: center center;
  transition-duration: 0.5s;
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head:before {
  width: 20px;
  height: auto;
  border-top: 2px solid #000;
  right: 20px;
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head:after {
  width: auto;
  height: 20px;
  border-right: 2px solid #000;
  right: 29px;
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head.is-open:before {
  transform: translateY(-50%) rotate(360deg);
}
#faq_wrap .faq_content-inner .accordion__area .accordion__head.is-open:after {
  transform: translateY(-50%) rotate(90deg);
}
#faq_wrap .faq_content-inner .accordion__area .accordion__content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  margin-bottom: 1rem;
}
#faq_wrap .faq_content-inner dt.is-open + dd {
  display: block;
}
#faq_wrap .faq_content-inner dd p {
  vertical-align: middle;
  padding: 1rem 2rem;
  text-indent: -1.2rem;
}
#faq_wrap .faq_content-inner dd p span {
  margin-right: 8px;
  color: #c63527;
  font-weight: bold;
}
#faq_wrap .faq_content-inner dd a {
  text-decoration: underline;
}
#faq_wrap .faq_content-inner dd button {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
}
#faq_wrap .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
#faq_wrap .modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 20px 25px;
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 400px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
@media screen and (max-width: 767px) {
  #faq_wrap .modal-content {
    max-width: auto;
  }
}
#faq_wrap .modal-content .modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
#faq_wrap .modal-content .modal-close {
  color: #ff0000;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}
#faq_wrap .modal-content .modal-container {
  font-size: 0.8rem;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#company_wrap {
  background-color: #f6f6f6;
  padding-bottom: 5rem;
}
#company_wrap h3 {
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #company_wrap h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
#company_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #company_wrap h3 span {
    font-size: 48px;
  }
}
#company_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#company_wrap .company_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #company_wrap .company_main {
    height: 300px;
  }
}
#company_wrap .company_main-visual {
  background: url(../img/stay_main01.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#company_wrap .company_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #company_wrap .company_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#company_wrap .company_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #company_wrap .company_content {
    padding: 0 5vw;
  }
}
#company_wrap .company_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #company_wrap .company_content h2 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#company_wrap .company_content-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  font-size: 1rem;
}
#company_wrap .company_content-inner table {
  width: 100%;
  border: none;
  border-spacing: 0;
}
#company_wrap .company_content-inner table th,
#company_wrap .company_content-inner table td {
  padding: 1rem;
  border-collapse: collapse;
  border-bottom: 1px solid #f6f6f6;
}
#company_wrap .company_content-inner table th {
  text-align: left;
}

#access_wrap {
  background-color: #f6f6f6;
  padding-bottom: 5rem;
}
#access_wrap h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #access_wrap h3 {
    font-size: 28px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
}
#access_wrap h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 0px;
  top: 45%;
  background: #c63527;
  height: 1px;
  border: 2px solid #c63527;
}
#access_wrap h3 + p {
  font-size: 1.1rem;
}
#access_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #access_wrap h3 span {
    font-size: 48px;
  }
}
#access_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#access_wrap .access_main {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_main {
    height: 300px;
  }
}
#access_wrap .access_main-visual {
  background: url(../img/access_main.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#access_wrap .access_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#access_wrap .access_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_content {
    padding: 0 5vw;
  }
}
#access_wrap .access_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_content h2 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#access_wrap .access_content-comment p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
#access_wrap .access_content-flex {
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_content-flex {
    flex-direction: column;
  }
}
#access_wrap .access_content-flex:first-child {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_content-flex:first-child {
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
#access_wrap .access_content-flex .map_content {
  background: #fff;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_content-flex .map_content {
    padding: 1rem;
  }
}
#access_wrap .access_content-flex .map_content:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_content-flex .map_content:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#access_wrap .access_content-flex .map_content img {
  margin-bottom: 1rem;
}
#access_wrap .access_content-flex .map_content p {
  font-size: 1rem;
}
#access_wrap .access_content-inner {
  margin-bottom: 5rem;
}
#access_wrap .access_content-inner .add_content p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#access_wrap .access_content-inner .add_content p span {
  font-size: 0.9rem;
}
#access_wrap .access_content-inner .esconLink {
  padding: 1rem 2rem;
  background: #209ecb;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50px;
  max-width: 600px;
  margin: 0 auto;
}
#access_wrap .access_anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_anchor {
    grid-template-columns: 1fr;
  }
}
#access_wrap .access_anchor a {
  display: block;
  position: relative;
  padding: 0.75rem 1rem;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 0.85rem;
  background: #000;
}
#access_wrap .access_anchor a:after {
  content: "▼";
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 0.65em;
}
#access_wrap .access_route {
  margin-bottom: 4rem;
}
#access_wrap .access_route-parking {
  margin-top: 2rem;
}
#access_wrap .access_route-parking h4 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
#access_wrap .access_route-parking > p {
  font-size: 1rem;
}
#access_wrap .access_route-time {
  width: 100%;
}
#access_wrap .access_route-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_route-grid {
    grid-template-columns: 1fr;
  }
}
#access_wrap .access_route-text,
#access_wrap .access_route-placeholder {
  background: #fff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_route-text,
  #access_wrap .access_route-placeholder {
    padding: 1rem;
  }
}
#access_wrap .access_route-text dl {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#access_wrap .access_route-text dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_route-text dl div {
    display: block;
  }
}
#access_wrap .access_route-text dt {
  color: #333;
  font-size: 1.1rem;
}
#access_wrap .access_route-text dd {
  color: #111;
  font-size: 1.1rem;
  margin-left: 0;
  white-space: nowrap;
}
#access_wrap .access_route .access_route-icon {
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.35em;
  vertical-align: -0.15em;
}
#access_wrap .access_route-text p {
  font-size: 1rem;
}
#access_wrap .access_route-text p a {
  color: #c63527;
  text-decoration: underline;
}
#access_wrap .access_route .access_plane-summary {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
#access_wrap .access_route .access_plane-summary-group h4 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
}
#access_wrap .access_route .access_plane-summary-group dl {
  margin-bottom: 0;
}
#access_wrap .access_route-flow {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr 1.2fr 1fr;
  align-items: center;
  gap: 0.7rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_route-flow {
    grid-template-columns: 1fr;
  }
}
#access_wrap .access_route-node {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 1rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.5;
}
#access_wrap .access_route-arrow {
  position: relative;
  text-align: center;
  color: #333;
}
#access_wrap .access_route-arrow:before,
#access_wrap .access_route-arrow:after {
  content: "";
  display: block;
}
#access_wrap .access_route-arrow:before {
  height: 2px;
  background: #999;
}
#access_wrap .access_route-arrow:after {
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #access_wrap .access_route-arrow:before {
    width: 2px;
    height: 28px;
    margin: 0 auto;
  }
  #access_wrap .access_route-arrow:after {
    right: 50%;
    top: 18px;
    transform: translateX(50%) rotate(135deg);
  }
}
#access_wrap .access_route-arrow span,
#access_wrap .access_route-arrow strong {
  display: block;
  margin-top: 0.35rem;
}
#access_wrap .access_route-arrow span {
  color: #555;
  font-size: 0.85rem;
}
#access_wrap .access_route-arrow strong {
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_route-node {
    min-height: 68px;
    font-size: 1rem;
  }
  #access_wrap .access_route-arrow strong {
    font-size: 1rem;
  }
}
#access_wrap .access_route-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border: 1px dashed #bbb;
  color: #777;
  text-align: center;
}
#access_wrap .access-flow-wrapper {
  margin: 1.5rem 0;
}
#access_wrap .access-flow {
  display: grid;
  grid-template-columns: 1fr 1.55fr 1fr 1.55fr 1.2fr;
  grid-template-rows: repeat(2, 84px);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-flow {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.7rem;
  }
}
#access_wrap .access-flow li {
  min-width: 0;
}
#access_wrap .access-flow > .access-li-title:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}
#access_wrap .access-flow > .access-time:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
}
#access_wrap .access-flow > .access-li-station {
  grid-column: 3;
  grid-row: 1 / span 2;
}
#access_wrap .access-flow > .access-time:nth-child(4) {
  grid-column: 4;
  grid-row: 1 / span 2;
}
#access_wrap .access-flow > .access-li-destination {
  grid-column: 5;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-flow > .access-li-title:first-child,
  #access_wrap .access-flow > .access-time:nth-child(2),
  #access_wrap .access-flow > .access-li-station,
  #access_wrap .access-flow > .access-time:nth-child(4),
  #access_wrap .access-flow > .access-li-destination {
    grid-column: auto;
    grid-row: auto;
  }
}
#access_wrap .access-li-title,
#access_wrap .access-time {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-li-title,
  #access_wrap .access-time {
    grid-template-rows: auto;
    gap: 0.7rem;
  }
}
#access_wrap .access-li-station,
#access_wrap .access-li-destination {
  grid-row: 1 / span 2;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-li-station,
  #access_wrap .access-li-destination {
    grid-row: auto;
  }
}
#access_wrap .access-flow-plane > .access-li-title:first-child,
#access_wrap .access-flow-plane > .access-time:nth-child(2) {
  grid-template-rows: 1fr;
}
#access_wrap .access-plane-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.45fr 0.9fr 1.45fr 1fr;
  grid-template-rows: minmax(104px, auto) minmax(104px, auto);
  align-items: center;
  margin: 2rem 0 1.5rem;
}
#access_wrap .access-plane-flow-node {
  position: relative;
  z-index: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0.8rem;
  background: #000;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#access_wrap .access-plane-flow-origin {
  grid-column: 1;
}
#access_wrap .access-plane-flow-station {
  grid-column: 3;
  grid-row: 2;
}
#access_wrap .access-plane-flow-destination {
  grid-column: 5;
}
#access_wrap .access-plane-flow-segment {
  position: relative;
  grid-row: 2;
  min-height: 104px;
  padding: 0 1rem;
}
#access_wrap .access-plane-flow-segment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #bbb;
}
#access_wrap .access-plane-flow-segment p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
#access_wrap .access-plane-flow-segment .time {
  color: #111;
  font-size: 1.25rem;
  font-weight: 500;
}
#access_wrap .access-plane-flow-rail {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#access_wrap .access-plane-flow-rail p {
  padding: 0.35rem 0.7rem;
  background: #fff;
}
#access_wrap .access-plane-flow-last {
  grid-column: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0.8rem;
}
#access_wrap .access-plane-flow-last p {
  padding: 0.35rem 0.55rem;
  background: #fff;
}
#access_wrap .access-plane-flow-walk {
  white-space: normal;
}
#access_wrap .access-plane-flow-direct {
  position: relative;
  z-index: 1;
  grid-column: 2 / 6;
  grid-row: 1;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
#access_wrap .access-plane-flow-direct:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -1rem;
  right: 0;
  top: 50%;
  height: 1px;
  background: #bbb;
}
#access_wrap .access-plane-flow-direct p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0.45rem 0.8rem;
  border: 1px solid #bbb;
  background: #fff;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.4;
}
#access_wrap .access-plane-flow-direct .time {
  color: #111;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-plane-flow {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  #access_wrap .access-plane-flow:before, #access_wrap .access-plane-flow:after {
    content: "";
    position: absolute;
    top: 54px;
    bottom: 54px;
    width: 1px;
    background: #bbb;
    z-index: 0;
  }
  #access_wrap .access-plane-flow:before {
    left: 25%;
  }
  #access_wrap .access-plane-flow:after {
    left: 75%;
  }
  #access_wrap .access-plane-flow-node, #access_wrap .access-plane-flow-segment, #access_wrap .access-plane-flow-direct {
    position: relative;
    z-index: 1;
    grid-row: auto;
  }
  #access_wrap .access-plane-flow-origin {
    grid-column: 1 / 3;
  }
  #access_wrap .access-plane-flow-rail {
    grid-column: 1;
  }
  #access_wrap .access-plane-flow-station {
    grid-column: 1;
  }
  #access_wrap .access-plane-flow-last {
    grid-column: 1;
  }
  #access_wrap .access-plane-flow-destination {
    grid-column: 1 / 3;
    position: relative;
  }
  #access_wrap .access-plane-flow-destination:before, #access_wrap .access-plane-flow-destination:after {
    display: none;
  }
  #access_wrap .access-plane-flow-direct {
    grid-column: 2;
    grid-row: 2 / 5;
  }
  #access_wrap .access-plane-flow-node {
    min-height: 54px;
    font-size: 0.95rem;
  }
  #access_wrap .access-plane-flow-segment {
    min-height: auto;
    padding: 0.8rem 0;
  }
  #access_wrap .access-plane-flow-segment:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
  }
  #access_wrap .access-plane-flow-segment p {
    top: auto;
    padding: 0.7rem 0.5rem;
    border: 1px solid #bbb;
    background: #fff;
    font-size: 0.8rem;
    white-space: normal;
  }
  #access_wrap .access-plane-flow-rail:before, #access_wrap .access-plane-flow-last:before {
    bottom: -0.8rem;
  }
  #access_wrap .access-plane-flow-last {
    align-items: stretch;
    gap: 0.8rem;
  }
  #access_wrap .access-plane-flow-direct {
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin: 0;
    padding: 0.8rem 0 0.8rem 0.8rem;
  }
  #access_wrap .access-plane-flow-direct:before {
    display: none;
  }
}
#access_wrap .access-flow-title,
#access_wrap .access-flow-title-l,
#access_wrap .access-flow-title-lv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.8rem;
  background: #000;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#access_wrap .access-time > div {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-time > div {
    border: 1px solid #bbb;
  }
}
#access_wrap .access-time p {
  margin: 0;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.5;
}
#access_wrap .access-time .time {
  color: #111;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #access_wrap .access-flow {
    display: block;
  }
  #access_wrap .access-flow > .access-li-title:first-child,
  #access_wrap .access-flow > .access-time:nth-child(2),
  #access_wrap .access-flow > .access-time:nth-child(4) {
    display: flex;
    gap: 0.8rem;
  }
  #access_wrap .access-flow > .access-li-title:first-child > *,
  #access_wrap .access-flow > .access-time:nth-child(2) > *,
  #access_wrap .access-flow > .access-time:nth-child(4) > * {
    flex: 1;
    min-width: 0;
  }
  #access_wrap .access-flow-title,
  #access_wrap .access-flow-title-l,
  #access_wrap .access-flow-title-lv {
    min-height: 54px;
    padding: 0.8rem 0.5rem;
    font-size: 0.95rem;
  }
  #access_wrap .access-flow-title-l,
  #access_wrap .access-flow-title-lv {
    margin-top: 0.8rem;
  }
  #access_wrap .access-flow > .access-time:nth-child(2),
  #access_wrap .access-flow > .access-time:nth-child(4) {
    position: relative;
    margin-top: 0.8rem;
  }
  #access_wrap .access-flow > .access-time:nth-child(2) > div,
  #access_wrap .access-flow > .access-time:nth-child(4) > div {
    position: relative;
  }
  #access_wrap .access-flow > .access-time:nth-child(2) > div:before, #access_wrap .access-flow > .access-time:nth-child(2) > div:after,
  #access_wrap .access-flow > .access-time:nth-child(4) > div:before,
  #access_wrap .access-flow > .access-time:nth-child(4) > div:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 0.8rem;
    background: #bbb;
  }
  #access_wrap .access-flow > .access-time:nth-child(2) > div:before,
  #access_wrap .access-flow > .access-time:nth-child(4) > div:before {
    top: -0.8rem;
  }
  #access_wrap .access-flow > .access-time:nth-child(2) > div:after,
  #access_wrap .access-flow > .access-time:nth-child(4) > div:after {
    top: 100%;
  }
  #access_wrap .access-time > div {
    justify-content: center;
    min-height: 72px;
    padding: 0.6rem 0.5rem;
    border: 1px solid #bbb;
  }
  #access_wrap .access-time p {
    text-align: center;
    font-size: 0.8rem;
  }
}
#access_wrap .access_train-flow {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr 1.2fr;
  grid-template-rows: repeat(2, 84px);
  align-items: stretch;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_train-flow {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.7rem;
  }
}
#access_wrap .access_train-origin,
#access_wrap .access_train-rail,
#access_wrap .access_train-last {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
#access_wrap .access_train-origin {
  grid-column: 1;
  grid-row: 1 / span 2;
}
#access_wrap .access_train-rail {
  grid-column: 2;
  grid-row: 1 / span 2;
}
#access_wrap .access_train-last {
  grid-column: 4;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_train-origin,
  #access_wrap .access_train-rail,
  #access_wrap .access_train-last {
    grid-template-rows: auto;
    gap: 0.7rem;
  }
}
#access_wrap .access_train-rail div,
#access_wrap .access_train-last div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_train-rail div,
  #access_wrap .access_train-last div {
    min-height: auto;
    border: 1px solid #bbb;
  }
}
#access_wrap .access_train-rail span,
#access_wrap .access_train-last span,
#access_wrap .access_train-rail strong,
#access_wrap .access_train-last strong {
  display: block;
}
#access_wrap .access_train-rail span,
#access_wrap .access_train-last span {
  color: #555;
  font-size: 0.85rem;
}
#access_wrap .access_train-rail strong,
#access_wrap .access_train-last strong {
  margin-top: 0.35rem;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
}
#access_wrap .access_train-station,
#access_wrap .access_train-destination {
  grid-row: 1 / span 2;
  min-height: 100%;
}
#access_wrap .access_train-station {
  grid-column: 3;
}
#access_wrap .access_train-destination {
  grid-column: 5;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_train-origin,
  #access_wrap .access_train-rail,
  #access_wrap .access_train-last,
  #access_wrap .access_train-station,
  #access_wrap .access_train-destination {
    grid-column: auto;
    grid-row: auto;
  }
  #access_wrap .access_train-station,
  #access_wrap .access_train-destination {
    min-height: 68px;
  }
}
#access_wrap .access_bus-stop {
  display: grid;
  gap: 2rem;
  margin-top: 1.5rem;
}
#access_wrap .access_bus-stop-item {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  color: #111;
  font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_bus-stop-item {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
#access_wrap .access_bus-stop-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border: 1px dashed #bbb;
  color: #777;
  text-align: center;
}
#access_wrap .access_bus-stop-visual img {
  display: block;
  width: 100%;
  height: auto;
}
#access_wrap .access_bus-stop-info {
  display: grid;
  gap: 1rem;
  align-content: center;
}
#access_wrap .access_bus-stop-info div {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #access_wrap .access_bus-stop-info div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
#access_wrap .access_bus-stop-info dt {
  color: #333;
}
#access_wrap .access_bus-stop-info dd {
  margin-left: 0;
}
#cafe_wrap {
  background-color: #f6f6f6;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap {
    font-size: 16px;
  }
}
#cafe_wrap h3 {
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #cafe_wrap h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
#cafe_wrap h3 span {
  position: relative;
  padding-left: 16px;
  margin-right: 12px;
  z-index: 1;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap h3 span {
    font-size: 48px;
  }
}
#cafe_wrap h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 4px;
  top: 45%;
  height: 2px;
  border: 2px solid #c63527;
}
#cafe_wrap .cafe_main {
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_main {
    height: 300px;
  }
}
#cafe_wrap .cafe_main-visual {
  background: url(../img/cafe_main.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#cafe_wrap .cafe_main-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 4vw;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_main-comment {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}
#cafe_wrap .cafe_content {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content {
    padding: 0 5vw;
  }
}
#cafe_wrap .cafe_content .cafe_comment {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .cafe_comment {
    font-size: 16px;
  }
}
#cafe_wrap .cafe_content h2 {
  text-align: center;
  letter-spacing: 4px;
  margin: 60px 0;
  font-weight: 900;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content h2 {
    font-size: 28px;
    margin: 30px 0;
    letter-spacing: 2px;
  }
}
#cafe_wrap .cafe_content .food_comment {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_comment {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#cafe_wrap .cafe_content section:last-child {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content section:last-child {
    padding-bottom: 30px;
  }
}
#cafe_wrap .cafe_content .menu_highlight {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #dd928a;
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight {
    padding: 60px 0 10px;
  }
}
#cafe_wrap .cafe_content .menu_highlight-flex {
  max-width: 1080px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight-flex {
    align-items: center;
  }
}
#cafe_wrap .cafe_content .menu_highlight-flex .menu_image {
  position: relative;
}
#cafe_wrap .cafe_content .menu_highlight-flex .menu_image .limited {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight-flex .menu_image .limited {
    top: -30px;
    left: 0px;
    width: 180px;
  }
}
#cafe_wrap .cafe_content .menu_highlight-flex img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight-flex img {
    max-width: 180px;
    padding: 1rem;
  }
}
#cafe_wrap .cafe_content .menu_highlight-flex .menu_text {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight-flex .menu_text {
    margin-left: 0;
    padding-left: 1rem;
    flex: 2;
  }
}
#cafe_wrap .cafe_content .menu_highlight-flex .menu_text h3 {
  margin-bottom: 30px;
  color: #222;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight-flex .menu_text h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
#cafe_wrap .cafe_content .menu_highlight-flex .menu_text p {
  color: #222;
}
#cafe_wrap .cafe_content .menu_highlight-flex .menu_text p span {
  font-size: 36px;
  font-weight: bold;
  margin-left: 6px;
  color: #222;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .menu_highlight-flex .menu_text p span {
    font-size: 24px;
  }
}
#cafe_wrap .cafe_content .drink_menu {
  margin: 60px auto 120px;
  padding: 60px 120px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .drink_menu {
    padding: 30px 10px;
    font-size: 15px;
    margin: 30px auto 60px;
  }
}
#cafe_wrap .cafe_content .drink_menu-item {
  table-layout: fixed;
  width: 100%;
}
#cafe_wrap .cafe_content .drink_menu th,
#cafe_wrap .cafe_content .drink_menu td {
  padding: 2px 8px;
}
#cafe_wrap .cafe_content .drink_menu td {
  text-align: right;
}
#cafe_wrap .cafe_content .drink_menu td:first-child {
  text-align: left;
}
#cafe_wrap .cafe_content .food_menu {
  width: 100%;
  margin: 0px auto 60px;
  padding: 60px 120px 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu {
    padding: 30px 18px;
    margin: -10px auto 60px;
  }
}
#cafe_wrap .cafe_content .food_menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item {
    flex-direction: column;
  }
}
#cafe_wrap .cafe_content .food_menu-item img {
  max-width: 300px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item img {
    max-width: 230px;
    padding: 0rem;
  }
}
#cafe_wrap .cafe_content .food_menu-item .food_text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item .food_text {
    flex-direction: column;
    width: 100%;
  }
}
#cafe_wrap .cafe_content .food_menu-item .food_text-content {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item .food_text-content {
    flex-direction: column;
  }
}
#cafe_wrap .cafe_content .food_menu-item .food_text-content h4 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item .food_text-content h4 {
    width: 100%;
    font-size: 20px;
  }
}
#cafe_wrap .cafe_content .food_menu-item .food_text-content h4 .fire-icon.invisible {
  visibility: hidden;
}
#cafe_wrap .cafe_content .food_menu-item .food_text-content ul {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item .food_text-content ul {
    width: 100%;
  }
}
#cafe_wrap .cafe_content .food_menu-item .food_text-content ul li {
  text-align: right;
}
#cafe_wrap .cafe_content .food_menu-item .food_text-content ul li span {
  min-width: 70px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item .food_text-content ul li span {
    min-width: 60px;
  }
}
#cafe_wrap .cafe_content .food_menu-item .food_text .food-desc {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cafe_wrap .cafe_content .food_menu-item .food_text .food-desc {
    font-size: 11px;
  }
}/*# sourceMappingURL=theme-style.css.map */
