@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 {
  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;
}

/**
 * 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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
}

@keyframes arrow_progressing {
  0% {
    transform: scale(0, 1) skew(45deg);
  }
  80% {
    transform: scale(1, 1) skew(45deg);
  }
}
@keyframes arrow-reverse_progressing {
  0% {
    transform: scale(0, 1) skew(-45deg);
  }
  80% {
    transform: scale(1, 1) skew(-45deg);
  }
}
.l-article__index {
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.l-article__index.l-article__index {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-article__index.l-article__index {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.l-article__index .lead-text {
  font-size: 1.8rem;
  line-height: 1.71;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-article__index .lead-text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-article__index .article-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 40px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-article__index .article-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-top: 32px;
  }
}
.l-article__index .article-container .item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-article__index .article-container .item .title-withIcon {
  line-height: 2;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .title-withIcon {
    font-size: 1.3rem;
    line-height: 1.84;
    margin-top: 8px;
  }
}
.l-article__index .article-container .item .title-withIcon::after {
  display: inline-block;
  content: "";
  background: url("/assets-static/images/common/icon-pdf.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 30px;
  position: absolute;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .title-withIcon::after {
    width: 16px;
  }
}
.l-article__index .article-container .item .name {
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .name {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 8px;
  }
}
.l-article__index .article-container .item .category {
  color: #7b7b7b;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .category {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.l-article__index .article-container .item .detail {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .detail {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.l-article__index .article-container .item .detail + .detail {
  margin-top: 8px;
}
.l-article__index .article-container .item .description {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .description {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.l-article__index .article-container .item .period,
.l-article__index .article-container .item .price {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .period,
  .l-article__index .article-container .item .price {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.l-article__index .article-container .item .menu-detail {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-article__index .article-container .item .menu-detail {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.l-article__index .article-container .item .menu-detail th {
  font-weight: normal;
  white-space: nowrap;
}
.l-article__index .article-container .item .menu-detail tr:not(:first-of-type) th,
.l-article__index .article-container .item .menu-detail tr:not(:first-of-type) td {
  padding-top: 8px;
}
.l-article__index .article-container .item .price-member {
  color: #a20000;
}
@media (hover: hover) and (pointer: fine) {
  .l-article__index .article-container a.item:hover {
    opacity: 0.6;
  }
}
.l-article__index .article-container.-magazine .item img {
  aspect-ratio: unset;
  -o-object-fit: unset;
     object-fit: unset;
}
.l-article__index .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-article__index .link-area {
    margin-top: 48px;
  }
}

.l-article__detail {
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.l-article__detail.l-article__detail {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-article__detail.l-article__detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-article__detail .title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-article__detail .title {
    font-size: 2.8rem;
  }
}
.l-article__detail .detail,
.l-article__detail .description {
  font-size: 1.8rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .detail,
  .l-article__detail .description {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-article__detail .category {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 8px 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .category {
    padding: 8px 16px;
    margin-top: 16px;
  }
}
.l-article__detail .period {
  font-weight: bold;
  line-height: 1.68;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .period {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.l-article__detail .image-box {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .image-box {
    margin-top: 40px;
  }
}
.l-article__detail .image-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.l-article__detail .text-box {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .text-box {
    margin-top: 40px;
  }
}
.l-article__detail .content {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .content {
    margin-top: 40px;
  }
}
.l-article__detail .content a:not(.c-textLink-normal) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-article__detail .content a:not(.c-textLink-normal):hover {
    opacity: 0.6;
  }
}
.l-article__detail .content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.l-article__detail .content .text {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .content .text {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.l-article__detail .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-article__detail .link-area {
    margin-top: 48px;
  }
}

.l-bannerArea {
  width: 90%;
  margin: 90px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 80px;
  border-bottom: 1px solid #F3F2EB;
}
@media screen and (max-width: 767px) {
  .l-bannerArea {
    width: 100%;
    margin-top: 36px;
    display: block;
    padding-bottom: 0;
    border: none;
  }
}
.l-bannerArea .item {
  width: calc(33.3333333333% - 22px);
}
@media screen and (max-width: 767px) {
  .l-bannerArea .item {
    width: 100%;
  }
}
.l-bannerArea .item img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-bannerArea .item:hover {
    opacity: 0.6;
  }
}

.l-firstView {
  width: 100%;
  margin-top: 64px;
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-firstView {
    margin-top: 48px;
    padding: 0;
  }
}
.l-firstView .headings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 6.5vw;
}
@media screen and (max-width: 767px) {
  .l-firstView .headings {
    display: block;
    margin-left: 16px;
  }
}
.l-firstView .title {
  color: #0D0E0E;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .l-firstView .title {
    font-size: 3.2rem;
  }
}
.l-firstView .en {
  font-size: 6.4rem;
  margin-top: -26px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .l-firstView .en {
    font-size: 4.8rem;
    margin-top: 0;
  }
}
.l-firstView .ja {
  font-size: 2rem;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .l-firstView .ja {
    margin-top: 24px;
    margin-left: 0;
  }
}
.l-firstView img {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-firstView img {
    margin-top: 24px;
  }
}
.l-firstView .slider-fv {
  width: 100%;
}
.l-firstView .slider-wedding-fv img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-firstView .slider-fv-thumbnail {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-firstView .slider-fv-thumbnail {
    display: none;
  }
}
.l-firstView .slider-fv-thumbnail .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}
.l-firstView .slider-fv-thumbnail .swiper-wrapper .slide {
  width: 160px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-firstView .slider-fv-thumbnail .swiper-wrapper .slide {
    width: 13vw;
  }
}
.l-firstView .slider-fv-thumbnail .swiper-wrapper .slide .image-thumb {
  width: 100%;
  margin-top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-firstView .slider-fv-thumbnail .swiper-wrapper .slide .image-thumb:hover {
    opacity: 0.6;
  }
}

.l-footer {
  width: 100%;
  margin-top: 78px;
  border-top: 1px solid #f3f2eb;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 62px;
    border: none;
    padding-bottom: 96px;
  }
}
.l-footer .links-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 48px;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .l-footer .links-container {
    display: none;
  }
}
.l-footer .links-container a {
  color: #3a3a3a;
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .links-container a:hover {
    opacity: 0.6;
  }
}
.l-footer .information-container {
  width: 80%;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.l-footer .information-container .information-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.l-footer .information-container .information-box img {
  width: 12.3vw;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container .information-box img {
    width: 100%;
  }
}
.l-footer .information-container .information-box address {
  color: #3a3a3a;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container .information-box address {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
  }
}
.l-footer .information-container .banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container .banner-box {
    width: 80%;
    margin: 32px auto 0;
    flex-wrap: wrap;
    gap: 24px 32px;
  }
}
.l-footer .information-container .banner-box .item1 {
  width: 12.5vw;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container .banner-box .item1 {
    width: calc(50% - 16px);
  }
}
.l-footer .information-container .banner-box .item2 {
  width: 9.3vw;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container .banner-box .item2 {
    width: calc(50% - 16px);
  }
}
.l-footer .information-container .banner-box .item3 {
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .l-footer .information-container .banner-box .item3 {
    width: 80%;
  }
}
.l-footer .information-container .banner-box img {
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .information-container a:hover {
    opacity: 0.6;
  }
}
.l-footer .groupInformation-container {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer .groupInformation-container {
    margin-top: 48px;
  }
}
.l-footer .groupInformation-container .group-headings {
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .l-footer .groupInformation-container .group-headings {
    height: 64px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .groupInformation-container .group-headings a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .groupInformation-container .group-headings img {
    width: 200px;
  }
}
.l-footer .groupInformation-container .links {
  height: 48px;
  background: #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .l-footer .groupInformation-container .links {
    height: auto;
    flex-direction: column;
    gap: 16px;
    padding: 28px 0;
  }
}
.l-footer .groupInformation-container .links a {
  font-size: 1.2rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .groupInformation-container .links a:hover {
    opacity: 0.6;
  }
}
.l-footer .groupInformation-container .links a:not(:last-of-type)::after {
  position: absolute;
  right: -16px;
  content: "";
  width: 1px;
  height: 16px;
  border-right: 1px solid rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 767px) {
  .l-footer .groupInformation-container .links a:not(:last-of-type)::after {
    display: none;
  }
}
.l-footer .copyright-container {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright-container {
    margin-top: 32px;
  }
}
.l-footer .copyright-container .group-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .copyright-container .group-logo a:hover {
    opacity: 0.6;
  }
}
.l-footer .copyright-container .group-logo a:nth-of-type(1), .l-footer .copyright-container .group-logo a:nth-of-type(2) {
  width: 48px;
}
.l-footer .copyright-container .group-logo a:nth-of-type(3) {
  width: 72px;
}
.l-footer .copyright-container .group-logo a img {
  width: 100%;
}
.l-footer .copyright-container .copyright {
  color: #3a3a3a;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright-container .copyright {
    font-size: 1rem;
    line-height: 2.1;
  }
}

.l-header {
  width: 100%;
  background-color: rgba(247, 247, 247, 0.9);
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    background-color: #fff;
    position: absolute;
  }
  .l-header.fixed {
    position: fixed;
  }
}
.l-header .container {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3vw;
}
@media screen and (max-width: 767px) {
  .l-header .container {
    height: 68px;
    padding-left: 16px;
  }
}
.l-header .container .image-logo {
  width: clamp(180px, 15.875vw, 254px);
}
@media screen and (max-width: 767px) {
  .l-header .container .image-logo {
    width: 160px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header .container .image-logo:hover {
    opacity: 0.6;
  }
}
.l-header .global-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin: 0 3vw;
}
.l-header .menu li {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .menu li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header .menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .menu {
    display: none;
  }
}

.btn-reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  min-width: 120px;
  height: 80px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-reserve {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .btn-reserve {
    display: none;
  }
}
.btn-reserve.stay {
  background: #000;
}
.btn-reserve.restaurant {
  background: #333;
}
@media (hover: hover) and (pointer: fine) {
  .btn-reserve:hover {
    opacity: 0.6;
  }
}

.btn-hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 80px;
  width: 5.25vw;
  min-width: 80px;
  max-width: 84px;
  cursor: pointer;
  position: relative;
}
.btn-hamburger .icon-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  transform: translateY(-4px);
}
.btn-hamburger .bar {
  display: block;
  width: 27px;
  height: 2px;
  position: relative;
}
.btn-hamburger .bar::before {
  content: "";
  position: absolute;
  left: -6px;
  display: block;
  width: 2px;
  height: 2px;
  background: #666;
  border-radius: 50%;
}
.btn-hamburger .bar::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #666;
  border-radius: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .btn-hamburger:hover .bar::after {
    width: 0;
  }
  .btn-hamburger:hover .bar1::after {
    animation: bar-growing1 3s ease-out infinite;
  }
  .btn-hamburger:hover .bar2::after {
    animation: bar-growing2 3s ease-out infinite;
  }
  .btn-hamburger:hover .bar3::after {
    animation: bar-growing3 3s ease-out infinite;
  }
  @keyframes bar-growing1 {
    0% {
      width: 0;
    }
    20% {
      width: 20px;
    }
    100% {
      width: 20px;
    }
  }
  @keyframes bar-growing2 {
    30% {
      width: 0;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 20px;
    }
  }
  @keyframes bar-growing3 {
    60% {
      width: 0;
    }
    80% {
      width: 20px;
    }
    100% {
      width: 20px;
    }
  }
}
.btn-hamburger.is-active .icon-hamburger {
  margin-left: unset;
}
.btn-hamburger.is-active .bar {
  display: none;
}
.btn-hamburger.is-active::after {
  content: url("/assets-static/images/common/icon-hamburger-close.svg");
}
@media screen and (max-width: 767px) {
  .btn-hamburger {
    height: 68px;
    width: 60px;
  }
}
.btn-hamburger .icon-label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .btn-hamburger .icon-label {
    bottom: 8px;
  }
}

.btn-globe {
  padding: 30px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-globe {
    padding: 20px 0 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-globe:hover > span {
    opacity: 0.6;
  }
}
.btn-globe > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .btn-globe > span {
    font-size: 12px;
    flex-direction: column;
    gap: 4px;
  }
}
.btn-globe > span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/assets-static/images/common/icon-globe.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .btn-globe > span::before {
    width: 22px;
    height: 22px;
  }
}
.btn-globe .menu-languages {
  display: none;
  background: #ededed;
  padding: 24px 48px;
  position: absolute;
  top: 80px;
  right: -3vw;
}
@media screen and (max-width: 767px) {
  .btn-globe .menu-languages {
    top: 68px;
    right: 0;
  }
}
.btn-globe .menu-languages li {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .btn-globe .menu-languages li {
    font-size: 14px;
  }
}
.btn-globe .menu-languages li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .btn-globe .menu-languages li + li {
    margin-top: 20px;
  }
}

.fixedMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixedMenu {
    width: 100%;
    height: 68px;
    position: fixed;
    bottom: -68px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    transition: bottom 0.3s;
  }
  .fixedMenu .btn-reserve {
    display: flex;
    width: 100%;
    height: 68px;
  }
  .fixedMenu .btn-reserve.is-active .label {
    display: none;
  }
  .fixedMenu .btn-reserve.is-active .icon-close {
    content: url(/assets-static/images/common/icon-hamburger-close-white.svg);
  }
  .fixedMenu .btn-hamburger {
    width: 68px;
    flex-shrink: 0;
  }
}

.fixedMenu-reservation {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixedMenu-reservation {
    width: 100%;
    height: calc(100vh - 68px);
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: scroll;
  }
  .fixedMenu-reservation .c-reservationForm {
    box-shadow: none;
  }
  .fixedMenu-reservation .image-headings {
    display: block;
    margin: 48px auto 0;
  }
  .fixedMenu-reservation .title {
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }
  .fixedMenu-reservation .search-container {
    display: block !important;
  }
  .fixedMenu-reservation .links-container {
    display: flex !important;
  }
  .fixedMenu-reservation.-stay {
    background: #000;
  }
  .fixedMenu-reservation.-restaurant {
    background: #333;
  }
}

.l-inPageLinks {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .l-inPageLinks {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 38px;
    gap: 24px 16px;
  }
}
.l-inPageLinks a {
  width: 100%;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px solid #707070;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inPageLinks a {
    width: calc(50% - 8px);
    padding-bottom: 32px;
  }
}
.l-inPageLinks a::after {
  content: url("/assets-static/images/common/icon-angle-down.svg");
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-inPageLinks a::after {
    bottom: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-inPageLinks a:hover {
    opacity: 0.6;
  }
}
.l-inPageLinks.-rows {
  max-width: 1440px;
  flex-wrap: wrap;
  gap: 56px 0;
}
@media screen and (max-width: 767px) {
  .l-inPageLinks.-rows {
    gap: 24px 16px;
  }
}
.l-inPageLinks.-rows a {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-inPageLinks.-rows a {
    width: calc(50% - 8px);
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 68px;
  }
}

.l-content {
  width: 100%;
  padding: 0 8vw;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 0 6vw;
  }
}

@media screen and (max-width: 767px) {
  .l-content.wide-sp-only {
    padding: 0;
  }
}

.l-content.wide {
  width: 100%;
  padding: 0;
}

.l-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}

.l-modal-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(768px, 60%, 924px);
  background: #fff;
  z-index: 2001;
}
@media screen and (max-width: 767px) {
  .l-modal-container {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
    transform: unset;
  }
}
.l-modal-container .icon-close {
  position: absolute;
  right: 0;
  top: -42px;
  content: url("/assets-static/images/common/icon-close-white.svg");
  cursor: pointer;
  z-index: 2002;
}
@media screen and (max-width: 767px) {
  .l-modal-container .icon-close {
    top: 8px;
    right: 8px;
    content: url("/assets-static/images/common/icon-close-black.svg");
  }
}
.l-modal-container .inner {
  width: 100%;
  height: 80vh;
  overflow-y: scroll;
  padding: 88px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-modal-container .inner {
    height: 100vh;
    height: 100dvh;
    padding: 48px 16px;
  }
}
.l-modal-container .reserve-button {
  position: absolute;
  top: 88px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .reserve-button {
    top: 48px;
    right: 16px;
  }
}
.l-modal-container .name {
  font-size: 3.2rem;
  padding-right: 120px;
}
.l-modal-container .category {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 8px 24px;
  margin-top: 8px;
}
.l-modal-container .floor {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-modal-container .floor {
    font-size: 3.2rem;
  }
}
.l-modal-container .image-menu {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .image-menu {
    margin-top: 24px;
  }
}
.l-modal-container .image-floor {
  width: 400px;
  display: block;
  margin: 8px auto 0;
}
@media screen and (max-width: 767px) {
  .l-modal-container .image-floor {
    width: 100%;
    margin-top: 24px;
  }
}
.l-modal-container .description {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .description {
    font-size: 1.4rem;
  }
}
.l-modal-container .detail {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .detail {
    margin-top: 16px;
  }
}
.l-modal-container .detail li {
  font-size: 1.4rem;
  line-height: 1.71;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-modal-container .detail li {
    font-size: 1.2rem;
  }
}
.l-modal-container .detail li:not(:first-of-type) {
  margin-top: 12px;
}
.l-modal-container .detail li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.l-modal-container .shoplist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .shoplist {
    justify-content: flex-start;
  }
}
.l-modal-container .shoplist li {
  background: #ebebeb;
  padding: 8px;
}
.l-modal-container .shoplist li a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-modal-container .shoplist li a:hover {
    opacity: 0.6;
  }
}
.l-modal-container .notice {
  font-size: 1.2rem;
  line-height: 1.71;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .notice {
    margin-top: 16px;
  }
}
.l-modal-container .button-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .button-area {
    margin-top: 40px;
  }
}
.l-modal-container .button-area img {
  width: 98px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-modal-container .button-area img {
    width: 82px;
  }
}

.l-nav {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #ededed;
  position: fixed;
  top: 0;
  z-index: 999;
  overflow-y: scroll;
}
.l-nav .container {
  width: 100%;
  margin-top: 120px;
  padding: 0 10vw 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-nav .container {
    padding: 0 4vw 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-nav .container {
    padding: 0 16px 80px;
  }
}
.l-nav .container .block a {
  font-size: 1.4rem;
  line-height: 1.42;
  text-decoration: underline;
}
.l-nav .container .block a.headings {
  font-size: 1.8rem;
}
.l-nav .container .block img {
  width: 100%;
}
.l-nav .container .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 32px;
  padding: 32px 0 0;
  position: relative;
}
.l-nav .container .row::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}
.l-nav .container .row .category-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 18px;
  position: relative;
}
.l-nav .container .row .category-box:nth-of-type(4)::after {
  position: absolute;
  content: "";
  right: -32px;
  height: 100%;
  border-left: 1px solid #cecece;
  border-right: 1px solid #ffffff;
}
.l-nav .container .row .category-box.no-border:nth-of-type(4)::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav .container .row .category-box a:hover {
    opacity: 0.6;
  }
}
.l-nav .container .row .category-box.colspan {
  grid-column: 1/span 2;
}
.l-nav .container .row .category-box.last {
  padding-left: 48px;
}
.l-nav .container .row .list-box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.l-nav .container .row .list-box .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
}
.l-nav .container .row .list-box .list * + a {
  margin-top: 10px;
}
.l-nav .container .row .list-box .list span {
  margin-top: 20px;
  position: relative;
}
.l-nav .container .row .list-box .list span::before {
  content: "●";
  position: absolute;
  left: -16px;
}
.l-nav .container .languages-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-nav .container .languages-list {
    gap: 0;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .container {
    margin-top: 96px;
    padding: 0 0 114px;
  }
  .l-nav .container .block {
    padding: 24px;
    position: relative;
  }
  .l-nav .container .block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #ffffff;
  }
  .l-nav .container .block.first::before {
    border: none;
  }
  .l-nav .container .block.accordion {
    padding-left: 52px;
  }
  .l-nav .container .block a.headings {
    font-size: 1.8rem;
    text-decoration: none;
  }
  .l-nav .container .block .accordion-headings {
    position: relative;
  }
  .l-nav .container .block .accordion-headings::before {
    content: url("/assets-static/images/common/icon-accordion-plus.svg");
    position: absolute;
    left: -28px;
  }
  .l-nav .container .block .accordion-headings.is-open::before {
    content: url("/assets-static/images/common/icon-accordion-minus.svg");
  }
  .l-nav .container .block .sub-block {
    display: none;
  }
  .l-nav .container .block .sub-block li {
    margin-top: 16px;
  }
  .l-nav .container li.block.accordion {
    padding: 8px 0 8px 32px;
  }
  .l-nav .container li.block.accordion:not(:first-of-type)::before {
    display: none;
  }
  .l-nav .container .banner-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .l-nav .container .banner-block .item {
    width: calc(50% - 4px);
  }
  .l-nav .container .banner-block .item img {
    width: 100%;
  }
  .l-nav .container .list-block {
    margin-top: 24px;
  }
  .l-nav .container .list-block li {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.l-socialArea {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-socialArea {
    margin-top: 48px;
  }
}
.l-socialArea .sns-container ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.l-socialArea .sns-container ol .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .l-socialArea .sns-container ol .item:hover {
    opacity: 0.6;
  }
}
.l-socialArea .sns-container ol .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #3A3A3A;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .l-socialArea .sns-container ol .name {
    display: none;
  }
}
.l-socialArea .widget-container {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .l-socialArea .widget-container {
    margin-top: 64px;
  }
}
.l-socialArea .widget-container #xTRBGS img {
  width: 100%;
}
.l-socialArea .widget-container #CDSWIDSSP {
  width: 560px !important;
  margin: 0 auto;
  border: 4px solid #05AA6C;
}
@media screen and (max-width: 767px) {
  .l-socialArea .widget-container #CDSWIDSSP {
    width: 100% !important;
  }
}

.l-subheader {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 999;
}
.l-subheader.-stay {
  width: 1034px;
  background: #000;
}
.l-subheader.-restaurant {
  width: 852px;
  background: #333;
}
.l-subheader .c-reservationForm {
  width: auto;
  transform: unset;
  padding: 0;
}
.l-subheader .c-reservationForm .category-container {
  display: block;
}
.l-subheader .c-reservationForm .category-container.-stay {
  background: #000;
}
.l-subheader .c-reservationForm .category-container.-restaurant {
  background: #333;
}
.l-subheader .c-reservationForm .search-container {
  padding: 32px;
}
.l-subheader .c-reservationForm .search-container .option {
  color: #fff;
  border-right: 1px solid #3e3e3e;
}
.l-subheader .c-reservationForm .search-container .condition .block-select,
.l-subheader .c-reservationForm .search-container .condition .block-calendar,
.l-subheader .c-reservationForm .search-container .condition .block-select {
  border-right: 1px solid #333;
}
.l-subheader .c-reservationForm .search-container .button-area .button-submit {
  color: #333;
  background: #fff;
}
.l-subheader .c-reservationForm .search-container .button-area .button-submit::before {
  content: url(/assets-static/images/common/icon-angle-right.svg);
}
.l-subheader .c-reservationForm .links-container {
  color: #fff;
  border-top: 1px solid #3e3e3e;
}
.l-subheader .c-reservationForm .links-container .tel .notice {
  border: 1px solid #3e3e3e;
}

.l-subMenus {
  width: 90%;
  margin: 90px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .l-subMenus {
    width: 100%;
    margin-top: 36px;
    display: block;
  }
}
.l-subMenus .item {
  width: calc(50% - 24px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-subMenus .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-subMenus .item {
    width: 100%;
  }
  .l-subMenus .item:not(:first-of-type) {
    margin-top: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-subMenus .item:hover {
    opacity: 0.6;
  }
}
.l-subMenus .item img {
  width: 30%;
  max-width: 160px;
}
.l-subMenus .item .text-box {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-subMenus .item .text-box {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-subMenus .item .text-box {
    padding-left: 24px;
  }
}
.l-subMenus .item .title {
  font-size: 2.8rem;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-subMenus .item .title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-subMenus .item .title {
    display: block;
    font-size: 2.4rem;
    line-height: 1.33;
  }
}
.l-subMenus .item .title::after {
  position: absolute;
  right: -56px;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-subMenus .item .title::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-subMenus .item .title::after {
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-subMenus .item:hover .title::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}
.l-subMenus .item .text {
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-subMenus .item .text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.l-subMenus__linkArea {
  margin: 80px auto 0;
  padding-top: 80px;
  border-top: 1px solid #F3F2EB;
  display: flex;
  gap: 130px;
}
@media screen and (max-width: 767px) {
  .l-subMenus__linkArea {
    margin-top: 48px;
    padding-top: 48px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.c-breadcrumb {
  margin-top: 48px;
  margin-right: 16px;
}
.c-breadcrumb ol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
.c-breadcrumb li {
  font-size: 1.4rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb li a:hover {
    opacity: 0.6;
  }
}
.c-breadcrumb li + li::before {
  content: url("/assets-static/images/common/icon-angle-right.svg");
  position: absolute;
  left: -18px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-button-normal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 32px;
  background: #000;
  color: #fff;
  transition: opacity 1s ease-out, border-radius 1s ease-out;
}
@media screen and (max-width: 767px) {
  .c-button-normal {
    width: calc(50% - 7px);
    height: 42px;
    padding: 0 8px;
    font-size: 1.4rem;
  }
}
.c-button-normal.white {
  background: #fff;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-normal:hover {
    opacity: 0.6;
    border-radius: 100px;
  }
}

.c-button-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 264px;
  height: 60px;
  background: #333;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button-cta {
    width: 230px;
    height: 48px;
    font-size: 1.8rem;
  }
}
.c-button-cta.label-ja {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-button-cta.label-ja {
    font-size: 1.4rem;
  }
}
.c-button-cta.bg-black {
  background: #000;
}
.c-button-cta.bg-white {
  background: #fff;
  color: #333;
}
.c-button-cta.bg-white::after {
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
.c-button-cta.wide {
  width: 100%;
}
.c-button-cta.text-long {
  width: 398px;
}
.c-button-cta::after {
  position: absolute;
  right: 22px;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .c-button-cta::after {
    right: 24px;
    top: 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-cta:hover::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}
.c-button-cta.one-harmony1 {
  justify-content: flex-start;
  width: 130px;
  font-size: 1.2rem;
  padding-left: 24px;
}
.c-button-cta.one-harmony1::after {
  width: 18px;
  right: 12px;
}
.c-button-cta.one-harmony2 {
  justify-content: flex-start;
  width: 185px;
  font-size: 1.2rem;
  padding-left: 8px;
}
.c-button-cta.one-harmony2::after {
  width: 18px;
  right: 12px;
}

.c-button-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 48px;
  font-size: 2.2rem;
  padding-right: 24px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 5px double rgba(0, 0, 0, 0.3);
  border-right: 5px double rgba(0, 0, 0, 0.3);
  position: relative;
}
.c-button-more::after {
  position: absolute;
  right: 32px;
  top: 20px;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-button-more:hover::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}

.c-button-more-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 32px;
  font-size: 1.4rem;
  border: 1px solid #333;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-more-plan:hover {
    opacity: 0.6;
  }
}

.c-button-detail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding-right: 80px;
  padding-left: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 5px double rgba(0, 0, 0, 0.3);
  border-right: 5px double rgba(0, 0, 0, 0.3);
  position: relative;
}
.c-button-detail::after {
  position: absolute;
  right: 32px;
  top: 20px;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-button-detail:hover::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}

.c-button-oneharmony {
  position: absolute;
  bottom: -20px;
  right: 24px;
  width: 250px;
  height: 90px;
  background: url("/assets-static/images/common/button-oneharmony.png") no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding-top: 56px;
  z-index: 2;
}
.c-button-oneharmony.top {
  bottom: 50px;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-oneharmony:hover {
    filter: brightness(1.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .c-button-oneharmony {
    bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-oneharmony {
    display: none;
  }
  .c-button-oneharmony.top {
    display: block;
    bottom: 10px;
    right: 8px;
    width: 206px;
    height: 74px;
    font-size: 0.9rem;
    padding-top: 48px;
  }
}

.c-button-reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 0 48px;
  position: relative;
  white-space: nowrap;
}
.c-button-reservation::before {
  content: url("/assets-static/images/common/icon-angle-right-white.svg");
  position: absolute;
  left: 30px;
  top: 15px;
}
.c-button-reservation.mini {
  width: 108px;
  height: 38px;
  font-size: 1.4rem;
  padding: 8px 20px 8px 32px;
}
.c-button-reservation.mini::before {
  left: 14px;
  top: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-reservation:hover {
    opacity: 0.6;
  }
}

.c-button-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 0 24px 0 40px;
  position: relative;
}
.c-button-more-icon::before {
  content: url("/assets-static/images/common/icon-external-link.svg");
  position: absolute;
  left: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-more-icon:hover {
    opacity: 0.6;
  }
}

.c-documentLinks {
  margin-top: 80px;
  margin-right: 32px;
  padding: 0 6vw;
}
@media screen and (max-width: 767px) {
  .c-documentLinks {
    margin-top: 48px;
    margin-right: unset;
    padding: unset;
  }
}
.c-documentLinks .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-documentLinks .link-area {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.c-freeSpace {
  width: 95%;
  max-width: 930px;
  margin: 64px auto 0;
}
.c-freeSpace .column-single img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-freeSpace .column-single img:hover {
    opacity: 0.6;
  }
}
.c-freeSpace .column-double {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-freeSpace .column-double {
    flex-direction: column;
  }
}
.c-freeSpace .column-double img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-freeSpace .column-double img:hover {
    opacity: 0.6;
  }
}
.c-freeSpace * + .column-single,
.c-freeSpace * + .column-double {
  margin-top: 24px;
}

.c-headings {
  font-size: 7.2rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-headings {
    font-size: 5.4rem;
  }
}
.c-headings .text {
  position: relative;
}
.c-headings .text::before {
  content: url("/assets-static/images/common/headings-design_left.svg");
  position: absolute;
  left: -58px;
  bottom: -14px;
}
.c-headings .text::after {
  content: url("/assets-static/images/common/headings-design_right.svg");
  position: absolute;
  right: -58px;
  top: -30px;
}
.c-headings.-align-left {
  text-align: left;
}
.c-headings.-align-left .text {
  display: inline-block;
}
.c-headings.-align-left .text::after {
  top: -48px;
}
@media screen and (max-width: 767px) {
  .c-headings.-align-left .text::after {
    top: -34px;
    right: -52px;
  }
}
.c-headings.-align-left .text::before {
  bottom: -22px;
}
.c-headings .sub {
  position: absolute;
  top: 54.5%;
  left: 49.5%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-headings .sub {
    transform: scale(0.75);
    transform-origin: top left;
  }
}
.c-headings .sub.-pickup {
  top: 12%;
  left: 44.2%;
}
@media screen and (max-width: 767px) {
  .c-headings .sub.-pickup {
    left: 34%;
  }
}
.c-headings .sub.-restaurant {
  top: -3.5%;
  left: 12%;
}
.c-headings .sub.-news {
  top: 83%;
  left: 50%;
}
.c-headings .sub.-room {
  top: 78%;
  left: 50%;
}
.c-headings .sub.-plan {
  top: 0;
  left: 46.2%;
}
.c-headings .sub.-services {
  top: 48%;
  left: 48%;
  z-index: 1;
}
.c-headings .sub.-scene {
  top: 84.1%;
  left: 50.3%;
}
.c-headings .sub.-banquethall {
  top: -13%;
  left: 48.7%;
}
.c-headings .sub.-banquet-meeting {
  top: -13%;
  left: 40%;
  z-index: 0;
}
.c-headings .sub.-chart {
  top: -16%;
  left: 51.3%;
}
.c-headings .sub.-facilities {
  top: -14%;
  left: 40.9%;
}
.c-headings .sub.-menu {
  top: 84%;
  left: 50%;
}
.c-headings .sub.-privateroom {
  top: 58%;
  left: 43.3%;
}
.c-headings .sub.-information {
  top: -15.5%;
  left: 42.8%;
}
.c-headings .sub.-style {
  top: 0;
  left: 49.2%;
}
.c-headings .sub.-cuisine {
  top: 59%;
  left: 49%;
}
.c-headings .sub.-newgraduate {
  top: 0;
  left: 47.5%;
}
.c-headings .sub.-midcareer {
  top: 0;
  left: 49.5%;
}
.c-headings .sub.-parttime {
  top: 0;
  left: 41%;
}

.c-headings-withBorder {
  font-size: 2.8rem;
  padding: 8px 48px;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-headings-withBorder {
    padding: 8px 24px;
  }
}

.c-importantNotice {
  width: 75%;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .c-importantNotice {
    width: 90%;
    margin-top: 64px;
  }
}
.c-importantNotice .headings {
  width: -moz-fit-content;
  width: fit-content;
  color: #9e0000;
  font-size: 2.4rem;
  padding: 0 64px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-importantNotice .headings {
    font-size: 1.7rem;
  }
}
.c-importantNotice .content {
  border: 1px solid #9e0000;
  padding: 48px 10vw;
  margin-top: -12px;
  color: #9e0000;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-importantNotice .content {
    text-align: justify;
    padding: 32px 24px;
  }
}
.c-importantNotice .content * + * {
  margin-top: 16px;
}
.c-importantNotice .content ul {
  margin-left: 20px;
  list-style-type: disc;
}
.c-importantNotice .content ul li + li {
  margin-top: 0;
}
.c-importantNotice .content a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-importantNotice .content a:hover {
    opacity: 0.6;
  }
}

.c-textLink-normal {
  padding: 0 60px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-textLink-normal {
    font-size: 1.4rem;
  }
}
.c-textLink-normal:not(.back)::after {
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-textLink-normal:hover::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}
.c-textLink-normal.underBar {
  padding: 8px 5vw 16px 3vw;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .c-textLink-normal.underBar {
    padding-right: 64px;
  }
}
.c-textLink-normal.underBar::after {
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
.c-textLink-normal.back {
  padding: 18px 80px;
  border-bottom: 1px solid #333;
}
.c-textLink-normal.back::after {
  position: absolute;
  left: 28px;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: skew(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-textLink-normal.back:hover::after {
    animation: arrow-reverse_progressing 1s infinite;
    transform-origin: right;
  }
}
.c-textLink-normal.text-large {
  font-size: 2.4rem;
  padding: 0;
}
.c-textLink-normal.text-large::after {
  position: absolute;
  right: -48px;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
.c-textLink-normal.text-white {
  color: #fff;
}
.c-textLink-normal.text-white.underBar {
  border-bottom: 1px solid #fff;
}
.c-textLink-normal.text-white.underBar::after {
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.c-prevLink {
  padding: 0;
  padding-left: 32px;
  position: relative;
}
.c-prevLink::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 24px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: skew(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-prevLink:hover::after {
    animation: arrow-reverse_progressing 1s infinite;
    transform-origin: right;
  }
}

.c-nextLink {
  padding: 0;
  padding-right: 32px;
  position: relative;
}
.c-nextLink::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 24px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-nextLink:hover::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}

.c-textLink-icon {
  text-decoration: underline;
  position: relative;
}
.c-textLink-icon::after {
  content: url("/assets-static/images/common/icon-pdf.png");
  position: absolute;
  top: -4px;
  right: -32px;
}
.c-textLink-icon + * {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .c-textLink-icon + * {
    margin-left: unset;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-textLink-icon:hover {
    opacity: 0.6;
  }
}

.c-textLink {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-textLink:hover {
    opacity: 0.6;
  }
}

.c-oneharmony {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  background-color: #7f4f21;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-oneharmony {
    padding: 48px 32px;
    margin-top: 32px;
  }
}
.c-oneharmony .container {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .c-oneharmony .container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-oneharmony .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container {
    width: 100%;
    display: block;
  }
}
.c-oneharmony .container .left-box {
  width: 35%;
  max-width: 450px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-oneharmony .container .left-box {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .left-box {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px 26px;
  }
}
.c-oneharmony .container .left-box .headings {
  width: 90%;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .left-box .headings {
    margin: 0 auto;
  }
}
.c-oneharmony .container .left-box .notice {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  padding: 4px 12px;
  margin-top: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .left-box .notice {
    text-align: center;
    margin: 0;
  }
}
.c-oneharmony .container .left-box .notice::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 132px;
  height: 12px;
  border: 1px solid #fff;
  border-bottom: none;
}
.c-oneharmony .container .left-box .notice::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 132px;
  height: 12px;
  border: 1px solid #fff;
  border-top: none;
}
.c-oneharmony .container .left-box .text1 {
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.666;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .left-box .text1 {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 0px;
  }
}
.c-oneharmony .container .left-box .image-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .left-box .image-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 12px;
  }
  .c-oneharmony .container .left-box .image-container img {
    width: 100%;
  }
}
.c-oneharmony .container .right-box {
  width: 65%;
  padding-left: 4.87vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-oneharmony .container .right-box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .right-box {
    width: 100%;
    padding: 0 24px;
    margin-top: 32px;
  }
}
.c-oneharmony .container .right-box .image-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .right-box .image-container {
    display: none;
  }
}
.c-oneharmony .container .right-box .image-container img {
  width: 100%;
}
.c-oneharmony .container .right-box ol {
  display: flex;
  gap: 24px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 34px;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .right-box ol {
    display: none;
  }
}
.c-oneharmony .container .right-box ol li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
}
.c-oneharmony .container .right-box ol li span {
  margin-left: 8px;
}
.c-oneharmony .container .right-box .button-area {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-oneharmony .container .right-box .button-area {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .c-oneharmony .container .right-box .button-area .c-button-normal {
    width: auto;
    padding: 0 16px;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    padding: 0 32px;
    gap: 16px 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination .item:hover {
    opacity: 0.6;
  }
}
.c-pagination .item a:not(.prev, .next, .current) {
  text-decoration: underline;
}
.c-pagination .item .current {
  font-size: 2.4rem;
  font-weight: bold;
}

.c-reservationForm {
  width: 1034px;
  background: #fafafa;
  box-shadow: 0 10px 30px rgba(112, 112, 112, 0.13);
  margin: 0 auto;
  padding: 1px;
  transform: translateY(-22px);
}
@media screen and (max-width: 767px) {
  .c-reservationForm {
    width: 100%;
    transform: unset;
    padding: 0;
  }
}
.c-reservationForm .headings-container {
  width: 100%;
  height: 56px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .headings-container {
    height: auto;
    position: relative;
  }
  .c-reservationForm .headings-container::after {
    content: url("/assets-static/images/common/icon-plus.svg");
    position: absolute;
    right: 16px;
    top: 18px;
  }
  .c-reservationForm .headings-container.is-open::after {
    content: url("/assets-static/images/common/icon-minus.svg");
    top: 12px;
  }
}
.c-reservationForm .headings-container .tab {
  width: 100%;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .headings-container .tab {
    width: 100%;
    height: 56px;
  }
}
.c-reservationForm .headings-container .tab.is-current {
  background: #000;
}
.c-reservationForm .headings-container .tab.is-current::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  transform: rotate(45deg);
}
.c-reservationForm .category-container {
  display: none;
}
.c-reservationForm .category-container.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .category-container {
    display: block;
  }
}
.c-reservationForm .category-container.-restaurant {
  width: 852px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .category-container.-restaurant {
    width: unset;
  }
}
.c-reservationForm .category-container .headings-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .category-container .headings-container {
    display: block;
  }
}
.c-reservationForm .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 30px 26px;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container {
    display: none;
    flex-direction: column;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container.-stay {
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container.-restaurant {
    background: #333;
  }
}
.c-reservationForm .search-container .condition {
  display: flex;
  align-items: flex-start;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition {
    width: 100%;
    background: #000;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1px;
  }
}
.c-reservationForm .search-container .condition .block-calendar {
  padding: 16px 18px 16px 24px;
  border-right: 1px solid #fafafa;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .block-calendar {
    width: calc(50% - 0.5px);
    padding: 16px 0;
    border-right: none;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .block-calendar.sp-wide {
    width: 100%;
  }
}
.c-reservationForm .search-container .condition .block-select {
  padding: 16px 24px;
  border-right: 1px solid #fafafa;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .block-select {
    width: calc(50% - 0.5px);
    padding: 16px;
    border-right: none;
    background: #fff;
  }
}
.c-reservationForm .search-container .condition .block-select:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .block-select.sp-wide {
    width: 100%;
  }
}
.c-reservationForm .search-container .condition .calendar-box {
  position: relative;
}
.c-reservationForm .search-container .condition .calendar-box::after {
  content: url("/assets-static/images/common/icon-calendar.svg");
  position: absolute;
  top: 14px;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .calendar-box::after {
    top: 13px;
    right: 4px;
  }
}
.c-reservationForm .search-container .condition .calendar-box .date {
  width: 150px;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .calendar-box .date {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
}
.c-reservationForm .search-container .condition .select-box {
  position: relative;
}
.c-reservationForm .search-container .condition .select-box::after {
  content: url("/assets-static/images/common/icon-angle-down.svg");
  position: absolute;
  right: 0;
  top: 14px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .select-box::after {
    top: 10px;
  }
}
.c-reservationForm .search-container .condition .select-box select {
  width: 72px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .select-box select {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 47%;
  }
}
.c-reservationForm .search-container .condition .select-box select.wide {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .select-box select.wide {
    width: 100%;
    padding: 0;
  }
}
.c-reservationForm .search-container .condition .select-box select.middle {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition .select-box select.middle {
    width: 100%;
  }
}
.c-reservationForm .search-container .condition label {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .condition label {
    text-align: center;
  }
}
.c-reservationForm .search-container .condition label.text-center {
  text-align: center;
}
.c-reservationForm .search-container .option {
  padding-right: 24px;
  border-right: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .option {
    padding-right: unset;
    border-right: none;
    margin-top: 16px;
    color: #fff;
  }
}
.c-reservationForm .search-container .option label {
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.c-reservationForm .search-container .option label:not(:first-of-type) {
  margin-top: 8px;
}
.c-reservationForm .search-container .option input[type=radio] {
  height: 24px;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.c-reservationForm .search-container .option input[type=radio]::before, .c-reservationForm .search-container .option input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 2px;
}
.c-reservationForm .search-container .option input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
}
.c-reservationForm .search-container .option input[type=radio]::after {
  background-color: #000;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 8px;
  top: 6px;
}
.c-reservationForm .search-container .option input[type=radio]:checked::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .button-area {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
}
.c-reservationForm .search-container .button-area .button-submit {
  width: 108px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 20px 8px 32px;
  position: relative;
  white-space: nowrap;
}
.c-reservationForm .search-container .button-area .button-submit::before {
  content: url("/assets-static/images/common/icon-angle-right-white.svg");
  position: absolute;
  left: 14px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .search-container .button-area .button-submit {
    background: #fff;
    color: #000;
  }
  .c-reservationForm .search-container .button-area .button-submit::before {
    content: url("/assets-static/images/common/icon-angle-right.svg");
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-reservationForm .search-container .button-area .button-submit:hover {
    opacity: 0.6;
  }
}
.c-reservationForm .links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 30px 26px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .links-container {
    display: none;
    padding: 0 40px 24px;
    flex-direction: column;
    background: #000;
    color: #fff;
    border: none;
  }
}
.c-reservationForm .links-container .links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .links-container .links {
    padding-top: 24px;
    border-top: 1px solid #3e3e3e;
  }
}
.c-reservationForm .links-container .links a {
  font-size: 1.4rem;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-reservationForm .links-container .links a:hover {
    opacity: 0.6;
  }
}
.c-reservationForm .links-container .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .links-container .tel {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #3e3e3e;
  }
}
.c-reservationForm .links-container .tel .notice {
  font-size: 1.4rem;
  padding: 8px;
  border: 1px solid #bcbcbc;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-reservationForm .links-container .tel .notice {
    border: 1px solid #3e3e3e;
  }
}
.c-reservationForm .links-container .tel .number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-reservationForm .links-container .tel .number-container .number {
  font-size: 3.2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .c-reservationForm .links-container .tel .number-container .number:hover {
    opacity: 0.6;
  }
}
.c-reservationForm .links-container .tel .number-container .tel-description {
  font-size: 1.4rem;
}

.c-reservationForm .category-container.-stay .tab {
  background: #000;
}
.c-reservationForm.stay-only .tab.-restaurant,
.c-reservationForm.stay-only .category-container.-restaurant {
  display: none;
}
.c-reservationForm.stay-only .headings-container .tab.is-current::after {
  display: none;
}
.c-reservationForm.restaurant-only .tab.-stay,
.c-reservationForm.restaurant-only .category-container.-stay {
  display: none;
}
.c-reservationForm.restaurant-only .tab.-restaurant {
  background: #000;
}
.c-reservationForm.restaurant-only .category-container.-restaurant .tab {
  background: #000;
}
.c-reservationForm.restaurant-only .category-container.-restaurant {
  display: block;
}
.c-reservationForm.restaurant-only .headings-container .tab.is-current::after {
  display: none;
}

.flatpickr-day {
  border-radius: 0 !important;
}

.flatpickr-day.selected {
  background: #000 !important;
  border-color: #000 !important;
}

.flatpickr-current-month {
  display: flex !important;
  justify-content: center !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  order: 2;
}

.flatpickr-current-month .numInputWrapper {
  position: relative !important;
  order: 1;
}

.c-section-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section-contact {
    display: block;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-contact {
    display: block;
    margin-top: 48px;
  }
}
.c-section-contact .contact-headings {
  flex-shrink: 0;
  color: #3a3a3a;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
  padding: 3vw 4vw 3vw 0;
  border-right: solid 1px #f3f3f3;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .c-section-contact .contact-headings {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section-contact .contact-headings {
    font-size: 2.4rem;
    padding-right: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-section-contact .contact-headings {
    font-size: 2.4rem;
    line-height: 1.33;
    padding: 0;
    border: none;
  }
}
.c-section-contact .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-left: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section-contact .container {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section-contact .container {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-top: 48px;
    margin-left: 0;
  }
}
.c-section-contact .container .title {
  color: #3a3a3a;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-contact .container .title {
    font-size: 1.6rem;
  }
}
.c-section-contact .container .title:not(:first-of-type) {
  margin-top: 40px;
}
.c-section-contact .container .tel {
  display: block;
  color: #3a3a3a;
  font-size: 4.8rem;
  margin-top: 30px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .c-section-contact .container .tel {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section-contact .container .tel {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-contact .container .tel {
    font-size: 4rem;
    margin-top: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-section-contact .container .tel:hover {
    opacity: 0.6;
  }
}

.c-section-news .container {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 102px auto 0;
  padding-bottom: 116px;
  border-bottom: 1px solid #F3F2EB;
}
@media screen and (max-width: 767px) {
  .c-section-news .container {
    width: 100%;
    display: block;
    margin-top: 56px;
    padding-bottom: 48px;
  }
}
.c-section-news .container .news-list {
  width: calc(100% - 270px);
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .c-section-news .container .news-list {
    width: 100%;
    padding-right: 0;
  }
}
.c-section-news .container .news-list .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-news .container .news-list .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.c-section-news .container .news-list .news-item:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-section-news .container .news-list .news-item:not(:first-of-type) {
    margin-top: 24px;
  }
}
.c-section-news .container .news-list .date {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-section-news .container .news-list .date {
    display: block;
  }
}
.c-section-news .container .news-list .title {
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-section-news .container .news-list .title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-section-news .container .news-list .title:hover {
    opacity: 0.6;
  }
}
.c-section-news .container .button-area {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .c-section-news .container .button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
}

.p-amenity__detail .content * + *,
.p-plan__detail .content * + *,
.p-recruit__jobDetail .content * + *,
.p-news__detail .content * + *,
.l-article__detail .content * + *,
.p-report__detail .content * + * {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content * + *,
  .p-plan__detail .content * + *,
  .p-recruit__jobDetail .content * + *,
  .p-news__detail .content * + *,
  .l-article__detail .content * + *,
  .p-report__detail .content * + * {
    margin-top: 24px;
  }
}
.p-amenity__detail .content p,
.p-plan__detail .content p,
.p-recruit__jobDetail .content p,
.p-news__detail .content p,
.l-article__detail .content p,
.p-report__detail .content p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-amenity__detail .content h3,
.p-plan__detail .content h3,
.p-recruit__jobDetail .content h3,
.p-news__detail .content h3,
.l-article__detail .content h3,
.p-report__detail .content h3 {
  font-size: 2.8rem;
  padding: 8px 48px;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content h3,
  .p-plan__detail .content h3,
  .p-recruit__jobDetail .content h3,
  .p-news__detail .content h3,
  .l-article__detail .content h3,
  .p-report__detail .content h3 {
    line-height: 1.4;
    padding: 8px 24px;
  }
}
.p-amenity__detail .content h4,
.p-plan__detail .content h4,
.p-recruit__jobDetail .content h4,
.p-news__detail .content h4,
.l-article__detail .content h4,
.p-report__detail .content h4 {
  font-size: 2.4rem;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content h4,
  .p-plan__detail .content h4,
  .p-recruit__jobDetail .content h4,
  .p-news__detail .content h4,
  .l-article__detail .content h4,
  .p-report__detail .content h4 {
    line-height: 1.4;
  }
}
.p-amenity__detail .content table,
.p-plan__detail .content table,
.p-recruit__jobDetail .content table,
.p-news__detail .content table,
.l-article__detail .content table,
.p-report__detail .content table {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content table,
  .p-plan__detail .content table,
  .p-recruit__jobDetail .content table,
  .p-news__detail .content table,
  .l-article__detail .content table,
  .p-report__detail .content table {
    margin-top: 24px;
  }
}
.p-amenity__detail .content table td,
.p-plan__detail .content table td,
.p-recruit__jobDetail .content table td,
.p-news__detail .content table td,
.l-article__detail .content table td,
.p-report__detail .content table td {
  font-size: 1.8rem;
  font-weight: normal;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  border-left: none;
  border-right: none;
  padding: 16px;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content table td,
  .p-plan__detail .content table td,
  .p-recruit__jobDetail .content table td,
  .p-news__detail .content table td,
  .l-article__detail .content table td,
  .p-report__detail .content table td {
    display: block;
    margin-top: unset;
  }
}
.p-amenity__detail .content table td:first-of-type,
.p-plan__detail .content table td:first-of-type,
.p-recruit__jobDetail .content table td:first-of-type,
.p-news__detail .content table td:first-of-type,
.l-article__detail .content table td:first-of-type,
.p-report__detail .content table td:first-of-type {
  padding-right: 32px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content table td:first-of-type,
  .p-plan__detail .content table td:first-of-type,
  .p-recruit__jobDetail .content table td:first-of-type,
  .p-news__detail .content table td:first-of-type,
  .l-article__detail .content table td:first-of-type,
  .p-report__detail .content table td:first-of-type {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-amenity__detail .content table td:not(:first-of-type),
.p-plan__detail .content table td:not(:first-of-type),
.p-recruit__jobDetail .content table td:not(:first-of-type),
.p-news__detail .content table td:not(:first-of-type),
.l-article__detail .content table td:not(:first-of-type),
.p-report__detail .content table td:not(:first-of-type) {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content table td:not(:first-of-type),
  .p-plan__detail .content table td:not(:first-of-type),
  .p-recruit__jobDetail .content table td:not(:first-of-type),
  .p-news__detail .content table td:not(:first-of-type),
  .l-article__detail .content table td:not(:first-of-type),
  .p-report__detail .content table td:not(:first-of-type) {
    width: 100%;
    font-size: 1.4rem;
    border-top: none;
    padding-top: 8px;
  }
}
.p-amenity__detail .content ul, .p-amenity__detail .content ol,
.p-plan__detail .content ul,
.p-plan__detail .content ol,
.p-recruit__jobDetail .content ul,
.p-recruit__jobDetail .content ol,
.p-news__detail .content ul,
.p-news__detail .content ol,
.l-article__detail .content ul,
.l-article__detail .content ol,
.p-report__detail .content ul,
.p-report__detail .content ol {
  line-height: 1.71;
  list-style-type: disc;
  padding-left: 1em;
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-amenity__detail .content ul li + li, .p-amenity__detail .content ol li + li,
.p-plan__detail .content ul li + li,
.p-plan__detail .content ol li + li,
.p-recruit__jobDetail .content ul li + li,
.p-recruit__jobDetail .content ol li + li,
.p-news__detail .content ul li + li,
.p-news__detail .content ol li + li,
.l-article__detail .content ul li + li,
.l-article__detail .content ol li + li,
.p-report__detail .content ul li + li,
.p-report__detail .content ol li + li {
  margin-top: 4px;
}
.p-amenity__detail .content ul ul, .p-amenity__detail .content ul ol, .p-amenity__detail .content ol ul, .p-amenity__detail .content ol ol,
.p-plan__detail .content ul ul,
.p-plan__detail .content ul ol,
.p-plan__detail .content ol ul,
.p-plan__detail .content ol ol,
.p-recruit__jobDetail .content ul ul,
.p-recruit__jobDetail .content ul ol,
.p-recruit__jobDetail .content ol ul,
.p-recruit__jobDetail .content ol ol,
.p-news__detail .content ul ul,
.p-news__detail .content ul ol,
.p-news__detail .content ol ul,
.p-news__detail .content ol ol,
.l-article__detail .content ul ul,
.l-article__detail .content ul ol,
.l-article__detail .content ol ul,
.l-article__detail .content ol ol,
.p-report__detail .content ul ul,
.p-report__detail .content ul ol,
.p-report__detail .content ol ul,
.p-report__detail .content ol ol {
  list-style-type: circle;
}
.p-amenity__detail .content .price-member,
.p-plan__detail .content .price-member,
.p-recruit__jobDetail .content .price-member,
.p-news__detail .content .price-member,
.l-article__detail .content .price-member,
.p-report__detail .content .price-member {
  color: #A20000;
}

.l-modal-container .inner ul:not(.shoplist) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-modal-container .inner ul:not(.shoplist) {
    margin-top: 16px;
  }
}
.l-modal-container .inner ul:not(.shoplist) li {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-modal-container .inner ul:not(.shoplist) li {
    font-size: 1.2rem;
  }
}
.l-modal-container .inner ul:not(.shoplist) li:not(:first-of-type) {
  margin-top: 12px;
}
.l-modal-container .inner ul:not(.shoplist) li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.c-slider {
  width: 100%;
  margin-top: 0;
  visibility: hidden;
  height: 0;
}
.c-slider.is-active {
  margin-top: 64px;
  visibility: visible;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-slider.is-active {
    margin-top: 32px;
  }
}
.c-slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .c-slider .slide {
    padding: 0 20px;
  }
}
.c-slider .slide img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider .slide .title {
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-slider .slide .title {
    font-size: 1.3rem;
    line-height: 1.84;
    margin-top: 16px;
  }
}
.c-slider .slide .title.text-gold {
  color: #B29B19;
  font-weight: bold;
}
.c-slider .slide .period {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.71;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-slider .slide .period {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}
.c-slider .slide .description {
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-slider .slide .description {
    font-size: 1.2rem;
    line-height: 1.71;
    margin-top: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-slider a.slide:hover {
    opacity: 0.6;
  }
}

.c-slider.js-slider-disable .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.c-slider.js-slider-disable .slide {
  width: calc(25% - 32px);
}

.c-switchTab ol {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}
.c-switchTab ol.-rows {
  flex-wrap: wrap;
}
.c-switchTab ol li {
  width: 160px;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 4px solid #e2e2e2;
  cursor: pointer;
}
.c-switchTab ol li.is-current {
  border-bottom: 4px solid #000;
}
@media (hover: hover) and (pointer: fine) {
  .c-switchTab ol li:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-switchTab .select-box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 36px auto 0;
    padding: 0 32px;
    border-bottom: solid 2px #000;
    position: relative;
  }
  .c-switchTab .select-box::after {
    content: url("/assets-static/images/common/icon-angle-down.svg");
    position: absolute;
    top: 0;
    right: 8px;
  }
  .c-switchTab select {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding-bottom: 8px;
    outline: none;
  }
}
.c-switchTab.category-select ol li {
  padding-bottom: 0;
}
.c-switchTab.category-select ol li a {
  display: block;
  padding-bottom: 14px;
}

.p-access__fv {
  padding: 0 16px;
  margin-top: 16px;
}
.p-access__fv iframe {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .p-access__fv iframe {
    height: 320px;
  }
}

.p-access__sec1 {
  margin-top: 72px;
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .p-access__sec1 {
    margin-top: 48px;
    padding-bottom: 48px;
  }
}
.p-access__sec1 .container {
  display: none;
  margin-top: 48px;
}
.p-access__sec1 .container.is-active {
  display: block;
}
.p-access__sec1 .container .wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-access__sec1 .container .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.p-access__sec1 .container .wrapper:not(:first-of-type) {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .wrapper:not(:first-of-type) {
    margin-top: 64px;
  }
}
.p-access__sec1 .container .wrapper .image-box {
  width: 55%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-access__sec1 .container .wrapper .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .wrapper .image-box {
    width: 100%;
  }
}
.p-access__sec1 .container .wrapper .image-box img {
  width: 100%;
}
.p-access__sec1 .container .wrapper .text-box {
  width: 45%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-access__sec1 .container .wrapper .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .wrapper .text-box {
    width: 100%;
  }
}
.p-access__sec1 .container .wrapper .block:not(:first-of-type) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .wrapper .block:not(:first-of-type) {
    margin-top: 32px;
  }
}
.p-access__sec1 .container .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
}
.p-access__sec1 .container .text2 {
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .text2 {
    margin-top: 8px;
  }
}
.p-access__sec1 .container .text-align-right {
  line-height: 2;
  text-align: right;
  margin-top: 8px;
}
.p-access__sec1 .container .detail {
  width: 100%;
  margin-top: 32px;
}
.p-access__sec1 .container .detail th, .p-access__sec1 .container .detail td {
  font-size: 1.8rem;
  line-height: 1.77;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .detail th, .p-access__sec1 .container .detail td {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-access__sec1 .container .detail th {
  width: 112px;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-access__sec1 .container .detail th {
    width: 96px;
  }
}

.wp-block-table td,
.wp-block-table th {
  border: unset !important;
}

.p-activities__sec1 {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 {
    margin-top: 40px;
    padding-bottom: 64px;
  }
}
.p-activities__sec1 .notice {
  margin-top: 56px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .notice {
    text-align: left;
  }
}
.p-activities__sec1 .container {
  display: none;
  margin-top: 80px;
  padding: 0 12.5vw;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container {
    margin-top: 40px;
    padding: 0;
  }
}
.p-activities__sec1 .container.is-active {
  display: block;
}
.p-activities__sec1 .container .item:not(:first-of-type) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-activities__sec1 .container .item p {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item p {
    font-size: 1.4rem;
    line-height: 2.28;
  }
}
.p-activities__sec1 .container .item a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-activities__sec1 .container .item a:hover {
    opacity: 0.6;
  }
}
.p-activities__sec1 .container .item .title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item .title {
    font-size: 1.8rem;
  }
}
.p-activities__sec1 .container .item .category {
  font-size: 1.4rem;
  color: #7B7B7B;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item .category {
    font-size: 1.2rem;
  }
}
.p-activities__sec1 .container .item table {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item table {
    margin-top: 24px;
  }
}
.p-activities__sec1 .container .item table td {
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item table td {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-activities__sec1 .container .item table td:first-of-type {
  padding: 12px 0 12px 24px;
  border-left: 1px solid #E2E2E2 !important;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item table td:first-of-type {
    padding: 10px 0 10px 16px;
  }
}
.p-activities__sec1 .container .item table td:first-of-type::after {
  content: "：";
  position: absolute;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item table td:first-of-type::after {
    right: -22px;
  }
}
.p-activities__sec1 .container .item table td:not(:first-of-type) {
  padding: 12px 0 12px 32px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item table td:not(:first-of-type) {
    padding: 10px 0 10px 32px;
  }
}
.p-activities__sec1 .container .item table tr:last-of-type td {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-activities__sec1 .container .item table tr:last-of-type td {
    padding-bottom: 10px;
  }
}

.p-amenity__index {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-amenity__index {
    margin-top: 40px;
  }
}
.p-amenity__index .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-amenity__index .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.p-amenity__index .amenity-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 56px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-amenity__index .amenity-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-top: 40px;
  }
}
.p-amenity__index .amenity-container .item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-amenity__index .amenity-container .item:hover {
    opacity: 0.6;
  }
}
.p-amenity__index .amenity-container .name {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-amenity__index .amenity-container .name {
    font-size: 1.4rem;
  }
}
.p-amenity__index .amenity-container .category {
  color: #7B7B7B;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-amenity__index .amenity-container .category {
    font-size: 1.2rem;
  }
}

.p-amenity__detail {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #F2F2F2;
  margin-top: 16px;
  border-top: 1px solid #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-amenity__detail .title {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .title {
    font-size: 2.8rem;
  }
}
.p-amenity__detail .category {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 8px 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .category {
    padding: 8px 16px;
    margin-top: 16px;
  }
}
.p-amenity__detail .content {
  margin-top: 32px;
}
.p-amenity__detail .content a:not(.c-textLink-normal) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-amenity__detail .content a:not(.c-textLink-normal):hover {
    opacity: 0.6;
  }
}
.p-amenity__detail .content p {
  font-size: 1.8rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-amenity__detail .content .image-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content .image-box {
    display: block;
  }
}
.p-amenity__detail .content .image-box img {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .content .image-box img {
    width: 100%;
  }
  .p-amenity__detail .content .image-box img:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-amenity__detail .feature-container {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .feature-container {
    margin-top: 40px;
  }
}
.p-amenity__detail .feature-container ul {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .feature-container ul {
    margin-top: 24px;
  }
}
.p-amenity__detail .feature-container ul li {
  font-size: 2.4rem;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .feature-container ul li {
    font-size: 1.8rem;
    padding-left: 24px;
  }
}
.p-amenity__detail .feature-container ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.p-amenity__detail .feature-container ul li:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .feature-container ul li:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-amenity__detail .feature-container ul li .detail {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 8px;
}
.p-amenity__detail .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-amenity__detail .link-area {
    margin-top: 48px;
  }
}

.p-banquet__sec1 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec1 {
    margin-top: 56px;
  }
}
.p-banquet__sec1 .lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec1 .lead {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-banquet__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
}

.p-banquet__sec2 {
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec2 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-banquet__sec2 .c-slider {
    margin-top: 64px;
  }
}
.p-banquet__sec2 .background-layer {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 0;
  background: rgba(247, 247, 247, 0.3);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec2 .background-layer {
    display: none;
  }
}
.p-banquet__sec2 .banner-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec2 .banner-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 64px;
  }
}
.p-banquet__sec2 .banner-container .item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec2 .banner-container .item {
    width: 100%;
    padding: 0 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-banquet__sec2 .banner-container .item:hover {
    opacity: 0.6;
  }
}
.p-banquet__sec2 .banner-container .item img {
  width: 100%;
}
.p-banquet__sec2 .banner-container .item .text1 {
  margin-top: 8px;
  text-align: center;
}

.p-banquet__sec3 {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec3 {
    margin-top: 64px;
    overflow: hidden;
  }
}
.p-banquet__sec3 .container {
  width: 95%;
  margin: 90px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 48px 32px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec3 .container {
    width: 100%;
    padding: 0 16px;
    gap: 24px;
  }
}
.p-banquet__sec3 .container .item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .p-banquet__sec3 .container .item {
    width: 100%;
  }
}
.p-banquet__sec3 .container .item img {
  width: 100%;
}
.p-banquet__sec3 .container .item .caption {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec3 .container .item .caption {
    margin-top: 12px;
  }
}
.p-banquet__sec3 .container .item .caption::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
.p-banquet__sec3 .container .item .caption .text1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec3 .container .item .caption .text1 {
    font-size: 1.6rem;
  }
}
.p-banquet__sec3 .container .item .caption .text2 {
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-banquet__sec3 .container .item:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-banquet__sec3 .container .item:hover .caption::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}
.p-banquet__sec3 .container .item .description {
  line-height: 1.68;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec3 .container .item .description {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 16px;
  }
}

.p-banquet__sec4 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec4 {
    margin-top: 80px;
  }
}
.p-banquet__sec4 .chart-container {
  width: 100%;
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec4 .chart-container {
    margin-top: 56px;
    padding: 0 16px;
    overflow-x: scroll;
  }
}
.p-banquet__sec4 .chart-container .link-area {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec4 .chart-container .link-area {
    display: none;
  }
}
.p-banquet__sec4 .chart-container .link-pdf {
  text-decoration: underline;
  position: relative;
}
.p-banquet__sec4 .chart-container .link-pdf::after {
  content: url("/assets-static/images/common/icon-pdf.png");
  position: absolute;
  top: 0;
  right: -28px;
}
@media (hover: hover) and (pointer: fine) {
  .p-banquet__sec4 .chart-container .link-pdf:hover {
    opacity: 0.6;
  }
}
.p-banquet__sec4 .chart {
  width: 95%;
  max-width: 1440px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec4 .chart {
    width: 1170px;
    margin-top: 16px;
  }
}
.p-banquet__sec4 .chart th {
  background-color: #fafafa;
}
.p-banquet__sec4 .chart th,
.p-banquet__sec4 .chart td {
  width: 80px;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec4 .chart th,
  .p-banquet__sec4 .chart td {
    width: 92px;
    padding: 16px 0;
    font-size: 1.3rem;
  }
}
.p-banquet__sec4 .chart th.cell-large,
.p-banquet__sec4 .chart td.cell-large {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec4 .chart th.cell-large,
  .p-banquet__sec4 .chart td.cell-large {
    width: 142px;
  }
}
.p-banquet__sec4 .chart th.cell-price,
.p-banquet__sec4 .chart td.cell-price {
  width: 160px;
}
.p-banquet__sec4 .chart th.align-left,
.p-banquet__sec4 .chart td.align-left {
  text-align: left;
  padding-left: 8px;
}
.p-banquet__sec4 .chart td a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-banquet__sec4 .chart td a:hover {
    opacity: 0.6;
  }
}

.p-banquet__sec5 {
  margin-top: 174px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec5 {
    margin-top: 80px;
  }
}

.p-banquet__sec6 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 {
    margin-top: 72px;
  }
}
.p-banquet__sec6 .image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 .image-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
.p-banquet__sec6 .image-container img {
  width: 100%;
}
.p-banquet__sec6 .comment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-banquet__sec6 .comment-container {
    flex-direction: column;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 .comment-container {
    flex-direction: column;
    margin-top: 48px;
  }
}
.p-banquet__sec6 .comment-container .text-box {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-banquet__sec6 .comment-container .text-box {
    order: 2;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 .comment-container .text-box {
    order: 2;
    margin-top: 24px;
  }
}
.p-banquet__sec6 .comment-container .text-box .text1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-banquet__sec6 .comment-container .text-box .text1 {
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 .comment-container .text-box .text1 {
    font-size: 1.6rem;
    padding-right: unset;
  }
}
.p-banquet__sec6 .comment-container .text-box .text2 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 24px;
  padding-right: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-banquet__sec6 .comment-container .text-box .text2 {
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 .comment-container .text-box .text2 {
    font-size: 1.6rem;
    padding-right: unset;
  }
}
.p-banquet__sec6 .comment-container .image-box {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-banquet__sec6 .comment-container .image-box {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-banquet__sec6 .comment-container .image-box {
    order: 1;
  }
}
.p-banquet__sec6 .comment-container .image-box img {
  width: 100%;
}

.p-breakfast__sec1 {
  margin-top: 16px;
  border-top: 1px solid #F0F0F0;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec1 {
    padding-top: 56px;
  }
}
.p-breakfast__sec1 .lead {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec1 .lead {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}

.p-breakfast__sec2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 {
    margin-top: 56px;
    padding-bottom: 80px;
  }
}
.p-breakfast__sec2 .restaurant-container:not(:first-of-type) {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container:not(:first-of-type) {
    margin-top: 80px;
  }
}
.p-breakfast__sec2 .restaurant-container img {
  display: block;
  margin: 0 auto;
}
.p-breakfast__sec2 .restaurant-container .time {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container .time {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.p-breakfast__sec2 .restaurant-container .description {
  line-height: 1.5;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container .description {
    font-size: 1.4rem;
    line-height: 2.28;
    text-align: left;
  }
}
.p-breakfast__sec2 .restaurant-container .image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container .image-box {
    flex-direction: column;
    gap: 24px;
  }
}
.p-breakfast__sec2 .restaurant-container .image-box .item {
  width: calc(33.3333333333% - 32px);
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container .image-box .item {
    width: 100%;
    padding: 0 40px;
  }
}
.p-breakfast__sec2 .restaurant-container .image-box .item img {
  width: 100%;
}
.p-breakfast__sec2 .restaurant-container .image-box .item .caption {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container .image-box .item .caption {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.p-breakfast__sec2 .restaurant-container .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .restaurant-container .link-area {
    margin-top: 32px;
  }
}
.p-breakfast__sec2 .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-breakfast__sec2 .link-area {
    margin-top: 80px;
  }
}

.p-children__sec1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-children__sec1 {
    margin-top: 40px;
  }
}
.p-children__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-children__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.p-children__sec1 .text1 .important {
  color: #5F0000;
}

.p-children__sec2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-children__sec2 {
    margin-top: 64px;
  }
}
.p-children__sec2 .container:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-children__sec2 .container:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-children__sec2 .container .headings {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-children__sec2 .container .headings {
    font-size: 2rem;
  }
}
.p-children__sec2 .container .image-box {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-children__sec2 .container .image-box {
    display: block;
  }
}
.p-children__sec2 .container .image-box img {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .p-children__sec2 .container .image-box img {
    width: 100%;
  }
  .p-children__sec2 .container .image-box img:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-children__sec2 .container .description {
  line-height: 1.875;
  margin-top: 8px;
}
.p-children__sec2 .container .notice {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 8px;
}

.p-children__sec3 {
  margin-top: 120px;
  padding-bottom: 80px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 {
    margin-top: 80px;
  }
}
.p-children__sec3 .text-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .text-container {
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }
}
.p-children__sec3 .text-container .text-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .text-container .text-box {
    width: 100%;
    order: 2;
  }
}
.p-children__sec3 .text-container .text-box .text1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .text-container .text-box .text1 {
    font-size: 1.6rem;
  }
}
.p-children__sec3 .text-container .text-box .text2 {
  line-height: 1.875;
}
.p-children__sec3 .text-container .text-box li {
  line-height: 1.875;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .text-container .text-box li {
    padding-left: 16px;
  }
}
.p-children__sec3 .text-container .text-box li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .text-container .text-box li::before {
    left: -4px;
  }
}
.p-children__sec3 .text-container .text-box li:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .text-container .text-box li:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-children__sec3 .container .image-box {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .container .image-box {
    display: block;
  }
}
.p-children__sec3 .container .image-box img {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .container .image-box img {
    width: 100%;
  }
  .p-children__sec3 .container .image-box img:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-children__sec3 .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-children__sec3 .link-area {
    margin-top: 80px;
  }
}

.p-company__sec1 {
  margin-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-company__sec1 {
    margin-top: 48px;
  }
}
.p-company__sec1 .company-info {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__sec1 .company-info {
    width: 100%;
  }
}
.p-company__sec1 .company-info th, .p-company__sec1 .company-info td {
  font-size: 1.8rem;
  line-height: 1.77;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  .p-company__sec1 .company-info th, .p-company__sec1 .company-info td {
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 16px;
  }
}
.p-company__sec1 .company-info th {
  width: 192px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-company__sec1 .company-info th {
    width: 96px;
  }
}

.p-csr__fv {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-csr__fv {
    margin-top: 24px;
  }
}
.p-csr__fv img {
  width: 100%;
}
.p-csr__fv .lead {
  font-size: 1.8rem;
  line-height: 2.33;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-csr__fv .lead {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left;
    margin-top: 32px;
  }
}

.p-csr__sec1 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec1 {
    margin-top: 48px;
  }
}
.p-csr__sec1 .container {
  background: rgba(252, 247, 240, 0.35);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  padding: 48px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec1 .container {
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 32px 6vw;
    margin-top: 16px;
  }
}
.p-csr__sec1 .container .image-box {
  width: 195px;
  flex-shrink: 0;
}
.p-csr__sec1 .container .image-box img {
  width: 100%;
}
.p-csr__sec1 .container .text-box .text1 {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-csr__sec1 .container .text-box .text1 {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-csr__sec1 .container .text-box .text2 {
  line-height: 2;
  text-align: right;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec1 .container .text-box .text2 {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 24px;
  }
}

.p-csr__sec2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 48px;
  margin-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec2 {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 64px;
  }
}
.p-csr__sec2 .image-box {
  margin-top: 8px;
  position: relative;
}
.p-csr__sec2 .image-box img {
  width: 100%;
}
.p-csr__sec2 .image-box .sdgs-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec2 .image-box .sdgs-box {
    width: 100%;
    max-width: 296px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
  }
  .p-csr__sec2 .image-box .sdgs-box.narrow {
    max-width: 224px;
  }
}
.p-csr__sec2 .image-box .sdgs-box img {
  width: 4vw;
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec2 .image-box .sdgs-box img {
    width: 64px;
  }
}
.p-csr__sec2 .effort-list {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-csr__sec2 .effort-list {
    margin-top: 144px;
  }
  .p-csr__sec2 .effort-list.narrow {
    margin-top: 80px;
  }
}
.p-csr__sec2 .effort-list li {
  line-height: 2;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-csr__sec2 .effort-list li {
    font-size: 1.4rem;
    line-height: 2.14;
    padding-left: 16px;
  }
}
.p-csr__sec2 .effort-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-csr__sec2 .effort-list li a {
  text-decoration: underline;
}

.p-csr__headings {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-csr__headings {
    font-size: 1.8rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-csr__headings.sp-padding {
    padding-left: 6vw;
  }
}

.p-effort__sdgsBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .p-effort__sdgsBox {
    width: 100%;
    max-width: 296px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
  }
  .p-effort__sdgsBox.narrow {
    max-width: 224px;
  }
}

.p-effort__sec {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-effort__sec {
    display: block;
    margin-top: 40px;
  }
}
.p-effort__sec.first {
  margin-top: 144px;
}
@media screen and (max-width: 767px) {
  .p-effort__sec.first {
    margin-top: 192px;
  }
  .p-effort__sec.first.narrow {
    margin-top: 120px;
  }
}
.p-effort__sec.last {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-effort__sec.last {
    padding-bottom: 40px;
  }
}
.p-effort__sec .effort-headings {
  width: 17.5vw;
  min-width: 240px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.77;
  padding-right: 48px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-headings {
    width: 100%;
    min-width: unset;
    padding-right: unset;
  }
}
.p-effort__sec .effort-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content {
    margin-top: 16px;
  }
}
.p-effort__sec .effort-content * + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content * + * {
    margin-top: 16px;
  }
}
.p-effort__sec .effort-content a {
  text-decoration: underline;
}
.p-effort__sec .effort-content img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-effort__sec .effort-content .image-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content .image-box {
    flex-direction: column;
    gap: 8px;
  }
}
.p-effort__sec .effort-content .image-box img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content .image-box img {
    width: 100%;
  }
}
.p-effort__sec .effort-content .image-box .caption {
  width: 100%;
  line-height: 2;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content .image-box .caption {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.p-effort__sec .effort-content .text {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content .text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-effort__sec .effort-content .text-small {
  line-height: 2;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-effort__sec .effort-content .text-small {
    font-size: 1.2rem;
    padding-left: 16px;
  }
}
.p-effort__sec .effort-content .text-small::before {
  content: "※";
  position: absolute;
  left: 0;
}

.p-facilities__sec1 {
  margin-top: 80px;
}
.p-facilities__sec1 .floormap-container {
  min-width: 1080px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  margin-top: 48px;
  padding: 0 56px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container {
    display: block;
    min-width: unset;
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
}
.p-facilities__sec1 .floormap-container .image-box {
  width: 504px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .image-box {
    width: 100%;
  }
}
.p-facilities__sec1 .floormap-container .image-box img {
  width: 100%;
}
.p-facilities__sec1 .floormap-container .text-box {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box {
    margin-top: 24px;
  }
}
.p-facilities__sec1 .floormap-container .text-box .box {
  border-top: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .box {
    border-top: 1px solid #f3f3f3;
  }
}
.p-facilities__sec1 .floormap-container .text-box .box:last-of-type {
  border-bottom: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .box:last-of-type {
    border-bottom: 1px solid #f3f3f3;
  }
}
.p-facilities__sec1 .floormap-container .text-box .box.box1 {
  height: 382px;
  padding: 89px 16px;
}
.p-facilities__sec1 .floormap-container .text-box .box.box2 {
  height: 128px;
  padding: 36px 16px;
}
.p-facilities__sec1 .floormap-container .text-box .box.box3 {
  height: 95px;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .box.box1, .p-facilities__sec1 .floormap-container .text-box .box.box2, .p-facilities__sec1 .floormap-container .text-box .box.box3 {
    height: auto;
    padding: 24px 16px;
  }
}
.p-facilities__sec1 .floormap-container .text-box .box a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-facilities__sec1 .floormap-container .text-box .box a:hover {
    opacity: 0.6;
  }
}
.p-facilities__sec1 .floormap-container .text-box .roomlist {
  margin-top: 16px;
}
.p-facilities__sec1 .floormap-container .text-box .roomlist th {
  width: 64px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .roomlist th {
    width: 48px;
    font-size: 1.4rem;
  }
}
.p-facilities__sec1 .floormap-container .text-box .roomlist td {
  line-height: 2;
  padding-left: 16px;
  border-left: 1px solid #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .roomlist td {
    font-size: 1.4rem;
  }
}
.p-facilities__sec1 .floormap-container .text-box .floor {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .floor {
    font-size: 1.6rem;
  }
}
.p-facilities__sec1 .floormap-container .text-box .list {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floormap-container .text-box .list {
    font-size: 1.4rem;
    line-height: 2.28;
    margin-top: 16px;
  }
}
.p-facilities__sec1 .floordetail-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 56px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floordetail-container {
    gap: 32px 16px;
    padding: 0;
    margin-top: 40px;
  }
}
.p-facilities__sec1 .floordetail-container .item {
  width: calc(25% - 24px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floordetail-container .item {
    width: calc(50% - 8px);
  }
}
.p-facilities__sec1 .floordetail-container .item img {
  width: 100%;
}
.p-facilities__sec1 .floordetail-container .item .floor {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec1 .floordetail-container .item .floor {
    font-size: 1.4rem;
  }
}
.p-facilities__sec1 .floordetail-container .item .floor::after {
  content: url("/assets-static/images/common/icon-zoom.svg");
  margin-left: 8px;
  position: absolute;
  top: -2px;
}
@media (hover: hover) and (pointer: fine) {
  .p-facilities__sec1 .floordetail-container .item:hover {
    opacity: 0.6;
  }
}

.p-facilities__sec2 {
  margin-top: 80px;
}
.p-facilities__sec2 .facilities-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec2 .facilities-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-facilities__sec2 .facilities-container .item img {
  width: 100%;
}
.p-facilities__sec2 .facilities-container .item .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec2 .facilities-container .item .wrapper {
    align-items: flex-start;
    gap: 8px;
  }
}
.p-facilities__sec2 .facilities-container .item .wrapper .floor {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec2 .facilities-container .item .wrapper .floor {
    font-size: 2rem;
    line-height: 1.77;
  }
}
.p-facilities__sec2 .facilities-container .item .wrapper .name {
  font-size: 2rem;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec2 .facilities-container .item .wrapper .name {
    font-size: 1.8rem;
    line-height: 1.77;
    padding-right: unset;
  }
}
.p-facilities__sec2 .facilities-container .item .wrapper::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 34px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
.p-facilities__sec2 .facilities-container .item .description {
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-facilities__sec2 .facilities-container .item .description {
    font-size: 1.4rem;
    line-height: 2.28;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-facilities__sec2 .facilities-container .item:hover .wrapper::after {
    animation: arrow_progressing 1s infinite;
    transform-origin: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-facilities__sec2 .facilities-container .item:hover {
    opacity: 0.6;
  }
}

.p-facilities__detail {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail {
    margin-top: 72px;
  }
}
.p-facilities__detail .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.p-facilities__detail .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .image-container {
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
  }
}
.p-facilities__detail .image-container img {
  width: calc(33.3333333333% - 38px);
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .image-container img {
    width: 100%;
  }
}
.p-facilities__detail .detail-container {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5.5vw;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container {
    width: 100%;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.p-facilities__detail .detail-container .text-bold {
  font-weight: bold;
  margin-left: 2rem;
}
.p-facilities__detail .detail-container .notice {
  font-size: 1.4rem;
  line-height: 2.28;
  padding-left: 16px;
  position: relative;
}
.p-facilities__detail .detail-container .notice::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p-facilities__detail .detail-container .text-box {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container .text-box {
    width: 100%;
  }
}
.p-facilities__detail .detail-container .text-box .shop-detail {
  width: 100%;
}
.p-facilities__detail .detail-container .text-box .shop-detail th,
.p-facilities__detail .detail-container .text-box .shop-detail td {
  font-weight: normal;
  line-height: 1.77;
  padding: 16px;
  border-top: 1px solid #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container .text-box .shop-detail th,
  .p-facilities__detail .detail-container .text-box .shop-detail td {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
.p-facilities__detail .detail-container .text-box .shop-detail tr:last-of-type th,
.p-facilities__detail .detail-container .text-box .shop-detail tr:last-of-type td {
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container .text-box .shop-detail tr:last-of-type th {
    border-bottom: none;
  }
}
.p-facilities__detail .detail-container .text-box .shop-detail th {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container .text-box .shop-detail th {
    font-size: 1.6rem;
    width: 100%;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container .text-box .shop-detail td {
    font-size: 1.4rem;
    border-top: none;
    padding-top: 0;
  }
}
.p-facilities__detail .detail-container .text-box .shop-detail td a:not([href^=tel]) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-facilities__detail .detail-container .text-box .shop-detail td a:not([href^=tel]):hover {
    opacity: 0.6;
  }
}
.p-facilities__detail .detail-container .image-box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .detail-container .image-box {
    width: 100%;
  }
}
.p-facilities__detail .detail-container .image-box img {
  width: 100%;
}
.p-facilities__detail .detail-container.wide {
  width: 100%;
}
.p-facilities__detail .detail-container.wide .text-box {
  width: 100%;
}
.p-facilities__detail .products-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .products-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-top: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-facilities__detail .products-container .item:hover {
    opacity: 0.6;
  }
}
.p-facilities__detail .products-container .item img {
  width: 100%;
}
.p-facilities__detail .products-container .item .name {
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .products-container .item .name {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.p-facilities__detail .link-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-facilities__detail .link-area {
    margin-top: 56px;
  }
}

.p-faq__fv {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.p-faq__sec {
  width: 100%;
  max-width: 1440px;
  margin: 104px auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq__sec {
    margin-top: 72px;
  }
}
.p-faq__sec.-children {
  max-width: unset;
  margin-top: 24px;
}
.p-faq__sec.last {
  padding-bottom: 80px;
}
.p-faq__sec .columns-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .columns-container {
    display: block;
  }
}
.p-faq__sec .columns-container .subLinks-container {
  width: 12vw;
  flex-shrink: 0;
  position: sticky;
  top: 84px;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .columns-container .subLinks-container {
    width: 100%;
    position: unset;
  }
}
.p-faq__sec .columns-container .subLinks-container a {
  font-size: 1.4rem;
  line-height: 1.71;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-faq__sec .columns-container .subLinks-container a:hover {
    opacity: 0.6;
  }
}
.p-faq__sec .columns-container .subLinks-container li + li {
  margin-top: 16px;
}
.p-faq__sec .columns-container .subSection-container {
  width: 100%;
}
.p-faq__sec .columns-container .headings-subSec {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .columns-container .headings-subSec {
    margin-top: 40px;
  }
}
.p-faq__sec .columns-container .headings-subSec::before {
  content: "●";
  font-size: 1.2rem;
  margin-right: 8px;
}
.p-faq__sec .columns-container .headings-subSec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .columns-container .headings-subSec:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__sec .columns-container .content .qa-container:first-of-type {
    margin-top: 24px;
  }
}
.p-faq__sec .qa-container {
  padding: 32px 0;
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .qa-container {
    padding: 24px 0;
  }
}
.p-faq__sec .qa-container:first-of-type {
  margin-top: 40px;
}
.p-faq__sec .qa-container:last-of-type {
  border-bottom: 1px solid #f0f0f0;
}
.p-faq__sec .qa-container .qa {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-faq__sec .question-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  cursor: pointer;
}
.p-faq__sec .question-wrapper .text-question {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.77;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .question-wrapper .text-question {
    font-size: 1.6rem;
    line-height: 2;
    padding-right: 32px;
  }
}
.p-faq__sec .question-wrapper::after {
  content: url("/assets-static/images/common/icon-plus-black.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-faq__sec .question-wrapper.is-open::after {
  content: url("/assets-static/images/common/icon-minus-black.svg");
}
.p-faq__sec .answer-wrapper {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .answer-wrapper {
    margin-top: 16px;
  }
}
.p-faq__sec .answer-wrapper .text-answer {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__sec .answer-wrapper .text-answer {
    line-height: 1.5;
    padding-right: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-faq__sec .answer-wrapper .text-answer a:hover {
    opacity: 0.6;
  }
}
.p-faq__sec .answer-wrapper .text-answer a:not([href^="tel:"]) {
  text-decoration: underline;
}
.p-faq__sec .answer-wrapper .text-answer .image-logo {
  display: inline-block;
  margin-top: 24px;
  margin-right: 24px;
}

.p-form {
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.p-form.-entry {
  padding-bottom: 120px;
  border-bottom: 1px solid #f2f2f2;
}
.p-form .message-container {
  background: #fcfcfc;
  padding: 40px 4vw;
}
@media screen and (max-width: 767px) {
  .p-form .message-container {
    padding: 24px 24px 24px 48px;
  }
}
.p-form .message-container .message {
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form .message-container .message {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.p-form .message-container .message::before {
  content: url(/assets-static/images/common/icon-accordion-plus.svg);
  position: absolute;
  left: -24px;
}
.p-form .message-container .message.is-open::before {
  content: url(/assets-static/images/common/icon-accordion-minus.svg);
}
.p-form .message-container .message.underline {
  text-decoration: underline;
  cursor: pointer;
}
.p-form .contact-container {
  display: none;
  padding: 40px 2.5vw 0;
}
@media screen and (max-width: 767px) {
  .p-form .contact-container {
    padding: 24px 0 0;
  }
}
.p-form .contact-container .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-form .contact-container .wrapper {
    gap: 24px 0;
  }
}
.p-form .contact-container .wrapper .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-form .contact-container .wrapper .item .name {
  font-weight: bold;
  line-height: 1.25;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form .contact-container .wrapper .item .name {
    width: 100%;
  }
}
.p-form .contact-container .wrapper .item .tel-number {
  margin-left: 40px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form .contact-container .wrapper .item .tel-number {
    margin-left: unset;
    margin-top: 8px;
  }
}
.p-form .contact-container .wrapper .item .tel-number::before {
  content: url("/assets-static/images/common/icon-line-dashed.svg");
  position: absolute;
  top: -4px;
  left: -32px;
}
@media screen and (max-width: 767px) {
  .p-form .contact-container .wrapper .item .tel-number::before {
    display: none;
  }
}
.p-form .contact-container .wrapper .item .hours {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-form .contact-container .wrapper .item .hours {
    margin-top: 8px;
  }
}
.p-form .calendar-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .calendar-container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container {
    display: block;
  }
}
.p-form .calendar-container .text-box {
  width: 50%;
  padding-right: 4.5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-form .calendar-container .text-box {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .calendar-container .text-box {
    width: 100%;
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .text-box {
    width: 100%;
    padding-right: unset;
  }
}
.p-form .calendar-container .text-box .message {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .text-box .message {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left;
  }
}
.p-form .calendar-container .text-box .message:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .text-box .message:not(:first-of-type) {
    margin-top: 16px;
    text-align: center;
  }
}
.p-form .calendar-container .text-box .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.p-form .calendar-container .text-box .contact .name {
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .text-box .contact .name {
    font-size: 1.4rem;
  }
}
.p-form .calendar-container .text-box .contact .tel-number {
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .text-box .contact .tel-number {
    font-size: 1.4rem;
  }
}
.p-form .calendar-container .text-box .contact .tel-number::before {
  content: url("/assets-static/images/common/icon-line-dashed.svg");
  position: absolute;
  top: -4px;
  left: -32px;
}
.p-form .calendar-container .text-box .contact .hours {
  font-size: 1.4rem;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .text-box .contact .hours {
    margin-top: 8px;
  }
}
.p-form .calendar-container .calendar-box {
  width: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-form .calendar-container .calendar-box {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .calendar-container .calendar-box {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .calendar-box {
    width: 100%;
    margin-top: 32px;
  }
}
.p-form .calendar-container .calendar-box iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .p-form .calendar-container .calendar-box iframe {
    height: 300px;
  }
}
.p-form .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-form .text1 {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left;
    margin-top: 24px;
  }
}
.p-form .text1.no-margin {
  margin-top: unset;
}
.p-form .text1 a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-form .text1 a:hover {
    opacity: 0.6;
  }
}
.p-form .text2 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-form .text2 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 40px;
  }
}
.p-form .text2 a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-form .text2 a:hover {
    opacity: 0.6;
  }
}
.p-form .notes {
  width: 75%;
  margin: 64px auto 0;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.p-form .notes::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-form .notes {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .notes {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form .notes {
    width: 100%;
    margin: 32px auto 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-form .form-container {
  width: 75%;
  margin: 64px auto 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-form .form-container {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .form-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form .form-container {
    width: 100%;
    margin: 32px auto 0;
  }
}
.p-form .form-container th,
.p-form .form-container td {
  font-size: 1.8rem;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 32px 0 32px 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .form-container th,
  .p-form .form-container td {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form .form-container th,
  .p-form .form-container td {
    font-size: 1.6rem;
    width: 100%;
    display: block;
  }
}
.p-form .form-container th {
  width: 250px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-form .form-container th {
    width: 100%;
    line-height: 1.71;
    padding: 24px 8px 0;
    border-bottom: none;
  }
}
.p-form .form-container th.text-top {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-form .form-container td {
    padding: 16px 8px 24px;
    border: none;
  }
}
.p-form .form-container td.flex-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container td.flex-cell {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .form-container td.sp-vertical {
    flex-direction: column;
  }
}
.p-form .form-container tr.entry-message td {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  padding: 80px 0 64px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container tr.entry-message td {
    font-size: 1.6rem;
    line-height: 2;
    padding: 48px 0;
    text-align: left;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
}
.p-form .form-container tr.entry-question td {
  font-size: 1.8rem;
  line-height: 1.77;
  border-bottom: none;
  padding-bottom: unset;
}
@media screen and (max-width: 767px) {
  .p-form .form-container tr.entry-question td {
    font-size: 1.6rem;
    line-height: 2;
    padding: 24px 0 0;
    border-top: 1px solid #f3f3f3;
  }
}
.p-form .form-container tr.entry-question + tr > th, .p-form .form-container tr.entry-question + tr > td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-form .form-container tr:last-of-type td {
    border-bottom: 1px solid #f3f3f3;
  }
}
.p-form .form-container tr.row-hidden {
  display: none;
}
.p-form .form-container label {
  cursor: pointer;
}
.p-form .form-container input[type=text],
.p-form .form-container input[type=tel],
.p-form .form-container input[type=email] {
  width: 100%;
  height: 40px;
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  padding: 0 8px;
}
.p-form .form-container input[type=text].short1,
.p-form .form-container input[type=tel].short1,
.p-form .form-container input[type=email].short1 {
  width: 96px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container input[type=text].short1,
  .p-form .form-container input[type=tel].short1,
  .p-form .form-container input[type=email].short1 {
    width: 80px;
  }
}
.p-form .form-container input[type=text].short2,
.p-form .form-container input[type=tel].short2,
.p-form .form-container input[type=email].short2 {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container input[type=text].short2,
  .p-form .form-container input[type=tel].short2,
  .p-form .form-container input[type=email].short2 {
    width: 102px;
  }
}
.p-form .form-container .select-box {
  display: inline-block;
  width: 135px;
  position: relative;
}
.p-form .form-container .select-box.short {
  width: 96px;
}
.p-form .form-container .select-box::after {
  content: url("/assets-static/images/common/icon-angle-down.svg");
  position: absolute;
  right: 10px;
  top: 8px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-form .form-container .select-box::after {
    top: 10px;
  }
}
.p-form .form-container select {
  cursor: pointer;
}
.p-form .form-container select.consultationDate {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  width: 135px;
  height: 40px;
}
.p-form .form-container select.relationship {
  width: 135px;
  height: 40px;
}
.p-form .form-container select.number {
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  padding: 0 8px;
  width: 96px;
  height: 40px;
  text-align: center;
}
.p-form .form-container input[type=radio] {
  height: 26px;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.p-form .form-container input[type=radio]::before, .p-form .form-container input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 2px;
}
.p-form .form-container input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #707070;
  width: 16px;
  height: 16px;
}
.p-form .form-container input[type=radio]::after {
  background-color: #707070;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 8px;
  top: 6px;
}
.p-form .form-container input[type=radio]:checked::after {
  opacity: 1;
}
.p-form .form-container input[type=checkbox] {
  padding-left: 24px;
  position: relative;
}
.p-form .form-container input[type=checkbox]::before, .p-form .form-container input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: -10px;
}
.p-form .form-container input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #707070;
  width: 16px;
  height: 16px;
}
.p-form .form-container input[type=checkbox]::after {
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  opacity: 0;
  height: 5px;
  width: 9px;
  transform: rotate(-45deg);
  left: 8px;
  top: -5px;
}
.p-form .form-container input[type=checkbox]:checked::after {
  opacity: 1;
}
.p-form .form-container textarea {
  width: 100%;
  height: 240px;
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container textarea {
    height: 200px;
  }
}
.p-form .form-container textarea::-moz-placeholder {
  font-size: 1.4rem;
}
.p-form .form-container textarea::placeholder {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-form .form-container textarea::-moz-placeholder {
    font-size: 1.2rem;
  }
  .p-form .form-container textarea::placeholder {
    font-size: 1.2rem;
  }
}
.p-form .form-container td .input_on {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.p-form .form-container .example,
.p-form .form-container .notes {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container .example,
  .p-form .form-container .notes {
    font-size: 1.2rem;
  }
}
.p-form .form-container .button-upload {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 40px;
  font-size: 1.8rem;
  color: #fff;
  background: #333333;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form .form-container .button-upload {
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-form .form-container .button-upload:hover {
    opacity: 0.6;
  }
}
.p-form .form-container .filename {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-form .form-container .filename {
    display: block;
    margin-top: 12px;
    margin-left: unset;
  }
}
.p-form .button-area {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 80px auto 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-form .button-area {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form .button-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form .button-area {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
  }
}
.p-form .text-red {
  color: #b50000;
}
.p-form .text-small {
  font-size: 1.4rem;
}
.p-form .text-marginLeft {
  margin-left: 8px;
}
.p-form .text-marginRight {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.p-form .text-marginInline {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-form .text-marginInline {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.p-form .sp-spacer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-form .sp-spacer {
    display: block;
    height: 16px;
  }
}

.p-thanks {
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.p-thanks .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-thanks .text1 {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left;
    margin-top: 24px;
  }
}
.p-thanks .link-area {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-thanks .link-area {
    margin-top: 40px;
  }
}

.mw_wp_form input[type=file],
.mw_wp_form .mwform-file-delete,
.mw_wp_form .mw-wp-form_file {
  display: none !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .error {
  font-size: 1.6rem !important;
}
.mw_wp_form .button-upload .error {
  position: absolute;
  left: 0;
  bottom: -24px;
}
.mw_wp_form .button-upload .error + .error {
  bottom: -48px;
}
.mw_wp_form .button-upload:has(.error + .error) {
  margin-bottom: 40px;
}
.mw_wp_form .select-box .error,
.mw_wp_form .button-upload .error {
  white-space: nowrap;
}

.p-form #errorMessages {
  color: #b50000;
  line-height: 1.8;
  list-style-type: decimal;
  margin: 64px auto 0;
  width: calc(75% - 40px);
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-form #errorMessages {
    width: calc(90% - 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-form #errorMessages {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-form #errorMessages {
    width: calc(100% - 40px);
  }
}
.p-form #errorMessages + .mw_wp_form .form-container {
  margin-top: 16px;
}

.mw_wp_form_confirm .button-upload {
  display: none !important;
}
.mw_wp_form_confirm .filename {
  margin-left: 0 !important;
}
.mw_wp_form_confirm .select-box::after {
  display: none !important;
}
.mw_wp_form_confirm .select-box + span:not(.text-marginInline) {
  display: none !important;
}
.mw_wp_form_confirm .button-area {
  justify-content: space-between !important;
}

.p-generic__fv {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #F0F0F0;
}

.p-generic__sec {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-generic__sec {
    margin-top: 56px;
  }
}
.p-generic__sec.last {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-generic__sec.last {
    padding-bottom: 56px;
  }
}
.p-generic__sec .text-policy {
  line-height: 1.77;
  margin-top: 24px;
}
.p-generic__sec .text-policy a:not([href^=tel]) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-generic__sec .text-policy a:not([href^=tel]):hover {
    opacity: 0.6;
  }
}
.p-generic__sec .text-date {
  text-align: right;
  margin-top: 32px;
}
.p-generic__sec .text-center {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-generic__sec .text-center {
    font-size: 1.6rem;
    line-height: 1.77;
  }
}
.p-generic__sec .policy-list {
  margin-top: 24px;
}
.p-generic__sec .policy-list dt {
  font-size: 1.8rem;
  line-height: 1.77;
}
.p-generic__sec .policy-list dt:not(:first-of-type) {
  margin-top: 16px;
}
.p-generic__sec .policy-list dd {
  margin-top: 8px;
  line-height: 1.77;
}
.p-generic__sec .policy-list dd a:not([href^=tel]) {
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) and (pointer: fine) {
  .p-generic__sec .policy-list dd a:not([href^=tel]):hover {
    opacity: 0.6;
  }
}
.p-generic__sec .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.p-generic__sec ol {
  margin: 16px 0;
  margin-left: 32px;
}
.p-generic__sec ol li + li {
  margin-top: 8px;
}
.p-generic__sec ol.-parentheses li {
  list-style-type: none;
  counter-increment: cnt;
}
.p-generic__sec ol.-parentheses li::before {
  content: "（" counter(cnt) "） ";
  margin-left: -44px;
}
.p-generic__sec ol.-disc li {
  text-indent: 44px;
  list-style-type: disc;
  counter-increment: unset;
}
.p-generic__sec ol.-disc li::before {
  content: "";
  margin-left: -44px;
}
.p-generic__sec .annotation {
  line-height: 1.77;
  margin-top: 24px;
}
.p-generic__sec .annotation li {
  padding-left: 16px;
  text-indent: -16px;
}
.p-generic__sec .annotation li::before {
  content: "※";
}

.p-generic__table {
  width: 100%;
  margin-top: 32px;
}
.p-generic__table th, .p-generic__table td {
  font-size: 1.8rem;
  line-height: 1.77;
  border-top: 1px solid #F3F3F3;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .p-generic__table th, .p-generic__table td {
    display: block;
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 16px;
  }
}
.p-generic__table th {
  width: 260px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-generic__table th {
    width: 100%;
    padding-left: 0;
    padding-bottom: 8px;
  }
}
.p-generic__table td a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-generic__table td a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-generic__table td {
    width: 100%;
    border-top: none;
    padding-left: 0;
    padding-top: 0;
  }
}
.p-generic__table tr:last-of-type th, .p-generic__table tr:last-of-type td {
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-generic__table tr:last-of-type th {
    border-bottom: none;
  }
}

.p-meeting__sec1 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
  }
}
.p-meeting__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.p-meeting__sec1 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6vw;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
.p-meeting__sec1 .container .table-spec {
  width: 40%;
  min-width: 330px;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container .table-spec {
    order: 2;
    width: 100%;
    min-width: unset;
  }
}
.p-meeting__sec1 .container .table-spec th,
.p-meeting__sec1 .container .table-spec td {
  padding: 16px 0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.77;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container .table-spec th,
  .p-meeting__sec1 .container .table-spec td {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-meeting__sec1 .container .table-spec th {
  width: 186px;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container .table-spec th {
    width: 124px;
  }
}
.p-meeting__sec1 .container .image-box {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container .image-box {
    width: 100%;
    order: 1;
    gap: 24px;
  }
}
.p-meeting__sec1 .container .image-box .item {
  width: calc(50% - 1.5vw);
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container .image-box .item {
    width: calc(50% - 12px);
  }
}
.p-meeting__sec1 .container .image-box .image-wrapper {
  position: relative;
}
.p-meeting__sec1 .container .image-box .image-wrapper::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url("/assets-static/images/common/icon-zoom.svg");
}
@media (hover: hover) and (pointer: fine) {
  .p-meeting__sec1 .container .image-box .image-wrapper:hover {
    opacity: 0.6;
  }
}
.p-meeting__sec1 .container .image-box .image-wrapper img {
  width: 100%;
}
.p-meeting__sec1 .container .image-box .caption {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec1 .container .image-box .caption {
    font-size: 1.2rem;
  }
}

.p-meeting__sec2 {
  padding-bottom: 120px;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec2 {
    padding-bottom: 112px;
  }
}
.p-meeting__sec2 .link-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-meeting__sec2 .link-area {
    margin-top: 56px;
  }
}
.p-meeting__sec2 .link-container {
  background: #efefef;
  padding: 24px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-meeting__sec2 .link-container:hover {
    opacity: 0.6;
  }
}

.p-news__index {
  margin-top: 16px;
  border-top: 1px solid #F0F0F0;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-news__index {
    margin-top: 40px;
    padding-bottom: 48px;
  }
}
.p-news__index .category-select {
  max-width: 700px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-news__index .category-select {
    margin-top: 48px;
  }
}
.p-news__index .news-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__index .news-list {
    margin-top: 48px;
  }
}
.p-news__index .news-list .news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news__index .news-list .news-item {
    display: block;
  }
}
.p-news__index .news-list .news-item:not(:first-of-type) {
  margin-top: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__index .news-list .news-item:hover {
    opacity: 0.6;
  }
}
.p-news__index .news-list .news-item .date {
  width: 120px;
  font-size: 1.4rem;
  line-height: 1.6;
  flex-shrink: 0;
}
.p-news__index .news-list .news-item .content {
  width: 100%;
}
.p-news__index .news-list .news-item .content .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news__index .news-list .news-item .content .title {
    margin-top: 8px;
    line-height: 1.5;
  }
}
.p-news__index .news-list .news-item .content .excerpt {
  font-size: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__index .news-list .news-item .content .excerpt {
    margin-top: 8px;
    line-height: 1.5;
  }
}
.p-news__index .news-list .news-item .content .category {
  font-size: 1.4rem;
  color: #7B7B7B;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__index .news-list .news-item .content .category {
    margin-top: 8px;
  }
}

.p-news__detail {
  margin-top: 16px;
  border-top: 1px solid #F0F0F0;
  padding: 80px 12.5vw 0;
}
@media screen and (max-width: 767px) {
  .p-news__detail {
    margin-top: 40px;
    padding: 40px 24px 0;
  }
}
.p-news__detail .title {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news__detail .title {
    font-size: 2.4rem;
  }
}
.p-news__detail .category {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__detail .category {
    margin-top: 8px;
  }
}
.p-news__detail .date {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__detail .date {
    margin-top: 8px;
  }
}
.p-news__detail .content {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-news__detail .content {
    margin-top: 32px;
  }
}
.p-news__detail .content p {
  line-height: 1.8;
}
.p-news__detail .content * + p {
  margin-top: 16px;
}
.p-news__detail .content .text-red {
  color: #FF0000;
  font-weight: bold;
}
.p-news__detail .content .text-center {
  text-align: center;
}
.p-news__detail .content .box {
  background: #FAFAFA;
  padding: 24px;
  text-align: center;
}
.p-news__detail .content img {
  display: block;
  max-width: 100%;
  margin: 24px auto;
}
.p-news__detail .content hr {
  border: none;
  border-top: 1px solid #F2F2F2;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-news__detail .content hr {
    margin: 40px 0;
  }
}
.p-news__detail .content a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__detail .content a:hover {
    opacity: 0.6;
  }
}
.p-news__detail .content .headings-goods {
  font-size: 2.4rem;
  margin-top: 32px;
  padding: 0;
  border: none;
}
.p-news__detail .link-area {
  margin-top: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__detail .link-area {
    margin-top: 48px;
  }
}
.p-news__detail.-goods img {
  width: 400px;
  margin-left: 0;
}
.p-news__detail.-goods img + .headings-goods {
  margin-top: 48px;
}

.p-oneharmony__fv .fv-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: url("/data/assets-cms/images/oneharmony/bg-oneharmony.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
  width: 100%;
  margin-top: 16px;
  padding: 0 9vw 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container {
    margin-top: 24px;
    background: url("/data/assets-cms/images/oneharmony/bg-oneharmony_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 0 16px 112px;
  }
}
.p-oneharmony__fv .fv-container .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.p-oneharmony__fv .fv-container .container .image-box {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .container .image-box {
    grid-template-columns: repeat(2, auto);
    gap: 16px;
  }
}
.p-oneharmony__fv .fv-container .container .image-box img {
  margin-top: 0;
  filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.2));
}
.p-oneharmony__fv .fv-container .container .text-box {
  width: 100%;
}
.p-oneharmony__fv .fv-container .container .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .container .button-container {
    display: none;
  }
}
.p-oneharmony__fv .fv-container .container .button-container .c-button-cta {
  flex-shrink: 0;
}
.p-oneharmony__fv .fv-container .button-container-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .button-container-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
  }
}
.p-oneharmony__fv .fv-container .link-area {
  position: absolute;
  right: 32px;
  bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .link-area {
    right: 50%;
    bottom: 56px;
    transform: translateX(50%);
  }
}
.p-oneharmony__fv .fv-container .text1 {
  color: #fff;
  line-height: 2;
  margin-top: 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .text1 {
    margin-top: 48px;
  }
}
.p-oneharmony__fv .fv-container .text1::before, .p-oneharmony__fv .fv-container .text1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b4a794;
}
.p-oneharmony__fv .fv-container .text1::before {
  left: -24px;
}
.p-oneharmony__fv .fv-container .text1::after {
  right: -24px;
}
.p-oneharmony__fv .fv-container .text2 {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .text2 {
    font-size: 1.8rem;
  }
}
.p-oneharmony__fv .fv-container .text2 .text-small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .text2 .text-small {
    font-size: 1.4rem;
  }
}
.p-oneharmony__fv .fv-container .text3 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__fv .fv-container .text3 {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.p-oneharmony__sec {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec {
    margin-top: 64px;
  }
}
.p-oneharmony__sec .text-important {
  font-weight: 700;
  color: #cf2e2e;
}
.p-oneharmony__sec.last {
  margin-top: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec.last {
    margin-top: 80px;
    padding-bottom: 16px;
  }
}
.p-oneharmony__sec .news-container {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .news-container {
    margin-top: 32px;
  }
}
.p-oneharmony__sec .news-container .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .news-container .item {
    flex-wrap: wrap;
  }
}
.p-oneharmony__sec .news-container .item:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .news-container .item:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-oneharmony__sec .news-container .item .date {
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .news-container .item .date {
    width: 100%;
  }
}
.p-oneharmony__sec .news-container .item .title {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .news-container .item .title {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-oneharmony__sec .news-container .item:hover {
    opacity: 0.6;
  }
}
.p-oneharmony__sec .block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block {
    margin-top: 48px;
  }
}
.p-oneharmony__sec .block.-spacer-narrow {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block.-spacer-narrow {
    margin-top: 32px;
  }
}
.p-oneharmony__sec .block.-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block.-flex {
    flex-direction: column;
  }
}
.p-oneharmony__sec .block .content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .content {
    margin-top: 16px;
  }
}
.p-oneharmony__sec .block .sub-headings {
  min-width: 200px;
  font-size: 2.4rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .sub-headings {
    min-width: unset;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-oneharmony__sec .block .text1 {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .text1 {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 16px;
  }
}
.p-oneharmony__sec .block .text2 {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .text2 {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-oneharmony__sec .block .text1 a,
.p-oneharmony__sec .block .text2 a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-oneharmony__sec .block .text1 a:hover,
  .p-oneharmony__sec .block .text2 a:hover {
    opacity: 0.6;
  }
}
.p-oneharmony__sec .block .text-emphasis {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5f0000;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .text-emphasis {
    font-size: 1.4rem;
  }
}
.p-oneharmony__sec .block .text-bold {
  font-weight: bold;
}
.p-oneharmony__sec .block .image-container {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .image-container {
    margin-top: 24px;
  }
}
.p-oneharmony__sec .block .image-container img {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .block .image-container img {
    width: 100%;
  }
}
.p-oneharmony__sec .card-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .card-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 24px auto 0;
    gap: 24px;
    padding: 0 16px;
  }
}
.p-oneharmony__sec .card-container .item img {
  width: 100%;
}
.p-oneharmony__sec .card-container .item .name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .card-container .item .name {
    height: auto;
    font-size: 1.7rem;
    margin-top: 8px;
  }
}
.p-oneharmony__sec .card-container .item .condition {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  height: 130px;
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .card-container .item .condition {
    height: 88px;
    margin-top: 8px;
  }
}
.p-oneharmony__sec .bonus-container {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .bonus-container {
    margin-top: 32px;
  }
}
.p-oneharmony__sec .bonus-container .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .bonus-container .item {
    flex-direction: column;
    gap: 16px;
  }
}
.p-oneharmony__sec .bonus-container .item:not(:first-of-type) {
  margin-top: 32px;
}
.p-oneharmony__sec .bonus-container .item img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .bonus-container .item img {
    width: 100%;
  }
}
.p-oneharmony__sec .bonus-container .item .text-box {
  width: 100%;
}
.p-oneharmony__sec .bonus-container .item .text-box .title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .bonus-container .item .text-box .title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-oneharmony__sec .bonus-container .item .text-box .description {
  line-height: 1.87;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .bonus-container .item .text-box .description {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-oneharmony__sec .bonus-container .item .text-box .description a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-oneharmony__sec .bonus-container .item .text-box .description a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}
.p-oneharmony__sec .benefits-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-table {
    width: 1080px;
    overflow-x: scroll;
  }
}
.p-oneharmony__sec .benefits-table th:first-of-type {
  width: 48%;
}
.p-oneharmony__sec .benefits-table th:not(:first-of-type) {
  width: 13%;
}
.p-oneharmony__sec .benefits-table th,
.p-oneharmony__sec .benefits-table td {
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 16px 4px;
}
.p-oneharmony__sec .benefits-table th {
  font-weight: normal;
  background: #fafafa;
  vertical-align: middle;
}
.p-oneharmony__sec .benefits-table td a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-oneharmony__sec .benefits-table td a:hover {
    opacity: 0.6;
  }
}
.p-oneharmony__sec .benefits-table td:first-of-type, .p-oneharmony__sec .benefits-table td.-left {
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}
.p-oneharmony__sec .benefits-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container {
    flex-direction: column;
  }
}
.p-oneharmony__sec .benefits-container .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 32px 24px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-oneharmony__sec .benefits-container .text-box {
    padding: 32px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-oneharmony__sec .benefits-container .text-box {
    width: 100%;
    padding: 32px 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container .text-box {
    width: 100%;
  }
}
.p-oneharmony__sec .benefits-container .text-box:not(:last-of-type) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container .text-box:not(:last-of-type) {
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
}
.p-oneharmony__sec .benefits-container .text-box .target {
  font-size: 1.8rem;
  margin-right: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-oneharmony__sec .benefits-container .text-box .target {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-oneharmony__sec .benefits-container .text-box .target {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container .text-box .target {
    text-align: center;
  }
}
.p-oneharmony__sec .benefits-container .text-box .benefit {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container .text-box .benefit {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-oneharmony__sec .benefits-container .text-box p + .benefit {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container .text-box .number-point {
    font-size: 2.8rem;
  }
}
.p-oneharmony__sec .spacer-container {
  margin-top: 48px;
  margin-left: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-oneharmony__sec .spacer-container {
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .spacer-container {
    margin-top: 16px;
    margin-left: unset;
  }
}
.p-oneharmony__sec .benefits-container2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 {
    flex-direction: column;
    gap: 2px;
  }
}
.p-oneharmony__sec .benefits-container2 .text-box {
  width: 50%;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  padding: 64px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box {
    width: 100%;
    padding: 32px 0;
  }
}
.p-oneharmony__sec .benefits-container2 .text-box:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: calc(100% - 128px);
  min-height: 102px;
  border-right: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box:not(:first-of-type)::after {
    display: none;
  }
}
.p-oneharmony__sec .benefits-container2 .text-box .text {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box .text {
    font-size: 1.6rem;
  }
}
.p-oneharmony__sec .benefits-container2 .text-box .text-large {
  font-size: 2.4rem;
  line-height: 1.1;
}
.p-oneharmony__sec .benefits-container2 .text-box .-margin {
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box .-margin {
    margin-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box .number-emphasis {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box .benefits-emphasis {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.p-oneharmony__sec .benefits-container2 .text-box-bottom {
  position: absolute;
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box-bottom {
    position: static;
    background: #fafafa;
    margin-top: 2px;
    padding: 8px 16px;
  }
}
.p-oneharmony__sec .benefits-container2 .text-box-bottom .text {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2 .text-box-bottom .text {
    font-size: 1.4rem;
  }
}
.p-oneharmony__sec .benefits-container2.-singleColumn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2.-singleColumn {
    margin-top: 48px;
  }
}
.p-oneharmony__sec .benefits-container2.-singleColumn .text-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2.-singleColumn .text-box {
    padding: 32px 16px;
  }
}
.p-oneharmony__sec .benefits-container2.-singleColumn .text-box:first-of-type::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .benefits-container2.-singleColumn .text-box .text {
    line-height: 2;
    text-align: left;
  }
}
.p-oneharmony__sec .link-area {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .link-area {
    display: flex;
    justify-content: center;
  }
}
.p-oneharmony__sec .text-sup {
  line-height: 2;
  padding-left: 16px;
  margin-top: 24px;
  position: relative;
}
.p-oneharmony__sec .text-sup::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p-oneharmony__sec .text-sup + .text-sup {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .text-sup {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 16px;
  }
}
.p-oneharmony__sec .attention-list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .attention-list {
    margin-top: 16px;
  }
}
.p-oneharmony__sec .attention-list li {
  line-height: 1.87;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .attention-list li {
    font-size: 1.4rem;
    line-height: 1.71;
    padding-left: 14px;
  }
}
.p-oneharmony__sec .attention-list li:not(:first-of-type) {
  margin-top: 16px;
}
.p-oneharmony__sec .attention-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-oneharmony__sec .award-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 40px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-oneharmony__sec .award-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .award-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-top: 32px;
  }
}
.p-oneharmony__sec .award-container .item img {
  width: 100%;
}
.p-oneharmony__sec .award-container .item .name {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .award-container .item .name {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.p-oneharmony__sec .award-container .item .point {
  font-size: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .award-container .item .point {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.p-oneharmony__sec .grade-list {
  margin-top: 8px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .grade-list {
    margin-top: 16px;
    margin-left: unset;
  }
}
.p-oneharmony__sec .grade-list td {
  padding-top: 16px;
}
.p-oneharmony__sec .grade-list td:first-of-type {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .grade-list td:first-of-type {
    white-space: nowrap;
  }
}
.p-oneharmony__sec .grade-list td:first-of-type::after {
  content: "：";
  position: absolute;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .grade-list td:first-of-type::after {
    right: -20px;
  }
}
.p-oneharmony__sec .grade-list td:last-of-type {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .grade-list td:last-of-type {
    padding-left: 24px;
  }
}
.p-oneharmony__sec .button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .button-area {
    gap: 80px;
    margin-top: 48px;
  }
}
.p-oneharmony__sec .contact-box {
  width: 65%;
  margin: 80px auto 0;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .contact-box {
    width: 100%;
    margin-top: 80px;
    padding: 40px 24px;
  }
}
.p-oneharmony__sec .contact-box .headings {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .contact-box .headings {
    text-align: center;
    line-height: 1.33;
  }
}
.p-oneharmony__sec .contact-box .text1 {
  font-size: 1.8rem;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .contact-box .text1 {
    text-align: center;
    line-height: 1.33;
  }
}
.p-oneharmony__sec .contact-box .text2 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .contact-box .text2 {
    margin-top: 16px;
  }
}
.p-oneharmony__sec .contact-box .text3 {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .contact-box .text3 {
    text-align: center;
    line-height: 1.42;
    margin-top: 16px;
  }
}
.p-oneharmony__sec .contact-box .link-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec .contact-box .link-area {
    flex-direction: column;
    gap: 8px;
  }
}

.p-oneharmony__sec-status-table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  border: 1px solid #dbdbdb;
}
.p-oneharmony__sec-status-table th,
.p-oneharmony__sec-status-table td {
  border: 1px solid #dbdbdb;
}
.p-oneharmony__sec-status-table th {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.p-oneharmony__sec-status-table th.border-adjust {
  border-right: none;
}
.p-oneharmony__sec-status-table th.empty-cell {
  border-left: none;
  padding-block: 4px;
}
.p-oneharmony__sec-status-table th.padding-adjust {
  padding-block: 16px;
}
.p-oneharmony__sec-status-table td {
  text-align: center;
  vertical-align: middle;
  padding: 16px 24px;
}
.p-oneharmony__sec-status-table td img {
  width: 100%;
}
.p-oneharmony__sec-status-table tr:last-of-type td {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-oneharmony__sec-status-table {
    display: none;
  }
}

.p-plan__index {
  margin-top: 16px;
  padding-top: 80px;
  padding-bottom: 120px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-plan__index {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.p-plan__index .plan-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-plan__index .plan-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__index .plan-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
.p-plan__index .plan-container .item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-plan__index .plan-container .item .title {
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan__index .plan-container .item .title {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 8px;
  }
}
.p-plan__index .plan-container .item .period {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-plan__index .plan-container .item .period {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.p-plan__index .c-switchTab + .plan-container {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-plan__index .c-switchTab + .plan-container {
    margin-top: 32px;
  }
}
.p-plan__index .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-plan__index .link-area {
    margin-top: 48px;
  }
}

.p-plan__detail {
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-plan__detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-plan__detail .title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .title {
    font-size: 2.8rem;
  }
}
.p-plan__detail .text {
  font-size: 1.8rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-plan__detail .category {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 8px 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .category {
    padding: 8px 16px;
    margin-top: 16px;
  }
}
.p-plan__detail .period {
  font-weight: bold;
  line-height: 1.68;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .period {
    font-size: 1.4rem;
  }
}
.p-plan__detail .content {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .content {
    margin-top: 40px;
  }
}
.p-plan__detail .content a:not(.c-textLink-normal) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-plan__detail .content a:not(.c-textLink-normal):hover {
    opacity: 0.6;
  }
}
.p-plan__detail .content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.p-plan__detail .content .text {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .content .text {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.p-plan__detail .plan-container {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-container {
    margin-top: 40px;
  }
}
.p-plan__detail .plan-container .plan-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-container .plan-item {
    display: block;
    padding: 24px 16px;
  }
}
.p-plan__detail .plan-container .plan-item:nth-of-type(odd) {
  background: #fcfcfc;
}
.p-plan__detail .plan-container .plan-item:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}
.p-plan__detail .plan-container .plan-item .text-box {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-container .plan-item .text-box {
    padding-right: unset;
  }
}
.p-plan__detail .plan-container .plan-item .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-container .plan-item .text1 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-plan__detail .plan-container .plan-item .text2 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.66;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-container .plan-item .text2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-plan__detail .table-detail {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .table-detail {
    margin-top: 48px;
  }
}
.p-plan__detail .table-detail th,
.p-plan__detail .table-detail td {
  font-size: 1.8rem;
  font-weight: normal;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 16px;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .table-detail th,
  .p-plan__detail .table-detail td {
    width: 100%;
    display: block;
  }
}
.p-plan__detail .table-detail th {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .table-detail th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__detail .table-detail td {
    font-size: 1.4rem;
    border-top: none;
    padding-top: 8px;
  }
}
.p-plan__detail .notice {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-top: 24px;
}
.p-plan__detail .plan-covid-notice {
  margin-top: 80px;
}
.p-plan__detail .plan-covid-notice .text1 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-covid-notice .text1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-plan__detail .plan-covid-notice .text2 {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-covid-notice .text2 {
    font-size: 1.6rem;
  }
}
.p-plan__detail .plan-covid-notice .text3 {
  font-size: 1.8rem;
  line-height: 1.77;
  color: #ff0000;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-covid-notice .text3 {
    font-size: 1.6rem;
  }
}
.p-plan__detail .plan-more-area {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .plan-more-area {
    margin-top: 24px;
  }
}
.p-plan__detail .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-plan__detail .link-area {
    margin-top: 48px;
  }
}
.p-plan__detail .text-red {
  color: #ff0606;
}

.p-plan__labelArea {
  font-size: 1.4rem;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__labelArea {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
.p-plan__labelArea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-plan__labelArea::after {
    display: none;
  }
}
.p-plan__labelArea .text-mask {
  background: #fff;
  position: relative;
  z-index: 2;
}

.p-plan__buttonArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  max-width: 240px;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-plan__buttonArea {
    max-width: unset;
  }
}
.p-plan__buttonArea .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 32px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-plan__buttonArea .button {
    width: 96px;
    height: 26px;
    font-size: 1.2rem;
  }
}
.p-plan__buttonArea .button.breakfast {
  background: url("/assets-static/images/plan/bg-button1.png") no-repeat;
  background-size: cover;
}
.p-plan__buttonArea .button.no-breakfast {
  background: url("/assets-static/images/plan/bg-button2.png") no-repeat;
  background-size: cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-plan__buttonArea .button:hover {
    opacity: 0.6;
  }
}
.p-plan__buttonArea .label {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-plan__buttonArea .label {
    text-align: left;
    margin-bottom: 8px;
  }
}

.p-recruit__fv {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv {
    flex-direction: column;
    padding: 0;
    margin-top: 24px;
  }
}
.p-recruit__fv .text-box {
  width: 100%;
  padding: 7vw 3vw;
  background: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv .text-box {
    order: 2;
    margin-top: 56px;
    padding: 0 16px;
    background: unset;
  }
}
.p-recruit__fv .text-box .text {
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  line-height: 2.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv .text-box .text {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.p-recruit__fv .image-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv .image-box {
    order: 1;
  }
}
.p-recruit__fv .image-box img {
  width: 100%;
}

.p-recruit__sec {
  margin-top: 144px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec {
    margin-top: 72px;
    overflow-x: hidden;
  }
}
.p-recruit__sec.last {
  padding-bottom: 120px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec.last {
    padding-bottom: 80px;
  }
}
.p-recruit__sec .headings-ja {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec .headings-ja {
    font-size: 1.8rem;
    margin-top: 32px;
  }
}
.p-recruit__sec .description {
  font-size: 1.8rem;
  line-height: 2.33;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec .description {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 24px;
  }
}
.p-recruit__sec .link-area {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec .link-area {
    margin-top: 32px;
  }
}
.p-recruit__sec .jobLink-container {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 48px 7.5vw;
  margin: 48px auto 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__sec .jobLink-container {
    width: 100%;
    gap: 48px;
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sec .jobLink-container {
    flex-direction: column;
    gap: 32px;
    padding: 0;
    margin-top: 32px;
    border: none;
  }
}
.p-recruit__sec .jobLink-container a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit__sec .jobLink-container a:hover {
    opacity: 0.6;
  }
}

.p-fresh__sec {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec {
    margin-top: 64px;
  }
}
.p-fresh__sec.-last {
  padding-bottom: 120px;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec.-last {
    padding-bottom: 80px;
  }
}
.p-fresh__sec .text1 {
  font-size: 1.8rem;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .text1 {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 32px;
  }
}
.p-fresh__sec .address {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .address {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 32px;
  }
}
.p-fresh__sec .icon-pdf {
  color: #b30b00;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-fresh__sec .icon-pdf:hover {
    opacity: 0.6;
  }
}
.p-fresh__sec .icon-pdf::after {
  content: url("/assets-static/images/common/icon-pdf-entry.svg");
  margin: 0 4px;
}
.p-fresh__sec .pc-margin {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .pc-margin {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .sp-center {
    margin: 0 auto;
  }
}
.p-fresh__sec .personality {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  background: #333;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .personality {
    height: 90px;
    font-size: 2rem;
    margin-top: 32px;
  }
}
.p-fresh__sec .personality-concept {
  font-size: 1.8rem;
  line-height: 2.66;
  text-align: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fresh__sec .personality-concept {
    font-size: 1.6rem;
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .personality-concept {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
    padding: 0 6vw;
  }
}
.p-fresh__sec .message-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fresh__sec .message-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .message-container {
    margin-top: 40px;
    flex-direction: column;
  }
}
.p-fresh__sec .message-container .text-box {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fresh__sec .message-container .text-box {
    order: 2;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .message-container .text-box {
    order: 2;
    margin-top: 24px;
  }
}
.p-fresh__sec .message-container .text-box .message1 {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .message-container .text-box .message1 {
    font-size: 1.6rem;
  }
}
.p-fresh__sec .message-container .text-box .message2 {
  font-size: 1.8rem;
  line-height: 2.66;
  margin-top: 24px;
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .message-container .text-box .message2 {
    font-size: 1.6rem;
    line-height: 2;
    padding-right: unset;
  }
}
.p-fresh__sec .message-container .image-box {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fresh__sec .message-container .image-box {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .message-container .image-box {
    order: 1;
  }
}
.p-fresh__sec .message-container .image-box img {
  width: 100%;
}
.p-fresh__sec .section-name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .section-name {
    font-size: 1.8rem;
    text-decoration: underline;
    margin-top: 56px;
  }
}
.p-fresh__sec .section-detail {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .section-detail {
    margin-top: 16px;
  }
}
.p-fresh__sec .section-detail th,
.p-fresh__sec .section-detail td {
  font-size: 1.8rem;
  line-height: 1.77;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .section-detail th,
  .p-fresh__sec .section-detail td {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-fresh__sec .section-detail th {
  width: 192px;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .section-detail th {
    width: 112px;
  }
}
.p-fresh__sec .section-detail td .text-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-fresh__sec .section-detail td .text-small {
    font-size: 1.2rem;
  }
}
.p-fresh__sec .section-detail td a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-fresh__sec .section-detail td a:hover {
    opacity: 0.6;
  }
}
.p-fresh__sec .link-area {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.p-recruit__jobDetail {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobDetail {
    margin-top: 56px;
  }
}
.p-recruit__jobDetail .job-headings {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobDetail .job-headings {
    font-size: 1.8rem;
  }
}
.p-recruit__jobDetail .job-detail {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobDetail .job-detail {
    margin-top: 16px;
  }
}
.p-recruit__jobDetail .job-detail th,
.p-recruit__jobDetail .job-detail td {
  font-size: 1.8rem;
  line-height: 1.77;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobDetail .job-detail th,
  .p-recruit__jobDetail .job-detail td {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-recruit__jobDetail .job-detail th {
  width: 192px;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobDetail .job-detail th {
    width: 112px;
  }
}

.p-recruit__jobEntry {
  margin-top: 80px;
  padding-bottom: 120px;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobEntry {
    margin-top: 64px;
    padding-bottom: 80px;
  }
}
.p-recruit__jobEntry .text1 {
  font-size: 1.8rem;
  line-height: 1.71;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobEntry .text1 {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}
.p-recruit__jobEntry .text2 {
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobEntry .text2 {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 16px;
  }
}
.p-recruit__jobEntry .text3 {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobEntry .text3 {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.p-recruit__jobEntry .link-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.p-report__index {
  margin-top: 80px;
  padding-bottom: 120px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-report__index {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.p-report__index .report-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 40px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-report__index .report-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-report__index .report-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-top: 32px;
  }
}
.p-report__index .report-container .item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-report__index .report-container .item .title {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-report__index .report-container .item .title {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 8px;
  }
}
.p-report__index .report-container .item .name {
  color: #B29B19;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-report__index .report-container .item .name {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-report__index .report-container .item:hover {
    opacity: 0.6;
  }
}
.p-report__index .link-area {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-report__index .link-area {
    margin-top: 48px;
  }
}

.p-report__detail {
  margin-top: 80px;
  padding-bottom: 120px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-report__detail {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
.p-report__detail .title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-report__detail .name {
  font-size: 1.8rem;
  color: #B29B19;
  text-align: center;
  margin-top: 16px;
}
.p-report__detail .place {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
}
.p-report__detail .content {
  margin-top: 40px;
  padding: 0 160px;
}
@media screen and (max-width: 767px) {
  .p-report__detail .content {
    padding: 0;
  }
}
.p-report__detail .content a:not(.c-textLink-normal) {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-report__detail .content a:not(.c-textLink-normal):hover {
    opacity: 0.6;
  }
}
.p-report__detail .content p {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-report__detail .content p {
    font-size: 1.6rem;
  }
}
.p-report__detail .pager-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 160px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-report__detail .pager-area {
    padding: 0;
    margin-top: 64px;
  }
}
.p-report__detail .link-area {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-report__detail .link-area {
    margin-top: 48px;
  }
}

.p-restaurant-detail__sec1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec1 {
    margin-top: 56px;
  }
}
.p-restaurant-detail__sec1 .lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec1 .lead {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-restaurant-detail__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
}
.p-restaurant-detail__sec1 .video-container {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec1 .video-container {
    margin-top: 40px;
  }
}
.p-restaurant-detail__sec1 .video-container iframe {
  width: 560px;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec1 .video-container iframe {
    width: 100%;
  }
}

.p-restaurant-detail__sec2 {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec2 {
    margin-top: 56px;
  }
}

.p-restaurant-detail__sec3 {
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 {
    margin-top: 80px;
  }
}
.p-restaurant-detail__sec3 .menu-container {
  margin-top: 80px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container {
    margin-top: 32px;
  }
}
.p-restaurant-detail__sec3 .menu-container.is-active {
  display: block;
}
.p-restaurant-detail__sec3 .menu-container .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .item {
    display: block;
  }
}
.p-restaurant-detail__sec3 .menu-container .item:not(:first-of-type) {
  margin-top: 56px;
}
.p-restaurant-detail__sec3 .menu-container .item.is-hidden {
  display: none;
}
.p-restaurant-detail__sec3 .menu-container .item .image-box {
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__sec3 .menu-container .item .image-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .item .image-box {
    width: 100%;
  }
}
.p-restaurant-detail__sec3 .menu-container .item .image-box img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-restaurant-detail__sec3 .menu-container .item .text-box {
  width: 40%;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__sec3 .menu-container .item .text-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .item .text-box {
    width: 100%;
    padding-left: unset;
    margin-top: 32px;
  }
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .menu-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .item .text-box .menu-title {
    font-size: 1.8rem;
  }
}
.p-restaurant-detail__sec3 .menu-container .item .text-box p:not([class]),
.p-restaurant-detail__sec3 .menu-container .item .text-box .text-description {
  line-height: 1.71;
  margin-top: 16px;
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail {
  width: 100%;
  margin-top: 16px;
  border-left: 1px solid #E2E2E2;
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail th {
  line-height: 2;
  font-weight: normal;
  padding: 12px 24px 0;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail th {
    font-size: 1.4rem;
    padding: 8px 16px 0;
  }
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail th::after {
  content: "：";
  position: absolute;
  right: 0;
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail td {
  padding: 12px 16px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail td {
    font-size: 1.4rem;
    padding: 8px 16px 0;
  }
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .menu-detail .price-member {
  color: #A20000;
}
.p-restaurant-detail__sec3 .menu-container .item .text-box .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.p-restaurant-detail__sec3 .menu-container .button-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec3 .menu-container .button-area {
    margin-top: 40px;
  }
}
.p-restaurant-detail__sec3 .menu-container .button-area img {
  cursor: pointer;
}

.p-restaurant-detail__sec4 {
  margin-top: 176px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 {
    margin-top: 64px;
    overflow: hidden;
  }
}
.p-restaurant-detail__sec4 .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container {
    flex-direction: column;
    margin-top: 48px;
  }
}
.p-restaurant-detail__sec4 .container .image-box {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container .image-box {
    width: 100%;
    flex-direction: column;
    order: 2;
    padding-right: unset;
    margin-top: 32px;
  }
}
.p-restaurant-detail__sec4 .container .image-box .item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container .image-box .item {
    width: 100%;
  }
}
.p-restaurant-detail__sec4 .container .image-box img {
  width: 100%;
}
.p-restaurant-detail__sec4 .container .image-box .name {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container .image-box .name {
    font-size: 1.4rem;
  }
}
.p-restaurant-detail__sec4 .container .text-box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container .text-box {
    width: 100%;
    order: 1;
  }
}
.p-restaurant-detail__sec4 .container .text-box .room-detail {
  width: 100%;
}
.p-restaurant-detail__sec4 .container .text-box .room-detail th, .p-restaurant-detail__sec4 .container .text-box .room-detail td {
  font-size: 1.8rem;
  line-height: 1.77;
  padding: 16px 0;
  border-top: 1px solid #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container .text-box .room-detail th, .p-restaurant-detail__sec4 .container .text-box .room-detail td {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.p-restaurant-detail__sec4 .container .text-box .room-detail th:last-of-type, .p-restaurant-detail__sec4 .container .text-box .room-detail td:last-of-type {
  border-bottom: 1px solid #F3F3F3;
}
.p-restaurant-detail__sec4 .container .text-box .room-detail th {
  font-weight: normal;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec4 .container .text-box .room-detail th {
    width: 112px;
  }
}

.p-restaurant-detail__sec5 {
  margin-top: 144px;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 {
    margin-top: 64px;
  }
}
.p-restaurant-detail__sec5 .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__sec5 .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 .container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 0;
  }
}
.p-restaurant-detail__sec5 .container .shop-info {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 .container .shop-info {
    width: 90%;
  }
}
.p-restaurant-detail__sec5 .container .shop-info th, .p-restaurant-detail__sec5 .container .shop-info td {
  font-size: 1.8rem;
  line-height: 1.77;
  padding: 16px 0;
  border-top: 1px solid #F3F3F3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__sec5 .container .shop-info th, .p-restaurant-detail__sec5 .container .shop-info td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 .container .shop-info th, .p-restaurant-detail__sec5 .container .shop-info td {
    display: block;
    width: 100%;
  }
}
.p-restaurant-detail__sec5 .container .shop-info th {
  font-weight: normal;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 .container .shop-info th {
    width: 100%;
    font-size: 1.8rem;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 .container .shop-info td {
    font-size: 1.4rem;
    line-height: 2.28;
    padding: 0 24px 24px;
    border-top: none;
  }
}
.p-restaurant-detail__sec5 .container .shop-info tr:last-of-type th, .p-restaurant-detail__sec5 .container .shop-info tr:last-of-type td {
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec5 .container .shop-info tr:last-of-type th {
    border-bottom: none;
  }
}

.p-restaurant-detail__sec6 .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__sec6 .link-area {
    margin-top: 48px;
    flex-direction: column;
  }
  .p-restaurant-detail__sec6 .link-area:nth-of-type(2) {
    padding-left: 30px;
  }
}

.p-restaurant-detail__comment {
  margin-top: 176px;
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__comment {
    margin-top: 64px;
  }
}
.p-restaurant-detail__comment .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__comment .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__comment .container {
    flex-direction: column;
  }
}
.p-restaurant-detail__comment .container .text-box {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__comment .container .text-box {
    order: 2;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__comment .container .text-box {
    order: 2;
    margin-top: 24px;
  }
}
.p-restaurant-detail__comment .container .text-box .text1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__comment .container .text-box .text1 {
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__comment .container .text-box .text1 {
    font-size: 1.6rem;
    padding-right: unset;
  }
}
.p-restaurant-detail__comment .container .text-box .text2 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 24px;
  padding-right: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__comment .container .text-box .text2 {
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__comment .container .text-box .text2 {
    font-size: 1.6rem;
    padding-right: unset;
  }
}
.p-restaurant-detail__comment .container .image-box {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant-detail__comment .container .image-box {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant-detail__comment .container .image-box {
    order: 1;
  }
}
.p-restaurant-detail__comment .container .image-box img {
  width: 100%;
}

.p-restaurant__sec1 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec1 {
    margin-top: 56px;
  }
}
.p-restaurant__sec1 .lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec1 .lead {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-restaurant__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
}
.p-restaurant__sec1 .container {
  width: 496px;
  margin: 56px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 48px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec1 .container {
    width: 100%;
    gap: 24px;
  }
}
.p-restaurant__sec1 .container a {
  width: calc(33.3333333333% - 32px);
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec1 .container a {
    width: calc(33.3333333333% - 16px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-restaurant__sec1 .container a:hover {
    opacity: 0.6;
  }
}
.p-restaurant__sec1 .container a img {
  width: 100%;
}

.p-restaurant__sec2 {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec2 {
    margin-top: 56px;
  }
}
.p-restaurant__sec2 .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec2 .button-area {
    flex-direction: column-reverse;
    gap: 32px;
    margin-top: 48px;
  }
}
.p-restaurant__sec2 .button-area .c-textLink-normal {
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec2 .button-area .c-textLink-normal {
    position: relative;
    right: unset;
  }
}
.p-restaurant__sec2 .banner-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec2 .banner-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 64px;
  }
}
.p-restaurant__sec2 .banner-container .item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec2 .banner-container .item {
    width: 100%;
    padding: 0 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-restaurant__sec2 .banner-container .item:hover {
    opacity: 0.6;
  }
}
.p-restaurant__sec2 .banner-container .item img {
  width: 100%;
}
.p-restaurant__sec2 .banner-container .item .text1 {
  margin-top: 8px;
  text-align: center;
}

.p-restaurant__sec3 {
  margin-top: 142px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 {
    margin-top: 80px;
  }
}
.p-restaurant__sec3 .container {
  display: none;
  margin: 60px auto 0;
}
.p-restaurant__sec3 .container.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 .container {
    margin-top: 32px;
  }
}
.p-restaurant__sec3 .container .item-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 .container .item-container {
    flex-direction: column;
    margin-top: 32px;
  }
}
.p-restaurant__sec3 .container .text1 {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 .container .text1 {
    text-align: left;
  }
}
.p-restaurant__sec3 .container .item {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 .container .item {
    width: 100%;
  }
}
.p-restaurant__sec3 .container .item .image-box {
  position: relative;
}
.p-restaurant__sec3 .container .item .image-box img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-restaurant__sec3 .container .item .image-box::after {
  content: "";
  display: block;
  width: 120px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-restaurant__sec3 .container .item .image-box.sagano::after {
  background: url("/assets-static/images/restaurant/logo1.png") no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fff;
}
.p-restaurant__sec3 .container .item .image-box.tempura::after {
  background: url("/assets-static/images/restaurant/logo2.png") no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fff;
}
.p-restaurant__sec3 .container .item .image-box.hisuien::after {
  background: url("/assets-static/images/restaurant/logo3.png") no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fff;
}
.p-restaurant__sec3 .container .item .image-box.hoen::after {
  background: url("/assets-static/images/restaurant/logo4.png") no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fff;
}
.p-restaurant__sec3 .container .item .image-box.ambercourt::after {
  background: url("/assets-static/images/restaurant/logo5.png") no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fff;
}
.p-restaurant__sec3 .container .item .image-box.darley::after {
  background: url("/assets-static/images/restaurant/logo6.png") no-repeat;
  background-size: 70%;
  background-position: center;
  background-color: #fff;
}
.p-restaurant__sec3 .container .item .text-box {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 .container .item .text-box {
    margin-top: 8px;
  }
}
.p-restaurant__sec3 .container .item .text-box .title {
  line-height: 1.5;
}
.p-restaurant__sec3 .container .item .text-box .description {
  line-height: 1.77;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec3 .container .item .text-box .description {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 8px;
  }
}
.p-restaurant__sec3 .container .item .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.p-restaurant__sec4 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 {
    margin-top: 80px;
    overflow-x: hidden;
  }
}
.p-restaurant__sec4 .container {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container {
    margin-top: 60px;
  }
}
.p-restaurant__sec4 .container .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container .item {
    display: block;
  }
}
.p-restaurant__sec4 .container .item:not(:first-of-type) {
  margin-top: 40px;
}
.p-restaurant__sec4 .container .item .text-box {
  width: 35%;
  background: #fcfcfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 4.5vw;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container .item .text-box {
    width: 100%;
    padding: 40px 24px;
  }
}
.p-restaurant__sec4 .container .item .text-box img {
  width: 15vw;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container .item .text-box img {
    width: 160px;
  }
}
.p-restaurant__sec4 .container .item .text-box .description {
  margin-top: 2.5vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container .item .text-box .description {
    margin-top: 24px;
  }
}
.p-restaurant__sec4 .container .item .image-box {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container .item .image-box {
    width: 100%;
  }
}
.p-restaurant__sec4 .container .item .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-restaurant__sec4 .container .item .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-restaurant__sec4 .container .item .button-area {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec4 .container .item .button-area {
    margin-top: 32px;
  }
}

.p-restaurant__sec5 {
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  .p-restaurant__sec5 {
    margin-top: 72px;
  }
}

.p-room__sec1 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 {
    margin-top: 40px;
  }
}
.p-room__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.p-room__sec1 .container {
  display: flex;
  align-items: flex-start;
  width: 85%;
  margin: 80px auto 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-room__sec1 .container {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-room__sec1 .container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
}
.p-room__sec1 .container .table-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container .table-box {
    width: 100%;
    margin-top: 24px;
    order: 2;
  }
}
.p-room__sec1 .container .table-box .room-spec {
  width: 100%;
}
.p-room__sec1 .container .table-box th, .p-room__sec1 .container .table-box td {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.77;
  border-top: 1px solid #F3F3F3;
}
.p-room__sec1 .container .table-box th:last-of-type, .p-room__sec1 .container .table-box td:last-of-type {
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container .table-box th, .p-room__sec1 .container .table-box td {
    font-size: 1.4rem;
  }
}
.p-room__sec1 .container .table-box th .notice, .p-room__sec1 .container .table-box td .notice {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container .table-box th .notice, .p-room__sec1 .container .table-box td .notice {
    font-size: 1rem;
  }
}
.p-room__sec1 .container .table-box th {
  width: 214px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container .table-box th {
    width: 130px;
    padding: 16px 8px;
  }
}
.p-room__sec1 .container .table-box td {
  padding: 16px 0;
}
.p-room__sec1 .container .image-box {
  width: 50%;
  padding-left: 5.625vw;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container .image-box {
    width: 100%;
    padding-left: unset;
    order: 1;
  }
}
.p-room__sec1 .container .image-box img {
  width: 100%;
}
.p-room__sec1 .container .image-box img + img {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-room__sec1 .container .image-box img + img {
    margin-top: 32px;
  }
}

.p-room__sec2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-room__sec2 {
    margin-top: 80px;
    overflow-x: hidden;
  }
}
.p-room__sec2 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-room__sec2 .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-top: 72px;
  }
}
.p-room__sec2 .container .item img {
  width: 100%;
}
.p-room__sec2 .container .item .name {
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-room__sec2 .container .item .name {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-room__sec2 .container .item:hover {
    opacity: 0.6;
  }
}
.p-room__sec2 .facilities-list-container {
  width: 80%;
  margin: 80px auto 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 64px 32px;
  display: flex;
  align-items: flex-start;
}
.p-room__sec2 .facilities-list-container + .facilities-list-container {
  margin-top: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-room__sec2 .facilities-list-container {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-room__sec2 .facilities-list-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-room__sec2 .facilities-list-container {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 24px 0;
  }
}
.p-room__sec2 .facilities-list-container .headings {
  width: 180px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-room__sec2 .facilities-list-container .headings {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-room__sec2 .facilities-list-container .list-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 48px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-room__sec2 .facilities-list-container .list-box {
    display: block;
    margin-top: 16px;
  }
}
.p-room__sec2 .facilities-list-container .list-box span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-room__sec2 .facilities-list-container .list-box span {
    display: block;
    font-size: 1.4rem;
    position: relative;
    margin-top: 10px;
  }
  .p-room__sec2 .facilities-list-container .list-box span::before {
    content: "・";
  }
}

.p-room__sec3 {
  margin-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-room__sec3 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.p-room__rooms-container {
  width: 100%;
  margin: 120px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-room__rooms-container {
    display: block;
    margin-top: 80px;
  }
}
.p-room__rooms-container .headings {
  width: 180px;
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
  border-right: 1px solid #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-room__rooms-container .headings {
    width: 100%;
    text-align: center;
    border-right: none;
  }
}
.p-room__rooms-container .list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 4vw;
}
@media screen and (max-width: 767px) {
  .p-room__rooms-container .list-box {
    flex-direction: column;
    margin-top: 24px;
    padding-left: unset;
  }
}

.p-room__button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-room__button-area {
    flex-direction: column;
    margin-top: 40px;
  }
}

.p-stay__sec1 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec1 {
    margin-top: 48px;
  }
}
.p-stay__sec1 .lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-stay__sec1 .lead {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-stay__sec1 .text1 {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec1 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
}

.p-stay__sec2 {
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 {
    margin-top: 72px;
  }
}
.p-stay__sec2 .grade-list {
  width: 100%;
  margin-top: 106px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list {
    margin-top: 56px;
  }
}
.p-stay__sec2 .grade-list .grade-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item {
    flex-direction: column;
  }
}
.p-stay__sec2 .grade-list .grade-item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item:not(:first-of-type) {
    margin-top: 56px;
  }
}
.p-stay__sec2 .grade-list .grade-item .image-box {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .image-box {
    width: 100%;
    padding: 0 16px;
    margin-top: 24px;
    order: 2;
  }
}
.p-stay__sec2 .grade-list .grade-item .image-box img {
  width: 100%;
}
.p-stay__sec2 .grade-list .grade-item .text-box {
  width: 40%;
  min-height: 464px;
  padding-left: 4.87vw;
  padding-right: 5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-stay__sec2 .grade-list .grade-item .text-box {
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-stay__sec2 .grade-list .grade-item .text-box {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .text-box {
    width: 100%;
    min-height: unset;
    order: 1;
  }
}
.p-stay__sec2 .grade-list .grade-item .text-box .title {
  font-size: 4.8rem;
  margin-top: 4.5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .p-stay__sec2 .grade-list .grade-item .text-box .title {
    font-size: 4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-stay__sec2 .grade-list .grade-item .text-box .title {
    font-size: 3.6rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .text-box .title {
    font-size: 3.2rem;
    margin-top: 0;
  }
}
.p-stay__sec2 .grade-list .grade-item .text-box .description {
  line-height: 2;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-stay__sec2 .grade-list .grade-item .text-box .description {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .text-box .description {
    margin-top: 16px;
  }
}
.p-stay__sec2 .grade-list .grade-item .room-list {
  width: 880px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 40px;
  background: #fafafa;
  margin: -10vw 30px 0 auto;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .room-list {
    width: 100%;
    padding: 0 32px 40px;
    margin: 0;
    display: block;
    order: 3;
  }
}
.p-stay__sec2 .grade-list .grade-item .room-list .room-item {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 16px;
  }
}
.p-stay__sec2 .grade-list .grade-item .room-list .room-item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item img {
    width: 50%;
  }
}
.p-stay__sec2 .grade-list .grade-item .room-list .room-item .name {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item .name {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 8px;
  }
}
.p-stay__sec2 .grade-list .grade-item .room-list .room-item .name.label-plusSeries::before {
  position: absolute;
  top: -28px;
  left: -8px;
  content: "Plus Series";
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 1.2rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item .name.label-plusSeries::before {
    top: unset;
    bottom: 0;
    left: -100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item:hover img {
    opacity: 0.6;
  }
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item:hover .name {
    color: #999;
  }
  .p-stay__sec2 .grade-list .grade-item .room-list .room-item:hover .label-plusSeries::before {
    background: #666;
  }
}
.p-stay__sec2 .grade-list .grade-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.p-stay__sec2 .grade-list .grade-item:nth-of-type(2n) .room-list {
  margin: -10vw auto 0 30px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec2 .grade-list .grade-item:nth-of-type(2n) .room-list {
    margin: 0;
  }
}
.p-stay__sec2 .grade-list .grade-item#grade2 .room-list,
.p-stay__sec2 .grade-list .grade-item#grade3_2 .room-list {
  justify-content: flex-end;
}

.p-stay__sec3 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec3 {
    margin-top: 72px;
  }
}
.p-stay__sec3 .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-stay__sec3 .button-area {
    flex-direction: column-reverse;
    gap: 48px;
    margin-top: 40px;
  }
}
.p-stay__sec3 .button-area .c-textLink-normal {
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec3 .button-area .c-textLink-normal {
    position: relative;
    right: unset;
  }
}

.p-stay__sec4 {
  background: url("/assets-static/images/stay/bg-dot.png");
  background-size: cover;
  margin-top: 112px;
  padding-top: 120px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec4 {
    margin-top: 40px;
    padding-top: 40px;
    overflow-x: hidden;
  }
}
.p-stay__sec4 .container {
  width: 90%;
  margin: 132px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 88px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec4 .container {
    width: 100%;
    margin-top: 64px;
    gap: 64px;
  }
}
.p-stay__sec4 .container .item {
  width: calc(50% - 44px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-stay__sec4 .container .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-stay__sec4 .container .item {
    width: 100%;
  }
}
.p-stay__sec4 .container .item img {
  width: 100%;
}
.p-stay__sec4 .container .item .title {
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  line-height: 1.33;
  padding-right: 48px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-stay__sec4 .container .item .title {
    font-size: 1.8rem;
    line-height: 1.77;
    text-align: left;
  }
}
.p-stay__sec4 .container .item .description {
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  line-height: 1.77;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec4 .container .item .description {
    font-size: 1.4rem;
    line-height: 2.28;
    margin-top: 20px;
  }
}

.p-stay__sec5 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-stay__sec5 {
    margin-top: 72px;
  }
}

.p-top__kv {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__kv {
    height: calc(100vh - 68px);
  }
}
.p-top__kv .video-container {
  position: absolute;
  right: 0;
  width: 85%;
  height: calc(100vh - 80px);
  overflow-y: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__kv .video-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__kv .video-container {
    width: 100%;
    height: calc(100vh - 68px);
    overflow-x: hidden;
  }
}
.p-top__kv video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__kv video {
    right: unset;
    height: calc(100vh - 68px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__kv video {
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100vh - 68px);
    min-height: 100vh;
  }
}
.p-top__kv .text-box {
  color: #000;
  font-size: 4.2rem;
  letter-spacing: 12px;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 112px;
  transform: translateY(-50%);
  padding: 0 24px;
}
.p-top__kv .text-box .bg {
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .p-top__kv .text-box {
    display: none;
  }
}

.p-top__sec1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top__sec1 {
    display: block;
    margin-top: 64px;
  }
}
.p-top__sec1 .image-box {
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__sec1 .image-box {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec1 .image-box {
    width: 100%;
  }
}
.p-top__sec1 .image-box img {
  width: 100%;
}
.p-top__sec1 .text-box {
  width: 40%;
  font-size: 1.8rem;
  line-height: 3.1;
  padding-left: 7vw;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__sec1 .text-box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec1 .text-box {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5;
    padding-left: 0;
    margin-top: 32px;
  }
}

.p-top__movie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top__movie {
    margin-top: 60px;
  }
}
.p-top__movie iframe {
  width: 560px;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 767px) {
  .p-top__movie iframe {
    width: 100%;
  }
}

.p-top__sec2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top__sec2 {
    margin-top: 60px;
  }
}
.p-top__sec2 .text-lead {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__sec2 .text-lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 40px;
  }
}
.p-top__sec2 .slider-stay {
  width: 100%;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-top__sec2 .slider-stay {
    margin-top: 24px;
  }
}
.p-top__sec2 .slider-stay .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .p-top__sec2 .slider-stay .slide {
    padding: 0 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top__sec2 .slider-stay .slide:hover {
    opacity: 0.6;
  }
}
.p-top__sec2 .slider-stay .slide .roomName {
  margin-top: 18px;
  padding-left: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__sec2 .slider-stay .slide .roomName {
    margin-top: 8px;
    padding-left: 44px;
    font-size: 1.4rem;
  }
}
.p-top__sec2 .slider-stay .slide .roomName::before {
  content: "";
  width: 60px;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-top__sec2 .slider-stay .slide .roomName::before {
    width: 40px;
  }
}
.p-top__sec2 .slider-stay .slide img {
  width: 100%;
}

.p-top__sec3 {
  margin-top: 172px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 {
    margin-top: 96px;
  }
}
.p-top__sec3::after {
  position: absolute;
  top: -332px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: url("/assets-static/images/top/bg-dot.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top__sec3::after {
    display: none;
  }
}
.p-top__sec3 .amenities-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 72px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container {
    display: block;
  }
}
.p-top__sec3 .amenities-container .block {
  width: calc(50% - 36px);
  position: relative;
}
.p-top__sec3 .amenities-container .block:not(:last-of-type) {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block:not(:last-of-type) {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block {
    width: 100%;
    display: block;
  }
}
.p-top__sec3 .amenities-container .block img {
  width: 100%;
}
.p-top__sec3 .amenities-container .block .text1 {
  font-size: clamp(1.4rem, 1.125vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block .text1 {
    line-height: 1.7;
    text-align: left;
  }
}
.p-top__sec3 .amenities-container .block .text2 {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  line-height: 2;
  margin-top: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block .text2 {
    font-size: 1.4rem;
    line-height: 2.28;
    text-align: left;
  }
}
.p-top__sec3 .amenities-container .block .sub-headings {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  padding: 18px 32px 10px;
  border-left: 1px solid #757575;
  border-right: 1px solid #757575;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block .sub-headings {
    font-size: 3.2rem;
    padding: 6px 28px 12px;
  }
}
.p-top__sec3 .amenities-container .block .lead {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block .lead {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-top: 24px;
  }
}
.p-top__sec3 .amenities-container .block.first {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.first {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-top__sec3 .amenities-container .block.first::before {
  position: absolute;
  content: url("/assets-static/images/common/headings-our-services.svg");
  top: -200px;
  left: -190px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.first::before {
    transform: scale(0.46);
    left: -190px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num1 {
    margin-top: 64px;
  }
}
.p-top__sec3 .amenities-container .block.-num1::before {
  position: absolute;
  content: url("/assets-static/images/top/number1.svg");
  top: -60px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num1::before {
    transform: scale(0.46);
    top: -80px;
    left: -50px;
  }
}
.p-top__sec3 .amenities-container .block.-num2 {
  margin-top: -250px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .p-top__sec3 .amenities-container .block.-num2 {
    margin-top: -180px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .p-top__sec3 .amenities-container .block.-num2 {
    margin-top: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__sec3 .amenities-container .block.-num2 {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num2 {
    margin-top: 64px;
  }
}
.p-top__sec3 .amenities-container .block.-num2::before {
  position: absolute;
  content: url("/assets-static/images/top/number2.svg");
  top: -60px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num2::before {
    transform: scale(0.46);
    top: -80px;
    left: -60px;
  }
}
.p-top__sec3 .amenities-container .block.-num3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num3 {
    margin-top: 64px;
  }
}
.p-top__sec3 .amenities-container .block.-num3::before {
  position: absolute;
  content: url("/assets-static/images/top/number3.svg");
  top: -60px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num3::before {
    transform: scale(0.46);
    top: -80px;
    left: -60px;
  }
}
.p-top__sec3 .amenities-container .block.-num4 {
  margin-top: -220px;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .p-top__sec3 .amenities-container .block.-num4 {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .p-top__sec3 .amenities-container .block.-num4 {
    margin-top: -140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__sec3 .amenities-container .block.-num4 {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num4 {
    margin-top: 64px;
  }
}
.p-top__sec3 .amenities-container .block.-num4::before {
  position: absolute;
  content: url("/assets-static/images/top/number4.svg");
  top: -70px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .p-top__sec3 .amenities-container .block.-num4::before {
    transform: scale(0.46);
    top: -90px;
    left: -60px;
  }
}

.p-top__sec4 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__sec4 {
    margin-top: 54px;
  }
}
.p-top__sec4 .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__sec4 .button-area {
    flex-direction: column-reverse;
    gap: 48px;
    margin-top: 40px;
  }
}
.p-top__sec4 .button-area .c-textLink-normal {
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__sec4 .button-area .c-textLink-normal {
    position: relative;
    right: unset;
  }
}

.p-top__sec5 {
  margin-top: 122px;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 {
    overflow: hidden;
    margin-top: 64px;
  }
}
.p-top__sec5 .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container {
    display: block;
  }
}
.p-top__sec5 .container .text-box {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-top__sec5 .container .text-box .text-lead {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .text-box .text-lead {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-top: 46px;
  }
}
.p-top__sec5 .container .image-box {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .image-box {
    width: 100%;
    margin-top: 32px;
  }
}
.p-top__sec5 .container .image-box .image-main {
  width: 100%;
}
.p-top__sec5 .container .image-box .slider-restaurant-thumbnail {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .image-box .slider-restaurant-thumbnail {
    margin-top: 20px;
  }
}
.p-top__sec5 .container .image-box .slider-restaurant-thumbnail .image-logo {
  width: 100%;
  padding-bottom: 8px;
}
.p-top__sec5 .container .image-box .slider-restaurant-thumbnail .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.p-top__sec5 .container .image-box .slider-restaurant-thumbnail .swiper-slide {
  width: calc(16.6666666667% - 14px) !important;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .image-box .slider-restaurant-thumbnail .swiper-slide {
    width: calc(33.3333333333% - 14px) !important;
  }
}
.p-top__sec5 .container .image-box .slider-restaurant-thumbnail .swiper-slide-thumb-active {
  border-bottom: 1px solid #000;
}
.p-top__sec5 .container .image-box .switch-container {
  display: none;
}
.p-top__sec5 .container .image-box .switch-container .description {
  line-height: 2;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .image-box .switch-container .description {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .container .image-box .switch-container a {
    margin: 30px auto 0;
  }
}
.p-top__sec5 .banner-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .banner-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 64px;
  }
}
.p-top__sec5 .banner-container .item {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-top__sec5 .banner-container .item {
    width: 100%;
    padding: 0 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top__sec5 .banner-container .item:hover {
    opacity: 0.6;
  }
}
.p-top__sec5 .banner-container .item img {
  width: 100%;
}
.p-top__sec5 .banner-container .item .text1 {
  margin-top: 8px;
  text-align: center;
}

.p-top__sec6 {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 {
    background: #f7f7f7;
    margin-top: 64px;
  }
}
.p-top__sec6.p-top__sec6 {
  padding-top: 120px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-top__sec6.p-top__sec6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-top__sec6 .background-layer {
  position: absolute;
  top: 4%;
  content: "";
  width: 100%;
  height: 450px;
  background: #f7f7f7;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .background-layer {
    display: none;
  }
}
.p-top__sec6 .text-lead {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .text-lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 40px;
  }
}
.p-top__sec6 .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  padding: 0 8vw;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .container {
    display: block;
    padding: 0 6vw;
    margin-top: 24px;
  }
}
.p-top__sec6 .container .block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .container .block {
    display: block;
    width: 100%;
  }
  .p-top__sec6 .container .block:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top__sec6 .container .block:hover {
    opacity: 0.6;
  }
}
.p-top__sec6 .container .block img {
  width: 100%;
}
.p-top__sec6 .container .block .text1 {
  font-size: 3.2rem;
  letter-spacing: 1px;
  margin-top: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .container .block .text1 {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 16px;
  }
}
.p-top__sec6 .container .block .text1::after {
  position: absolute;
  right: 0;
  top: 32px;
  content: "";
  width: 104px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__sec6 .container .block .text1::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .container .block .text1::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top__sec6 .container .block:hover .text1::after {
    animation: arrow_progressing 0.8s infinite;
    transform-origin: left;
  }
}
.p-top__sec6 .container .block .text2 {
  line-height: 2;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top__sec6 .container .block .text2 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 16px;
  }
}

.p-top__sec7 {
  margin-top: 72px;
}

.p-wedding__fv .wrapper {
  position: relative;
}
.p-wedding__fv .wrapper .text-box {
  position: absolute;
  top: 50%;
  left: 11.25vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-wedding__fv .wrapper .text-box {
    top: 56px;
    left: 16px;
    transform: unset;
  }
}
.p-wedding__fv .wrapper .text-box .text1 {
  color: #d6b500;
  font-size: 1.8rem;
}
.p-wedding__fv .wrapper .text-box .text2 {
  color: #4e4e4e;
  font-size: clamp(2.2rem, 1.75vw, 2.8rem);
  letter-spacing: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-wedding__fv .wrapper .text-box .text2 {
    line-height: 1.39;
  }
}
.p-wedding__fv .wrapper .image-box {
  width: 45vw;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-wedding__fv .wrapper .image-box {
    width: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .p-wedding__fv .wrapper .image-box {
    width: 90%;
    top: unset;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-wedding__fv .wrapper .image-box img {
  width: 100%;
}

.p-wedding__sec1 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec1 {
    margin-top: 64px;
  }
}

.p-wedding__sec2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 {
    margin-top: 80px;
  }
}
.p-wedding__sec2 .container {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container {
    margin-top: 64px;
  }
}
.p-wedding__sec2 .container .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
}
.p-wedding__sec2 .container .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.p-wedding__sec2 .container .item:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item:not(:first-of-type) {
    margin-top: 56px;
  }
}
.p-wedding__sec2 .container .item .image-box {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item .image-box {
    width: 100%;
    margin-top: 24px;
  }
}
.p-wedding__sec2 .container .item .image-box img {
  width: 100%;
}
.p-wedding__sec2 .container .item .text-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 80px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item .text-box {
    width: 100%;
    padding: 0;
  }
}
.p-wedding__sec2 .container .item .text-box .name {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #b29b19;
}
.p-wedding__sec2 .container .item .text-box .name .en {
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item .text-box .name .en {
    font-size: 3.2rem;
  }
}
.p-wedding__sec2 .container .item .text-box .name .ja {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item .text-box .name .ja {
    font-size: 1.4rem;
  }
}
.p-wedding__sec2 .container .item .text-box .description {
  color: #666;
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec2 .container .item .text-box .description {
    margin-top: 16px;
  }
}
.p-wedding__sec2 .container .item:nth-of-type(even) .text-box {
  margin-right: unset;
  margin-left: auto;
}

.p-wedding__sec3 {
  margin-top: 120px;
  overflow: hidden;
}
.p-wedding__sec3.p-wedding__sec3 {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec3 {
    margin-top: 80px;
  }
}
.p-wedding__sec3 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec3 .container {
    gap: 24px 0;
    margin-top: 64px;
    padding: 0 16px;
  }
}
.p-wedding__sec3 .container .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec3 .container .item {
    width: 100%;
  }
}
.p-wedding__sec3 .container .item img {
  width: 100%;
}
.p-wedding__sec3 .container .item .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec3 .container .item .caption {
    margin-top: 12px;
  }
}
.p-wedding__sec3 .container .item .caption .name {
  color: #b29b19;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec3 .container .item .caption .name {
    font-size: 1.6rem;
  }
}
.p-wedding__sec3 .container .item .caption .link {
  color: #666;
  font-size: 1.4rem;
}
.p-wedding__sec3 .container .item .caption .link a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-wedding__sec3 .container .item .caption .link a:hover {
    opacity: 0.6;
  }
}
.p-wedding__sec3 .container .item .caption .icon-camera {
  content: url("/assets-static/images/common/icon-camera.svg");
  margin: 0 4px;
}

.p-wedding__sec4 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec4 {
    margin-top: 72px;
  }
}
.p-wedding__sec4 .text1 {
  font-size: 1.8rem;
  line-height: 2.33;
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec4 .text1 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: 40px;
  }
}
.p-wedding__sec4 .image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec4 .image-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }
}
.p-wedding__sec4 .image-container img {
  width: 100%;
}

.p-wedding__sec5 {
  margin-top: 120px;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec5 {
    margin-top: 72px;
  }
}
.p-wedding__sec5.p-wedding__sec5 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-wedding__sec5.p-wedding__sec5 {
    padding-bottom: 80px;
  }
}
.p-wedding__sec5 .c-slider .slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cookie-consent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  background-color: #4A4A4A;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  z-index: 2147483647;
}
.cookie-consent.active {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cookie-consent {
    flex-direction: column;
  }
}
.cookie-consent .cookie-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71;
}
.cookie-consent .cookie-text a {
  text-decoration: underline;
}
.cookie-consent .cookie-agree {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
  padding: 8px 24px;
  border-radius: 100px;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie-consent .cookie-agree {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cookie-consent .cookie-agree:hover {
    color: #fff;
    background: #333;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: #000 !important;
  top: 50% !important;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

.c-slider .swiper-button-prev,
.c-slider .swiper-button-next {
  top: calc((100vw - 40px) / 2) !important;
}

.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev::after {
  content: url("/assets-static/images/common/icon-slider-prev.svg") !important;
}

.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next::after {
  content: url("/assets-static/images/common/icon-slider-next.svg") !important;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.u-center {
  margin: 0 auto;
}

.u-spacer-top-xs {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .u-spacer-top-xs {
    margin-top: 16px;
  }
}

.u-spacer-top-sm {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .u-spacer-top-sm {
    margin-top: 32px;
  }
}

.u-spacer-top-md {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .u-spacer-top-md {
    margin-top: 48px;
  }
}

.u-spacer-top-lg {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .u-spacer-top-lg {
    margin-top: 64px;
  }
}

.u-hidden-pc {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */