@charset "UTF-8";

/* リキッドレイアウト対応 */
@font-face {
  font-family: "Chiron Sung HK", serif;
  src: url("font/BIZUDPMincho-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Chiron Sung HK", serif;
  src: url("font/BeyondInfinity-Demo.ttf") format("truetype");
}

body {
  font-family: "Chiron Sung HK", serif;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 20px !important;
  width: 1.25rem !important;
  height: 20px !important;
  height: 1.25rem !important;
  border-radius: 0.625rem;
  background: #fef0a5;
}

.swiper-pagination-bullet {
  opacity: unset;
  width: 12px !important;
  width: 0.75rem !important;
  height: 4px !important;
  height: 0.25rem !important;
  border-radius: unset !important;
  background: rgba(255, 249, 217, 0.7);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fef0a5;
}

.swiper-button-prev::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  left: 0.5rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-top: 0.125rem solid #000;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.swiper-button-next::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  left: 0.25rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-top: 0.125rem solid #000;
  border-right: 2px solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-slide img {
  max-height: 400px;
  max-height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-back-btn a {
  background: linear-gradient(95deg,
      #caffe6 6.94%,
      #caffe6 6.95%,
      #faffd0 104.38%);
  width: 320px;
  width: 20rem;
  height: 100px;
  height: 4.25rem;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.c-back-btn a:hover {
  background: linear-gradient(95deg,
      #faffd0 6.94%,
      #faffd0 6.95%,
      #caffe6 104.38%);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.c-back-btn__inner {
  text-align: center;
}

.c-back-btn__text {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.c-back-btn:hover .c-back-btn__text {
  color: #292d32;
  /* ホバー時のテキストの色 */
}

.c-back-btn__icon>svg {
  position: relative;
  left: -104px;
  left: -6.5rem;
}

.c-back-btn__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.c-back-btn:hover .c-back-btn__icon {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  /* ホバー時のアイコンの移動 */
}

.c-content-title__text {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-content-title__text {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.c-content-title__underline {
  width: 76px;
  width: 4.75rem;
  height: 2px;
  height: 0.125rem;
  background: #07a1c3;
  margin-left: auto;
  margin-right: auto;
}

.c-emphasis {
  font-weight: 700;
}

.c-fv-mask img {
  top: 0;
  z-index: 99;
  width: 100%;
  height: 660px;
  height: 41.25rem;
  object-fit: unset;
}

@media screen and (min-width: 768px) {
  .c-fv-mask img {
    height: 45.625rem;
  }
}

.c-label {
  display: inline;
}

.c-label__inner {
  border-radius: 0.75rem;
  background: #fef0a5;
  display: inherit;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.c-label__text {
  display: inherit;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Chiron Sung HK", serif;
  text-align: center;
}

.c-lead__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: 5%;
}

@media screen and (min-width: 768px) {
  .c-lead__text {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

.c-main-btn a {
  background: linear-gradient(95deg,
      #faffd0 6.94%,
      #faffd0 6.95%,
      #caffe6 104.38%);
  width: 320px;
  width: 20rem;
  height: 100px;
  height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.c-main-btn a:hover {
  background: linear-gradient(95deg,
      #caffe6 6.94%,
      #caffe6 6.95%,
      #faffd0 104.38%);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.c-main-btn__inner {
  text-align: center;
}

.c-main-btn__text {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.c-main-btn:hover .c-main-btn__text {
  color: #292d32;
  /* ホバー時のテキストの色 */
}

.c-main-btn__text>svg {
  position: relative;
  top: 5px;
  top: 0.3125rem;
}

.c-main-btn__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.c-main-btn:hover .c-main-btn__icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  /* ホバー時のアイコンの移動 */
}

.c-main-btn__note {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 5%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.c-more-btn {
  border: 1px solid #07a1c3;
  border: 0.0625rem solid #07a1c3;
  border-left-width: 8px;
  border-left-width: 0.5rem;
  position: relative;
  overflow: hidden;
}

.c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #07a1c3;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.c-more-btn:hover::before {
  width: 100%;
}

.c-more-btn__inner {
  padding-top: 14px;
  padding-top: 0.875rem;
  /* padding-right: 58px; */
  padding-right: 1.625rem;
  /* padding-left: 58px; */
  padding-left: 1.625rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.c-more-btn__text {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-more-btn__text>svg {
  position: absolute;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 32px;
  margin-left: 2rem;
}

.c-more-btn__icon {
  position: relative;
}

.c-photo__inner {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .c-photo__inner {
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
  }
}

.c-photo__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-section-title {
  text-align: center;
}

.c-section-title__en {
  /* font-family:"Beyond Infinity", sans-serif; */
  /* font-family: "Dancing Script", cursive; */
  font-family: "Caveat", cursive;
  letter-spacing: 3;
  line-height: 48px;
  line-height: 3rem;
  display: inline-block;
  font-size: 60px;
  font-size: 3.75rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 4.5rem;
  }
}

.c-section-title__jp {
  letter-spacing: 2.6px;
  letter-spacing: 0.1625rem;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-section-title__jp {
    font-size: 1.25rem;
  }
}

.c-swiper-silider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .c-swiper-silider {
    margin-bottom: 1.5rem;
    max-height: 25rem !important;
  }
}

.c-table {
  border-collapse: collapse;
}

.c-table th {
  background-color: #07a1c3;
  color: #fff;
  font-weight: 400;
}

.c-table td {
  background-color: #fff;
}

.c-table th,
.c-table td {
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {

  .c-table th,
  .c-table td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.c-table>td p {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.c-text-content {
  max-width: 680px;
  max-width: 42.5rem;
}

.c-text-content__inner {
  background-color: rgba(255, 249, 217, 0.7);
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .c-text-content__inner {
    padding-top: 3.125rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    padding-bottom: 3.125rem;
  }
}

.c-text-content__title {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  display: inline;
}

@media screen and (min-width: 768px) {
  .c-text-content__title {
    font-size: 1.25rem;
  }
}

.c-text-content__underline {
  width: 38px;
  width: 2.375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #07a1c3;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .c-text-content__underline {
    width: 4.75rem;
    margin-top: 1.5rem;
  }
}

.c-text-content__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 5%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-text-content__text {
    line-height: 1.875rem;
    margin-top: 1.5rem;
  }
}

.c-text-content__btn {
  max-width: 160px;
  max-width: 10rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.c-text-content__btn>a>.c-more-btn__inner>.c-more-btn__icon {
  left: 32px;
  left: 2rem;
}

.l-drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 667px;
  min-height: 41.6875rem;
  height: 100%;
  background-image: url("../images/common/sp-drawer-nav-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 99999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: slideIn 0.5s ease-in-out;
  animation: slideIn 0.5s ease-in-out;
}

.l-drawer-menu__contents {
  max-height: calc(100% - 7.75rem);
  /* メニューの高さから余白を引いた値 */
  overflow-y: auto;
  /* 縦方向のスクロールを可能にする */
}

.l-drawer-menu__items {
  margin-top: 124px;
  margin-top: 7.75rem;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.l-drawer-menu__logo {
  max-width: 240px;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.l-drawer-menu__logo img {
  width: 240px;
  width: 15rem;
}

.l-error {
  width: 100%;
  color: #fff;
  background-color: #666;
}

.l-error__container {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .l-error__container {
    padding-top: 16.25rem;
    padding-bottom: 10rem;
    text-align: center;
  }
}

.l-error__container h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-error__container h1 {
    font-size: 3.75rem;
  }
}

.l-error__container p {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .l-error__container p {
    padding-top: 0.625rem;
    font-size: 2.25rem;
  }
}

.l-footer {
  background-color: #333;
  width: 100%;
}

.l-footer__inner {
  max-width: 350px;
  max-width: 21.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 78.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-footer__copyright {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.l-footer-info {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-footer-info {
    width: 50%;
  }
}

.l-footer-info__logo {
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .l-footer-info__logo {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.l-footer-info__address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.l-footer-info__company {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.l-footer-info__note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.l-footer-info__pdf,
.l-footer-links__qa {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.l-footer-links__qa {
  margin-top: 10px;
}

.l-footer-info__pdf a,
.l-footer-links__qa a {
  width: 100%;
  display: block;
  padding: 15px;
  border: 1px solid;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer-info__pdf a {
    width: 300px;
  }

  .l-footer-links {
    width: 50%;
  }
}

.l-footer-links__btn a {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .l-footer-links__btn a {
    margin-left: auto;
  }
}

.l-footer-links__btn a>.c-main-btn__icon {
  position: relative;
  top: 4px;
  top: 0.25rem;
  left: 96px;
  left: 6rem;
}

.l-footer-links__phone {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  max-width: 336px;
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .l-footer-links__phone {
    margin-right: 0;
  }
}

.l-footer-links__call {
  text-align: center;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.l-footer-links__call a {
  font-size: 28px;
  font-size: 1.3rem;
}

.l-footer-links__note {
  margin-right: 16px;
  margin-right: 1rem;
  text-align: right;
}

.l-footer-links__nav {
  color: #fff;
}

.l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.l-footer-menu__left,
.l-footer-menu__right {
  padding-left: 14px;
  padding-left: 0.875rem;
}

@media screen and (min-width: 768px) {

  .l-footer-menu__left,
  .l-footer-menu__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 0;
  }
}

.l-footer-menu__left {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .l-footer-menu__left {
    width: 100%;
  }
}

.l-footer-menu__right {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .l-footer-menu__right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-menu__left>.l-footer-menu__item {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-menu__right>.l-footer-menu__item {
    width: 50%;
  }
}

.l-footer-menu__item {
  max-width: 80px;
  max-width: 8rem;
}

@media screen and (min-width: 768px) {
  .l-footer-menu__item {
    padding-left: 3.125rem;
    max-width: unset;
  }
}

.l-footer-menu__item a:hover {
  color: #fef0a5;
}

.l-footer-menu__en {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-footer-menu__en {
    text-align: center;
  }
}

.l-footer-menu__jp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .l-footer-menu__jp {
    text-align: center;
    white-space: nowrap;
  }
}

.l-global-menu {
  color: #fff;
  text-align: center;
}

.l-global-menu__link {
  /* margin-left: auto;
  margin-right: auto; */
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-global-menu__link {
    margin-bottom: 0rem;
    max-width: unset;
  }
}

.l-global-menu__link a:hover {
  color: #fef0a5;
}

.l-global-menu__en {
  font-family: "Beyond Infinity", sans-serif;
  font-size: 20px;
  font-size: 1.1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-global-menu__en {
    margin-bottom: 0.625rem;
  }
}

.l-global-menu__jp {
  font-family: "Chiron Sung HK", serif;
  font-size: 14px;
  font-size: 0.8rem;
}

.l-hamburger-menu {
  position: fixed;
  /* top: 24px;
  top: 1.5rem; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 10px;
  right: 1rem;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  .l-hamburger-menu {
    display: none;
  }
}

.l-hamburger-menu__line {
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 6px 0 6px 0;
}

.l-hamburger-menu .l-hamburger-menu__line:nth-child(1) {
  width: 45px;
  width: 2.8125rem;
}

.l-hamburger-menu .l-hamburger-menu__line:nth-child(2) {
  width: 35px;
  width: 2.1875rem;
}

.l-hamburger-menu .l-hamburger-menu__line:nth-child(3) {
  width: 25px;
  width: 1.5625rem;
}

.l-hamburger-menu.is-open .l-hamburger-menu__line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 8px);
}

.l-hamburger-menu.is-open .l-hamburger-menu__line:nth-child(2) {
  opacity: 0;
}

.l-hamburger-menu.is-open .l-hamburger-menu__line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(0px, -1px);
}

.l-header-btn a {
  background: linear-gradient(95deg,
      #faffd0 6.94%,
      #faffd0 6.95%,
      #caffe6 104.38%);
  width: 180px;
  width: 11.25rem;
  height: 50px;
  height: 3.125rem;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-radius: 2.5rem;
  z-index: 999999;
}

@media screen and (min-width: 768px) {
  .l-header-btn a {
    display: flex;
    width: 10rem;
    height: 3rem;
  }
}

.l-header-btn a:hover {
  background: linear-gradient(95deg,
      #caffe6 6.94%,
      #caffe6 6.95%,
      #faffd0 104.38%);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.l-header-btn__text {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .l-header-btn__text {
    font-size: 1rem;
  }
}

.l-header-btn:hover .l-header-btn__text {
  color: #292d32;
  /* ホバー時のテキストの色 */
}

.l-header-btn__text>svg {
  position: relative;
  top: 2px;
  top: 0.125rem;
  left: 18px;
  left: 1.125rem;
}

.l-header-btn__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.l-header-btn:hover .l-header-btn__icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  /* ホバー時のアイコンの移動 */
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.l-header__inner {
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 96%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  /* margin-top: 24px;
  margin-top: 1.5rem; */
  margin-top: 10px;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.l-header__item {
  margin-right: 50px;
  margin-right: 1.6rem;
}

.l-inner {
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* ブレッドクラムのナビゲーション */
.p-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb {
    max-width: 67.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ブレッドクラムのリスト */
.p-breadcrumb__item {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {

  .p-broken-grid__items--left,
  .p-broken-grid__items--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-broken-grid__items--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-broken--grid__photo--first {
  max-width: 664px;
  max-width: 41.5rem;
}

.p-broken--grid__text--first {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--first {
    margin-top: 7.375rem;
    margin-left: -5rem;
    margin-bottom: 2.375rem;
    z-index: 5;
    max-width: 50%;
  }
}

.p-broken--grid__text--first::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/illust-01.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 78px;
  width: 4.875rem;
  height: 94px;
  height: 5.875rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  margin-left: 240px;
  margin-left: 15rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--first::after {
    display: none;
  }
}

.p-broken--grid__text--first::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--first::before {
    display: unset;
    content: "";
    position: absolute;
    background-image: url("../images/common/illust-01.png");
    background-size: cover;
    background-position: center;
    z-index: 50;
    width: 8.5625rem;
    height: 10.5rem;
    margin-top: -7.875rem;
    margin-left: calc(50vw - 15rem);
  }
}

@media screen and (min-width: 1440px) {
  .p-broken--grid__text--first::before {
    margin-left: 29.5rem;
  }
}

.p-broken--grid__text--second {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--second {
    margin-top: 8.125rem;
    z-index: 5;
    max-width: 50%;
  }
}

.p-broken--grid__text--second::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/illust-02.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 120px;
  width: 7.5rem;
  height: 84px;
  height: 5.25rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  margin-left: 200px;
  margin-left: 12.5rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--second::after {
    display: none;
  }
}

.p-broken--grid__text--second::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--second::before {
    display: unset;
    content: "";
    position: absolute;
    background-image: url("../images/common/illust-02.png");
    background-size: cover;
    background-position: center;
    z-index: 50;
    width: 12.8125rem;
    height: 8.875rem;
    margin-top: -5.25rem;
    margin-left: -2.6875rem;
  }
}

.p-broken--grid__photo--second {
  margin-top: 55px;
  margin-top: 3.4375rem;
  max-width: 664px;
  max-width: 41.5rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__photo--second {
    margin-top: 2.375rem;
    margin-left: -5rem;
    margin-bottom: 2.3125rem;
  }
}

.p-broken--grid__photo--third {
  margin-top: 55px;
  margin-top: 3.4375rem;
  max-width: 664px;
  max-width: 41.5rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__photo--third {
    margin-top: 2.3125rem;
    margin-left: -5rem;
    z-index: 5;
    width: 50%;
  }
}

.p-broken--grid__text--third {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--third {
    margin-top: 3.125rem;
    margin-left: -5rem;
    z-index: 5;
    max-width: 50%;
  }
}

.p-broken--grid__photo--fourth {
  margin-top: 55px;
  margin-top: 3.4375rem;
  max-width: 664px;
  max-width: 41.5rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__photo--fourth {
    margin-top: 2.3125rem;
    margin-left: -5rem;
    z-index: 5;
    width: 50%;
  }
}

.p-broken--grid__text--fourth {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--fourth {
    margin-top: 3.125rem;
    margin-left: -5rem;
    z-index: 5;
    max-width: 50%;
  }
}

.p-broken--grid__text--fourth::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/illust-03.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 88px;
  width: 5.5rem;
  height: 88px;
  height: 5.5rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  margin-left: 220px;
  margin-left: 13.75rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--fourth::after {
    width: 10.3125rem;
    height: 10.3125rem;
    margin-top: -3.625rem;
    margin-left: calc(50vw - 17.375rem);
  }
}

@media screen and (min-width: 1440px) {
  .p-broken--grid__text--fourth::after {
    margin-left: 27.625rem;
  }
}

.p-cv-btns {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  max-width: 878px;
  max-width: 54.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cv-btns {
    margin-bottom: 4.375rem;
  }
}

.p-cv-btns__inner {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-cv-btns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}

.p-cv-btns__call a>.c-main-btn__icon {
  position: relative;
  top: 4px;
  top: 0.25rem;
  left: 26px;
  left: 1.625rem;
}

.p-cv-btns__web a>.c-main-btn__icon {
  position: relative;
  top: 4px;
  top: 0.25rem;
  left: 96px;
  left: 6rem;
}

.p-cv-btns__mail a>.c-main-btn__icon {
  position: relative;
  top: 4px;
  top: 0.25rem;
  left: 26px;
  left: 2.9rem;
}

.p-cv-btns__call {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}

.p-cv-btns__mail {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}

@media screen and (min-width: 768px) {
  .p-cv-btns__mail {
    margin: 0 50px;
  }

  .p-cv-btns__web {
    margin: 0 50px;
  }
}

.p-cv-btns__call a>.c-main-btn__inner>.c-main-btn__text {
  font-size: 28px;
  font-size: 1.25rem;
}

.p-cv-btns__mail a>.c-main-btn__inner>.c-main-btn__text {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-cv-btns__web a>.c-main-btn__inner>.c-main-btn__text {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-flowing-slider {
  width: 100%;
  overflow: hidden;
}

.p-flowing-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

.p-flowing-slide img {
  width: 100%;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 768px) {
  .p-middle-card {
    max-width: 37.75rem;
  }
}

.p-middle-card__inner {
  -webkit-box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-middle-card__inner {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

.p-middle-card__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
}

.p-news-list__item a {
  display: block;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  border-bottom: 1px dashed #ccc;
}

@media screen and (min-width: 600px) {
  .p-news-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news-list__img {
  margin-right: 24px;
  margin-right: 1.5rem;
  max-width: 80px;
  max-width: 5rem;
  max-height: 80px;
  max-height: 5rem;
}

@media screen and (min-width: 768px) {
  .p-news-list__img {
    max-width: 10rem;
    max-height: 10rem;
  }
}

.p-news-list__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  .p-news-list__info {
    margin-bottom: 0;
  }
}

.p-news-list__date {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-news-list__label {
  margin-right: 12px;
  margin-right: 0.75rem;
  min-width: 120px;
  min-width: 7.5rem;
}

.p-news-list__item a:hover .p-news-list__text {
  text-decoration: underline;
}

/* Layout Layer */
.p-pagination {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-pagination {
    margin-bottom: 7.5rem;
  }
}

/* Object Layer */
.page-numbers {
  display: inline-block;
  padding: 5px 11px;
  padding: 0.3125rem 0.6875rem;
  margin: 0 2px;
  margin: 0 0.125rem;
  text-decoration: none;
  color: #000;
  border-radius: 1.875rem;
  min-width: 30px;
  min-width: 1.875rem;
  min-height: 30px;
  min-height: 1.875rem;
}

.page-numbers.current {
  font-weight: bold;
  background-color: #fef0a5;
}

.page-numbers:not(.prev):not(.next):not(.current) {
  background-color: rgba(255, 249, 217, 0.7);
}

a.page-numbers:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-small-card {
    max-width: 21.875rem;
  }
}

.p-small-card__img {
  height: auto;
}

.p-small-card__inner {
  padding-top: 16px;
  padding-top: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  min-height: 158px;
  min-height: 3.875rem;
  background-color: #fff;
}

.p-small-card__title {
  font-size: 16px;
  font-size: 1rem;
  border-left: 3px solid #07a1c3;
  border-left: 0.1875rem solid #07a1c3;
  /* 左側のボーダーの太さと色を指定 */
  margin-bottom: 12px;
  margin-top: 12px;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-small-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.p-twin-column {
  max-width: 1440px;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-twin-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-twin-column__img {
    width: 50%;
  }
}

.p-twin-column__img>img {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-twin-column__img>img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-twin-column__contents {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-twin-column__contents {
    width: 50%;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-twin-column__title {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline;
}

.p-twin-column__underline {
  width: 50px;
  width: 3.125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #07a1c3;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-twin-column__underline {
    width: 4.75rem;
    margin-top: 1rem;
  }
}

.p-twin-column__text {
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
}

@media screen and (min-width: 768px) {
  .p-twin-column__text {
    margin-top: 1.5rem;
  }
}

.p-twin-column__btn {
  max-width: 160px;
  max-width: 10rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-twin-column__btn {
    margin-top: 1.5rem;
  }
}

.p-twin-column__btn>a>.c-more-btn__inner>.c-more-btn__icon {
  left: 32px;
  left: 2rem;
}

.p-twin-column__illust {
  position: absolute;
  width: calc(50vw - 5rem);
  margin-top: -64px;
  margin-top: -4rem;
}

.p-twin-column__illust img {
  margin-left: auto;
  max-width: 88px;
  max-width: 5.5rem;
}

.p-food-contents {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-food-contents {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 5rem;
  }
}

.p-food-contents__menu {
  margin-left: auto;
  margin-right: auto;
}

.p-food-contents__hilight--first {
  width: 303px;
  width: 18.9375rem;
  margin-top: -12px;
  margin-top: -0.75rem;
}

@media screen and (min-width: 768px) {
  .p-food-contents__hilight--first {
    width: 22.5rem;
    margin-top: -1rem;
    margin-left: 8.5rem;
  }
}

.p-food-contents__hilight--second {
  width: 303px;
  width: 18.9375rem;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-food-contents__hilight--second {
    width: 24.75rem;
    margin-left: 8.5rem;
    margin-top: 0;
  }
}

.p-food-contents__hilight--third {
  width: 303px;
  width: 18.9375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-food-contents__hilight--third {
    width: 24.75rem;
    margin-left: 8.5rem;
    margin-top: -0.5rem;
  }
}

.p-food-contents__hilight--fourth {
  width: 303px;
  width: 18.9375rem;
  margin-top: -12px;
  margin-top: -0.75rem;
}

@media screen and (min-width: 768px) {
  .p-food-contents__hilight--fourth {
    width: 22.5rem;
    margin-top: -1rem;
    margin-left: 9.5rem;
  }
}

.p-food-contents__hilight--fifth {
  width: 188px;
  width: 11.75rem;
  margin-top: -12px;
  margin-top: -0.75rem;
  margin-left: 64px;
  margin-left: 4rem;
}

@media screen and (min-width: 768px) {
  .p-food-contents__hilight--fifth {
    width: 12.75rem;
    margin-top: -1rem;
    margin-left: 13.5rem;
  }
}

.p-food-fv {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-food-fv {
    margin-bottom: 2.5rem;
  }
}

.p-food-fv__img img {
  width: 100%;
  height: 400px;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-food-fv__img img {
    height: 45rem;
  }
}

.p-food-fv__text {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-family: "Chiron Sung HK", serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 32px;
  left: 2rem;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-food-fv__text {
    font-size: 3.375rem;
    line-height: 4.5rem;
    top: 11.25rem;
    left: 20%;
  }
}

.p-food-fv__mask img {
  height: 400px;
  height: 25rem;
}

@media screen and (min-width: 768px) {
  .p-food-fv__mask img {
    height: 45rem;
  }
}

.p-food-menu {
  max-width: 343px;
  max-width: 21.4375rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu {
    max-width: 71.75rem;
  }
}

.p-food-menu__outer {
  background-color: rgba(255, 249, 217, 0.8);
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  border-radius: 2rem;
  stroke: #333;
}

.p-food-menu__inner {
  border-radius: 1.25rem;
  border: 1px dashed #333;
  border: 0.0625rem dashed #333;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu__inner {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-food-menu__left {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu__left {
    margin-left: 5rem;
    max-width: 39.5rem;
  }
}

.p-food-menu__hilight {
  position: absolute;
}

.p-food-menu__title {
  font-family: "Chiron Sung HK", serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  z-index: 1;
  position: relative;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-food-menu__title {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    white-space: unset;
  }
}

.p-food-menu__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu__lead {
    margin-bottom: 1.5rem;
  }
}

.p-food-menu__right {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: 14px;
  margin-left: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu__right {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 5rem;
    margin-bottom: 1.5rem;
    min-width: 18.3125rem;
  }
}

.p-food-menu__category {
  font-family: "Chiron Sung HK", serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 199, 0, 0.5)),
      to(rgba(255, 199, 0, 0.5)));
  background-image: linear-gradient(rgba(255, 199, 0, 0.5),
      rgba(255, 199, 0, 0.5));
  background-size: 100% 0.875rem;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
}

.p-food-menu__items {
  list-style-type: disc;
  padding-left: 14px;
  padding-left: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu__items {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-food-menu__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
}

.p-food-menu__price {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
  padding-right: 14px;
  padding-right: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-food-menu__price {
    margin-bottom: 1.5rem;
  }
}

.p-food-menu__note {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-food-others {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-food-others {
    max-width: 90rem;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}

.p-food-others__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
  max-width: 10rem;
}

@media screen and (min-width: 768px) {
  .p-food-others__inner {
    max-width: 15rem;
  }
}

.p-food-others__title {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-food-others__title {
    margin-bottom: 5rem;
  }
}

.p-food-others__title>.c-section-title__en {
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-food-others__title>.c-section-title__jp {
  text-align: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-food-others__hilight {
  position: absolute;
  -webkit-transform: rotate(-3.94deg);
  transform: rotate(-3.94deg);
  max-width: 160px;
  max-width: 10rem;
  z-index: -1;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-food-others__hilight {
    max-width: 15rem;
  }
}

.p-food-others__title>.c-section-title__en,
.p-food-others__title>.c-section-title__jp {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {

  .p-food-others__items--left,
  .p-food-others__items--right {
    margin-bottom: 4.6875rem;
  }
}

.p-food-others__items--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-food-others__item.p-twin-column__img {
  display: inline;
  max-height: 156px;
  max-height: 9.75rem;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-food-others__item.p-twin-column__img {
    max-height: 18.75rem;
  }
}

.p-food-others__item.p-twin-column__img img {
  max-height: inherit;
}

.p-hoshizora {
  background-color: #44484d;
}

.p-hoshizora__outer {
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__outer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hoshizora__inner {
  background-color: #fff;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 2.5rem 0 #000;
  box-shadow: 0 0.25rem 2.5rem 0 #000;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-hoshizora__up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-hoshizora__main {
    margin-right: 3rem;
  }
}

.p-hoshizora__logo {
  max-width: 323px;
  max-width: 20.1875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__logo {
    max-width: 25rem;
    margin-bottom: 1.5rem;
  }
}

.p-hoshizora__copy {
  font-family: "Chiron Sung HK", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 2.6px;
  letter-spacing: 0.1625rem;
  text-align: center;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__copy {
    font-size: 1.625rem;
  }
}

.p-hoshizora__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__img {
    max-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-hoshizora__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-hoshizora__text {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__text {
    margin-left: 3rem;
    margin-right: 2rem;
    max-width: 28.75rem;
  }
}

.p-hoshizora__illust {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-hoshizora__illust {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 8.5625rem;
    margin-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-ise-food {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-ise-food {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.p-ise-food__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-ise-food__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-ise-food__title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-ise-food__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 32.1875rem;
  }
}

.p-ise-food__hilight {
  position: absolute;
  max-width: 147px;
  max-width: 9.1875rem;
  margin-top: -24px;
  margin-top: -1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-ise-food__hilight {
    max-width: 10.875rem;
    margin-top: -2rem;
    margin-left: calc(50vw - 17.5rem);
  }
}

.p-ise-food__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-ise-food__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-ise-food__title>.c-section-title__jp {
    margin-top: 2rem;
    margin-left: 3.625rem;
  }
}

.p-ise-food__lead {
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-ise-food__lead {
    line-height: 1.875rem;
    letter-spacing: 5%;
    max-width: 66.3125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-advantage {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-advantage {
    margin-top: 3.75rem;
    margin-bottom: 7.5rem;
  }
}

.p-advantage__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  max-width: 23.4375rem;
}

@media screen and (min-width: 768px) {
  .p-advantage__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 62.5rem;
  }
}

.p-advantage__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  max-width: 340px;
  max-width: 21.25rem;
}

@media screen and (min-width: 768px) {
  .p-advantage__title {
    margin-bottom: 5rem;
    max-width: 34rem;
    text-align: left;
  }
}

.p-advantage__hilight {
  position: absolute;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  max-width: 320px;
  max-width: 20rem;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-advantage__hilight {
    max-width: 22.5rem;
    left: unset;
    right: unset;
  }
}

.p-advantage__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-advantage__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: right;
}

.p-cases {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-cases {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}

.p-cases__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-cases__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-cases__title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-cases__title {
    margin-bottom: 5rem;
  }
}

.p-cases__hilight {
  position: absolute;
  max-width: 184px;
  max-width: 11.5rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-cases__hilight {
    max-width: 18.75rem;
    margin-top: -0.5rem;
  }
}

.p-cases__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-cases__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-cases__btns {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-cases__btns {
    margin-top: 2.6875rem;
    margin-bottom: 5rem;
  }
}

.p-group-fv {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-group-fv {
    margin-bottom: 2.5rem;
  }
}

.p-group-fv__img img {
  width: 100%;
  height: 400px;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-group-fv__img img {
    height: 45rem;
  }
}

.p-group-fv__text {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.5);
  font-family: "Chiron Sung HK", serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  position: absolute;
  top: 100px;
  top: 6.25rem;
  top: 18.25rem;
  left: 16px;
  left: 1rem;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-group-fv__text {
    font-size: 3.375rem;
    line-height: 4.5rem;
    top: 25rem;
    left: 5%;
  }
}

.p-group-fv__mask img {
  height: 400px;
  height: 25rem;
}

@media screen and (min-width: 768px) {
  .p-group-fv__mask img {
    height: 45rem;
  }
}

.p-archive-list__items {
  width: 100%;
}

.p-archive-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-archive-list__item a {
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-archive-list__img {
  margin-right: 24px;
  margin-right: 1.5rem;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-archive-list__img {
    width: 10rem;
    height: 10rem;
  }
}

.p-archive-list__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: inherit;
  height: inherit;
}

.p-archive-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  .p-archive-list__info {
    margin-bottom: 0;
  }
}

.p-archive-list__date {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-archive-list__label {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-archive-list__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-archive-list__body {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-archive-list__text:hover {
  text-decoration: underline;
}

.p-archive-page {
  width: 100%;
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-archive-page {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5rem;
  }
}

.p-archive-page__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-archive-page__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-news-fv {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}

.p-news-fv__img img {
  width: 100%;
  height: 400px;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-news-fv__img img {
    height: 45rem;
  }
}

.p-news-fv__text {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-family: "Chiron Sung HK", serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  position: absolute;
  top: 200px;
  top: 12.5rem;
  left: 0;
  right: 64px;
  right: 4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-news-fv__text {
    font-size: 3.375rem;
    line-height: 4.5rem;
    top: 22.5rem;
    right: 13.75rem;
    text-align: center;
    max-width: 90rem;
  }
}

.p-news-fv__cover img {
  height: 400px;
  height: 25rem;
}

@media screen and (min-width: 768px) {
  .p-news-fv__cover img {
    height: 45rem;
  }
}

.p-room-fv {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-room-fv {
    margin-bottom: 2.5rem;
  }
}

.p-room-fv__img img {
  width: 100%;
  height: 660px;
  height: 41.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-room-fv__img img {
    height: 45rem;
  }
}

.p-room-fv__text {
  color: #000;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-family: "Chiron Sung HK", serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  position: absolute;
  top: 154px;
  top: 9.625rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-room-fv__text {
    font-size: 3.375rem;
    line-height: 4.5rem;
    top: 12.5rem;
    left: 0;
    right: 0;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.p-room-fv__mask img {
  height: 400px;
  height: 25rem;
}

@media screen and (min-width: 768px) {
  .p-room-fv__mask img {
    height: 45rem;
  }
}

/* 260309 spの時はアコーディオンメニューに変更する */
.show_pc {
  display: none;
}

.show_sp {
  display: block;
}

/* トグルボタン */
.p-room-menu__toggle {
  font-size: 1rem;
  padding: 5px 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #79aaa0;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}

/* デフォルト三角消す */
.p-room-menu__toggle::-webkit-details-marker {
  display: none;
}

/* ＋マーク */
.p-room-menu__toggle::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1rem;
}

/* 開いた時 */
.p-room-menu.open .p-room-menu__toggle::after {
  content: "−";
}

/* PCでは常に表示 */
@media screen and (min-width: 768px) {
  .show_pc {
    display: block;
  }

  .show_sp {
    display: none;
  }

  .p-room-menu__toggle {
    display: none;
  }

  .p-room-menu {
    display: block;
  }

  .p-room-menu__leaf {
    display: block;
  }
}

/* 260309 spの時はアコーディオンメニューに変更するend */

.p-room-menu {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-room-menu {
    max-width: 34rem;
  }
}

.p-room-menu__leaf::before {
  content: "";
  display: block;
  width: 150px;
  width: 9.375rem;
  height: 123px;
  height: 7.6875rem;
  background: url("../images/room/leaf-top.png") no-repeat;
  background-size: contain;
}

.p-room-menu__leaf::after {
  content: "";
  display: block;
  width: 150px;
  width: 9.375rem;
  height: 123px;
  height: 7.6875rem;
  background: url("../images/room/leaf-bottom.png") no-repeat;
  background-size: contain;
  margin-top: -100px;
  margin-top: -6.25rem;
  margin-left: auto;
}

.p-room-menu__table {
  border: 2px solid #79aaa0;
  border: 0.125rem solid #79aaa0;
  /* 外枠の太さと色を指定 */
  border-collapse: collapse;
  /* テーブルの枠線を重ねるように設定 */
  margin-top: -104px;
  margin-top: -6.5rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-room-menu__table {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: 1rem;
  }
}

.p-room-menu__table th,
.p-room-menu__table td {
  padding-left: 16px;
  padding-left: 0.5rem;
  padding-right: 16px;
  padding-right: 0.5rem;
}

@media screen and (min-width: 768px) {

  .p-room-menu__table th,
  .p-room-menu__table td {
    padding-left: 1.5rem;
  }
}

.p-room-menu__table th {
  min-width: 116px;
  min-width: 7.25rem;
}

@media screen and (min-width: 768px) {
  .p-room-menu__table td {
    max-width: 23.3125rem;
  }
}

.p-room-menu__table th,
.p-room-menu__table td {
  vertical-align: top;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-left: 1px solid #ccc;
  border-left: 0.0625rem solid #ccc;
}

.p-room-menu__table th:not(:last-child):not(:first-child),
.p-room-menu__table td:not(:last-child):not(:first-child) {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-left: 2px solid #07a1c3;
  border-left: 0.125rem solid #07a1c3;
}

@media screen and (min-width: 768px) {

  .p-room-menu__table th,
  .p-room-menu__table td {
    padding-bottom: 1rem;
  }
}

.p-room-menu__table tr:first-child>th,
.p-room-menu__table tr:first-child>td {
  padding-top: 16px;
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {

  .p-room-menu__table tr:first-child>th,
  .p-room-menu__table tr:first-child>td {
    padding-top: 2rem;
  }
}

.p-room-menu__table tr:last-child>th,
.p-room-menu__table tr:last-child>td {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {

  .p-room-menu__table tr:last-child>th,
  .p-room-menu__table tr:last-child>td {
    padding-bottom: 2rem;
  }
}

.p-room-menu__note {
  color: #666;
}

.p-room-wrap {
  width: 100%;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  .p-room-wrap {
    margin-bottom: 7.5rem;
  }
}

.p-room-wrap__header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-room-wrap__header {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-room-wrap__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-room-wrap__card {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-room-wrap__card {
    width: 40%;
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-room-wrap__menu {
    margin-left: 1rem;
    width: 60%;
  }
}

.p-tent-type {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-tent-type {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.p-tent-type__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-tent-type__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-tent-type__title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-tent-type__title {
    margin-bottom: 5rem;
  }
}

.p-tent-type__hilight {
  position: absolute;
  max-width: 184px;
  max-width: 11.5rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-left: calc(50vw - 5.875rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-tent-type__hilight {
    max-width: 18.75rem;
    margin-top: -1.5rem;
    margin-left: calc(50vw - 10rem);
  }
}

.p-tent-type__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-tent-type__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-tent-type__lead {
  line-height: 28px;
  line-height: 1.75rem;
}

.p-tent-type__lead a {
  font-weight: bold;
  color: #33733d;
}

@media screen and (min-width: 768px) {
  .p-tent-type__lead {
    line-height: 1.875rem;
    letter-spacing: 5%;
    max-width: 66.3125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-single-post {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.p-single-post__header {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  width: 100%;
  background-color: #333;
  height: 240px;
  height: 15rem;
}

@media screen and (min-width: 768px) {
  .p-single-post__header {
    height: 22.5rem;
  }
}

/* 260309冒頭文のアンカーリンクを削除・内部リンク、予約ボタン追加 */
.p-tent-type__lead span {
  font-weight: bold;
  color: #33733d;
}

.anchor_container {
  margin: 50px auto;
}

.anchor_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 80px;
  padding: 10px;
  max-width: 980px;
  justify-content: left;
}

.anchor_list>li {
  width: 48%;
}

.anchor_list>li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 10px;
  color: #fff;
  background: #79aaa0;
  border-radius: 35px;
  font-size: 0.875rem;
}

.anchor_list>li>a:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.anchor_list>li>a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .anchor_list {
    gap: 20px;
  }

  .anchor_list>li {
    width: 22%;
  }

  .anchor_list>li>a {
    font-size: 1rem;
  }
}

#room .p-cv-btns__web a>.c-main-btn__icon {
  left: 4rem;
}

#room .c-main-btn a {
  border-radius: 35px;
  margin: 0 auto;
}

/* 260309冒頭文のアンカーリンクを削除する・内部リンク、予約ボタン追加 end */

.p-single-post__header img {
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}

.p-single-post__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-single-post__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 67.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-single-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-single-post__info {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}

.p-single-post__date {
  margin-right: 16px;
  margin-right: 1rem;
}

.p-single-post__title {
  position: relative;
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-single-post__title {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-single-post__body {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-single-post__body img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-single-post__body {
    margin-bottom: 3.75rem;
  }
}

.p-single-post__btn {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-single-post__btn {
    margin-bottom: 5rem;
  }
}

.p-single-post__btn a {
  margin-left: auto;
  margin-right: auto;
}

.p-about {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-about {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5rem;
  }
}

.p-about__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-about__inner {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

.p-about__title {
  max-width: 797px;
  max-width: 49.8125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-about__title {
    margin-bottom: 4.5rem;
  }
}

.p-about__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-about__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-about__title>.c-section-title__jp {
    text-align: right;
  }
}

.p-about__hilight {
  position: absolute;
  -webkit-transform: rotate(-0.8deg);
  transform: rotate(-0.8deg);
  max-width: 341px;
  max-width: 21.3125rem;
  margin-top: 56px;
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .p-about__hilight {
    margin-top: 1rem;
    margin-left: 1.25rem;
    max-width: 45rem;
  }
}

.p-access {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-access {
    margin-top: 5.3125rem;
    margin-bottom: 5rem;
  }
}

.p-access__title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-access__title {
    margin-bottom: 5rem;
  }
}

.p-access__hilight {
  position: absolute;
  max-width: 184px;
  max-width: 11.5rem;
  margin-left: calc(50vw - 5.875rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-access__hilight {
    max-width: 18.75rem;
    margin-top: -0.5rem;
    margin-left: calc(50vw - 10rem);
  }
}

.p-access__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-access__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-access__info {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-access__info {
    max-width: 79rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.375rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-access__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.p-access__table th {
  text-align: left;
  vertical-align: top;
  width: 25%;
}

.p-access__table td {
  width: 75%;
}

.p-access__table th,
.p-access__table td {
  font-size: 0.875rem;
  padding-top: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {

  .p-access__table th,
  .p-access__table td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

/* スマホ表示 */
@media screen and (max-width: 767px) {

  .p-access__table th,
  .p-access__table td {
    display: block;
    width: 100%;
  }

  .p-access__table td {
    padding-top: 0.625rem;
    margin-bottom: 1.5625rem;
  }

}

.p-amenity {
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-amenity {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
}

.p-amenity__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-amenity__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 68.75rem;
  }
}

.p-amenity__hilight {
  position: absolute;
  -webkit-transform: rotate(-3.94deg);
  transform: rotate(-3.94deg);
  max-width: 200px;
  max-width: 12.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: calc(50vw - 7.5rem);
}

@media screen and (min-width: 768px) {
  .p-amenity__hilight {
    max-width: 15.9375rem;
    margin-left: -7.5rem;
  }
}

.p-amenity__title {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-amenity__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-amenity__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-amenity__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-amenity__title>.c-section-title__jp {
    margin-top: 0rem;
  }
}

.p-amenity__lead {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-amenity__lead {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-amenity__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.p-amenity__img1,
.p-amenity__img2 {
  max-width: 66%;
}

@media screen and (min-width: 768px) {

  .p-amenity__img1,
  .p-amenity__img2 {
    max-width: 22.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-amenity__img1 {
    margin-top: 0.625rem;
    margin-right: -2.5rem;
  }
}

.p-amenity__img2 {
  z-index: 5;
  margin-top: -16px;
  margin-top: -1rem;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-amenity__img2 {
    margin-top: 4.6875rem;
  }
}

.p-amenity__text {
  margin-top: -16px;
  margin-top: -1rem;
  background: linear-gradient(95deg,
      rgba(250, 255, 208, 0.4) 6.94%,
      rgba(202, 255, 230, 0.4) 104.38%);
}

@media screen and (min-width: 768px) {
  .p-amenity__text {
    margin-left: -2.5rem;
  }
}

.p-amenity__list {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-amenity__list {
    padding-top: 2.8125rem;
    padding-left: 6.5625rem;
    padding-right: 2.5rem;
    padding-bottom: 2.8125rem;
  }
}

.p-food__inner {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(240, 253, 153, 0.2)),
      to(rgba(162, 253, 210, 0.2)));
  background: linear-gradient(rgba(240, 253, 153, 0.2) 0%,
      rgba(162, 253, 210, 0.2) 100%);
  padding-top: 64px;
  padding-top: 4rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-food__inner {
    padding-top: 5.3125rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 5.3125rem;
  }
}

.p-food__title {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-food__title {
    margin-bottom: 3.4375rem;
  }
}

.p-food__hilight {
  position: absolute;
  max-width: 324px;
  max-width: 20.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: calc(50vw - 11.5rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-food__hilight {
    max-width: 28.9375rem;
    margin-left: calc(50vw - 15rem);
  }
}

.p-food__title>.c-section-title__en {
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-food__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-food__lead {
  max-width: 900px;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-food__lead {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-food__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 3.125rem;
  }
}

.p-food__item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-food__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 30%;
  }
}

.p-food__btn {
  margin-left: auto;
  margin-right: auto;
}

.p-food__btn.c-more-btn {
  max-width: 240px;
  max-width: 15rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-food__btn.c-more-btn {
    margin-top: 1.5rem;
  }
}

.p-food__btn>a>.c-more-btn__inner>.c-more-btn__icon {
  left: 72px;
  left: 4.5rem;
}

.p-fv-slider {
  overflow: hidden;
}

.p-fv-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition:
    transform 1s ease-in-out,
    -webkit-transform 1s ease-in-out;
}

.p-fv-slide__pc img,
.p-fv-slide__sp img {
  width: 100%;
  height: 660px;
  height: 41.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {

  .p-fv-slide__pc img,
  .p-fv-slide__sp img {
    height: 45rem;
  }
}

.p-fv-slide__pc,
.p-fv-slide__sp {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: -1;
}

.p-fv-slide__pc.active,
.p-fv-slide__sp.active {
  opacity: 1;
  /* activeクラスを持つスライドを表示 */
}

.cesresort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-glamp-dog {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-glamp-dog {
    margin-bottom: 5rem;
    width: 32%;
  }
}

.p-glamp-dog__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-glamp-dog__banner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  height: 175px;
  background-image: url("../images/top/glamp-dog.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .p-glamp-dog__banner {
    height: 140px;
  }
}

.p-nokan__banner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  height: 140px;
  background-image: url("../images/top/nokan.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
}

.p-aneland__banner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  height: 140px;
  background-image: url("../images/top/aneland.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .p-glamp-dog__banner {
    font-size: 1.625rem;
    padding-top: 3.625rem;
    padding-bottom: 4.375rem;
    height: 240px;
  }

  .p-nokan__banner {
    font-size: 1.625rem;
    padding-top: 3.625rem;
    padding-bottom: 4.375rem;
    height: 240px;
  }

  .p-aneland__banner {
    font-size: 1.625rem;
    padding-top: 3.625rem;
    padding-bottom: 4.375rem;
    height: 240px;
  }
}

.p-glamp-dog__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-glamp-dog__title {
    font-size: 1.625rem;
  }
}

.p-glamp-dog__note,
.p-glamp-dog__lead {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-map__title {
  background: url("../images/top/map-bg.jpg");
  width: 100%;
  height: 180px;
  height: 11.25rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-map__title {
    height: 25rem;
    padding-top: 3rem;
  }
}

.p-map__title>.c-section-title__en {
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-map__title>.c-section-title__jp {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-map__title>.c-section-title__jp {
    text-align: right;
  }
}

.p-map__title>.c-section-title__en,
.p-map__title>.c-section-title__jp {
  max-width: 356px;
  max-width: 22.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-map__hilight {
  position: absolute;
  -webkit-transform: rotate(-3.04deg);
  transform: rotate(-3.04deg);
  max-width: 310px;
  max-width: 19.375rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-left: calc(50vw - 8.75rem);
}

@media screen and (min-width: 768px) {
  .p-map__hilight {
    max-width: 28.9375rem;
    margin-top: -1rem;
    margin-left: calc(50vw - 15rem);
  }
}

.p-map__bg {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(254, 240, 165, 0.2)),
      to(rgba(255, 227, 82, 0.2)));
  background: linear-gradient(rgba(254, 240, 165, 0.2) 0%,
      rgba(255, 227, 82, 0.2) 100%);
}

.p-map__img {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-map__img {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 7.5rem;
  }
}

.p-map__img>img {
  max-width: 900px;
  max-width: 56.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-map__img>img {
    margin-top: -4.375rem;
  }
}

.p-map__btn {
  margin-left: auto;
  margin-right: auto;
}

.p-map__btn.c-more-btn {
  max-width: 240px;
  max-width: 15rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-map__btn.c-more-btn {
    margin-top: 1.5rem;
  }
}

.p-map__btn>a>.c-more-btn__inner>.c-more-btn__icon {
  left: 72px;
  left: 4.5rem;
}

.p-menu {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-menu {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.p-menu__title {
  max-width: 760px;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-menu__title {
    margin-bottom: 5rem;
  }
}

.p-menu__title>.c-section-title__en {
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-menu__title>.c-section-title__jp {
  text-align: center;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-menu__title>.c-section-title__jp {
    text-align: right;
  }
}

.p-menu__hilight {
  position: absolute;
  -webkit-transform: rotate(-3.94deg);
  transform: rotate(-3.94deg);
  max-width: 309px;
  max-width: 19.3125rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: calc(50vw - 10rem);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-menu__hilight {
    max-width: 25rem;
    margin-left: 11.25rem;
  }
}

.p-menu__title>.c-section-title__en,
.p-menu__title>.c-section-title__jp {
  margin-left: auto;
  margin-right: auto;
}

.p-menu__lead {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  letter-spacing: 5%;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .p-menu__lead {
    max-width: 72.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 2.25rem;
  }
}

.p-nemu__lead>span {
  font-weight: 700;
}

.p-menu__inner {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .p-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.125rem 2rem 0;
    background-color: rgba(255, 249, 217, 0.7);
    width: 90%;
    max-width: 1280px;
    margin: auto;
  }
}

.p-menu__item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  width: 100%;
}

.p-menu__content {
  width: 30%;
  background-color: #fff;
}

.p-menu__img {
  width: 100%;
  height: auto;
}

.p-menu__items h3 {
  font-weight: bold;
}

.p-menu__item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-menu__item {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: 30%;
    max-width: 23rem;
  }
}

.menu_wrap {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width:979px) {
  .menu_wrap {
    max-width: 620px;
    margin: auto;
  }
}

.p-menu-column__btn {
  max-width: 160px;
  max-width: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.p-menu-column__btn>a>.c-more-btn__inner>.c-more-btn__icon {
  left: 32px;
  left: 2rem;
}


/*　--------------------------
 news 新着情報  20260316編集
 --------------------------  */
.p-news__title {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.875rem;
    margin-top: 140px;
  }
}

.p-news__hilight {
  position: absolute;
  -webkit-transform: rotate(-6.33deg);
  transform: rotate(-6.33deg);
  max-width: 144px;
  max-width: 9rem;
  margin-top: -16px;
  margin-top: -1rem;
  margin-left: calc(50vw - 6rem);
}

@media screen and (min-width: 768px) {
  .p-news__hilight {
    max-width: 11.125rem;
    margin-left: -7.5rem;
  }
}

.p-news__title>.c-section-title__en {
  padding-right: 32px;
  padding-right: 2rem;
  -webkit-transform: rotate(-4.167deg);
  transform: rotate(-4.167deg);
}

.p-news__title>.c-section-title__jp {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-news__title>.c-section-title__jp {
    margin-top: 0;
  }
}

.top_news {
  padding: 20px 40px 100px;
}

.top_news .container {
  display: flex;
}

@media screen and (max-width:979px) {
  .top_news {
    max-width: 700px;
    margin: auto;
  }


  .top_news .container {
    flex-direction: column;
  }
}

.news_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news_list {
  width: calc(100% - 140px);
}

.top_news ul li {
  padding: 15px 0;
  border-bottom: 1px solid #EBCA7C;
}

@media screen and (max-width:979px) {
  .top_news ul li {
    padding: 1% 0;
    line-height: 3;
  }

  .news_list {
    width: 100%;
  }
}

.top_news ul li span.date {
  margin: 0 10px;
}

.top_news ul li span.cate {
  color: #fff;
  background: #07a1c3;
  padding: 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width:979px) {
  .top_news ul li span.cate {
    padding: 5px 10px;
  }

  .top_news ul li span.date {
    padding: 0;
    margin: 0;
  }
}

.top_news ul li span.cate a {
  color: #fff;
}

.newsswiper {
  width: 100%;
  margin: 20px 0;
}

.news_swipe_img {
  width: 100%;
  height: 250px;
}

.news_swipe_img img {
  width: 100%;
  height: 250px;
  display: inline;
  object-fit: cover;
}

.news_swipe_note {
  width: 100%;
  background-color: rgba(255, 249, 217, 0.7);
  padding: 15px;
}

.newsswiper .swiper-button-next,
.newsswiper .swiper-button-prev {
  text-align: center;
  line-height: 40px;
  /* 矢印背景の横幅 */
  width: 40px;
  /* 矢印背景の縦幅 */
  height: 40px;
  /* 矢印背景色 */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.newsswiper .swiper-button-next:after,
.newsswiper .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #575757;
}

@media only screen and (max-width: 868px) {
  .news_swipe_img {
    width: 100%;
    height: 180px;
  }

  .news_swipe_img img {
    width: 100%;
    height: 180px;
    display: inline;
    object-fit: cover;
  }

  .newsswiper .swiper-button-next,
  .newsswiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .newsswiper .swiper-button-next:after,
  .newsswiper .swiper-button-prev:after {
    font-size: 12px;
  }
}

.news_swipe_note span.cate {
  color: #fff;
  background: #07a1c3;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width:979px) {
  .news_swipe_note span.cate {
    padding: 5px 10px;
  }
}

/* END news 新着情報 */

.p-pictures {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.p-pictures__img>img {
  width: 50vw;
}

@media screen and (min-width: 768px) {
  .p-pictures__img>img {
    width: 25vw;
  }
}

.p-point {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-point__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.p-point__num {
  font-family: "Chiron Sung HK", serif;
  color: #fff;
  width: 58px;
  width: 3.625rem;
  height: 58px;
  height: 3.625rem;
  border-radius: 50%;
  background-color: #07a1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-point__num {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }
}

.p-point__title {
  margin-left: 4px;
  margin-left: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-point__title {
    display: unset;
    font-size: 1.25rem;
    margin-top: 1.625rem;
    margin-left: 1.5rem;
  }
}

.p-point__underline {
  height: 1px;
  height: 0.0625rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: #07a1c3;
}

@media screen and (min-width: 768px) {
  .p-point__underline {
    margin-top: -0.75rem;
    margin-left: auto;
    margin-bottom: 2.375rem;
    max-width: 56.25rem;
  }
}

.p-point__bg--left,
.p-point__bg--right {
  margin-top: -80px;
  margin-top: -5rem;
  width: 288px;
  width: 20rem;
  height: 288px;
  height: 20rem;
  border-radius: 50%;
  background-color: rgba(255, 249, 217, 0.7);
  position: relative;
  z-index: 1;
}

.p-point__bg--right .p-point__text p.p_sm {
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  .p-point__bg--left,
  .p-point__bg--right {
    margin-top: -10rem;
    width: 24rem;
    height: 24rem;
  }
}

.p-point__bg--left {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .p-point__bg--left {
    margin-left: 5rem;
  }
}

.p-point__bg--right {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-point__bg--right {
    margin-right: 1.25rem;
  }
}

.p-point__text {
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  max-width: 15rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.p-point__img--left,
.p-point__img--right {
  max-width: 784px;
  max-width: 49rem;
}

.p-point__img--left {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-point__img--left {
    margin-left: 5rem;
  }
}

.p-point__img--right {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-point__img--right {
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {

  .p-point__img--left img,
  .p-point__img--right img {
    max-height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-price__inner {
  background: url("../images/top/price-bg.jpg");
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-price__inner {
    padding-top: 3.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-price__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-price__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 3.75rem;
  }
}

.p-price__title>.c-section-title__en {
  color: #07a1c3;
  -webkit-transform: rotate(-13.1deg);
  transform: rotate(-13.1deg);
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-price__title>.c-section-title__jp {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-price__title>.c-section-title__jp {
    margin-top: 0;
  }
}

.p-price__hilight {
  position: absolute;
  max-width: 155px;
  max-width: 9.6875rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: calc(50vw - 5rem);
}

@media screen and (min-width: 768px) {
  .p-price__hilight {
    max-width: 12.6875rem;
    margin-top: 0;
    margin-left: -7rem;
    margin-bottom: -1rem;
  }
}

.p-price__main {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  overflow-x: scroll;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-price__main {
    margin-bottom: 3.5rem;
  }
}

.p-price__btn {
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

.p-price__others {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-price__others {
    font-size: 1.75rem;
    letter-spacing: 5%;
    margin-bottom: 2.25rem;
  }
}

.p-price__sub {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-price__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-price__table {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  max-width: 425px;
  max-width: 70.5625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

/*@media screen and (min-width: 768px) {
  .p-price__table {
    display: inline-block;
    font-size: 1rem;
    margin-left: 2.3125rem;
    margin-right: 2.3125rem;
    max-width: unset;
    width: unset;
    margin-bottom: 2.5rem;
  }
}*/
.p-price__rooms th,
.p-price__rooms td {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 2px;
  padding-left: 0.125rem;
  padding-right: 2px;
  padding-right: 0.125rem;
}

@media screen and (min-width: 768px) {

  .p-price__rooms th,
  .p-price__rooms td {
    padding-top: 1.375rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 1.375rem;
  }
}

.p-price___option th,
.p-price___option td,
.p-price___reltal th,
.p-price___reltal td {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {

  .p-price___option th,
  .p-price___option td,
  .p-price___reltal th,
  .p-price___reltal td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.p-price___option {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-price___option {
    margin-bottom: 0;
  }
}

.p-price__btn>a>.c-more-btn__inner>.c-more-btn__icon {
  left: 48px;
  left: 3rem;
}

.p-stuff {
  height: auto;
}

.p-top-fv {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}

.p-top-fv__logo {
  position: absolute;
  top: 120px;
  top: 7.5rem;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 100;
  max-width: 200px;
  max-width: 12.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-fv__logo {
    max-width: 25rem;
    top: 10rem;
    left: 0;
    right: 0;
  }
}

.p-top-fv__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-fv__text {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-family: "Chiron Sung HK", serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  position: absolute;
  top: 480px;
  top: 30rem;
  left: 16px;
  left: 1rem;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-top-fv__text {
    font-size: 3.375rem;
    line-height: 4.5rem;
    top: 25rem;
    left: 10vw;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=styles.css.map */
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ebebec;
  border-top: 1px solid #ebebec;
}

.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.qa_bk dt {
  padding-bottom: 20px;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 2rem;
  padding-right: 10px;
  color: #e8cc37;
  position: absolute;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 2rem;
  padding-right: 10px;
  color: #c9cdc7;
  position: absolute;
}

/*****************************************************
記事リスト共通
******************************************************/
.contentlist-plg p {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .food_content {
    padding-top: 0;
  }
}

.food_content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  vertical-align: top;
}

.food_content li {
  width: 48%;
  margin-right: 1.9%;
  min-width: 300px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.food_content li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .food_content li {
    width: 48%;
    min-width: auto;
  }

  .food_content li:nth-of-type(3n) {
    margin-right: 1%;
  }

  .food_content li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.food_content li:last-child {
  margin-right: 0px;
}

.food_content__img {
  width: 100%;
  position: relative;
}

.food_content__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .food_content__img img {
    height: 120px;
  }
}

.food_content__period {
  padding: 10px 0;
  width: 100%;
  background: #5d87b7;
  color: #fff;
}

.food_content__ttl {
  width: 90%;
  height: auto;
  margin: 15px auto;
  text-align: center;
  font-size: 16px;
}

.food_content__ttl h3 {
  font-size: 1.4rem;
}

.food_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
}

.food_content_period {
  text-align: center;
}

.food_content_period dl {
  display: inline-block;
  margin: 20px auto 0;
  width: 90%;
}

.food_content_period dt,
.food_content_period dd {
  padding: 8px 24px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #5d87b7;
  box-sizing: border-box;
}

.food_content_period dt {
  width: 25%;
  background: #5d87b7;
  font-size: 14px;
}

.food_content_period dd {
  text-align: left;
  width: 65%;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .food_content__ttl {
    font-size: 14px;
  }

  .food_content__desc {
    font-size: 14px;
  }

  .food_content_period dt,
  .food_content_period dd {
    display: block;
    width: 100%;
  }

  .food_content_period dd {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
}

.food_content_btn {
  display: block;
  width: 50%;
  min-width: 200px;
  height: 45px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  background: #b9c8ca;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin: 20px auto;
}

@media screen and (max-width: 480px) {
  .food_content_btn {
    width: 90%;
    min-width: auto;
  }
}

/*****************************************************
個別投稿ページ（single-pickup.php）
******************************************************/
.content_width {
  padding: 0 20px 40px;
}

.a_text {
  text-decoration-line: underline;
  font-size: 24px;
  font-style: italic;
}

.main_contents_bk {
  background: #fff;
  /*max-width: 1060px;*/
  max-width: 1200px;
  margin: 40px auto !important;
}

.main_contents h2.article_title {
  position: relative;
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .main_contents h2.article_title {
    margin-top: 24px;
    padding: 10px;
    font-size: 16px;
  }
}

/*.main_contents .single_content_cat p {
  text-align: right;
  margin: 2rem 0 4rem;
}
.main_contents .single_content_cat p a {
  color: #996d4d;
  font-size: 1.4rem;
  margin-right: 1rem;
}*/
.main_contents .content_img {
  margin: 32px auto;
  max-width: 1000px;
  /*幅は任意で指定*/
  height: 750px;
  /*高さは必ずpxなどの絶対値を使用。*/
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .main_contents .content_img {
    max-width: 500px;
    height: 50vw;
  }
}

.main_contents .content_img img {
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_contents .sub_title h3.sub_title {
  padding: 8px;
  font-size: 18px;
  color: #5d87b7;
  max-width: 1000px;
  margin: 8px auto;
}

.main_contents .sub_title .opening_text {
  padding: 8px;
  max-width: 1000px;
  margin: 0 auto 4%;
}

.main_contents .content_in {
  max-width: 1000px;
  margin: 2% auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
  .main_contents .content_in {
    flex-direction: column;
  }
}

.main_contents .content_in p.sub_image {
  width: 46%;
  margin-right: 4%;
  margin-bottom: 2%;
}

.main_contents .content_in p.sub_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .main_contents .content_in p.sub_image {
    width: 100%;
    margin-bottom: 0;
  }
}

.main_contents .content_in p.sub_text span {
  font-size: 24px;
  color: #5d87b7;
  line-height: 2;
}

.main_contents .content_in p.sub_text {
  padding: 16px 0 40px;
  width: 50%;
}

@media screen and (max-width: 896px) {
  .main_contents .content_in p.sub_text {
    width: 100%;
  }
}

#overImg {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

#overImg #main_image {
  margin: 48px auto 0;
  text-align: center;
}

#overImg #main_image img {
  width: 800px;
  height: 480px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  #overImg #main_image {
    display: none;
  }
}

#overImg ul.gallery {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  overflow-x: scroll;
}

#overImg ul.gallery li img.gallery_img_s {
  width: 200px;
  height: 119px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  #overImg ul.gallery li img.gallery_img_s {
    width: 300px;
    height: 240px;
    max-width: none !important;
  }
}

#overImg a:hover>img {
  opacity: 1;
}

#overImg a:hover {
  opacity: 1;
}

#overImg a .gallery_img_l {
  display: none;
}

#overImg a:hover .gallery_img_l {
  display: block;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 2;
  margin: 32px auto;
  width: 800px;
  height: 480px;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  #overImg a:hover .gallery_img_l {
    display: none;
  }
}

.main_contents .image-text {
  max-width: 1000px;
  margin: 0 auto;
  color: #818181;
}

/*コンテンツ記事詳細内　記事一覧*/
p.lp_qa_q {
  max-width: 800px;
  margin: 0 auto;
  color: #994d53;
}

p.lp_qa_a {
  padding: 2rem 1rem 5rem;
  text-indent: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

a.link-color {
  font-weight: bold;
  color: #994d53;
}

.green-belt {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 1.4rem;
}

/*****************************************************
アクティビティ（single-activity.php）
******************************************************/
.contents_mainimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 25px;
}

.table-dot {
  font-size: 16px;
  border-bottom: #999 1px dotted;
  padding: 1em;
}

.table-dot:first-of-type {
  border-top: #999 1px solid;
  margin-top: 40px;
}

.table-dot:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 40px;
}

.table-dot dt {
  width: 190px;
}

.table-dot dd {
  width: calc(100% - 190px);
  margin-left: 190px;
  margin-top: -15px;
}

.googlemap iframe {
  width: 100%;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .contents_mainimg img {
    /* height: 200px; */
    height: auto;
  }

  .table-dot {
    font-size: 14px;
    padding: 20px 4%;
  }

  .table-dot:last-of-type {
    margin-bottom: 20px;
  }

  .table-dot dt {
    width: 100px;
  }

  .table-dot dd {
    margin-left: 100px;
    width: 70%;
    word-break: break-all;
  }

  .googlemap iframe {
    height: 260px;
  }
}

.mt_20 {
  margin-top: 20px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_5rem {
  margin-top: 5rem;
}

/* 共通項目 */
.container {
  /*max-width: 1060px;*/
  max-width: 1200px;
  margin: 0 auto;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 896px) {
  .container {
    width: 98%;
  }

  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }
}

.meal_slider {
  margin-bottom: 40px;
  width: 585px;
  max-width: 100%;
}

@media screen and (max-width: 896px) {
  .meal_slider {
    width: 100%;
  }
}

/* ------------------------------
   特定商取引法に基づく表示追加
------------------------------ */
.transactions_page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.transactions_p table {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.transactions_p table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
}

.transactions_p table th,
.transactions_p table th {
  font-size: 16px;
  padding: 16px 25px;
  border-bottom: 1px dotted #fff;
  width: 25%;
  text-align: left;
}

.transactions_p table td,
.transactions_p table td {
  width: 75%;
  font-size: 16px;
  padding: 15px 25px;
  line-height: 1.5;
}

.transactions_p table td {
  border-bottom: 1px dotted #fff;
}

.transactions_p p.txt_area {
  padding: 16px 25px;
}

.transactions_p .txt_width table th,
.transactions_p .txt_width table td {
  border-bottom: 1px dotted #ccc;
}

.transactions_p .txt_width table th,
.transactions_p .txt_width table td {
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 896px) {
  .transactions_p .txt_width table {
    width: 100%;
  }

  .transactions_p table th,
  .transactions_p table th {
    font-size: 16px;
    padding: 16px 3px;
    width: 30%;
  }

  .transactions_p table td,
  .transactions_p table td {
    width: 70%;
    font-size: 16px;
  }

  .transactions_p .txt_width table th,
  .transactions_p table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .transactions_p .txt_width table th {
    text-align: center;
  }

  .img_bt {
    object-position: bottom;
  }
}

/* ------------------------------
   アクセス追加
------------------------------ */
.access_txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 40px;
}

.access_txt h3 {
  font-size: 1rem;
  line-height: 1.875rem;
}

/* ------------------------------
   アニバーサリーケーキバナー
------------------------------ */
.cake_bnrbox {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  max-width: 878px;
  max-width: 64.875rem;
  text-align: center;
}

.cake_bnrimg {}

.cake_bnrimg img {
  width: 100%;
}

/* ------------------------------
  TOPスライド追加
------------------------------ */
/* FVスライドの左右ボタン */
.p-fv-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
}

.p-fv-arrow__prev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ddd;
}

.p-fv-arrow__next::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ddd;
}

/* 次のスライドへ行くボタンの位置 */
.p-fv-arrow__next {
  top: 330px;
  right: 8px;
}

/* 前のスライドへ行くボタンの位置 */
.p-fv-arrow__prev {
  top: 330px;
  left: 8px;
}

@media screen and (min-width: 768px) {
  .p-fv-arrow__next {
    right: 18px;
  }

  .p-fv-arrow__prev {
    left: 18px;
  }
}

/*END*/
/*言語切り替え*/
.language {
  z-index: 9999;
  position: absolute;
  right: 20px;
  top: 122px;
  width: 140px;
  height: 20px;
}

.language>li {
  /*親階層のみ幅を25%にする*/
  width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
  list-style: none;
  position: relative;
}

.language li p.lan-ja,
.language li a {
  background: #eee;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
  border-radius: 10px;
}

/*子階層以降共通*/
.language li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover>ul>li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width: 1000px) {
  .language {
    top: 100px;
  }
}

@media screen and (max-width: 850px) {
  .language {
    top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .language {
    top: 15px;
    left: 15px;
  }
}

.top_bnr {
  margin: 20px auto 80px;
  padding: 0 1rem;
}

.top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_bnr li {
  width: 48%;
}

.top_bnr li img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .top_bnr li {
    width: 100%;
  }
}

/*フォトギャラリー*/
.meal-box {
  padding: 90px 0 130px;
}

.meal-box ul li {
  width: 32%;
}

.meal-box ul li img {
  width: 100%;
  object-fit: cover;
}

.inr {
  padding: 0 20px;
  box-sizing: border-box;
}

.mb45 {
  margin-bottom: 45px;
}

.meal-box h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.8;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .meal-box {
    padding: 40px 0 90px;
    margin-bottom: 60px;
  }

  .meal-box ul li {
    width: 49%;
  }

  .meal-box ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .inr {
    padding: 10px;
    box-sizing: border-box;
  }

  .mb45 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 896px) {}

/*	flexbox
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
.fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fb-both {
  /*両端揃え*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.fb-right {
  /*右寄せ*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.fb-center {
  /*中央揃え*/
  justify-content: center;
  -webkit-justify-content: center;
}

.fb-rev {
  flex-direction: row-reverse;
}

.fb-col-rev {
  flex-direction: column-reverse;
}

.fb-al-center {
  align-items: center;
}

.fb-al-top {
  align-items: flex-start;
}

.fb-al-bottom {
  align-items: flex-end;
}

.inb {
  display: inline-block;
}

/*PC*/
@media screen and (min-width: 768px) {
  .pc-t-center {
    text-align: center;
  }

  .pc-t-center img {
    margin-right: auto;
    margin-left: auto;
  }

  .pc-t-left {
    text-align: left;
  }

  .pc-t-right {
    text-align: right;
  }

  .pc-t-jus {
    text-align: justify;
  }

  .pc-fb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pc-fb-both {
    /*両端揃え*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .pc-fb-right {
    /*右寄せ*/
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  .pc-fb-center {
    /*中央揃え*/
    justify-content: center;
    -webkit-justify-content: center;
  }

  .pc-fb-rev {
    flex-direction: row-reverse;
  }

  .pc-fb-col-rev {
    flex-direction: column-reverse;
  }

  .pc-fb-al-center {
    align-items: center;
  }
}

/*END*/
/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 520px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top,
      rgba(250, 250, 250, 0) 0%,
      rgba(250, 250, 250, 0.8) 50%,
      rgba(250, 250, 250, 0.8) 50%,
      #fafafa 100%);
  background: linear-gradient(top,
      rgba(250, 250, 250, 0) 0%,
      rgba(250, 250, 250, 0.8) 50%,
      rgba(250, 250, 250, 0.8) 50%,
      #fafafa 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  width: 200px;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  color: #767c83;
  border: #767c83 solid 1px;
  padding: 12px 20px;
}

.readmore-label:hover {
  color: #fff;
  background: #767c83;
}

.readmore-label:before {
  content: "See more";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "Close up";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

@media screen and (max-width: 896px) {
  .readmore-check:checked~.readmore-content {
    height: auto;
  }

  .readmore-label:hover {
    background: #fff;
    color: #767c83;
  }
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/* 閉じるバナー */
.callout-container {
  margin: 80px auto;
  width: 90%;
}

.callout-container .bnr-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.callout-container .bnr-box a {
  /*  width: 40%; */
  width: 30%;
  max-width: 700px;
}

.callout-container img {
  box-shadow: 3px 5px 10px 0px #b5b5b5;
}

@media screen and (max-width: 896px) {
  .callout-container {
    margin: 40px auto;
    width: 94%;
    max-width: 100%;
  }

  .callout-container img {
    margin-bottom: 10px;
  }

  .callout-container .bnr-box a {
    width: 100%;
    margin: 0 auto;
  }
}

.callout-banner {
  position: fixed;
  z-index: 150;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.callout-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ✖ボタン */
.banner-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  padding: 10px 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.banner-pc {
  bottom: 20px;
  left: 20px;
  width: 18%;
  display: block;
}

.banner-sp {
  bottom: 70px;
  /* left: 50%; */
  left: 5px;
  /* transform: translateX(-50%); */
  width: 98%;
  max-width: unset;
  display: block;
  display: block;
}

@media screen and (max-width: 768px) {
  .banner-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .banner-sp {
    display: none;
  }
}

.contact__inner {
  max-width: 54.75rem;
  margin: 50px auto;
}

@media screen and (max-width: 896px) {
  .contact__inner {
    padding: 0 1rem;
  }
}

.contact_ttl {
  margin: 1.5rem auto;
  text-align: center;
}

div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: #07a1c3 !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: none !important;
  box-sizing: border-box;
}

.p-cases__btns p {
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .p-cases__btns p {
    margin: 75px 0 40px;
    text-align: left;
  }
}

.top_instagram {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 896px) {
  .container {
    width: 94%;
  }
}

.allergy_h3 {
  margin-top: 1.2rem;
}

/* イベントページ */
.event-section {
  background: #f7f9f5;
  padding: 60px 20px;
  margin-top: 5rem;
}

.event-container {
  max-width: 1100px;
  margin: 0 auto;
}

.event-section .button12 a {
  padding: 1em 3em;
  width: 180px;
}

/* イベントリスト */
.event-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

/* 各イベントアイテム */
.event-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
}

.event-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.event-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* カテゴリラベル */
.event-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  display: flex;
  gap: 6px;
}

.event-label span {
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.event-label .regular_event {
  background: #07a1c3;
}

.event-label .season_event {
  background: #ffc700;
}

.event-label .activity_contents {
  background: #57bf8e;
}

/* テキスト部分 */
.event-info {
  padding: 16px;
}

.event-info h4 {
  margin-bottom: 0;
}

.event-title a {
  transition: color 0.3s ease;
}

.event-excerpt {
  font-size: 0.95rem;
  color: #495057;
  margin-top: 8px;
  line-height: 1.6;
}

/*モーダル*/
.eventModal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}

.eventModal.is-active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.eventModal__content {
  background: #fff;
  border-radius: 16px;
  max-width: 700px;
  width: 90%;
  padding: 24px;
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.eventModal__title {
  margin-bottom: 16px;
  color: #222;
}

.eventModal__thumb {
  position: relative;
}

.eventModal__thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 16px;
  object-fit: cover;
}

.eventModal__desc {
  line-height: 1.8;
  color: #444;
}

.eventModal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.eventModal__close:hover {
  opacity: 0.7;
}

.eventModal__thumb .event-type {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.eventModal__thumb .regular_event {
  background: #07a1c3;
}

.eventModal__thumb .season_event {
  background: #ffc700;
}

.eventModal__thumb .activity_contents {
  background: #57bf8e;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.eventModal__table {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f7f9f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
}

.eventModal__row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.eventModal__row:last-child {
  border-bottom: none;
}

.eventModal__cell {
  padding: 10px 14px;
}

.eventModal__cell.label {
  flex: 0 0 100px;
  background-color: #07a1c3;
  color: #fff;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  border-radius: 8px 0 0 8px;
}

.eventModal__cell.value {
  flex: 1;
  background-color: #fff;
  color: #333;
  border-radius: 0 8px 8px 0;
}

/*月ボタン*/
.month-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  justify-content: center;
}

.month-btn {
  background: linear-gradient(95deg,
      #faffd0 6.94%,
      #faffd0 6.95%,
      #caffe6 104.38%);
  border: none;
  padding: 20px 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000;
}

.month-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  background: linear-gradient(95deg,
      #5effb3 6.94%,
      #82ffc4 6.95%,
      #fff684 104.38%);
}

.month-btn.active {
  background: linear-gradient(95deg,
      #5effb3 6.94%,
      #82ffc4 6.95%,
      #fff684 104.38%);
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .event-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .event-info {
    padding: 10px;
  }

  .event-label {
    top: 8px;
    left: 8px;
  }

  .event-label span {
    padding: 6px 6px;
    font-size: 14px;
  }

  .event-item {
    border-radius: 12px;
  }

  .event-thumb img {
    height: 120px;
  }

  .eventModal {
    padding: 16px;
  }

  .eventModal__content {
    width: 100%;
    height: auto;
    max-height: 90vh;
    padding: 20px;
    border-radius: 12px;
  }

  .eventModal__title {
    margin-bottom: 12px;
  }

  .eventModal__close {
    top: 8px;
    right: 10px;
    font-size: 1.8rem;
  }

  .eventModal__thumb img {
    margin-bottom: 12px;
  }

  .eventModal__thumb .event-type {
    padding: 6px 6px;
  }

  .month-btn {
    padding: 10px 10px;
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}

#calendar-container {
  padding: 100px 0;
}

.calendar-box {
  margin-bottom: 60px;
}

.vertical-calendar {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.vertical-calendar h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
}

.calendar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.calendar-item {
  border-bottom: 1px solid #ddd;
  display: flex;
}

.calendar-events ul {
  margin: 0;
  padding-left: 20px;
}

.no-event {
  color: #999;
  font-size: 0.9em;
}

.calendar-events {
  padding: 15px;
  width: 85%;
}

.calendar-date {
  padding: 15px;
  background: #fef0a5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  text-align: center;
  width: 18%;
}

.calendar-item .sun {
  color: #db3f3f;
  font-weight: 500;
}

.calendar-item .sat {
  color: #7575c7;
}

.calendar-item .holiday {
  color: #db3f3f;
  font-weight: 500;
}

/* 特定日 */
.calendar-event-item.event-specific {
  color: #cd4400;
  font-weight: 500;
}

/* シーズン */
.calendar-event-item.event-season {
  color: #d9920b;
  font-weight: 500;
}

/* 通常 */
.calendar-event-item {
  color: #333;
}

.calendar-box .button12 a {
  padding: 1em 3em;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .calendar-box .p-access__hilight {
    max-width: 18.75rem;
    margin-top: -0.5rem;
    margin-left: calc(50vw - 33rem);
  }
}

@media screen and (max-width: 868px) {
  .url_text {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

/* footerボタン追加 */
#footer_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer_sp {
    display: block;
  }

  .reserve_sp {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #faffd0;
    text-align: center;
  }

  .reserve_sp p {
    padding-top: 10px;
    text-align: center;
  }

  .reserve_sp p a {
    color: #333;
    display: block;
  }

  .reserve_web,
  .reserve_btn {
    width: 50%;
  }

  .reserve_web,
  .reserve_btn {
    border-right: 1px solid #fff;
  }

  .reserve_btn:last-of-type {
    border-right: none;
  }

  .reserve_btn {
    background: #caffe6;
  }
}

/*　--------------------------
 TOP Review  20260316編集
 --------------------------  */
/*reviewインスタグラム　動画スライダー*/
OK） .review-swiper {
  width: 100%;
  padding: 20px 0;
}

.review-swiper .swiper-slide {
  width: 320px;
  /* ここが重要、リールサイズ固定 */
  display: flex;
  justify-content: center;
}

/* インスタグラム */
.top_review {
  padding: 15px 0 40px;
}

.top_review h2.top {
  margin-bottom: 50px;
}

.top_review .fa-2x {
  font-size: 20px;
}

.top_review .logo {
  width: 40px;
  margin: 0 auto 15px;
}

@media screen and (max-width:896px) {
  .top_review {
    padding: 0px 0 40px;
  }

  .top_review .inr {
    padding: 15px 0;
  }

  .top_review h2.color {
    margin: 20px 0 10px;
  }

  .top_review .logo {
    margin: 6% auto 8%;
  }
}

.top_review iframe {
  pointer-events: none;
}

.top_review_img img {
  width: 100%;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
}

.top_review .link a {
  color: #222;
  border: #222 1px solid;
}

.review-box h2 {
  margin-top: 6%;
}

.top_review_ul li {
  word-break: break-all;
}

@media screen and (max-width:896px) {
  .review-box h2 {
    margin-top: 25%;
  }

  .review-box p {
    padding: 4%;
  }

  .top_review_ul .slick-prev:before,
  .top_review_ul .slick-next:before {
    display: block;
    color: #ffffff;
  }

  .top_review_ul .slick-prev,
  .top_review_ul .slick-next {
    top: 40%;
  }

  .top_review_ul .slick-prev {
    left: 10px;
  }

  .top_review_ul .slick-next {
    right: 10px;
  }
}

.top_review .slick-slide h3 {
  padding: 7% 1%;
  font-size: 16px;
  word-break: break-word;
}

.top_review .spot a {
  display: flex;
}

.top_review .spot p {
  padding: unset;
  margin-left: 0.5rem;
  font-weight: bold;
}

.review_slides {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}

.top_review_li .txt {
  display: block;
  margin: 0px 10px 0 0;
}

.top_review_li .txt .date,
.top_review_li .txt .caption {
  width: auto;
}

.top_review li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0 5% 1.5%;
  text-align: start;
}

.review_archive p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-left: 1%;
  margin-bottom: 2%
}

.top_review_li {
  width: 100%;
  background: rgba(255, 249, 217, 0.7);
  margin: 0 auto;
}

.top_review_cap {
  padding: 0.5rem;
}

.review_contents p {
  white-space: pre-wrap;
}

.review_contents h2 {
  text-align: left;
  padding: 0 0 1% 1% !important;
  margin-top: 2%;
}

.review_archive li {
  text-align: left;
  background: #f8f8f8;
}

.review_archive h3 {
  text-align: left;
  margin: 2% 0 6% 1%;
  width: 99%;
  font-size: 14px;
}

/* ポップアップ*/
.review_main_contents .content_width {
  background: #fff;
}

.review_contents {
  display: flex;
}

.review_contents .content {
  padding-left: 2%;
  width: 95%;
  height: auto !important;
}

.top_review .slick-initialized .slick-slide {
  margin: 1rem;
}

.review_main_contents .content_width {
  margin-top: 30px;
}

@media screen and (max-width:896px) {
  .review_contents {
    display: block;
  }

  .top_review ul.sp_review_ul {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, calc(50% - 10px));
    gap: 20px;
    padding: 10px;
  }

  .top_review .slick-slide h3 {
    font-size: 16px;
  }

  .top_review .slick-initialized .slick-slide {
    margin: 0 0.5rem;
  }
}

/* ------------------------------
 single
------------------------------ */
/* review_archive ------------------ */
ul.review_archive_ul {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
}

ul.review_archive_ul li {
  width: 31%;
  margin: 30px 1%;
  background-color: #dde3eb;
}

ul.review_archive_ul li .list_review_img {
  display: inline-block;
  position: relative;
  width: 100%;
}

ul.review_archive_ul li .list_review_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

ul.review_archive_ul li .list_review_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 0 0;
}

ul.review_archive_ul li .list_review_note {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

ul.review_archive_ul li .list_review_note h3.food_content__ttl a {
  word-break: break-all;
  line-height: 1.7;
}

/* review_main_contents */
.review_main_contents {
  width: 100%;
}

.review_main_contents h1.review_title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  word-break: break-all;
  line-height: 1.7;
}

.review_contents {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.review_contents .review_img_box {
  width: 60%;
}

.review_contents .review_img_box .review_img {
  width: 100%;
}

.review_contents .review_img_box .review_img img {
  display: initial;
  width: 100%;
  height: auto;
}

.review_contents .review_note {
  width: 37%;
  margin-left: 3%;
}

@media screen and (min-width:897px) {
  .lity-container .review_img_box iframe.reel {
    height: 83% !important;
  }
}

@media screen and (max-width:896px) {
  ul.review_archive_ul li {
    width: 48%;
    margin: 15px 1%;
  }

  .review_main_contents {
    margin: 0;
  }

  .review_main_contents h2 {
    font-size: 20px !important;
    word-break: break-word;
  }

  .review_main_contents .fa-2x {
    font-size: 1rem;
  }

  .review_contents .review_img_box {
    width: 100%;
  }

  .review_contents .review_note {
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}

.review_box {
  display: block;
  height: auto;
}

.review_box li {
  width: auto;
  height: auto;
  opacity: 1;
}

/* ------------------------------
 single end
------------------------------ */
.top_review_swiper {
  width: 100%;
  padding: 20px 0;
}

.top_review_li {
  text-align: center;
}

.top_review_img iframe {
  display: block;
  margin: 0 auto;
}

.top_review_img iframe {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/*フッターのリゾグラバナー*/
.rgbnr {
  padding: 30px 0;
  /* background: #f8faf9;*/
}

.rgbnr {
  width: 38% !important;
  margin: 0 auto;
}

.rgbnr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .rgbnr {
    width: 90% !important;
    margin: 20px auto 0;
  }
}

/* END TOP Review */