@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  /* リキッドレイアウト対応のための設定 */
  font-size: 16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #181c26;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

body.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  resize: none;
}

button {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

*:focus {
  outline: none;
}

details summary {
  list-style: none;
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

figure {
  margin: 0;
}

picture {
  display: block;
  height: 100%;
}

.l-main {
  position: relative;
}

.l-inner {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  margin-top: 2rem;
}
.l-inner02 {
  max-width: 38rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  margin-top: 2rem;
}
.l-header {
  background-color: #08132f;
  height: 3.6875rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.l-header__inner {
  height: inherit;
  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;
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}

.l-header__logo {
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__lang {
  color: #808DAD;
  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;
}

.l-header__lang a.glink {
  width: 1.125rem;
  display: inline-block;
  margin-left: 0.625rem;
}

.l-header__lang span {
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-hero {
  background: url(../img/bg-hero.jpg) center center no-repeat;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .p-hero {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: 100vh;
  }
}
@media screen and (max-width: 480px) {
  .p-hero {
    background: url(../img/bg-hero-sp.jpg) center center no-repeat;
  }
}
.p-hero__logo {
  display: block;
  margin: 72px auto 0;
  max-width: 462px;
}
.p-hero__logo img:first-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .p-hero__logo {
    max-width: 308px;
  }
}
.p-hero__movie {
  margin-top: 48px;
}
.p-hero__movie .c-button {
  margin-top: 12px;
}
.p-hero__movie .c-button span[class^=icon-] {
  color: #fff;
  font-size: 48px;
}
.p-hero__scroll {
  margin-top: 64px;
}
.p-hero__scroll .c-button span[class^=icon-] {
  color: #fff;
  font-size: 24px;
}


.l-footer {
  background-color: #08132f;
}

.l-footer__inner {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  padding-block: 3rem 1.5rem;
}

.l-footer__logo {
  max-width: 16.25rem;
  margin-inline: auto;
}

.l-footer__logo img:first-child {
  max-width: 7.5rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.l-footer__copy {
  font-size: 0.625rem;
  color: #fff;
  font-weight: 700;
  margin-top: 2.25rem;
  text-align: center;
}

.l-footer__sns {
  margin-top: 1rem;
  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;
  gap: 2.5rem;
}

.l-footer__sns-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.credits {
    text-align: center;
    margin: 0.8em 0;

}
.credits02 {
    text-align: center;
    padding-top: 30px;
    margin: 1.0em 0;

}
.credits03 {
    text-align: center;
    margin: 2.0em 0;
    font-weight: 600;
    font-size: 1.1rem;

}
.credits-title {
  margin: 0.8em 0;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.0rem;
}
@media screen and (max-width: 768px) {
    .credits-title {
    font-size: 0.9rem;
    }
}
.credits-line {
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 4px 0;
      font-size: 0.975rem;
    }
@media screen and (max-width: 768px) {
.credits-line {
      font-size: 0.7rem;
    }
}
    .label {
      text-align: right;
      flex: 1;
      padding-right: 20px;
    }
    @media screen and (max-width: 768px) {
.label {
      padding-right: 14px;
    }
}

    .name {
      text-align: left;
      flex: 1;

    }

    .solo-name {
      text-align: center;
      margin: 4px auto;

    }
    @media screen and (max-width: 768px) {
    .solo-name {
      font-size: 0.7rem;
    }
}
.c-button {
  min-width: 11rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding-block: 0.5rem;
  padding-inline: 2.25rem;
  background-color: #08132f;
  border-radius: 1.875rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
.c-button-campain {
  min-width: 11rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding-block: 0.5rem;
  padding-inline: 2.25rem;
  background-color: #08132f;
  border-radius: 1.875rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto;
}

.c-section-heading {
  -moz-text-align-last: left;
       text-align-last: left;
}

.c-section-heading__main {
  display: block;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-section-heading__main {
    line-height: 1.4;
  }

}
.c-section-heading__sub {
  display: block;
  font-size: 0.8rem;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
}

.c-section-heading__sub.is-ja {
  text-transform: uppercase;
}
.c-gallery__slider-thumbnail {
  width: 100%;
  overflow: hidden;

}

.c-gallery__slider-thumbnail .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 0.2rem;
  width: 100%;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 768px) {
  .c-gallery__slider-thumbnail .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    gap: 0.2rem;
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
  }

}
.c-gallery__slider-thumbnail .swiper-slide {
  display: block;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  width: 100%;
  will-change: filter;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  width: 100%;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.c-gallery__slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.c-gallery {
  overflow: hidden;
}
.swiper {
  width: 100%;
  margin-bottom: 0.3rem;
  overflow: hidden;
  
}
.chef-img {
  width: 100%;
  margin-bottom: 0.3rem;
  overflow: hidden;

}
.chef-img img {
  height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 860 / 574;
}

.swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 860/574;
}

.p-activity__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 858/574;
}

.c-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2em;
}

.c-text a {
  text-decoration: underline;
}

.c-text:first-child {
  margin-top: 0;
}

.c-text--bold {
  font-weight: bold;
}

.c-text--mid {
  font-size: 0.875rem;
}

.c-text--small {
  font-size: 0.75rem;
}

.c-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-weight: 400;
}

.c-404__404 {
  font-size: 7.5rem;
  line-height: 1.5;
}

.c-404__text {
  font-size: 1rem;
  line-height: 1.4375;
}

.p-fv {
  background-image: url(../img/fv.jpg);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}

.p-fv__inner {
  padding-block: 6.25rem 23.0625rem;
}

.p-fv__logo-shoulder {
  max-width: 7.5rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  max-width: 7.25rem;
  margin-inline: auto;
}

.p-fv__logo-main {
  max-width: 16.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 480px) {
.p-fv {
  background-image: url(../img/fv.jpg);
  background-position: 50% center;
}
.p-fv__logo {
  max-width: 308px;
  margin: 0 auto;
}

}
.p-fv__place {
  display: block;
  margin-top: 2rem;
  margin-inline: auto;
}

.p-fv__place--ja {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

.p-fv__place--en {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  text-transform: uppercase;
}

.p-place__gallery {
  margin-top: 40px;
}

.p-place__heading {
  margin-top: 1.25rem;
}

.p-place__body {
  margin-top: 1.75rem;
}

.p-place__movie {
  margin-top: 1.25rem;
  width: 100%;
}

.p-place__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 860/574;
}
.p-lead {
  text-align: center;
  padding-inline: 16px;
}
.p-lead__heading--ja {
  display: none;
}
.p-lead__heading--ja:lang(ja) {
  display: block;
  width: 260px;
  aspect-ratio: auto 260 / 22;
  margin: auto;
}
.p-lead__heading--other {
  display: block;
  font-size:24px;
}
.p-lead__heading--other:lang(ja) {
  display: none;
}
.p-lead__body {
  margin: 24px auto 0;
}
.p-lead__body--ja {
  display: none;
}
.p-lead__body--ja:lang(ja) {
  display: block;
  width: 454px;
  aspect-ratio: auto 454 / 119;
}
.p-lead__body--other {
  display: block;
  line-height: 1.8;
  max-width: 500px;
}
.p-lead__body--other:lang(ja) {
  display: none;
}
.p-lead__body img {
  margin: auto;
}
.p-lead__body img:first-child {
  display: block;
}
.p-lead__body img:last-child {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-lead__body img:first-child {
    display: none;
  }
  .p-lead__body img:last-child {
    display: block;
    width: 252px;
    aspect-ratio: auto 252 / 195;
  }
  .p-lead__body--ja:lang(ja) {
    display: block;
    width: 252px;
    aspect-ratio: auto 252 / 195;
  }
}
.p-cuisine__gallery {
  margin-top: 1.25rem;
}

.p-cuisine__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-cuisine__items {
  margin-top: 1.25rem;
}

.p-cuisine__items + .p-cuisine__items {
  margin-top: 2rem;
}

.p-cuisine__item {
  line-height: 2.0;
}

.p-cuisine__head {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-family: "Noto Serif", "Noto Serif JP", serif;
}

.p-cuisine__caption {
  display: inline-block;
  margin-top: 1.5rem;
}

.p-tour__gallery {
  margin-top: 1.25rem;
}

.p-tour__body {
  margin-top: 1.25rem;
}

.p-accommodation__inner {
  padding-block: 1.5rem 0;
}

.p-accommodation__heading .c-section-heading__main {
  display: block;
}

.p-accommodation__heading .c-section-heading__main .c-blank-mark::after {
  content: "-";
  margin-left: 0.2em;
}

.p-accommodation__heading .c-section-heading__main:not(:lang(ja)) .c-blank-mark::after {
  content: "_";
  margin-left: 0.2em;
}

.p-accommodation__gallery {
  margin-top: 1.25rem;
}

.p-accommodation__body {
  margin-top: 1.25rem;
}

.p-accommodation__reserve {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-accommodation__reserve {
    margin: 1.25rem 0 3rem 0;
  }

}

.p-accommodation__reserve-inner {
  padding-top: 1.5rem;
  border-top: 1px solid #808dad;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #808dad;
}
@media screen and (max-width: 768px) {
.p-accommodation__reserve-inner {
  padding-left: 0;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}

}
.p-accommodation__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.0em;
}
.p-accommodation__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.0em;
}
.p-accommodation__label-info {
  font-size: 1.0rem;
  padding-bottom: 1.25rem;
}
.p-accommodation__label-info span {
  font-weight: 600;
  font-size: 1.1rem;
}
.p-accommodation__label::before {
  content: url(../img/arrow.svg);
  margin-right: 0.75rem;
}
.p-accommodation__hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-accommodation__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
@media screen and (max-width: 768px) {
.p-accommodation__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 

}
}
.p-accommodation__price {
  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;

}
.p-accommodation__hotel a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
.p-accommodation__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  align-items: stretch;

}
.p-accommodation__hotel {
  font-size: 1.1rem;
}
.p-accommodation__hotel a {
  text-decoration: underline;
}

.p-accommodation__hotel-info {
  margin-top: 0.75rem;
}

.p-accommodation__hotel-info span {
  display: block;
}

.p-accommodation__hotel-info address {
  display: inline;
}
.p-accommodation__campaign {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
}
}

@media screen and (max-width: 768px) {
  .p-accommodation__campaign {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.p-accommodation__campaign-guideline {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 2em 0 1em 0;
}
.p-accommodation__campaign-inner {
  margin-top: 1.8rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-accommodation__campaign-inner {
    margin-top: 5rem;
  }
}
.p-accommodation__available {
  margin-top: 1.5rem;
}

.p-accommodation__available-head {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-accommodation__available-date {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-accommodation__btn {
  margin-top: 1.6rem;
}

.p-accommodation__notice {
  background: #bcc3d0;
  padding-block: 1.5rem 2.5rem;
  padding-inline: 1.25rem;
  color: #fff;
}

.p-activity__inner {
  padding-block: 1.5rem 0;
}
.p-activity__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-activity__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .p-activity__wrapper {
    display: block;
    justify-content: space-between;
    margin: 20px 0;
  }

}
.p-activity__box {
  width: 47%;
  min-height: 580px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-activity__box {
    width: 100%;
    height: auto;
  }

}
.p-activity__heading .c-section-heading__main {
  display: block;
}

.p-activity__heading .c-section-heading__main .c-blank-mark::after {
  content: "-";
  margin-left: 0.2em;
}

.p-activity__heading .c-section-heading__main:not(:lang(ja)) .c-blank-mark::after {
  content: "_";
  margin-left: 0.2em;
}


.p-activity__body {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-activity__body {
    margin: 0.6rem 0 3rem 0;
  }

}
.p-activity__reserve {
  margin-top: 1.25rem;
}

.activity__reserve-inner {
  padding-top: 1.5rem;
  border-top: 1px solid #808dad;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #808dad;
}

.activity__hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.375rem;
  font-weight: 700;
}

.activity__hotel a {
  text-decoration: underline;
}

.activity__hotel::before {
  content: url(../img/arrow.svg);
  margin-right: 0.75rem;
}

.p-activity__hotel-info {
  margin-top: 0.75rem;
}

.p-activity__hotel-info span {
  display: block;
}

.p-activity__hotel-info address {
  display: inline;
}
.p-activity__campaign {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-activity__campaign {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.p-activity__campaign-guideline {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 2em 0 1em 0;
}
.p-activity__campaign-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}
.p-activity__available {
  margin-top: 1.5rem;
}

.p-activity__available-head {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-activity__available-date {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-activity__btn {
  margin-top: 1.6rem;
}

.p-activity__notice {
  background: #bcc3d0;
  padding-block: 1.5rem 2.5rem;
  padding-inline: 1.25rem;
  color: #fff;
}

.p-togo__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 0.4rem;
  gap: 0.875rem;
}

.p-togo__link {
  font-size: 0.875rem;
}

.p-togo__link::before {
  content: url(../img/arrow.svg);
  margin-right: 0.75rem;
}

.p-togo__heading {
  position: relative;
  color: #808DAD;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 5.0;
  font-size: 0.875rem;
}

.p-togo__heading::before {
  content: "";
  background: #808DAD;
  display: block;
  width: calc(100% - 13.75rem);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

.p-togo__heading:not(:lang(ja))::before {
  width: calc(100% - 19.375rem);
}

.p-togo__footer {
  position: relative;
  text-align: right;
  color: #808DAD;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  font-weight: 700;
  margin: 30px 0;
}

.p-togo__footer::before {
  content: "";
  background: #bcc3d0;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-togo__footer:not(:lang(ja))::before {
  width: calc(100% - 18.75rem);
}

.p-area__inner {
  padding-block: 0 1.5rem;
}

.p-area__heading > div {
  display: none;
}
.p-area__heading {
    padding-top: 30px;
}
.p-area__heading .is-other:not(:lang(ja)) {
  display: block;
}

.p-area__heading .is-other:not(:lang(ja)) .c-section-heading__main {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-area__heading .is-other:not(:lang(ja)) .c-section-heading__sub {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-area__heading .is-ja:lang(ja) {
  display: block;
}

.p-area__heading .is-ja:lang(ja) .c-section-heading__main {
  width: 10.125rem;
  height: auto;
  margin-inline: auto;
}

.p-area__heading .is-ja:lang(ja) .c-section-heading__sub {
  width: 12.9375rem;
  height: auto;
  margin-top: 1.25rem;
  margin-inline: auto;
}

.p-area__items {
  margin-top: 1.5rem;
}

.p-area__item {
  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;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-area__item + .p-area__item {
  margin-top: 0.875rem;
}

.p-area__link {
  padding-block: 100% auto;
  padding-inline: 16px;
  display: block;
  width: 100%;
  height: 100%;
}
.p-superior__link {
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.p-superior__link {
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
}

}
.p-area__item-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.p-area__item-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-area__place {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
}

.p-area__place--ja {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  color: #fff;
}

.p-area__place--en {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  color: #fff;
}

.p-area__tobe {
  text-transform: uppercase;
  text-align: center;
  font-family: "Noto Serif", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 1.75rem;
}

.u-hidden-mobile {
  display: none !important;
}

.u-block-hidden-mobile {
  display: none !important;
}

.u-grid-hidden-mobile {
  display: none !important;
}

.u-flex-hidden-mobile {
  display: none !important;
}

.u-hidden-pc {
  display: block !important;
}

.u-block-hidden-pc {
  display: block !important;
}

.u-grid-hidden-pc {
  display: grid !important;
}

.u-flex-hidden-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-hidden {
  visibility: hidden;
  display: none;
}

.u-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-fz12 {
  font-size: 0.75rem !important;
}
.campaign tr {
  padding: 26px 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border-top: 1px solid #808DAD;
}
.campaign tr:last-child {
  border-bottom : 1px solid #808DAD;
}
.campaign .campaign-contents {
  padding-left: 1rem;
  width: 19%;
  vertical-align: middle;
  font-weight: 700;
  background-color: #ECEEF4;
}
@media screen and (max-width: 768px) {
  .campaign .campaign-contents {
    padding-left: 0.4rem;

  }
  .p-place {
    padding-top: 48px;
  }
  .campaign tr {
    font-size: 0.8rem;
  }
}
.campaign .campaign-detail {
  width: 81%;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign-detail {
    width: 10%;
    line-height: 1.8;
  }
}
.campaign .campaign-detail-bold {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 20px 10px;
  color: #000000;/*文字色*/
  
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.7204301075vw;
    scroll-padding-top: 5.25rem;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .l-inner {
    max-width: 1010px;
    padding-inline: 40px;
  }

  .l-header {
    height: 2.8125rem;
  }

  .l-header__inner {
    max-width: 1010px;
    padding-inline: 40px;
  }

  .l-header__logo {
    font-size: 1.1875rem;
  }

  .l-header__sns {
    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;
    gap: 1.5rem;
  }

  .l-header__sns-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }

  .l-header__lang {
    margin-left: 2.25rem;
  }

  .l-header__lang a.glink {
    width: 1.5rem;
  }

  .l-header__lang span {
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }

  .l-footer__inner {
    max-width: 1010px;
    padding-inline: 40px;
    padding-block: 3.375rem 2rem;
  }

  .l-footer__sns {
    margin-top: 2.5rem;
  }

  .l-footer__sns-icon {
    width: 2.625rem;
    height: 2.625rem;
  }

  .c-button {
    font-size: 1.125rem;
  }

  .c-section-heading__main {
    font-size: 2.6rem;
  }

  .c-section-heading__sub {
    font-size: 1.0rem;
    margin-top: 0;
  }


  .c-gallery__slider-thumbnail .swiper-wrapper {
    gap: 0.2rem;
  }

  .p-fv {
    background-position: center;
  }

  .p-fv__inner {
    padding-block: 6.25rem 8.3125rem;
  }

  .p-fv__place--ja {
    font-size: 2.625rem;
  }
  .p-place {
    padding-top: 48px;
  }
  .p-place__gallery {
    margin-top: 2.5rem;
  }

  .p-place__heading {
    margin-top: 2rem;
  }

  .p-place__body {
    margin-top: 1.5rem;
  }

  .p-place__movie {
    margin-top: 2rem;
  }

  .p-cuisine__gallery {
    margin-top: 2.5rem;
  }

  .p-cuisine__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .p-cuisine__items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 2rem;
  }

  .p-cuisine__items + .p-cuisine__items {
    margin-top: 0;
    padding-left: 5rem;
  }

  .p-tour__gallery {
    margin-top: 2.5rem;
  }

  .p-tour__body {
    margin-top: 2rem;
  }

  .p-accommodation__heading .c-section-heading__main {
    display: inline;
  }

  .p-accommodation__heading .c-section-heading__main .c-blank-mark::after {
    display: none;
  }

  .p-accommodation__heading .c-section-heading__main:not(:lang(ja)) .c-blank-mark::after {
    display: none;
  }

  .p-accommodation__gallery {
    margin-top: 2.5rem;
  }

  .p-accommodation__body {
    margin-top: 2rem;
  }

  .p-accommodation__reserve {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-accommodation__place-info {
    padding-bottom: 2rem;
    font-size: 1.0rem;
  }
  .p-accommodation__price-info {
    padding-bottom: 2rem;
    width: 60%;
  }
.p-accommodation__price-menu {
    font-size: 1.0rem;
}
.p-accommodation__hotel-info {
    font-size: 1.0rem;
    line-height: 2.0em;
}
.p-accommodation__amount {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4em;
}
.p-accommodation__amount span{
    font-size: 1.0rem;
    font-weight: 700;
}
.p-accommodation__person {
    font-size: 0.9rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}
.p-accommodation__person span{
    font-weight: 700;
}
.p-accommodation__price-info01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #808DAD;
}
.p-accommodation__price-info02 {
    padding-top: 10px;
}
  .p-accommodation__reserve-inner {
    gap: 1rem;
  }

  .p-accommodation__reserve-head {
    max-width: 100%;
  }

  .p-accommodation__reserve-body {
    width: 18.75rem;
    max-width: 18.75rem;
  }

  .p-accommodation__reserve-body02 {
    width: 80%;
  }

  .p-accommodation__available {
    margin-top: 0;
  }

  .p-accommodation__available-head {
    font-size: 0.625rem;
  }

  .p-accommodation__available-date {
    font-size: 1rem;
  }

  .p-accommodation__notice {
    padding-block: 1.5rem;
    padding-inline: 3rem;
  }

  .p-area__inner {
    padding-block: 0 2.8125rem;
  }

  .p-area__items {
    margin-top: 2rem;
  }

  .p-area__item + .p-area__item {
    margin-top: 1rem;
  }

  .p-area__link {
    padding-block: 3.0625rem;
  }

  .p-area__place--ja {
    font-size: 3rem;
  }

  .p-area__place--en {
    font-size: 1.125rem;
  }

  .p-area__tobe {
    margin-top: 2.25rem;
  }

  .u-hidden-mobile {
    display: inline-block !important;
  }

  .u-block-hidden-mobile {
    display: block !important;
  }

  .u-grid-hidden-mobile {
    display: grid !important;
  }

  .u-flex-hidden-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-hidden-pc {
    display: none !important;
  }

  .u-block-hidden-pc {
    display: none !important;
  }

  .u-grid-hidden-pc {
    display: none !important;
  }

  .u-flex-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .l-inner02 {
    padding-inline: 10px;
  }
 .p-accommodation__place-info {
    padding: 1rem 0;
  }
  .p-accommodation__price-info {
    padding: 1rem 0;
    width: 100%;
  }
.p-accommodation__price-menu {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
}
.p-accommodation__amount {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6em;
}
.p-accommodation__amount span{
    font-size: 0.9rem;
    font-weight: 700;
}
.p-accommodation__person {
    font-size: 0.9rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
.p-accommodation__price-info01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #808DAD;
}
.p-accommodation__price-info02 {
    padding-top: 0;
}
.p-accommodation__btn {
    margin-top: 0;
}
.c-button {
    font-size: 1.0rem;
}
}

@media screen and (min-width: 780px) {
  .p-accommodation__inner {
    padding-block: 2.8125rem 0;
  }
}

@media (min-width: 930px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  html {
    font-size: 4.2780748663vw;
  }
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
  }

  button:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .c-gallery__slider-thumbnail .swiper-slide:hover {
    cursor: pointer;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }

  .c-text a:hover {
    text-decoration: none;
  }

  .p-accommodation__hotel a a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */