@charset "UTF-8";

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../font/JosefinSans-Bold.ttf') format('truetype');
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

/**カラー*********/

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.pc_none_sp_on_img {
  display: none;
}

.l-header__open-btn {
  display: none;
}

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

h2,
h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.c-page {
  padding: 4.3125rem 0 6.5625rem;
  overflow-x: clip;
}

.c-page h2 {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-left: 0.9375rem;
  width: 97%;
  margin: 6.5625rem auto 1rem;
}

.c-page h2::before {
  content: '';
  width: 0.25rem;
  height: 72%;
  background-color: #c59d62;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 0.09375rem;
}

.c-page h2.c-area-ttl {
  padding: 0;
}

.c-page h2.c-area-ttl::before {
  content: none;
}

.c-page h3 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #c59d62;
  margin-bottom: 2rem;
  margin-top: 3.0625rem;
  line-height: 1.7;
}

.c-page h4 {
  margin-top: 1.9375rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.c-page h5 {
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.05m;
  padding-left: 1em;
  position: relative;
  font-size: 1rem;
  margin-bottom: 0.875rem;
  margin-top: 2.6875rem;
}

.c-page h5::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

.c-page p {
  letter-spacing: 0.05em;
  line-height: 2.3;
}

.c-page p > strong {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.c-page p > small {
  font-size: 0.875rem;
  line-height: 1.7;
}

.c-page p:has(strong):has(small) {
  margin-block: 1.5rem;
}

.c-page ul {
  line-height: 1.7;
  letter-spacing: 0.05em;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.375rem;
}

.c-page ul li {
  padding-left: 1em;
  position: relative;
}

.c-page ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.c-page ul li small {
  font-size: 0.875rem;
}

.c-page .c-cau {
  max-width: 57.5rem;
  margin: 2.375rem auto 0;
  gap: 0.625rem;
}

.c-page .c-cau p {
  line-height: 1.7;
}

.c-page .c-flow p {
  line-height: 1.7;
}

.c-page .c-flow-block .c-cau {
  margin-top: 2rem;
}

.c-page .spacer {
  margin-top: 6.5625rem;
}

.c-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin-top: 2rem;
}

.c-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  max-width: 45rem;
  margin: 0 auto;
}

.c-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th {
  text-align: center;
  font-size: 1.25rem;
  background-color: #fafafa;
}

.c-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
.c-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  border: 1px solid #bebebe;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.c-page ul.p-picnic__cards {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4375rem 1.25rem;
}

.c-page ul.p-picnic__cards li {
  padding-left: 0;
}

.c-page ul.p-picnic__cards li::before {
  content: none;
}

.c-page .c-price__card-ttl {
  padding-bottom: 1.25rem;
  margin-bottom: 1.5625rem;
  margin-top: 0;
}

.c-page .c-price__card-ttl span {
  font-size: 1rem;
}

.c-page .c-price__item {
  gap: 1.75rem;
}

.c-page .c-price__dt {
  margin-right: 0 !important;
}

.c-page .c-price__dd {
  font-size: 1.75rem;
}

.c-page .c-price__dd span {
  font-size: 1rem;
}

.c-page .p-cafe-page__ttl::before {
  content: none;
}

.c-page .p-dogfield-page__img-area {
  gap: 3.625rem 0;
}

.c-page .p-dogfield-page__img:nth-child(2n + 3) {
  margin-top: -5rem;
}

.c-page .c-floor-map {
  margin: 0 calc(50% - 50vw);
}

.c-page .c-floor-map h3 {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  margin-top: 0;
}

.c-page .c-floor-map li {
  padding: 0;
}

.c-page .c-floor-map li::before {
  content: none;
}

.c-page ul.p-cafe__img-area,
.c-page ul.p-terrace-top__img-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-page ul.p-cafe__img-area li,
.c-page ul.p-terrace-top__img-area li {
  padding: 0;
}

.c-page ul.p-cafe__img-area li::before,
.c-page ul.p-terrace-top__img-area li::before {
  content: none;
}

.c-page .c-sm-ttl {
  font-size: 1.25rem;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.c-page__img {
  width: 85%;
  margin: 2.9375rem auto;
}

.c-page iframe {
  margin: 2.9375rem auto;
  width: 100%;
}

.c-page .c-bus-schedule {
  margin-top: 1.5rem;
}

.c-page .c-bus-schedule > * {
  min-width: 28.75rem;
}

.c-page .c-bus-schedule__title {
  text-align: center;
}

.c-page .c-bus-schedule__title h2 {
  font-size: 1.75rem;
}

.c-page .c-bus-schedule__title h2::before {
  content: none;
}

.c-page .c-bus-schedule h3 {
  margin: 0;
  min-width: 7.5rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.375rem 0.625rem;
  font-size: 1.25rem;
  color: #fff;
}

.c-page .wp-block-image {
  margin: 2.5rem auto;
}

.c-page .wp-block-columns-is-layout-flex {
  width: 74%;
  margin: 1.1875rem auto;
  gap: 1.1875rem 1.5625rem;
}

.c-page .wp-block-columns-is-layout-flex * {
  margin: 0;
}

.c-page .wp-block-group {
  position: relative;
}

.c-page .wp-block-group::before {
  content: '';
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100vw;
  height: calc(100% + 5rem);
  background: #f9f5ef;
}

.c-page .wp-block-group > * {
  position: relative;
  z-index: 2;
}

.c-page .p-night-terrace-page {
  margin-top: 5.75rem;
}

.c-page .p-night-terrace-page__flow-list {
  gap: 4rem 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-page .p-night-terrace-page__flow-unit {
  padding: 0;
  list-style-type: none;
}

.c-page .p-night-terrace-page__flow-unit::before {
  content: none;
}

.c-page .p-night-terrace-page__flow-unit figure {
  width: 100%;
}

.c-page .p-night-terrace-page__flow-unit h3 {
  margin-top: 0;
  line-height: 1.2;
}

.c-page .p-night-terrace-page__flow-unit p {
  line-height: 1.7;
}

.c-page figure.is-type-video {
  position: relative;
  width: 100%;
  padding-top: 44.25%;
  margin: 3.125rem auto;
  max-width: 50rem;
}

.c-page figure.is-type-video > * {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-page figure.is-type-video > * iframe {
  margin: 0;
  height: 100%;
}

.c-page .c-accordion {
  margin-top: 2.5rem;
}

.c-page .p-hours-page__accordion h4 {
  font-size: 1.25rem;
  width: 100%;
}

.c-section {
  padding: 7.5rem 0;
}

.c-section > * {
  gap: 3.75rem;
}

.c-section h2 {
  margin-bottom: 1rem;
}

.c-section .c-section-box > *:not(:last-child) {
  margin-bottom: 1rem;
}

.c-section ol,
.c-section ul {
  gap: 0.375rem;
}

.c-section ul {
  padding-left: 1em;
}

.c-section ul li {
  list-style-type: disc;
}

.c-section ul li ul li {
  list-style-type: circle;
}

.c-section ol > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.c-section ol ol {
  padding-left: 0;
  text-indent: 1em;
}

.c-section table {
  border-collapse: collapse;
}

.c-section table th,
.c-section table td {
  border: 1px solid #bebebe;
  padding: 0.5rem;
}

.c-section table th {
  background-color: #f9f5ef;
  width: 25%;
}

.c-section table td {
  width: 75%;
}

.c-section a {
  border-bottom: 1px solid #1a0dab;
  color: #1a0dab;
  display: inline;
}

.c-section a:hover {
  opacity: 0.8;
}

.c-section .c-line-btn {
  color: #c59d62;
  border-bottom: 1px solid #c59d62;
}

.c-section figure {
  margin: 0 auto;
  width: 80%;
}

.c-section ul.p-picnic__cards {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4375rem 1.25rem;
}

.c-section ul.p-picnic__cards li {
  padding-left: 0;
  list-style-type: none;
}

.c-section ul.p-picnic__cards li::before {
  content: none;
}

.c-section-inner {
  margin: 0 auto;
  padding-inline: 1.25rem;
  width: 92%;
}

.c-section-inner--md {
  max-width: 65rem;
}

.c-section-inner--sm {
  max-width: 55rem;
}

.c-section-box {
  width: 94%;
  margin: 0 auto;
}

.c-box-ttl {
  padding-left: 0.9375rem;
  width: 97%;
  margin: 0 auto;
}

.c-box-ttl::before {
  content: '';
  width: 0.25rem;
  height: 72%;
  background-color: #c59d62;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 0.09375rem;
}

.c-sm-ttl {
  border-bottom: 1px solid #c59d62;
  padding: 0 0.6875rem 0.875rem;
}

.c-lead-txt {
  margin: 0 auto;
  max-width: 900px;
}

.c-link-btn {
  border-radius: 1.84375rem;
  width: 18.75rem;
  padding: 1.0625rem 1.1875rem 1.25rem 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #e9e9e9;
  background-image: url(../img/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 95% center;
}

.c-link-btn--black {
  border: 0.1875rem solid #ffffff;
  background-color: #000000;
  color: #ffffff;
}

.c-link-btn--black:hover {
  background-color: #ffffff;
  color: #000000;
}

.c-link-line {
  margin-top: 2.5rem;
}

.c-line-btn {
  border-bottom: 1px solid #c59d62;
  padding: 0 1.9375rem 0.5625rem 0.625rem;
}

.c-line-btn::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f0da';
  font-weight: 900;
  position: absolute;
  top: 10%;
  right: 3.6%;
  font-size: 0.9375rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.c-line-btn:hover::before {
  right: 1.6%;
}

.c-link-btn-block {
  margin-top: 2.5rem;
}

.c-gallery-cat {
  gap: 0.75rem 0.625rem;
}

.c-gallery-cat__link {
  background-color: #bebebe;
  padding: 0.5rem 1.25rem 0.625rem;
  border-radius: 1.25rem;
}

.c-gallery-cat__link.current {
  background-color: #c59d62;
}

.l-footerTerrace {
  overflow-x: hidden;
}

.swiper {
  overflow: visible;
}

/* PC */

/* SP */

.c-bnr {
  background-position: center bottom 17%;
  background-repeat: no-repeat;
  background-size: 103%;
  background-image: url(../img/common/bg_snow.jpg);
  width: 100%;
  padding-bottom: 3.0625rem;
  text-align: center;
  max-width: 41.25rem;
  gap: 2.8125rem;
}

.c-bnr__img {
  background-color: #000000;
  width: 12.5rem;
  padding: 0.9375rem 0;
}

.c-bnr__img img {
  width: 9.25rem;
}

.c-bnr__btn {
  width: 17.5rem;
  padding-right: 0;
}

.c-price__cards {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.c-price__card {
  background-color: #fafafa;
  width: 47.7%;
  padding: 1.25rem 1.875rem 2.125rem;
}

.c-price__card::before {
  content: none !important;
}

.c-price__card-ttl {
  padding-bottom: 1.25rem;
  margin-bottom: 1.5625rem;
}

.c-price__card-ttl::after {
  content: '';
  width: 6.25rem;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 0.125rem;
}

.c-price__list {
  width: 100%;
}

.c-price__item {
  width: 100%;
}

.c-price__item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2.3125rem;
  border-bottom: 1px solid #bebebe;
}

.c-price__desc {
  gap: 2.0625rem;
}

.c-price__cards {
  max-width: 41.25rem;
  margin: 0 auto;
  gap: 1.875rem 4.6% !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.c-price__cards--gold .c-price__card {
  border: 1px solid #c59d62;
}

.c-price__cards--gold .c-price__card-ttl {
  color: #c59d62;
}

.c-price__cards--gold .c-price__card-ttl::after {
  background-color: #c59d62;
}

.c-price__cards--green .c-price__card {
  border: 1px solid #49bf73;
}

.c-price__cards--green .c-price__card-ttl {
  color: #49bf73;
}

.c-price__cards--green .c-price__card-ttl::after {
  background-color: #49bf73;
}

.c-price__cards--blue .c-price__card {
  border: 1px solid #5f98ba;
}

.c-price__cards--blue .c-price__card-ttl {
  color: #5f98ba;
}

.c-price__cards--blue .c-price__card-ttl::after {
  background-color: #5f98ba;
}

.c-cau {
  margin: 0 auto;
}

.c-cau > * {
  text-indent: -1em;
  padding-left: 1em;
}

.c-cau a {
  border-bottom: 1px solid #1a0dab;
  color: #1a0dab;
  display: inline;
}

.c-map {
  overflow: hidden;
  margin: 0 auto;
  width: 88.5%;
}

.c-map img {
  vertical-align: bottom;
}

.c-accordion__btn {
  cursor: pointer;
}

.c-accordion__btn::before,
.c-accordion__btn::after {
  content: '';
  position: absolute;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.c-accordion__btn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-accordion__btn.open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-accordion__content {
  display: none;
}

.c-bg::before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
}

.c-bg--green::before {
  background-color: #448b57;
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}

.c-table__thead th {
  background-color: #eaeaea !important;
}

.c-table th,
.c-table td {
  border: 1px solid #bebebe;
}

.c-table th:nth-child(1),
.c-table td:nth-child(1) {
  width: 36.6%;
}

.c-table th:nth-child(2),
.c-table td:nth-child(2) {
  width: 36.6%;
}

.c-table th:nth-child(3),
.c-table td:nth-child(3) {
  width: 26.8%;
}

.c-table th {
  padding: 0.4375rem 0;
}

.c-table td {
  padding: 0.75rem 1.1875rem 0.9375rem;
  background-color: #ffffff;
}

.c-table td:nth-child(n + 2) {
  padding: 0.75rem 0.25rem 0.9375rem;
}

.c-field-map {
  padding: 0 0 5rem;
}

.c-field-map::before {
  height: 67%;
  bottom: 0;
}

.c-field-map__ttl {
  margin-bottom: 2.5rem;
}

.c-menu {
  background-color: #f9f5ef;
  padding: 3.125rem 0;
}

.c-menu__list {
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
  gap: 2.4375rem 0;
}

.c-menu__item {
  width: 30.5%;
}

.c-menu__bg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.c-menu__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: none;
  height: 100%;
}

.c-menu__link {
  height: 11.25rem;
  overflow: hidden;
}

.c-menu__link:hover .c-menu__bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-floor-map {
  padding: 4.5625rem 0;
}

.c-floor-map::before {
  height: 100%;
  top: 0;
}

.c-floor-map__ttl {
  margin-bottom: 2.25rem;
}

.c-floor-map__wrap {
  max-width: 51.25rem;
  width: 100%;
  margin: 0 auto;
}

.c-floor-map__cards {
  gap: 1.1875rem;
}

.c-floor-map__content {
  gap: 1rem;
}

.c-floor-map__f {
  background-color: #c59d62;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.5rem;
}

.c-floor-map__f span {
  font-size: 2.25rem;
}

.c-floor-map__txt {
  width: calc(100% - 3.125rem - 1rem);
}

.c-news-cat {
  display: inline-block;
  border: 0.125rem solid;
  padding: 0.1875rem 0.625rem 0.25rem;
  border-radius: 0.75rem;
}


.c-news-tag {
  color: #7c7c7c;
  background-color: rgba(124, 124, 124, 0.1);
  padding: 0.375rem 0.9375rem;
  border-radius: 0.75rem;
}

.c-news-sidebar {
  width: 12.6%;
}

.c-news-sidebar h3 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.9375rem;
  margin-bottom: 1rem;
}

.c-news-sidebar__cat-area ul {
  gap: 0.875rem;
  width: 100%;
}

.c-news-sidebar__cat-area a {
  padding-left: 1.375rem;
}

.c-news-sidebar__cat-area span {
  display: inline-block;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.1875rem;
  left: 0.375rem;
}


.c-news-sidebar__tag-area ul {
  gap: 0.1875rem;
}

.c-news-archive__list {
  gap: 3rem 2.9%;
  width: 100%;
}

.c-news-archive__unit {
  width: 31.4%;
}

.c-news-archive__data {
  color: #929292;
}

.c-news-archive__img {
  padding-top: 56.5%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #eaeaea;
}

.c-news-archive__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  vertical-align: bottom;
}

.c-news-archive__link {
  width: 100%;
}

.c-news-archive__link:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}

.wp-pagenavi {
  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;
  font-size: 1.25rem;
  gap: 0.9375rem;
}

.wp-pagenavi a {
  color: #c59d62;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid #c59d62;
  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;
}

.wp-pagenavi .previouspostslink {
  margin-right: 1.25rem;
}

.wp-pagenavi .nextpostslink {
  margin-left: 1.25rem;
}

.wp-pagenavi span {
  color: #7c7c7c;
}

.c-smooth-link {
  margin: 0 auto;
}

.c-smooth-link__btn > * {
  background-color: #c59d62;
  padding: 1.125rem 2rem 1.375rem 0;
}

.c-smooth-link__btn > *::after {
  font-family: 'Font Awesome 6 Free';
  content: '\f0d7';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.25rem;
}

.c-pet-list {
  gap: 0.5rem;
}

.c-pet-item {
  text-indent: -1em;
  padding-left: 1em;
}

.c-pet-lead {
  margin-bottom: 2.375rem;
}

.c-using {
  gap: 2.8125rem;
}

.c-using__unit h3 {
  margin-bottom: 0.875rem;
}

.c-flow {
  gap: 1.0625rem;
}

.c-flow__unit {
  background-color: #fafafa;
  padding: 0.9375rem 2.1875rem 0.9375rem 1.25rem;
  gap: 0.625rem;
}

.c-flow__unit::before {
  content: none !important;
}

.c-flow__unit div {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #c59d62;
  border-radius: 50%;
}

.c-flow__unit p {
  width: calc(100% - 1.875rem - 0.625rem);
}

.c-flow-block {
  max-width: 56.25rem;
  margin: 0 auto;
}

.c-modal {
  display: none;
  /* デフォルトで非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.c-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* モーダルを表示 */
}

.c-modal__wrap {
  background: #ffffff;
  border-radius: 1.875rem;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 2.875rem;
  height: 2.875rem !important;
  top: -3.5rem;
  right: 0.4375rem;
}

.modal-close::before,
.modal-close::after {
  content: '';
  width: 100%;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  left: 0;
  top: 1.375rem;
  position: absolute;
}

.modal-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-block > *:last-child {
  margin-bottom: 0;
}

.c-block h2 {
  font-size: 1.375rem;
  background-color: rgba(197, 157, 98, 0.2);
  border-radius: 0.75rem;
  padding: 0.875rem 1.5rem;
  margin-bottom: 1.5rem;
}

.c-block h3 {
  position: relative;
  padding-left: 0.9375rem;
  margin: 0 auto;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.c-block h3::before {
  content: '';
  width: 0.25rem;
  height: 100%;
  background-color: #c59d62;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 0.09375rem;
}

.c-block h4 {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1.375rem;
}

.c-block h4::before {
  content: '';
  background-color: #c59d62;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 0.0625rem;
  position: absolute;
  left: 0.125rem;
  top: 0.75rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-block p {
  margin-bottom: 2.0625rem;
}

.c-block p a {
  color: #1a0dab;
  border-bottom: 1px solid #1a0dab;
  display: inline;
}

.c-block__table {
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 2.0625rem;
  width: 100%;
}

.c-block__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-block__table td,
.c-block__table th {
  padding: 1rem 1.5625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-block__table th {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #c59d62;
  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;
}

.c-block__table td {
  border: 1px solid #e8e8e8;
  border-top: none;
}

.c-block__table td p {
  margin: 0;
}

.c-block__table--line td {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.c-block > *:last-child {
  margin-bottom: 0;
}

.c-block ul {
  padding-left: 1em;
  margin-bottom: 2.0625rem;
}

.c-block__btn-area {
  margin: 1.4375rem 0 3.3125rem;
}

.c-block a.c-link-btn {
  min-width: 18.75rem;
  width: auto;
  line-height: 1;
  padding: 1.0625rem 2.8125rem 1.25rem 1.625rem;
}

.img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.0625rem;
  overflow-x: hidden;
}

.p-single-news__content img {
  display: block;
  width: 92%;
  margin: 0 auto;
}

.img-container.two-images img {
  width: 48%;
  margin: 1%;
}

.img-container.carousel-images {
  width: 92%;
  margin: 0 auto;
}

.img-container.carousel-images > * {
  width: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
}

.img-container.carousel-images img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1.5%;
}

.c-bus-schedule {
  max-width: 50rem;
  margin: 0 auto;
  gap: 1.375rem;
}

.c-bus-schedule__title {
  margin-bottom: 2rem;
  padding: 0.625rem;
}

.c-bus-schedule__title h2 {
  margin: 0 !important;
}

.c-bus-schedule__desc {
  gap: 2rem;
  margin-bottom: 2rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-bus-schedule__route {
  width: calc((100% - 2rem) / 2);
}

.c-bus-schedule__route-title {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.c-bus-schedule__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.c-bus-schedule__header {
  padding: 1rem;
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  background-color: #000000;
  color: #fff;
}

.c-bus-schedule__row {
  display: table-row;
  height: 100%;
}

.c-bus-schedule__row:nth-child(odd) {
  background-color: #f2f2f2;
}

.c-bus-schedule__row:nth-child(odd).request {
  background-color: #f9da78;
}

.c-bus-schedule__row.request {
  background-color: #fdf2d1;
}

.c-bus-schedule__cell {
  padding: 0.75rem 0.375rem;
  border: 1px solid #ddd;
  text-align: center;
  display: table-cell;
  min-height: 2.9375rem;
}

.c-bus-schedule__operation-date h3,
.c-bus-schedule__request h3 {
  min-width: 7.5rem;
  padding: 0.375rem 0.625rem;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.c-bus-schedule__request h3 {
  background-color: #f9da78;
}

ul.c-img-box03 {
  margin: 5.625rem auto 6.5rem;
  max-width: 51.25rem;
  gap: 2rem;
}

ul.c-img-box03 li {
  width: 60%;
  padding-left: 0;
}

ul.c-img-box03 li:nth-child(even) {
  margin: 0 0 0 auto;
}

ul.c-img-box03 li::before {
  content: none;
}

.p-fv {
  margin-bottom: 10rem;
}

.p-fv__movie {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-fv__movie video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv__img,
.p-fv .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.p-fv__img img,
.p-fv .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-fv .swiper-pagination {
  bottom: 2%;
}

.p-fv .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 1rem;
  background-color: #bebebe;
}

.p-fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.p-fv .swiper-button-next,
.p-fv .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #c59d62;
}

.p-fv .swiper-button-next::after,
.p-fv .swiper-button-prev::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #c59d62;
}

.p-fv .swiper-button-next::after {
  content: '\f0da';
}

.p-fv .swiper-button-prev::after {
  content: '\f0d9';
}

.p-concept {
  padding: 6.125rem 0;
}

.p-concept__top {
  height: 23.563rem;
  margin-right: calc(50% - 50vw);
  margin-bottom: 13.875rem;
}

.p-concept__ttl {
  margin-left: 0.875rem;
}

.p-concept__ttl-bg {
  width: 24.6875rem;
  top: -52%;
  left: 1%;
}

.p-concept__img {
  width: 37.5rem;
  top: 0;
  right: 0;
}

.p-concept__desc--fi {
  margin-left: calc(50% - 50vw);
}

.p-concept__desc--fi .p-concept__img-box {
  top: -20%;
  left: 2.4%;
  gap: 1.4375rem;
}

.p-concept__desc--fi .p-concept__img-box > *:nth-child(even) {
  margin-top: 2.6875rem;
}

.p-concept__desc--fi .p-concept__img-box > *:nth-child(3) {
  margin-top: -1.75rem;
}

.p-concept__desc--sec {
  margin-right: calc(50% - 50vw);
  margin-bottom: 10.75rem;
  margin-top: 13.125rem;
}

.p-concept__desc--sec .p-concept__img-box {
  top: -20%;
  right: 2.4%;
}

.p-concept__desc--sec .p-concept__img-box > *:nth-child(1) {
  margin-top: 2.6875rem;
}

.p-concept__desc--sec .p-concept__txt {
  margin-left: 1.25rem;
}

.p-concept__txt {
  position: relative;
  width: 38.1%;
}

.p-concept__img-box {
  gap: 1.4375rem;
  width: 58%;
}

.p-concept__img-box > * {
  width: calc((100% - 1.4375rem) / 2);
}

.p-concept__en {
  position: absolute;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 2.5rem;
  transform: rotate(-10deg) !important;
  pointer-events: none;
}

.p-concept__en--blue {
  color: #deebf7;
  top: -4.1875rem;
  right: 1.875rem;
}

.p-concept__en--beige {
  color: #edddbe;
  top: -4.0625rem;
  right: 1.625rem;
}

.p-gallery {
  padding: 5.625rem 0 7.375rem;
}

.p-gallery__ttl-bg {
  width: 22.8125rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.p-gallery__cat {
  margin-bottom: 3.125rem;
}

.p-gallery__list {
  width: 100%;
  margin: 0 auto;
  min-height: 31.25rem;
}

.p-gallery__item {
  width: 22%;
  height: auto;
  margin: 1.5%;
  display: block;
  z-index: 1;
  line-height: 0;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-gallery__item > * {
  width: 100%;
  height: 100%;
}

.p-gallery__item a {
  width: 100%;
}

.p-gallery__item a > * img,
.p-gallery__item a > * video {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-gallery__item h3 {
  bottom: 0.875rem;
  left: 1rem;
  padding-right: 1.25rem;
}

.p-btn-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/bg_btn-area.png);
  padding: 1.875rem 0;
}

.p-btn-area__list {
  max-width: 49.375rem;
  width: 100%;
  margin: 0 auto;
  gap: 1.25rem;
}

.p-btn-area__unit {
  width: calc((100% - 3.75rem) / 4);
}

.p-btn-area__link {
  border: 0.125rem solid #c59d62;
  height: 9.6875rem;
  padding-bottom: 1.375rem;
}

.p-btn-area__en {
  margin-bottom: 0.3125rem;
}

.p-btn-area__unit--hours .p-btn-area__icon {
  width: 3.4375rem;
  margin-bottom: 0.875rem;
}

.p-btn-area__unit--price .p-btn-area__icon {
  width: 4rem;
  margin-bottom: 0.625rem;
}

.p-btn-area__unit--facility .p-btn-area__icon {
  width: 6.6875rem;
  margin-bottom: 0.5rem;
}

.p-btn-area__unit--access .p-btn-area__icon {
  width: 2.375rem;
  margin-bottom: 0.75rem;
}

.p-info {
  padding: 3.4375rem 0 8.8125rem;
}

.p-info__ttl {
  margin-bottom: 3.75rem;
}

.p-info__list {
  gap: 1.86%;
}

.p-info__unit {
  width: 23.6%;
}

.p-info__link {
  padding-top: 68.6%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.p-info__link:hover .p-info__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-info__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-info__img img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-news {
  padding-bottom: 7.8125rem;
}

.p-news__inner {
  max-width: 56.25rem;
  margin: 0 auto;
}

.p-news__ttl {
  margin-bottom: 2.9375rem;
}

.p-news__item {
  border-bottom: 1px solid #bebebe;
}

.p-news__item:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.p-news__link {
  padding: 0 1.875rem 1.625rem;
  gap: 2.1875rem;
}

.p-news__link:hover .p-news__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-news__img {
  width: 27.5%;
  height: 0;
  padding-top: 16.3%;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.p-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-news__content {
  width: calc(72.5% - 2.1875rem);
}

.p-news__top {
  margin-bottom: 0.7rem;
}

.p-news__item-ttl {
  margin-bottom: 0.1rem;
  margin-top: 0.5rem;
}

.p-news__cat-area {
  gap: 0.375rem;
}

.p-news__tab-pane {
  display: none;
}

.p-news__tab-pane.active {
  display: block;
}

.p-map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/bg_access.jpg);
  padding: 3.75rem 0 3.125rem;
}

.p-map__inner {
  padding: 15px;
}

.p-map__ttl {
  margin-bottom: 1.375rem;
}

.p-map__img {
  width: 88.5%;
}

.p-access {
  padding: 1.5625rem 0 7.25rem;
}

.p-access__txt {
  margin-bottom: 1.0625rem;
}

.p-access__link {
  border-bottom: 1px solid #2dc462;
  padding-bottom: 0.25rem;
  margin-bottom: 2.5rem;
}

.p-access__link:hover {
  opacity: 0.8;
}

.p-official-sns {
  padding-bottom: 5.0625rem;
}

.p-official-sns__ttl {
  margin-bottom: 2.1875rem;
}

.p-official-sns__flex {
  gap: 0.6875rem;
  margin-left: 1.1875rem;
  margin-bottom: 0.9375rem;
}

.p-official-sns__icon {
  width: 3.125rem;
}

.p-official-sns__nm {
  font-size: 1.248125rem;
}

.p-official-sns__area {
  border: 0.125rem solid #c59d62;
  border-radius: 2.25rem;
  padding: 0.8125rem 1.875rem 0.8125rem 2.5rem;
}

.p-official-sns__area-ttl {
  padding: 0.5625rem 2rem 0.6875rem 0;
  margin-right: 2rem;
  border-right: 0.125rem solid #c59d62;
}

.p-official-sns__area-list {
  gap: 1.875rem;
}

.p-official-sns__area-item--insta {
  width: 2.5625rem;
}

.p-official-sns__area-item--x {
  width: 2.625rem;
}

.p-official-sns__area-item--fb {
  width: 2.8125rem;
}

.p-official-sns__area-item--line {
  width: 2.875rem;
}

.p-official-sns__list {
  gap: 1.25rem;
  margin-bottom: 6rem;
}

.p-official-sns__unit {
  width: calc((100% - 3.75rem) / 4);
}

.p-express .c-price__item {
  padding-left: 1.25rem;
}

.p-express .c-price__dt {
  margin-right: 1.75rem;
}

.p-tent .c-price__dt {
  margin-right: 1.5625rem;
}

.p-tent .c-price__list {
  margin-bottom: 1.875rem;
}

.p-tent__card:nth-child(3) {
  width: 89.4%;
  border-color: #989898;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

.p-tent__card:nth-child(3) .c-price__list {
  margin-bottom: 0;
  gap: 3.125rem;
}

.p-tent__card:nth-child(3) .c-price__item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.p-tent__card:nth-child(3) .c-price__card-ttl {
  color: #989898;
  padding-bottom: 0.625rem;
  margin-bottom: 0.875rem;
}

.p-tent__card:nth-child(3) .c-price__card-ttl::after {
  background-color: #989898;
  height: 0.125rem;
  width: 3.125rem;
}

.p-tent__card:nth-child(3) .c-price__dt {
  margin-right: 1.125rem;
}

.p-picnic .c-price__desc > div p:nth-child(1) {
  margin-bottom: 0.4375rem;
}

.p-express {
  padding: 4.125rem 0 6.125rem;
}

.p-express__ttl {
  margin-bottom: 1.5rem;
}

.p-express__lead {
  margin-bottom: 2.75rem;
}

.p-express__cards {
  margin-bottom: 2rem;
}

.p-express__card:nth-child(3) .p-express__card-ttl {
  height: 5.75rem;
}

.p-express__ticket-area {
  margin: 0 auto 1.6875rem;
}

.p-express__ticket-ttl {
  background-color: #c59d62;
  padding: 1.25rem 0.875rem 1.3125rem 1.4375rem;
  gap: 0.75rem;
  border: 2px solid #c59d62;
}

.p-express__circle {
  border-radius: 50%;
  background-color: #ffffff;
  width: 4rem;
  height: 4rem;
}

.p-express__ticket-ppl {
  border: 2px solid #c59d62;
  padding: 0.8125rem 2.1875rem 0.9375rem 2.125rem;
  gap: 0.625rem;
}

.p-express__cau {
  width: 92%;
  margin-bottom: 2.6875rem;
}

.p-express__btn-area {
  gap: 2.5rem;
}

.p-tent {
  padding-bottom: 6.625rem;
}

.p-tent__ttl {
  margin-bottom: 1.5rem;
}

.p-tent__lead {
  margin-bottom: 2.8125rem;
}

.p-tent__cards {
  margin-bottom: 1.625rem;
}

.p-tent__cau {
  width: 90%;
  margin-bottom: 2.8125rem;
}

.p-tent__btn-area {
  gap: 2.5rem;
}

.p-tent__table {
  margin-bottom: 3rem;
}

.p-tent__table > table {
  margin: 0 auto;
  max-width: 45rem;
  border-collapse: collapse;
  width: 100%;
}

.p-tent__table > table:not(:last-child) {
  margin-bottom: 2rem;
}

.p-tent__table > table th,
.p-tent__table > table td {
  border: 1px solid #bebebe;
  padding: 0.25rem 0.5rem;
}

.p-tent__table > table th {
  background-color: #fafafa;
}

.p-tent__table > table td {
  width: 25%;
  text-align: center;
}

.p-tent__table > table td.p-tent__fi-td {
  width: 50%;
  text-align: left;
}

.p-picnic {
  padding-bottom: 8.6875rem;
}

.p-picnic__ttl {
  margin-bottom: 0.6875rem;
}

.p-picnic__lead {
  margin-bottom: 2.9375rem;
}

.p-picnic__cards {
  gap: 2.4375rem 1.25rem;
}

.p-picnic__card {
  width: calc((100% - 2.5rem) / 3);
}

.p-picnic__card h3 {
  margin-bottom: 1rem;
}

.p-picnic__cau {
  width: 85%;
}

.p-pet {
  padding-bottom: 5.875rem;
}

.p-pet__ttl {
  margin-bottom: 1.3125rem;
}

.p-pet .c-pet-list {
  margin-bottom: 3.25rem;
}

.p-using {
  padding-bottom: 7.5rem;
}

.p-using__ttl {
  margin-bottom: 1.3125rem;
}

.p-using__lead {
  margin-bottom: 3.3125rem;
}

.p-hours-page {
  padding-top: 6rem;
}

.p-hours-page__top {
  margin-bottom: 6.125rem;
}

.p-hours-page__ttl {
  margin-bottom: 1.4375rem;
}

.p-hours-page__accordion h4 {
  margin-bottom: 1.875rem;
}

.p-hours-page__accordion--night-terrace {
  margin-bottom: 3.75rem;
}

.p-hours-page__accordion button {
  min-width: 25rem;
  border-radius: 1.84375rem;
  border: 0.125rem solid #c59d62;
  background-color: #ffffff;
  padding: 0.6875rem 1.0625rem 0.9375rem 0;
}

.p-hours-page__accordion button::before,
.p-hours-page__accordion button::after {
  width: 1rem;
  height: 0.125rem;
  background-color: #c59d62;
  top: 48%;
  right: 6%;
}

.p-hours-page__accordion-content {
  margin: 5.125rem auto 0;
  width: 90%;
}

.p-hours-page__accordion-content > *:not(:last-child) {
  margin-bottom: 3.625rem;
}

.p-hours-page__cau {
  margin-top: 1.5625rem;
}

.hours .c-field-map {
  padding-top: 3.75rem;
}

.p-regular-hours {
  margin-bottom: 5rem;
}

.p-regular-hours__ttl {
  margin-bottom: 2.0625rem;
}

.p-regular-hours__txt {
  margin-bottom: 2.4375rem;
}

.p-night-terrace {
  padding: 4.6875rem 0 5rem;
}

.p-night-terrace::before {
  height: 100%;
  background-color: #f9f5ef;
  top: 0;
}

.p-night-terrace__ttl {
  margin-bottom: 1.75rem;
}

.p-night-terrace__txt {
  margin-bottom: 2.5rem;
}

.p-night-terrace__calendar {
  gap: 2%;
  margin-bottom: 3.5625rem;
}

.p-night-terrace__calendar-img {
  width: 32%;
}

.p-access-page {
  padding: 5.75rem 0 7.75rem;
}

.p-access-page__ttl {
  margin-bottom: 1.25rem;
}

.p-access-page__add {
  margin-bottom: 2.375rem;
}

.p-access-page__map {
  height: 23.75rem;
  margin: 0 auto 7.125rem;
  width: 90%;
}

.p-access-page__map > * {
  width: 100%;
  height: 100%;
}

.p-access-page__box--fi {
  margin-bottom: 5.625rem;
}

.p-access-page__box--sec > *:nth-child(3) p {
  margin-bottom: 1.5rem;
}

.p-access-page__box h2 {
  margin-bottom: 0.875rem;
}

.p-access-page__box > *:nth-child(2) {
  margin-bottom: 2rem;
}

.p-access-page__txt {
  margin-bottom: 2.9375rem;
}

.p-access-page__img {
  width: 85%;
  margin: 0 auto;
}

.p-access-page__cau h4 {
  margin-bottom: 0.875rem;
}

.p-plan-map {
  padding-bottom: 7.75rem;
}

.p-plan-map__ttl {
  margin-bottom: 4.5625rem;
}

.p-plan-map__img {
  width: 80%;
  margin: 0 auto 3.5625rem;
}

.p-plan-map__btn-list {
  margin: 0 auto 3rem;
  width: 74%;
  gap: 1.1875rem 1.5625rem;
}

.p-plan-map__btn-item {
  width: calc((100% - 1.5625rem) / 2);
}

.p-plan-map__btn-link {
  width: 100%;
  border: 0.125rem solid #000000;
}

.p-plan-map__btn-link::before {
  color: #c59d62;
}

.p-faq-page {
  padding: 5rem 0 7.5rem;
}

.p-faq-page__lead {
  margin-bottom: 3.125rem;
}

.p-faq-page__area {
  gap: 5rem;
}

.p-faq-page__wrap {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  gap: 1.5625rem;
}

.p-faq-page__wrap--pickup {
  margin-bottom: 5rem;
}

.p-faq-page__term {
  cursor: pointer;
  padding: 1.0625rem 1.5rem 1.8125rem;
}

.p-faq-page__term::before,
.p-faq-page__term::after {
  content: '';
  width: 1.625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #c59d62;
  position: absolute;
  top: 49%;
  right: 4%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.p-faq-page__term::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faq-page__subtitle {
  padding-left: 3.125rem;
  padding-right: 2.5rem;
}

.p-faq-page__subtitle::before {
  content: 'Q';
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.25rem;
  color: #c59d62;
  position: absolute;
  left: 0;
  top: -0.6875rem;
}

.p-faq-page__desc {
  color: #333333;
  display: none;
  padding: 0 1.5rem 1.8125rem 4.625rem;
}

.p-faq-page__desc::before {
  content: 'A';
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.25rem;
  color: #000000;
  position: absolute;
  left: 1.5rem;
  top: -0.6875rem;
}

.p-faq-page__dlist {
  background-color: #fafafa;
}

.p-faq-page__dlist.open .p-faq-page__term::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq-page__cat-list {
  max-width: 54.375rem;
  margin-bottom: 4.875rem;
  gap: 1.6875rem 3.8%;
}

.p-faq-page__cat-item {
  width: 48.1%;
}

.p-faq-page h2 {
  margin-bottom: 2.5rem;
}

.p-terrace-top {
  padding: 4.125rem 0 5.9375rem;
}

.p-terrace-top__ttl {
  margin-bottom: 1.875rem;
}

.p-terrace-top__txt {
  margin-bottom: 5.625rem;
}

.p-terrace-top__img-area {
  margin: 0 calc(50% - 50vw);
}

.p-terrace-top__img:nth-child(1) {
  width: 58%;
}

.p-terrace-top__img:nth-child(2) {
  width: 35%;
  margin-top: 6.875rem;
}

.p-cafe {
  padding: 7.5rem 0 6.625rem;
}

.p-cafe__ttl {
  margin-bottom: 1.875rem;
}

.p-cafe__txt {
  margin-bottom: 2.8125rem;
}

.p-cafe__img-area {
  margin-bottom: 3.0625rem;
}

.p-cafe__img:nth-child(1) {
  width: 55%;
}

.p-cafe__img:nth-child(2) {
  width: 40%;
  margin-top: 8.125rem;
  margin-right: -0.875rem;
}

.p-cafe__img:nth-child(3) {
  width: 50%;
  margin: 2rem auto 0 22%;
}

.p-terrace-map {
  padding: 4.5625rem 0;
}

.p-terrace-map__wrap {
  padding: 3.125rem 5rem;
}

.p-terrace-map__cards {
  gap: 1.1875rem;
}

.p-terrace-map__content {
  width: 50%;
}

.p-terrace-map__f {
  background-color: #c59d62;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.5rem;
}

.p-terrace-map__f span {
  font-size: 2.25rem;
}

.p-terrace-map__txt {
  width: calc(100% - 3.125rem - 1rem);
}

.p-terrace-map__img {
  width: 19.0625rem;
}

.p-spot {
  padding-bottom: 3.5625rem;
}

.p-spot__ttl {
  margin-bottom: 1.4375rem;
}

.p-spot__txt {
  margin-bottom: 2.8125rem;
}

.p-spot__img-area {
  margin-bottom: 3.0625rem;
}

.p-spot__img:nth-child(1) {
  width: 40%;
  margin-top: 8.5rem;
}

.p-spot__img:nth-child(2) {
  width: 55%;
}

.p-spot__img:nth-child(3) {
  width: 50%;
  margin: 2rem 12% 0 auto;
}

.p-cafe-page__ttl {
  margin-bottom: 3.0625rem;
}

.p-cafe-page__hours {
  gap: 1.3125rem;
  margin-bottom: 2.375rem;
}

.p-cafe-page__txt {
  margin-bottom: 5.5rem;
}

.p-cafe-page__img-area {
  margin: 0 auto 6.25rem;
  max-width: 51.875rem;
  width: 100%;
}

.p-cafe-page__cards {
  width: 46.4%;
  gap: 3.625rem 0;
}

.p-cafe-page__cards:nth-child(2) {
  margin-top: 5rem;
}

.p-cafe-page__pdf {
  max-width: 50rem;
  margin: 0 auto;
}

.p-cafe-page__pdf > a {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.125rem;
}

.p-cafe-page__pdf > a img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-cafe-page__pdf > a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-cafe-page__pdf p {
  color: #a4a4a4;
}

.p-cafe-page__img {
  max-width: 31.25rem;
  margin: 2.5rem auto 0;
  width: 70%;
}

.p-cafe-page--terrace {
  padding: 6.125rem 0 7.5rem;
}

.p-cafe-page--rokka {
  padding: 7.25rem 0 1.75rem;
}

.p-night-terrace-page {
  padding: 4.75rem 0 7.125rem;
}

.p-night-terrace-page__ttl {
  margin-bottom: 1.5rem;
}

.p-night-terrace-page__lead {
  margin-bottom: 3.125rem;
}

.p-night-terrace-page__youtube {
  position: relative;
  width: 100%;
  padding-top: 44.25%;
  margin: 0 auto 3.125rem;
  max-width: 50rem;
}

.p-night-terrace-page__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-night-terrace-page__txt-area {
  gap: 2.125rem;
  margin-bottom: 5.75rem;
}

.p-night-terrace-page__flow {
  max-width: 51.25rem;
  margin: 0 auto;
  width: 100%;
}

.p-night-terrace-page__flow-list {
  gap: 3.5rem 0;
}

.p-night-terrace-page__flow-unit {
  width: 47%;
  min-height: 22rem;
}

.p-night-terrace-page__flow-unit figure {
  margin-bottom: 1.125rem;
}

.p-night-terrace-page__flow-unit h3 {
  margin-bottom: 0.8125rem;
}

.p-night-terrace-page__flow-unit a {
  margin-top: 1.375rem;
}

.p-night-terrace-page__flow-unit:nth-child(2) {
  margin-top: 5rem;
}

.p-night-terrace-page__flow-unit:nth-child(2n + 3) {
  margin-top: -5rem;
}

.p-terrace-price {
  padding: 6rem 0 7.5rem;
}

.p-terrace-price__inner {
  gap: 6.25rem;
}

.p-terrace-price__inner > *:nth-child(1) p {
  margin-bottom: 3rem;
}

.p-terrace-price__inner > *:nth-child(2) p {
  margin-bottom: 2rem;
}

.p-terrace-price h2 {
  margin-bottom: 1.3125rem;
}

.p-terrace-price__img {
  margin: 0 auto;
  width: 60%;
}

.p-terrace-price p a {
  text-decoration: underline;
}

.p-archive-news {
  padding: 6.25rem 0 8.4375rem;
}

.p-archive-news__area {
  width: 83.4%;
}

.p-archive-news__list {
  margin-bottom: 4.25rem;
}

.p-archive-news__img {
  padding-top: 56.5%;
  margin-bottom: 0.5rem;
}

.p-archive-news__top {
  margin-bottom: 0.375rem;
}

.p-archive-news__data {
  color: #929292;
}

.p-archive-news__ttl {
  margin-bottom: 1.25rem;
  min-height: 3.825rem;
}

.p-archive-news__tags {
  gap: 0.625rem;
}

.p-archive-news__cat-area {
  gap: 0.375rem;
}

.p-single-news {
  padding: 5.5625rem 0 9.375rem;
}

.p-single-news__area {
  width: 73.7%;
}

.p-single-news__desc {
  max-width: 47.1875rem;
  width: 100%;
  margin: 0 auto 9.8125rem;
}

.p-single-news__desc ul {
  padding-left: 1em;
  list-style-type: disc;
  margin-bottom: 2.0625rem;
}

.p-single-news__ttl {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.75rem;
  margin-bottom: 1.4375rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.p-single-news__tags {
  margin-bottom: 1.5rem;
}

.p-single-news__img {
  border: 1px solid #eaeaea;
  margin-bottom: 3.4375rem;
}

.p-single-news__img img {
  vertical-align: bottom;
  width: 100%;
}

.p-single-news__content > *:last-child {
  margin-bottom: 0;
}

.p-single-news__content h2 {
  font-size: 1.375rem;
  background-color: #e3f5ea;
  border-radius: 0.75rem;
  padding: 0.875rem 1.5rem;
  margin-bottom: 1.5rem;
}

.p-single-news__content h3 {
  position: relative;
  padding-left: 0.9375rem;
  margin: 0 auto;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.p-single-news__content h3::before {
  content: '';
  width: 0.25rem;
  height: 100%;
  background-color: #08a543;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 0.09375rem;
}

.p-single-news__content h4 {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1.375rem;
}

.p-single-news__content h4::before {
  content: '';
  background-color: #08a543;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 0.0625rem;
  position: absolute;
  left: 0.125rem;
  top: 0.75rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-single-news__content p {
  margin-bottom: 2.0625rem;
}

.p-single-news__content p.c-link-btn-block {
  margin-bottom: 0;
}

.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 2.0625rem;
}

.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td,
.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th {
  padding: 1rem 1.5625rem;
}

.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td a,
.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th a {
  color: #1a0dab;
  border-bottom: 1px solid #1a0dab;
  display: inline;
}

.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #08a543;
}

.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
  border: 1px solid #e8e8e8;
}

.p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td p {
  margin: 0;
}

.p-single-news__content > *:last-child {
  margin-bottom: 0;
}

.p-single-news__btn {
  margin-bottom: 6.25rem;
}

.p-single-news__sidebar {
  width: 20.6%;
}

.p-single-news__new > h3 {
  margin-bottom: 2.3125rem;
}

.p-single-news__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}

.img-container.two-images img {
  width: 48%;
  margin: 1%;
}

.img-container.carousel-images > * {
  width: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
}

.img-container.carousel-images img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1.5%;
}

.img-container .c-link-btn-block {
  margin-bottom: 2.5rem;
}

.p-valuable {
  padding: 4.375rem 0 9.25rem;
  overflow-x: hidden;
}

.p-valuable__ttl {
  margin-bottom: 1.6875rem;
}

.p-valuable__txt {
  margin-bottom: 2.9375rem;
}

.p-valuable__img {
  margin: 0 auto 5.4375rem;
  max-width: 53.75rem;
  width: 100%;
}

.p-valuable__btn-list {
  width: 100%;
  gap: 2.3%;
  margin-bottom: 5rem;
}

.p-valuable__btn {
  width: 29.5%;
}

.p-valuable__btn > * {
  padding-right: 0;
}

.p-valuable__btn > *::after {
  right: 9%;
}

.p-valuable__area:not(:last-child) {
  margin-bottom: 5rem;
}

.p-valuable__area-ttl {
  background-color: rgba(197, 157, 98, 0.2);
  padding: 1.5rem 0 1.5625rem;
  margin-bottom: 2.3125rem;
}

.p-valuable__lead {
  margin: 0 auto;
  width: 92%;
  margin-bottom: 2.1875rem;
}

.p-valuable__box:not(:last-child) {
  margin-bottom: 2.5rem;
}

.p-valuable__cards {
  margin: 0 auto;
  width: 92%;
  gap: 1.5625rem 4%;
}

.p-valuable__card {
  border: 1px solid #bebebe;
  width: 48%;
  overflow: hidden;
}

.p-valuable__card h4 {
  margin-bottom: 0.1875rem;
}

.p-valuable__card p {
  color: #929292;
  margin-bottom: 0.625rem;
}

.p-valuable__card-img {
  width: 100%;
  overflow: hidden;
  height: 12.5rem;
  border-bottom: 1px solid #bebebe;
}

.p-valuable__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: bottom;
}

.p-valuable__card-wrap {
  padding: 1.375rem 1.8125rem 1.375rem 1.25rem;
}

.p-valuable__sm-ttl {
  margin-bottom: 1.9375rem;
}

.p-valuable__sm-ttl--blue {
  color: #628ac5;
}

.p-valuable__sm-ttl--green {
  color: #448b57;
}

.p-valuable__pickup {
  padding: 2.5rem 2.3125rem;
}

.p-valuable__pickup--green {
  background-color: rgba(98, 197, 108, 0.1);
}

.p-valuable__pickup--blue {
  background-color: rgba(97, 163, 225, 0.1);
}

.p-valuable__pickup > h4 {
  margin-bottom: 1.9375rem;
}

.p-valuable__pickup-cards {
  gap: 1rem;
  margin-bottom: 2.625rem;
}

.p-valuable__pickup-card {
  overflow: hidden;
  background-color: #ffffff;
}

.p-valuable__pickup-card img {
  vertical-align: bottom;
}

.p-valuable__pickup-card h4 {
  margin-bottom: 0.25rem;
}

.p-valuable__pickup-card p {
  color: #929292;
  margin-bottom: 1.25rem;
}

.p-valuable__pickup .p-valuable__card-img {
  width: 41.3%;
  overflow: hidden;
  height: 100%;
  border-bottom: none;
}

.p-valuable__pickup .p-valuable__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: bottom;
}

.p-valuable__content {
  width: 58.7%;
  padding: 0.375rem 2.8125rem 1.0625rem 2.3125rem;
}

.p-valuable__cat {
  background-color: rgba(197, 157, 98, 0.2);
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.25rem 1rem 0.3125rem;
  margin-bottom: 0.5rem;
}

.p-valuable__desc {
  margin-bottom: 0.75rem;
}

.p-valuable__desc > * {
  gap: 0.5625rem;
}

.p-valuable__accordion-content {
  margin-top: 0.9375rem;
  padding-bottom: 1.875rem;
}

.p-valuable__accordion-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(190, 190, 190, 0.1);
}

.p-valuable__accordion-content table thead {
  background-color: #767676;
}

.p-valuable__accordion-content table th,
.p-valuable__accordion-content table td {
  padding: 0.625rem 0 0.625rem 0.9375rem;
}

.p-valuable__accordion-content table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.p-valuable__accordion-content table tbody tr:nth-child(even) {
  background-color: rgba(190, 190, 190, 0.1);
}

.p-valuable__accordion-content table tbody td:nth-child(1) {
  width: 12.2%;
}

.p-valuable__accordion-content table tbody td:nth-child(2) {
  width: 29.3%;
}

.p-valuable__accordion-content table tbody td:nth-child(2) > * {
  text-decoration: underline;
  color: #1a0dab;
}

.p-valuable__accordion-content table tbody td:nth-child(3) {
  width: 27%;
}

.p-valuable__accordion-content table tbody td:nth-child(4) {
  width: 31.5%;
}

.p-valuable__accordion {
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  padding: 0 1.375rem;
}

.p-valuable__accordion button {
  width: 100%;
  padding: 1.0625rem 0 1.0625rem;
  border: none;
  background-color: #ffffff;
}

.p-valuable__accordion button::before,
.p-valuable__accordion button::after {
  width: 1.375rem;
  height: 0.25rem;
  top: 1.875rem;
  left: 0;
}

.p-valuable__accordion--green {
  border-color: #448b57;
}

.p-valuable__accordion--green button {
  padding-right: 28.75rem;
}

.p-valuable__accordion--green button::before,
.p-valuable__accordion--green button::after {
  background-color: #448b57;
}

.p-valuable__accordion--blue {
  border-color: #628ac5;
}

.p-valuable__accordion--blue button {
  padding-right: 18.125rem;
}

.p-valuable__accordion--blue button::before,
.p-valuable__accordion--blue button::after {
  background-color: #628ac5;
}

.p-valuable__accordion--blue .p-valuable__accordion-content table td:nth-child(2) {
  width: 34.3%;
}

.p-valuable__accordion--blue .p-valuable__accordion-content table td:nth-child(3) {
  width: 22%;
}

.p-dogfield-page {
  padding: 5.4375rem 0 6.875rem;
}

.p-dogfield-page__ttl {
  margin-bottom: 1.75rem;
}

.p-dogfield-page__txt {
  margin-bottom: 5.625rem;
}

.p-dogfield-page__img-area {
  margin: 0 auto 6.5rem;
  max-width: 51.25rem;
}

.p-dogfield-page__img {
  width: 47%;
}

.p-dogfield-page__img:nth-child(2) {
  margin-top: 5rem;
}

.p-dogfield-page__area-ttl {
  margin-bottom: 3.125rem;
}

.p-dogfield-page__box:not(:last-child) {
  margin-bottom: 6.0625rem;
}

.p-dogfield-page__box--price .p-dogfield-page__box-txt {
  margin-bottom: 2.5rem;
}

.p-dogfield-page__box--area .p-dogfield-page__box-txt {
  margin-bottom: 1.875rem;
}

.p-dogfield-page__box-ttl {
  margin-bottom: 2.5rem;
}

.p-dogfield-page__box-head {
  margin-bottom: 1.6875rem;
}

.p-dogfield-page__card > div {
  height: 3rem;
}

.p-dogfield-page__card--gold {
  border: 1px solid #c59d62;
}

.p-dogfield-page__card--gold .c-price__card-ttl {
  color: #c59d62;
}

.p-dogfield-page__card--gold .c-price__card-ttl::after {
  background-color: #c59d62;
}

.p-dogfield-page__card--green {
  border: 1px solid #49bf73;
}

.p-dogfield-page__card--green .c-price__card-ttl {
  color: #49bf73;
}

.p-dogfield-page__card--green .c-price__card-ttl::after {
  background-color: #49bf73;
}

ul.p-dogfield-page__img-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

ul.p-dogfield-page__img-area li.p-dogfield-page__img {
  padding: 0;
}

ul.p-dogfield-page__img-area li.p-dogfield-page__img::before {
  content: none;
}

.p-dogfield-other {
  margin-bottom: 5.4375rem;
}

.p-dogfield-other__ttl {
  margin-bottom: 1rem;
}

.p-dogfield-other__desc > * {
  gap: 0.5rem;
}

.p-dogfield-pet {
  margin-bottom: 5.4375rem;
}

.p-dogfield-pet__ttl {
  margin-bottom: 1.3125rem;
}

.p-dogfield-pet__lead {
  margin-bottom: 2.375rem;
}

.p-dogfield-entrance__ttl {
  margin-bottom: 2.6875rem;
}

.p-dometent-page {
  padding: 4.3125rem 0 6.5625rem;
}

.p-dometent-page__ttl {
  margin-bottom: 1.75rem;
}

.p-dometent-page__txt {
  margin-bottom: 5.625rem;
}

.p-dometent-page__img-area {
  margin: 0 auto 6.5rem;
  max-width: 51.25rem;
  gap: 2rem;
}

.p-dometent-page__img {
  width: 47%;
  width: 60%;
}

.p-dometent-page__img:nth-child(2) {
  margin-top: 3.75rem;
  margin: 0 0 0 auto;
}

.p-dometent-page__area-ttl {
  margin-bottom: 3.125rem;
}

.p-dometent-page__box:not(:last-child) {
  margin-bottom: 6.0625rem;
}

.p-dometent-page__box--price .p-dometent-page__box-txt {
  margin-bottom: 2.5rem;
}

.p-dometent-page__box--type .p-dometent-page__box-txt {
  margin-bottom: 2rem;
}

.p-dometent-page__box--reserve .p-dometent-page__box-txt {
  margin-bottom: 2.375rem;
}

.p-dometent-page__box--reserve .c-cau {
  max-width: 57.5rem;
  margin: 0 auto;
  gap: 0.625rem;
  margin-bottom: 2.875rem;
}

.p-dometent-page__box--flow .p-dometent-page__box-txt {
  margin-bottom: 2.375rem;
}

.p-dometent-page__box--flow .c-cau {
  max-width: 56.25rem;
  margin: 0 auto;
  gap: 0.625rem;
}

.p-dometent-page__box-ttl {
  margin-bottom: 2rem;
}

.p-dometent-page__box-head {
  margin-bottom: 0.75rem;
}

.p-dometent-page__cards {
  margin-bottom: 1.9375rem;
}

.p-dometent-page__card {
  margin-top: 2rem;
}

.p-dometent-page__card > div {
  height: 3rem;
}

.p-dometent-page__card--gold {
  border: 1px solid #c59d62;
}

.p-dometent-page__card--gold .c-price__card-ttl {
  color: #c59d62;
}

.p-dometent-page__card--gold .c-price__card-ttl::after {
  background-color: #c59d62;
}

.p-dometent-page__card--green {
  border: 1px solid #49bf73;
}

.p-dometent-page__card--green .c-price__card-ttl {
  color: #49bf73;
}

.p-dometent-page__card--green .c-price__card-ttl::after {
  background-color: #49bf73;
}

.p-dometent-page__card h3 {
  margin-top: 0;
  font-size: 1.5rem;
}

.p-dometent-page__card h3 span {
  font-size: 1rem;
}

.p-dometent-page__card p {
  text-align: center;
}

.p-dometent-page__facility {
  margin: 0 auto;
  max-width: 38.75rem;
}

.p-dometent-page__facility > *:nth-child(1) {
  margin-bottom: 0.75rem;
}

.p-dometent-page__flow {
  margin-bottom: 2rem;
}

.p-dometent-other {
  margin-bottom: 1.625rem;
}

.p-dometent-other__ttl {
  margin-bottom: 1rem;
}

.p-dometent-other__desc > * {
  gap: 0.5rem;
}

.p-about {
  padding: 6.0625rem 0;
}

.p-about__ttl {
  width: 27.5625rem;
  margin-bottom: 2.375rem;
}

.p-about__catch {
  margin-bottom: 2.125rem;
}

.p-about__txt {
  gap: 1.5rem;
}

.p-about__gallery {
  padding-top: 5.8125rem;
}

.p-about__img:nth-child(1) {
  width: 39%;
}

.p-about__img:nth-child(2) {
  width: 25%;
}

.p-about__img:nth-child(3) {
  width: 22%;
}

.p-about__img:nth-child(4) {
  width: 30%;
}

.p-about__img:nth-child(5) {
  width: 30%;
  margin-top: 8.75rem;
}

.p-about__img:nth-child(6) {
  width: 25.7%;
  margin-top: 3.75rem;
}

.p-about__img:nth-child(7) {
  width: 20%;
  margin-top: -8.8125rem;
  margin-left: 4.4375rem;
  margin-right: 50%;
}

.p-about__img:nth-child(8) {
  width: 36.5%;
  margin-top: 5rem;
}

.p-about__img:nth-child(9) {
  width: 43%;
  margin-top: 1.375rem;
}

.p-about__img:nth-child(10) {
  width: 68%;
  margin-left: 32%;
  margin-top: 5.3125rem;
}

.p-about__img:nth-child(11) {
  width: 25%;
  margin-right: 10%;
  margin-top: 1.125rem;
}

.p-about__img:nth-child(12) {
  width: 43%;
  margin-right: 1.8125rem;
  margin-top: 6.125rem;
}

.p-about__img:nth-child(13) {
  width: 26%;
  margin-top: -8.5625rem;
  margin-left: 20%;
}

.p-about__img:nth-child(14) {
  width: 30.1%;
  margin-top: 4.3125rem;
}

.p-about__img:nth-child(15) {
  width: 52%;
  margin-top: -5.4375rem;
  margin-left: 4%;
  margin-right: 20%;
}

.p-about__img:nth-child(16) {
  width: 30%;
  margin-top: 15.5625rem;
}

.p-about__img:nth-child(17) {
  width: 25%;
  margin-top: 4.375rem;
}

.p-about__img:nth-child(18) {
  width: 31%;
  margin-top: -1.6875rem;
}

.p-nature {
  padding: 6.125rem 0 7.4375rem;
}

.p-nature::before {
  background-color: #f9f5ef;
  height: 100%;
  top: 0;
}

.p-nature h2 {
  margin-bottom: 2.5rem;
}

.p-nature__txt {
  gap: 1.5rem;
  margin-bottom: 5.25rem;
}

.p-nature__img:nth-child(1) {
  width: 57.1%;
  margin-right: 8.7%;
}

.p-nature__img:nth-child(2) {
  width: 34%;
}

.p-nature__img:nth-child(3) {
  width: 24%;
  margin-top: -0.9375rem;
  margin-right: 20%;
}

.p-nature__img:nth-child(4) {
  margin-top: 4.375rem;
  width: 30.1%;
}

.p-facility-page {
  padding: 4.0625rem 0 6.25rem;
}

.p-facility-page__ttl {
  margin-bottom: 1.875rem;
}

.p-facility-page__txt {
  margin-bottom: 5.4375rem;
}

.p-facility-page__img-area {
  margin: 0 calc(50% - 50vw);
}

.p-facility-page__img:nth-child(1) {
  width: 58%;
}

.p-facility-page__img:nth-child(2) {
  margin-top: 6.875rem;
  width: 35%;
}

.p-facility-page__area-ttl {
  margin-bottom: 3.125rem;
}

.p-facility-page__box:not(:last-child) {
  margin-bottom: 6.0625rem;
}

.p-facility-page__box--price .p-facility-page__box-txt {
  margin-bottom: 2.5rem;
}

.p-facility-page__box--type .p-facility-page__box-txt {
  margin-bottom: 2rem;
}

.p-facility-page__box--reserve .p-facility-page__box-txt {
  margin-bottom: 2.375rem;
}

.p-facility-page__box--reserve .c-cau {
  max-width: 57.5rem;
  margin: 0 auto;
  gap: 0.625rem;
  margin-bottom: 2.875rem;
}

.p-facility-page__box--flow .p-facility-page__box-txt {
  margin-bottom: 2.375rem;
}

.p-facility-page__box--flow .c-cau {
  max-width: 56.25rem;
  margin: 0 auto;
  gap: 0.625rem;
}

.p-facility-page__box-ttl {
  margin-bottom: 2rem;
}

.p-facility-page__box-head {
  margin-bottom: 0.75rem;
}

.p-facility-page__cards {
  margin-bottom: 1.9375rem;
}

.p-facility-page__card > div {
  height: 3rem;
}

.p-facility-page__card--gold {
  border: 1px solid #c59d62;
}

.p-facility-page__card--gold .c-price__card-ttl {
  color: #c59d62;
}

.p-facility-page__card--gold .c-price__card-ttl::after {
  background-color: #c59d62;
}

.p-facility-page__card--green {
  border: 1px solid #49bf73;
}

.p-facility-page__card--green .c-price__card-ttl {
  color: #49bf73;
}

.p-facility-page__card--green .c-price__card-ttl::after {
  background-color: #49bf73;
}

.p-facility-page__facility {
  margin: 0 auto;
  max-width: 38.75rem;
}

.p-facility-page__facility > *:nth-child(1) {
  margin-bottom: 0.75rem;
}

.p-facility-page__flow {
  margin-bottom: 2rem;
}

.p-facility-map::before {
  background-color: rgba(197, 157, 98, 0.5);
}

.p-facility-map__wrap {
  padding: 4.6875rem 5rem;
}

.p-facility-map__cards {
  gap: 2.3125rem;
}

.p-facility-map__content {
  margin-bottom: 0.875rem;
}

.p-facilities {
  padding: 6.875rem 0 3.1875rem;
}

.p-facilities__ttl {
  margin-bottom: 3.8125rem;
}

.p-facilities__box h3 {
  margin-bottom: 1.4375rem;
}

.p-facilities__box p {
  margin-bottom: 2.8125rem;
}

.p-facilities__img:nth-child(1) {
  width: 55%;
}

.p-facilities__img:nth-child(2) {
  width: 40%;
  margin-right: -0.9375rem;
  margin-top: 8rem;
}

.p-facilities__box--ticket {
  margin-bottom: 6.75rem;
}

.p-facilities__box--ticket .p-facilities__img-area {
  margin-bottom: 3.125rem;
}

.p-facilities__box--shop {
  margin-bottom: 4.375rem;
}

.p-facilities__box--ishiuchi {
  margin-bottom: 8.125rem;
}

.p-facilities__box--other {
  gap: 3.875rem;
}

.p-facilities__other {
  gap: 5%;
}

.p-facilities__other p {
  margin: 0;
}

.p-facilities__other-img {
  width: 25rem;
}

.p-facilities__other-content {
  width: 45.3%;
}

.p-activity-page {
  padding: 5.625rem 0 1.9375rem;
}

.p-activity-page__ttl {
  margin-bottom: 2.125rem;
}

.p-activity-page__txt {
  margin-bottom: 2.625rem;
}

.p-activity-page__wrap {
  gap: 2.6875rem;
}

.p-activity-page__box {
  background-color: #f9f5ef;
  padding: 3.25rem 3.125rem;
}

.p-activity-page__area:nth-child(even) .p-activity-page__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-activity-page__content {
  width: 50.3%;
}

.p-activity-page__content h3 {
  margin-bottom: 1.875rem;
}

.p-activity-page__content p {
  margin-bottom: 2.25rem;
}

.p-activity-page__btn::before {
  content: '';
  width: 1.4375rem;
  height: 1.4375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon_glass.svg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.p-activity-page__btn:hover:before {
  background-image: url(../img/common/icon_glass-white.svg);
}

.p-activity-page__img {
  width: 43%;
}

.p-activity-modal__wrap {
  padding: 3.625rem 1.4375rem;
  height: 79.7vh;
  width: 62.5%;
}

.p-activity-modal__wrap > * {
  height: 100%;
  overflow-y: auto;
  /* スクロールバー全体のスタイル */
  /* スクロールバーのトラック（背景）のスタイル */
  /* スクロールバーのサム（つまみ）のスタイル */
  /* サムにマウスがホバーしたときのスタイル */
}

.p-activity-modal__wrap > *::-webkit-scrollbar {
  width: 0.3125rem;
  /* スクロールバーの幅 */
}

.p-activity-modal__wrap > *::-webkit-scrollbar-track {
  background: #e8e8e8;
  /* トラックの背景色 */
}

.p-activity-modal__wrap > *::-webkit-scrollbar-thumb {
  background: #b6b5b6;
  /* サムの背景色 */
  border-radius: 6px;
  /* サムの角を丸くする */
}

.p-activity-modal__wrap > *::-webkit-scrollbar-thumb:hover {
  background: #b6b5b6;
  /* サムのホバー時の背景色 */
}

.p-activity-modal__wrap > * > h2 {
  margin-bottom: 3.4375rem;
}

.p-activity-modal__box {
  margin-bottom: 2.5rem;
}

.p-activity-modal__box .c-price__card {
  width: 80%;
}

.p-activity-modal__box .c-price__cards {
  margin-bottom: 2.5rem;
}

.p-activity-modal__box ul.c-flow {
  width: 94%;
  margin: 0 auto 2.5rem;
}

.p-activity-modal__box ul.c-flow li {
  border: none;
}

.p-activity-modal__box ul.c-flow li p {
  margin: 0;
}

.p-activity-modal__editor {
  width: 97%;
}

.p-activity-modal__editor h2 {
  margin-bottom: 1.125rem;
  padding-left: 0.9375rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  position: relative;
}

.p-activity-modal__editor h2:before {
  content: '';
  width: 0.25rem;
  height: 72%;
  background-color: #c59d62;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 0.09375rem;
}

.p-activity-modal__editor h3 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  color: #c59d62;
}

.p-activity-modal__editor p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-activity-modal__editor p:nth-of-type(1) {
  margin-bottom: 1.875rem;
}

.p-activity-modal__editor p span {
  font-size: 0.875rem;
}

.p-activity-modal__rent li {
  padding-top: 2.125rem;
  border: 1px solid #c59d62;
  line-height: 1.7;
  font-size: 0.875rem;
  text-align: center;
}

.p-activity-modal__rent li > div {
  height: auto;
}

.p-activity-modal__price li .c-price__card-ttl {
  height: 5rem;
  font-size: 1.5rem;
}

.p-activity-modal__price li .c-price__card-ttl span {
  font-size: 1rem;
}

.p-activity-modal__price li .c-price__desc {
  font-size: 1.75rem;
  font-weight: 700;
}

.p-activity-modal__price li:nth-child(1) {
  border: 1px solid #c59d62;
}

.p-activity-modal__price li:nth-child(1) .c-price__card-ttl {
  color: #c59d62;
}

.p-activity-modal__price li:nth-child(1) .c-price__card-ttl::after {
  background-color: #c59d62;
}

.p-activity-modal__price li:nth-child(2) {
  border: 1px solid #49bf73;
}

.p-activity-modal__price li:nth-child(2) .c-price__card-ttl {
  color: #49bf73;
}

.p-activity-modal__price li:nth-child(2) .c-price__card-ttl::after {
  background-color: #49bf73;
}

.p-activity-modal .c-cau {
  gap: 0.5rem;
  margin-bottom: 1.125rem;
}

.p-activity-modal .c-cau p {
  margin: 0;
}

.p-plan-page {
  padding: 5.625rem 0 6.875rem;
  overflow-x: hidden;
}

.p-plan-page__lead {
  margin-bottom: 3.375rem;
}

.p-plan-page__cards {
  max-width: 60rem;
  margin: 0 auto;
}

.p-plan-page__card {
  width: 40.1%;
}

.p-plan-page__card:nth-child(2) {
  margin-top: 15rem;
}

.p-plan-page__card:nth-child(3) {
  margin-top: -10rem;
}

.p-plan-page__card:nth-child(4) {
  margin-top: 5rem;
}

.p-plan-page__card a {
  margin-top: 1.0625rem;
}

.p-plan-page__img {
  margin-bottom: 0.8125rem;
}

.p-plan-page__desc h3 {
  margin-bottom: 0.5625rem;
}

.p-plan-page__desc h3 > * {
  font-size: 1.125rem;
}

.p-plan-page__desc p {
  letter-spacing: 0.025em;
  text-align: justify;
}

.p-plan-page__tabs {
  gap: 1.375rem;
}

.p-plan-page__tab {
  cursor: pointer;
  border-radius: 1.25rem 1.25rem 0 0;
  border-width: 0.125rem;
  border-style: solid;
  border-bottom: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 26.0625rem;
  height: 5.625rem;
}

.p-plan-page__tab--friend {
  color: #c59d62;
  border-color: #c59d62;
}

.p-plan-page__tab--family {
  color: #49bf73;
  border-color: #49bf73;
}

.p-plan-page__tab.active {
  color: #ffffff;
}

.p-plan-page__tab--friend.active {
  background-color: #c59d62;
}

.p-plan-page__tab--family.active {
  background-color: #49bf73;
}

.p-plan-page__flowNavigation {
  position: absolute;
  top: 5.8125rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 5.75rem 0 15rem;
}

.p-plan-page__progress {
  width: 0.25rem;
  height: 100%;
  border-radius: 0.125rem;
  overflow: hidden;
  --scaleY: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-plan-page__progress::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(var(--scaleY));
  transform: scaleY(var(--scaleY));
}

.p-plan-page__circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 10;
}

.p-plan-page__circle:not(:last-child) {
  margin-bottom: 13.625rem;
}

.p-plan-page__tab-content {
  padding: 5.8125rem 0 5.1875rem;
  display: none;
}

.p-plan-page__tab-content.active {
  display: block;
}

.p-plan-page__tab-content::before {
  content: '';
  width: 144%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-plan-page__tab-content--friend::before {
  background-color: #f9f5ef;
  border-top: 0.375rem solid #c59d62;
}

.p-plan-page__tab-content--friend .p-plan-page__circle {
  border: 0.25rem solid rgba(197, 157, 98, 0.5);
}

.p-plan-page__tab-content--friend .p-plan-page__circle.is-active {
  border: 0.25rem solid #c59d62;
}

.p-plan-page__tab-content--friend .p-plan-page__progress {
  background-color: rgba(197, 157, 98, 0.5);
}

.p-plan-page__tab-content--friend .p-plan-page__progress::before {
  background-color: #c59d62;
}

.p-plan-page__tab-content--friend .p-plan-page__card:nth-child(5) {
  margin-top: -12.5rem;
}

.p-plan-page__tab-content--friend .p-plan-page__card:nth-child(6) {
  margin-top: 2.5rem;
}

.p-plan-page__tab-content--friend .p-plan-page__card:nth-child(7) {
  margin-top: -8.375rem;
}

.p-plan-page__tab-content--friend .p-plan-page__card:nth-child(8) {
  margin-top: 6.6875rem;
}

.p-plan-page__tab-content--friend .p-plan-page__card:nth-child(9) {
  margin-top: -8.4375rem;
}

.p-plan-page__tab-content--family::before {
  background-color: #f0f7f2;
  border-top: 0.375rem solid #49bf73;
}

.p-plan-page__tab-content--family .p-plan-page__circle {
  border: 0.25rem solid rgba(73, 191, 115, 0.5);
}

.p-plan-page__tab-content--family .p-plan-page__circle.is-active {
  border: 0.25rem solid #49bf73;
}

.p-plan-page__tab-content--family .p-plan-page__progress {
  background-color: rgba(73, 191, 115, 0.5);
}

.p-plan-page__tab-content--family .p-plan-page__progress::before {
  background-color: #49bf73;
}

.p-plan-page__tab-content--family .p-plan-page__card:nth-child(5) {
  margin-top: -7.25rem;
}

.p-plan-page__tab-content--family .p-plan-page__card:nth-child(6) {
  margin-top: 7.9375rem;
}

.p-plan-page__tab-content--family .p-plan-page__card:nth-child(7) {
  margin-top: -8.625rem;
}

.p-plan-page__tab-content--family .p-plan-page__card:nth-child(8) {
  margin-top: 6.375rem;
}

.p-plan-page__tab-content--family .p-plan-page__card:nth-child(9) {
  margin-top: -6.8125rem;
}

.p-notFound {
  padding: 7.5rem 0;
}

.p-notFound__ttl-ja {
  margin-bottom: 2rem;
}

.p-notFound__txt {
  margin-bottom: 2.625rem;
}

.access .l-page-top {
  background-image: url(../img/access/bg_access.jpg);
}

.faq .l-page-top {
  background-image: url(../img/faq/bg_faq.jpg);
}

.terrace .l-page-top {
  background-image: url(../img/terrace/bg_terrace.jpg);
}

.cafe .l-page-top {
  background-image: url(../img/food/bg_food.jpg);
}

.night-terrace .l-page-top {
  background-image: url(../img/night-terrace/bg_night-terrace.jpg);
}

.blog .l-page-top,
.category .l-page-top,
.tag .l-page-top {
  background-image: url(../img/news/bg_news.jpg);
}

.valuable .l-page-top {
  background-image: url(../img/valuable/bg_valuable.jpg);
}

.dogfield .l-page-top {
  background-image: url(../img/dogfield/bg_dogfield.jpg);
}

.dometent .l-page-top {
  background-image: url(../img/dometent/bg_dometent.jpg);
}

.resortcenter .l-page-top {
  background-image: url(../img/facility/bg_facility.jpg);
}

.activity .l-page-top {
  background-image: url(../img/activity/bg_activity.jpg);
}

.plan .l-page-top {
  background-image: url(../img/plan/bg_plan.jpg);
}

.livecamera .l-page-top {
  background-image: url(../img/livecamera/bg_livecamera.jpg);
}

.price .l-page-top {
  background-image: url(../img/price/bg_price.jpg);
}

.p-livecamera {
  padding: 5.625rem 0 7.8125rem;
}

.p-livecamera__box:nth-child(1) {
  margin-bottom: 6.5625rem;
}

.p-livecamera__box:nth-child(1) .p-livecamera__ttl {
  margin-bottom: 1.875rem;
}

.p-livecamera__box:nth-child(2) .p-livecamera__ttl {
  margin-bottom: 2.8125rem;
}

.p-livecamera__img {
  margin: 0 auto;
  max-width: 50rem;
}

.p-livecamera__list {
  gap: 2.875rem 3.5%;
}

.p-livecamera__unit {
  width: 31%;
}

.p-livecamera__unit h3 {
  margin-bottom: 0.625rem;
}

.rule a.modal-open {
  border-bottom: none;
}

.p-rule-modal__wrap {
  border-radius: 0;
  width: 80%;
  height: 70%;
  background: transparent;
}

.p-rule-modal__img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.p-rule-modal__img > * {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition:
    background 0.2s ease-out,
    color 0.2s ease-out;
  transition:
    background 0.2s ease-out,
    color 0.2s ease-out;
}

.l-header.scroll {
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 0.2);
}

.l-header__inner {
  padding-right: 9.3125rem;
}

.l-header__logo {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.l-header__logo img {
  vertical-align: bottom;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  height: 5.630625rem;
}

.l-header__logo.small img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-header__nav-list {
  gap: 3.625rem;
}

.l-header__nav-item a.c-link-btn {
  width: 13.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.875rem;
  color: #838383;
  border: 0.125rem solid #838383;
}

.l-header__nav-item a.c-link-btn:hover {
  color: #ffffff;
  background-color: #838383;
}

.l-header__nav-item a.c-link-btn::before {
  font-size: 1rem;
}

.l-header__open-btn {
  width: 5.625rem;
  height: 5.625rem;
  background-color: #c59d62;
  border: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}

.l-header__open-btn span {
  background-color: #ffffff;
  width: 3.125rem;
  height: 0.1875rem;
  position: absolute;
  left: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.125rem;
}

.l-header__open-btn span:nth-child(1) {
  top: 1.75rem;
}

.l-header__open-btn span:nth-child(2) {
  top: 2.75rem;
}

.l-header__open-btn span:nth-child(3) {
  top: 3.75rem;
}

.l-header__open-btn.open span {
  left: 1.25rem;
}

.l-header__open-btn.open span:nth-of-type(1) {
  top: 2.375rem;
  -webkit-transform: translateY(0.375rem) rotate(-45deg);
  transform: translateY(0.375rem) rotate(-45deg);
}

.l-header__open-btn.open span:nth-of-type(2) {
  opacity: 0;
}

.l-header__open-btn.open span:nth-of-type(3) {
  top: 3.125rem;
  -webkit-transform: translateY(-0.375rem) rotate(45deg);
  transform: translateY(-0.375rem) rotate(45deg);
}

.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 999;
}

.l-header__nav.active {
  visibility: visible;
}

.l-header__nav.active .l-header__wrap {
  top: 0;
}

.l-header__nav.active .l-header__bg {
  opacity: 1;
  visibility: visible;
}

.l-header__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-header__wrap {
  height: 37.5rem;
  width: 100%;
  position: fixed;
  left: 0;
  top: -120%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.l-header__img {
  width: 27rem;
}

.l-header__img img {
  vertical-align: bottom;
}

.l-header__nav-wrap {
  width: calc(100% - 27rem);
  gap: 3.5rem;
  padding-top: 1.25rem;
}

.l-header__nav-area {
  margin-right: 3.375rem;
}

.l-header__list {
  gap: 2.25rem;
}

.l-header__list:not(:last-child) {
  border-right: 1px solid #bebebe;
  padding-right: 2.375rem;
  margin-right: 2.375rem;
}

.l-header__link--pr {
  margin-bottom: 0.5rem;
}

.l-header__link--pr::before {
  right: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.l-header__link--pr::after {
  right: 5.9%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.l-header__link--pr.open::after {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
}

.l-header__sublist {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__subitem {
  padding-left: 0.625rem;
}

.l-header__subitem::before {
  content: '';
  width: 0.25rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 68%;
  left: 0%;
}

.l-header__btn-area {
  gap: 1.75rem;
}

.l-header__btn {
  padding-top: 0.875rem;
  padding-bottom: 1.0625rem;
  color: #838383;
  border: 0.125rem solid #838383;
}

.l-header__btn:hover {
  color: #ffffff;
  background-color: #838383;
}

.l-header__sns-list {
  gap: 1.25rem;
}

.l-header__sns-item--insta {
  width: 1.9375rem;
}

.l-header__sns-item--x {
  width: 2rem;
}

.l-header__sns-item--fb {
  width: 2.1875rem;
}

.l-header__sns-item--line {
  width: 2.25rem;
}

.l-header__nav-area02 {
  width: 100%;
}

.l-header__list02 {
  gap: 0.75rem;
}

.l-header__list02:not(:last-child) {
  border-right: 1px solid #bebebe;
  padding-right: 2.375rem;
  margin-right: 2.375rem;
}

.l-header .gray-out {
  color: #bebebe;
  cursor: default;
}

.l-space {
  height: 5.625rem;
  height: 7.875rem;
}

.l-breadcrumbs {
  padding: 0.75rem 0 0.875rem;
  background-color: #eaeaea;
  line-height: 1.2;
}

.l-breadcrumbs__list {
  width: 96%;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

.l-breadcrumbs__item {
  color: #707070;
}

.l-breadcrumbs__item:not(:last-child) {
  padding-right: 1.1875rem;
  margin-right: 0.9375rem;
}

.l-breadcrumbs__item:not(:last-child)::after {
  content: '';
  width: 0.3125rem;
  height: 0.5625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon_breadcrumbs.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.l-breadcrumbs__item a {
  color: #707070;
}

.l-fnav {
  padding: 3.25rem 0 1.5rem;
}

.l-fnav__nav-list {
  gap: 3.625rem;
}

.l-fnav__nav {
  margin-bottom: 2.9375rem;
}

.l-fnav__list {
  gap: 2.25rem;
}

.l-fnav__list:not(:last-child) {
  border-right: 1px solid #bebebe;
  padding-right: 2.375rem;
  margin-right: 2.375rem;
}

.l-fnav__link--pr {
  margin-bottom: 0.5rem;
}

.l-fnav__link--pr::before {
  right: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.l-fnav__link--pr::after {
  right: 5.9%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.l-fnav__link--pr.open::after {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
}

.l-fnav__sublist {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-fnav__subitem {
  padding-left: 0.625rem;
}

.l-fnav__subitem::before {
  content: '';
  width: 0.25rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 68%;
  left: 0%;
}

.l-fnav__logo-area {
  margin-bottom: 2.875rem;
}

.l-fnav__logo-area > *:nth-child(2) {
  margin-bottom: 0.3125rem;
}

.l-fnav__logo {
  width: 12.75rem;
  margin-bottom: 1.125rem;
}

.l-fnav__item02:not(:last-child) {
  border-right: 1px solid #bebebe;
  margin-right: 1rem;
  padding-right: 1rem;
}

.l-fnav .gray-out {
  color: #bebebe;
  cursor: default;
}

.l-footer {
  padding: 3.875rem 0 1.875rem;
}

.l-footer .group-info {
  margin-bottom: 3.4375rem;
}

.l-footer .group-info .group-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4vw 3.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer .group-info .group-list li {
  width: calc((100% - 14vw) / 4);
}

.l-footer .group-info .group-list a {
  display: block;
  width: 100%;
}

.l-footer .group-info-logo {
  margin: 0 auto 1.875rem;
  width: 26.875rem;
}

.l-page-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/common/bg_page-top.jpg);
  height: 15.625rem;
  padding-bottom: 1.375rem;
}

.l-page-top__inner {
  height: 100%;
  gap: 1.75rem;
}

.l-page-top__en {
  color: #dcc29b;
}

.l-status-modal__wrap {
  max-width: 43.75rem;
  width: 92%;
  padding: 1.25rem 0 3.125rem;
}

.l-status-modal__top {
  padding: 0 2.625rem 1.5rem 2.25rem;
  border-bottom: 2px solid #c59d62;
}

.l-status-modal__data {
  font-size: 3.75rem;
  white-space: nowrap;
}

.l-status-modal__btn {
  background-color: #000000;
  border-radius: 1.5rem;
  gap: 0.75rem;
  padding: 0.625rem 1.0625rem 0.875rem 1.6875rem;
  color: #ffffff;
  border: 2px solid #000000;
}

.l-status-modal__btn:hover {
  color: #000000;
  background-color: #ffffff;
}

.l-status-modal__bottom {
  padding: 1.625rem 2.375rem 0;
}

.l-status-modal__info {
  padding-left: 0.75rem;
  margin-bottom: 1.25rem;
}

.l-status-modal__info > div {
  width: 44%;
  gap: 0.6875rem;
  white-space: nowrap;
}

.l-status-modal__list {
  width: 56%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.l-status-modal__unit {
  width: 33.3333%;
}

.l-status-modal__unit:not(:last-child) {
  border-right: 2px solid #c59d62;
}

.l-status-modal__unit:not(:first-child) {
  gap: 0.75rem;
}

.l-status-modal__unit:first-child {
  gap: 0.375rem;
}

.l-status-modal__unit > span {
  font-size: 1.05rem;
}

.l-status-modal__unit:last-child p {
  height: 2.25rem;
}

.l-status-modal__img {
  width: 4.0625rem;
}

.l-status-modal__txt {
  height: 12.75rem;
  overflow-y: auto;
  padding: 0.5rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eaeaea;
  /* スクロールバー全体のスタイル */
  /* スクロールバーのトラック（背景）のスタイル */
  /* スクロールバーのサム（つまみ）のスタイル */
  /* サムにマウスがホバーしたときのスタイル */
}

.l-status-modal__txt::-webkit-scrollbar {
  width: 0.3125rem;
  /* スクロールバーの幅 */
}

.l-status-modal__txt::-webkit-scrollbar-track {
  background: #e8e8e8;
  /* トラックの背景色 */
}

.l-status-modal__txt::-webkit-scrollbar-thumb {
  background: #b6b5b6;
  /* サムの背景色 */
  border-radius: 6px;
  /* サムの角を丸くする */
}

.l-status-modal__txt::-webkit-scrollbar-thumb:hover {
  background: #b6b5b6;
  /* サムのホバー時の背景色 */
}

.l-widget {
  position: fixed;
  z-index: 99;
  bottom: 1%;
  right: 1.4%;
}

.l-widget__la {
  margin-top: 0.5rem;
}

.l-widget__la-sp {
  margin-top: 0;
  position: fixed;
  top: 0.75rem;
  right: 4.5rem;
  z-index: 1000;
}

.widget-area {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.9375rem;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.25rem;
}

.widget_block {
  width: 4.375rem;
}

.widget_block:nth-child(1) {
  width: 5rem;
}

.widget_block:nth-child(n + 6) {
  display: none;
}

.l-container {
  overflow-x: clip;
}

.u-display-tab {
  display: none;
}

.u-display-sp {
  display: none;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.u-ff-serif {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-extrabold {
  font-weight: 800;
}

.u-fw-black {
  font-weight: 900;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-ta-l {
  text-align: left;
}

.u-fc-gold {
  color: #c59d62;
}

.u-fc-white {
  color: #ffffff;
}

.u-fc-green100 {
  color: #2dc462;
}

.u-fc-green40 {
  color: #448b57;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh165 {
  line-height: 1.65;
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh175 {
  line-height: 1.75;
}

.u-lh2 {
  line-height: 2;
}

.u-lh23 {
  line-height: 2.3;
}

.u-ff-palt {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.u-ls0 {
  letter-spacing: 0;
}

.u-ls10 {
  letter-spacing: 0.01em;
}

.u-ls50 {
  letter-spacing: 0.05em;
}

.u-ls80 {
  letter-spacing: 0.08em;
}

.u-ls100 {
  letter-spacing: 0.1em;
}

.u-ls120 {
  letter-spacing: 0.12em;
}

.u-fs12 {
  font-size: 0.75rem;
}

.u-fs13 {
  font-size: 0.8125rem;
}

.u-fs14 {
  font-size: 0.775rem;
}

.u-fs16 {
  font-size: 1rem;
}

.u-fs18 {
  font-size: 1.125rem;
}

.u-fs20 {
  font-size: 1.25rem;
}

.u-fs22 {
  font-size: 1.375rem;
}

.u-fs24 {
  font-size: 1.5rem;
}

.u-fs26 {
  font-size: 1.625rem;
}

.u-fs28 {
  font-size: 1.75rem;
}

.u-fs30 {
  font-size: 1.875rem;
}

.u-fs32 {
  font-size: 2rem;
}

.u-fs36 {
  font-size: 2.25rem;
}

.u-fs38 {
  font-size: 2.375rem;
}

.u-fs40 {
  font-size: 2.5rem;
}

.u-fs42 {
  font-size: 2.625rem;
}

.u-fs46 {
  font-size: 2.875rem;
}

.u-fs48 {
  font-size: 3rem;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

.u-bg-black {
  background-color: #000000;
}

.u-bg-white {
  background-color: #ffffff;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-shown .js-fade,
.js-fade.is-shown {
  opacity: 1;
}

.js-fadeup {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
  transform: translate3d(0, 2rem, 0);
  -webkit-transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
}

.is-shown .js-fadeup,
.js-fadeup.is-shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-fadeups > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
  transform: translate3d(0, 2rem, 0);
  -webkit-transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
}

.js-fadeups > *:nth-child(1) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.js-fadeups > *:nth-child(2) {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}

.js-fadeups > *:nth-child(3) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}

.js-fadeups > *:nth-child(4) {
  -webkit-transition-delay: 320ms;
  transition-delay: 320ms;
}

.js-fadeups > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-fadeups > *:nth-child(6) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.is-shown .js-fadeups > *,
.js-fadeups.is-shown > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-fadeups > *.is-shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-slide img {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition:
    opacity 0.5s ease-out,
    clip-path 0.5s ease-out;
  transition:
    opacity 0.5s ease-out,
    clip-path 0.5s ease-out;
}

.js-slide.is-shown img {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.js-parallax {
  will-change: transform;
  overflow: hidden;
}

.u-br12 {
  border-radius: 0.75rem;
}

.u-br15 {
  border-radius: 0.9375rem;
}

.u-br20 {
  border-radius: 1.25rem;
}

.u-br295 {
  border-radius: 1.84375rem;
}

.swiper-slide {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

@media screen and (min-width: 769px) {
  .l-footerTerrace {
    width: 100vw;
    background: #f2f2f2;
    margin: 0 calc((100% - 100vw) / 2);
    padding: 5.9375rem 0 5.5625rem;
    border-top: 0.1875rem solid #c49d63;
    border-bottom: 0.1875rem solid #c49d63;
    position: relative;
  }

  .l-footerTerrace .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .l-footerTerrace .swiper::before,
  .l-footerTerrace .swiper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f2f2f2;
    opacity: 0.6;
    width: 15%;
    z-index: 200;
  }

  .l-footerTerrace .swiper::before {
    left: 0;
  }

  .l-footerTerrace .swiper::after {
    right: 0;
  }

  .l-footerTerrace__logo {
    display: block;
    width: 10rem;
    margin: 0 auto 4.375rem;
  }

  .l-footerTerrace__logo img {
    width: 100%;
  }

  .l-footerTerrace__title {
    text-align: center;
    margin: 0 auto 4.0625rem;
  }

  .l-footerTerrace__title img {
    width: 34.1875rem;
  }

  .l-footerTerrace__list {
    max-width: 1680px;
    margin: auto;
  }

  .l-footerTerrace__item {
    width: 20.1875rem;
    padding: 0 0.9375rem;
  }

  a.l-footerTerrace__link {
    display: block;
    /* width: 323px; */
    color: #fff;
    position: relative;
  }

  .l-footerTerrace__img {
    width: 100%;
  }

  .l-footerTerrace__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.125rem;
    text-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.6);
  }

  .l-footerTerrace__btn {
    display: none !important;
  }

  .l-footerTerrace__linkAll {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: none;
    z-index: 200;
  }

  .l-footerTerrace__linkAll:hover {
    background: rgba(242, 242, 242, 0.6);
  }

  .l-footerTerrace__textSub {
    display: block;
    font-size: 0.75rem;
    margin: 0 0 0.75em;
  }

	
}

@media screen and (min-width: 1081px) {
  html {
    font-size: 1.1111111111vw;
  }
}

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

@media screen and (max-width: 1080px) {
  body {
    font-size: 0.9375rem;
  }

  .c-page p {
    line-height: 1.8;
  }

  .c-page figure.is-type-video {
    padding-top: 56.25%;
  }

  .c-link-btn::before {
    font-size: 1rem;
  }

  .c-gallery-cat__link {
    padding: 0.3333333333rem 0.875rem 0.4166666667rem;
  }

  .c-price__cards {
    gap: 1.25rem;
  }

  .c-table th:nth-child(1),
  .c-table td:nth-child(1) {
    width: 38.6%;
  }

  .c-table th:nth-child(2),
  .c-table td:nth-child(2) {
    width: 30.6%;
  }

  .c-table th:nth-child(3),
  .c-table td:nth-child(3) {
    width: 30.8%;
  }

  .c-table td {
    padding: 0.75rem 0.5rem 0.9375rem;
  }

  .c-news-archive__unit {
    width: 48.5%;
  }

  .p-concept__top {
    height: 15.0416666667rem;
    margin-bottom: 5.9166666667rem;
  }

  .p-concept__ttl-bg {
    width: 16.4583333333rem;
  }

  .p-concept__img {
    width: 25rem;
  }

  .p-concept__desc--fi .p-concept__img-box {
    top: -25%;
  }

  .p-concept__desc--sec {
    margin-bottom: 8.75rem;
    margin-top: 10.875rem;
  }

  .p-concept__desc--sec .p-concept__img-box {
    top: -75%;
  }

  .p-concept__desc--sec .p-concept__txt {
    margin-left: 0;
  }

  .p-concept__txt {
    width: 37.1%;
  }

  .p-concept__txt .u-display-pc {
    display: none;
  }

  .p-gallery {
    padding: 3.75rem 0 4.9166666667rem;
  }

  .p-gallery {
    padding: 3.375rem 0;
  }

  .p-gallery__ttl-bg {
    width: 15.2083333333rem;
  }

  .p-info {
    padding: 2.2916666667rem 0 5.875rem;
  }

  .p-info__ttl {
    margin-bottom: 2.5rem;
  }

  .p-news {
    padding-bottom: 5.2083333333rem;
  }

  .p-news__link {
    padding: 0 0.3125rem 1.4375rem;
    gap: 0.9375rem;
  }

  .p-news__top {
    margin-bottom: 0.5625rem;
  }

  .p-access {
    padding-bottom: 4.8333333333rem;
  }

  .p-hours-page__top {
    margin-bottom: 3.125rem;
  }

  .p-hours-page__accordion-content {
    margin: 2.5625rem auto 0;
    width: 100%;
  }

  .p-regular-hours__ttl {
    margin-bottom: 1rem;
  }

  .p-night-terrace__ttl {
    margin-bottom: 1rem;
  }

  .p-night-terrace__calendar {
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }

  .p-faq-page__subtitle::before {
    font-size: 2rem;
  }

  .p-faq-page__desc::before {
    font-size: 2rem;
  }

  .p-night-terrace-page__youtube {
    padding-top: 56.25%;
  }

  .p-valuable__btn-list {
    gap: 0.625rem;
  }

  .p-valuable__btn {
    width: 31.5%;
  }

  .p-valuable__lead {
    width: 100%;
  }

  .p-valuable__card-wrap {
    padding: 1.375rem 1.1875rem 1.375rem 0.625rem;
  }

  .p-valuable__pickup .p-valuable__card-img {
    height: 18.4375rem;
  }

  .p-valuable__content {
    padding: 1.25rem 2.1875rem 1.25rem 1.6875rem;
  }

  .p-valuable__accordion-content table th,
  .p-valuable__accordion-content table td {
    padding: 0.625rem 0 0.625rem 0.5rem;
  }

  .p-valuable__accordion-content table tbody td:nth-child(2) {
    width: 26.3%;
  }

  .p-valuable__accordion-content table tbody td:nth-child(3) {
    width: 20%;
  }

  .p-valuable__accordion-content table tbody td:nth-child(4) {
    width: 34.5%;
  }

  .p-valuable__accordion--green button {
    padding-right: 14.375rem;
  }

  .p-valuable__accordion--blue button {
    padding-right: 3.125rem;
  }

  .p-valuable__accordion--blue .p-valuable__accordion-content table td:nth-child(2) {
    width: 37.3%;
  }

  .p-valuable__accordion--blue .p-valuable__accordion-content table td:nth-child(3) {
    width: 19%;
  }

  .p-nature__txt .u-display-pc {
    display: none;
  }

  .p-activity-page__content {
    width: 53.3%;
  }

  .p-activity-modal__wrap {
    width: 82.5%;
  }

  .p-plan-page__card {
    width: 42.1%;
  }

  .p-plan-page__card a {
    margin-top: 1.5625rem;
  }

  .p-plan-page__desc h3 {
    margin-bottom: 0.0625rem;
  }

  .p-plan-page__desc h3 > * {
    font-size: 1rem;
  }

  .p-plan-page__tab {
    width: 21.25rem;
  }

  .p-plan-page__circle:not(:last-child) {
    margin-bottom: 13.0625rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(4) {
    margin-bottom: 9.375rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(6) {
    margin-bottom: 10rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(8) {
    margin-bottom: 10.625rem;
  }

  .p-livecamera__unit {
    width: 46.5%;
  }

  .p-rule-modal__wrap {
    width: 92%;
  }

  .l-header__inner {
    padding-right: 5.625rem;
  }

  .l-header__logo img {
    height: 3.75rem;
  }

  .l-header__nav-item a.c-link-btn {
    width: 11.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
  }

  .l-header__nav-item a.c-link-btn::before {
    font-size: 0.75rem;
    right: 11.4%;
  }

  .l-header__open-btn {
    width: 3.75rem;
    height: 3.75rem;
  }

  .l-header__open-btn span {
    width: 2rem;
    height: 0.16rem;
    left: 0.875rem;
  }

  .l-header__open-btn span:nth-child(1) {
    top: 1.0625rem;
  }

  .l-header__open-btn span:nth-child(2) {
    top: 1.8125rem;
  }

  .l-header__open-btn span:nth-child(3) {
    top: 2.5rem;
  }

  .l-header__open-btn.open span {
    left: 0.8125rem;
  }

  .l-header__open-btn.open span:nth-of-type(1) {
    top: 1.4375rem;
  }

  .l-header__open-btn.open span:nth-of-type(3) {
    top: 2.1875rem;
  }

  .l-header__wrap {
    position: fixed;
    height: 100vh;
    padding: 3.6875rem 0 1.25rem;
  }

  .l-header__img {
    display: none;
  }

  .l-header__nav-wrap {
    width: 92%;
    margin: 0 auto;
    height: 100vh;
  }

  .l-space {
    height: 5.25rem;
  }

  .l-status-modal__unit:last-child p {
    height: auto;
  }

  .widget-area {
    width: 5.625rem;
  }

  .widget_block {
    width: 3.75rem;
  }

  .widget_block:nth-child(1) {
    width: 4.375rem;
  }

  .u-display-tab {
    display: block;
  }

  .tab {
    display: display;
  }

  .u-fs36 {
    font-size: 1.5rem;
  }

  .u-fs40 {
    font-size: 1.6666666667rem;
  }

  .u-fs42 {
    font-size: 1.75rem;
  }

  .u-fs46 {
    font-size: 1.9166666667rem;
  }

  .u-fs48 {
    font-size: 2rem;
  }

  .u-fs10-lg-max {
    font-size: 0.625rem;
  }

  .u-fs12-lg-max {
    font-size: 0.75rem;
  }

  .u-fs13-lg-max {
    font-size: 0.8125rem;
  }

  .u-fs14-lg-max {
    font-size: 0.875rem;
  }

  .u-fs15-lg-max {
    font-size: 0.9375rem;
  }

  .u-fs16-lg-max {
    font-size: 1rem;
  }

  .u-fs18-lg-max {
    font-size: 1.125rem;
  }

  .u-fs20-lg-max {
    font-size: 1.25rem;
  }

  .u-fs22-lg-max {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 980px) {
  .l-footerTerrace__text {
    font-size: 1rem;
  }
}

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

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
	
	.swiper-slide {
	  height: auto;
	}

  .c-page {
    padding: 2.125rem 0 3.125rem;
  }

  .c-page h2 {
    font-size: 1.125rem;
    width: 100%;
    margin: 3.5625rem auto 1rem;
  }

  .c-page h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    margin-top: 2.0625rem;
  }

  .c-page h4 {
    font-size: 0.875rem;
  }

  .c-page h5 {
    font-size: 0.875rem;
  }

  .c-page p > strong {
    font-size: 1rem;
  }

  .c-page p > small {
    font-size: 0.75rem;
  }

  .c-page ul {
    margin-top: 1.5rem;
  }

  .c-page ul li small {
    font-size: 0.75rem;
  }

  .c-page .spacer {
    margin-top: 3.125rem;
  }

  .c-page .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th {
    font-size: 1rem;
  }

  .c-page .c-price__card-ttl {
    margin-bottom: 0.9375rem;
  }

  .c-page .c-price__card-ttl span {
    font-size: 0.875rem;
  }

  .c-page .c-price__dd {
    font-size: 1.375rem;
  }

  .c-page .c-price__dd span {
    font-size: 0.875rem;
  }

  .c-page .p-dogfield-page__img-area {
    gap: 1.25rem 0;
  }

  .c-page .p-dogfield-page__img {
    width: 48.4%;
  }

  .c-page .p-dogfield-page__img:nth-child(2) {
    margin-top: 2.5rem;
  }

  .c-page .p-dogfield-page__img:nth-child(2n + 3) {
    margin-top: -2.5rem;
  }

  .c-page .c-floor-map h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .c-page .c-sm-ttl {
    font-size: 1rem;
  }

  .c-page__img {
    width: 100%;
    margin: 1.5rem auto;
  }

  .c-page .c-bus-schedule > * {
    min-width: unset;
    width: 100%;
  }

  .c-page .c-bus-schedule__title h2 {
    font-size: 1rem;
  }

  .c-page .c-bus-schedule h3 {
    font-size: 1rem;
    min-width: 5.5rem;
    padding: 0.25rem 0.5rem;
  }

  .c-page .wp-block-columns-is-layout-flex {
    width: 82%;
    margin: 0.625rem auto;
    gap: 0.625rem;
  }

  .c-page .wp-block-group::before {
    height: calc(100% + 2rem);
  }

  .c-page .p-night-terrace-page {
    margin-top: 2.875rem;
  }

  .c-page .p-night-terrace-page__flow-list {
    gap: 1.75rem;
  }

  .c-page .p-night-terrace-page__flow-unit {
    width: 100%;
    gap: 1.75rem;
    min-height: unset;
  }

  .c-page figure.is-type-video {
    margin: 1.5rem auto;
  }

  .c-section {
    padding: 3.75rem 0;
  }

  .c-section > * {
    gap: 2.5rem;
  }

  .c-section-inner {
    padding-inline: 0;
  }

  .c-section table th {
    width: 35%;
  }

  .c-section table td {
    width: 65%;
  }

  .c-section figure {
    width: 100%;
  }

  .c-section-box {
    width: 100%;
  }

  .c-box-ttl {
    width: 100%;
  }

  .c-sm-ttl {
    padding: 0 0.3125rem 0.4375rem;
  }

  .c-link-btn {
    width: 12.5rem;
    border-radius: 1.375rem;
    padding: 0.6875rem 0.5625rem 0.8125rem 0;
  }

  .c-link-btn::before {
    font-size: 1rem;
    right: 6.4%;
  }

  .c-link-btn--black {
    border: 0.125rem solid #ffffff;
  }

  .c-link-btn--lg {
    width: 14.625rem;
  }

  .c-line-btn {
    padding: 0 1.375rem 0.5625rem 0.5rem;
  }

  .c-line-btn::before {
    top: 9%;
    right: 1.9%;
    font-size: 0.875rem;
  }

  .c-link-btn-block {
    margin-top: 1.25rem;
  }

  .c-gallery-cat {
    gap: 0.5rem;
  }

  .l-footerTerrace {
    width: 100vw;
    background: #f2f2f2;
    margin: 0;
    padding: 3.125rem 0;
    border-top: 0.125rem solid #c49d63;
    border-bottom: 0.125rem solid #c49d63;
  }

  .l-footerTerrace .swiper::before,
  .l-footerTerrace .swiper::after {
    content: none;
  }

  .l-footerTerrace .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10;
  }

  .l-footerTerrace__logo {
    display: block;
    width: 7.8125rem;
    margin: 0 auto 2.1875rem;
  }

  .l-footerTerrace__title {
    text-align: center;
    margin: 0 auto 3.5625rem;
  }

  .l-footerTerrace__titleImg {
    width: 100%;
  }

  .l-footerTerrace__item.swiper-slide {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: -1;
  }

  a.l-footerTerrace__link {
    display: block;
    color: #fff;
    position: relative;
  }

  .slick-center a.l-footerTerrace__link {
    /* transform: scale(1.08); */
  }

  .l-footerTerrace__img {
    width: 100%;
  }

  .l-footerTerrace__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 1rem;
  }

  .l-footerTerrace__textSub {
    font-size: 0.625rem;
  }

  .l-footerTerrace__btn {
    cursor: pointer;
    width: 2.375rem;
    height: 4.1875rem;
    background: #fff;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    /* transform: translate(0, -50%); */
    z-index: 199;
    display: block;
  }

  .l-footerTerrace__btn:hover {
    opacity: 0.7;
  }

  .l-footerTerrace__btn::before {
    content: '';
    width: 0.625rem;
    height: 1.375rem;
    position: absolute;
    top: calc(50% - 0.6875rem);
    left: calc(50% - 0.3125rem);
    background: url(../img/common/terrace-collection/slick-arrow.svg) no-repeat center/contain;
  }

  .l-footerTerrace__btn.swiper-button-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .l-footerTerrace__btn.swiper-button-prev {
    left: 0.3125rem;
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }

  .l-footerTerrace__btn.swiper-button-next {
    right: 0.3125rem;
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }

  .c-bnr {
    width: 100%;
    margin-right: 0;
    gap: 2.375rem;
    padding-bottom: 2.375rem;
    background-position: center bottom 40%;
  }

  .c-bnr__img {
    width: 7.875rem;
    padding: 0.625rem 0;
  }

  .c-bnr__img img {
    width: 5.625rem;
  }

  .c-bnr__btn {
    padding-right: 0;
  }

  .c-price__card {
    width: 80%;
    padding: 1.125rem 1.5rem 1.6875rem;
  }

  .c-price__card-ttl {
    margin-bottom: 0.9375rem;
  }

  .c-price__card-ttl::after {
    width: 4.8125rem;
    height: 0.1875rem;
  }

  .c-price__item:not(:last-child) {
    margin-bottom: 1.0625rem;
    padding-bottom: 1.375rem;
  }

  .c-price__desc {
    gap: 1.25rem;
  }

  .c-price__cards {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-map {
    width: 100%;
  }

  .c-field-map {
    padding: 2.5rem 0;
    padding: 0 0 2.5rem;
  }

  .c-field-map::before {
    height: 58%;
  }

  .c-field-map__ttl {
    margin-bottom: 1rem;
  }

  .c-menu {
    padding: 1.75rem 0;
  }

  .c-menu__list {
    gap: 1rem 0;
  }

  .c-menu__item {
    width: 47.7%;
  }

  .c-menu__link {
    height: 6.625rem;
  }

  .c-floor-map {
    padding: 2.6875rem 0 3.125rem;
  }

  .c-floor-map__ttl {
    margin-bottom: 1.25rem;
  }

  .c-floor-map__cards {
    gap: 2.4375rem;
  }

  .c-floor-map__f {
    width: 2.9296875rem;
    height: 2.9296875rem;
    font-size: 1.40625rem;
  }

  .c-floor-map__f span {
    font-size: 2.109375rem;
  }

  .c-news-cat {
    border-radius: 0.53125rem;
    border: 0.0625rem solid;
    padding: 0.0625rem 0.5rem 0.125rem;
  }

  .c-news-sidebar {
    width: 100%;
    margin-bottom: 2rem;
  }

  .c-news-sidebar__cat-area ul {
    gap: 0.625rem;
  }

  .c-news-archive__list {
    gap: 1.5rem 2.9%;
  }

  .c-news-archive__unit {
    width: 100%;
  }

  .wp-pagenavi {
    font-size: 1rem;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 2.375rem;
    height: 2.375rem;
  }

  .wp-pagenavi .previouspostslink {
    margin-right: 0.625rem;
  }

  .wp-pagenavi .nextpostslink {
    margin-left: 0.625rem;
  }

  .c-smooth-link__btn > * {
    padding: 0.625rem 2rem 0.875rem 0;
  }

  .c-smooth-link__btn > *::after {
    font-size: 1rem;
    right: 6.4%;
  }

  .c-pet-lead {
    margin-bottom: 1.5rem;
  }

  .c-using {
    gap: 1.25rem;
  }

  .c-flow__unit {
    padding: 0.625rem 1.5625rem 0.625rem 0.75rem;
  }

  .c-flow__unit div {
    width: 1.875rem;
    height: 1.875rem;
  }

  .modal-close {
    width: 2rem;
    height: 2rem !important;
    top: -1.6875rem;
    right: 0.875rem;
  }

  .modal-close::before,
  .modal-close::after {
    height: 0.125rem;
    top: 0.625rem;
  }

  .c-block h2 {
    font-size: 1.25rem;
    padding: 0.4375rem 0.75rem;
    margin-bottom: 1.125rem;
  }

  .c-block h3 {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .c-block h3::before {
    width: 0.125rem;
  }

  .c-block h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
  }

  .c-block h4::before {
    top: 0.625rem;
  }

  .c-block p {
    margin-bottom: 1.25rem;
  }

  .c-block__table {
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
  }

  .c-block__table td,
  .c-block__table th {
    padding: 0.5rem 0.75rem;
  }

  .c-block ul {
    margin-bottom: 1.25rem;
  }

  .c-block__btn-area {
    margin: 0.625rem 0 1.875rem;
  }

  .c-block a.c-link-btn {
    min-width: 12.5rem;
    padding: 0.6875rem 2.1875rem 0.8125rem 1.625rem;
  }

  .img-container {
    margin-bottom: 1.25rem;
  }

  .p-single-news__content img {
    width: 100%;
  }

  .img-container.two-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-container.two-images img {
    width: 100%;
  }

  .img-container.carousel-images {
    width: 100%;
  }

  .c-bus-schedule {
    margin-bottom: 0.75rem;
  }

  .c-bus-schedule__title {
    margin-bottom: 1.5rem;
  }

  .c-bus-schedule__desc {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .c-bus-schedule__route {
    width: 100%;
  }

  ul.c-img-box03 {
    margin: 2.5rem auto 3.5rem;
  }

  ul.c-img-box03 li {
    width: 80%;
  }

  .p-fv .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }

  .p-fv .swiper-button-next,
  .p-fv .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }

  .p-fv .swiper-button-next::after,
  .p-fv .swiper-button-prev::after {
    font-size: 1.5rem;
  }

  .p-concept {
    padding: 2.5625rem 0;
  }

  .p-concept__top {
    height: auto;
    margin-right: auto;
    gap: 2.9375rem;
    margin-bottom: 2.375rem;
    padding-top: 17rem;
  }

  .p-concept__ttl {
    margin-left: 0.5625rem;
  }

  .p-concept__ttl-bg {
    width: 12.34375rem;
    top: -49%;
    left: 0%;
  }

  .p-concept__img {
    width: 104%;
    margin: 0 calc(50% - 50vw) 0 auto;
  }

  .p-concept__desc {
    margin: 0 auto 2.375rem;
    width: 94%;
    gap: 2.0625rem;
    padding-bottom: 28.25rem;
  }

  .p-concept__desc--fi .p-concept__img-box {
    gap: 0.9375rem;
    top: auto;
    bottom: -0.5%;
    left: 0;
  }

  .p-concept__desc--fi .p-concept__img-box > *:nth-child(even) {
    margin-top: 1.5625rem;
  }

  .p-concept__desc--fi .p-concept__img-box > *:nth-child(4) {
    margin-top: 0;
  }

  .p-concept__desc--sec .p-concept__img-box {
    top: auto;
    bottom: -0.5%;
    left: 0;
  }

  .p-concept__txt {
    width: 100%;
  }

  .p-concept__img-box {
    gap: 0.9375rem;
    top: auto;
    bottom: -0.5%;
    left: 0;
    width: 100%;
  }

  .p-gallery__ttl-bg {
    width: 11.46875rem;
    top: 0.5rem;
  }

  .p-gallery__item {
    width: 47.8%;
    margin: 1.1%;
  }

  .p-btn-area {
    padding: 1.5rem 0;
    background-image: url(../img/top/bg_btn-area_sp.png);
  }

  .p-btn-area__list {
    gap: 0.9375rem;
  }

  .p-btn-area__unit {
    width: calc((100% - 0.9375rem) / 2);
  }

  .p-btn-area__link {
    height: 8.75rem;
    padding-bottom: 1.0625rem;
  }

  .p-btn-area__unit--hours .p-btn-area__icon {
    width: 3.125rem;
  }

  .p-btn-area__unit--price .p-btn-area__icon {
    width: 3.65625rem;
  }

  .p-btn-area__unit--facility .p-btn-area__icon {
    width: 6.46875rem;
  }

  .p-btn-area__unit--access .p-btn-area__icon {
    width: 2.15625rem;
  }

  .p-info {
    padding: 1.25rem 0 3.6875rem;
  }

  .p-info__ttl {
    margin-bottom: 2rem;
  }

  .p-info__list {
    gap: 13px 4.4%;
  }

  .p-info__unit {
    width: 47.8%;
  }

  .p-info__link {
    padding-top: 68.4%;
  }

  .p-news {
    padding-bottom: 3.8125rem;
  }

  .p-news__ttl {
    margin-bottom: 1.4375rem;
  }

  .p-news__item:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .p-news__img {
    width: 41%;
    padding-top: 38.114%;
  }

  .p-news__content {
    width: calc(59% - 0.9375rem);
  }

  .p-news__item-ttl {
    margin-bottom: 0;
  }

  .p-map {
    padding: 1.75rem 0 1.875rem;
  }

  .p-map__inner {
    padding: 1.375rem 0 1.1875rem;
  }

  .p-map__ttl {
    margin-bottom: 0.9375rem;
  }

  .p-map__img {
    width: 88.5%;
  }

  .p-access {
    padding: 1rem 0 4.375rem;
  }

  .p-access__txt {
    margin-bottom: 1.0625rem;
  }

  .p-access__link {
    margin-bottom: 1.5625rem;
  }

  .p-official-sns {
    padding-bottom: 2.375rem;
  }

  .p-official-sns__ttl {
    margin-bottom: 1.375rem;
  }

  .p-official-sns__flex {
    margin-left: 0.4375rem;
    gap: 0.5625rem;
  }

  .p-official-sns__icon {
    width: 2.375rem;
  }

  .p-official-sns__area {
    border: none;
    margin-right: 0.75rem;
    padding: 0;
  }

  .p-official-sns__area-ttl {
    padding: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 1.0625rem;
  }

  .p-official-sns__area-list {
    gap: 1.5625rem;
  }

  .p-official-sns__area-item--insta {
    width: 2.03125rem;
  }

  .p-official-sns__area-item--x {
    width: 2.09375rem;
  }

  .p-official-sns__area-item--fb {
    width: 2.25rem;
  }

  .p-official-sns__area-item--line {
    width: 2.3125rem;
  }

  .p-official-sns__list {
    gap: 0.9375rem;
    margin-bottom: 2.0625rem;
  }

  .p-official-sns__unit {
    width: calc((100% - 0.9375rem) / 2);
  }

  .p-express .c-price__item {
    padding-left: 1.5rem;
  }

  .p-express .c-price__dt {
    margin-right: 1.5625rem;
  }

  .p-tent .c-price__list {
    margin-bottom: 1.125rem;
  }

  .p-tent .c-price__item {
    padding-left: 0.625rem;
  }

  .p-tent__card:nth-child(3) {
    width: 80%;
  }

  .p-tent__card:nth-child(3) .c-price__list {
    gap: 0.875rem;
  }

  .p-tent__card:nth-child(3) .c-price__card-ttl {
    padding-bottom: 0.375rem;
  }

  .p-tent__card:nth-child(3) .c-price__card-ttl::after {
    width: 2.375rem;
    height: 0.09375rem;
  }

  .p-tent__card:nth-child(3) .c-price__dt {
    margin-right: 1.5rem;
  }

  .p-picnic .c-price__desc > div p:nth-child(1) {
    margin-bottom: 0.3125rem;
  }

  .p-express {
    padding: 2.5rem 0 4.0625rem;
  }

  .p-express__ttl {
    margin-left: -1.125rem;
    margin-bottom: 0.75rem;
  }

  .p-express__lead {
    margin-bottom: 1.4375rem;
  }

  .p-express__cards {
    margin-bottom: 1.25rem;
  }

  .p-express__card:nth-child(3) .p-express__card-ttl {
    height: auto;
  }

  .p-express__ticket-area {
    width: 87%;
  }

  .p-express__ticket-ttl {
    padding: 0.8125rem 0.875rem 0.6875rem 1rem;
    border: 1px solid #c59d62;
  }

  .p-express__circle {
    width: 3.125rem;
    height: 3.125rem;
  }

  .p-express__ticket-ppl {
    border: 1px solid #c59d62;
    padding: 0.75rem 2.1875rem 1rem 2.125rem;
    gap: 1.4375rem;
  }

  .p-express__cau {
    width: 100%;
    margin-bottom: 2.1875rem;
  }

  .p-express__btn-area {
    gap: 2.0625rem;
  }

  .p-tent {
    padding-bottom: 3.9375rem;
  }

  .p-tent__ttl {
    margin-bottom: 0.6875rem;
  }

  .p-tent__lead {
    margin-bottom: 1.3125rem;
  }

  .p-tent__cau {
    width: 100%;
    margin-bottom: 2.125rem;
  }

  .p-tent__btn-area {
    gap: 2.125rem;
  }

  .p-picnic {
    padding-bottom: 4.0625rem;
  }

  .p-picnic__lead {
    margin-bottom: 1.3125rem;
  }

  .p-picnic__cards {
    gap: 1rem;
  }

  .p-picnic__card {
    width: calc((100% - 1rem) / 2);
  }

  .p-picnic__card h3 {
    margin-bottom: 0.5rem;
  }

  .p-picnic__cau {
    width: 100%;
  }

  .p-pet {
    padding-bottom: 3.125rem;
  }

  .p-pet .c-pet-list {
    margin-bottom: 1.875rem;
  }

  .p-using {
    padding-bottom: 3.75rem;
  }

  .p-using__lead {
    margin-bottom: 2.0625rem;
  }

  .p-hours-page {
    padding-top: 3rem;
  }

  .p-hours-page__ttl {
    margin-bottom: 1rem;
  }

  .p-hours-page__accordion h4 {
    margin-bottom: 0.9375rem;
  }

  .p-hours-page__accordion--night-terrace {
    margin-bottom: 1.875rem;
  }

  .p-hours-page__accordion button {
    min-width: 18.75rem;
  }

  .p-hours-page__accordion-content > *:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .p-hours-page__cau {
    margin-top: 0.8125rem;
  }

  .p-regular-hours {
    margin-bottom: 2.5rem;
  }

  .p-night-terrace {
    padding: 2.5rem 0;
  }

  .p-night-terrace__calendar-img {
    width: 80%;
  }

  .p-access-page {
    padding: 2.875rem 0 3.875rem;
  }

  .p-access-page__ttl {
    margin-bottom: 0.875rem;
  }

  .p-access-page__add {
    margin-bottom: 1.5625rem;
  }

  .p-access-page__map {
    margin: 0 auto 3.75rem;
    width: 100%;
  }

  .p-access-page__box--fi {
    margin-bottom: 2.8125rem;
  }

  .p-access-page__box--sec > *:nth-child(3) p {
    margin-bottom: 0.875rem;
  }

  .p-access-page__box > *:nth-child(2) {
    margin-bottom: 1rem;
  }

  .p-access-page__txt {
    margin-bottom: 1.5rem;
  }

  .p-access-page__img {
    width: 100%;
  }

  .p-plan-map {
    padding-bottom: 3.75rem;
  }

  .p-plan-map__ttl {
    margin-bottom: 0.9375rem;
  }

  .p-plan-map__img {
    width: 100%;
    margin: 0 auto 2.25rem;
  }

  .p-plan-map__btn-list {
    width: 82%;
    gap: 0.625rem;
    margin-bottom: 1.75rem;
  }

  .p-plan-map__btn-item {
    width: 100%;
  }

  .p-plan-map__btn-link {
    width: 100%;
  }

  .p-plan-map__btn-link::before {
    right: 5.4%;
  }

  .p-faq-page {
    padding: 2.5rem 0 3.75rem;
  }

  .p-faq-page__area {
    gap: 2.5rem;
  }

  .p-faq-page__wrap {
    gap: 0.875rem;
  }

  .p-faq-page__wrap--pickup {
    margin-bottom: 2.5rem;
  }

  .p-faq-page__term {
    padding: 0.75rem 1.5rem 1.25rem;
  }

  .p-faq-page__term::before,
  .p-faq-page__term::after {
    width: 1rem;
    height: 0.125rem;
  }

  .p-faq-page__subtitle {
    padding-left: 1.875rem;
    padding-right: 0.625rem;
  }

  .p-faq-page__subtitle::before {
    font-size: 1.625rem;
  }

  .p-faq-page__desc {
    padding: 0 1.5rem 1.25rem 3.375rem;
  }

  .p-faq-page__desc::before {
    font-size: 1.625rem;
  }

  .p-faq-page__cat-list {
    gap: 0.875rem;
    margin-bottom: 2.375rem;
  }

  .p-faq-page__cat-item {
    width: 100%;
  }

  .p-faq-page h2 {
    margin-bottom: 1.25rem;
  }

  .p-terrace-top {
    padding: 2.625rem 0 3.5rem;
  }

  .p-terrace-top__ttl {
    margin-left: 0.875rem;
    margin-bottom: 0.8125rem;
  }

  .p-terrace-top__txt {
    margin-bottom: 2.375rem;
  }

  .p-terrace-top__img:nth-child(2) {
    width: 38%;
    margin-top: 63px;
  }

  .p-cafe {
    padding: 3.0625rem 0 4.125rem;
  }

  .p-cafe__ttl {
    margin-bottom: 1.3125rem;
  }

  .p-cafe__txt {
    margin-bottom: 2.0625rem;
  }

  .p-cafe__img-area {
    gap: 1.25rem;
    margin-bottom: 2.3125rem;
  }

  .p-cafe__img:nth-child(1) {
    width: 79.7%;
  }

  .p-cafe__img:nth-child(2) {
    width: 58%;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
  }

  .p-cafe__img:nth-child(3) {
    margin: 0 auto 0 0;
    width: 68%;
  }

  .p-terrace-map {
    padding: 2.6875rem 0 3.125rem;
  }

  .p-terrace-map__wrap {
    padding: 1.8125rem 1.0625rem 2.5rem;
  }

  .p-terrace-map__cards {
    gap: 2.4375rem;
  }

  .p-terrace-map__card {
    gap: 1.1875rem;
  }

  .p-terrace-map__content {
    width: 100%;
  }

  .p-terrace-map__f {
    width: 2.9296875rem;
    height: 2.9296875rem;
    font-size: 1.40625rem;
  }

  .p-terrace-map__f span {
    font-size: 2.109375rem;
  }

  .p-terrace-map__img {
    width: 14.375rem;
  }

  .p-spot {
    padding-bottom: 1.75rem;
  }

  .p-spot__ttl {
    margin-bottom: 0.75rem;
  }

  .p-spot__txt {
    margin-bottom: 2.3125rem;
  }

  .p-spot__img-area {
    gap: 1.1875rem;
    margin-bottom: 2.3125rem;
  }

  .p-spot__img:nth-child(1) {
    margin-top: 0;
    width: 58%;
  }

  .p-spot__img:nth-child(2) {
    margin: 0 0 0 auto;
    width: 80%;
  }

  .p-spot__img:nth-child(3) {
    margin: 0 auto 0 0;
    width: 68%;
  }

  .p-cafe-page__ttl {
    margin-bottom: 1.5rem;
  }

  .p-cafe-page__hours {
    gap: 0.875rem;
    margin-bottom: 1.25rem;
  }

  .p-cafe-page__txt {
    margin-bottom: 2.75rem;
  }

  .p-cafe-page__img-area {
    margin-bottom: 3.125rem;
  }

  .p-cafe-page__cards {
    gap: 1.25rem 0;
    width: 48.4%;
  }

  .p-cafe-page__cards:nth-child(2) {
    margin-top: 2.5rem;
  }

  .p-cafe-page--terrace {
    padding: 3rem 0 3.75rem;
  }

  .p-cafe-page--rokka {
    padding: 3.625rem 0 1.75rem;
  }

  .p-night-terrace-page {
    padding: 2.375rem 0 3.5625rem;
  }

  .p-night-terrace-page__ttl {
    margin-bottom: 1rem;
  }

  .p-night-terrace-page__lead {
    margin-bottom: 1.5625rem;
  }

  .p-night-terrace-page__youtube {
    margin-bottom: 1.5625rem;
  }

  .p-night-terrace-page__txt-area {
    margin-bottom: 2.875rem;
    gap: 1rem;
  }

  .p-night-terrace-page__flow-list {
    gap: 1.75rem;
  }

  .p-night-terrace-page__flow-unit {
    width: 100%;
    gap: 1.75rem;
    min-height: unset;
  }

  .p-night-terrace-page__flow-unit a {
    margin-top: 0.75rem;
    text-align: right;
  }

  .p-night-terrace-page__flow-unit:nth-child(2) {
    margin-top: 0;
  }

  .p-night-terrace-page__flow-unit:nth-child(2n + 3) {
    margin-top: 0;
  }

  .p-terrace-price {
    padding: 3rem 0 3.75rem;
  }

  .p-terrace-price__inner {
    gap: 3.75rem;
  }

  .p-terrace-price__img {
    width: 90%;
  }

  .p-archive-news {
    padding: 3.125rem 0 4rem;
  }

  .p-archive-news__area {
    width: 100%;
  }

  .p-archive-news__list {
    margin-bottom: 2.125rem;
  }

  .p-archive-news__ttl {
    margin-bottom: 0.75rem;
    min-height: 0;
  }

  .p-single-news {
    padding: 2.8125rem 0 4.6875rem;
  }

  .p-single-news__area {
    width: 100%;
  }

  .p-single-news__desc {
    margin: 0 auto 4.6875rem;
  }

  .p-single-news__ttl {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }

  .p-single-news__content h2 {
    font-size: 1.25rem;
    padding: 0.4375rem 0.75rem;
    margin-bottom: 1.125rem;
  }

  .p-single-news__content h3 {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .p-single-news__content h3::before {
    width: 0.125rem;
  }

  .p-single-news__content h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
  }

  .p-single-news__content h4::before {
    top: 0.625rem;
  }

  .p-single-news__content p {
    margin-bottom: 1.25rem;
  }

  .p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table {
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
  }

  .p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td,
  .p-single-news__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th {
    padding: 0.5rem 0.75rem;
  }

  .p-single-news__btn {
    margin-bottom: 3.125rem;
  }

  .p-single-news__sidebar {
    margin-bottom: 3.125rem;
    width: 100%;
  }

  .p-single-news__new > h3 {
    margin-bottom: 1.25rem;
  }

  .img-container {
    margin-bottom: 1.25rem;
  }

  .p-single-news__content img {
    width: 100%;
  }

  .img-container.two-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-container.two-images img {
    width: 100%;
  }

  .img-container .c-link-btn-block {
    margin-bottom: 2rem;
  }

  .p-valuable {
    padding: 3.125rem 0 4.625rem;
  }

  .p-valuable__txt {
    margin-bottom: 1.4375rem;
  }

  .p-valuable__img {
    width: 115%;
    margin: 0 calc(50% - 50vw) 2.6875rem;
  }

  .p-valuable__btn {
    width: 18.75rem;
  }

  .p-valuable__area-ttl {
    padding: 0.75rem 0 0.8125rem;
    margin-bottom: 1.25rem;
  }

  .p-valuable__cards {
    width: 100%;
    gap: 0.75rem;
  }

  .p-valuable__card {
    width: 100%;
  }

  .p-valuable__card-img {
    width: 100%;
    height: 9.375rem;
  }

  .p-valuable__card-wrap {
    width: 100%;
    padding: 0.75rem 1.1875rem 0.75rem 0.625rem;
  }

  .p-valuable__pickup {
    padding: 1.875rem 1.0625rem;
  }

  .p-valuable__pickup .p-valuable__card-img {
    width: 100%;
    height: 15.350625rem;
  }

  .p-valuable__content {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem;
  }

  .p-valuable__accordion-content table {
    width: 40rem;
  }

  .p-valuable__accordion {
    padding: 0 0.75rem;
  }

  .p-valuable__accordion button::before,
  .p-valuable__accordion button::after {
    height: 0.125rem;
    width: 1rem;
    top: 1.6875rem;
  }

  .p-valuable__accordion--green button {
    padding-right: 0;
  }

  .p-valuable__accordion--blue button {
    padding-right: 0;
    padding-left: 1.25rem;
  }

  .p-dogfield-page {
    padding: 2.75rem 0 3.4375rem;
  }

  .p-dogfield-page__txt {
    margin-bottom: 2.5rem;
  }

  .p-dogfield-page__img-area {
    gap: 1.25rem;
    margin: 0 auto 3.125rem;
  }

  .p-dogfield-page__img {
    width: 100%;
  }

  .p-dogfield-page__img:nth-child(2) {
    margin-top: 0;
  }

  .p-dogfield-page__area-ttl {
    margin-bottom: 1.875rem;
  }

  .p-dogfield-page__box:not(:last-child) {
    margin-bottom: 3rem;
  }

  .p-dogfield-page__box--price .p-dogfield-page__box-txt {
    margin-bottom: 1.25rem;
  }

  .p-dogfield-page__box--area .p-dogfield-page__box-txt {
    margin-bottom: 1rem;
  }

  .p-dogfield-page__box-ttl {
    margin-bottom: 1.25rem;
  }

  .p-dogfield-page__box-head {
    margin-bottom: 1rem;
  }

  .p-dogfield-page__card > div {
    height: auto;
  }

  .p-dogfield-other {
    margin-bottom: 2.75rem;
  }

  .p-dogfield-pet {
    margin-bottom: 2.75rem;
  }

  .p-dogfield-pet__lead {
    margin-bottom: 1.5rem;
  }

  .p-dogfield-entrance__ttl {
    margin-bottom: 1.3125rem;
  }

  .p-dometent-page {
    padding: 2.125rem 0 3.125rem;
  }

  .p-dometent-page__txt {
    margin-bottom: 2.5rem;
  }

  .p-dometent-page__img-area {
    gap: 1.25rem;
    margin: 0 auto 3.125rem;
  }

  .p-dometent-page__img {
    width: 80%;
  }

  .p-dometent-page__img:nth-child(2) {
    margin: 0 0 0 auto;
  }

  .p-dometent-page__area-ttl {
    margin-bottom: 1.875rem;
  }

  .p-dometent-page__box:not(:last-child) {
    margin-bottom: 3rem;
  }

  .p-dometent-page__box--price .p-dometent-page__box-txt {
    margin-bottom: 1.25rem;
  }

  .p-dometent-page__box--type .p-dometent-page__box-txt {
    margin-bottom: 1rem;
  }

  .p-dometent-page__box--reserve .p-dometent-page__box-txt {
    margin-bottom: 1.1875rem;
  }

  .p-dometent-page__box--flow .p-dometent-page__box-txt {
    margin-bottom: 1.1875rem;
  }

  .p-dometent-page__box-ttl {
    margin-bottom: 1rem;
  }

  .p-dometent-page__card {
    margin-top: 1rem;
  }

  .p-dometent-page__card > div {
    height: auto;
  }

  .p-dometent-page__card h3 {
    font-size: 1.125rem;
  }

  .p-dometent-page__card h3 span {
    font-size: 0.875rem;
  }

  .p-dometent-other {
    margin-bottom: 2.75rem;
  }

  .p-about {
    padding: 2.875rem 0 4.75rem;
  }

  .p-about__ttl {
    width: 18.78125rem;
    margin-bottom: 1.4375rem;
  }

  .p-about__catch {
    margin-bottom: 1.8125rem;
  }

  .p-about__gallery {
    margin: 0 calc(50% - 50vw);
    padding-top: 3.375rem;
  }

  .p-about__img:nth-child(1) {
    width: 39.1%;
  }

  .p-about__img:nth-child(2) {
    width: 25.3%;
  }

  .p-about__img:nth-child(3) {
    width: 21.5%;
  }

  .p-about__img:nth-child(4) {
    width: 30.5%;
    margin-top: -0.0625rem;
  }

  .p-about__img:nth-child(5) {
    width: 30.5%;
    margin-top: 3.25rem;
  }

  .p-about__img:nth-child(6) {
    width: 25.5%;
    margin-top: 1.3125rem;
  }

  .p-about__img:nth-child(7) {
    width: 20%;
    margin-top: -3.1875rem;
    margin-left: 1.75rem;
  }

  .p-about__img:nth-child(8) {
    width: 36.8%;
    margin-top: 1.875rem;
  }

  .p-about__img:nth-child(9) {
    width: 42.5%;
    margin-top: 0.5625rem;
  }

  .p-about__img:nth-child(10) {
    width: 68%;
    margin-top: 2.0625rem;
  }

  .p-about__img:nth-child(11) {
    width: 24.8%;
    margin-top: 0.4375rem;
  }

  .p-about__img:nth-child(12) {
    width: 43.2%;
    margin-top: 2.25rem;
    margin-right: 0.625rem;
  }

  .p-about__img:nth-child(13) {
    width: 26.3%;
    margin-top: -3.1875rem;
  }

  .p-about__img:nth-child(14) {
    width: 29.5%;
    margin-top: 1.75rem;
  }

  .p-about__img:nth-child(15) {
    width: 52.1%;
    margin-top: -2rem;
  }

  .p-about__img:nth-child(16) {
    width: 30.5%;
    margin-top: 5.875rem;
  }

  .p-about__img:nth-child(17) {
    width: 24.8%;
    margin-top: 1.6875rem;
  }

  .p-about__img:nth-child(18) {
    width: 30.5%;
    margin-top: -0.4375rem;
  }

  .p-nature {
    padding: 2.9375rem 0 3.875rem;
  }

  .p-nature h2 {
    margin-bottom: 0.8125rem;
  }

  .p-nature__txt {
    margin-bottom: 3.3125rem;
  }

  .p-nature__gallery {
    margin: 0 calc(50% - 50vw);
  }

  .p-nature__img:nth-child(3) {
    margin-left: 0.875rem;
    margin-top: -0.5625rem;
    margin-right: 16%;
  }

  .p-nature__img:nth-child(4) {
    margin-top: 1.4375rem;
  }

  .p-facility-page {
    padding: 2rem 0 3.125rem;
  }

  .p-facility-page__ttl {
    margin-bottom: 1.125rem;
  }

  .p-facility-page__txt {
    margin-bottom: 2.5rem;
  }

  .p-facility-page__img:nth-child(2) {
    margin-top: 2.5rem;
  }

  .p-facility-page__area-ttl {
    margin-bottom: 1.875rem;
  }

  .p-facility-page__box:not(:last-child) {
    margin-bottom: 3rem;
  }

  .p-facility-page__box--price .p-facility-page__box-txt {
    margin-bottom: 1.25rem;
  }

  .p-facility-page__box--type .p-facility-page__box-txt {
    margin-bottom: 1rem;
  }

  .p-facility-page__box--reserve .p-facility-page__box-txt {
    margin-bottom: 1.1875rem;
  }

  .p-facility-page__box--flow .p-facility-page__box-txt {
    margin-bottom: 1.1875rem;
  }

  .p-facility-page__box-ttl {
    margin-bottom: 1rem;
  }

  .p-facility-page__card > div {
    height: auto;
  }

  .p-facility-map__wrap {
    padding: 2rem 1.0625rem 2.5rem;
  }

  .p-facilities {
    padding: 3.4375rem 0 1.625rem;
  }

  .p-facilities__ttl {
    margin-bottom: 1.875rem;
  }

  .p-facilities__box h3 {
    margin-bottom: 1rem;
  }

  .p-facilities__box p {
    margin-bottom: 2rem;
  }

  .p-facilities__img-area {
    gap: 1.25rem;
  }

  .p-facilities__img:nth-child(1) {
    width: 80%;
  }

  .p-facilities__img:nth-child(2) {
    width: 58%;
    margin: 0 0 0 auto;
  }

  .p-facilities__box--ticket {
    margin-bottom: 3.375rem;
  }

  .p-facilities__box--ticket .p-facilities__img-area {
    margin-bottom: 1.5625rem;
  }

  .p-facilities__box--shop {
    margin-bottom: 2.1875rem;
  }

  .p-facilities__box--ishiuchi {
    margin-bottom: 2.1875rem;
  }

  .p-facilities__box--other {
    gap: 2rem;
  }

  .p-facilities__other {
    gap: 1.375rem;
  }

  .p-facilities__other p {
    margin: 0;
  }

  .p-facilities__other-img {
    width: 100%;
  }

  .p-facilities__other-content {
    width: 100%;
  }

  .p-activity-page {
    padding: 2.8125rem 0 1.25rem;
  }

  .p-activity-page__ttl {
    margin-bottom: 1.25rem;
  }

  .p-activity-page__txt {
    margin-bottom: 2rem;
  }

  .p-activity-page__wrap {
    margin-bottom: 1.3125rem;
  }

  .p-activity-page__box {
    padding: 1.625rem 1.5625rem;
    gap: 1.5rem;
  }

  .p-activity-page__area:nth-child(even) .p-activity-page__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-activity-page__content {
    width: 100%;
  }

  .p-activity-page__content h3 {
    margin-bottom: 0.9375rem;
  }

  .p-activity-page__content p {
    margin-bottom: 1.125rem;
  }

  .p-activity-page__btn::before {
    width: 1rem;
    height: 1rem;
  }

  .p-activity-page__img {
    width: 100%;
  }

  .p-activity-modal__wrap {
    width: 92.5%;
    height: 85vh;
  }

  .p-activity-modal__box .c-price__card {
    width: 100%;
  }

  .p-activity-modal__box ul.c-flow {
    width: 100%;
  }

  .p-activity-modal__editor p {
    font-size: 1rem;
  }

  .p-activity-modal__editor p:nth-of-type(1) {
    margin-bottom: 1.125rem;
  }

  .p-activity-modal__rent li > div {
    height: auto;
  }

  .p-activity-modal__rent li {
    font-size: 0.8125rem;
  }

  .p-activity-modal__price li {
    width: 100%;
  }

  .p-activity-modal__price li .c-price__card-ttl {
    height: auto;
    font-size: 1.125rem;
  }

  .p-activity-modal__price li .c-price__card-ttl span {
    font-size: 0.875rem;
  }

  .p-activity-modal__price li .c-price__desc {
    font-size: 1.375rem;
  }

  .p-plan-page {
    padding: 2.8125rem 0;
  }

  .p-plan-page__lead {
    margin-bottom: 2.1875rem;
  }

  .p-plan-page__cards {
    margin: 0 0 0 auto;
    gap: 2rem;
    width: 84%;
  }

  .p-plan-page__card {
    width: 100%;
  }

  .p-plan-page__card:nth-child(2) {
    margin-top: 0;
  }

  .p-plan-page__card:nth-child(3) {
    margin-top: 0;
  }

  .p-plan-page__card:nth-child(4) {
    margin-top: 0;
  }

  .p-plan-page__desc h3 > * {
    font-size: 0.84375rem;
  }

  .p-plan-page__tabs {
    gap: 0.625rem;
  }

  .p-plan-page__tab {
    width: 10.46875rem;
    border-radius: 0.625rem 0.625rem 0 0;
    height: 3.375rem;
  }

  .p-plan-page__flowNavigation {
    top: 2.5rem;
    left: 5%;
    padding: 4.1875rem 0 15rem;
  }

  .p-plan-page__circle:not(:last-child) {
    margin-bottom: 24.125rem;
  }

  .p-plan-page__tab-content {
    padding: 2.5rem 0 2.8125rem;
  }

  .p-plan-page__tab-content--friend::before {
    border-top: 0.1875rem solid #c59d62;
  }

  .p-plan-page__tab-content--friend .p-plan-page__circle:nth-child(4) {
    margin-bottom: 27.5rem;
  }

  .p-plan-page__tab-content--friend .p-plan-page__circle:nth-child(5) {
    margin-bottom: 28.875rem;
  }

  .p-plan-page__tab-content--friend .p-plan-page__circle:nth-child(6) {
    margin-bottom: 22.4375rem;
  }

  .p-plan-page__tab-content--friend .p-plan-page__circle:nth-child(7) {
    margin-bottom: 19.5rem;
  }

  .p-plan-page__tab-content--friend .p-plan-page__circle:nth-child(8) {
    margin-bottom: 22.6875rem;
  }

  .p-plan-page__tab-content--friend .p-plan-page__card:nth-child(5) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--friend .p-plan-page__card:nth-child(6) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--friend .p-plan-page__card:nth-child(7) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--friend .p-plan-page__card:nth-child(8) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--friend .p-plan-page__card:nth-child(9) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--family::before {
    border-top: 0.1875rem solid #49bf73;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(4) {
    margin-bottom: 19.75rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(6) {
    margin-bottom: 20.875rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(7) {
    margin-bottom: 22.8125rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__circle:nth-child(8) {
    margin-bottom: 19.4375rem;
  }

  .p-plan-page__tab-content--family .p-plan-page__card:nth-child(5) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--family .p-plan-page__card:nth-child(6) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--family .p-plan-page__card:nth-child(7) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--family .p-plan-page__card:nth-child(8) {
    margin-top: 0;
  }

  .p-plan-page__tab-content--family .p-plan-page__card:nth-child(9) {
    margin-top: 0;
  }

  .terrace .l-page-top {
    background-image: url(../img/terrace/bg_terrace_sp.jpg);
  }

  .cafe .l-page-top {
    background-position: left 11% center;
  }

  .price .l-page-top {
    background-position: right 40% center;
  }

  .p-livecamera {
    padding: 2.8125rem 0 3.8125rem;
  }

  .p-livecamera__box:nth-child(1) {
    margin-bottom: 3.1875rem;
  }

  .p-livecamera__box:nth-child(1) .p-livecamera__ttl {
    margin-bottom: 1rem;
  }

  .p-livecamera__box:nth-child(2) .p-livecamera__ttl {
    margin-bottom: 1.375rem;
  }

  .p-livecamera__list {
    gap: 1.4375rem;
  }

  .p-livecamera__unit {
    width: 100%;
  }

  .l-header__inner {
    padding-right: 10.125rem;
  }

  .l-header__logo img {
    height: 3.75rem;
  }

  .l-header__nav-item a.c-link-btn {
    width: 6.25rem;
  }

  .l-header__nav-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2.5rem 0;
    gap: 2rem;
    /*Google Chrome、Safariへの対応*/
  }

  .l-header__nav-wrap::-webkit-scrollbar {
    display: none;
  }

  .l-header__nav-area {
    margin: 0;
    width: 100%;
  }

  .l-header__list {
    width: 100%;
    gap: 0;
  }

  .l-header__list:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .l-header__list:nth-child(1) .l-header__item,
  .l-header__list:nth-child(3) .l-header__item {
    width: 50%;
  }

  .l-header__list:nth-child(1) .l-header__item:nth-child(odd) {
    border-right: 0.0625rem solid #bebebe;
  }

  .l-header__list:nth-child(3) .l-header__item:nth-child(even) {
    border-right: 0.0625rem solid #bebebe;
  }

  .l-header__item {
    border-bottom: 0.0625rem solid #bebebe;
  }

  .l-header__link {
    padding: 1.125rem 1rem 1.1875rem;
    width: 100%;
  }

  .l-header__link--pr {
    margin-bottom: 0;
  }

  .l-header__link--pr::before,
  .l-header__link--pr::after {
    content: '';
    width: 0.9375rem;
    height: 0.15625rem;
    background-color: #c59d62;
    border-radius: 0.125rem;
    position: absolute;
    top: 50%;
  }

  .l-header__sublist {
    padding-left: 1rem;
    gap: 0.75rem;
    margin-bottom: 1.4375rem;
    display: none;
  }

  .l-header__btn-area {
    width: 100%;
    gap: 1rem;
  }

  .l-header__btn {
    width: 80%;
  }

  .l-header__sns-list {
    gap: 0.75rem;
  }

  .l-header__sns-item--insta {
    width: 1.40625rem;
  }

  .l-header__sns-item--x {
    width: 1.46875rem;
  }

  .l-header__sns-item--fb {
    width: 1.625rem;
  }

  .l-header__sns-item--line {
    width: 1.6875rem;
  }

  .l-header__list02 {
    width: 50%;
  }

  .l-header__list02:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .l-header__list02:nth-child(1) .l-header__item,
  .l-header__list02:nth-child(3) .l-header__item {
    width: 50%;
  }

  .l-header__list02:nth-child(1) .l-header__item:nth-child(odd) {
    border-right: 0.0625rem solid #bebebe;
  }

  .l-header__list02:nth-child(3) .l-header__item:nth-child(even) {
    border-right: 0.0625rem solid #bebebe;
  }

  .l-breadcrumbs {
    padding: 0.625rem 0;
  }

  .l-breadcrumbs__list {
    width: 92%;
    padding-inline: 0;
  }

  .l-fnav {
    padding-top: 0;
  }

  .l-fnav__nav {
    margin-bottom: 2.8125rem;
  }

  .l-fnav__list {
    width: 100%;
    gap: 0;
  }

  .l-fnav__list:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .l-fnav__item {
    border-bottom: 0.0625rem solid #bebebe;
  }

  .l-fnav__link {
    padding: 1.4375rem 1rem 1.5rem;
    width: 100%;
  }

  .l-fnav__link--pr {
    margin-bottom: 0;
  }

  .l-fnav__link--pr::before,
  .l-fnav__link--pr::after {
    content: '';
    width: 0.9375rem;
    height: 0.15625rem;
    background-color: #c59d62;
    border-radius: 0.125rem;
    position: absolute;
    top: 50%;
  }

  .l-fnav__sublist {
    padding-left: 1rem;
    gap: 0.75rem;
    margin-bottom: 1.4375rem;
    display: none;
  }

  .l-fnav__logo {
    width: 10.9375rem;
    margin-bottom: 1.5rem;
  }

  .l-fnav__list02 {
    gap: 1.0625rem 0;
  }

  .l-fnav__item02:not(:last-child) {
    margin-right: 0.8125rem;
  }

  .l-fnav__item02:nth-child(3) {
    margin-right: 0;
    padding: 0;
    border-right: none;
  }

  .l-footer {
    padding: 1.6875rem 0 6.6875rem;
  }

  .l-footer .group-info {
    margin-bottom: 2.125rem;
  }

  .l-footer .group-info .group-list ul {
    gap: 3.2vw 6vw;
  }

  .l-footer .group-info .group-list li {
    width: calc((100% - 6vw) / 2);
  }

  .l-footer .group-info-logo {
    width: 18.125rem;
    margin: 0 auto 1.5rem;
  }

  .l-page-top {
    background-image: url(../img/common/bg_page-top_sp.jpg);
    height: 7.8125rem;
    padding-bottom: 0.75rem;
  }

  .l-page-top__inner {
    gap: 1rem;
  }

  .l-status-modal__wrap {
    border-radius: 0.9375rem;
    padding: 1.5rem 0 1.25rem;
  }

  .l-status-modal__top {
    padding: 0 0.9375rem 1.5rem 0.9375rem;
  }

  .l-status-modal__data {
    font-size: 2rem;
  }

  .l-status-modal__btn {
    gap: 0.375rem;
    padding: 0.5rem 0.625rem;
    border-radius: 0.75rem;
  }

  .l-status-modal__bottom {
    padding: 1rem 1.375rem 0;
  }

  .l-status-modal__info {
    gap: 1.5625rem;
    padding-left: 0;
  }

  .l-status-modal__info > div {
    width: 100%;
    gap: 0.375rem;
  }

  .l-status-modal__list {
    width: 100%;
  }

  .l-status-modal__unit:last-child p {
    height: 1.875rem;
  }

  .l-status-modal__img {
    width: 3.125rem;
  }

  .l-status-modal__txt {
    height: 10.46875rem;
    margin-bottom: 0.75rem;
  }

  .l-widget {
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
  }

  .l-widget.hidden {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .widget-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0;
    gap: 3.3%;
    padding: 0.25rem 1.25rem 0.375rem;
    width: 100%;
  }

  .widget_block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .widget_block:nth-child(1) {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
  }

  .u-display-pc {
    display: none;
  }

  .u-display-sp {
    display: block;
  }

  .u-jc-fe-md-max {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .u-fd-r-md-max {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .u-fd-cr-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .u-ai-c-md-max {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .u-ai-fs-md-max {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .u-ai-fe-md-max {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .tab {
    display: none;
  }

  .u-ta-r-md-max {
    text-align: right;
  }

  .u-ta-c-md-max {
    text-align: center;
  }

  .u-ta-l-md-max {
    text-align: left;
  }

  .u-lh12-md-max {
    line-height: 1.2;
  }

  .u-lh14-md-max {
    line-height: 1.4;
  }

  .u-lh15-md-max {
    line-height: 1.5;
  }

  .u-lh17-md-max {
    line-height: 1.7;
  }

  .u-lh18-md-max {
    line-height: 1.8;
  }

  .u-lh2-md-max {
    line-height: 2;
  }

  .u-ff-palt-md-max {
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }

  .u-ls20-md-max {
    letter-spacing: 0.02em;
  }

  .u-ls60-md-max {
    letter-spacing: 0.06em;
  }

  .u-ls80-md-max {
    letter-spacing: 0.08em;
  }

  .u-fs10-md-max {
    font-size: 0.625rem;
  }

  .u-fs11-md-max {
    font-size: 0.6875rem;
  }

  .u-fs12-md-max {
    font-size: 0.75rem;
  }

  .u-fs13-md-max {
    font-size: 0.8125rem;
  }

  .u-fs135-md-max {
    font-size: 0.84375rem;
  }

  .u-fs14-md-max {
    font-size: 0.875rem;
  }

  .u-fs15-md-max {
    font-size: 0.9375rem;
  }

  .u-fs16-md-max {
    font-size: 1rem;
  }

  .u-fs18-md-max {
    font-size: 1.125rem;
  }

  .u-fs20-md-max {
    font-size: 1.25rem;
  }

  .u-fs21-md-max {
    font-size: 1.3125rem;
  }

  .u-fs22-md-max {
    font-size: 1.375rem;
  }

  .u-fs24-md-max {
    font-size: 1.5rem;
  }

  .u-fs26-md-max {
    font-size: 1.5rem;
  }

  .u-fs30-md-max {
    font-size: 1.875rem;
  }

  .u-fs37-md-max {
    font-size: 2.3125rem;
  }

  .u-po-sta-md-max {
    position: static;
  }

  .u-br12 {
    border-radius: 0.375rem;
  }

  .u-br15 {
    border-radius: 0.46875rem;
  }

  .u-br20 {
    border-radius: 0.625rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-status-modal__top {
    padding: 0 0.9375rem 0.625rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-tent__table {
    margin-bottom: 1.5rem;
  }
}

header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}

header .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

header .inner .logo {
  float: left;
}

header .inner nav {
  float: right;
  margin: 15px 0 0;
}

header .inner .logo a {
  display: block;
  transition: 0.4s;
}

header .inner .logo a:hover {
  opacity: 0.5;
}

header .inner .logo a img {
  max-width: 130px;
  display: inline-block;
  vertical-align: middle;
}

header .inner .logo a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0 25px;
}

header .inner .logo,
header .inner nav {
  vertical-align: middle;
}

header .inner nav ul {
  letter-spacing: -7px;
}

header .inner nav ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 35px 0 0;
}

header .inner nav ul li a {
  display: block;
  text-align: center;
  transition: 0.4s;
}

header .inner nav ul li a:hover {
  opacity: 0.5;
}

header .inner nav ul li a img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto;
}

header .inner nav ul li a span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 10px auto 0;
}

p.sub_title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 1.3rem;
}

p.sub_title img {
  width: 100%;
  max-width: 22px;
  margin: 0 5px 0 0;
}

h2.p-news__ttl {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 2.5rem;
}

.p-concept h2 {
  font-weight: bold;
}

.p-concept h2 span {
  display: block;
  color: #08a543;
  font-weight: bold;
}

.c-link-btn span {
  display: block;
  text-align: left;
  width: 80%;
}

.p-concept h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.p-map__inner {
  margin: 0 0 3rem;
}

.p-map .inner {
  background: #366b2b;
  margin: 0 auto;
  border-radius: 0.9375rem;
  text-align: center;
  padding: 15px;
}

.p-map .inner img {
  max-width: 200px;
}

.p-map .inner ul {
  letter-spacing: -7px;
}

.p-map .inner ul li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
}

.p-map .inner ul li img {
  max-width: none;
  width: 100%;
}

.p-faq {
  padding: 3.75rem 0 3.125rem;
}

.p-faq dl {
  border-bottom: 1px solid #333;
  margin: 1rem 0 0;
  padding: 0 0 1rem;
  position: relative;
  cursor: pointer;
}

.p-faq dl::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f078';
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 2%;
  font-size: 1.25rem;
  color: #d2ab5e;
}

.p-faq dl.open::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f077';
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 2%;
  font-size: 1.25rem;
  color: #d2ab5e;
}

.p-faq dl dt {
  margin: 0 0 1rem;
  width: 93%;
  padding: 0 0 0 50px;
  position: relative;
}

.p-faq dl dt::before {
  content: '';
  background-image: url(../img/common/icon_faq_q.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -5px;
}

.p-faq dl dt p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-faq dl dd {
  margin: 30px 0 1rem;
  width: 93%;
  padding: 0 0 0 50px;
  position: relative;
  display: none;
}


.p-faq dl dd::before {
  content: '';
  background-image: url(../img/common/icon_faq_a.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -5px;
}

.p-faq dl dd p {
  line-height: 1.7;
}

footer {
  background: #08a543;
}

footer .foot_top {
  max-width: 750px;
  width: 95%;
  margin: 0 auto;
  padding: 2rem 0;
}

footer .foot_top .left_box {
  float: left;
}

footer .foot_top .right_box {
  float: right;
  margin: 1.5rem 0 0;
}

.clearfix {
  clear: both;
}

footer .foot_top .left_box .logo {
  max-width: 130px;
  margin: 0 0 1rem;
}

footer .foot_top .left_box .logo a {
  display: block;
}

footer .foot_top .left_box .text_bold {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}

footer .foot_top .left_box .text {
  color: #fff;
  margin: 1.5rem 0 0;
  line-height: 1.5;
}

footer .foot_top .right_box nav ul {
  display: inline-block;
  margin: 0 0 0 3rem;
}

footer .foot_top .right_box nav ul:first-child {
  margin: 0;
}

footer .foot_top .right_box nav ul li {
  margin: 0 0 2rem;
}

footer .foot_top .right_box nav ul li a {
  color: #fff;
  font-weight: 500;
}

footer .foot_top .right_box nav ul li a::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f0da';
  font-weight: 900;
  color: #fff;
  padding: 0 0.5rem 0 0;
}

footer .foot_top .link_list {
  margin: 2rem 0 0;
  text-align: center;
  letter-spacing: -7px;
}

footer .foot_top .link_list li {
  display: inline-block;
  letter-spacing: 0.05rem;
  margin: 0 0 0 2rem;
}

footer .foot_top .link_list li:first-child {
  margin: 0;
}

footer .foot_top .link_list li a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.7;
}

footer .foot_top .link_list li a::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f08e';
  font-weight: 900;
  color: #fff;
  padding: 0 0.2rem 0 0;
}

footer .foot_bottom {
  background: #fff;
  padding: 1rem 0;
}

footer .foot_bottom .left_box {
  float: left;
  margin: 0 0 0 2rem;
}

footer .foot_bottom .left_box ul {
  letter-spacing: -7px;
}

footer .foot_bottom .left_box ul li {
  letter-spacing: 0.05rem;
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 0 1rem 0 0;
  border-right: 1px solid #333;
}

footer .foot_bottom .left_box ul li:first-child {
  margin: 0;
}

footer .foot_bottom .left_box ul li a {
  font-weight: 500;
  font-size: 0.8rem;
  vertical-align: top;
}

footer .foot_bottom .right_box {
  float: right;
  margin: 0 2rem 0 0;
}

footer .foot_bottom .right_box p {
  font-weight: 500;
  font-size: 0.8rem;
}

a:hover {
  opacity: 0.5;
}

.l-container {
  margin: 0;
}

@media (max-width: 1080px) {
  .p-fv {
    margin: 0 0 5rem;
  }

  .p-concept {
    padding: 0 0 3rem;
  }

  .p-concept__top {
    height: auto;
    margin: 3rem 0;
  }

  .p-concept__ttl {
    width: 45%;
    margin: 0 0 2rem;
  }

  .p-concept__ttl .u-display-pc {
    display: none;
  }

  .p-concept__desc--fi .p-concept__img-box {
    top: 0;
  }

  .p-concept__desc--sec {
    margin: 3rem 0;
  }

  .p-concept__desc--sec .p-concept__img-box {
    top: 0;
  }

  .p-concept__en {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .p-concept__en--blue {
    top: -3.5rem;
    right: 0;
  }

  .p-concept__en--beige {
    top: -3.5rem;
    right: -4.4375rem;
  }
}

@media (max-width: 900px) {
  .l-container {
    margin: 93px 0 0;
  }

  header .inner .logo a img {
    max-width: 110px;
    width: 30%;
  }

  header .inner .logo a span {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  header .inner nav ul li a img {
    height: 25px;
  }

  header .inner nav ul li a span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-concept__en {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .p-concept__en--blue {
    top: -0.6875rem;
    right: 3.75rem;
  }

  .p-concept__en--beige {
    top: -0.6875rem;
    right: 1.25rem;
  }

  .pc_none_sp_on_img {
    display: block;
  }

  .l-header__open-btn {
    display: block;
    background-color: #08a543;
    width: 3.2rem;
    height: 3.2rem;
  }

  .l-header__open-btn span {
    width: 2rem;
    height: 0.16rem;
    left: 0.675rem;
  }

  header .inner nav {
    float: none;
    margin: 0;
    display: none;
  }

  header .inner .logo {
    display: block;
    float: none;
  }

  header .inner nav ul {
    margin: 10px auto 0;
  }

  header .inner nav ul li {
    display: block;
    margin: 0 auto;
  }

  header .inner nav ul li a {
    text-align: left;
    padding: 20px 10px;
    border-bottom: 1px solid #08a543;
    position: relative;
  }

  header .inner nav ul li a img {
    display: block;
    height: 25px;
    width: auto;
    position: absolute;
    top: calc(0% + 12.5px);
  }

  header .inner nav ul li:nth-child(5) a img {
    left: 6px;
  }

  header .inner nav ul li a span {
    display: block;
    margin: 0;
    font-size: 14px;
    padding: 0 0 0 45px;
  }


  .p-concept__ttl {
    width: 100%;
  }

  .p-concept h2 {
    font-size: 1.3rem;
  }

  .p-concept__desc--fi .p-concept__img-box {
    position: relative;
    display: none;
  }

  .p-concept__txt {
    margin: 0 0 2rem;
  }

  .p-concept__desc {
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0;
  }

  .p-concept__top {
    padding: 0;
    margin: 0;
  }

  .p-concept__desc--sec .p-concept__img-box {
    display: none;
  }

  .p-concept h3 {
    font-size: 1.2rem;
  }

  .p-concept__img {
    display: none;
  }

  .pc_none_sp_on_img.left,
  .pc_none_sp_on_img.right {
    display: inline-block;
    width: 49%;
  }

  .p-map .inner {
    width: 90%;
  }

  .p-map .inner ul li {
    display: block;
    width: 100%;
  }

  footer .foot_top .link_list {
    text-align: left;
  }

  footer .foot_top .link_list li:first-child,
  footer .foot_top .link_list li {
    margin: 5px 10px;
  }

  footer .foot_top .right_box {
    float: none;
  }

  footer .foot_top .left_box {
    float: none;
  }

  footer .foot_top .link_list {
    margin: 0;
  }

  footer .foot_top .left_box .logo {
    max-width: 150px;
  }

  footer .foot_bottom .left_box {
    float: none;
    margin: 0 0 0.5rem 1rem;
  }

  footer .foot_bottom .right_box {
    float: none;
    margin: 0 0 0 1rem;
  }
}


.cst-policy .p-access-overview {
  padding: 0;
  margin: 2rem auto;
}

.cst-policy .c-section-inner.c-section-inner--md {
  width: auto;
  padding: 0;
}

.cst-policy .c-sub-ttl.p-access-overview__ttl.js-fadeup.is-shown {
  margin: 0 auto 1rem;
}

.cst-policy .p-access-overview__info p {
  line-height: 1.7;
}


.sns_list {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  text-align: center;
  width: 95%;
  border-radius: 50px;
  padding: 10px 0;
  background: rgba(255,255,255,.7);
  max-width: 200px;
  border: 2px solid #08a543;
}

header .inner .sns_list ul li a i {
  color: #555;
  font-size: 40px;
}

header .inner .sns_list ul li {
  margin: 0 10px;
}

@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 768px) {

	.sns_list {
	  position: static;
	  width: auto;
	  max-width: none;
	  border: none;
	  padding: 0;
	  text-align: left;
	}

	header .inner .sns_list ul li {
	  display: inline-block;
	}

	header .inner .sns_list ul li a i {
	  font-size: 35px;
	}

	header .inner .sns_list ul li a {
	  border: none;
	  padding: 0;
	}

}