@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* ------------------------------------------------------------------------*/
/* 下層共通
---------------------------------------------------------------------------*/
/* panel - 検索パネル
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .panel {
    display: none;
  }
}

/* pg-ttl - タイトル画像
---------------------------------------------------------------------------*/
.pg-ttl {
  padding: 64px 200px 160px;
}
@media screen and (max-width: 1300px) {
  .pg-ttl {
    padding: 4.9230769231vw 15.3846153846vw 12.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-ttl {
    padding: 48.5333333333vw 0 0 0;
    margin-bottom: 21.3333333333vw;
  }
}
.pg-ttl img {
  width: 100%;
  height: 672px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1300px) {
  .pg-ttl img {
    height: 51.6923076923vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-ttl img {
    height: 88.5333333333vw;
  }
}

/* pg-intr - 導入
---------------------------------------------------------------------------*/
.pg-intr {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .pg-intr {
    width: 83.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-intr {
    width: 87.2vw;
  }
}
.pg-intr {
  margin-bottom: 150px;
}
@media screen and (max-width: 1300px) {
  .pg-intr {
    margin-bottom: 11.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-intr {
    margin-bottom: 20vw;
  }
}
.pg-intr-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .pg-intr-ttl {
    margin-bottom: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-intr-ttl {
    margin-bottom: 4vw;
  }
}
.pg-intr-ttl .hdl-en + .hdl-ja {
  margin-top: 0;
}

/* pg-anchor - アンカーリンク
---------------------------------------------------------------------------*/
.pg-anchor {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .pg-anchor {
    width: 83.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor {
    width: 87.2vw;
  }
}
.pg-anchor {
  margin-bottom: 240px;
}
@media screen and (max-width: 1300px) {
  .pg-anchor {
    margin-bottom: 18.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor {
    margin-bottom: 32vw;
  }
}
.pg-anchor {
  /* 画像付き */
}
.pg-anchor-wizimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-wizimg {
    gap: 4.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-wizimg {
    gap: 3vw;
  }
}
.pg-anchor-wizimg li {
  width: 512px;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-wizimg li {
    width: 39.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-wizimg li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pg-anchor-wizimg li a {
  display: block;
}
@media (hover: hover) {
  .pg-anchor-wizimg li a:hover {
    opacity: 1;
  }
  .pg-anchor-wizimg li a:hover .pg-anchor-wizimg-img img {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .pg-anchor-wizimg li a:hover .pg-anchor-wizimg-img::before, .pg-anchor-wizimg li a:hover .pg-anchor-wizimg-img::after {
    opacity: 1;
  }
}
.pg-anchor-wizimg-img {
  position: relative;
  overflow: hidden;
}
.pg-anchor-wizimg-img img {
  width: 100%;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-wizimg-img img {
    height: 40.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-wizimg-img img {
    height: auto;
  }
}
.pg-anchor-wizimg-img::before, .pg-anchor-wizimg-img::after {
  position: absolute;
  content: "";
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}
.pg-anchor-wizimg-img::before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.pg-anchor-wizimg-img::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 26px;
  background-image: url(../img/cmn/anchor-arw.png);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-wizimg-img::after {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 1300px) {
  .pg-anchor-wizimg-img {
    height: 40.3076923077vw;
  }
}
.pg-anchor-wizimg + .pg-anchor-onlytx {
  margin-top: 56px;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-wizimg + .pg-anchor-onlytx {
    margin-top: 4.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-wizimg + .pg-anchor-onlytx {
    margin-top: 7.4666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-wizimg .desc-large {
    line-height: 2;
    margin-top: 3vw;
  }
}
.pg-anchor {
  /* テキストのみ */
}
.pg-anchor-onlytx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-onlytx {
    gap: 6.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-onlytx {
    gap: 8vw;
  }
}
.pg-anchor-onlytx li a {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-onlytx li a {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-onlytx li a {
    font-size: 3.6266666667vw;
  }
}
.pg-anchor-onlytx li a {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .pg-anchor-onlytx li a {
    font-size: 3.4666666667vw;
  }
}
.pg-anchor-onlytx li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 1px;
  background-color: #656565;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1300px) {
  .pg-anchor-onlytx li a::after {
    bottom: -0.4615384615vw;
    width: 3.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-anchor-onlytx li a::after {
    width: 5.3333333333vw;
    bottom: -1.6vw;
  }
}
@media (hover: hover) {
  .pg-anchor-onlytx li a:hover {
    opacity: 1;
  }
  .pg-anchor-onlytx li a:hover::after {
    width: 100%;
  }
}

/* pg-cnts - 基本枠
---------------------------------------------------------------------------*/
.pg-cnts {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .pg-cnts {
    width: 83.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts {
    width: 87.2vw;
  }
}
.pg-cnts {
  margin-bottom: 240px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts {
    margin-bottom: 18.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts {
    margin-bottom: 32vw;
  }
}
.pg-cnts {
  /* 縦並び時・左余白なし */
}
.pg-cnts .hdl-ja.cols {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .pg-cnts .hdl-en + .hdl-ja {
    margin-top: 2.6666666667vw;
  }
}
.pg-cnts {
  /* 下余白 */
}
.pg-cnts-mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb12 {
    margin-bottom: 0.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb12 {
    margin-bottom: 1.6vw;
  }
}
.pg-cnts-mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb24 {
    margin-bottom: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb24 {
    margin-bottom: 3.2vw;
  }
}
.pg-cnts-mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb32 {
    margin-bottom: 2.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb32 {
    margin-bottom: 4.2666666667vw;
  }
}
.pg-cnts-mb44 {
  margin-bottom: 44px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb44 {
    margin-bottom: 3.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb44 {
    margin-bottom: 5.8666666667vw;
  }
}
.pg-cnts-mb64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb64 {
    margin-bottom: 4.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb64 {
    margin-bottom: 8.5333333333vw;
  }
}
.pg-cnts-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb80 {
    margin-bottom: 6.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb80 {
    margin-bottom: 10.6666666667vw;
  }
}
.pg-cnts-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb120 {
    margin-bottom: 9.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb120 {
    margin-bottom: 16vw;
  }
}
.pg-cnts-mb240 {
  margin-bottom: 240px;
}
@media screen and (max-width: 1300px) {
  .pg-cnts-mb240 {
    margin-bottom: 18.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-cnts-mb240 {
    margin-bottom: 32vw;
  }
}

/* pg-cnts - データ関連枠
---------------------------------------------------------------------------*/
.pg-data {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .pg-data {
    width: 83.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-data {
    width: 87.2vw;
  }
}
.pg-data-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pg-data-ttl {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  .pg-data-ttl .hdl-en + .hdl-ja {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .pg-data-ttl .hdl-en + .hdl-ja {
    margin-left: 0;
  }
}
.pg-data-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .pg-data-list dl {
    display: block;
    border-bottom: 1px solid #656565;
    padding-bottom: 3.2vw;
  }
}
.pg-data-list dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .pg-data-list dl + dl {
    margin-top: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-data-list dl + dl {
    margin-top: 2.6666666667vw;
  }
}
.pg-data-list dl dt {
  width: 34%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .pg-data-list dl dt {
    width: 100%;
  }
}
.pg-data-list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 480px) {
  .pg-data-list dl dd {
    width: 100%;
    padding-left: 2em;
  }
}

/* pg-wideimg - 1枚画像
---------------------------------------------------------------------------*/
.pg-wideimg {
  position: relative;
}
@media screen and (max-width: 480px) {
  .pg-wideimg img {
    width: 100%;
    height: 69.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
.pg-wideimg {
  /* swiper navigation */
}
.pg-wideimg .swiper-arws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 80px;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .pg-wideimg .swiper-arws {
    width: 6.1538461538vw;
    right: 1.3846153846vw;
    bottom: 1.3846153846vw;
  }
}
.pg-wideimg .swiper-arws .swiper-arws-prev,
.pg-wideimg .swiper-arws .swiper-arws-next {
  width: 20px;
  height: 16px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .pg-wideimg .swiper-arws .swiper-arws-prev,
  .pg-wideimg .swiper-arws .swiper-arws-next {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
  }
}
@media (hover: hover) {
  .pg-wideimg .swiper-arws .swiper-arws-prev:hover,
  .pg-wideimg .swiper-arws .swiper-arws-next:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.pg-wideimg .swiper-arws .swiper-arws-prev {
  background-image: url(../img/cmn/slide-prev.png);
}
.pg-wideimg .swiper-arws .swiper-arws-next {
  background-image: url(../img/cmn/slide-next.png);
}

/* pg-reserbtn - 予約ボタン
---------------------------------------------------------------------------*/
.pg-reserbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pg-reserbtn .btn-reser {
  width: 496px;
  height: 80px;
}
@media screen and (max-width: 1300px) {
  .pg-reserbtn .btn-reser {
    width: 38.1538461538vw;
    height: 6.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-reserbtn .btn-reser {
    width: 100%;
    height: 18.4vw;
  }
}

/* pg-imgtx - 画像+テキストレイアウト
---------------------------------------------------------------------------*/
.pg-imgtx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .pg-imgtx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pg-imgtx.imgleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .pg-imgtx.imgleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pg-imgtx-tx {
  width: 384px;
}
@media screen and (max-width: 1300px) {
  .pg-imgtx-tx {
    width: 29.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-imgtx-tx {
    width: 100%;
  }
}
.pg-imgtx-img {
  width: 608px;
}
@media screen and (max-width: 1300px) {
  .pg-imgtx-img {
    width: 46.7692307692vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-imgtx-img {
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}

/* pg-col2 - 2カラムレイアウト
---------------------------------------------------------------------------*/
.pg-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 120px 56px;
}
@media screen and (max-width: 1300px) {
  .pg-col2 {
    gap: 9.2307692308vw 4.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-col2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16vw 0;
  }
}
.pg-col2 li {
  width: 512px;
}
@media screen and (max-width: 1300px) {
  .pg-col2 li {
    width: 39.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-col2 li {
    width: 67.2vw;
  }
}

/* pg-col3 - 3カラムレイアウト
---------------------------------------------------------------------------*/
.pg-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 36px;
}
@media screen and (max-width: 1300px) {
  .pg-col3 {
    gap: 6.1538461538vw 2.7692307692vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-col3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10.6666666667vw 0;
  }
}
.pg-col3 li {
  width: 336px;
}
@media screen and (max-width: 1300px) {
  .pg-col3 li {
    width: 25.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-col3 li {
    width: 46%;
  }
}
.pg-col3-img + .desc {
  margin-top: 8px;
}
@media screen and (max-width: 1300px) {
  .pg-col3-img + .desc {
    margin-top: 0.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-col3-img + .desc {
    margin-top: 1.0666666667vw;
  }
}

/* pg-bdrtop - 上線
---------------------------------------------------------------------------*/
.pg-bdrtop {
  padding-top: 14px;
}
@media screen and (max-width: 1300px) {
  .pg-bdrtop {
    padding-top: 1.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-bdrtop {
    padding-top: 1.8666666667vw;
  }
}
.pg-bdrtop {
  border-top: 1px solid #656565;
}

/* pg-map - googlemap
---------------------------------------------------------------------------*/
.pg-map iframe {
  display: block;
  width: 100%;
  height: 469px;
  border: none;
}
@media screen and (max-width: 1300px) {
  .pg-map iframe {
    height: 36.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-map iframe {
    height: 106.6666666667vw;
  }
}
.pg-map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pg-map-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .pg-map-data {
    -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;
    gap: 8vw;
  }
}
.pg-map-data-tx-logo {
  display: block;
  width: 196px;
}
@media screen and (max-width: 1300px) {
  .pg-map-data-tx-logo {
    width: 15.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .pg-map-data-tx-logo {
    width: 45.3333333333vw;
  }
}
.pg-map-data-tx-desc {
  line-height: 2.625;
}

/* imgcap - 画像キャプション
---------------------------------------------------------------------------*/
.imgcap {
  position: relative;
}
.imgcap-cap {
  position: absolute;
  right: 1em;
  bottom: 0.8em;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}