@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) and (min-height: 415px) and (orientation: portrait) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
[data-target] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity,-webkit-transform, -webkit-filter;
  transition-property: opacity,-webkit-transform, -webkit-filter;
  transition-property: transform, opacity,filter;
  transition-property: transform, opacity,filter, -webkit-transform, -webkit-filter;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  will-change: transform, opacity;
}
[data-target].action {
  opacity: 1;
}
[data-target][data-mask-right], [data-target][data-mask-left], [data-target][data-mask-up], [data-target][data-mask-down] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  visibility: hidden;
  opacity: 1;
}
[data-target][data-mask-right].action, [data-target][data-mask-left].action, [data-target][data-mask-up].action, [data-target][data-mask-down].action {
  visibility: visible;
  clip-path: inset(0);
}
[data-target][data-mask-right] {
  clip-path: inset(0 99.99% 0 0);
}
[data-target][data-mask-left] {
  clip-path: inset(0 0 0 99.99%);
}
[data-target][data-mask-up] {
  clip-path: inset(99.99% 0 0 0);
}
[data-target][data-mask-down] {
  clip-path: inset(0 0 99.99% 0);
}
[data-target][data-nomotion] {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
[data-target][data-slideup] {
  -webkit-transform: translateY(1.39vw) scale(1);
  transform: translateY(1.39vw) scale(1);
}
[data-target][data-slideup].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-target][data-slidedown] {
  -webkit-transform: translateY(-1.39vw) scale(1);
  transform: translateY(-1.39vw) scale(1);
}
[data-target][data-slidedown].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-target][data-slideleft] {
  -webkit-transform: translateX(1.39vw) scale(1);
  transform: translateX(1.39vw) scale(1);
}
[data-target][data-slideleft].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-target][data-slideright] {
  -webkit-transform: translateX(-1.39vw) scale(1);
  transform: translateX(-1.39vw) scale(1);
}
[data-target][data-slideright].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-target][data-scaleup] {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
[data-target][data-scaleup].action {
  -webkit-transform: scale(1);
  transform: scale(1);
}
[data-target][data-blur] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
[data-target][data-blur].action {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
[data-target][data-draw] {
  -webkit-transition: none;
  transition: none;
  -webkit-mask-image: url(../img/common/mask.png);
  mask-image: url(../img/common/mask.png);
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
  -webkit-mask-size: 400% 400%;
  mask-size: 400% 400%;
}
[data-target][data-draw].action {
  -webkit-animation: mask-playzero 3.2s 0s steps(1) forwards;
  animation: mask-playzero 3.2s 0s steps(1) forwards;
}

[data-lzy] {
  opacity: 0;
}
[data-lzy].action {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

.parallax_wrap {
  overflow: hidden;
}
.parallax_wrap img {
  height: 100%;
  max-width: initial;
}

[data-yt_player] {
  position: relative;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
[data-yt_player].is_loaded {
  pointer-events: initial;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
[data-yt_player].is_playing .yt_poster {
  display: none;
}
[data-yt_player]:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
[data-yt_player] .yt_playbtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-yt_player] .yt_playbtn .play {
  background: url(../img/common/ic_play.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 2.92vw;
  height: 2.92vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.67vw 0 0 -1.67vw;
  z-index: 5;
}
@media screen and (min-width: 750px) {
  [data-yt_player] .yt_playbtn:hover .yt_poster img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
[data-yt_player] .yt_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
[data-yt_player] .yt_poster img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
[data-yt_player] .yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-clickmovie] {
  position: relative;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
[data-clickmovie].is_loaded {
  pointer-events: initial;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
[data-clickmovie]:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
[data-clickmovie] video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-autoplaymovie] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}

.yt-modal {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(114, 128, 138, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.yt-modal.active {
  opacity: 1;
  visibility: visible;
}
.yt-modal .yt_modal-close {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/common/btn_close.svg) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: -3.68vw;
  right: -3.96vw;
  display: block;
  z-index: 99;
  width: 2.92vw;
  height: 2.92vw;
  text-indent: -9999px;
}
@media screen and (min-width: 750px) {
  .yt-modal .yt_modal-close:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
}
.yt-modal .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yt-modal .modal-content-inner {
  position: relative;
  width: 67%;
  max-width: 111.11vw;
  margin: auto;
}
.yt-modal .yt_modal-iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt-modal .yt_modal-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.69vw;
}

.logo {
  display: block;
}
.logo img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  .logo:hover img {
    opacity: 0.6;
  }
}

.ig {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 1.39vw;
  height: 1.39vw;
  display: block;
}
@media screen and (min-width: 750px) {
  .ig:hover {
    opacity: 0.5;
    color: #242424;
  }
}

.obj {
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

.main_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main_navi a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
}
@media screen and (min-width: 750px) {
  .main_navi a:hover {
    -webkit-transform: translateX(0.69vw);
    transform: translateX(0.69vw);
  }
}
.main_navi a.active {
  -webkit-transform: translateX(0.69vw);
  transform: translateX(0.69vw);
}

.page_header {
  max-width: 89.58vw;
  margin: auto auto 2.78vw;
}

.sec_inner {
  max-width: 89.58vw;
  margin: auto;
  position: relative;
}

.common_unit {
  margin-bottom: 8.33vw;
}
.common_unit .contents {
  padding-left: 7.64vw;
  line-height: 2.1;
}
.common_unit .contents > * {
  margin-bottom: 1.39vw;
}
.common_unit .contents > *:last-child {
  margin-bottom: 0;
}
.common_unit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.39vw;
}
.common_unit dl dt {
  width: 18.06vw;
}
.common_unit dl dd {
  width: calc(100% - 18.06vw);
}
.common_unit ul li {
  list-style: disc;
}
.common_unit ol li {
  list-style: decimal;
}

.txt_unit {
  margin-bottom: 4.17vw;
  line-height: 2.1;
}
.txt_unit > * {
  margin-bottom: 1.39vw;
}
.txt_unit > *:last-child {
  margin-bottom: 0;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
  -moz-column-gap: 5vw;
  column-gap: 5vw;
}

.post_thumb {
  max-width: 25.69vw;
}
.post_thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.39vw;
}
@media screen and (min-width: 750px) {
  .post_thumb a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.post_thumb .img {
  position: relative;
  overflow: hidden;
}
.post_thumb .img img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.post_thumb .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 1.11vw;
}
.post_thumb .txt .category {
  font-family: "YakuHanMP", "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  background-color: #4c4c4c;
  color: #fcfcfc;
  font-size: 0.97vw;
  line-height: 1;
  padding: 0.14vw 0.35vw 0;
  display: inline-block;
}
.post_thumb .txt .info {
  position: relative;
  padding-left: 3.47vw;
}
.post_thumb .txt .info:before {
  -webkit-transform: rotate(-50.25deg);
  transform: rotate(-50.25deg);
  background-color: #4c4c4c;
  content: "";
  display: block;
  width: 3.75vw;
  height: 1px;
  position: absolute;
  top: 1.39vw;
  left: -0.69vw;
}
.post_thumb .txt .info .date {
  font-size: 0.97vw;
  margin-bottom: 0.69vw;
}
.post_thumb .txt .info .name {
  line-height: 1.5;
}

.works_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 6.25vw;
  -moz-column-gap: 6.25vw;
  column-gap: 6.25vw;
  row-gap: 4.86vw;
}

.pagenate {
  font-family: "YakuHanMP", "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.67vw;
  position: relative;
}
.pagenate .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.pagenate .previouspostslink,
.pagenate .nextpostslink {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 3.89vw 1.32vw;
  width: 3.89vw;
  height: 1.32vw;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 1.11vw;
}
.pagenate .previouspostslink {
  background-image: url(../img/topics/icon_prev.png);
  left: 16.25vw;
}
.pagenate .nextpostslink {
  background-image: url(../img/topics/icon_next.png);
  right: 16.25vw;
}
.pagenate .current,
.pagenate .page {
  border-bottom: 1px solid #4c4c4c30;
  padding: 0.35vw 0.35vw 0.49vw;
}
.pagenate .current {
  border-bottom-color: #4c4c4c;
}
.pagenate .page {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  .pagenate .page:hover {
    border-bottom-color: #4c4c4c;
  }
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.69vw;
  -moz-column-gap: 0.69vw;
  column-gap: 0.69vw;
}

.btn {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.39vw;
  position: relative;
  height: 3.89vw;
  border-bottom: 1px solid #4c4c4c;
}
@media screen and (min-width: 750px) {
  .btn:hover {
    opacity: 0.4;
  }
}
.btn.bdr {
  background-color: #fcfcfc;
  border: 1px solid #4c4c4c;
  font-size: 1.25vw;
}
.btn.bdr.arrow {
  padding: 0 1.11vw;
}
.btn.bdr.arrow:before {
  right: 1.81vw;
}
.btn.w300 {
  min-width: 20.83vw;
}
.btn.f24 {
  font-size: 1.67vw;
}
.btn.t_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.arrow {
  padding-right: 2.5vw;
}
.btn.arrow:before {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 0.56vw;
  height: 0.49vw;
  position: absolute;
  top: 50%;
  right: 0.35vw;
  margin-top: -0.21vw;
}
.btn.arrow.blank:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn.more {
  font-family: "YakuHanMP", "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  min-width: initial;
  padding: 0 2.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.67vw;
}
.btn.disable {
  background-color: #cecece;
  pointer-events: none;
}

.page_title {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.69vw;
}
.page_title strong {
  font-size: 2.78vw;
}
.page_title span {
  font-size: 0.97vw;
}
.page_title .en {
  font-family: "YakuHanMP", "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}

.sec_title {
  font-family: "YakuHanMP", "garamond-premier-pro-display", "fot-tsukumin-pr6n", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.36vw;
  margin-bottom: 2.92vw;
}
.sec_title:before {
  -webkit-transform: rotate(-50.25deg);
  transform: rotate(-50.25deg);
  background-color: #4c4c4c;
  content: "";
  display: block;
  width: 3.75vw;
  height: 1px;
}

.foot_link {
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25.28vw;
  margin-top: 10.97vw;
}
.foot_link ul {
  width: 59.03vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 3.47vw;
}
.foot_link ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_link ul li:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.foot_link .btn {
  font-size: 1.39vw;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.foot_link .btn:before {
  right: 0;
}

.modal {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #dededa;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal__closebtn {
  cursor: pointer;
}
.modal__inner {
  width: 100%;
  height: 100%;
  padding-top: 11.11vw;
}
.modal__header {
  display: none;
}
.modal__menuArea {
  max-width: 89.58vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 7.99vw;
  padding: 0 8.47vw;
  margin-inline: auto;
  margin-bottom: 2.78vw;
}
.modal__menu {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.modal__menu--01 {
  font-size: 1.67vw;
}
.modal__menu--02 {
  font-size: 0.97vw;
}
.modal__menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  .modal__menu-link:hover {
    opacity: 0.5;
  }
}
.modal__menu-link--01 {
  gap: 2.78vw;
  margin-top: -0.83vw;
  margin-bottom: 2.78vw;
}
.modal__menu-link--01 .modal__menu-label--jp {
  width: 8.47vw;
}
.modal__menu-link--01 .modal__menu-label--en {
  width: 9.03vw;
}
.modal__menu-link--02 {
  gap: 4.03vw;
  margin-top: -0.42vw;
  margin-bottom: 1.67vw;
}
.modal__menu-link--02 .modal__menu-label--jp {
  width: 5.83vw;
}
.modal__menu-link--02 .modal__menu-label--en {
  width: 3.75vw;
}
.modal__sns-link {
  display: block;
}
.modal__sns-link--insta {
  width: 1.67vw;
  margin-bottom: 1.25vw;
}
.modal__sns-link--insta {
  width: 1.53vw;
}
.modal__footer {
  width: 100%;
  padding: 0 8.47vw;
  position: absolute;
  bottom: 0;
}

#howto {
  position: relative;
  background-color: #EEEEED;
  padding-top: 5.69vw;
  padding: 5.69vw 8.68vw 7.5vw;
}
#howto .howto__bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#howto .howto__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#howto .contents--howto .feature--large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0 6.94vw;
  margin-bottom: 9.44vw;
}
#howto .contents--howto .feature--large:before {
  content: "";
  background: url(../img/top/howto_illust01.webp) no-repeat 0 0;
  background-size: 25.63vw 17.78vw;
  display: block;
  width: 25.63vw;
  height: 17.78vw;
  position: absolute;
  top: -6.94vw;
  right: 0;
  mix-blend-mode: multiply;
}
#howto .contents--howto .feature--midle {
  position: relative;
  height: 49.65vw;
}
#howto .contents--howto .feature__middleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 2.22vw;
}
#howto .contents--howto .feature__pict img {
  border-radius: 2.08vw;
}
#howto .contents--howto .feature__pict--large {
  width: 42.64vw;
}
#howto .contents--howto .feature__pict--middle {
  width: 26.11vw;
  margin-bottom: 1.67vw;
}
#howto .contents--howto .feature__number {
  font-size: 0.97vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#howto .contents--howto .feature__title {
  font-size: 1.67vw;
  margin-top: -0.42vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#howto .contents--howto .feature__subtitle {
  font-size: 0.97vw;
  margin-top: -0.28vw;
  margin-bottom: 2.08vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#howto .contents--howto .feature__description {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-bottom: 3.06vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#howto .contents--howto .feature__description--01 {
  width: 33.19vw;
}

.topics {
  margin-bottom: 6.81vw;
}
.topics__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.11vw;
  padding-left: 4.17vw;
  margin-bottom: 5.69vw;
}
.topics__tagItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 999px;
  border: solid #242424 1px;
  font-size: 0.83vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.69vw 1.94vw;
}
.topics__tagItem--active {
  background-color: #242424;
  color: #FFF;
  pointer-events: none;
}
.topics__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 5.69vw 2.08vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topics__posts--modal {
  gap: 2.08vw 0vw;
}
.topics__pagenation {
  width: 67.36vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 23.47vw;
}

.topicsPost {
  width: 20.83vw;
  color: #242424;
}
.topicsPost__thumb {
  position: relative;
  margin-bottom: 0.97vw;
  width: 20.83vw;
  height: 18.61vw;
}
.topicsPost__thumb img {
  border-radius: 2.43vw;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topicsPost__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 999px;
  border: solid #242424 1px;
  font-size: 0.83vw;
  padding: 0.56vw 1.67vw;
  position: absolute;
  top: -1.04vw;
  left: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.topicsPost__date {
  display: block;
  font-size: 1.25vw;
  margin-bottom: 0.69vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.topicsPost__title {
  font-size: 1.25vw;
  line-height: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.topicsPost--modal {
  width: 23.47vw;
}
.topicsPost--modal .topicsPost__inner {
  width: 23.47vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 0 1.67vw;
}
.topicsPost--modal .topicsPost__thumb {
  width: 9.03vw;
  height: 9.03vw;
  margin-bottom: 0;
}
.topicsPost--modal .topicsPost__thumb img {
  border-radius: 1.11vw;
  -o-object-fit: cover;
  object-fit: cover;
  width: 9.03vw;
  height: 7.99vw;
  max-width: initial;
}
.topicsPost--modal .topicsPost__label {
  display: none;
}
.topicsPost--modal .topicsPost__date {
  font-size: 0.83vw;
  margin-top: -0.28vw;
  margin-bottom: 0.14vw;
  line-height: 1.8;
}
.topicsPost--modal .topicsPost__title {
  font-size: 0.97vw;
  line-height: 1.8;
}

.section__inner {
  max-width: 81.25vw;
  margin: auto;
  position: relative;
}
.section__inner--facilities {
  max-width: 81.25vw;
}
.section__inner--facilityMap {
  max-width: 81.25vw;
}
.section__inner--topics {
  max-width: 89.58vw;
  width: 89.58vw;
}
.section__inner--faq {
  width: 67.36vw;
}
.section__inner--neighborsinfo {
  width: 89.58vw;
  max-width: initial;
}
.section__inner--topicspost {
  width: 81.25vw;
}
.section__inner--topicspostbody {
  width: 67.36vw;
}

.reservebtn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 9.72vw;
  padding-bottom: 7.64vw;
}

.contentsTitle__area {
  position: relative;
  width: 81.25vw;
  margin: auto;
}
.contentsTitle__area--top {
  margin-top: 0;
  margin-bottom: 4.86vw;
}
.contentsTitle__area--access {
  margin-bottom: 3.61vw;
}
.contentsTitle__area--faq {
  margin-bottom: 3.75vw;
}
.contentsTitle__area--room {
  margin-bottom: 3.75vw;
}
.contentsTitle__area--other {
  margin-bottom: 28.06vw;
}
.contentsTitle__area--section {
  margin-bottom: 3.75vw;
}

.contentsTitle__block .contentsTitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.contentsTitle__block .contentsTitle--pageTitle {
  font-size: 3.33vw;
}
.contentsTitle__block .contentsTitle--sectionTitle {
  font-size: 2.5vw;
}
.contentsTitle__block .contentsSubTitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.97vw;
}

.read__area {
  width: 81.25vw;
  margin: 0 auto;
}
.read__area .read__text {
  color: #535353;
  font-size: 1.39vw;
  line-height: 1.8;
  letter-spacing: 0.14vw;
  margin: 0 0 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.more__button {
  position: relative;
  width: 11.11vw;
  height: 2.78vw;
  border: 1px solid #242424;
  border-radius: 2.78vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 750px) {
  .more__button:hover:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.more__button--feature {
  position: absolute;
  right: 0;
  bottom: 0;
}
.more__button span {
  position: relative;
  z-index: 2;
  margin-left: -1.39vw;
}
.more__button:after {
  background: #cecece;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
}
.more__button:before {
  content: "";
  background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
  background-size: 0.97vw 1.39vw;
  display: block;
  width: 0.97vw;
  height: 1.39vw;
  position: absolute;
  right: 1.39vw;
  z-index: 1;
}
.more__button--contact {
  width: 19.58vw;
  height: 4.17vw;
  background-color: #FFF;
}
.more__button--contact:before {
  right: 5.56vw;
}
.more__button--contactreturn {
  width: 19.58vw;
  height: 4.17vw;
  background-color: #FFF;
}
.more__button--contactreturn:before {
  right: 5.56vw;
  rotate: 180deg;
  right: initial;
  left: 5.56vw;
}
.more__button--topics {
  background-color: #FFF;
  margin: 4.58vw auto 0;
}

.buttonDeco {
  position: relative;
  border: 1px solid #000;
  border-radius: 999px;
  background-color: #FFF;
  text-decoration: none;
  font-size: 1.11vw;
  color: #242424;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .buttonDeco:hover {
    color: #FFF;
  }
  .buttonDeco:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.3s, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.3s, transform 0.4s ease-in-out;
    transition: opacity 0.3s, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .buttonDeco:hover .buttonDeco__icon--on {
    opacity: 1;
  }
  .buttonDeco:hover .buttonDeco__icon--off {
    opacity: 0;
  }
}
.buttonDeco span {
  position: relative;
  z-index: 2;
}
.buttonDeco__icons {
  z-index: 3;
  position: relative;
  width: 1.11vw;
  height: 1.25vw;
}
.buttonDeco__icons--calender {
  width: 1.11vw;
  height: 1.25vw;
}
.buttonDeco__icons--calendermonth {
  width: 1.11vw;
  height: 1.25vw;
}
.buttonDeco__icons--topCalender {
  width: 1.11vw;
  height: 1.25vw;
}
.buttonDeco__icons--topAccess {
  width: 0.97vw;
  height: 1.32vw;
}
.buttonDeco__icons--topForm {
  width: 1.32vw;
  height: 1.11vw;
}
.buttonDeco__icons--confirmreturn {
  width: 1.32vw;
  height: 1.11vw;
  margin-left: -1.39vw;
}
.buttonDeco__icons--confirmreturn .buttonDeco__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.buttonDeco__icons--confirmreturn .buttonDeco__icon--off {
  background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
  background-size: 0.97vw 1.39vw;
  display: block;
  width: 0.97vw;
  height: 1.39vw;
}
.buttonDeco__icons--confirmreturn .buttonDeco__icon--on {
  background: url(../img/common/icon_arrowright_on.svg) no-repeat 0 0;
  background-size: 0.97vw 1.39vw;
  display: block;
  width: 0.97vw;
  height: 1.39vw;
}
.buttonDeco__icons--confirm, .buttonDeco__icons--thanks {
  width: 1.32vw;
  height: 1.11vw;
}
.buttonDeco__icons--confirm .buttonDeco__icon--off, .buttonDeco__icons--thanks .buttonDeco__icon--off {
  background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
  background-size: 0.97vw 1.39vw;
  display: block;
  width: 0.97vw;
  height: 1.39vw;
}
.buttonDeco__icons--confirm .buttonDeco__icon--on, .buttonDeco__icons--thanks .buttonDeco__icon--on {
  background: url(../img/common/icon_arrowright_on.svg) no-repeat 0 0;
  background-size: 0.97vw 1.39vw;
  display: block;
  width: 0.97vw;
  height: 1.39vw;
}
.buttonDeco__icons--morehowto, .buttonDeco__icons--topicslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.97vw;
}
.buttonDeco__icons--morehowto img, .buttonDeco__icons--topicslist img {
  width: 100%;
  max-width: initial;
}
.buttonDeco__icon {
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.buttonDeco__icon--on {
  opacity: 0;
}
.buttonDeco:before {
  background: #242424;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.buttonDeco--topShortcut {
  height: 6.11vw;
}
.buttonDeco__headeerReserve {
  height: 3.33vw;
  width: 10.42vw;
  gap: 0 1.53vw;
}
.buttonDeco--modalReserve {
  height: 3.33vw;
  width: 10.42vw;
  gap: 0 1.53vw;
  margin-right: 5.97vw;
}
.buttonDeco--howto {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2.78vw;
  width: 11.39vw;
  gap: 0 1.39vw;
  margin: 0 0 0 auto;
}
.buttonDeco--howto span {
  margin-left: 1.39vw;
}
.buttonDeco--contact {
  height: 4.17vw;
  width: 19.58vw;
  gap: 0 1.39vw;
  margin: 0 0 0 auto;
}
.buttonDeco--contact span {
  margin-left: 1.39vw;
}
.buttonDeco--confirmsend {
  height: 4.17vw;
  width: 19.58vw;
  gap: 0 1.39vw;
}
.buttonDeco--confirmsend span {
  margin-left: 1.39vw;
}
.buttonDeco--confirmreturn {
  height: 4.17vw;
  width: 19.58vw;
  gap: 0 1.39vw;
}
.buttonDeco--thanks {
  height: 4.17vw;
  width: 19.58vw;
  gap: 0 1.39vw;
  margin: 0 0 0 auto;
}
.buttonDeco--thanks span {
  margin-left: 1.39vw;
}
.buttonDeco--topics {
  height: 2.78vw;
  width: 11.39vw;
  gap: 0 1.39vw;
  margin: 5vw auto 0;
}
.buttonDeco--topics span {
  margin-left: 1.39vw;
}
.buttonDeco--topicslist {
  height: 2.78vw;
  width: 11.81vw;
  gap: 0 1.39vw;
}
.buttonDeco--topicslist span {
  margin-left: 1.39vw;
}
.buttonDeco__reservebtn {
  height: 8.06vw;
  width: 33.06vw;
  gap: 0 1.11vw;
}
.buttonDeco__reservebtn img {
  width: 1.11vw;
}
.buttonDeco__footerCalender {
  height: 4.17vw;
  width: 20.83vw;
  gap: 0 1.11vw;
}
.buttonDeco__footerCalender img {
  width: 1.11vw;
}

@media screen and (min-width: 1440px) {
  [data-target][data-slideup] {
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
  }
  [data-target][data-slidedown] {
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
  }
  [data-target][data-slideleft] {
    -webkit-transform: translateX(20px) scale(1);
    transform: translateX(20px) scale(1);
  }
  [data-target][data-slideright] {
    -webkit-transform: translateX(-20px) scale(1);
    transform: translateX(-20px) scale(1);
  }
  [data-yt_player] .yt_playbtn .play {
    width: 42px;
    height: 42px;
    margin: -24px 0 0 -24px;
  }
  .yt-modal .yt_modal-close {
    top: -53px;
    right: -57px;
    width: 42px;
    height: 42px;
  }
  .yt-modal .modal-content-inner {
    max-width: 1600px;
  }
  .yt-modal .yt_modal-iframe iframe {
    border-radius: 10px;
  }
  #modal #modalContents {
    max-width: 1400px;
  }
  #modal .btn_close {
    top: 50px;
    right: 50px;
    font-size: 40px;
  }
  .ig {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 750px) {
  .main_navi a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media screen and (min-width: 1440px) {
  .main_navi a.active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .page_header {
    max-width: 1290px;
    margin: auto auto 40px;
  }
  .sec_inner {
    max-width: 1290px;
  }
  .common_unit {
    margin-bottom: 120px;
  }
  .common_unit .contents {
    padding-left: 110px;
  }
  .common_unit .contents > * {
    margin-bottom: 20px;
  }
  .common_unit dl {
    margin-bottom: 20px;
  }
  .common_unit dl dt {
    width: 260px;
  }
  .common_unit dl dd {
    width: calc(100% - 260px);
  }
  .txt_unit {
    margin-bottom: 60px;
  }
  .txt_unit > * {
    margin-bottom: 20px;
  }
  .buttons {
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
  .post_thumb {
    max-width: 370px;
  }
  .post_thumb a {
    row-gap: 20px;
  }
  .post_thumb .txt {
    row-gap: 16px;
  }
  .post_thumb .txt .category {
    font-size: 14px;
    padding: 2px 5px 0;
  }
  .post_thumb .txt .info {
    padding-left: 50px;
  }
  .post_thumb .txt .info:before {
    width: 54px;
    top: 20px;
    left: -10px;
  }
  .post_thumb .txt .info .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .works_index {
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    row-gap: 70px;
  }
  .pagenate {
    font-size: 24px;
  }
  .pagenate .wp-pagenavi {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .pagenate .previouspostslink,
  .pagenate .nextpostslink {
    background-size: 56px 19px;
    width: 56px;
    height: 19px;
    top: 16px;
  }
  .pagenate .previouspostslink {
    background-image: url(../img/topics/icon_prev.png);
    left: 234px;
  }
  .pagenate .nextpostslink {
    background-image: url(../img/topics/icon_next.png);
    right: 234px;
  }
  .pagenate .current,
  .pagenate .page {
    padding: 5px 5px 7px;
  }
  .categories {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .btn {
    font-size: 20px;
    height: 56px;
  }
  .btn.bdr {
    font-size: 18px;
  }
  .btn.bdr.arrow {
    padding: 0 16px;
  }
  .btn.bdr.arrow:before {
    right: 26px;
  }
  .btn.w300 {
    min-width: 300px;
  }
  .btn.f24 {
    font-size: 24px;
  }
  .btn.arrow {
    padding-right: 36px;
  }
  .btn.arrow:before {
    width: 8px;
    height: 7px;
    right: 5px;
    margin-top: -3px;
  }
  .btn.more {
    padding: 0 36px;
    font-size: 24px;
  }
  .page_title {
    row-gap: 10px;
  }
  .page_title strong {
    font-size: 40px;
  }
  .page_title span {
    font-size: 14px;
  }
  .sec_title {
    font-size: 34px;
    margin-bottom: 42px;
  }
  .sec_title:before {
    width: 54px;
  }
  .post_contents > * {
    margin-bottom: 26px;
  }
  .post_contents hr {
    margin: 26px 0;
  }
  .post_contents h2,
  .post_contents h3,
  .post_contents h4,
  .post_contents h5,
  .post_contents h6 {
    margin-bottom: 16px;
  }
  .post_contents h2 {
    font-size: 24px;
  }
  .post_contents h3 {
    font-size: 23px;
  }
  .post_contents h4 {
    font-size: 22px;
  }
  .post_contents h5 {
    font-size: 20px;
  }
  .post_contents h6 {
    font-size: 18px;
  }
  .post_contents ul {
    margin-left: 20px;
  }
  .post_contents ol {
    margin-left: 20px;
  }
  .foot_link {
    height: 364px;
    margin-top: 158px;
  }
  .foot_link ul {
    width: 850px;
    row-gap: 50px;
  }
  .foot_link .btn {
    font-size: 20px;
  }
  .modal {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #dededa;
  }
  .modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  .modal__closebtn {
    cursor: pointer;
  }
  .modal__inner {
    width: 100%;
    height: 100%;
    padding-top: 160px;
  }
  .modal__header {
    display: none;
  }
  .modal__menuArea {
    max-width: 1290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 115px;
    padding: 0 122px;
    margin-bottom: 40px;
  }
  .modal__menu {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .modal__menu--01 {
    font-size: 24px;
  }
  .modal__menu--02 {
    font-size: 14px;
  }
  .modal__menu-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .modal__menu-link--01 {
    gap: 40px;
    margin-top: -12px;
    margin-bottom: 40px;
  }
  .modal__menu-link--01 .modal__menu-label--jp {
    width: 122px;
  }
  .modal__menu-link--01 .modal__menu-label--en {
    width: 130px;
  }
  .modal__menu-link--02 {
    gap: 58px;
    margin-top: -6px;
    margin-bottom: 24px;
  }
  .modal__menu-link--02 .modal__menu-label--jp {
    width: 84px;
  }
  .modal__menu-link--02 .modal__menu-label--en {
    width: 54px;
  }
  .modal__sns-link {
    display: block;
  }
  .modal__sns-link--insta {
    width: 24px;
    margin-bottom: 18px;
  }
  .modal__sns-link--insta {
    width: 22px;
  }
  .modal__footer {
    padding: 0 122px;
  }
  #howto {
    position: relative;
    background-color: #EEEEED;
    padding-top: 82px;
    padding: 82px 125px 108px;
  }
  #howto .howto__bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  #howto .howto__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #howto .contents--howto .feature--large {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0 100px;
    margin-bottom: 136px;
  }
  #howto .contents--howto .feature--large:before {
    content: "";
    background: url(../img/top/howto_illust01.webp) no-repeat 0 0;
    background-size: 369px 256px;
    display: block;
    width: 369px;
    height: 256px;
    position: absolute;
    top: -100px;
    right: 0;
    mix-blend-mode: multiply;
  }
  #howto .contents--howto .feature--midle {
    position: relative;
    height: 715px;
  }
  #howto .contents--howto .feature__middleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 32px;
  }
  #howto .contents--howto .feature__pict--large {
    width: 614px;
  }
  #howto .contents--howto .feature__pict--middle {
    width: 376px;
    margin-bottom: 24px;
  }
  #howto .contents--howto .feature__content--large {
    padding-bottom: 40px;
  }
  #howto .contents--howto .feature__number {
    font-size: 14px;
  }
  #howto .contents--howto .feature__title {
    font-size: 24px;
    margin-top: -6px;
  }
  #howto .contents--howto .feature__subtitle {
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 30px;
  }
  #howto .contents--howto .feature__description {
    font-size: 18px;
    margin-bottom: 44px;
  }
  #howto .contents--howto .feature__description--01 {
    width: 478px;
  }
  .topics {
    margin-bottom: 98px;
  }
  .topics__taglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
    padding-left: 60px;
    margin-bottom: 82px;
  }
  .topics__tagItem {
    font-size: 12px;
    padding: 10px 28px;
  }
  .topics__tagItem--active {
    background-color: #242424;
    color: #FFF;
    pointer-events: none;
  }
  .topics__posts {
    gap: 82px 30px;
  }
  .topics__posts--modal {
    gap: 30px 0px;
  }
  .topics__pagenation {
    width: 970px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 338px;
  }
  .topicsPost {
    width: 300px;
    color: #242424;
  }
  .topicsPost__thumb {
    position: relative;
    margin-bottom: 14px;
    width: 300px;
    height: 268px;
  }
  .topicsPost__thumb img {
    border-radius: 35px;
    overflow: hidden;
  }
  .topicsPost__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 999px;
    border: solid #242424 1px;
    font-size: 12px;
    padding: 8px 24px;
    position: absolute;
    top: -15px;
    left: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .topicsPost__date {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .topicsPost__title {
    font-size: 18px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .topicsPost--modal {
    width: 338px;
  }
  .topicsPost--modal .topicsPost__inner {
    width: 338px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0 24px;
  }
  .topicsPost--modal .topicsPost__thumb {
    width: 130px;
    height: 130px;
    margin-bottom: 0;
  }
  .topicsPost--modal .topicsPost__thumb img {
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 130px;
    height: 115px;
  }
  .topicsPost--modal .topicsPost__label {
    display: none;
  }
  .topicsPost--modal .topicsPost__date {
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 2px;
  }
  .topicsPost--modal .topicsPost__title {
    font-size: 14px;
  }
  .section__inner {
    max-width: 1170px;
    margin: auto;
    position: relative;
  }
  .section__inner--facilities {
    max-width: 1170px;
  }
  .section__inner--facilityMap {
    max-width: 1170px;
  }
  .section__inner--topics {
    max-width: 1290px;
    width: 1290px;
  }
  .section__inner--faq {
    width: 970px;
  }
  .section__inner--neighborsinfo {
    width: 1290px;
    max-width: initial;
  }
  .section__inner--topicspost {
    width: 1170px;
  }
  .section__inner--topicspostbody {
    width: 970px;
  }
  .reservebtn__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 110px;
  }
  .contentsTitle__area {
    position: relative;
    width: 1170px;
    margin: auto;
  }
  .contentsTitle__area--top {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .contentsTitle__area--access {
    margin-bottom: 52px;
  }
  .contentsTitle__area--faq {
    margin-bottom: 54px;
  }
  .contentsTitle__area--room {
    margin-bottom: 54px;
  }
  .contentsTitle__area--other {
    margin-bottom: 404px;
  }
  .contentsTitle__area--section {
    margin-bottom: 54px;
  }
  .contentsTitle__block .contentsTitle {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .contentsTitle__block .contentsTitle--pageTitle {
    font-size: 48px;
  }
  .contentsTitle__block .contentsTitle--sectionTitle {
    font-size: 36px;
  }
  .contentsTitle__block .contentsSubTitle {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
  }
  .read__area {
    width: 1170px;
    margin: 0 auto;
  }
  .read__area .read__text {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 0 auto;
  }
  .more__button {
    position: relative;
    width: 160px;
    height: 40px;
    border: 1px solid #242424;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .more__button--feature {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .more__button span {
    margin-left: -20px;
  }
  .more__button:before {
    content: "";
    background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
    background-size: 14px 20px;
    display: block;
    width: 14px;
    height: 20px;
    position: absolute;
    right: 20px;
    z-index: 1;
  }
  .more__button--contact {
    width: 282px;
    height: 60px;
  }
  .more__button--contact:after {
    right: 80px;
  }
  .more__button--contactreturn {
    width: 282px;
    height: 60px;
    background-color: #FFF;
  }
  .more__button--contactreturn:after {
    right: 80px;
    rotate: 180deg;
    right: initial;
    left: 80px;
  }
  .more__button--topics {
    background-color: #FFF;
    margin: 66px auto 0;
  }
  .buttonDeco {
    border-radius: 999px;
    font-size: 16px;
  }
  .buttonDeco__icons {
    width: 16px;
    height: 18px;
  }
  .buttonDeco__icons--calender {
    width: 16px;
    height: 18px;
  }
  .buttonDeco__icons--calendermonth {
    width: 16px;
    height: 18px;
  }
  .buttonDeco__icons--topCalender {
    width: 16px;
    height: 18px;
  }
  .buttonDeco__icons--topAccess {
    width: 14px;
    height: 19px;
  }
  .buttonDeco__icons--topForm {
    width: 19px;
    height: 16px;
  }
  .buttonDeco__icons--confirmreturn {
    width: 19px;
    height: 16px;
    margin-left: -20px;
  }
  .buttonDeco__icons--confirmreturn .buttonDeco__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .buttonDeco__icons--confirmreturn .buttonDeco__icon--off {
    background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
    background-size: 14px 20px;
    display: block;
    width: 14px;
    height: 20px;
  }
  .buttonDeco__icons--confirmreturn .buttonDeco__icon--on {
    background: url(../img/common/icon_arrowright_on.svg) no-repeat 0 0;
    background-size: 14px 20px;
    display: block;
    width: 14px;
    height: 20px;
  }
  .buttonDeco__icons--confirm, .buttonDeco__icons--thanks {
    width: 19px;
    height: 16px;
  }
  .buttonDeco__icons--confirm .buttonDeco__icon--off, .buttonDeco__icons--thanks .buttonDeco__icon--off {
    background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
    background-size: 14px 20px;
    display: block;
    width: 14px;
    height: 20px;
  }
  .buttonDeco__icons--confirm .buttonDeco__icon--on, .buttonDeco__icons--thanks .buttonDeco__icon--on {
    background: url(../img/common/icon_arrowright_on.svg) no-repeat 0 0;
    background-size: 14px 20px;
    display: block;
    width: 14px;
    height: 20px;
  }
  .buttonDeco__icons--morehowto, .buttonDeco__icons--topicslist {
    width: 14px;
  }
  .buttonDeco--topShortcut {
    height: 88px;
  }
  .buttonDeco__headeerReserve {
    height: 48px;
    width: 150px;
    gap: 0 22px;
  }
  .buttonDeco--modalReserve {
    height: 48px;
    width: 150px;
    gap: 0 22px;
    margin-right: 86px;
  }
  .buttonDeco--howto {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 164px;
    gap: 0 20px;
    margin: 0 0 0 auto;
  }
  .buttonDeco--howto span {
    margin-left: 20px;
  }
  .buttonDeco--contact {
    height: 60px;
    width: 282px;
    gap: 0 20px;
    margin: 0 0 0 auto;
  }
  .buttonDeco--contact span {
    margin-left: 20px;
  }
  .buttonDeco--confirmsend {
    height: 60px;
    width: 282px;
    gap: 0 20px;
  }
  .buttonDeco--confirmsend span {
    margin-left: 20px;
  }
  .buttonDeco--confirmreturn {
    height: 60px;
    width: 282px;
    gap: 0 20px;
  }
  .buttonDeco--thanks {
    height: 60px;
    width: 282px;
    gap: 0 20px;
    margin: 0 0 0 auto;
  }
  .buttonDeco--thanks span {
    margin-left: 20px;
  }
  .buttonDeco--topics {
    height: 40px;
    width: 164px;
    gap: 0 20px;
    margin: 72px auto 0;
  }
  .buttonDeco--topics span {
    margin-left: 20px;
  }
  .buttonDeco--topicslist {
    height: 40px;
    width: 170px;
    gap: 0 20px;
  }
  .buttonDeco--topicslist span {
    margin-left: 20px;
  }
  .buttonDeco__reservebtn {
    height: 116px;
    width: 476px;
    gap: 0 16px;
  }
  .buttonDeco__reservebtn img {
    width: 16px;
  }
  .buttonDeco__footerCalender {
    height: 60px;
    width: 300px;
    gap: 0 16px;
  }
  .buttonDeco__footerCalender img {
    width: 16px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-target][data-slideup] {
    -webkit-transform: translateY(5.33vw) scale(1);
    transform: translateY(5.33vw) scale(1);
  }
  [data-target][data-slidedown] {
    -webkit-transform: translateY(-5.33vw) scale(1);
    transform: translateY(-5.33vw) scale(1);
  }
  [data-target][data-slideleft] {
    -webkit-transform: translateX(5.33vw) scale(1);
    transform: translateX(5.33vw) scale(1);
  }
  [data-target][data-slideright] {
    -webkit-transform: translateX(-5.33vw) scale(1);
    transform: translateX(-5.33vw) scale(1);
  }
  [data-yt_player] .yt_playbtn .play {
    width: 11.2vw;
    height: 11.2vw;
    margin: -6.4vw 0 0 -6.4vw;
  }
  .yt-modal .yt_modal-close {
    top: -10.67vw;
    right: 0;
    width: 8vw;
    height: 8vw;
  }
  .yt-modal .modal-content-inner {
    width: 95%;
    max-width: initial;
  }
  .yt-modal .yt_modal-iframe iframe {
    border-radius: 2.67vw;
  }
  #modal #modalContents {
    max-width: initial;
  }
  #modal .btn_close {
    top: 13.33vw;
    right: 13.33vw;
    font-size: 10.67vw;
  }
  .ig {
    width: 5.33vw;
    height: 5.33vw;
  }
  .main_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main_navi a {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) and (min-width: 750px) {
  .main_navi a:hover {
    color: #242424;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  .main_navi a.active {
    color: #242424;
  }
  .page_header {
    max-width: initial;
    margin: auto auto 10.67vw;
    padding: 0 5.33vw;
  }
  .sec_inner {
    max-width: initial;
    margin: auto;
    padding: 0 5.33vw;
  }
  .common_unit {
    margin-bottom: 21.33vw;
  }
  .common_unit .contents {
    padding-left: 5.33vw;
    font-size: 3.73vw;
  }
  .common_unit .contents > * {
    margin-bottom: 5.33vw;
  }
  .common_unit .sec_title {
    margin-bottom: 13.33vw;
  }
  .common_unit dl {
    display: block;
    margin-bottom: 5.33vw;
  }
  .common_unit dl dt {
    width: 100%;
  }
  .common_unit dl dd {
    width: 100%;
  }
  .txt_unit {
    margin-bottom: 16vw;
    font-size: 3.73vw;
  }
  .txt_unit > * {
    margin-bottom: 5.33vw;
  }
  .post_thumb {
    max-width: initial;
    width: 100%;
  }
  .post_thumb a {
    row-gap: 5.33vw;
  }
  .post_thumb .txt {
    row-gap: 4.27vw;
  }
  .post_thumb .txt .category {
    font-size: 3.73vw;
    padding: 0.53vw 1.33vw 0;
  }
  .post_thumb .txt .info {
    padding-left: 13.33vw;
  }
  .post_thumb .txt .info:before {
    width: 14.4vw;
    top: 5.33vw;
    left: -2.67vw;
  }
  .post_thumb .txt .info .date {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
  .works_index {
    -webkit-column-gap: 24vw;
    -moz-column-gap: 24vw;
    column-gap: 24vw;
    row-gap: 18.67vw;
  }
  .pagenate {
    font-size: 6.4vw;
  }
  .pagenate .wp-pagenavi {
    -webkit-column-gap: 2.67vw;
    -moz-column-gap: 2.67vw;
    column-gap: 2.67vw;
  }
  .pagenate .previouspostslink,
  .pagenate .nextpostslink {
    background-size: 14.93vw 5.07vw;
    width: 14.93vw;
    height: 5.07vw;
    top: 2.67vw;
  }
  .pagenate .previouspostslink {
    left: 2.67vw;
  }
  .pagenate .nextpostslink {
    right: 2.67vw;
  }
  .pagenate .current,
  .pagenate .page {
    padding: 1.33vw 1.33vw 1.87vw;
  }
  .categories {
    -webkit-column-gap: 2.67vw;
    -moz-column-gap: 2.67vw;
    column-gap: 2.67vw;
  }
  .btn {
    font-size: 4.27vw;
    height: 14.93vw;
    min-width: initial;
    width: 100%;
  }
  .btn.bdr {
    font-size: 4.27vw;
  }
  .btn.bdr.arrow {
    padding: 0 4.27vw;
  }
  .btn.bdr.arrow:before {
    right: 6.93vw;
  }
  .btn.w300 {
    min-width: initial;
  }
  .btn.f24 {
    font-size: 4.27vw;
  }
  .btn.arrow {
    padding-right: 9.6vw;
  }
  .btn.arrow:before {
    width: 2.13vw;
    height: 1.87vw;
    right: 1.33vw;
    margin-top: -0.8vw;
  }
  .btn.more {
    padding: 0 9.6vw;
    font-size: 6.4vw;
    width: auto;
  }
  .page_title {
    row-gap: 2.67vw;
  }
  .page_title strong {
    font-size: 6.4vw;
  }
  .page_title span {
    font-size: 3.2vw;
  }
  .sec_title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
    padding-left: 13.33vw;
  }
  .sec_title:before {
    width: 14.4vw;
    position: absolute;
    top: 2.67vw;
    left: 1.33vw;
  }
  .foot_link {
    padding: 19.2vw 10.67vw;
    height: auto;
    margin-top: 18.67vw;
  }
  .foot_link ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 8vw;
  }
  .foot_link ul li {
    width: 100%;
  }
  .foot_link .btn {
    font-size: 3.47vw;
    height: 9.33vw;
  }
  .modal__inner {
    width: 100%;
    height: 100%;
    padding-top: 4.8vw;
  }
  .modal__closebtn {
    position: fixed;
  }
  .modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.27vw 5.87vw 0;
    margin-bottom: 10.67vw;
  }
  .modal__menuArea {
    display: block;
    padding: 0 8vw;
    margin-bottom: 1.6vw;
  }
  .modal__menu--01 {
    font-size: 5.33vw;
    margin-bottom: 13.33vw;
  }
  .modal__menu--02 {
    font-size: 3.73vw;
    margin-bottom: 8vw;
  }
  .modal__menu-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) and (min-width: 750px) {
  .modal__menu-link:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  .modal__menu-link:after {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    width: 0%;
    height: 0.8vw;
    background-color: #242424;
    display: block;
    position: absolute;
    bottom: -1.6vw;
    left: 0;
  }
  .modal__menu-link--01 {
    gap: 10.67vw;
    margin-bottom: 5.87vw;
  }
  .modal__menu-link--01 .modal__menu-label--jp {
    width: 33.6vw;
  }
  .modal__menu-link--01 .modal__menu-label--en {
    width: 34.67vw;
  }
  .modal__menu-link--02 {
    gap: 15.47vw;
    margin-bottom: 3.73vw;
  }
  .modal__menu-link--02 .modal__menu-label--jp {
    width: 22.4vw;
  }
  .modal__menu-link--02 .modal__menu-label--en {
    width: 14.4vw;
  }
  .modal__snsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0 3.73vw;
  }
  .modal__sns-link--insta {
    width: 6.4vw;
    margin-bottom: 4.8vw;
  }
  .modal__sns-link--insta {
    width: 5.87vw;
  }
  .modal__footer {
    position: relative;
    padding: 0 10.13vw;
  }
  #howto {
    padding-top: 21.87vw;
    padding: 21.87vw 0 22.93vw;
  }
  #howto .howto__bg {
    position: absolute;
    top: initial;
    left: 0;
    bottom: 0;
  }
  #howto .howto__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #howto .contents--howto .feature--large {
    display: block;
    margin-bottom: 14.4vw;
  }
  #howto .contents--howto .feature--large:before {
    content: none;
  }
  #howto .contents--howto .feature--midle {
    position: relative;
    height: initial;
    margin-bottom: 14.4vw;
  }
  #howto .contents--howto .feature--midle:last-child {
    margin-bottom: 0;
  }
  #howto .contents--howto .feature__middleArea {
    display: block;
    gap: 0 8.53vw;
  }
  #howto .contents--howto .feature__pict img {
    border-radius: 10.67vw;
  }
  #howto .contents--howto .feature__pict--large {
    width: 87.47vw;
    margin-bottom: 4.27vw;
  }
  #howto .contents--howto .feature__pict--middle {
    width: 87.47vw;
    margin-bottom: 4.27vw;
  }
  #howto .contents--howto .feature__content--large {
    padding-bottom: 0vw;
  }
  #howto .contents--howto .feature__number {
    font-size: 3.73vw;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #howto .contents--howto .feature__title {
    font-size: 6.4vw;
    margin-top: -2.13vw;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #howto .contents--howto .feature__subtitle {
    font-size: 3.73vw;
    margin-top: -2.67vw;
    margin-bottom: 8vw;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #howto .contents--howto .feature__description {
    font-size: 3.73vw;
    margin-bottom: 4.8vw;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #howto .contents--howto .feature__description--01 {
    width: 100%;
  }
  .topics {
    margin-bottom: 26.13vw;
  }
  .topics__taglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 4.27vw;
    padding-left: 0;
    margin-bottom: 21.87vw;
  }
  .topics__tagItem {
    border-radius: 999px;
    border: solid #242424 1px;
    font-size: 3.2vw;
    padding: 2.67vw 7.47vw;
  }
  .topics__posts {
    display: block;
    gap: 21.87vw 8vw;
  }
  .topics__posts--modal {
    gap: 8vw 0vw;
  }
  .topics__pagenation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 90.13vw;
  }
  .topicsPost {
    width: 100%;
    margin-bottom: 16vw;
  }
  .topicsPost__thumb {
    margin-bottom: 3.73vw;
    width: 100%;
    height: 71.47vw;
  }
  .topicsPost__thumb img {
    border-radius: 9.33vw;
    overflow: hidden;
  }
  .topicsPost__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 999px;
    border: solid #242424 1px;
    font-size: 3.2vw;
    padding: 2.13vw 6.4vw;
    position: absolute;
    top: -4vw;
    left: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .topicsPost__date {
    font-size: 3.2vw;
  }
  .topicsPost__title {
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .topicsPost--modal {
    display: none;
  }
  .section__inner {
    max-width: initial;
    padding: 0 6.4vw;
  }
  .section__inner--facilities {
    max-width: initial;
  }
  .section__inner--facilityMap {
    max-width: initial;
  }
  .section__inner--topics {
    width: 100%;
  }
  .section__inner--faq {
    width: 100%;
  }
  .section__inner--neighborsinfo {
    width: initial;
    max-width: initial;
  }
  .section__inner--topicspost {
    width: 100%;
  }
  .section__inner--topicspostbody {
    width: 100%;
  }
  .section__inner--neighborsCategory {
    padding: 0;
  }
  .reservebtn__area {
    display: none;
  }
  .contentsTitle__area {
    width: 100%;
    padding: 0;
  }
  .contentsTitle__area--top {
    margin-top: 0;
    margin-bottom: 18.67vw;
  }
  .contentsTitle__area--access {
    margin-bottom: 13.87vw;
  }
  .contentsTitle__area--faq {
    margin-bottom: 14.4vw;
  }
  .contentsTitle__area--room {
    margin-bottom: 14.4vw;
  }
  .contentsTitle__area--other {
    margin-bottom: 27.73vw;
  }
  .contentsTitle__area--section {
    margin-bottom: 14.4vw;
  }
  .contentsTitle__block .contentsTitle--pageTitle {
    font-size: 8.53vw;
  }
  .contentsTitle__block .contentsTitle--sectionTitle {
    font-size: 8.53vw;
  }
  .contentsTitle__block .contentsSubTitle {
    font-size: 3.73vw;
  }
  .read__area {
    width: 100%;
    padding: 0 6.4vw;
  }
  .read__area--topics {
    padding: 0;
  }
  .read__area .read__text {
    color: #535353;
    font-size: 3.73vw;
    letter-spacing: 0.53vw;
    margin: 0 0 0 auto;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .read__area .read__pict {
    mix-blend-mode: multiply;
  }
  .more__button {
    position: relative;
    width: 42.67vw;
    height: 10.67vw;
    border: 1px solid #242424;
    border-radius: 10.67vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) and (min-width: 750px) {
  .more__button:hover {
    background-color: #cecece;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  .more__button--feature {
    position: relative;
    margin: 0 0 0 auto;
    background-color: #FFF;
  }
  .more__button span {
    margin-left: -5.33vw;
  }
  .more__button:before {
    content: "";
    background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
    background-size: 3.73vw 5.33vw;
    display: block;
    width: 3.73vw;
    height: 5.33vw;
    position: absolute;
    right: 5.33vw;
    z-index: 1;
  }
  .more__button--contact {
    width: 100%;
    height: 16vw;
    background-color: #FFF;
  }
  .more__button--contact:before {
    right: 21.33vw;
  }
  .more__button--contactreturn {
    width: 100%;
    height: 16vw;
    background-color: #FFF;
  }
  .more__button--contactreturn:before {
    right: 21.33vw;
    rotate: 180deg;
    right: initial;
    left: 21.33vw;
  }
  .more__button--topics {
    background-color: #FFF;
    margin: 17.6vw auto 0;
  }
  .buttonDeco {
    font-size: 4.27vw;
  }
  .buttonDeco__icons {
    width: 4.27vw;
    height: 4.8vw;
  }
  .buttonDeco__icons--calender {
    width: 4.27vw;
    height: 4.8vw;
  }
  .buttonDeco__icons--calendermonth {
    width: 4.27vw;
    height: 4.8vw;
  }
  .buttonDeco__icons--topCalender {
    width: 4.27vw;
    height: 4.8vw;
  }
  .buttonDeco__icons--topAccess {
    width: 3.73vw;
    height: 5.07vw;
  }
  .buttonDeco__icons--topForm {
    width: 5.07vw;
    height: 4.27vw;
  }
  .buttonDeco__icons--confirmreturn {
    width: 5.07vw;
    height: 4.27vw;
    margin-left: -5.33vw;
  }
  .buttonDeco__icons--confirmreturn .buttonDeco__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .buttonDeco__icons--confirmreturn .buttonDeco__icon--off {
    background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
    background-size: 3.73vw 5.33vw;
    display: block;
    width: 3.73vw;
    height: 5.33vw;
  }
  .buttonDeco__icons--confirmreturn .buttonDeco__icon--on {
    background: url(../img/common/icon_arrowright_on.svg) no-repeat 0 0;
    background-size: 3.73vw 5.33vw;
    display: block;
    width: 3.73vw;
    height: 5.33vw;
  }
  .buttonDeco__icons--confirm, .buttonDeco__icons--thanks {
    width: 5.07vw;
    height: 4.27vw;
  }
  .buttonDeco__icons--confirm .buttonDeco__icon--off, .buttonDeco__icons--thanks .buttonDeco__icon--off {
    background: url(../img/common/icon_arrowright.svg) no-repeat 0 0;
    background-size: 3.73vw 5.33vw;
    display: block;
    width: 3.73vw;
    height: 5.33vw;
  }
  .buttonDeco__icons--confirm .buttonDeco__icon--on, .buttonDeco__icons--thanks .buttonDeco__icon--on {
    background: url(../img/common/icon_arrowright_on.svg) no-repeat 0 0;
    background-size: 3.73vw 5.33vw;
    display: block;
    width: 3.73vw;
    height: 5.33vw;
  }
  .buttonDeco__icons--morehowto, .buttonDeco__icons--topicslist {
    width: 3.73vw;
  }
  .buttonDeco--topShortcut {
    height: 23.47vw;
  }
  .buttonDeco--modalReserve {
    display: none;
  }
  .buttonDeco--howto {
    position: relative;
    height: 10.67vw;
    width: 37.33vw;
    gap: 0 5.33vw;
  }
  .buttonDeco--howto span {
    margin-left: 5.33vw;
  }
  .buttonDeco--contact {
    height: 16vw;
    width: 75.2vw;
    gap: 0 5.33vw;
    margin: initial;
    margin-inline: auto;
  }
  .buttonDeco--contact span {
    margin-left: 0;
  }
  .buttonDeco--confirmsend {
    height: 16vw;
    width: 75.2vw;
    gap: 0 5.33vw;
  }
  .buttonDeco--confirmsend span {
    margin-left: 5.33vw;
  }
  .buttonDeco--confirmreturn {
    height: 16vw;
    width: 75.2vw;
    gap: 0 5.33vw;
  }
  .buttonDeco--thanks {
    height: 16vw;
    width: 75.2vw;
    gap: 0 5.33vw;
    margin: initial;
    margin-inline: auto;
  }
  .buttonDeco--topics {
    height: 10.67vw;
    width: 43.73vw;
    gap: 0 5.33vw;
    margin: 19.2vw auto 0;
  }
  .buttonDeco--topics span {
    margin-left: 5.33vw;
  }
  .buttonDeco--topicslist {
    height: 10.67vw;
    width: 45.33vw;
    gap: 0 5.33vw;
  }
  .buttonDeco--topicslist span {
    margin-left: 5.33vw;
    font-size: 3.73vw;
  }
  .buttonDeco__reservebtn {
    height: 30.93vw;
    width: 126.93vw;
    gap: 0 4.27vw;
  }
  .buttonDeco__reservebtn img {
    width: 4.27vw;
  }
  .buttonDeco__footerCalender {
    height: 16vw;
    width: 86.4vw;
    margin: 0 auto 6.4vw;
    gap: 0 4.27vw;
  }
  .buttonDeco__footerCalender img {
    width: 4.27vw;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, button, input, textarea, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

a:active, a:hover {
  outline-width: 0;
}

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

code, kbd, pre, samp {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

@-webkit-keyframes scroll {
  0% {
    clip-path: inset(0);
  }
  25% {
    clip-path: inset(100% 0 0 0);
  }
  50% {
    clip-path: inset(100% 0 0 0);
  }
  50.1% {
    clip-path: inset(0 0 100% 0);
  }
  75% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}

@keyframes scroll {
  0% {
    clip-path: inset(0);
  }
  25% {
    clip-path: inset(100% 0 0 0);
  }
  50% {
    clip-path: inset(100% 0 0 0);
  }
  50.1% {
    clip-path: inset(0 0 100% 0);
  }
  75% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
  }
}
html {
  overflow: hidden;
  line-height: 1.8;
}
html.js_scroll {
  overflow: initial;
}

body {
  background-color: #dededa;
  color: #242424;
  font-size: 1.11vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
body.noscroll {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

.fs__32 {
  font-size: 2.22vw;
}
.fs__16 {
  font-size: 1.11vw;
}
.fs__14 {
  font-size: 0.97vw;
}
.fs__weight900 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.fs__weight700 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fs__weight500 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fs__weight400 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-hamburgerbtn {
  height: 6.67vw;
  width: 2.08vw;
  position: absolute;
  top: 0;
  right: 2.78vw;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-6.74vw);
  transform: translateY(-6.74vw);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity top, -webkit-transform;
  transition-property: opacity top, -webkit-transform;
  transition-property: transform, opacity top;
  transition-property: transform, opacity top, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header-hamburgerbtn.js_active {
  -webkit-transform: translateY(0vw);
  transform: translateY(0vw);
}
.header-hamburgerbtn.js_follownavi {
  position: fixed;
}
.header-hamburgerbtn .hamburgerbtn {
  position: relative;
  width: 1.94vw;
  height: 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.83vw 0;
  background: none;
  border: none;
  margin-top: -0.28vw;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: width, margin;
  transition-property: width, margin;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header-hamburgerbtn .hamburgerbtn__hamburgerLine {
  width: 1.94vw;
  height: 0.14vw;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, width, -webkit-transform;
  transition-property: opacity, width, -webkit-transform;
  transition-property: transform, opacity, width;
  transition-property: transform, opacity, width, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header-hamburgerbtn .hamburgerbtn__hamburgerLine:nth-of-type(1) {
  top: 0;
}
.header-hamburgerbtn .hamburgerbtn__hamburgerLine:nth-of-type(2) {
  top: 0.97vw;
}
.header-hamburgerbtn .hamburgerbtn__hamburgerLine:nth-of-type(3) {
  bottom: 0px;
}
.header-hamburgerbtn .hamburgerbtn.active {
  width: 2.22vw;
  margin-top: -0.28vw;
}
.header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine {
  width: 2.22vw;
}
.header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine:nth-of-type(1) {
  -webkit-transform: translateY(0.97vw) rotate(-45deg);
  transform: translateY(0.97vw) rotate(-45deg);
}
.header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine:nth-of-type(2) {
  opacity: 0;
}
.header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine:nth-of-type(3) {
  -webkit-transform: translateY(-0.97vw) rotate(45deg);
  transform: translateY(-0.97vw) rotate(45deg);
}

.header-reservebtnarea {
  height: 6.67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10001;
  position: absolute;
  top: 0;
  right: 8.61vw;
  z-index: 10001;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity top, -webkit-transform;
  transition-property: opacity top, -webkit-transform;
  transition-property: transform, opacity top;
  transition-property: transform, opacity top, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-6.74vw);
  transform: translateY(-6.74vw);
}
.header-reservebtnarea.js_active {
  -webkit-transform: translateY(0vw);
  transform: translateY(0vw);
}
.header-reservebtnarea.js_follownavi {
  position: fixed;
}
.header-reservebtnarea .header-reservebtn {
  margin-top: -0.14vw;
}

.globalNavi {
  width: 100%;
  height: 6.67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0vw;
  z-index: 99;
  padding: 0 3.06vw;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity top, -webkit-transform;
  transition-property: opacity top, -webkit-transform;
  transition-property: transform, opacity top;
  transition-property: transform, opacity top, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-6.74vw);
  transform: translateY(-6.74vw);
}
.globalNavi.js_active {
  -webkit-transform: translateY(0vw);
  transform: translateY(0vw);
}
.globalNavi.js_follownavi {
  position: fixed;
  background-color: #dededa;
}
.globalNavi__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.globalNavi__logo {
  width: 9.58vw;
}
.globalNavi__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.globalNavi__menu {
  margin-right: 19.31vw;
}
.globalNavi__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.33vw;
  list-style: none;
}
.globalNavi__menuItem {
  position: relative;
}
@media screen and (min-width: 750px) {
  .globalNavi__menuItem:hover {
    opacity: 0.5;
  }
}
.globalNavi__menuItem.js_active {
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.5;
}
.globalNavi__menuItem a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-weight: bold;
  font-size: 1.25vw;
}
.globalNavi__hamburger {
  display: none;
}
.globalNavi__hamburgerLine {
  display: block;
  width: 1.81vw;
  height: 2px;
  background-color: #000;
}

.globalFooter {
  background-color: #dededa;
  position: relative;
  padding: 14.17vw 3.06vw 3.47vw;
}
.globalFooter__infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 3.61vw;
}
.globalFooter__infoArea .infoAreaLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0 5.56vw;
}
.globalFooter__infoArea .infoAreaLogo__pict {
  width: 9.86vw;
}
.globalFooter__infoArea .infoAreaLogo__pict--modal {
  position: relative;
  top: 0.14vw;
}
.globalFooter__infoArea .infoAreaContact {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.globalFooter__infoArea .infoAreaContact__postCode {
  margin-bottom: 0.69vw;
  font-size: 1.11vw;
}
.globalFooter__infoArea .infoAreaContact__address {
  margin-bottom: 1.39vw;
  font-size: 1.11vw;
}
.globalFooter__infoArea .infoAreaContact__address img {
  vertical-align: middle;
}
.globalFooter__infoArea .infoAreaContact__tel {
  margin-bottom: 1.39vw;
  font-size: 0.97vw;
}
.globalFooter__infoArea .infoAreaContact__mail {
  margin-bottom: 1.39vw;
  font-size: 0.97vw;
}
.globalFooter__infoArea .infoAreaContact__mail--modal {
  margin-bottom: 0vw;
}
.globalFooter__infoArea .infoAreaContact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.11vw;
}
.globalFooter__infoArea .infoAreaContact__social a {
  display: block;
}
.globalFooter hr {
  width: 100%;
  height: 1px;
  background-color: rgba(37, 37, 37, 0.5);
}
.globalFooter_copyrightArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.25vw;
  font-size: 0.83vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#container {
  position: relative;
}
#container.under_contents {
  padding-top: 13.19vw;
  padding-bottom: 0.14vw;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
  .fs__32 {
    font-size: 32px;
  }
  .fs__16 {
    font-size: 16px;
  }
  .fs__14 {
    font-size: 14px;
  }
  .fs__weight900 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .fs__weight700 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .fs__weight500 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .fs__weight400 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .header-hamburgerbtn {
    height: 96px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 10001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity top, -webkit-transform;
    transition-property: opacity top, -webkit-transform;
    transition-property: transform, opacity top;
    transition-property: transform, opacity top, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header-hamburgerbtn.js_follownavi {
    position: fixed;
  }
  .header-hamburgerbtn .hamburgerbtn {
    position: relative;
    width: 28px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 0;
    background: none;
    border: none;
    margin-top: -4px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: width, margin;
    transition-property: width, margin;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header-hamburgerbtn .hamburgerbtn__hamburgerLine {
    width: 28px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, width, -webkit-transform;
    transition-property: opacity, width, -webkit-transform;
    transition-property: transform, opacity, width;
    transition-property: transform, opacity, width, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header-hamburgerbtn .hamburgerbtn__hamburgerLine:nth-of-type(1) {
    top: 0;
  }
  .header-hamburgerbtn .hamburgerbtn__hamburgerLine:nth-of-type(2) {
    top: 14px;
  }
  .header-hamburgerbtn .hamburgerbtn__hamburgerLine:nth-of-type(3) {
    bottom: 0px;
  }
  .header-hamburgerbtn .hamburgerbtn.active {
    width: 32px;
    margin-top: -4px;
  }
  .header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine {
    width: 32px;
  }
  .header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
  .header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine:nth-of-type(2) {
    opacity: 0;
  }
  .header-hamburgerbtn .hamburgerbtn.active .hamburgerbtn__hamburgerLine:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  .header-reservebtnarea {
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10001;
    position: absolute;
    top: 0;
    right: 124px;
    z-index: 10001;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity top, -webkit-transform;
    transition-property: opacity top, -webkit-transform;
    transition-property: transform, opacity top;
    transition-property: transform, opacity top, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header-reservebtnarea.js_follownavi {
    position: fixed;
  }
  .header-reservebtnarea .header-reservebtn {
    margin-top: -2px;
  }
  .globalNavi {
    height: 96px;
    padding: 0 44px;
  }
  .globalNavi.js_active {
    opacity: 1;
  }
  .globalNavi.js_follownavi {
    position: fixed;
  }
  .globalNavi__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .globalNavi__logo {
    width: 138px;
  }
  .globalNavi__linkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .globalNavi__menu {
    margin-right: 278px;
  }
  .globalNavi__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    list-style: none;
  }
  .globalNavi__menuItem {
    position: relative;
  }
  .globalNavi__menuItem a {
    font-weight: bold;
    font-size: 18px;
  }
  .globalNavi__hamburger {
    display: none;
  }
  .globalNavi__hamburgerLine {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000;
  }
  .globalFooter {
    background-color: #dededa;
    position: relative;
    padding: 204px 44px 50px;
  }
  .globalFooter__infoArea {
    margin-bottom: 52px;
  }
  .globalFooter__infoArea .infoAreaLogo {
    gap: 0 80px;
  }
  .globalFooter__infoArea .infoAreaLogo__pict {
    width: 142px;
  }
  .globalFooter__infoArea .infoAreaLogo__pict--modal {
    position: relative;
    top: 2px;
  }
  .globalFooter__infoArea .infoAreaContact__postCode {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .globalFooter__infoArea .infoAreaContact__address {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .globalFooter__infoArea .infoAreaContact__address img {
    vertical-align: middle;
  }
  .globalFooter__infoArea .infoAreaContact__tel {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .globalFooter__infoArea .infoAreaContact__mail {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .globalFooter__infoArea .infoAreaContact__mail--modal {
    margin-bottom: 0px;
  }
  .globalFooter__infoArea .infoAreaContact__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
  }
  .globalFooter__infoArea .infoAreaContact__social a {
    display: block;
  }
  .globalFooter hr {
    width: 100%;
    height: 1px;
    background-color: rgba(37, 37, 37, 0.5);
  }
  .globalFooter_copyrightArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 18px;
    font-size: 12px;
  }
  #container {
    position: relative;
  }
  #container.under_contents {
    padding-top: 190px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  body {
    font-size: 4.27vw;
  }
  .header-hamburgerbtn {
    display: none;
  }
  .header-reservebtnarea {
    display: none;
  }
  .globalNavi {
    height: 17.07vw;
    background-color: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding: 0 6.4vw;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
  }
  .globalNavi.js_active {
    opacity: 1;
  }
  .globalNavi.js_follownavi {
    position: fixed;
  }
  .globalNavi__inner {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .globalNavi__logo {
    padding-top: 2.67vw;
    width: 19.73vw;
  }
  .globalNavi__menu {
    display: none;
  }
  .globalNavi__reservebtn {
    display: none;
  }
  .globalNavi__hamburger {
    width: 6.93vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2vw 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .globalNavi__hamburgerLine {
    display: block;
    width: 6.93vw;
    height: 0.53vw;
    background-color: #000;
  }
  .globalFooter {
    padding: 48vw 6.4vw 10.67vw;
  }
  .globalFooter__inner {
    max-width: initial;
  }
  .globalFooter__infoArea {
    position: relative;
    display: block;
    margin-bottom: 6.93vw;
  }
  .globalFooter__infoArea .infoAreaLogo {
    margin: 0 auto 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .globalFooter__infoArea .infoAreaLogo--modal {
    display: none;
  }
  .globalFooter__infoArea .infoAreaLogo__pict {
    width: 37.87vw;
    margin: 0 auto 29.33vw;
  }
  .globalFooter__infoArea .infoAreaLogo__pict--modal {
    display: none;
  }
  .globalFooter__infoArea .infoAreaContact {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .globalFooter__infoArea .infoAreaContact--modal {
    display: none;
  }
  .globalFooter__infoArea .infoAreaContact__detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 0 0;
  }
  .globalFooter__infoArea .infoAreaContact__detail--modal {
    display: none;
  }
  .globalFooter__infoArea .infoAreaContact__calenderbtn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .globalFooter__infoArea .infoAreaContact__postCode {
    margin-bottom: 2.67vw;
    font-size: 3.73vw;
  }
  .globalFooter__infoArea .infoAreaContact__address {
    font-size: 3.73vw;
    letter-spacing: 0.53vw;
    margin-bottom: 5.33vw;
  }
  .globalFooter__infoArea .infoAreaContact__address span {
    margin-right: 4.8vw;
  }
  .globalFooter__infoArea .infoAreaContact__tel {
    margin-bottom: 5.33vw;
    font-size: 3.73vw;
  }
  .globalFooter__infoArea .infoAreaContact__mail {
    margin-bottom: 5.33vw;
    font-size: 3.73vw;
  }
  .globalFooter__infoArea .infoAreaContact__social {
    gap: 0 4.27vw;
  }
  .globalFooter__infoArea .infoAreaCalenderbtn {
    position: absolute;
    top: 33.6vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .globalFooter__infoArea .infoAreaCalenderbtn--modal {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
  }
  .globalFooter_copyrightArea {
    font-size: 3.2vw;
    padding-top: 4.8vw;
  }
  #container.under_contents {
    padding-top: 21.87vw;
    padding-bottom: 0.53vw;
  }
}
[data-page=top] .top__loading {
  background-color: #dededa;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 100;
}
[data-page=top] .top__loading.js_deactive {
  display: none;
  pointer-events: none;
}
[data-page=top] .top__loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13.33vw;
  display: none;
}
[data-page=top] .top__loading img.js_active {
  display: block;
}
[data-page=top] .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-inline: auto;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, width, height, margin, padding;
  transition-property: opacity, width, height, margin, padding;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[data-page=top] .mv.js_active {
  width: 100%;
  height: calc(100dvh - 6.67vw);
  margin-top: 6.67vw;
}
[data-page=top] .mv__inner {
  position: relative;
}
[data-page=top] .mv__logo {
  width: 13.33vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
[data-page=top] .mv__scroll {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  bottom: -3.13vw;
  right: 7.92vw;
}
[data-page=top] .mv__scroll:after {
  -webkit-animation: scroll 2s ease infinite;
  animation: scroll 2s ease infinite;
  background-color: #fcfcfc;
  content: "";
  display: block;
  width: 1px;
  height: 6.25vw;
}
[data-page=top] .mv__scroll.js_disable {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 0;
  visibility: hidden;
}
[data-page=top] .mv__pict {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-inline: auto;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, width, height, padding, -webkit-mask-size;
  transition-property: opacity, width, height, padding, -webkit-mask-size;
  transition-property: opacity, mask-size, width, height, padding;
  transition-property: opacity, mask-size, width, height, padding, -webkit-mask-size;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[data-page=top] .mv__pict.js_active {
  padding: 0 5.21vw;
  height: calc(100dvh - 6.67vw);
}
[data-page=top] .mv__pict.js_active img {
  border-radius: 2.78vw 2.78vw 0 0;
}
[data-page=top] .mv__pict img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
[data-page=top] .mv #mvSlide {
  height: 100%;
}
[data-page=top] .mv #mvSlide .splide__track {
  height: 100%;
}
[data-page=top] .mv #mvSlide .splide__slide {
  width: 100%;
}
[data-page=top] .mv #mvSlide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 1.39vw;
  left: 1.39vw;
}
[data-page=top] .mv #mvSlide .splide__pagination__page {
  width: 0.56vw;
  height: 0.56vw;
  background: #FFF;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
[data-page=top] .mv #mvSlide .splide__pagination__page.is-active {
  background: #333;
}
[data-page=top] #introduce {
  padding-top: 13.06vw;
  padding-bottom: 24.58vw;
}
[data-page=top] #introduce .introduceColumn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
[data-page=top] #introduce .introduceColumn__01 {
  width: 83.47vw;
  gap: 0 16.11vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 7.92vw;
}
[data-page=top] #introduce .introduceColumn__02 {
  width: 84.72vw;
  gap: 0 13.89vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 9.03vw;
}
[data-page=top] #introduce .introduceColumn__02 .introduceColumn_pictArea {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
[data-page=top] #introduce .introduceColumn__02 .introduceColumn_textArea {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
[data-page=top] #introduce .introduceColumn__03 {
  width: 79.03vw;
  gap: 0 16.11vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
[data-page=top] #introduce .introduceColumn_textArea__02 {
  text-align: center;
}
[data-page=top] #introduce .introduceColumn_illust {
  position: absolute;
}
[data-page=top] #introduce .introduceColumn_illust__01 {
  width: 19.58vw;
  top: 0;
  left: 8.33vw;
}
[data-page=top] #introduce .introduceColumn_illust__02 {
  width: 25.97vw;
  right: 0;
  bottom: 1.39vw;
}
[data-page=top] #introduce .introduceColumn_illust__03 {
  width: 15.42vw;
  bottom: 0vw;
}
[data-page=top] #introduce .introduceColumn_copy {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
[data-page=top] #introduce .introduceColumn_copy p:first-child {
  margin-bottom: 1.39vw;
}
[data-page=top] #introduce .introduceColumn_copy__02 {
  padding-top: 4.17vw;
}
[data-page=top] #introduce .introduceColumn_copy__03 {
  padding-top: 7.22vw;
}
[data-page=top] #introduce .introduceColumn_pictArea__01 {
  width: 40.42vw;
}
[data-page=top] #introduce .introduceColumn_pictArea__02 {
  width: 37.85vw;
}
[data-page=top] #introduce .introduceColumn_pictArea__03 {
  width: 39.17vw;
}
[data-page=top] .topics {
  padding-top: 9.72vw;
}
[data-page=top] #map {
  width: 100%;
  height: 39.17vw;
}
[data-page=top] #information {
  background-color: #FFF;
  padding: 7.08vw 8.33vw 7.78vw;
}
[data-page=top] #information .information_inner {
  max-width: 82.78vw;
  margin-inline: auto;
}
[data-page=top] #information .information__content {
  font-size: 1.25vw;
}
[data-page=top] #information .information__basic-area {
  position: relative;
  padding-bottom: 4.31vw;
}
[data-page=top] #information .information__basic-area:before {
  content: "";
  background-color: #242424;
  display: block;
  width: calc(100% + 1.39vw);
  height: 1px;
  position: absolute;
  bottom: 0;
}
[data-page=top] #information .information__basic-area .information__basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 0 6.94vw;
}
[data-page=top] #information .information__basic-area .information__basic-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 0 0vw;
  margin-bottom: 1.6vw;
}
[data-page=top] #information .information__basic-area .information__basic-block dt {
  width: 13.54vw;
  letter-spacing: 0.07vw;
}
[data-page=top] #information .information__access-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 0 19.44vw;
  margin-top: 3.47vw;
}
[data-page=top] #information .information__access-area .access__info-title {
  margin-bottom: 2.78vw;
}
[data-page=top] #information .information__access-area .access__car li:first-child {
  margin-bottom: 0.69vw;
}
[data-page=top] #shortcut_button-area {
  position: relative;
  width: 26.25vw;
  margin: 5.21vw 8.68vw 5.21vw auto;
}
[data-page=top] #shortcut_button-area .shortcut_button:not(:last-child) {
  margin-bottom: 0.83vw;
}
[data-page=top] #shortcut_button-area .shortcut_button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.08vw 2.64vw;
}
[data-page=top] #shortcut_button-area .shortcut_button img {
  vertical-align: bottom;
}

@media screen and (min-width: 1440px) {
  [data-page=top] .top__loading {
    background-color: #dededa;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 100;
  }
  [data-page=top] .top__loading.js_deactive {
    display: none;
    pointer-events: none;
  }
  [data-page=top] .top__loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 192px;
    display: none;
  }
  [data-page=top] .top__loading img.js_active {
    display: block;
  }
  [data-page=top] .mv {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-inline: auto;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, width, height, margin-top;
    transition-property: opacity, width, height, margin-top;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  [data-page=top] .mv.js_active {
    height: calc(100dvh - 96px);
    margin-top: 96px;
  }
  [data-page=top] .mv__inner {
    position: relative;
  }
  [data-page=top] .mv__logo {
    width: 192px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  [data-page=top] .mv__scroll {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    bottom: -45px;
    right: 114px;
  }
  [data-page=top] .mv__scroll:after {
    -webkit-animation: scroll 2s ease infinite;
    animation: scroll 2s ease infinite;
    background-color: #fcfcfc;
    content: "";
    display: block;
    width: 1px;
    height: 90px;
  }
  [data-page=top] .mv__scroll.js_disable {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    opacity: 0;
    visibility: hidden;
  }
  [data-page=top] .mv__pict.js_active {
    padding: 0 75px;
    height: calc(100dvh - 96px);
  }
  [data-page=top] .mv__pict.js_active img {
    border-radius: 40px 40px 0 0;
  }
  [data-page=top] .mv #mvSlide {
    height: 100%;
  }
  [data-page=top] .mv #mvSlide .splide__track {
    height: 100%;
  }
  [data-page=top] .mv #mvSlide .splide__slide {
    width: 100%;
  }
  [data-page=top] .mv #mvSlide .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  [data-page=top] .mv #mvSlide .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }
  [data-page=top] .mv #mvSlide .splide__pagination__page.is-active {
    background: #333;
  }
  [data-page=top] #introduce {
    padding-top: 188px;
    padding-bottom: 354px;
  }
  [data-page=top] #introduce .introduceColumn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
  [data-page=top] #introduce .introduceColumn__01 {
    width: 1202px;
    gap: 0 232px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 114px;
  }
  [data-page=top] #introduce .introduceColumn__02 {
    width: 1220px;
    gap: 0 200px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 130px;
  }
  [data-page=top] #introduce .introduceColumn__02 .introduceColumn_pictArea {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  [data-page=top] #introduce .introduceColumn__02 .introduceColumn_textArea {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  [data-page=top] #introduce .introduceColumn__03 {
    width: 1138px;
    gap: 0 232px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  [data-page=top] #introduce .introduceColumn_textArea__02 {
    text-align: center;
  }
  [data-page=top] #introduce .introduceColumn_illust {
    position: absolute;
  }
  [data-page=top] #introduce .introduceColumn_illust__01 {
    width: 282px;
    top: 0;
    left: 120px;
  }
  [data-page=top] #introduce .introduceColumn_illust__02 {
    width: 374px;
    right: 0;
    bottom: 20px;
  }
  [data-page=top] #introduce .introduceColumn_illust__03 {
    width: 222px;
    bottom: 0px;
  }
  [data-page=top] #introduce .introduceColumn_copy {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  [data-page=top] #introduce .introduceColumn_copy p:first-child {
    margin-bottom: 20px;
  }
  [data-page=top] #introduce .introduceColumn_copy__02 {
    padding-top: 60px;
  }
  [data-page=top] #introduce .introduceColumn_copy__03 {
    padding-top: 104px;
  }
  [data-page=top] #introduce .introduceColumn_pictArea__01 {
    width: 582px;
  }
  [data-page=top] #introduce .introduceColumn_pictArea__02 {
    width: 545px;
  }
  [data-page=top] #introduce .introduceColumn_pictArea__03 {
    width: 564px;
  }
  [data-page=top] .topics {
    padding-top: 140px;
  }
  [data-page=top] #map iframe {
    width: 100%;
    height: 564px;
  }
  [data-page=top] #information {
    background-color: #FFF;
    padding: 102px 120px 112px;
  }
  [data-page=top] #information .information_inner {
    max-width: 1192px;
    margin-inline: auto;
  }
  [data-page=top] #information .information__content {
    font-size: 18px;
  }
  [data-page=top] #information .information__basic-area {
    position: relative;
    padding-bottom: 62px;
  }
  [data-page=top] #information .information__basic-area:before {
    content: "";
    background-color: #242424;
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
  }
  [data-page=top] #information .information__basic-area .information__basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 100px;
  }
  [data-page=top] #information .information__basic-area .information__basic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 0px;
    margin-bottom: 23px;
  }
  [data-page=top] #information .information__basic-area .information__basic-block dt {
    width: 195px;
    letter-spacing: 1px;
  }
  [data-page=top] #information .information__access-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 280px;
    margin-top: 50px;
  }
  [data-page=top] #information .information__access-area .access__info-title {
    margin-bottom: 40px;
  }
  [data-page=top] #information .information__access-area .access__car li:first-child {
    margin-bottom: 10px;
  }
  [data-page=top] #shortcut_button-area {
    position: relative;
    width: 378px;
    margin: 75px 125px 75px auto;
  }
  [data-page=top] #shortcut_button-area .shortcut_button:not(:last-child) {
    margin-bottom: 12px;
  }
  [data-page=top] #shortcut_button-area .shortcut_button a {
    padding: 30px 38px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=top] .top__loading {
    background-color: #dededa;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 100;
  }
  [data-page=top] .top__loading.js_deactive {
    display: none;
    pointer-events: none;
  }
  [data-page=top] .top__loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36vw;
    display: none;
  }
  [data-page=top] .top__loading img.js_active {
    display: block;
  }
  [data-page=top] .mv {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-inline: auto;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, width, height, margin;
    transition-property: opacity, width, height, margin;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  [data-page=top] .mv.js_active {
    width: 100%;
    height: 205.33vw;
    margin-top: 8.53vw;
  }
  [data-page=top] .mv__inner {
    position: relative;
  }
  [data-page=top] .mv__logo {
    width: 36vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  [data-page=top] .mv__scroll {
    display: none;
  }
  [data-page=top] .mv__pict {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-inline: auto;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, width, height, padding, -webkit-mask-size, -webkit-mask-position;
    transition-property: opacity, width, height, padding, -webkit-mask-size, -webkit-mask-position;
    transition-property: opacity, mask-size, mask-position, width, height, padding;
    transition-property: opacity, mask-size, mask-position, width, height, padding, -webkit-mask-size, -webkit-mask-position;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  [data-page=top] .mv__pict.js_active {
    width: 100%;
    height: 205.33vw;
  }
  [data-page=top] .mv__pict.js_active img {
    border-radius: 53.33vw 53.33vw 0 0;
  }
  [data-page=top] .mv__pict img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, width, height, padding border-radius, -webkit-mask-size, -webkit-mask-position;
    transition-property: opacity, width, height, padding border-radius, -webkit-mask-size, -webkit-mask-position;
    transition-property: opacity, mask-size, mask-position, width, height, padding border-radius;
    transition-property: opacity, mask-size, mask-position, width, height, padding border-radius, -webkit-mask-size, -webkit-mask-position;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  [data-page=top] .mv #mvSlide {
    height: 100%;
  }
  [data-page=top] .mv #mvSlide .splide__track {
    height: 100%;
  }
  [data-page=top] .mv #mvSlide .splide__slide {
    width: 100%;
  }
  [data-page=top] .mv #mvSlide .splide__pagination {
    display: none;
  }
  [data-page=top] #introduce {
    width: 100%;
    overflow-x: hidden;
    padding-top: 31.47vw;
    padding-bottom: 30.93vw;
  }
  [data-page=top] #introduce .introduceColumn {
    display: block;
  }
  [data-page=top] #introduce .introduceColumn__01 {
    width: 87.2vw;
    gap: 0 61.87vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 27.73vw;
  }
  [data-page=top] #introduce .introduceColumn__02 {
    width: 87.2vw;
    gap: 0 53.33vw;
    margin-bottom: 22.93vw;
  }
  [data-page=top] #introduce .introduceColumn__02 .introduceColumn_pictArea {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  [data-page=top] #introduce .introduceColumn__02 .introduceColumn_textArea {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  [data-page=top] #introduce .introduceColumn__03 {
    width: 87.2vw;
    gap: 0 61.87vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  [data-page=top] #introduce .introduceColumn_textArea__02 {
    text-align: center;
  }
  [data-page=top] #introduce .introduceColumn_illust {
    position: absolute;
  }
  [data-page=top] #introduce .introduceColumn_illust__01 {
    width: 36.27vw;
    top: 9.6vw;
    left: initial;
    right: 1.07vw;
  }
  [data-page=top] #introduce .introduceColumn_illust__02 {
    width: 49.07vw;
    right: initial;
    left: -5.33vw;
    bottom: -13.33vw;
  }
  [data-page=top] #introduce .introduceColumn_illust__03 {
    width: 31.47vw;
    bottom: -8vw;
    right: -2.67vw;
  }
  [data-page=top] #introduce .introduceColumn_copy {
    font-size: 5.33vw;
    text-align: center;
  }
  [data-page=top] #introduce .introduceColumn_copy p:first-child {
    margin-bottom: 5.33vw;
  }
  [data-page=top] #introduce .introduceColumn_copy__01 {
    margin-bottom: 15.47vw;
  }
  [data-page=top] #introduce .introduceColumn_copy__02 {
    padding-top: 0;
    margin-bottom: 15.47vw;
  }
  [data-page=top] #introduce .introduceColumn_copy__03 {
    padding-top: 0;
    margin-bottom: 15.47vw;
  }
  [data-page=top] #introduce .introduceColumn_pictArea__01 {
    width: 87.2vw;
  }
  [data-page=top] #introduce .introduceColumn_pictArea__02 {
    width: 87.2vw;
  }
  [data-page=top] #introduce .introduceColumn_pictArea__03 {
    width: 87.2vw;
  }
  [data-page=top] .topics {
    padding-top: 26.13vw;
  }
  [data-page=top] #map {
    height: 106.67vw;
  }
  [data-page=top] #information {
    padding: 25.07vw 6.4vw 34.13vw;
  }
  [data-page=top] #information .information__content {
    font-size: 3.73vw;
  }
  [data-page=top] #information .information__basic-area {
    padding-bottom: 8vw;
  }
  [data-page=top] #information .information__basic-area .information__basic {
    display: block;
  }
  [data-page=top] #information .information__basic-area .information__basic-block {
    margin-bottom: 6.13vw;
  }
  [data-page=top] #information .information__basic-area .information__basic-block--address {
    line-height: 1.8;
  }
  [data-page=top] #information .information__basic-area .information__basic-block dt {
    width: 33.07vw;
    letter-spacing: 0.27vw;
  }
  [data-page=top] #information .information__basic-area .information__basic-block dd {
    width: 53.87vw;
  }
  [data-page=top] #information .information__access-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 8.53vw;
    margin-top: 13.33vw;
    line-height: 1.8;
  }
  [data-page=top] #information .information__access-area .access__info-title {
    margin-bottom: 5.33vw;
  }
  [data-page=top] #shortcut_button-area {
    width: 87.47vw;
    margin: 20vw auto 0;
  }
  [data-page=top] #shortcut_button-area .shortcut_button {
    height: 21.87vw;
    border-radius: 13.33vw;
    font-size: 4.27vw;
  }
  [data-page=top] #shortcut_button-area .shortcut_button:not(:last-child) {
    margin-bottom: 4.8vw;
  }
  [data-page=top] #shortcut_button-area .shortcut_button a {
    padding: 8vw 10.13vw;
  }
}
[data-page=privacy] .privacy .privacy__inner {
  color: #545454;
  padding: 0 6.94vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__article {
  margin-bottom: 2.5vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__title {
  font-size: 1.94vw;
  line-height: 1.8;
  letter-spacing: 0.14vw;
  margin-bottom: 1.04vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=privacy] .privacy .privacy__inner .terms__list {
  padding-left: 0.35vw;
  counter-reset: item;
}
[data-page=privacy] .privacy .privacy__inner .terms__list li {
  position: relative;
  padding-left: 1.39vw;
  margin-bottom: 0.69vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--section li {
  counter-increment: item;
  margin-bottom: 0.69vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--section li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0.56vw;
  left: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--paragraph {
  counter-reset: alpha;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--paragraph li {
  counter-increment: alpha;
  margin-bottom: 0.69vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--paragraph li::before {
  content: counter(alpha, lower-alpha) ".";
  position: absolute;
  top: 0.56vw;
  left: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--item {
  counter-reset: roman;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--item li {
  counter-increment: roman;
}
[data-page=privacy] .privacy .privacy__inner .terms__list--item li::before {
  content: counter(roman, lower-roman) ".";
  position: absolute;
  top: 0.56vw;
  left: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=privacy] .privacy .privacy__inner .terms__text {
  font-size: 1.11vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=privacy] .privacy .privacy__inner .terms__text--description {
  margin-bottom: 2.5vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__text--read {
  margin-bottom: 1.81vw;
}
[data-page=privacy] .privacy .privacy__inner .terms__contact-area .terms__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 0 1.39vw;
}

@media screen and (min-width: 1440px) {
  [data-page=privacy] .privacy .privacy__inner {
    color: #545454;
    padding: 0 100px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__article {
    margin-bottom: 36px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__title {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list {
    padding-left: 5px;
    counter-reset: item;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--section li {
    counter-increment: item;
    margin-bottom: 10px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--section li::before {
    content: counter(item) ".";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--paragraph {
    counter-reset: alpha;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--paragraph li {
    counter-increment: alpha;
    margin-bottom: 10px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--paragraph li::before {
    content: counter(alpha, lower-alpha) ".";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--item {
    counter-reset: roman;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--item li {
    counter-increment: roman;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--item li::before {
    content: counter(roman, lower-roman) ".";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__text {
    font-size: 16px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__text--description {
    margin-bottom: 36px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__text--read {
    margin-bottom: 26px;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__contact-area .terms__contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0 20px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=privacy] .privacy .privacy__inner {
    padding: 0 2.67vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__article {
    margin-bottom: 9.6vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__title {
    font-size: 5.33vw;
    letter-spacing: 0.53vw;
    margin-bottom: 4vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list {
    padding-left: 1.33vw;
    counter-reset: item;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list li {
    padding-left: 5.33vw;
    margin-bottom: 2.67vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--section li {
    counter-increment: item;
    margin-bottom: 2.67vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--section li::before {
    content: counter(item) ".";
    top: 2.13vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--paragraph {
    counter-reset: alpha;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--paragraph li {
    counter-increment: alpha;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--paragraph li::before {
    content: counter(alpha, lower-alpha) ".";
    top: 2.13vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--item {
    counter-reset: roman;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--item li {
    counter-increment: roman;
    margin-bottom: 2.67vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__list--item li::before {
    content: counter(roman, lower-roman) ".";
    top: 2.13vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__text {
    font-size: 3.73vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__text--description {
    margin-bottom: 9.6vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__text--read {
    margin-bottom: 6.93vw;
  }
  [data-page=privacy] .privacy .privacy__inner .terms__contact-area .terms__contact-block {
    gap: 0 5.33vw;
  }
}
[data-page=faq] .read__area {
  margin-bottom: 12.36vw;
}
[data-page=faq] .read__area .read__text {
  width: 40.28vw;
}
[data-page=faq] .section__inner {
  color: #242424;
}
[data-page=faq] .section__inner .faq__block {
  margin-bottom: 3.75vw;
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
}
[data-page=faq] .section__inner .faq__block[open] .icon--state::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
[data-page=faq] .section__inner .faq__block .faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.69vw;
  margin-bottom: 2.78vw;
  list-style-type: none; /** デフォルトの三角形アイコンを消す */
  font-size: 1.67vw;
  letter-spacing: 0.14vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}
[data-page=faq] .section__inner .faq__block .faq__question p {
  width: 98%;
}
[data-page=faq] .section__inner .faq__block summary::-webkit-details-marker {
  display: none;
}
[data-page=faq] .section__inner .faq__block .faq__answer {
  font-size: 1.25vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=faq] .section__inner .faq__block .icon--q {
  margin-right: 0.28vw;
}
[data-page=faq] .section__inner .faq__block .icon--state {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1.11vw;
}
[data-page=faq] .section__inner .faq__block .icon--state::before, [data-page=faq] .section__inner .faq__block .icon--state::after {
  content: "";
  position: absolute;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
[data-page=faq] .section__inner .faq__block .icon--state::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.14vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[data-page=faq] .section__inner .faq__block .icon--state::after {
  top: 0;
  left: 50%;
  width: 0.14vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1440px) {
  [data-page=faq] .read__area {
    margin-bottom: 178px;
  }
  [data-page=faq] .read__area .read__text {
    width: 580px;
  }
  [data-page=faq] .section__inner {
    color: #242424;
  }
  [data-page=faq] .section__inner .faq__block {
    margin-bottom: 54px;
    /* Safariで表示されるデフォルトの三角形アイコンを消します */
  }
  [data-page=faq] .section__inner .faq__block .faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    list-style-type: none; /** デフォルトの三角形アイコンを消す */
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  [data-page=faq] .section__inner .faq__block summary::-webkit-details-marker {
    display: none;
  }
  [data-page=faq] .section__inner .faq__block .faq__answer {
    font-size: 18px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  [data-page=faq] .section__inner .faq__block .icon--q {
    margin-right: 4px;
  }
  [data-page=faq] .section__inner .faq__block .icon--state {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 16px;
  }
  [data-page=faq] .section__inner .faq__block .icon--state::before {
    height: 2px;
  }
  [data-page=faq] .section__inner .faq__block .icon--state::after {
    width: 2px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=faq] .read__area {
    margin-bottom: 47.47vw;
  }
  [data-page=faq] .read__area .read__text {
    width: 72vw;
  }
  [data-page=faq] .section__inner .faq__block {
    margin-bottom: 14.4vw;
  }
  [data-page=faq] .section__inner .faq__block .faq__question {
    gap: 0 1.6vw;
    font-size: 4.8vw;
    letter-spacing: 0.53vw;
    line-height: 1.8;
    margin-bottom: 2.67vw;
  }
  [data-page=faq] .section__inner .faq__block .faq__answer {
    font-size: 3.73vw;
  }
  [data-page=faq] .section__inner .faq__block .icon--q {
    margin-right: 1.07vw;
  }
  [data-page=faq] .section__inner .faq__block .icon--state {
    width: 20px;
    height: 20px;
    margin-top: 2.67vw;
  }
}
[data-page=access] .accessmap__area {
  margin-bottom: 8.19vw;
}
[data-page=access] .accessmap__area .section__inner--accessmap {
  border-radius: 2.78vw;
  overflow: hidden;
  height: 40.76vw;
}
[data-page=access] .information__content {
  font-size: 1.25vw;
  margin-bottom: 15.69vw;
}
[data-page=access] .information__basic-area {
  position: relative;
  padding-bottom: 4.31vw;
}
[data-page=access] .information__basic-area:before {
  content: "";
  background-color: #242424;
  display: block;
  width: calc(100% + 1.39vw);
  height: 1px;
  position: absolute;
  bottom: 0;
}
[data-page=access] .information__basic-area .information__basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 0 6.94vw;
}
[data-page=access] .information__basic-area .information__basic-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 0 0vw;
  margin-bottom: 1.6vw;
}
[data-page=access] .information__basic-area .information__basic-block dt {
  width: 13.54vw;
  letter-spacing: 0.07vw;
}
[data-page=access] .information__access-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 0 19.44vw;
  margin-top: 3.47vw;
}
[data-page=access] .information__access-area .access__info-title {
  margin-bottom: 2.78vw;
}
[data-page=access] .information__access-area .access__car li:first-child {
  margin-bottom: 0.69vw;
}

@media screen and (min-width: 1440px) {
  [data-page=access] .accessmap__area {
    margin-bottom: 118px;
  }
  [data-page=access] .accessmap__area .section__inner--accessmap {
    border-radius: 40px;
    overflow: hidden;
  }
  [data-page=access] .accessmap__area iframe {
    width: 100%;
    height: 564px;
  }
  [data-page=access] .information__content {
    font-size: 18px;
    margin-bottom: 226px;
  }
  [data-page=access] .information__basic-area {
    position: relative;
    padding-bottom: 62px;
  }
  [data-page=access] .information__basic-area:before {
    content: "";
    background-color: #242424;
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
  }
  [data-page=access] .information__basic-area .information__basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 100px;
  }
  [data-page=access] .information__basic-area .information__basic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 0px;
    margin-bottom: 23px;
  }
  [data-page=access] .information__basic-area .information__basic-block dt {
    width: 195px;
    letter-spacing: 1px;
  }
  [data-page=access] .information__access-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 280px;
    margin-top: 50px;
  }
  [data-page=access] .information__access-area .access__info-title {
    margin-bottom: 40px;
  }
  [data-page=access] .information__access-area .access__car li:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=access] .accessmap__area {
    margin-bottom: 31.47vw;
    padding: 0 6.4vw;
  }
  [data-page=access] .accessmap__area .section__inner--accessmap {
    padding: 0;
    border-radius: 5.33vw;
    height: 90.67vw;
  }
  [data-page=access] .information__content {
    font-size: 3.73vw;
  }
  [data-page=access] .information__basic-area {
    padding-bottom: 8vw;
  }
  [data-page=access] .information__basic-area .information__basic {
    display: block;
  }
  [data-page=access] .information__basic-area .information__basic-block {
    margin-bottom: 6.13vw;
  }
  [data-page=access] .information__basic-area .information__basic-block--address {
    line-height: 1.8;
  }
  [data-page=access] .information__basic-area .information__basic-block dt {
    width: 33.07vw;
    letter-spacing: 0.27vw;
  }
  [data-page=access] .information__basic-area .information__basic-block dd {
    width: 53.87vw;
  }
  [data-page=access] .information__access-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0 8.53vw;
    margin-top: 13.33vw;
    line-height: 1.8;
  }
  [data-page=access] .information__access-area .access__info-title {
    margin-bottom: 5.33vw;
  }
}
[data-page=room] .read__area {
  margin-bottom: 12.36vw;
}
[data-page=room] .read__area .read__text {
  width: 40.28vw;
}
[data-page=room] .read__area .read__pict {
  width: 17.22vw;
  margin-top: -1.39vw;
  margin-left: 13.19vw;
}
[data-page=room] .infomation__area {
  color: #242424;
  font-size: 1.25vw;
  letter-spacing: 0.14vw;
  margin-bottom: 12.36vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
[data-page=room] .infomation__area .infomation__block {
  height: 5.97vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.08vw;
}
[data-page=room] .infomation__area .infomation__block--facility {
  height: 12.5vw;
}
[data-page=room] .infomation__area .infomation__block--policy {
  height: 18.06vw;
}
[data-page=room] .infomation__area .infomation__block--other {
  height: 22.92vw;
}
[data-page=room] .infomation__area .infomation__block:first-of-type dt, [data-page=room] .infomation__area .infomation__block:first-of-type dd {
  border-top: solid #242424 1px;
}
[data-page=room] .infomation__area .infomation__block .infomation__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid #242424 1px;
}
[data-page=room] .infomation__area .infomation__block dt {
  width: 13.89vw;
}
[data-page=room] .infomation__area .infomation__block dd {
  width: 65.28vw;
  line-height: 2;
}
[data-page=room] .infomation__area .infomation__block .item__title {
  margin-bottom: 0.97vw;
}
[data-page=room] .infomation__area .infomation__block .item__title--other {
  margin-bottom: 0vw;
}
[data-page=room] .infomation__area .infomation__block .item__text {
  margin-bottom: 0.97vw;
  line-height: 2 [data-page=room] .infomation__area .infomation__block .item__text --other01;
  line-height-margin-bottom: 2.08vw;
}
[data-page=room] .infomation__area .infomation__block .item__text--other02 {
  margin-bottom: 0;
}
[data-page=room] .infomation__area .infomation__block li {
  position: relative;
  padding-left: 1.39vw;
  margin-bottom: 0.42vw;
}
[data-page=room] .infomation__area .infomation__block li::before {
  content: "";
  display: block;
  width: 0.35vw;
  height: 0.35vw;
  background-color: #242424;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0.42vw;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-page=room] .floor__area {
  margin-bottom: 12.36vw;
}
[data-page=room] .floor__area .floor__illust {
  mix-blend-mode: multiply;
}
[data-page=room] .floor__area .floor__illust--01 {
  width: 81.25vw;
}
[data-page=room] .floor__area .floor__illust--02 {
  width: 66.67vw;
  margin-top: -2.08vw;
  margin-left: 4.86vw;
}
[data-page=room] .facilityMap__area {
  margin-bottom: 12.36vw;
}
[data-page=room] .facilityMap__area .contentsTitle__area {
  margin-bottom: 0;
}
[data-page=room] .facilityMap__area .facilityMap__illust {
  width: 81.25vw;
}
[data-page=room] .roomtype__area {
  margin-bottom: 12.36vw;
}
[data-page=room] .roomtype__area .roomtype__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.61vw 2.08vw;
}
[data-page=room] .roomtype__area .room figure {
  width: 34.72vw;
}
[data-page=room] .roomtype__area .room figure img {
  border-radius: 2.78vw;
  margin-bottom: 1.39vw;
}
[data-page=room] .roomtype__area .room h3 {
  font-size: 1.67vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.42vw;
}
[data-page=room] .roomtype__area .room p {
  font-size: 1.25vw;
  letter-spacing: 0.07vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1440px) {
  [data-page=room] .read__area {
    margin-bottom: 178px;
  }
  [data-page=room] .read__area .read__text {
    width: 580px;
  }
  [data-page=room] .read__area .read__pict {
    width: 248px;
    margin-top: -20px;
    margin-left: 190px;
  }
  [data-page=room] .infomation__area {
    color: #242424;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 178px;
  }
  [data-page=room] .infomation__area .infomation__block {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
  }
  [data-page=room] .infomation__area .infomation__block--facility {
    height: 180px;
  }
  [data-page=room] .infomation__area .infomation__block--policy {
    height: 260px;
  }
  [data-page=room] .infomation__area .infomation__block--other {
    height: 330px;
  }
  [data-page=room] .infomation__area .infomation__block:first-of-type dt, [data-page=room] .infomation__area .infomation__block:first-of-type dd {
    border-top: solid #242424 1px;
  }
  [data-page=room] .infomation__area .infomation__block .infomation__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid #242424 1px;
  }
  [data-page=room] .infomation__area .infomation__block dt {
    width: 200px;
  }
  [data-page=room] .infomation__area .infomation__block dd {
    width: 940px;
  }
  [data-page=room] .infomation__area .infomation__block .item__title {
    margin-bottom: 14px;
  }
  [data-page=room] .infomation__area .infomation__block .item__title--other {
    margin-bottom: 0px;
  }
  [data-page=room] .infomation__area .infomation__block .item__text {
    margin-bottom: 14px;
  }
  [data-page=room] .infomation__area .infomation__block .item__text--other01 {
    margin-bottom: 30px;
  }
  [data-page=room] .infomation__area .infomation__block .item__text--other02 {
    margin-bottom: 0;
  }
  [data-page=room] .infomation__area .infomation__block li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
  }
  [data-page=room] .infomation__area .infomation__block li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #242424;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  [data-page=room] .floor__area {
    margin-bottom: 178px;
  }
  [data-page=room] .floor__area .floor__illust {
    mix-blend-mode: multiply;
  }
  [data-page=room] .floor__area .floor__illust--01 {
    width: 1170px;
  }
  [data-page=room] .floor__area .floor__illust--02 {
    width: 960px;
    margin-top: -30px;
    margin-left: 70px;
  }
  [data-page=room] .facilityMap__area {
    margin-bottom: 178px;
  }
  [data-page=room] .facilityMap__area .contentsTitle__area {
    margin-bottom: 0;
  }
  [data-page=room] .facilityMap__area .facilityMap__illust {
    width: 1170px;
  }
  [data-page=room] .roomtype__area {
    margin-bottom: 178px;
  }
  [data-page=room] .roomtype__area .roomtype__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 52px 30px;
  }
  [data-page=room] .roomtype__area .room figure {
    width: 500px;
  }
  [data-page=room] .roomtype__area .room figure img {
    border-radius: 40px;
    margin-bottom: 20px;
  }
  [data-page=room] .roomtype__area .room h3 {
    font-size: 24px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 6px;
  }
  [data-page=room] .roomtype__area .room p {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=room] .read__area {
    margin-bottom: 28.27vw;
  }
  [data-page=room] .read__area .read__text {
    width: 72vw;
  }
  [data-page=room] .read__area .read__pict {
    width: 54.4vw;
    margin: 22.4vw 0 0 auto;
  }
  [data-page=room] .infomation__area {
    font-size: 3.73vw;
    letter-spacing: 0vw;
    margin-bottom: 25.6vw;
  }
  [data-page=room] .infomation__area .infomation__block {
    height: 20.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8vw;
  }
  [data-page=room] .infomation__area .infomation__block--facility {
    height: 101.33vw;
  }
  [data-page=room] .infomation__area .infomation__block--payment {
    height: 26.67vw;
  }
  [data-page=room] .infomation__area .infomation__block--policy {
    height: 101.33vw;
  }
  [data-page=room] .infomation__area .infomation__block--floorplan {
    height: 30.4vw;
  }
  [data-page=room] .infomation__area .infomation__block--other {
    height: 144vw;
  }
  [data-page=room] .infomation__area .infomation__block:first-of-type dt, [data-page=room] .infomation__area .infomation__block:first-of-type dd {
    border-top: solid #242424 1px;
  }
  [data-page=room] .infomation__area .infomation__block .infomation__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid #242424 1px;
  }
  [data-page=room] .infomation__area .infomation__block .infomation__item--capacity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0vw;
  }
  [data-page=room] .infomation__area .infomation__block .infomation__item--floorplan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0vw;
  }
  [data-page=room] .infomation__area .infomation__block dt {
    width: 24vw;
  }
  [data-page=room] .infomation__area .infomation__block dd {
    width: 58.13vw;
    text-align: justify;
  }
  [data-page=room] .infomation__area .infomation__block .item__title {
    margin-bottom: 3.73vw;
  }
  [data-page=room] .infomation__area .infomation__block .item__title--other {
    margin-bottom: 0vw;
  }
  [data-page=room] .infomation__area .infomation__block .item__text {
    margin-bottom: 3.73vw;
  }
  [data-page=room] .infomation__area .infomation__block .item__text--other01 {
    margin-bottom: 8vw;
  }
  [data-page=room] .infomation__area .infomation__block .item__text--other02 {
    margin-bottom: 0;
  }
  [data-page=room] .infomation__area .infomation__block li {
    position: relative;
    padding-left: 5.33vw;
    margin-bottom: 1.6vw;
  }
  [data-page=room] .infomation__area .infomation__block li::before {
    content: "";
    display: block;
    width: 1.33vw;
    height: 1.33vw;
    background-color: #242424;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 1.6vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  [data-page=room] .floor__area {
    margin-bottom: 25.6vw;
  }
  [data-page=room] .floor__area .floor__illust {
    mix-blend-mode: multiply;
  }
  [data-page=room] .floor__area .floor__illust--01 {
    width: 87.47vw;
  }
  [data-page=room] .floor__area .floor__illust--02 {
    width: 72vw;
    margin-top: -2.67vw;
    margin-left: 4.8vw;
  }
  [data-page=room] .facilityMap__area {
    margin-bottom: 25.6vw;
  }
  [data-page=room] .facilityMap__area .contentsTitle__area {
    margin-bottom: 0;
  }
  [data-page=room] .facilityMap__area .facilityMap__illust {
    width: 87.47vw;
    margin-top: 2.67vw;
  }
  [data-page=room] .roomtype__area {
    margin-bottom: 25.6vw;
  }
  [data-page=room] .roomtype__area .roomtype__list {
    display: block;
  }
  [data-page=room] .roomtype__area .room {
    margin-bottom: 10.67vw;
  }
  [data-page=room] .roomtype__area .room figure {
    width: 100%;
  }
  [data-page=room] .roomtype__area .room figure img {
    border-radius: 10.67vw;
    margin-bottom: 4.27vw;
  }
  [data-page=room] .roomtype__area .room h3 {
    font-size: 5.33vw;
    margin-bottom: 0vw;
  }
  [data-page=room] .roomtype__area .room p {
    margin-top: -0.53vw;
    font-size: 3.73vw;
    letter-spacing: 0.27vw;
  }
}
[data-page=food] .read__area {
  margin-bottom: 8.33vw;
}
[data-page=food] .read__area .read__text {
  width: 40.28vw;
  margin-top: 3.75vw;
}
[data-page=food] .read__area .read__pict {
  width: 23.61vw;
  margin-top: -8.33vw;
  margin-left: 9.72vw;
}
[data-page=food] .foodInfoArea {
  padding: 0 0 18.06vw;
}
[data-page=food] .foodInfoArea__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0 3.19vw;
  padding: 3.75vw 0;
  border-bottom: #545454 solid 1px;
}
[data-page=food] .foodInfoArea__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 25.69vw;
  text-align: left;
}
[data-page=food] .foodInfoArea__number {
  color: #545454;
  font-size: 0.97vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=food] .foodInfoArea__title {
  font-size: 2.43vw;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=food] .foodInfoArea__title--jp {
  display: block;
  line-height: 1.8;
  margin-top: -0.56vw;
}
[data-page=food] .foodInfoArea__title--en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 0.97vw;
}
[data-page=food] .foodInfoArea__pictarea {
  width: 52.36vw;
  text-align: right;
}
[data-page=food] .foodInfoArea__pict {
  width: 100%;
  text-align: left;
}
[data-page=food] .foodInfoArea__pict img {
  border-radius: 12.5vw;
  overflow: hidden;
  margin-bottom: 2.08vw;
}
[data-page=food] .foodInfoArea__description {
  color: #242424;
  font-size: 1.39vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.78vw;
}
[data-page=food] .foodInfoArea__linkbtn {
  border: 1px solid #000;
  border-radius: 999px;
  background-color: #FFF;
  text-decoration: none;
  font-size: 1.11vw;
  color: #242424;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.39vw;
  padding: 1.18vw 2.08vw 1.25vw 2.92vw;
}
[data-page=food] .foodInfoArea__linkbtn--internal img {
  width: 0.83vw;
}
[data-page=food] .foodInfoArea__linkbtn--external img {
  width: 1.04vw;
}

@media screen and (min-width: 1440px) {
  [data-page=food] .read__area {
    margin-bottom: 120px;
  }
  [data-page=food] .read__area .read__text {
    width: 580px;
    margin-top: 54px;
  }
  [data-page=food] .read__area .read__pict {
    width: 340px;
    margin-top: -120px;
    margin-left: 140px;
  }
  [data-page=food] .foodInfoArea {
    padding: 0 0 260px;
  }
  [data-page=food] .foodInfoArea__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0 46px;
    padding: 54px 0;
    border-bottom: #545454 solid 1px;
  }
  [data-page=food] .foodInfoArea__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 370px;
    text-align: left;
  }
  [data-page=food] .foodInfoArea__number {
    color: #545454;
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  [data-page=food] .foodInfoArea__title {
    font-size: 35px;
    margin-bottom: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  [data-page=food] .foodInfoArea__title--jp {
    margin-top: -8px;
  }
  [data-page=food] .foodInfoArea__title--en {
    font-size: 14px;
  }
  [data-page=food] .foodInfoArea__pictarea {
    width: 754px;
    text-align: right;
  }
  [data-page=food] .foodInfoArea__pict {
    width: 100%;
    text-align: left;
  }
  [data-page=food] .foodInfoArea__pict img {
    border-radius: 180px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  [data-page=food] .foodInfoArea__description {
    color: #242424;
    font-size: 20px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
  }
  [data-page=food] .foodInfoArea__linkbtn {
    border: 1px solid #000;
    border-radius: 999px;
    background-color: #FFF;
    text-decoration: none;
    font-size: 16px;
    color: #242424;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px;
    padding: 17px 30px 18px 42px;
  }
  [data-page=food] .foodInfoArea__linkbtn--internal img {
    width: 12px;
  }
  [data-page=food] .foodInfoArea__linkbtn--external img {
    width: 15px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=food] .read__area {
    margin-bottom: 32vw;
  }
  [data-page=food] .read__area .read__text {
    width: 72vw;
    margin-top: 14.4vw;
  }
  [data-page=food] .read__area .read__pict {
    width: 80vw;
    margin: 22.4vw 0 0 auto;
  }
  [data-page=food] .foodInfoArea {
    padding: 0 0 25.6vw;
  }
  [data-page=food] .foodInfoArea__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 12.27vw;
    padding: 14.4vw 0;
  }
  [data-page=food] .foodInfoArea__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  [data-page=food] .foodInfoArea__number {
    font-size: 3.73vw;
  }
  [data-page=food] .foodInfoArea__title {
    font-size: 8.53vw;
    margin-bottom: 6.4vw;
  }
  [data-page=food] .foodInfoArea__title--jp {
    margin-top: -2.67vw;
  }
  [data-page=food] .foodInfoArea__title--en {
    font-size: 3.73vw;
  }
  [data-page=food] .foodInfoArea__pictarea {
    width: 100%;
    text-align: right;
  }
  [data-page=food] .foodInfoArea__pict {
    width: 100%;
    text-align: left;
  }
  [data-page=food] .foodInfoArea__pict img {
    border-radius: 48vw;
    overflow: hidden;
    margin-bottom: 8vw;
  }
  [data-page=food] .foodInfoArea__description {
    font-size: 3.73vw;
    margin-bottom: 10.67vw;
  }
  [data-page=food] .foodInfoArea__linkbtn {
    font-size: 3.73vw;
    gap: 0 5.33vw;
    padding: 4.53vw 8vw 4.8vw 11.2vw;
  }
  [data-page=food] .foodInfoArea__linkbtn--internal img {
    width: 3.2vw;
  }
  [data-page=food] .foodInfoArea__linkbtn--external img {
    width: 4vw;
  }
}
[data-page=play] .read__area {
  margin-bottom: 5.56vw;
}
[data-page=play] .read__area .read__text {
  width: 40.28vw;
  margin-top: 3.75vw;
}
[data-page=play] .read__area .read__pict {
  width: 15.28vw;
  margin-top: -2.78vw;
  margin-left: 11.81vw;
}
[data-page=play] .playinfoArea {
  padding: 0 0 18.06vw;
}
[data-page=play] .playinfoArea__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0 3.19vw;
  padding: 3.75vw 0;
  border-bottom: #545454 solid 1px;
}
[data-page=play] .playinfoArea__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 25.69vw;
  text-align: left;
}
[data-page=play] .playinfoArea__number {
  color: #545454;
  font-size: 0.97vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=play] .playinfoArea__title {
  font-size: 2.43vw;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=play] .playinfoArea__title--jp {
  display: block;
  line-height: 1.8;
  margin-top: -0.56vw;
}
[data-page=play] .playinfoArea__title--en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 0.97vw;
}
[data-page=play] .playinfoArea__pay {
  font-size: 1.39vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 4.31vw;
}
[data-page=play] .playinfoArea__pictarea {
  width: 52.36vw;
  text-align: right;
}
[data-page=play] .playinfoArea__pict {
  width: 100%;
  text-align: left;
}
[data-page=play] .playinfoArea__pict img {
  border-radius: 2.78vw;
  overflow: hidden;
  margin-bottom: 2.08vw;
}
[data-page=play] .playinfoArea__description {
  color: #242424;
  font-size: 1.39vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.78vw;
}
[data-page=play] .playinfoArea__linkbtn {
  border: 1px solid #000;
  border-radius: 999px;
  background-color: #FFF;
  text-decoration: none;
  font-size: 1.11vw;
  color: #242424;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.39vw;
  padding: 1.18vw 2.08vw 1.25vw 2.92vw;
}
[data-page=play] .playinfoArea__linkbtn--internal img {
  width: 0.83vw;
}
[data-page=play] .playinfoArea__linkbtn--external img {
  width: 1.04vw;
}

@media screen and (min-width: 1440px) {
  [data-page=play] .read__area {
    margin-bottom: 80px;
  }
  [data-page=play] .read__area .read__text {
    width: 580px;
    margin-top: 54px;
  }
  [data-page=play] .read__area .read__pict {
    width: 220px;
    margin-top: -40px;
    margin-left: 170px;
  }
  [data-page=play] .playinfoArea {
    padding: 0 0 260px;
  }
  [data-page=play] .playinfoArea__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0 46px;
    padding: 54px 0;
    border-bottom: #545454 solid 1px;
  }
  [data-page=play] .playinfoArea__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 370px;
    text-align: left;
  }
  [data-page=play] .playinfoArea__number {
    color: #545454;
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  [data-page=play] .playinfoArea__title {
    font-size: 35px;
    margin-bottom: 0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  [data-page=play] .playinfoArea__title--jp {
    margin-top: -8px;
  }
  [data-page=play] .playinfoArea__title--en {
    font-size: 14px;
  }
  [data-page=play] .playinfoArea__pay {
    font-size: 20px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 62px;
  }
  [data-page=play] .playinfoArea__pictarea {
    width: 754px;
    text-align: right;
  }
  [data-page=play] .playinfoArea__pict {
    width: 100%;
    text-align: left;
  }
  [data-page=play] .playinfoArea__pict img {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  [data-page=play] .playinfoArea__description {
    color: #242424;
    font-size: 20px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
  }
  [data-page=play] .playinfoArea__linkbtn {
    border: 1px solid #000;
    border-radius: 999px;
    background-color: #FFF;
    text-decoration: none;
    font-size: 16px;
    color: #242424;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px;
    padding: 17px 30px 18px 42px;
  }
  [data-page=play] .playinfoArea__linkbtn--internal img {
    width: 12px;
  }
  [data-page=play] .playinfoArea__linkbtn--external img {
    width: 15px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=play] .read__area {
    margin-bottom: 21.33vw;
  }
  [data-page=play] .read__area .read__text {
    width: 72vw;
    margin-top: 14.4vw;
  }
  [data-page=play] .read__area .read__pict {
    width: 48vw;
    margin: 22.4vw 0 0 auto;
  }
  [data-page=play] .playinfoArea {
    padding: 0 0 25.6vw;
  }
  [data-page=play] .playinfoArea__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 12.27vw;
    padding: 14.4vw 0;
  }
  [data-page=play] .playinfoArea__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  [data-page=play] .playinfoArea__number {
    font-size: 3.73vw;
    margin-bottom: 1.07vw;
  }
  [data-page=play] .playinfoArea__title {
    font-size: 8.53vw;
  }
  [data-page=play] .playinfoArea__title--jp {
    margin-top: -2.67vw;
  }
  [data-page=play] .playinfoArea__title--en {
    font-size: 3.73vw;
  }
  [data-page=play] .playinfoArea__pay {
    font-size: 3.73vw;
    margin: 8vw 0;
  }
  [data-page=play] .playinfoArea__pictarea {
    width: 100%;
  }
  [data-page=play] .playinfoArea__pict {
    width: 100%;
    text-align: left;
  }
  [data-page=play] .playinfoArea__pict img {
    border-radius: 10.67vw;
    margin-bottom: 8vw;
  }
  [data-page=play] .playinfoArea__description {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
  [data-page=play] .playinfoArea__linkbtn {
    font-size: 3.73vw;
    gap: 0 5.33vw;
    padding: 4.53vw 8vw 4.8vw 11.2vw;
  }
  [data-page=play] .playinfoArea__linkbtn--internal img {
    width: 3.2vw;
  }
  [data-page=play] .playinfoArea__linkbtn--external img {
    width: 4vw;
  }
}
[data-page=neighbors] .read__area {
  margin-bottom: 11.11vw;
}
[data-page=neighbors] .read__area .read__text {
  width: 40.28vw;
  margin-top: 3.75vw;
}
[data-page=neighbors] .read__area .read__pict {
  width: 15.83vw;
  margin-top: -11.11vw;
  margin-left: 11.81vw;
}
[data-page=neighbors] .neighborsCategory {
  margin-bottom: 7.36vw;
  color: #242424;
}
[data-page=neighbors] .neighborsCategory__header {
  margin-bottom: 3.75vw;
}
[data-page=neighbors] .neighborsCategory__header .neighborsCategory__title {
  font-size: 2.5vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.28vw;
}
[data-page=neighbors] .neighborsCategory__header .neighborsCategory__subtitle {
  font-size: 0.97vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=neighbors] .neighborsCategory__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5.56vw 4.44vw;
  padding: 0 3.47vw;
}
[data-page=neighbors] .categoryPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 34.72vw;
}
[data-page=neighbors] .categoryPost__thumb {
  width: 34.72vw;
}
[data-page=neighbors] .categoryPost__thumb img {
  border-radius: 2.78vw;
  overflow: hidden;
}
[data-page=neighbors] .categoryPost__body {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
[data-page=neighbors] .categoryPost__title {
  font-size: 1.67vw;
  line-height: 1.8;
  letter-spacing: 0.07vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.69vw;
}
[data-page=neighbors] .categoryPost__text {
  font-size: 1.25vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.69vw;
}
[data-page=neighbors] .categoryPost__linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.67vw;
}
[data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--clip {
  width: 1.81vw;
}
[data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--insta {
  width: 1.67vw;
}
[data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--x {
  width: 1.39vw;
}
[data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--facebook {
  width: 1.53vw;
}

@media screen and (min-width: 1440px) {
  [data-page=neighbors] .read__area {
    margin-bottom: 160px;
  }
  [data-page=neighbors] .read__area .read__text {
    width: 580px;
    margin-top: 54px;
  }
  [data-page=neighbors] .read__area .read__pict {
    width: 228px;
    margin-top: -160px;
    margin-left: 170px;
  }
  [data-page=neighbors] .neighborsCategory {
    margin-bottom: 106px;
    color: #242424;
  }
  [data-page=neighbors] .neighborsCategory__header {
    margin-bottom: 54px;
  }
  [data-page=neighbors] .neighborsCategory__header .neighborsCategory__title {
    font-size: 36px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 4px;
  }
  [data-page=neighbors] .neighborsCategory__header .neighborsCategory__subtitle {
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  [data-page=neighbors] .neighborsCategory__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px 64px;
    padding: 0 50px;
  }
  [data-page=neighbors] .categoryPost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
  }
  [data-page=neighbors] .categoryPost__thumb {
    width: 500px;
  }
  [data-page=neighbors] .categoryPost__thumb img {
    border-radius: 40px;
    overflow: hidden;
  }
  [data-page=neighbors] .categoryPost__body {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  [data-page=neighbors] .categoryPost__title {
    font-size: 24px;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
  }
  [data-page=neighbors] .categoryPost__text {
    font-size: 18px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
  }
  [data-page=neighbors] .categoryPost__linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--clip {
    width: 26px;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--insta {
    width: 24px;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--x {
    width: 20px;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--facebook {
    width: 22px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=neighbors] .read__area {
    margin-bottom: 42.67vw;
  }
  [data-page=neighbors] .read__area .read__text {
    width: 72vw;
    margin-top: 14.4vw;
  }
  [data-page=neighbors] .read__area .read__pict {
    width: 52.8vw;
    margin: 22.4vw 0 0 auto;
  }
  [data-page=neighbors] .neighborsCategory {
    margin-bottom: 14.93vw;
  }
  [data-page=neighbors] .neighborsCategory__header {
    margin-bottom: 14.4vw;
  }
  [data-page=neighbors] .neighborsCategory__header .neighborsCategory__title {
    font-size: 8.53vw;
    margin-bottom: 1.07vw;
  }
  [data-page=neighbors] .neighborsCategory__header .neighborsCategory__subtitle {
    font-size: 3.73vw;
  }
  [data-page=neighbors] .neighborsCategory__posts {
    display: block;
    padding: 0;
  }
  [data-page=neighbors] .categoryPost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  [data-page=neighbors] .categoryPost__thumb {
    width: 100%;
  }
  [data-page=neighbors] .categoryPost__thumb img {
    border-radius: 10.67vw;
  }
  [data-page=neighbors] .categoryPost__body {
    padding: 2.67vw 2.67vw 21.33vw;
  }
  [data-page=neighbors] .categoryPost__title {
    font-size: 5.33vw;
    letter-spacing: 0.27vw;
    margin-bottom: 2.67vw;
  }
  [data-page=neighbors] .categoryPost__text {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
  [data-page=neighbors] .categoryPost__linkarea {
    gap: 0 6.4vw;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--clip {
    width: 6.93vw;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--insta {
    width: 6.4vw;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--x {
    width: 5.33vw;
  }
  [data-page=neighbors] .categoryPost__linkarea .categoryPost__icon--facebook {
    width: 5.87vw;
  }
}
[data-page=topics] .read__area {
  margin-bottom: 13.61vw;
}
[data-page=topics] .read__area .read__text {
  width: 40.28vw;
  margin-top: 3.75vw;
}
[data-page=topics] .pages {
  display: none;
}
[data-page=topics] .wp-pagenavi {
  font-size: 0.97vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=topics] .current {
  border-radius: 100%;
  background-color: #FFF;
  border: 1px solid #242424;
  width: 2.22vw;
  height: 2.22vw;
  padding: 0.14vw 0.42vw 0;
  text-align: center;
}
[data-page=topics] .page {
  padding: 0.14vw 0.42vw 0;
  text-align: center;
  border-bottom: initial;
}
[data-page=topics] .page.larger {
  width: 2.22vw;
  height: 2.22vw;
}
[data-page=topics] .topicsPostheader {
  margin-bottom: 2.08vw;
}
[data-page=topics] .topicsPostheader__titlearea {
  margin-bottom: 2.64vw;
}
[data-page=topics] .topicsPostheader__title {
  font-size: 3.33vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2.08vw;
}
[data-page=topics] .topicsPostheader__date {
  font-size: 1.11vw;
}
[data-page=topics] .topicsPostheader__content {
  width: 67.36vw;
  margin-inline: auto;
}
[data-page=topics] .topicsPostheader__categories {
  margin-bottom: 2.08vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.83vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
[data-page=topics] .topicsPostheader__category {
  background-color: #FFF;
  border: solid #242424 1px;
  border-radius: 999px;
  padding: 0.69vw 2.78vw;
}
[data-page=topics] .topicsPostBody__contentarea {
  margin-bottom: 10.42vw;
}
[data-page=topics] .topicsPostBody h2 {
  font-size: 2.22vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3.19vw;
}
[data-page=topics] .topicsPostBody h3 {
  font-size: 1.67vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3.19vw;
}
[data-page=topics] .topicsPostBody p {
  font-size: 1.25vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 3.47vw;
}
[data-page=topics] .topicsPostBody .wp-block-image {
  margin-bottom: 2.92vw;
}
[data-page=topics] .topicsPostBody .wp-block-image img {
  border-radius: 2.78vw;
  margin-bottom: 0.69vw;
}
[data-page=topics] .topicsPostFooter {
  width: 67.36vw;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (min-width: 1440px) {
  [data-page=topics] .read__area {
    margin-bottom: 196px;
  }
  [data-page=topics] .read__area .read__text {
    width: 580px;
    margin-top: 54px;
  }
  [data-page=topics] .pages {
    display: none;
  }
  [data-page=topics] .wp-pagenavi {
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  [data-page=topics] .current {
    border-radius: 100%;
    background-color: #FFF;
    border: 1px solid #242424;
    width: 32px;
    height: 32px;
    padding: 6px;
    text-align: center;
  }
  [data-page=topics] .page {
    padding: 6px;
    text-align: center;
    border-bottom: initial;
  }
  [data-page=topics] .page.larger {
    padding: 6px;
    width: 32px;
    height: 32px;
  }
  [data-page=topics] .topicsPostheader {
    margin-bottom: 30px;
  }
  [data-page=topics] .topicsPostheader__titlearea {
    margin-bottom: 38px;
  }
  [data-page=topics] .topicsPostheader__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  [data-page=topics] .topicsPostheader__date {
    font-size: 16px;
  }
  [data-page=topics] .topicsPostheader__content {
    width: 970px;
  }
  [data-page=topics] .topicsPostheader__categories {
    margin-bottom: 30px;
    font-size: 12px;
  }
  [data-page=topics] .topicsPostheader__category {
    padding: 10px 40px;
  }
  [data-page=topics] .topicsPostBody__contentarea {
    margin-bottom: 150px;
  }
  [data-page=topics] .topicsPostBody h2 {
    font-size: 32px;
    margin-bottom: 46px;
  }
  [data-page=topics] .topicsPostBody h3 {
    font-size: 24px;
    margin-bottom: 46px;
  }
  [data-page=topics] .topicsPostBody p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  [data-page=topics] .topicsPostBody .wp-block-image {
    margin-bottom: 42px;
  }
  [data-page=topics] .topicsPostBody .wp-block-image img {
    border-radius: 40px;
    margin-bottom: 10px;
  }
  [data-page=topics] .topicsPostFooter {
    width: 970px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=topics] .read__area {
    margin-bottom: 52.27vw;
  }
  [data-page=topics] .read__area .read__text {
    width: 72vw;
    margin-top: 14.4vw;
  }
  [data-page=topics] .wp-pagenavi {
    font-size: 3.73vw;
  }
  [data-page=topics] .current {
    width: 8.53vw;
    height: 8.53vw;
    padding: 0.53vw 1.6vw 0;
  }
  [data-page=topics] .page {
    padding: 0.53vw 1.6vw 0;
  }
  [data-page=topics] .page.larger {
    width: 8.53vw;
    height: 8.53vw;
  }
  [data-page=topics] .topicsPostheader {
    margin-bottom: 8vw;
  }
  [data-page=topics] .topicsPostheader__titlearea {
    margin-bottom: 10.13vw;
  }
  [data-page=topics] .topicsPostheader__title {
    font-size: 8.53vw;
    line-height: 1.6;
    margin-bottom: 8vw;
  }
  [data-page=topics] .topicsPostheader__date {
    font-size: 4.27vw;
  }
  [data-page=topics] .topicsPostheader__content {
    width: 100%;
  }
  [data-page=topics] .topicsPostheader__categories {
    margin-bottom: 8vw;
    font-size: 3.2vw;
  }
  [data-page=topics] .topicsPostheader__category {
    padding: 2.67vw 10.67vw;
  }
  [data-page=topics] .topicsPostBody__contentarea {
    margin-bottom: 40vw;
  }
  [data-page=topics] .topicsPostBody h2 {
    font-size: 6.4vw;
    margin-bottom: 12.27vw;
  }
  [data-page=topics] .topicsPostBody h3 {
    font-size: 5.33vw;
    margin-bottom: 12.27vw;
  }
  [data-page=topics] .topicsPostBody p {
    font-size: 3.73vw;
    margin-bottom: 13.33vw;
  }
  [data-page=topics] .topicsPostBody .wp-block-image {
    margin-bottom: 11.2vw;
  }
  [data-page=topics] .topicsPostBody .wp-block-image img {
    border-radius: 10.67vw;
    margin-bottom: 2.67vw;
  }
  [data-page=topics] .topicsPostFooter {
    width: 100%;
    padding: 0 6.4vw;
  }
}
[data-page=contact] .contactTitleArea {
  margin-bottom: 28.06vw;
}
[data-page=contact] .form_contents {
  width: 74.31vw;
  margin: auto;
  position: relative;
}
[data-page=contact] .lead_contents {
  margin-bottom: 7.92vw;
}
[data-page=contact] .lead_contents p {
  line-height: 1.8;
  margin-bottom: 1.53vw;
}
[data-page=contact] .lead_contents p:last-of-type {
  margin-bottom: 0;
}
[data-page=contact] .form_container.hide {
  display: none;
}
[data-page=contact] .form_bottom {
  border-top: 1px dashed #242424;
  padding-top: 4.31vw;
  margin-top: 3.89vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
[data-page=contact] .form_bottom .form_bottom-text {
  width: 39.86vw;
}
[data-page=contact] .form_bottom p {
  line-height: 1.8;
}
[data-page=contact] .form_bottom p:first-of-type {
  margin-bottom: 1.39vw;
}
[data-page=contact] .buttons button {
  background-color: #FFF;
}
[data-page=contact] .buttons.confirm {
  padding-top: 4.17vw;
  border-top: 1px dashed #242424;
  background-color: initial;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 1.25vw;
  -moz-column-gap: 1.25vw;
  column-gap: 1.25vw;
}
[data-page=contact] .buttons.disable {
  pointer-events: none;
  opacity: 0.5;
}
[data-page=contact] .policyCheck {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1.39vw;
  width: 1.39vw;
  margin-top: 0.49vw;
  border: 1px solid #535353;
  background-color: #fff;
}
[data-page=contact] .policyCheck:checked {
  border: 1px solid #535353;
  background-color: #fff;
}
[data-page=contact] .policyCheck:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 0.35vw;
  top: 0.14vw;
  width: 0.35vw;
  height: 0.69vw;
  border: solid #242424;
  border-width: 0 0.21vw 0.21vw 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[data-page=contact] .txt_error {
  color: red;
  font-size: 0.97vw;
}
[data-page=contact] .row_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3.13vw;
  -moz-column-gap: 3.13vw;
  column-gap: 3.13vw;
}
[data-page=contact] .row_unit--policy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-column-gap: initial;
  -moz-column-gap: initial;
  column-gap: initial;
  line-height: 1.6;
}
[data-page=contact] .row_unit--policy input, [data-page=contact] .row_unit--policy a, [data-page=contact] .row_unit--policy span {
  width: initial;
}
[data-page=contact] .row_unit--policy input {
  width: 1.39vw;
  margin-right: 0.28vw;
}
[data-page=contact] .row_unit--policy a, [data-page=contact] .row_unit--policy span {
  padding-top: 0.14vw;
}
[data-page=contact] .row_unit--policy a {
  border-bottom: 1px solid #242424;
}
[data-page=contact] .row_unit > * {
  width: calc(50% - 1.53vw);
}
[data-page=contact] .form_input {
  margin-bottom: 4.17vw;
}
[data-page=contact] .form_input dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.39vw;
  line-height: 1;
  font-size: 1.39vw;
}
[data-page=contact] .form_input dt .req {
  color: #B80000;
  display: inline-block;
  font-size: 0.69vw;
  margin-left: 1.18vw;
  line-height: 1;
}
[data-page=contact] .form_input dd {
  margin-bottom: 0.69vw;
}
[data-page=contact] .form_input dd:last-of-type {
  margin-bottom: 0;
}
[data-page=contact] .form_input dd input[type=text],
[data-page=contact] .form_input dd input[type=email],
[data-page=contact] .form_input dd input[type=tel],
[data-page=contact] .form_input dd input[type=password],
[data-page=contact] .form_input dd select {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.69vw 0;
  width: 100%;
  border-bottom: 1px solid #242424;
  line-height: 1;
}
[data-page=contact] .form_input dd textarea {
  border-radius: 0;
  border: 1px solid #242424;
  padding: 1.39vw;
  height: 13.89vw;
  width: 100%;
  line-height: 2.1;
}
[data-page=contact] .form_input dd .input_select {
  position: relative;
}
[data-page=contact] .form_input dd .input_select:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/common/ic_arrow_right.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 0.97vw;
  height: 0.83vw;
  position: absolute;
  top: 50%;
  right: 1.25vw;
  margin-top: -0.42vw;
}
[data-page=contact] .form_input dd .input_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.78vw;
  -moz-column-gap: 2.78vw;
  column-gap: 2.78vw;
  row-gap: 1.39vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-page=contact] .form_input dd .input_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
[data-page=contact] .form_input dd .input_radio label input[type=radio] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 100%;
  border: 1px solid #242424;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.69vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
[data-page=contact] .form_input dd .input_radio label input[type=radio]:after {
  background-color: #242424;
  border: 0.35vw solid #fcfcfc;
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 100%;
  opacity: 0;
  z-index: -1;
}
[data-page=contact] .form_input dd .input_radio label input[type=radio]:checked:after {
  opacity: 1;
}
[data-page=contact] .form_input dd .input_radio label input[type=text] {
  margin-left: 1.39vw;
  width: 30%;
}
[data-page=contact] .form_input dd.input_small {
  max-width: 10.42vw;
}
[data-page=contact] .form_input.confirm {
  width: 43.75vw;
  margin-bottom: 2.43vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6.67vw;
}
[data-page=contact] .form_input.confirm:last-of-type {
  margin-bottom: 5.97vw;
}
[data-page=contact] .form_input.confirm:nth-child(4) {
  display: none;
}
[data-page=contact] .form_input.confirm dt {
  width: 9.79vw;
  margin-bottom: 0vw;
  padding-bottom: 0vw;
  line-height: 1.8;
}
[data-page=contact] .form_input.confirm dd {
  line-height: 1.8;
  padding: 0;
}
[data-page=contact] .form_note {
  color: #4c4c4c;
  font-size: 0.97vw;
}
[data-page=contact] #sendComplete {
  width: 67.36vw;
  margin-inline: auto;
}
[data-page=contact] #sendComplete .lead_contents {
  margin-bottom: 4.17vw;
}
[data-page=contact] #sendComplete p {
  font-size: 1.39vw;
}
[data-page=contact] #sendComplete .lead_contents {
  border-bottom: 1px dashed #242424;
  padding-bottom: 3.47vw;
}
[data-page=contact] #sendComplete .buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media screen and (min-width: 1440px) {
  [data-page=contact] .contactTitleArea {
    margin-bottom: 404px;
  }
  [data-page=contact] .form_contents {
    width: 1070px;
  }
  [data-page=contact] .lead_contents {
    margin-bottom: 114px;
  }
  [data-page=contact] .lead_contents p {
    margin-bottom: 22px;
  }
  [data-page=contact] .form_bottom {
    padding-top: 62px;
    margin-top: 56px;
  }
  [data-page=contact] .form_bottom .form_bottom-text {
    width: 574px;
  }
  [data-page=contact] .form_bottom p:first-of-type {
    margin-bottom: 20px;
  }
  [data-page=contact] .buttons {
    margin-top: 52px;
  }
  [data-page=contact] .policyCheck {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    margin-top: 7px;
    border: 1px solid #535353;
    background-color: #fff;
  }
  [data-page=contact] .policyCheck:checked {
    border: 1px solid #535353;
    background-color: #fff;
  }
  [data-page=contact] .policyCheck:checked::before {
    content: "";
    display: block;
    position: relative;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #242424;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  [data-page=contact] .txt_error {
    font-size: 14px;
  }
  [data-page=contact] .row_unit {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
  [data-page=contact] .row_unit--policy {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
  }
  [data-page=contact] .row_unit--policy input, [data-page=contact] .row_unit--policy a, [data-page=contact] .row_unit--policy span {
    width: initial;
  }
  [data-page=contact] .row_unit--policy input {
    width: 20px;
    margin-right: 4px;
  }
  [data-page=contact] .row_unit--policy a, [data-page=contact] .row_unit--policy span {
    padding-top: 2px;
  }
  [data-page=contact] .row_unit--policy a {
    border-bottom: 1px solid #242424;
  }
  [data-page=contact] .row_unit > * {
    width: calc(50% - 22px);
  }
  [data-page=contact] .form_input {
    margin-bottom: 60px;
  }
  [data-page=contact] .form_input dt {
    margin-bottom: 20px;
    font-size: 20px;
  }
  [data-page=contact] .form_input dt .req {
    font-size: 10px;
    margin-left: 17px;
  }
  [data-page=contact] .form_input dd {
    margin-bottom: 10px;
  }
  [data-page=contact] .form_input dd input[type=text],
  [data-page=contact] .form_input dd input[type=email],
  [data-page=contact] .form_input dd input[type=tel],
  [data-page=contact] .form_input dd input[type=password],
  [data-page=contact] .form_input dd select {
    padding: 10px 0;
  }
  [data-page=contact] .form_input dd textarea {
    padding: 20px;
    height: 200px;
  }
  [data-page=contact] .form_input dd .input_select:after {
    width: 14px;
    height: 12px;
    right: 18px;
    margin-top: -6px;
  }
  [data-page=contact] .form_input dd .input_radio {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
  }
  [data-page=contact] .form_input dd .input_radio label input[type=radio] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  [data-page=contact] .form_input dd .input_radio label input[type=radio]:after {
    border: 5px solid #fcfcfc;
    width: 18px;
    height: 18px;
  }
  [data-page=contact] .form_input dd .input_radio label input[type=text] {
    margin-left: 20px;
  }
  [data-page=contact] .form_input dd.input_small {
    max-width: 150px;
  }
  [data-page=contact] .form_input.confirm {
    width: 630px;
    margin-bottom: 35px;
  }
  [data-page=contact] .form_input.confirm:last-of-type {
    margin-bottom: 86px;
  }
  [data-page=contact] .form_note {
    font-size: 14px;
  }
  [data-page=contact] #sendComplete .lead_contents {
    margin-bottom: 60px;
  }
  [data-page=contact] #sendComplete p {
    font-size: 20px;
  }
  [data-page=contact] #sendComplete .lead_contents {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 759px) and (orientation: portrait) {
  [data-page=contact] .form_contents {
    width: 100%;
  }
  [data-page=contact] .lead_contents {
    margin-bottom: 16vw;
  }
  [data-page=contact] .lead_contents p {
    margin-bottom: 5.87vw;
  }
  [data-page=contact] .form_bottom {
    display: block;
    padding-top: 16.53vw;
    margin-top: 14.93vw;
  }
  [data-page=contact] .form_bottom .form_bottom-text {
    width: 100%;
  }
  [data-page=contact] .form_bottom p {
    line-height: 1.8;
  }
  [data-page=contact] .buttons {
    margin-top: 13.87vw;
  }
  [data-page=contact] .policyCheck {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5.33vw;
    width: 5.33vw;
    margin-top: 0;
    top: 1.07vw;
    border: 1px solid #535353;
    background-color: #fff;
  }
  [data-page=contact] .policyCheck:checked {
    border: 1px solid #535353;
    background-color: #fff;
  }
  [data-page=contact] .policyCheck:checked::before {
    content: "";
    display: block;
    position: relative;
    left: 1.6vw;
    top: 0.53vw;
    width: 1.33vw;
    height: 2.67vw;
    border: solid #242424;
    border-width: 0 0.67vw 0.67vw 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  [data-page=contact] .txt_error {
    font-size: 2.67vw;
  }
  [data-page=contact] .row_unit {
    display: block;
  }
  [data-page=contact] .row_unit--policy input {
    width: 5.33vw;
    margin-right: 0;
  }
  [data-page=contact] .row_unit--policy a, [data-page=contact] .row_unit--policy span {
    padding-top: 0.53vw;
  }
  [data-page=contact] .row_unit > * {
    width: 100%;
  }
  [data-page=contact] .form_input {
    margin-bottom: 10.67vw;
  }
  [data-page=contact] .form_input dt {
    margin-bottom: 2.67vw;
    font-size: 4.27vw;
  }
  [data-page=contact] .form_input dt .req {
    font-size: 2.67vw;
    margin-left: 4.53vw;
  }
  [data-page=contact] .form_input dd {
    margin-bottom: 2.67vw;
  }
  [data-page=contact] .form_input dd input[type=text],
  [data-page=contact] .form_input dd input[type=email],
  [data-page=contact] .form_input dd input[type=tel],
  [data-page=contact] .form_input dd input[type=password],
  [data-page=contact] .form_input dd select {
    padding: 2.67vw 0;
  }
  [data-page=contact] .form_input dd textarea {
    padding: 5.33vw;
    height: 53.33vw;
  }
  [data-page=contact] .form_input dd .input_select:after {
    width: 3.73vw;
    height: 3.2vw;
    right: 4.8vw;
    margin-top: -1.6vw;
  }
  [data-page=contact] .form_input dd .input_radio {
    -webkit-column-gap: 10.67vw;
    -moz-column-gap: 10.67vw;
    column-gap: 10.67vw;
    row-gap: 5.33vw;
  }
  [data-page=contact] .form_input dd .input_radio label input[type=radio] {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.67vw;
  }
  [data-page=contact] .form_input dd .input_radio label input[type=radio]:after {
    border: 1.33vw solid #fcfcfc;
    width: 4.8vw;
    height: 4.8vw;
  }
  [data-page=contact] .form_input dd .input_radio label input[type=text] {
    margin-left: 5.33vw;
  }
  [data-page=contact] .form_input dd.input_small {
    max-width: 40vw;
  }
  [data-page=contact] .form_input.confirm {
    width: 100%;
    display: block;
    margin-bottom: 9.33vw;
  }
  [data-page=contact] .form_input.confirm:last-of-type {
    margin-bottom: 22.93vw;
  }
  [data-page=contact] .form_input.confirm dt {
    width: 100%;
    margin-bottom: 2.67vw;
    padding-bottom: 1.07vw;
    border-bottom: 1px solid #242424;
  }
  [data-page=contact] .form_input.confirm dd {
    line-height: 1.3;
  }
  [data-page=contact] .form_note {
    font-size: 3.73vw;
  }
  [data-page=contact] #sendComplete {
    width: 100%;
  }
  [data-page=contact] #sendComplete p {
    font-size: 3.73vw;
  }
  [data-page=contact] #sendComplete .lead_contents {
    width: 100%;
    padding-bottom: 13.33vw;
  }
}