@charset "UTF-8";

/* リキッドレイアウト対応 */
@font-face {
  font-family: "Beyond Infinity";
  src: url("font/BeyondInfinity-Demo.ttf") format("truetype");
}

@font-face {
  font-family: "TA_oonishi";
  src: url("font/TA_oonishi.ttf") format("truetype");
}

body {
  font-family: "Noto Sans TC", sans-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;
  overflow-x: hidden;
}

@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 {
  overflow-x: hidden;
  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, .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-image: linear-gradient(90deg, rgba(255, 238, 104, 1), rgba(255, 223, 159, 1) 0%, rgba(255, 243, 111, 1));
  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-image: linear-gradient(90deg, rgba(255, 238, 104, 1), rgba(255, 223, 159, 1) 0%, rgba(255, 243, 111, 1));
  -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: #f7ce56;
  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: 25rem;
  object-fit: unset;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .c-fv-mask img {
    height: 53.25rem;
  }
}

.c-label {
  display: inline;
}

.c-label__inner {
  border-radius: 0.75rem;
  background: #fff999;
  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: "Noto Sans TC", sans-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-image: linear-gradient(90deg, rgba(208, 249, 255, 1), rgba(158, 240, 255, 1));
  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-image: linear-gradient(90deg, rgba(158, 240, 255, 1), rgba(171, 242, 255, 1) 100%, rgba(208, 249, 255, 1));
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.c-main-btn_yellow a {
  background-image: linear-gradient(90deg, rgba(255, 238, 104, 1), rgba(255, 223, 159, 1) 0%, rgba(255, 243, 111, 1));
  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_yellow a:hover {
  background-image: linear-gradient(90deg, rgba(255, 243, 111, 1), rgba(255, 223, 159, 1), rgba(255, 238, 104, 1));
  -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 #edbd2f;
  border: 0.0625rem solid #edbd2f;
  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: #edbd2f;
  -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: 3.625rem;
  padding-left: 58px;
  padding-left: 3.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, .25);
  box-shadow: 0px 4px 4px 0px rgba(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;
  letter-spacing: 3;
  line-height: 48px;
  line-height: 2.5rem;
  display: inline-block;
  font-size: 60px;
  font-size: 2.0rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 3.8rem;
  }
}

.c-section-title__jp {
  letter-spacing: 2.6px;
  letter-spacing: 0.1625rem;
  font-size: 18px;
  font-size: 0.8rem;
  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: #adadad;
  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(254, 255, 222, 0.89);
  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: #f7ce56;
  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: 9999;
  -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: 10%;
  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: #777;
  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;
}

@media screen and (min-width: 768px) {
  .l-footer-info__logo {
    margin-left: 0;
  }
}

.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 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .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.75rem;
}

.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 {
  max-width: 100px;
  max-width: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-global-menu__link {
    margin-left: 0;
    margin-bottom: 0rem;
    max-width: unset;
  }
}

.l-global-menu__link a:hover {
  color: #fef0a5;
}

.l-global-menu__en {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  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: "Helvetica", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-hamburger-menu {
  position: fixed;
  bottom: 2%;
  right: 6%;
  cursor: pointer;
  z-index: 100000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-hamburger-menu__line {
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 12px 0 12px 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, 6px);
}

.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(-5px, -6px);
}

.l-header-btn a {
  background-image: linear-gradient(90deg, rgba(208, 249, 255, 1), rgba(158, 240, 255, 1));
  width: 180px;
  width: 11.25rem;
  height: 50px;
  height: 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;
  border-radius: 2.5rem;
  z-index: 999999;
}

@media screen and (min-width: 768px) {
  .l-header__btn {
    margin-top: -18px;
  }

  .l-header-btn a {
    width: 12.5rem;
    height: 3.75rem;
    color: rgb(51, 51, 51);
  }
}

.l-header-btn a:hover {
  background: linear-gradient(90deg, rgba(158, 240, 255, 1), rgba(208, 249, 255, 1));
  -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: 1.25rem;
  }
}

.l-header-btn:hover .l-header-btn__text {
  color: #292D32;
  /* ホバー時のテキストの色 */
}

.l-header-btn__text>svg {
  position: relative;
  top: 2px;
  top: 0.125rem;
  left: 0.25rem;
}

.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: 5rem;
    padding-left: 2rem;
    max-width: 90rem;
    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;
}

.l-header__item {
  margin-right: 50px;
  margin-right: 1.5rem;
}

.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: 5.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: 10.5625rem;
    height: 10.5rem;
    margin-top: -6.875rem;
    margin-left: calc(50vw - 15rem);
  }
}

@media screen and (min-width: 1440px) {
  .p-broken--grid__text--first::before {
    margin-left: 26.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: -2rem;
  margin-left: 200px;
  margin-left: 1rem;
}

@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__text--second2 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--second2 {
    margin-top: 8.125rem;
    z-index: 5;
    max-width: 50%;
  }
}

.p-broken--grid__text--second2::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/illust-08.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 120px;
  width: 4.6rem;
  height: 84px;
  height: 4.1rem;
  margin-top: -40px;
  margin-top: -2rem;
  margin-left: 200px;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--second2::after {
    display: none;
  }
}

.p-broken--grid__text--second2::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--second2::before {
    display: unset;
    content: "";
    position: absolute;
    background-image: url("../images/common/illust-08.png");
    background-size: cover;
    background-position: center;
    z-index: 50;
    width: 9.8125rem;
    height: 8.875rem;
    margin-top: -6.25rem;
    margin-left: -2.6875rem;
  }
}

.p-broken--grid__photo--second2 {
  margin-top: 55px;
  margin-top: 3.4375rem;
  max-width: 664px;
  max-width: 41.5rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__photo--second2 {
    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__text--third::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/illust-03.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 88px;
  width: 7.5rem;
  height: 88px;
  height: 5.5rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  margin-left: 220px;
  margin-left: 14.75rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--third::after {
    width: 12.3125rem;
    height: 10.3125rem;
    margin-top: -6.625rem;
    margin-left: calc(50vw - 17.375rem);
  }
}

@media screen and (min-width: 1440px) {
  .p-broken--grid__text--third::after {
    margin-left: 26.625rem;
  }
}

.p-broken--grid__text--force {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--force {
    margin-top: 8.125rem;
    z-index: 5;
    max-width: 50%;
  }
}

.p-broken--grid__text--force::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/act-01.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 120px;
  width: 6.5rem;
  height: 84px;
  height: 5.25rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  margin-left: 200px;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--force::after {
    display: none;
  }
}

.p-broken--grid__text--force::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--force::before {
    display: unset;
    content: "";
    position: absolute;
    background-image: url("../images/common/act-01.png");
    background-size: cover;
    background-position: center;
    z-index: 50;
    width: 9.8125rem;
    height: 8.875rem;
    margin-top: -5.25rem;
    margin-left: -2.6875rem;
  }
}

.p-broken--grid__text--fifth::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/illust-07.png");
  background-size: cover;
  background-position: center;
  z-index: 50;
  width: 7.875rem;
  height: 5.875rem;
  margin-top: -3.5rem;
  margin-left: 240px;
  margin-left: 13rem;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--fifth::after {
    display: none;
  }
}

.p-broken--grid__text--fifth::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-broken--grid__text--fifth::before {
    display: unset;
    content: "";
    position: absolute;
    background-image: url("../images/common/illust-07.png");
    background-size: cover;
    background-position: center;
    z-index: 50;
    width: 12.5625rem;
    height: 11.5rem;
    margin-top: -1.875rem;
    margin-left: calc(50vw - 15rem);
  }
}

@media screen and (min-width: 1440px) {
  .p-broken--grid__text--fifth::before {
    margin-left: 26.5rem;
  }
}

.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, .25);
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(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, .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__img img {
  height: 200px;
}

.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 #f7ce56;
  border-left: 0.1875rem solid #f7ce56;
  /* 左側のボーダーの太さと色を指定 */
  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, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  font-family: "TA_oonishi", sans-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, 252, 237, 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: "TA_oonishi", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  z-index: 1;
  position: relative;
}

@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-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  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: "TA_oonishi", sans-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: 0.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: 0rem;
    /* 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__img img.bottom_mv {
    height: 45rem;
    object-position: 50% 67%;
  }
}

.p-group-fv__text {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .5);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .5);
  font-family: "TA_oonishi", sans-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, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  font-family: "TA_oonishi", sans-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: 38.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, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  font-family: "TA_oonishi", sans-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;
  }
}

.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 #b5b5b5;
  border: 0.125rem solid #b5b5b5;
  /* 外枠の太さと色を指定 */
  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;
  }
}

.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;
    padding: 45px 0px;
  }
}

.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: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  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 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: 14px;
  font-size: 0.875rem;
  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-access__table th,
  .p-access__table td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.p-access__table.u-mobile {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}

.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, .4) 6.94%, rgba(202, 255, 230, .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, .2)), to(rgba(162, 234, 253, 0.20)));
  background: linear-gradient(rgba(181, 255, 248, 0.2) 0%, rgba(255, 249, 154, 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__inner2 {
  background: none;
  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__inner2 {
    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: 15.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: calc(50vw - 8.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: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv-slide__pc img,
.p-fv-slide__sp .ps_left {
  width: 100%;
  height: 660px;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 11% 50%;
}

@media screen and (min-width: 768px) {

  .p-fv-slide__pc img,
  .p-fv-slide__sp img {
    height: 52rem;
  }
}

.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-gpvl_shimanami__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: 200px;
  background-image: url("../images/top/glshima_whole_2.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, .7);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, .7);
}

.p-shimonoseki__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: 200px;
  background-image: url("../images/top/rest_shimonoseki.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, .7);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, .7);
}

.p-ent_shimanami__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: 200px;
  background-image: url("../images/top/mihara_gr.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, .7);
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(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/facility_bk.png");
  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;
  color: #fff;
}

@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, .2)), to(rgba(255, 227, 82, .2)));
  background: #fffbf3;
  padding-top: 4rem;
}

.p-map__inner .p-tent-type__title {
  margin-bottom: 0;
}

.p-map__bg .p-tent-type__hilight {
  z-index: 0;
}

.p-map__img {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-map__img {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-map__img>img {
  max-width: 900px;
  max-width: 42.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: 2.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;
}

@media screen and (min-width: 768px) {

  .p-menu__content--left,
  .p-menu__content--right {
    margin-bottom: 4.6875rem;
  }
}

.p-menu__content--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-news {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-news {
    margin-bottom: 5.75rem;
    max-width: 60.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-news__inner {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

@media screen and (max-width: 767px) {

  .p-pictures {
    margin-bottom: 2.25rem;
  }
}

.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: "Beyond Infinity", sans-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: 2.5rem;
  }
}

.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, .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: 17.5rem;
  right: 4vw;
  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: 31rem;
    right: 5vw;
  }
}

.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, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5%;
  position: absolute;
  top: 480px;
  top: 11rem;
  left: 16px;
  left: 1rem;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-top-fv__text {
    font-size: 2.5rem;
    line-height: 3.5rem;
    top: 29rem;
    left: 3vw;
    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;
    padding-right: 3em;
  }

  .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;
}

/* 共通項目 */
.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%;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

/* ------------------------------
   特定商取引法に基づく表示追加
------------------------------ */
.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 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 (max-width:896px) {
  .p-fv-arrow__next {
    top: 235px;
    right: 8px;
  }

  .p-fv-arrow__prev {
    top: 235px;
    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: 40%;
  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: .5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover>ul>li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width:896px) {
  .language {
    left: 3%;
    top: 8%;
    width: 110px;
    color: #333;
  }
}

.n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
  background: #f2f2f2 !important;
}

/*連泊割*/
.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media screen and (max-width:896px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

.fixedbnr_pc {
  position: fixed;
  z-index: 99;
  bottom: 100px;
  right: 0;
  width: 203px;
  height: auto;
}

.fixedbnr_pc img {
  width: 100%;
}

.fixedbnr_sp {
  position: fixed;
  z-index: 99;
  bottom: 58px;
}

.fixedbnr_sp img {
  width: 98%;
  margin: 0 auto;
}

/*フォトギャラリー*/
.meal-box {
  padding: 90px 0;
}

.meal-box ul {
  width: 100%;
  margin: 0 auto;
}

.meal-box ul li {
  width: 32%;
}

.meal-box ul li img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: none;
}

.meal-box ul li img:hover {
  transition: 0.2s;
  transform: scale(1.02);
}

.inr {
  padding-right: 70px;
  padding-left: 70px;
}

.mb45 {
  margin-bottom: 45px;
}

.meal-box h2 {
  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: 50px 0 40px;
  }

  .meal-box ul {
    width: 100%;
  }

  .meal-box ul li {
    width: 49%;
  }

  .meal-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 3px;
  }

  .inr {
    padding: 15px
  }

  .mb45 {
    margin-bottom: 20px;
  }
}

/*	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;
  background: #fffdee;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 450px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 253, 238, 0) 0%, rgba(255, 253, 238, 0.8) 50%, rgba(255, 253, 238, 0.8) 50%, #fffdee 100%);
  background: linear-gradient(top, rgba(255, 253, 238, 0) 0%, rgba(255, 253, 238, 0.8) 50%, rgba(255, 253, 238, 0.8) 50%, #fffdee 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  font-size: 0.875rem;
  text-align: center;
  width: 235px;
  color: #333;
  background: #fff;
  padding: 12px 25px;
  margin-top: 30px;
  border: #edbd2f 1px solid;
}

.readmore-label:before {
  content: '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';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

@media screen and (max-width:896px) {
  .readmore-content {
    height: 365px;
  }

  .readmore-check:checked~.readmore-content {
    height: auto;
  }

  .readmore-label {
    bottom: 20px;
  }
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/*END*/
/*トップバナー*/
.top_bnr ul {
  display: flex;
  justify-content: center;
  margin: 100px auto;
}

.top_bnr ul li {
  max-width: 32%;
  max-width: 600px;
}

.top_bnr ul li img {
  width: 100%;
}

@media screen and (max-width:896px) {
  .top_bnr ul {
    margin: 50px auto;
  }

  .top_bnr ul li {
    width: 96%;
    margin: 10px;
  }
}

/*リゾグラ*/
#resort-rg {
  background: #dde9eb;
  padding: 50px 0 40px;
}

.rg_group h4.rg_group {
  text-align: left;
  margin-bottom: 0;
}

.rg_group .box {
  display: flex;
  flex-direction: column;
}

.rg_group .box ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
}

@media screen and (max-width:896px) {
  .rg_group .box ul {
    flex-direction: column;
  }
}

.rg_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.rg_group .box li {
  display: flex;
  margin-bottom: 32px;
  margin-left: 8px;
  width: 32%;
}

@media screen and (max-width:896px) {
  .rg_group .box li {
    width: 100%;
    margin-left: 0;
  }
}

.rg_group .box li img {
  width: 100px;
  height: auto;
  object-fit: cover;
  filter: none;
}

.rg_group .box li .txt {
  padding: 5px 0 0 10px;
  width: 100%;
}

.rg_group .box li .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.rg_group .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.rg_group .rg_details {
  display: flex;
  padding-left: 10px;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details {
    flex-direction: column;
  }
}

.rg_group .rg_details dl {
  float: left;
  padding-right: 3%;
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details dl {
    width: 100%;
  }
}

.rg_group .rg_details dl:last-child {
  padding-right: 0;
}

.rg_group .rg_details dt {
  height: 1.6em;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  text-decoration-line: underline;
}

@media screen and (max-width:896px) {
  .rg_group .rg_details dt {
    text-align: left;
  }
}

.rg_group .rg_details dd {
  margin-left: 0px;
}

.gallery_wrap {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

.gallery_wrap h2 {
  margin-bottom: 30px;
}

.gallery_list li {
  width: 400px;
  height: 300px;
}

.gallery_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery_wrap {
    padding: 40px 0;
  }

  .gallery_list li {
    width: 200px;
    height: 160px;
  }

  .top_gf ul li h3.spot {
    width: calc(100% - 20px);
    font-size: 1.125rem;
    padding: 10px 0;
  }
}

/* 動画埋め込み */
.video_wrap {
  width: 500px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 60px;
}

.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(16 / 9* 100%);
}

.c-video__frame iframe {
  pointer-events: none;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
}

@media screen and (max-width: 768px) {
  .video_wrap {
    width: 85%;
    margin-bottom: 40px;
  }
}

/*バナー*/
.top_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.bnr_container {
  width: 32%;
  margin: 50px 0 100px;
}

.top_bnr .bnr_container img {
  width: 100%;
}

@media screen and (max-width:896px) {
  .bnr_container {
    width: 80%;
    margin: 0 auto 20px;
  }

  .top_bnr .bnr_container img {
    width: 100%;
  }

  .top_bnr ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/*conceptコンセプト*/
.chiba_glamping_top_bk {
  margin-bottom: 80px;
}

.top_msg {
  height: 470px;
  padding: 100px 0 0 0;
  /*background: rgba(12,58,88,0.4);*/
}

@media screen and (max-width:896px) {
  .top_msg {
    height: auto;
    padding: 8% 0 0;
    background-size: cover;
    background-position: 65% 14%;
  }
}

.top_msg h2 {
  text-align: center;
  font-size: 1.0rem;
  line-height: 2.1;
  padding-bottom: 20px;
  margin-bottom: 34px;
  position: relative;
  z-index: 95;
}

.top_msg h2 span.engl {
  font-size: 1.4rem;
  color: #D5D2DD;
  letter-spacing: 0.1em;
}

.top_msg h2 span.msg_subttl {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width:896px) {
  .top_msg h2 {
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 10% 1% 5%;
  }

  .top_msg h2 span {
    font-size: 1.4rem;
  }
}

.top_msg p {
  text-align: center;
  line-height: 2.0;
  position: relative;
  z-index: 95;
  margin-top: 25px;
}

@media screen and (max-width:896px) {
  .top_msg p {
    padding: 0 2% 60px;
  }
}

.mask {
  background: url(../images/top/bg01.jpg);
  background-size: cover;
  position: relative;
}

.mask:after {
  content: '';
  background-color: rgba(47, 47, 47, 0.73);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mask h2,
.mask p {
  color: #fff;
}

span {
  display: inline-block;
}

/* -------------------------
	
   フェードインフッタナビ
	
------------------------- */
@media screen and (max-width:896px) {
  #fadeInNav.br_sp {
    display: block !important;
  }

  #fadeInNav {
    bottom: 0;
    width: 100%;
    height: auto;
    background: #000;
    position: fixed;
    z-index: 99;
    display: none;
  }

  #fadeInNav ul.outer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  #fadeInNav ul.outer li.txt {
    flex: 0 0 25%;
    margin: 0;
    padding: 3% 0;
  }

  #fadeInNav ul.outer li.txt:first-child {
    background: #edbd2f;
  }

  #fadeInNav ul.outer li.txt:nth-child(2) {
    background: #ccc;
  }

  #fadeInNav ul.outer li.txt:nth-child(3) {
    background: #bbb;
  }

  #fadeInNav ul.outer li.txt:nth-child(4) {
    /*background: #000;*/
    /* padding: 6% 0; */
  }

  #fadeInNav ul.outer li.txt a {
    color: #fff;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
  }

  #fadeInNav ul.outer li.txt a:hover {
    text-decoration: none;
  }

  /* アイコン共通部分
--------------------------- */
  #fadeInNav ul.outer li.txt a::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.5;
    margin: 0;
  }

  #fadeInNav ul.outer li.txt {
    height: 5rem;
    padding-top: 1rem;
  }

  /* 予約 */
  #fadeInNav ul.outer li.txt a.reservation {
    background: #edbd2f;
  }

  #fadeInNav ul.outer li.txt a.reservation::before {
    content: '\f3cd';
  }

  /* アクセス */
  #fadeInNav ul.outer li.txt a.access {
    background: #ccc;
  }

  #fadeInNav ul.outer li.txt a.access::before {
    content: '\f1b9';
  }

  /* FAQ */
  #fadeInNav ul.outer li.txt a.faq {
    background: #bbb;
  }

  #fadeInNav ul.outer li.txt a.faq::before {
    content: '\f059';
  }

  #fadeInNav ul.outer li.txt h3 {
    font-size: 14px;
    text-align: center;
  }

  #fadeInNav ul.outer li.txt h3.menu {
    color: #fff;
  }

  #wrapper_MenuBtn {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 300;
    display: flex;
    background-color: #f7ce56;
  }

  /* ------------------------------------------------ checkbox */
  .check {
    display: none;
  }

  /* ------------------------------------------------ menu button スマホ版メニューの位置*/
  .menu-btn {
    position: fixed;
    display: block;
    bottom: 4px;
    right: 5%;
    width: 50px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }

  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 46px;
    height: 3px;
    background: #fff;
    /*box-shadow: 1px 1px 1px #666;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .bar.middle {
    top: 15px;
    opacity: 1;
  }

  .bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .menu-btn:hover .bar {
    background: #999;
  }

  .close-menu {
    position: fixed;
    top: 0;
    right: 30%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }

  /* ------------------------------------------------ checked */
  .check:checked~.drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
  }

  .check:checked~.contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  .check:checked~.menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .check:checked~.menu-btn .bar.middle {
    opacity: 0;
  }

  .check:checked~.menu-btn .bar.bottom {
    width: 56px;
    top: 39px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .check:checked~.close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
}

@media screen and (max-width:406px) {
  #fadeInNav ul.outer li.txt:first-child {
    padding-top: 0.5rem;
  }

  /* 予約 */
  #fadeInNav ul.outer li.txt a.reservation {
    line-height: 1.1rem;
    margin-top: 0.2px;
    padding-top: 0;
  }
}

#daytrip .txt_width table {
  border-top: 1px solid #ADB6BC;
  width: 100%;
  margin: 0 auto;
}

#daytrip .c-section-title__jp {
  text-align: center;
  margin-bottom: 20px;
}

#daytrip .txt table th,
#daytrip .txt_width table th {
  padding: 16px 25px;
  border-bottom: 1px dotted #ADB6BC;
  width: 25%;
  text-align: left;
}

#daytrip .txt table td,
#daytrip .txt_width table td {
  width: 75%;
  padding: 20px 25px;
  line-height: 2;
  border-bottom: 1px dotted #ADB6BC;
}

#daytrip .txt table td {
  border-bottom: 1px dotted #ADB6BC;
}

@media screen and (max-width:896px) {
  #daytrip .txt_width table {
    width: 100%;
  }

  #daytrip .txt table th,
  #daytrip .txt_width table th {
    line-height: 1.4;
    padding: 16px 0 16px 3px;
    width: 25%;
    box-sizing: border-box;
  }

  #daytrip .txt table td,
  #daytrip .txt_width table td {
    width: 75%;
    box-sizing: border-box;
  }

  #daytrip .txt_width table th,
  #daytrip .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #daytrip .txt_width table th {
    text-align: center;
  }

  #daytrip .txt_width table td {
    border-bottom: 1px solid #ADB6BC;
  }

  #daytrip .c-section-title__jp {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

/*END*/
/*フッターのリゾグラバナー*/
.rgbnr {
  padding: 30px 0;
}

.rgbnr {
  width: 38%;
  margin: 0 auto;
}

.rgbnr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .rgbnr {
    width: 90%;
    margin: 20px auto 0;
  }
}

/*フッターのリゾグラバナー END*/