@charset "UTF-8";
/***********************************/
/* foundation
/***********************************/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/***********************************/
/* layout
/***********************************/
.l-container {
  position: relative;
  min-width: 1280px;
  min-height: 100dvh;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100vw;
    min-width: 100vw;
    padding-top: 0;
    overflow-x: hidden;
  }
}
.l-container__link {
  position: fixed;
  display: block;
  right: 70px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-container__link {
    right: 10px;
    bottom: 70px;
    width: 44px;
    height: 44px;
  }
}
@media (any-hover: hover) {
  .l-container__link:hover {
    opacity: 0.8;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 200px 1fr 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 24px;
  color: #fff;
  background: #011E4D;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .l-header {
    grid-template-columns: 1fr 1fr;
    height: 60px;
    padding-left: 7px;
    opacity: 0;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.l-header__title {
  width: 243px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    width: 165px;
  }
}
.l-header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 20px;
  padding-right: 26px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__menu-wrapper {
    display: none;
  }
}
.l-header__menu-wrapper a {
  position: relative;
}
.l-header__menu-wrapper a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.l-header__menu-wrapper a:hover::after {
  opacity: 1;
}
.l-header__tel {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding-top: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    height: 60px;
    border: none;
  }
}
@media (any-hover: hover) {
  .l-header__tel:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.l-header__tel p {
  font-size: 1.9375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-header__tel p {
    font-size: 1.375rem;
  }
}
.l-header__tel span {
  position: relative;
  top: -16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__tel span {
    top: -5px;
    left: 5px;
    font-size: 0.625rem;
  }
}
.l-header .icon-tel {
  position: relative;
  top: -2px;
  width: 20px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .l-header .icon-tel {
    width: 15px;
  }
}

.l-mv {
  position: relative;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .l-mv {
    height: 490px;
  }
}
.l-mv__catchphrase1, .l-mv__catchphrase2 {
  display: inline-block;
  padding: 10px 8px;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .l-mv__catchphrase1, .l-mv__catchphrase2 {
    font-size: 1.1875rem;
  }
}
.l-mv__catchphrase1 {
  position: absolute;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv__catchphrase1 {
    top: 100px;
    left: unset;
    right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-mv__catchphrase2 {
  position: absolute;
  top: 210px;
  left: 50%;
  -webkit-transform: translateX(230px);
          transform: translateX(230px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv__catchphrase2 {
    top: 130px;
    left: unset;
    right: 75px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.zoom-fade {
  overflow: hidden;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .zoom-fade {
    height: 490px;
  }
}

.zoom-fade__item {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slick-list,
  .slick-track,
  .zoom-fade__item {
    height: 100%;
  }
  .zoom-fade__item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*
ズーム（ズームイン）させるためのアニメーション
コメントアウト部分を入れ替えれば、ズームアウト
*/
.add-animation {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
  /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
  -webkit-animation: zoom-fade 10s both;
          animation: zoom-fade 10s both;
}

@-webkit-keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 40px 20px 20px;
  background: rgba(0, 30, 77, 0.9);
  overflow-y: scroll;
  z-index: 9;
}
.l-menu__tel-wrapper {
  padding: 12px;
  color: #001E4D;
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.l-menu__tel-head {
  font-size: 1.125rem;
}
.l-menu__tel {
  font-size: 2rem;
  font-weight: bold;
}
.l-menu__time {
  margin: 3px 0 8px;
  font-size: 0.9375rem;
}
.l-menu__contact-wrapper {
  padding: 20px 0;
}
.l-menu__contact-wrapper .c-btn.is-horizontal.is-reservation {
  height: 66px;
}
.l-menu__contact-wrapper .c-btn.is-horizontal {
  width: 100%;
  border-radius: 8px;
}
.l-menu__contact-wrapper .c-btn + .c-btn {
  margin-top: 15px;
}
.l-menu__list li {
  border-bottom: 1px solid #fff;
}
.l-menu__list li a {
  display: block;
  padding: 12px;
  color: #fff;
  font-size: 1.125rem;
  background: url("/assets/img/icon_arrow.png") no-repeat right 12px center;
  background-size: 10px auto;
}
.l-menu__link {
  display: block;
  width: 220px;
  margin: 30px auto;
  padding-right: 15px;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  background: url("/assets/img/icon_arrow.png") no-repeat right 12px center;
  background-size: 10px auto;
}
.l-menu__link img {
  position: relative;
  top: -1px;
  display: inline-block;
  height: 18px;
  margin-right: 5px;
}
.l-menu__close {
  position: relative;
  top: 0;
  left: 50%;
  bottom: 40px;
  width: 30px;
  height: 30px;
  border: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-menu__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-menu__btn {
    position: fixed;
    top: 70px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #001E4D;
    border: 1px solid #F7F2D2;
    border-radius: 100vmax;
    opacity: 0;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 8;
  }
  .l-menu__btn-icon {
    width: 26px;
    margin-bottom: 3px;
  }
}

.l-main {
  background: url("/assets/img/main_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.l-main__section {
  padding: 16px;
}
.l-main__section + .l-main__section {
  margin-top: 16px;
}

.l-footer {
  position: sticky;
  top: 100%;
  height: 150px;
  padding: 35px 0 0;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  background: #001E4D;
}
.l-footer__logo {
  display: block;
  width: 243px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 15px 0 0;
    font-size: 0.625rem;
  }
  .l-footer__logo {
    width: 165px;
    margin: 0 auto 10px;
  }
}

/***********************************/
/* object
/***********************************/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

.fadeInUp.js-scr-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeInDown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.c-btn {
  position: relative;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  /***********************************/
  /* type
  /***********************************/
  /***********************************/
  /* pattern
  /***********************************/
}
.c-btn.is-reservation {
  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;
  gap: 8px;
  color: #fff;
  font-weight: bold;
  background: #C1272D;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .c-btn.is-reservation:hover {
    background: #CD5156;
  }
}
.c-btn.is-request {
  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;
  gap: 8px;
  color: #fff;
  font-weight: bold;
  background-color: color-mix(in sRGB, #DAC227, #fff var(--_lighten, 0%));
  border-radius: 4px;
}
@media (any-hover: hover) {
  .c-btn.is-request:hover {
    background: #DECD69;
  }
}
.c-btn.is-link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 60px;
  color: #001E4D;
  background: #fff;
  border: 2px solid #DAC227;
  border-radius: 1px;
}
@media (any-hover: hover) {
  .c-btn.is-link:hover {
    background: #DAC227;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.is-link {
    width: 230px;
    height: 52px;
    border: 3px solid #DAC227;
  }
}
.c-btn.is-horizontal {
  width: 260px;
  height: 74px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-btn.is-horizontal {
    width: 239px;
    height: 60px;
  }
}
.c-btn.is-reservation.is-horizontal .c-btn__icon {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn.is-reservation.is-horizontal .c-btn__icon {
    width: 26px;
  }
}
.c-btn.is-request.is-horizontal .c-btn__icon {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn.is-request.is-horizontal .c-btn__icon {
    width: 26px;
  }
}
.c-btn.is-vertical {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 170px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.c-btn.is-reservation.is-vertical .c-btn__icon {
  width: 26px;
  height: auto;
}
.c-btn.is-request.is-vertical .c-btn__icon {
  width: 23px;
  height: auto;
}
.c-btn.is-vertical + .c-btn.is-vertical {
  margin-top: 8px;
}
.c-btn__fixed__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn__fixed__pc {
    display: none;
  }
  .c-btn__fixed__sp {
    display: grid;
  }
}
.c-btn__fixed__pc {
  position: fixed;
  top: 187px;
  right: 0;
}
.c-btn__fixed__sp {
  position: fixed;
  left: 0;
  bottom: 0;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.4);
}
.c-btn__fixed__sp .c-btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.c-input {
  border: 1px solid #999;
  border-radius: 4px;
}
.c-input.is-full {
  width: 100%;
}

.c-textarea {
  border: 1px solid #999;
  border-radius: 4px;
}

.c-accordion__chk {
  display: none;
}
.c-accordion__head {
  display: block;
  cursor: pointer;
}
.c-accordion__head::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  width: 30px;
  height: 30px;
  background: url("/assets/img/accordion_arrow.png");
  background-size: 30px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-accordion__head::before {
    top: 19px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
}
.c-accordion__head, .c-accordion__body {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-accordion__body {
  height: 0;
  overflow: hidden;
}
.c-accordion__chk:checked + .c-accordion__head + .c-accordion__body {
  height: auto;
}
.c-accordion__chk:checked + .c-accordion__head::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.c-modal__body {
  position: relative;
}
.c-modal__close {
  cursor: pointer;
}

.c-contents {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-contents {
    width: 100%;
  }
}
.c-contents__title-v {
  font-size: 2.25rem;
  letter-spacing: 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-contents__title-v span {
  display: block;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
.c-contents__title-v small {
  display: block;
  margin-right: 10px;
  padding-right: 3px;
  font-size: 0.75rem;
  letter-spacing: normal;
  border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .c-contents__title-v {
    position: relative;
    margin-bottom: 45px;
    padding: 0 30px;
    font-size: 1.75rem;
    text-align: left;
    letter-spacing: 2px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .c-contents__title-v span {
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
  .c-contents__title-v small {
    position: absolute;
    top: -2.5em;
    left: 30px;
    width: 237px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #333;
  }
}
.c-contents__title-h {
  font-size: 1.75rem;
  text-align: center;
}
.c-contents__title-h.is-s {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-contents__title-h.is-s {
    font-size: 1.0625rem;
  }
}
.c-contents__title-h span {
  display: inline-block;
  padding: 10px 30px;
  border-left: 1px solid #001E4D;
  border-right: 1px solid #001E4D;
}
@media screen and (max-width: 767px) {
  .c-contents__title-h {
    font-size: 1.0625rem;
  }
  .c-contents__title-h span {
    padding: 7px 37px;
  }
}
.c-contents__separate-img {
  width: 100vw;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-contents__separate-img {
    height: 150px;
  }
}

.icon-tel {
  position: relative;
  top: -2px;
  width: 26px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .icon-tel {
    width: 22px;
  }
}

.c-error {
  margin: 15px 0;
  padding: 20px;
  color: #F00;
  background: rgba(255, 0, 0, 0.1);
  border: 1px dotted #F00;
}

.p-about {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 110px 0 60px;
  }
}
.p-about__wrapper {
  display: grid;
  grid-template-columns: 1fr 590px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    display: block;
  }
}
.p-about__title {
  position: relative;
  top: -20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    text-align: center;
  }
  .p-about__title small {
    top: -3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-about__text {
  padding: 80px 0 0;
  line-height: 2.25;
}
.p-about__text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    padding: 20px 0 0;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.8;
  }
}
.p-about__movie {
  width: 600px;
  margin: 0 auto;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-about__movie {
    width: 100%;
  }
}
.p-about__movie-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
}
.p-about__movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about.is-tengakuin {
  background: url("/assets/img/tengakuin_bg.jpg") no-repeat center top, #fff;
  background-size: 100% auto, 100% 100%;
}
.p-about.is-tengakuin .p-about__wrapper {
  grid-template-columns: 1fr 649px;
}
.p-about.is-tengakuin .p-about__title {
  top: -60px;
}
@media screen and (max-width: 767px) {
  .p-about.is-tengakuin {
    padding-bottom: 86px;
    background: url("/assets/img/tengakuin_bg.jpg") no-repeat right -100px top 70px, #fff;
    background-size: 170% auto, 100% 100%;
  }
  .p-about.is-tengakuin .p-about__title {
    top: -10px;
    padding: 0 30px;
    text-align: left;
  }
  .p-about.is-tengakuin .p-about__title small {
    left: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-about.is-tengakuin .p-about__text {
    padding-top: 50px;
  }
}
.p-about__icon {
  position: relative;
  left: 95px;
  display: block;
  width: 108px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-about__icon {
    left: 0;
    width: 82px;
    margin: 0 auto 35px;
  }
}
.p-about__gallery {
  height: 941px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__gallery {
    height: auto;
    margin: 95px auto 0;
  }
}
.p-about__gallery img {
  display: block;
  width: 455px;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: -30px -30px 0 #F7F2D2;
          box-shadow: -30px -30px 0 #F7F2D2;
}
.p-about__gallery p {
  padding-top: 14px;
  font-size: 0.9375rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-about__gallery {
    padding: 0 30px;
  }
  .p-about__gallery img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: -30px -20px 0 #F7F2D2;
            box-shadow: -30px -20px 0 #F7F2D2;
  }
  .p-about__gallery p {
    padding-top: 5px;
  }
}
.p-about__gallery1 {
  position: absolute;
  top: 30px;
  left: 0;
}
.p-about__gallery2 {
  position: absolute;
  top: 173px;
  right: 0;
}
.p-about__gallery3 {
  position: absolute;
  top: 459px;
  left: 0;
}
.p-about__gallery4 {
  position: absolute;
  top: 602px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about__gallery1, .p-about__gallery2, .p-about__gallery3, .p-about__gallery4 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 66px;
  }
  .p-about__gallery4 {
    margin-bottom: 0;
  }
  .p-about__gallery2 img, .p-about__gallery4 img {
    -webkit-box-shadow: 30px -20px 0 #F7F2D2;
            box-shadow: 30px -20px 0 #F7F2D2;
  }
}

.p-gallery {
  position: relative;
  width: 100%;
  height: 1655px;
  padding: 190px 0;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-gallery {
    height: auto;
    padding: 65px 0;
  }
}
.p-gallery__img1 {
  position: absolute;
  top: 0;
  right: -130px;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .p-gallery__img1 {
    position: relative;
    right: 0;
    width: 68%;
    margin-left: 32%;
    margin-bottom: 40px;
  }
}
.p-gallery__img2 {
  position: absolute;
  top: 270px;
  left: 0;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .p-gallery__img2 {
    position: relative;
    top: 0;
    width: 68%;
  }
}
.p-gallery__img3 {
  position: absolute;
  top: 520px;
  right: 100px;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .p-gallery__img3 {
    position: relative;
    top: 0;
    right: 0;
    width: 43%;
    margin-top: -34px;
    margin-left: 57%;
    margin-bottom: 40px;
  }
}
.p-gallery__img4 {
  position: absolute;
  left: -140px;
  bottom: 10px;
  width: 640px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-gallery__img4 {
    position: relative;
    left: 0;
    bottom: 0;
    width: 68%;
    margin-bottom: 40px;
  }
}
.p-gallery__img5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .p-gallery__img5 {
    position: relative;
    width: 68%;
    margin-left: 32%;
  }
}
.p-gallery__img6 {
  position: absolute;
  right: 0;
  bottom: 370px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-gallery__img6 {
    position: relative;
    right: 0;
    bottom: 0;
    width: 39%;
    margin-top: -55px;
  }
}

.p-information {
  position: relative;
  width: 100%;
  padding: 150px 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-information {
    padding: 0;
  }
}
.p-information__wrapper {
  padding: 135px 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-information__wrapper {
    padding: 70px 0;
  }
}
.p-information__title {
  margin-bottom: 45px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-information__title {
    margin-bottom: 30px;
  }
}
.p-information__subtitle {
  margin-bottom: 45px;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information__subtitle {
    margin-bottom: 33px;
    font-size: 1.375rem;
  }
}
.p-information__point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.p-information__point li {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 18px;
  color: #fff;
  background: #001E4D;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-information__point li:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .p-information__point {
    display: block;
    margin-bottom: 70px;
    padding: 0 30px;
  }
  .p-information__point li {
    height: 70px;
    padding: 10px;
    grid-template-columns: 49px 1fr;
    gap: 10px;
  }
  .p-information__point li + li {
    margin-top: 10px;
  }
}
.p-information__point-num {
  height: 65px;
  padding-top: 4px;
  color: #001E4D;
  font-size: 0.9375rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  background: #DAC227;
}
.p-information__point-num span {
  position: relative;
  top: -2px;
  font-size: 2.0625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-information__point-num {
    height: 49px;
    font-size: 0.6875rem;
  }
  .p-information__point-num span {
    font-size: 1.5625rem;
  }
}
.p-information__point-text {
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-information__point-text {
    font-size: 1rem;
  }
}
.p-information__point-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 3px 15px 2px;
  color: #001E4D;
  font-size: 0.9375rem;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-information__point-btn {
    padding: 3px 8px 2px;
    font-size: 0.875rem;
    border-radius: 2px;
  }
}
@media (any-hover: hover) {
  .p-information__point-btn:hover {
    background: rgb(240.393442623, 232.868852459, 188.606557377);
  }
}
.p-information__modal {
  width: 734px;
  margin: 15% auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-information__modal {
    width: 335px;
    margin: 40% auto;
  }
}
.p-information__modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
  padding: 15px 30px;
  background: #001E4D;
}
@media screen and (max-width: 767px) {
  .p-information__modal-head {
    height: 67px;
    padding: 12px 10px;
  }
}
.p-information__modal-num {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding-top: 4px;
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  background: #DAC227;
}
.p-information__modal-num span {
  position: relative;
  top: -2px;
  display: block;
  font-size: 1.5625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-information__modal-num {
    width: 43px;
    height: 43px;
    font-size: 0.625rem;
  }
  .p-information__modal-num span {
    font-size: 1.25rem;
  }
}
.p-information__modal-title {
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-information__modal-title {
    font-size: 1.125rem;
  }
}
.p-information__modal-body {
  display: grid;
  grid-template-columns: 314px 1fr;
  gap: 30px;
  padding: 50px;
  font-size: 1.0625rem;
}
.p-information__modal-body img {
  width: 314px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-information__modal-body {
    display: block;
    padding: 35px;
    font-size: 0.9375rem;
  }
}
.p-information__modal-catchphrase {
  margin-bottom: 15px;
  color: #001E4D;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-information__modal-catchphrase {
    margin: 15px 0 10px;
    font-size: 1.0625rem;
  }
}
.p-information__modal-text {
  font-weight: normal;
  font-family: "Shippori Mincho", serif;
}
.p-information__modal-close {
  position: absolute;
  top: 21px;
  right: 30px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-information__modal-close {
    width: 30px;
    height: 30px;
    top: 18px;
    right: 10px;
  }
}
.p-information__type {
  display: grid;
  grid-template-columns: 1fr 407px;
  gap: 40px;
  color: #001E4D;
  scroll-margin-top: 130px;
}
.p-information__type + .p-information__type {
  margin-top: 60px;
}
.p-information__type + .p-information__subtitle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-information__type {
    display: block;
  }
}
.p-information__name {
  padding: 24px 15px;
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  background: #F7F2D2;
}
.p-information__name span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-information__name {
    padding: 15px 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-information__cate {
    font-size: 0.875rem;
  }
}
.p-information__caption {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-information__caption {
    font-size: 1.125rem;
  }
}
.p-information__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 23px 0 20px;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #DAC227;
}
@media screen and (max-width: 767px) {
  .p-information__price {
    width: calc(100% - 60px);
    margin: 0 auto 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-information__price-sec {
  padding: 8px 10px;
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #999;
}
.p-information__price-num {
  padding: 0 5px 0 10px;
  font-size: 2rem;
  font-weight: bold;
}
.p-information__price-unit {
  position: relative;
  top: 5px;
}
.p-information__price-caption {
  margin-bottom: 23px;
  padding: 6px 0 18px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #DAC227;
}
.p-information__note {
  font-size: 0.9375rem;
}
.p-information__note li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.p-information__note li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100vmax;
  background: #DAC227;
}
@media screen and (max-width: 767px) {
  .p-information__note {
    padding: 0 30px;
  }
}
.p-information__type-img {
  width: 407px;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-information__type-img {
    display: block;
    width: calc(100% - 60px);
    height: 224px;
    margin: 20px auto 0;
  }
}
.p-information__notice {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.p-information__type2 {
  padding: 30px 40px 20px;
  border: 1px solid #DAC227;
}
@media screen and (max-width: 767px) {
  .p-information__type2 {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px 20px;
  }
}
.p-information__name-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 23px;
  text-align: center;
  border-bottom: 1px solid #DAC227;
}
@media screen and (max-width: 767px) {
  .p-information__name-box2 {
    margin-bottom: 10px;
  }
}
.p-information__cate2, .p-information__name2 {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-information__cate2 {
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-information__name2 {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
}
.p-information__name2 span {
  font-size: 1.25rem;
}
.p-information__caption2 {
  width: 100%;
  padding-top: 10px;
  font-family: "Shippori Mincho", serif;
}
.p-information__price-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-information__price-box2 .p-information__price-sec {
  display: inline-block;
  width: 80px;
  padding: 4px 0;
}
.p-information__price-box2 .p-information__price-num {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-information__price-box2 {
    display: block;
  }
  .p-information__price-box2 .p-information__note {
    width: 180px;
    margin: 0 auto;
    padding: 0;
  }
}
.p-information__price2 {
  position: relative;
  top: -10px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-information__price2 {
    margin-right: 0;
    text-align: center;
  }
}
.p-information__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 530px;
  margin: 0 auto;
  padding: 75px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information__contact {
    display: block;
    width: 100%;
    padding: 60px 0 0;
  }
  .p-information__contact .c-btn {
    margin: 0 auto;
  }
  .p-information__contact .c-btn + .c-btn {
    margin-top: 15px;
  }
}
.p-information__tel-wrapper {
  padding-top: 30px;
  color: #001E4D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-information__tel-wrapper {
    font-size: 0.875rem;
  }
}
.p-information__tel {
  font-size: 2.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-information__tel {
    font-size: 2rem;
  }
}
.p-information__time {
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-information__time span {
    display: inline-block;
    padding-top: 5px;
    font-size: 0.8125rem;
  }
}

.p-flow {
  position: relative;
  width: 100%;
  padding: 184px 0 170px;
  background: #F7F2D2;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 100px 0 80px;
  }
}
.p-flow .c-contents__title-v {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 7em;
}
@media screen and (max-width: 767px) {
  .p-flow .c-contents__title-v {
    position: relative;
  }
  .p-flow .c-contents__title-v small {
    width: 180px;
  }
}
.p-flow__image {
  position: absolute;
  top: 277px;
  left: -40px;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .p-flow__image {
    top: -40px;
    left: inherit;
    right: 25px;
    width: 90px;
    height: 90px;
  }
}
.p-flow__wrapper {
  display: grid;
  grid-template-columns: 1fr 810px;
}
@media screen and (max-width: 767px) {
  .p-flow__wrapper {
    display: block;
  }
}
.p-flow__contents {
  grid-column: 2;
  color: #001E4D;
}
@media screen and (max-width: 767px) {
  .p-flow__contents {
    padding: 0 30px;
  }
}
.p-flow__headline {
  margin-bottom: 30px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__headline {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.p-flow__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.p-flow__tabs label {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 15px;
  color: #7F8DA6;
  background: url("/assets/img/icon_down.png") no-repeat center right 15px, #fff;
  background-size: 26px auto;
  border: 2px solid #DAC227;
  border-radius: 4px;
}
.p-flow__tabs input[type=radio]:checked + label {
  color: #001E4D;
  background: url("/assets/img/icon_down.png") no-repeat center right 15px, #DAC227;
  background-size: 26px auto;
}
.p-flow__tabs input[type=radio] {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-flow__tabs {
    display: block;
  }
  .p-flow__tabs label {
    height: 52px;
    margin-bottom: 10px;
    background-size: 22px auto;
  }
  .p-flow__tabs input[type=radio]:checked + label {
    background-size: 22px auto;
  }
}
.p-flow__tab-content {
  display: none;
  grid-column: 1/-1;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-flow__tab-content {
    padding: 10px 0 0;
    background: none;
  }
}
.p-flow #flow1:checked ~ .is-tab-flow1,
.p-flow #flow2:checked ~ .is-tab-flow2 {
  display: block;
}
.p-flow__step > li {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DAC227;
}
@media screen and (max-width: 767px) {
  .p-flow__step > li {
    display: block;
    background: #fff;
    border-radius: 4px;
  }
}
.p-flow__step > li + li {
  margin-top: 40px;
}
.p-flow__step > li + li::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 42px;
  height: 21px;
  background: #DAC227;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow__step-num {
  font-weight: bold;
  text-align: center;
}
.p-flow__step-num span {
  display: block;
  font-size: 1.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-flow__step-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    font-size: 0.9375rem;
    border-bottom: 1px solid #DAC227;
  }
  .p-flow__step-num span {
    margin-right: 10px;
    font-size: 1.5rem;
  }
}
.p-flow__step-text {
  padding: 35px 25px 35px 35px;
  border-left: 1px solid #DAC227;
}
@media screen and (max-width: 767px) {
  .p-flow__step-text {
    padding: 25px 12px;
    font-size: 0.9375rem;
    font-weight: bold;
    border: none;
  }
}
.p-flow__step-text ul li {
  position: relative;
  padding-left: 1em;
}
.p-flow__step-text ul li::before {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0;
}
.p-flow__step-subtitle {
  display: inline-block;
  width: 155px;
  margin: 23px 0 10px;
  padding: 4px 0;
  font-size: 0.875rem;
  text-align: center;
  border: 1px solid #DAC227;
  border-radius: 100vmax;
}
.p-flow__step-list {
  display: grid;
  grid-template-columns: 200px 200px;
  gap: 3px 10px;
}
.p-flow__step-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
}
.p-flow__step-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100vmax;
  background: #DAC227;
}
.p-flow__step-notice {
  margin-top: 13px;
  font-size: 0.875rem;
  font-weight: bold;
}
.p-flow__notice {
  display: inline-block;
  margin: 40px 0 20px;
  font-size: 1.375rem;
  border-bottom: 1px solid #001E4D;
}

.p-faq {
  position: relative;
  width: 100%;
  padding: 184px 0 170px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 100px 0 80px;
  }
}
.p-faq .c-contents__title-v {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 8em;
}
@media screen and (max-width: 767px) {
  .p-faq .c-contents__title-v {
    position: relative;
  }
  .p-faq .c-contents__title-v small {
    width: 180px;
  }
}
.p-faq__image {
  position: absolute;
  top: 316px;
  left: -40px;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .p-faq__image {
    top: -40px;
    left: inherit;
    right: 25px;
    width: 90px;
    height: 90px;
  }
}
.p-faq__wrapper {
  display: grid;
  grid-template-columns: 1fr 810px;
}
@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    display: block;
  }
}
.p-faq__contents {
  grid-column: 2;
  color: #001E4D;
}
@media screen and (max-width: 767px) {
  .p-faq__contents {
    padding: 0 30px;
  }
}
.p-faq__faq-list {
  border: 1px solid #DAC227;
}
.p-faq__faq-list + .p-faq__faq-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__faq-list + .p-faq__faq-list {
    margin-top: 15px;
  }
}
.p-faq__q {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  padding: 0 20px 0 118px;
  font-size: 1.125rem;
}
.p-faq__q::after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98px;
  height: 100%;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  background: #DAC227;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    height: auto;
    min-height: 64px;
    padding: 10px 40px 10px 52px;
    font-size: 1rem;
  }
  .p-faq__q::after {
    width: 42px;
    font-size: 1.625rem;
  }
}
.p-faq__a {
  position: relative;
  min-height: 0;
  padding: 0 20px 0 118px;
}
.p-faq__a::after {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98px;
  height: 98px;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    padding: 0 40px 0 52px;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .p-faq__a::after {
    width: 42px;
    height: 64px;
    font-size: 1.625rem;
  }
}
.p-faq .c-accordion__chk:checked + .c-accordion__head + .c-accordion__body {
  min-height: 98px;
  padding: 20px 20px 40px 118px;
}
@media screen and (max-width: 767px) {
  .p-faq .c-accordion__chk:checked + .c-accordion__head + .c-accordion__body {
    padding: 20px 40px 20px 52px;
  }
}

.p-access {
  position: relative;
  width: 100%;
  padding: 170px 0;
  background: #DDE1E7;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 100px 0 80px;
  }
}
.p-access .c-contents__title-v {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 7em;
}
@media screen and (max-width: 767px) {
  .p-access .c-contents__title-v {
    position: relative;
  }
  .p-access .c-contents__title-v small {
    width: 180px;
  }
}
.p-access__image {
  position: absolute;
  top: 200px;
  left: -40px;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .p-access__image {
    top: -40px;
    left: inherit;
    right: 25px;
    width: 90px;
    height: 90px;
  }
}
.p-access__wrapper {
  display: grid;
  grid-template-columns: 1fr 810px;
}
@media screen and (max-width: 767px) {
  .p-access__wrapper {
    display: block;
  }
}
.p-access__contents {
  position: relative;
  grid-column: 2;
  color: #001E4D;
}
@media screen and (max-width: 767px) {
  .p-access__contents {
    font-size: 0.9375rem;
    font-weight: normal;
    text-align: center;
  }
}
.p-access__map {
  width: 100%;
  margin-bottom: 20px;
}
.p-access__map-btn {
  position: absolute;
  top: 514px;
  right: 0;
  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;
  width: 220px;
  height: 42px;
  padding: 0 20px;
  background: #fff;
  border-radius: 100vmax;
}
.p-access__map-btn img {
  width: 23px;
  height: 23px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-access__map-btn {
    position: relative;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: calc(100% - 60px);
    margin: 0 auto 20px;
  }
}
.p-access__bus, .p-access__car {
  position: relative;
  padding-left: 40px;
}
.p-access__bus p + p, .p-access__car p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-access__bus, .p-access__car {
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: left;
  }
}
.p-access__bus {
  margin-top: 23px;
  background: url("/assets/img/icon_bus.png") no-repeat left top 5px;
  background-size: 30px auto;
}
.p-access__car {
  margin-top: 30px;
  background: url("/assets/img/icon_car.png") no-repeat left top 5px;
  background-size: 30px auto;
}
.p-access__subtitle {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-access__subtitle {
    font-weight: 500;
  }
}
.p-access__text {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
}

.p-scenery {
  position: relative;
  width: 100%;
  padding: 107px 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-scenery {
    padding: 77px 0 0;
  }
}
.p-scenery__title {
  margin-bottom: 45px;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scenery__title {
    margin-bottom: 33px;
    font-size: 1.375rem;
  }
}
.p-scenery__image {
  width: 100%;
}

.p-privacy {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 0;
  }
}
.p-privacy__wrapper {
  padding: 90px 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-privacy__wrapper {
    padding: 60px 30px;
  }
}
.p-privacy__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 1.0625rem;
  }
}
.p-privacy__list > li {
  padding-bottom: 46px;
  color: #333;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-privacy__list > li {
    padding-bottom: 35px;
  }
}
.p-privacy__list > li + li {
  padding-top: 45px;
  border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 767px) {
  .p-privacy__list > li + li {
    padding-top: 35px;
  }
}
.p-privacy__subtitle {
  margin-bottom: 24px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__subtitle {
    margin-bottom: 18px;
    font-size: 1.125rem;
  }
}
.p-privacy__text {
  font-size: 0.9375rem;
}
.p-privacy__text + .p-privacy__text {
  margin-top: 24px;
}
.p-privacy__text + ul {
  margin-top: 22px;
}
.p-privacy__sublist {
  counter-reset: num; /* カウンターを初期化 */
  padding-left: 0;
}
.p-privacy__sublist li {
  counter-increment: num; /* カウンターを加算 */
  position: relative;
  padding-left: 2em;
}
.p-privacy__sublist li + li {
  margin-top: 5px;
}
.p-privacy__sublist li::before {
  content: counter(num, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
}

.p-contact {
  position: relative;
  width: 100%;
  padding: 145px 0 80px;
  background: #F8F2D2;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 60px 0 80px;
  }
}
.p-contact.is-white {
  min-height: calc(100vh - 100px - 150px);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-contact.is-white {
    background: #fff;
  }
}
.p-contact__title {
  margin-bottom: 70px;
}
.p-contact__title span {
  width: 362px;
}
.p-contact__title.is-thanks span {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-bottom: 30px;
    font-size: 1.0625rem;
  }
  .p-contact__title span {
    width: 250px;
  }
  .p-contact__title.is-thanks span {
    width: auto;
  }
}
.p-contact__wrapper {
  padding: 80px 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__wrapper {
    padding: 0 30px;
    font-size: 0.9375rem;
    background: none;
  }
}
.p-contact__tel-wrapper {
  margin-bottom: 50px;
  padding: 25px;
  color: #001E4D;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #001E4D;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-wrapper {
    margin-bottom: 30px;
    padding: 30px 10px;
    font-size: 1rem;
    background: #fff;
  }
}
.p-contact__caution {
  color: #C1272D;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__caution {
    font-size: 1rem;
  }
}
.p-contact__tel {
  font-size: 2.625rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    font-size: 2rem;
  }
}
.p-contact__time {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__time {
    font-size: 0.9375rem;
  }
  .p-contact__time span {
    display: inline-block;
    padding-top: 5px;
    font-size: 0.8125rem;
  }
}
.p-contact__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__tabs {
    gap: 0 10px;
  }
}
.p-contact__tab {
  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;
  gap: 10px;
  height: 84px;
  padding: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background: #DAC227;
  border-bottom: 10px solid #fff;
  cursor: pointer;
  opacity: 0.4;
}
.p-contact__tab img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__tab img {
    width: 22px;
  }
}
.p-contact__tab.is-reservation {
  background: #C1272D;
}
.p-contact__tab.is-reservation.active {
  border-bottom: 10px solid #C1272D;
  opacity: 1;
}
.p-contact__tab.is-request {
  color: #8D9273;
  background: #ECE08D;
}
.p-contact__tab.is-request img {
  -webkit-filter: invert(60%) sepia(16%) saturate(244%) hue-rotate(46deg) brightness(90%) contrast(85%);
          filter: invert(60%) sepia(16%) saturate(244%) hue-rotate(46deg) brightness(90%) contrast(85%);
  opacity: 0.7;
}
.p-contact__tab.is-request.active {
  color: #fff;
  background: #DAC227;
  border-bottom: 10px solid #DAC227;
  opacity: 1;
}
.p-contact__tab.is-request.active img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__tab {
    height: 52px;
    padding: 0;
  }
}
@media (any-hover: hover) {
  .p-contact__tab:hover {
    opacity: 0.3;
  }
  .p-contact__tab.active:hover {
    opacity: 0.8;
  }
}
.p-contact__form-wrapper {
  display: grid;
  grid-template-columns: 1fr 555px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  min-height: 120px;
  padding: 0 35px;
  font-size: 1.0625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrapper {
    display: block;
    min-height: auto;
    padding: 13px 15px;
  }
}
.p-contact__tab-content.is-reservation .p-contact__form-wrapper {
  border-left: 2px solid #C1272D;
  border-right: 2px solid #C1272D;
  border-bottom: 2px solid #C1272D;
}
.p-contact__tab-content.is-reservation .p-contact__form-wrapper:first-child {
  border-top: 2px solid #C1272D;
}
.p-contact__tab-content.is-request .p-contact__form-wrapper {
  border-left: 2px solid #DAC227;
  border-right: 2px solid #DAC227;
  border-bottom: 2px solid #DAC227;
}
.p-contact__tab-content.is-request .p-contact__form-wrapper:first-child {
  border-top: 2px solid #DAC227;
}
.p-contact__form-label span {
  color: #C1272D;
}
@media screen and (max-width: 767px) {
  .p-contact__form-label {
    font-size: 0.9375rem;
  }
}
.p-contact__form-input {
  padding: 30px 0 15px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input {
    padding: 6px 0 0;
  }
}
.p-contact__form-input.is-center {
  padding: 15px 0 15px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input.is-center {
    padding: 10px 0 5px;
  }
}
.p-contact__form-input.is-confirm {
  padding: 15px 0;
}
.p-contact__form-input input, .p-contact__form-input textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
}
.p-contact__form-input input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.p-contact__form-input label + input[type=radio] {
  margin-left: 20px;
}
.p-contact__form-input textarea {
  height: 100px;
}
.p-contact__form-input small {
  display: inline-block;
  padding-top: 5px;
  color: #808080;
  font-size: 0.8125rem;
}
.p-contact #datepicker {
  position: relative;
  padding-left: 3em !important;
  background: url("/assets/img/icon_calendar.png") no-repeat center left 10px;
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .p-contact #datepicker {
    background-size: 26px auto;
  }
}
.p-contact__notice {
  margin: 20px 0 40px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-contact input[type=submit], .p-contact__btn {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 287px;
  height: 60px;
  margin: 0 auto;
  font-size: 1.125rem;
  text-align: center;
  border: 2px solid #DAC227;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact input[type=submit], .p-contact__btn {
    width: 230px;
    height: 52px;
    font-size: 1rem;
    background: #fff;
  }
}
.p-contact input[type=submit]:hover, .p-contact__btn:hover {
  color: #fff;
  background: #DAC227;
}
.p-contact__confirm-box {
  display: grid;
  grid-template-columns: 287px 287px;
  gap: 10px;
  width: 584px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p-contact__confirm-box input[type=submit] {
    width: 40%;
  }
}
.p-contact__thanks-text {
  margin-bottom: 40px;
}
.p-contact__thanks-text p + p {
  margin-top: 16px;
}

.p-form__group {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 80px 1fr;
}
.p-form__group + .p-form__group {
  margin-top: 24px;
}
.p-form__sub-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  padding-top: 8px;
}
.p-form__sub-grid .c-chk {
  padding: 2px 12px;
  font-size: 0.75rem;
}
.p-form__sub-contents {
  grid-column: 2;
  padding-top: 8px;
}
.p-form .c-input {
  padding: 0.8em;
}
.p-form .c-select select {
  min-width: 230px;
  padding: 0.8em calc(0.8em + 30px) 0.8em 0.8em;
}
.p-form .c-textarea {
  width: 100%;
  height: 200px;
}
.p-form__btn-box {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-top: 16px;
  padding: 16px 24px 0;
  border-top: 1px solid #CCC;
}
.p-form__inner-btn-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px;
  max-width: 600px;
  margin: 0 auto;
}

.u-color__red {
  color: #C1272D !important;
}

.u-font__mincho {
  font-family: "Shippori Mincho", serif;
}

.u-underline {
  text-decoration: underline;
}

.u-font__size15 {
  font-size: 0.9375rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 767px) {
  .u-disp__pc {
    display: none;
  }
}
.u-disp__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-disp__sp {
    display: unset;
  }
}