@charset "UTF-8";

html {
  font-size: 100%;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}

@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #222;
}

@media screen and (min-width: 768px) {

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-access {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-access {
    margin-top: 6.25rem;
  }
}

.l-app {
  margin-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .l-app {
    margin-top: 4.375rem;
  }
}

.l-cuisine {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-cuisine {
    margin-top: 6.25rem;
  }
}

.l-facility {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-facility {
    margin-top: 6.25rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-main {
  background: transparent url(../images/villa-shionoe/bg_main.webp) repeat-y center/cover;
  overflow: hidden;
}

.l-main--white {
  background-color: #fff;
}

.l-main--mt {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-main--mt {
    margin-top: 5.625rem;
  }
}

.l-plan {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-plan {
    margin-top: 6.25rem;
  }
}

.l-sightseeing {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .l-sightseeing {
    margin-top: 6.25rem;
  }
}

.l-single {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .l-single {
    margin-top: 4.375rem;
  }
}

.l-top-access {
  margin-top: -0.0625rem;
}

.l-top-app {
  margin-top: 2.625rem;
}

@media screen and (min-width: 768px) {
  .l-top-app {
    margin-top: 10rem;
  }
}

.l-top-gallery {
  margin-top: 10rem;
}

.c-anchor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 0.625rem;
}

@media screen and (min-width: 768px) {
  .c-anchor {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

.c-anchor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #878787;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-anchor__btn {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
    padding: 0.8125rem 0.625rem;
  }
}

.c-anchor__btn::after {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  background: transparent url(../images/villa-shionoe/arrow_forward-black.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .c-anchor__btn::after {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.c-btn {
  font-size: 0.875rem;
  line-height: 2.5714285714;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.125rem 0.625rem;
  border-bottom: 1px solid #878787;
  min-width: 11.25rem;
}

@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 15rem;
    font-size: 1.125rem;
    line-height: 2;
    padding: 0.625rem;
    letter-spacing: 0.1em;
  }
}

.c-btn::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 23/8;
  -webkit-mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #878787;
}

@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 1.4375rem;
  }
}

.c-btn--box {
  min-width: 19.6875rem;
  border: 1px solid #878787;
  font-weight: 500;
  padding: 0.5625rem 1.25rem;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-btn--box {
    min-width: 15rem;
    border: none;
    border-bottom: 1px solid #878787;
    font-weight: 400;
    padding: 0.625rem;
    -moz-text-align-last: left;
    text-align-last: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.c-btn--box::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-btn--box::after {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-btn--white {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.c-btn--white::after {
  background-color: #fff;
}

.c-btn--instagram {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  gap: 0.5rem;
}

.c-btn--instagram::before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/icon_instagram.svg) no-repeat center/contain;
}

.c-btn--instagram::after {
  margin-left: auto;
}

.c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 2.25;
  font-weight: 400;
  min-width: 18.75rem;
  padding: 0.5625rem 1.25rem;
  border: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .c-btn2 {
    font-size: 1rem;
  }
}

.c-btn2::after {
  content: "";
  display: inline-block;
  width: 1.6875rem;
  aspect-ratio: 27/8;
  -webkit-mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #878787;
}

.c-copy-fixed {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-copy-fixed {
    display: inline-block;
    position: fixed;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    writing-mode: sideways-rl;
    right: 1.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #F3F2EE;
    z-index: 99;
  }
}

.c-download-btn {
  display: grid;
  grid-template-columns: 132fr 68fr;
  gap: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 0.4375rem 1.0625rem 0.4375rem 1.4375rem;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
  border-radius: 0.375rem;
}

.c-download-btn__icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 132/39;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-download-btn__qr img {
  width: 100%;
  height: 100%;
  aspect-ratio: 68/68;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-hamburger {
  height: 3.75rem;
  width: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 0.875rem 0;
  z-index: 101;
}

@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger::after {
  content: "MENU";
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-top: 0.375rem;
}

.c-hamburger span {
  display: inline-block;
  width: 1.5625rem;
  height: 1px;
  background-color: #fff;
  border-radius: 100vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-hamburger span:nth-of-type(2) {
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}

.c-hamburger span:nth-of-type(3) {
  width: 1.125rem;
}

.c-hamburger.is-active {
  background-color: #978F10;
}

.c-hamburger.is-active::after {
  content: none;
}

.c-hamburger.is-active span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  position: absolute;
  width: 1.5625rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.c-image-change__image-area {
  position: relative;
  aspect-ratio: 375/203;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .c-image-change__image-area {
    width: 100%;
    aspect-ratio: 1000/540;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.c-image-change__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.c-image-change__image-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/203;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .c-image-change__image-wrap img {
    aspect-ratio: 1000/540;
  }
}

.c-image-change__image-wrap.active {
  opacity: 1;
  visibility: visible;
}

.c-image-change__image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #fff;
  background-color: rgba(89, 74, 52, .8);
  padding: 0.25rem 1.5rem;
}

.c-image-change__thumbnail-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.125rem, 1fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-image-change__thumbnail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-image-change__thumbnail-item {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-image-change__thumbnail-item {
    width: 8.125rem;
  }
}

.c-image-change__thumbnail-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 130/90;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-image-change__thumbnail-item.active img {
  outline: 2px solid #D90845;
  outline-offset: -2px;
}

.c-lower-title {
  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;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .c-lower-title {
    gap: 0.5rem;
  }
}

.c-lower-title__sub-text {
  font-size: 1rem;
  line-height: 2.25;
  font-weight: bold;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #978F10;
}

@media screen and (min-width: 768px) {
  .c-lower-title__sub-text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.c-lower-title__text {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Shippori Mincho", "YuMincho", serif;
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-lower-title__text {
    font-size: 2.25rem;
    line-height: 0.8888888889;
    letter-spacing: 0.06em;
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}

.c-lower-title__text::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #878787;
}

.c-pagination {
  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;
  gap: 0.625rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 5rem;
  }
}

.c-pagination .page-numbers {
  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;
  width: 1.875rem;
  aspect-ratio: 1/1;
  border: 1px solid #D9D9D9;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-pagination .page-numbers {
    width: 2.5rem;
  }
}

.c-pagination .page-numbers.current {
  background-color: #F6F6F6;
}

.c-pagination .page-numbers.dots {
  border: none;
  width: 0.9375rem;
}

.c-pagination .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/arrow_forward_ios-black.svg) no-repeat center/contain;
}

.c-pagination .page-numbers.prev::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/arrow_forward_ios-black.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-section-title {
  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;
  gap: 0;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-section-title {
    gap: 0.5rem;
    font-size: 2.25rem;
    line-height: 0.8888888889;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.c-section-title--narrow {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-section-title--narrow {
    font-size: 2.25rem;
    line-height: 0.8888888889;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title__en {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #978F10;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.c-section-title__en--bright {
  color: #CDC42D;
  font-weight: 300;
}

.c-section-title__en--mincho {
  font-family: "Shippori Mincho", "YuMincho", serif;
}

.c-section-title--start {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 17.25rem;
}

@media screen and (min-width: 768px) {
  .c-section-title--start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-section-title--border {
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .c-section-title--border {
    padding-bottom: 1.5625rem;
  }
}

.c-section-title--border--pc {
  padding-bottom: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  .c-section-title--border--pc {
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #878787;
  }
}

.c-section-title--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-section-title--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 17.25rem;
}

.c-tag {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #EF5F3C;
  padding: 0.3125rem 0.9375rem;
  border-radius: 1.25rem;
  border: 1px solid;
}

@media screen and (min-width: 768px) {
  .c-tag {
    font-size: 0.9375rem;
  }
}

.c-tag--blue {
  color: #54A7D4;
}

.c-tag--fill {
  background-color: #EF5F3C;
  color: #fff;
}

.c-tag--fill--blue {
  background-color: #54A7D4;
  color: #fff;
}

.c-text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-align: center;
  }
}

.c-text+.c-text {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-text--left {
    text-align: left;
  }
}

.p-access__head-inner {
  max-width: 65.625rem;
}

.p-access__head-lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-access__head-lead {
    font-size: 1.5rem;
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.p-access__head-text {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-access__head-text {
    margin-top: 1.875rem;
  }
}

.p-access__head-map {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-access__head-map {
    grid-template-columns: 420fr 530fr;
    margin-top: 5rem;
    gap: 2.5rem;
  }
}

.p-access__head-map-row {
  padding: 0.5rem 0.625rem 0.625rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-row {
    gap: 1.875rem;
    padding: 0.5rem 0.625rem 0.625rem;
  }
}

.p-access__head-map-row-head {
  font-size: 0.875rem;
  line-height: 2.2666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-row-head {
    font-size: 0.9375rem;
  }
}

.p-access__head-map-row-body {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-row-body {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
  }
}

.p-access__head-map-btn-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-btn-wrap {
    margin-top: 1.25rem;
    text-align: left;
  }
}

.p-access__head-map-recommend {
  background-color: #FFE2DB;
  border: 1px solid #EF5F3C;
  border-radius: 0.625rem;
  padding: 1.5rem 1.5rem 1.125rem 2.1875rem;
  color: #FF0000;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-recommend {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-access__head-map-recommend-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-recommend-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-access__head-map-recommend-text::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/icon_info.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.3125rem;
}

.p-access__head-map-recommend-sub-text {
  font-size: 0.75rem;
  line-height: 2.3076923077;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-access__head-map-recommend-sub-text {
    font-size: 0.8125rem;
  }
}

.p-access__guide {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-access__guide {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-access__guide-image {
  margin-top: 2.5rem;
  max-width: 49.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-access__guide-image {
    margin-top: 5rem;
  }
}

.p-access__guide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-access__guide-route-wrapper {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-wrapper {
    margin-top: 5rem;
  }
}

.p-access__guide-route:nth-of-type(n+2) {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route:nth-of-type(n+2) {
    margin-top: 5rem;
  }
}

.p-access__guide-route-head {
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-head {
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-access__guide-route-head::after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #EF5F3C;
}

.p-access__guide-route-head--blue::after {
  background-color: #54A7D4;
}

.p-access__guide-route-list {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.1875rem;
    -moz-column-gap: 3.1875rem;
    column-gap: 3.1875rem;
    row-gap: 3.125rem;
  }
}

.p-access__guide-route-list:nth-of-type(n+2) {
  counter-reset: number;
}

.p-access__guide-route-item {
  counter-increment: number;
  position: relative;
}

.p-access__guide-route-item::before {
  content: counter(number);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #fff;
  background-color: #EF5F3C;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-item::before {
    font-size: 1.875rem;
    width: 2.875rem;
  }
}

.p-access__guide-route-item--blue::before {
  background-color: #54A7D4;
}

.p-access__guide-route-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 366/250;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-access__guide-route-card-body {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-card-body {
    margin-top: 0.875rem;
  }
}

.p-access__guide-route-card-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-card-text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-access__guide-route-card-sub-text {
  font-size: 0.8125rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #EF5F3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-access__guide-route-card-sub-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-access__guide-route-card-sub-text::before {
  content: "※";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-access__parking {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}

@media screen and (min-width: 768px) {
  .p-access__parking {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-access__parking-title {
  font-size: 1.625rem;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-access__parking-title {
    font-size: 2.25rem;
    line-height: 0.8888888889;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.25rem;
  }
}

.p-access__parking-text {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-access__parking-text {
    margin-top: 2.5rem;
  }
}

.p-access__parking-image {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-access__parking-image {
    margin-top: 5rem;
  }
}

.p-access__parking-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-app__head {
    background-color: transparent;
    padding: 0;
  }
}

.p-app__head-wrapper {
  max-width: 51.375rem;
  margin-left: auto;
  margin-right: auto;
}

.p-app__head-title {
  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;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__head-title {
    font-size: 2rem;
    line-height: 1;
    gap: 0.75rem;
  }
}

.p-app__head-title-en {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #978F10;
}

@media screen and (min-width: 768px) {
  .p-app__head-title-en {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.p-app__head-container {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-app__head-container {
    margin-top: 6.25rem;
    grid-template-columns: 246fr 546fr;
    gap: 2.5rem;
  }
}

.p-app__head-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-app__head-image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-app__head-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/246;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-app__head-image img {
    aspect-ratio: 246/466;
  }
}

.p-app__head-body {
  margin-top: -1.375rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-app__head-body {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-app__head-body-image {
  background-color: #fff;
  padding: 1.25rem 0rem 1.25rem 0.8125rem;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-image {
    padding: 1.5rem 0.75rem 1.4375rem 1.6875rem;
  }
}

.p-app__head-body-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/95;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-image img {
    aspect-ratio: 507/146;
  }
}

.p-app__head-body-contents {
  margin-top: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-contents {
    margin-top: 2.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-app__head-body-lead {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #96002C;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-lead {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-app__head-body-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-top: 0;
  }
}

.p-app__head-body-download {
  margin-top: 1.875rem;
}

.p-app__head-body-download-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  color: #96002C;
}

.p-app__head-body-download-text--sm {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-download-text--sm {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-app__head-body-download-btn-wrap {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  max-width: 17.0625rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-app__head-body-download-btn-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0625rem;
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 0.5rem;
  }
}

.p-app__point {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-app__point {
    padding-top: 7.5rem;
    padding-bottom: 9.125rem;
    margin-top: 7.5rem;
  }
}

.p-app__point-inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-app__point-title {
  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;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__point-title {
    font-size: 2rem;
    line-height: 1;
    gap: 0.5rem;
  }
}

.p-app__point-title-sub {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #96002C;
}

@media screen and (min-width: 768px) {
  .p-app__point-title-sub {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-app__point-list {
  margin-top: 5.1875rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 5.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

.p-app__point-list::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: -2.625rem;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-app__point-list::before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .p-app__point-list {
    grid-template-areas: "item1 item2 item3""item4 item4 item4";
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0rem;
    padding-right: 0rem;
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-app__point-list .item1 {
    grid-area: item1;
  }
}

@media screen and (min-width: 768px) {
  .p-app__point-list .item2 {
    grid-area: item2;
  }
}

@media screen and (min-width: 768px) {
  .p-app__point-list .item3 {
    grid-area: item3;
  }
}

@media screen and (min-width: 768px) {
  .p-app__point-list .item4 {
    grid-area: item4;
  }
}

.p-app__point-item {
  position: relative;
}

.p-app__point-item:nth-of-type(n+2)::before {
  content: "";
  display: inline-block;
  width: 109.5238095238%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: -2.625rem;
  left: -0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-item:nth-of-type(n+2)::before {
    content: none;
  }
}

.p-app__point-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-app__point-card-image-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-app__point-quo-image {
  display: inline-block;
  position: absolute;
  bottom: -0.625rem;
  right: -0.9375rem;
  width: 7.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(45deg, #9DCBFF 0%, #B8D6F7 40%, #B8D6F7 60%, #86BFFF 100%);
}

@media screen and (min-width: 768px) {
  .p-app__point-quo-image {
    width: 8.3125rem;
    bottom: -1rem;
    right: -1rem;
  }
}

.p-app__point-quo-image img {
  width: 75.1879699248%;
  aspect-ratio: 186/137;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-app__point-card-image {
  width: 100%;
  max-width: 18.75rem;
  aspect-ratio: 315/300;
  overflow: hidden;
  padding: 2.1875rem 3rem 0rem;
  background-color: rgba(235, 229, 206, .2);
  border-radius: 1.875rem;
  max-height: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-image {
    aspect-ratio: 360/360;
    padding: 2.5rem 3.4375rem 0rem;
    width: 100%;
    max-height: 22.5rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: none;
    max-width: initial;
    margin-top: 0;
  }
}

.p-app__point-card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 250/541;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  border-radius: 1.25rem;
}

.p-app__point-card-image--narrow {
  padding: 1rem 1.125rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-image--narrow {
    padding: 2.25rem 2.1875rem 0;
  }
}

.p-app__point-card-image--narrow .p-app__point-best-image {
  position: absolute;
  display: inline-block;
  top: 1rem;
  right: 1.875rem;
  width: 6.375rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-image--narrow .p-app__point-best-image {
    top: 2.25rem;
    right: 2.75rem;
    width: 6.25rem;
  }
}

.p-app__point-card-image--narrow .p-app__point-best-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-app__point-card-image-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80.5555555556%;
  aspect-ratio: 290/239;
}

.p-app__point-card-image-wrap .p-app__point-card-image-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57.5862068966%;
  height: auto;
  aspect-ratio: 167/239;
  -o-object-fit: contain;
  object-fit: contain;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.p-app__point-card-image-wrap .p-app__point-card-image-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57.5862068966%;
  height: auto;
  aspect-ratio: 167/165;
  -o-object-fit: contain;
  object-fit: contain;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.p-app__point-card-body {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-body {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 1.25rem;
  }
}

.p-app__point-card-body-head {
  display: grid;
  grid-template-columns: 3.3125rem 1fr;
  gap: 0.3125rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-body-head {
    grid-template-columns: 3.5rem 1fr;
    gap: 0.625rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-app__point-card-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 0;
  font-size: 2.9375rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #96002C;
  font-family: "Shippori Mincho", "YuMincho", serif;
  margin-top: -0.75rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-number {
    font-size: 3.125rem;
    margin-top: 0;
  }
}

.p-app__point-card-number::before {
  content: "Point";
  text-transform: uppercase;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-number::before {
    font-size: 0.75rem;
    margin-bottom: -0.9375rem;
    line-height: 2.6666666667;
    margin-bottom: -0.875rem;
  }
}

.p-app__point-card-body-lead {
  font-size: 0.75rem;
  line-height: 0.9166666667;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #96002C;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-body-lead {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    font-weight: 500;
  }
}

.p-app__point-card-title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  margin-top: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-title {
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 0;
  }
}

.p-app__point-card-body-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-app__point-card-body-text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

.p-app__point-card2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2 {
    grid-template-columns: 14.5rem 1fr;
    padding: 2.5rem 3.75rem 2.75rem 3.4375rem;
    display: grid;
    background-color: #fff;
    gap: 3.8125rem;
    border-radius: 1.875rem;
    border: 1px solid #D9D9D9;
    overflow: hidden;
  }
}

.p-app__point-card2-image {
  position: relative;
  width: 100%;
  max-width: 18.75rem;
  aspect-ratio: 315/300;
  overflow: hidden;
  padding: 2.1875rem 3rem 0rem;
  background-color: #F6F6F6;
  border-radius: 1.875rem;
  max-height: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-image {
    max-width: none;
    max-width: initial;
    aspect-ratio: initial;
    padding: 0;
    background-color: transparent;
    border: 0;
    max-height: none;
    max-height: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    overflow: visible;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-app__point-card2-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 232/502;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0.6875rem;
  left: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  border-radius: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-image img {
    position: absolute;
    top: 0.6875rem;
    left: 0;
  }
}

.p-app__point-card2-body {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-body {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-app__point-card2-body-head {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 0.625rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-body-head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-app__point-card2-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 0;
  font-size: 2.9375rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #96002C;
  font-family: "Shippori Mincho", "YuMincho", serif;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -0.75rem;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-number {
    font-size: 3.125rem;
    margin-top: 0;
  }
}

.p-app__point-card2-number::before {
  content: "Point";
  text-transform: uppercase;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-number::before {
    line-height: 2.6666666667;
    margin-bottom: -0.9375rem;
    font-size: 0.75rem;
  }
}

.p-app__point-card2-body-lead {
  font-size: 0.75rem;
  line-height: 0.8461538462;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #96002C;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-body-lead {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.03em;
  }
}

.p-app__point-card2-title {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 500;
  margin-top: 0.4375rem;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__point-card2-title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 0;
  }
}

.p-app__point-card2-body-text {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.p-app__campaign {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-app__campaign {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-app__campaign::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 28rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(235, 229, 206, .2);
}

@media screen and (min-width: 768px) {
  .p-app__campaign::after {
    height: calc(100% - 24.125rem);
  }
}

.p-app__campaign-inner {
  position: relative;
}

.p-app__campaign-pop {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-pop {
    position: absolute;
    top: -10.375rem;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    aspect-ratio: 1/1;
    width: 9.3125rem;
    border-radius: 50%;
    background-color: #594A34;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.04em;
    font-weight: 500;
  }

  .p-app__campaign-pop span {
    display: inline-block;
    font-size: 0.6875rem;
    line-height: 2.4545454545;
    letter-spacing: 0.1em;
  }
}

.p-app__campaign-wrapper {
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-wrapper {
    grid-template-columns: 524fr 530fr;
    gap: 4.75rem;
  }
}

.p-app__campaign-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 2.5625rem;
  width: 100%;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-images {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    gap: 0.4375rem;
    max-width: none;
    max-width: initial;
  }
}

.p-app__campaign-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 258/490;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-app__campaign-body {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-body {
    display: block;
    padding-top: 1.875rem;
  }
}

.p-app__campaign-body-head {
  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;
  gap: 1rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-body-head {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    display: grid;
    grid-template-columns: 4.5rem 1fr;
  }
}

.p-app__campaign-body-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
  aspect-ratio: 1/1;
  width: 4.375rem;
}

.p-app__campaign-body-logo img {
  width: 66.6666666667%;
  aspect-ratio: 48/37;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-app__campaign-title {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #96002C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.0625rem;
  text-align: center;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-title {
    white-space: nowrap;
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.p-app__campaign-title-en {
  display: inline-block;
  color: #222;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-title-en {
    text-align: left;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.p-app__campaign-promotion {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 3.75rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-app__campaign-promotion-wrapper {
  background-color: #fff;
  padding: 1.25rem 1.125rem 1.6875rem 1.25rem;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-wrapper {
    background-color: transparent;
    padding: 0 0 0 1.875rem;
  }
}

.p-app__campaign-promotion-text {
  font-size: 1.0625rem;
  line-height: 1.5882352941;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-text {
    font-size: 1.25rem;
    line-height: 1.6;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.p-app__campaign-promotion-point {
  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;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #96002C;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-point {
    font-size: 2.5rem;
  }
}

.p-app__campaign-promotion-point::before {
  content: "Point";
  text-transform: uppercase;
  font-size: 0.375rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-point::before {
    font-size: 0.4375rem;
  }
}

.p-app__campaign-promotion-body {
  margin-top: 0.5625rem;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-body {
    margin-top: 0.625rem;
  }
}

.p-app__campaign-promotion-body img {
  width: 28.6875rem;
  height: 100%;
  aspect-ratio: 294/41;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-body img {
    aspect-ratio: 443/64;
  }
}

.p-app__campaign-promotion-vertical {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-vertical {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
    margin-top: auto;
  }
}

.p-app__campaign-promotion-amount {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 9.375rem;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-amount {
    max-width: none;
    max-width: initial;
  }
}

.p-app__campaign-promotion-amount img {
  width: 100%;
  aspect-ratio: 208/54;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-app__campaign-promotion-body-text {
  font-size: 2.0625rem;
  line-height: 1.0606060606;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#DA9307), color-stop(50%, #E8CF76), to(#DA9307));
  background: linear-gradient(180deg, #DA9307 0%, #E8CF76 50%, #DA9307 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-body-text {
    font-size: 3.125rem;
    line-height: 1.08;
  }
}

.p-app__campaign-promotion-annotation {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-promotion-annotation {
    margin-top: 1rem;
    font-size: 0.6875rem;
    line-height: 1.1818181818;
  }
}

.p-app__campaign-download {
  margin-top: 6.25rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-download {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 8.75rem;
  }
}

.p-app__campaign-download-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-download-text {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    margin-top: 0;
  }
}

.p-app__campaign-download-btn-wrap {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  max-width: 17.0625rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-download-btn-wrap {
    grid-template-columns: 15.25rem 15.25rem;
    gap: 1.0625rem;
    max-width: none;
    max-width: initial;
  }
}

.p-app__campaign-download-sp-pop {
  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;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #978F10;
}

.p-app__campaign-download-sp-pop span {
  display: inline-block;
  color: #222;
  font-size: 0.6875rem;
  line-height: 2.4545454545;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-app__campaign-download-sp-pop {
    display: none;
  }
}

.p-breadcrumb {
  padding-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding-top: 1.25rem;
  }
}

.p-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.p-breadcrumb li {
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Shippori Mincho", "YuMincho", serif;

}

@media screen and (min-width: 768px) {
  .p-breadcrumb li {
    font-size: 0.9375rem;
    line-height: 1.6;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.p-breadcrumb li::after {
  content: ">";
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb li::after {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.p-breadcrumb li:last-child::after {
  content: none;
}

.p-breadcrumb a {
  text-decoration: underline;
}

.p-card {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-card {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 500fr 640fr;
    gap: 3.75rem;
  }
}

.p-card__image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .p-card__image {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 0;
  }
}

.p-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 500/340;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-card__body {
  padding-top: 0.5rem;
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-card__body-head {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-card__body-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
  }
}

.p-card__title {
  font-size: 1.5625rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #978F10;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .p-card__title {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}

.p-card__title rt {
  position: absolute;
  top: -0.25rem;
  left: 0;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-card__btn-wrap {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-top: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-card__btn-wrap {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 0;
  }
}

.p-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.875rem;
  line-height: 2.5714285714;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  color: #222;
  position: relative;
  min-width: 19.6875rem;
  text-align: center;
  border: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-card__btn {
    min-width: 0;
    min-width: initial;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    gap: 0.5rem;
    padding: 0 0.5rem 0 0.375rem;
    border: none;
    color: #5B5B5B;
  }
}

@media screen and (min-width: 768px) {
  .p-card__btn::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #5B5B5B;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.p-card__btn::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 16/6;
  background: transparent url(../images/villa-shionoe/icon_arrow-single--gray.svg) no-repeat center/contain;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-card__btn::after {
    position: static;
    width: 0.75rem;
    aspect-ratio: 1/1;
    background: transparent url(../images/villa-shionoe/external-link.svg) no-repeat center/contain;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-card__tag-list {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-card__tag-list {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 0.75rem;
    gap: 0.5rem;
  }
}

.p-card__lead {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (min-width: 768px) {
  .p-card__lead {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 1.125rem;
    font-size: 1.0625rem;
    line-height: 2.3529411765;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

.p-card__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-card__text {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 0;
    line-height: 1.8571428571;
  }
}

.p-card__access {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-card__access {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: auto;
  }
}

.p-card__address a {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-card__address a {
    line-height: 2.1428571429;
    gap: 0.25rem;
  }
}

.p-card__address a::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/icon_map.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-card__address a::before {
    width: 1.6875rem;
  }
}

.p-card__tel a {
  font-size: 1rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-card__tel a {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    gap: 0.3125rem;
  }
}

.p-card__tel a::before {
  content: "";
  display: inline-block;
  width: 1.6875rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/icon_tel.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-card__tel a::before {
    width: 1.5625rem;
  }
}

.p-cuisine__head-inner {
  max-width: 65.625rem;
}

.p-cuisine__head-image {
  width: 100%;
}

.p-cuisine__head-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/160;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-cuisine__head-image img {
    aspect-ratio: 1000/536;
  }
}

.p-cuisine__head-body {
  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;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__head-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5rem;
    margin-top: 3.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-cuisine__head-lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cuisine__head-lead {
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    width: 30.4%;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-cuisine__head-text-wrap {
    width: 51.6%;
  }
}

.p-cuisine__head-links {
  margin-top: 2.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__head-links {
    margin-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-cuisine__body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__body {
    margin-top: 7.5rem;
  }
}

.p-cuisine__season {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
  background: transparent url(../images/villa-shionoe/bg_season.webp) no-repeat 20% 20%/cover;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background: transparent url(../images/villa-shionoe/bg_season.webp) no-repeat center/cover;
  }
}

.p-cuisine__season::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}

.p-cuisine__season-inner {
  max-width: 65.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-cuisine__season-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season-title {
    font-size: 1.5rem;
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.p-cuisine__season-text {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season-text {
    margin-top: 1.875rem;
  }
}

.p-cuisine__season-list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8125rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season-list {
    margin-top: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    max-width: none;
    max-width: initial;
  }
}

.p-cuisine__season-image {
  position: relative;
}

.p-cuisine__season-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 151/180;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season-image img {
    aspect-ratio: 235/280;
  }
}

.p-cuisine__season-tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 400;
  padding: 0.5625rem 0.5rem;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-cuisine__season-tag {
    padding: 0.9375rem 0.9375rem;
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-cuisine__season-tag--spring {
  background-color: rgba(239, 95, 60, .9);
}

.p-cuisine__season-tag--summer {
  background-color: rgba(237, 141, 25, .9);
}

.p-cuisine__season-tag--autumn {
  background-color: rgba(151, 143, 16, .9);
}

.p-cuisine__season-tag--winter {
  background-color: rgba(84, 167, 212, .9);
}

.p-cuisine__dinner-wrap {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: transparent url(../images/villa-shionoe/bg_dinner.webp) no-repeat center/cover;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-wrap {
    padding-top: 8.8125rem;
    padding-bottom: 12.5rem;
  }
}

.p-cuisine__dinner-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 23.5625rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-wrap::after {
    height: 63.9375rem;
  }
}

.p-cuisine__dinner-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-cuisine__dinner-head-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
  margin-top: 2.5rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-head-text {
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: 0.06em;
    margin-top: 3.75rem;
    text-align: center;
  }
}

.p-cuisine__dinner-body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-body {
    margin-top: 5rem;
  }
}

.p-cuisine__dinner-contents:nth-of-type(n+2) {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents:nth-of-type(n+2) {
    margin-top: 12.5rem;
  }
}

.p-cuisine__dinner-contents-head {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4.375rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-head {
    grid-template-columns: 1000fr 276fr;
    margin-left: calc(50% - 50vw);
    gap: 5rem;
  }
}

.p-cuisine__dinner-contents-head--reverse {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-head--reverse {
    grid-template-columns: 276fr 1000fr;
    margin-left: 0;
    margin-left: initial;
    margin-right: calc(50% - 50vw);
  }
}

.p-cuisine__dinner-contents-head--reverse .p-cuisine__dinner-contents-image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-head--reverse .p-cuisine__dinner-contents-image {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-cuisine__dinner-contents-image {
  max-width: 62.5rem;
  justify-self: flex-end;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-cuisine__dinner-contents-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/240;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-image img {
    aspect-ratio: 1000/530;
  }
}

.p-cuisine__dinner-contents-image--reverse {
  justify-self: flex-start;
}

.p-cuisine__dinner-contents-title-wrap {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-title-wrap {
    margin-top: 6.25rem;
    text-align: left;
  }
}

.p-cuisine__dinner-contents-text {
  margin-top: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-text {
    margin-top: 6.25rem;
    text-align: center;
    font-size: 1rem;
    line-height: 3.125;
    letter-spacing: 0.06em;
  }
}

.p-cuisine__dinner-contents-chef {
  margin-top: 5.625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef {
    margin-top: 7.5rem;
    grid-template-columns: 1fr auto;
    gap: 3.75rem;
  }
}

.p-cuisine__dinner-contents-chef-about {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-about {
    display: block;
    margin-top: 3.75rem;
  }
}

.p-cuisine__dinner-contents-chef-name {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-name {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    letter-spacing: 0.06em;
    text-align: left;
  }
}

.p-cuisine__dinner-contents-chef-name-en {
  width: 20rem;
  display: inline-block;
  height: auto;
  aspect-ratio: 320/39;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-name-en {
    aspect-ratio: 533/39;
    bottom: 1.5625rem;
    left: 3.875rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-name-en--sm {
    aspect-ratio: 473/39;
    bottom: 0;
  }
}

.p-cuisine__dinner-contents-chef-text {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.03em;
  font-weight: 400;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-text {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
    line-height: 2.2666666667;
    letter-spacing: 0.06em;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-cuisine__dinner-contents-chef-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-image {
    width: 15rem;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    max-width: none;
    max-width: initial;
  }
}

.p-cuisine__dinner-contents-chef-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/142;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-contents-chef-image img {
    aspect-ratio: 240/310;
  }
}

.p-cuisine__dinner-course {
  margin-top: 5rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course {
    margin-top: 8.75rem;
  }
}

.p-cuisine__dinner-course::before,
.p-cuisine__dinner-course::after {
  content: none;
  display: block;
  width: 111.2433862434vw;
  aspect-ratio: 1683/800;
  position: absolute;
  left: calc(50% - 50vw - 4.0625rem);
  background-color: #000;
  opacity: 0.3;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="90" /></filter></svg>#filter');
  -webkit-filter: blur(90px);
  filter: blur(90px);
  z-index: -1;
}

@media screen and (min-width: 768px) {

  .p-cuisine__dinner-course::before,
  .p-cuisine__dinner-course::after {
    content: "";
  }
}

.p-cuisine__dinner-course::before {
  top: -29.625rem;
}

.p-cuisine__dinner-course::after {
  bottom: -32.875rem;
}

.p-cuisine__dinner-course-title-wrap {
  text-align: center;
}

.p-cuisine__dinner-course-list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course-list {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 3.75rem;
    margin-top: 5rem;
  }
}

.p-cuisine__dinner-course-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 150/100;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course-card-image img {
    aspect-ratio: 470/321;
  }
}

.p-cuisine__dinner-course-card-body {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course-card-body {
    margin-top: 0.75rem;
    gap: 0;
  }
}

.p-cuisine__dinner-course-card-title {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course-card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-cuisine__dinner-course-card-btn {
  font-size: 0.6875rem;
  line-height: 2.2727272727;
  padding: 0rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
  border-bottom: 1px solid #878787;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course-card-btn {
    font-size: 1rem;
    line-height: 1.625;
    padding: 0.3125rem 0.625rem;
    gap: 0.625rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.p-cuisine__dinner-course-card-btn::after {
  content: "";
  display: inline-block;
  width: 0.5625rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/external-link.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-cuisine__dinner-course-card-btn::after {
    width: 0.8125rem;
  }
}

.p-cuisine__breakfast-wrap {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-wrap {
    padding-top: 8.75rem;
    padding-bottom: 10rem;
  }
}

.p-cuisine__breakfast-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 20.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 143, 16, 0)), to(#978f10));
  background: linear-gradient(to top, rgba(151, 143, 16, 0), #978f10);
  opacity: 0.16;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-wrap::after {
    height: 37.375rem;
  }
}

.p-cuisine__breakfast-inner {
  max-width: 65.625rem;
}

.p-cuisine__breakfast-image {
  margin-top: 3.75rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-image {
    margin-top: 7.5rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-cuisine__breakfast-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/530;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cuisine__breakfast-body {
  margin-top: 2.5rem;
  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;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-body {
    margin-top: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5rem;
  }
}

.p-cuisine__breakfast-lead {
  width: 92.5373134328%;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-lead {
    width: 38.1%;
    white-space: nowrap;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
  }
}

.p-cuisine__breakfast-text-wrap {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-text-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 51.6%;
  }
}

.p-cuisine__breakfast-list {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-list {
    margin-top: 1.25rem;
  }
}

.p-cuisine__breakfast-list-row {
  padding: 0.375rem 0.625rem;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.1875rem;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-list-row {
    padding: 0.375rem 1.25rem;
    grid-template-columns: 5rem 1fr;
    gap: 1.875rem;
  }
}

.p-cuisine__breakfast-list-head {
  font-size: 0.875rem;
  line-height: 2.8571428571;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-list-head {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
  }
}

.p-cuisine__breakfast-list-body {
  font-size: 0.875rem;
  line-height: 2.8571428571;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-list-body {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
  }
}

.p-cuisine__breakfast-image-list {
  margin-top: 2.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-image-list {
    margin-top: 6.25rem;
  }
}

.p-cuisine__breakfast-image-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-image-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.375rem;
  }
}

.p-cuisine__breakfast-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 361/238;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cuisine__breakfast-image-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11.5rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__breakfast-image-item {
    -ms-flex-negative: initial;
    flex-shrink: initial;
    width: auto;
    width: initial;
  }
}

.p-cuisine__breakfast-image-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 361/238;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cuisine__restaurant-wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-wrap {
    padding-top: 8.75rem;
    padding-bottom: 12.5rem;
  }
}

.p-cuisine__restaurant-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #978f10, rgba(151, 143, 16, .2));
  opacity: 0.24;
  z-index: -1;
}

.p-cuisine__restaurant-inner {
  max-width: 65.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-cuisine__restaurant-contents-wrap {
  margin-top: 8.125rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents-wrap {
    margin-top: 14.375rem;
  }
}

.p-cuisine__restaurant-contents {
  position: relative;
}

.p-cuisine__restaurant-contents::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.75rem;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5.6875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents::before {
    height: 6.25rem;
    top: -8.125rem;
  }
}

.p-cuisine__restaurant-contents:nth-of-type(n+2) {
  margin-top: 8.125rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents:nth-of-type(n+2) {
    margin-top: 14.375rem;
  }
}

.p-cuisine__restaurant-contents-title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
  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;
  gap: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents-title {
    font-size: 1.875rem;
    gap: 1.875rem;
  }
}

.p-cuisine__restaurant-contents-body {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents-body {
    margin-top: 3.75rem;
  }
}

.p-cuisine__restaurant-contents-body-text-wrap {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents-body-text-wrap {
    margin-top: 3.75rem;
  }
}

.p-cuisine__restaurant-contents-body-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents-body-text {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.06em;
  }
}

.p-cuisine__restaurant-contents-body-text--sm {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-cuisine__restaurant-contents-body-text--sm {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 2.4285714286;
    letter-spacing: 0.06em;
  }
}

.p-facility__about-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-facility__about-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-facility__about-contents {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-facility__about-contents {
    margin-top: 6.25rem;
  }
}

.p-facility__about-item:nth-of-type(n+2) {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .p-facility__about-item:nth-of-type(n+2) {
    margin-top: 5.625rem;
  }
}

.p-facility__about-card {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card {
    grid-template-columns: 500fr 640fr;
    gap: 3.75rem;
  }
}

.p-facility__about-card-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-image {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 0;
  }
}

.p-facility__about-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 500/340;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-facility__about-card-body {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-body {
    display: block;
  }
}

.p-facility__about-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-head {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    gap: 0.875rem;
  }
}

.p-facility__about-card-title {
  font-size: 1.5625rem;
  line-height: 1.6;
  color: #978F10;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}

.p-facility__about-card-contents {
  margin-top: 1.25rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-contents {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 1rem;
  }
}

.p-facility__about-card-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-text {
    font-size: 1.0625rem;
    line-height: 2.3529411765;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

.p-facility__about-card-list {
  margin-top: 1.25rem;
  border-top: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-list {
    margin-top: 1rem;
    border-top: none;
  }
}

.p-facility__about-card-list-row {
  display: grid;
  grid-template-columns: 4.0625rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.875rem 0.4375rem;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-list-row {
    grid-template-columns: 5.625rem 1fr;
    gap: 1.25rem;
    padding: 1rem 0.625rem;
  }
}

.p-facility__about-card-list-head {
  font-size: 0.875rem;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-list-head {
    font-size: 1rem;
    line-height: 1.6875;
    letter-spacing: 0.1em;
  }
}

.p-facility__about-card-list-body {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-list-body {
    font-size: 1rem;
    line-height: 1.9285714286;
  }
}

.p-facility__about-card-list-body-annotation {
  font-size: 0.625rem;
  line-height: 1.8;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-facility__about-card-list-body-annotation {
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}

.p-facility__about-card-btn-wrap {
  margin-top: 1.75rem;
}

.p-facility__etc {
  margin-top: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  background: linear-gradient(135deg, rgba(151, 143, 16, .2), #fff);
}

@media screen and (min-width: 768px) {
  .p-facility__etc {
    margin-top: 9.1875rem;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-facility__etc-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-facility__etc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  -webkit-column-gap: 1.625rem;
  -moz-column-gap: 1.625rem;
  column-gap: 1.625rem;
  row-gap: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-list {
    row-gap: 3.875rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.1875rem;
    -moz-column-gap: 3.1875rem;
    column-gap: 3.1875rem;
  }
}

.p-facility__etc-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/142;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-card-image img {
    aspect-ratio: 366/250;
  }
}

.p-facility__etc-card-body {
  margin-top: 0.875rem;
}

.p-facility__etc-card-title {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-card-title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    font-weight: 600;
  }
}

.p-facility__etc-card-text {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-card-text {
    margin-top: 0.125rem;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}

.p-facility__etc-card-text a {
  display: inline-block;
}

.p-facility__etc-card-info {
  margin-top: 0.625rem;
}

.p-facility__etc-card-info-row {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 3.75rem 1fr;
  gap: 0.625rem;
  padding: 0.875rem 0.375rem;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-card-info-row {
    grid-template-columns: 5.625rem 1fr;
    padding: 1.125rem 0.625rem;
  }
}

.p-facility__etc-card-info-head {
  font-size: 0.875rem;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-card-info-head {
    font-size: 1rem;
    line-height: 1.6875;
    letter-spacing: 0.1em;
  }
}

.p-facility__etc-card-info-body {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-facility__etc-card-info-body {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 3.875rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-float {
    display: none;
  }
}

.p-float__list {
  display: grid;
  grid-template-columns: 94fr 94fr 187fr;
  height: inherit;
}

.p-float__item {
  height: inherit;
}

.p-float__tel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(235, 229, 206, .7);
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 600;
  gap: 0.1875rem;
  padding: 0.6875rem;
}

.p-float__tel::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/villa-shionoe/icon_tel-fill.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_tel-fill.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #222222;
}

.p-float__search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(235, 229, 206, .7);
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 600;
  gap: 0.125rem;
  padding: 0.6875rem;
  border-left: 1px solid #BBB;
}

.p-float__search::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/villa-shionoe/icon_search.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #222222;
}

.p-float__reserve {
  height: 100%;
  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;
  padding: 0.6875rem;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  background-color: #978F10;
  color: #fff;
}

.p-float__reserve::after {
  content: "";
  display: inline-block;
  width: 0.6875rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/villa-shionoe/external-link.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/external-link.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #fff;
  margin-left: 0.4375rem;
}

.p-float__reserve-en {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  display: inline-block;
}

.p-footer {
  padding-top: 3.125rem;
  padding-bottom: 5.75rem;
  background-color: #0F0F0F;
  color: #fff;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-footer__inner {
  max-width: 56.875rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
}

.p-footer__head-en {
  font-size: 1.1875rem;
  line-height: 1.3684210526;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-footer__head-en {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}

.p-footer__head-ja {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .p-footer__head-ja {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}

.p-footer__nav {
  margin-top: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 2.5rem;
  }
}

.p-footer__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.4375rem;
  -moz-column-gap: 2.4375rem;
  column-gap: 2.4375rem;
  row-gap: 1.875rem;
  max-width: 18.5625rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-footer__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 4.9375rem;
    -moz-column-gap: 4.9375rem;
    column-gap: 4.9375rem;
    max-width: 45.8125rem;
  }
}

.p-footer__list-item-container {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-footer__list-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__list-item-wrap:nth-of-type(n+2) {
    margin-top: 1.875rem;
  }
}

.p-footer__list-pref {
  font-size: 0.875rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-footer__list-pref {
    font-size: 0.9375rem;
    gap: 0.625rem;
  }
}

.p-footer__list-pref span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.6875rem;
  line-height: 1.4615384615;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #878787;
}

@media screen and (min-width: 768px) {
  .p-footer__list-pref span {
    gap: 0.375rem;
    font-size: 0.8125rem;
  }
}

.p-footer__list-pref span::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1px;
  background-color: #878787;
}

.p-footer__hotel-list {
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-footer__hotel-list {
    margin-top: 0.5625rem;
  }
}

.p-footer__hotel-list-item:nth-of-type(n+2) {
  margin-top: 0.5625rem;
}

@media screen and (min-width: 768px) {
  .p-footer__hotel-list-item:nth-of-type(n+2) {
    margin-top: 0.4375rem;
  }
}

.p-footer__hotel-list-link {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.7272727273;
  font-weight: 300;
  color: #D9D9D9;
}

@media screen and (min-width: 768px) {
  .p-footer__hotel-list-link {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-footer__hotel-list-link span {
  display: inline-block;
}

@media (hover: hover) {
  .p-footer__hotel-list-link:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .p-footer__hotel-list-link:hover span {
    text-decoration: underline;
  }
}

.p-footer__btn-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin-top: 3.125rem;
  padding-top: 2.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
    padding-top: 0;
    gap: 2.5rem;
  }
}

.p-footer__btn-item {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-item {
    border-radius: 0.5rem;
  }
}

.p-footer__btn-recruit {
  width: 100%;
  max-width: 20.3125rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 325/90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  padding: 0.5625rem 0.75rem;
  overflow: hidden;
  z-index: 0;
}

.p-footer__btn-recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent url(../images/group/bg_btn-recruit.webp) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__btn-recruit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: -1;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-recruit {
    max-width: none;
    max-width: initial;
    aspect-ratio: 260/180;
    padding: 1.25rem 1rem;
  }
}

.p-footer__btn-recruit-text {
  width: 10rem;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-recruit-text {
    width: 12.5rem;
  }
}

.p-footer__btn-recruit-text img {
  width: 100%;
  aspect-ratio: 200/80;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (hover: hover) {
  .p-footer__btn-recruit:hover {
    opacity: 1;
  }

  .p-footer__btn-recruit:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.p-footer__btn-affiliation {
  width: 100%;
  max-width: 20.3125rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 325/90;
  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;
  padding: 0.375rem 1rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.p-footer__btn-affiliation::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent url(../images/group/bg_btn-affiliation.webp) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-affiliation {
    aspect-ratio: 260/180;
    padding: 1.25rem 1rem;
  }
}

.p-footer__btn-affiliation-text {
  width: 8.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-affiliation-text {
    width: 10rem;
  }
}

.p-footer__btn-affiliation-text img {
  width: 100%;
  aspect-ratio: 136/78;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-affiliation-text img {
    aspect-ratio: 160/119;
  }
}

@media (hover: hover) {
  .p-footer__btn-affiliation:hover {
    opacity: 1;
  }

  .p-footer__btn-affiliation:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.p-footer__btn-cleaning {
  border: 1px solid #96002C;
  background-color: #fff;
  width: 100%;
  max-width: 20.3125rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 325/100;
  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;
  padding: 0.625rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-cleaning {
    aspect-ratio: 260/180;
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
  }
}

.p-footer__btn-cleaning-text {
  width: 7.8125rem;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-cleaning-text {
    width: 9.0625rem;
  }
}

.p-footer__btn-cleaning-text img {
  width: 100%;
  aspect-ratio: 145/72;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__btn-group {
  border: 1px solid #96002C;
  background-color: #fff;
  width: 100%;
  max-width: 20.3125rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 325/100;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0.625rem;
  padding: 0.625rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-group {
    aspect-ratio: 260/180;
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3125rem;
  }
}

.p-footer__btn-group-head {
  color: #96002C;
  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;
  gap: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-group-head {
    font-size: 0.875rem;
  }
}

.p-footer__btn-group-head-en {
  display: inline-block;
  font-size: 0.5rem;
  line-height: 1.375;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Open Sans", "Arial", sans-serif;
}

.p-footer__btn-group-body {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-group-body {
    display: block;
  }
}

.p-footer__btn-group-logo {
  width: 5.1875rem;
}

.p-footer__btn-group-logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 83/65;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__logo {
  margin-top: 1.875rem;
  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.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    gap: 0.25rem;
    margin-top: 1.875rem;
  }
}

.p-footer__logo-image {
  width: 15rem;
}

@media screen and (min-width: 768px) {
  .p-footer__logo-image {
    width: 15.25rem;
  }
}

.p-footer__logo-image img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 64/50; */
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__logo-text {
  width: 8.5625rem;
}

@media screen and (min-width: 768px) {
  .p-footer__logo-text {
    width: 13.25rem;
  }
}

.p-footer__logo-text img {
  width: 100%;
  height: 100%;
  aspect-ratio: 212/23;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__btn-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__btn-wrap {
    margin-top: 1.3125rem;
  }
}

.p-footer__privacy {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-footer__privacy {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.p-footer__copy {
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #D9D9D9;
  display: block;
  margin-top: 1.9375rem;
  text-align: center;
  font-family: "Open Sans", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

.p-header {
  height: 3.75rem;
}

.p-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 7.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), black);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}

@media screen and (min-width: 768px) {
  .p-header {
    height: 5.625rem;
  }
}

.p-header--top {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.p-header.scrolled {
  background-color: #fff;
  position: fixed;
}

@media screen and (min-width: 768px) {
  .p-header.scrolled {
    height: 5.625rem;
  }
}

.p-header.scrolled::after {
  content: none;
}

.p-header.scrolled .p-header__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header.scrolled .p-header__logo {
  padding-bottom: 0;
}

.p-header.scrolled .p-header__logo-image--white {
  display: none;
}

.p-header.scrolled .p-header__logo-image--black {
  display: block;
}

.p-header.scrolled .p-header__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header.scrolled .p-header__nav-list {
  padding-bottom: 0;
}

.p-header.scrolled .p-header__nav-link {
  color: #222;
}

.p-header.scrolled .p-header__nav-tel {
  padding-bottom: 0;
  color: #222;
}

.p-header.scrolled .p-header__nav-tel-number::before {
  background-color: #978F10;
}

.p-header.scrolled .p-header__nav-tel-number-white {
  display: none;
}

.p-header.scrolled .p-header__nav-tel-number-black {
  display: block;
}

.p-header.scrolled .p-header__nav-reserve-btn {
  height: 5.625rem;
}

.p-header.scrolled .p-header__hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  background-color: #978F10;
  padding: 1.25rem 1.0625rem;
}

.p-header.scrolled .p-header__hamburger::after {
  content: none;
}

.p-header.is-set {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.p-header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.p-header__inner {
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 1.875rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.p-header__logo {
  width: 9.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 101;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 11.25rem;
    padding-bottom: 0;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 146/37;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-header__logo img {
    aspect-ratio: 180/46;
  }
}

.p-header__logo.open .p-header__logo-image--black {
  display: block;
}

.p-header__logo.open .p-header__logo-image--white {
  display: none;
}

.p-header__logo-image--white {
  display: block;
}

.p-header__logo-image--black {
  display: none;
}

.p-header__nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4375rem;
}

.p-header__nav-link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #fff;
  padding-bottom: 0.0625rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
  position: relative;
}

.p-header__nav-link::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .p-header__nav-link:hover {
    opacity: 1;
  }

  .p-header__nav-link:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.p-header__nav-tel {
  margin-left: 1.875rem;
  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.25rem;
  color: #fff;
  padding-bottom: 0.3125rem;
}

.p-header__nav-tel-text {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.p-header__nav-tel-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.p-header__nav-tel-number::before {
  content: "";
  display: inline-block;
  width: 1.0625rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/villa-shionoe/icon_tel-fill.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_tel-fill.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header__nav-tel-number img {
  width: 9.8125rem;
  height: 100%;
  aspect-ratio: 157/26;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__nav-tel-number-white {
  display: block;
}

.p-header__nav-tel-number-black {
  display: none;
}

.p-header__nav-reserve-btn {
  margin-left: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15rem;
  height: 5.625rem;
  background-color: #978F10;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
  font-weight: 600;
}

.p-header__nav-reserve-btn::after {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/villa-shionoe/external-link.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/external-link.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #fff;
  margin-left: 0.5rem;
}

.p-header__nav-reserve-btn-en {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
}

.p-header__drawer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  padding-top: 6.9375rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  background-color: #fff;
}

.p-header__drawer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(235, 229, 206, .2);
  z-index: -1;
}

.p-header__drawer-inner {
  height: 100%;
  overflow: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

.p-header__drawer-inner::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-inner2 {
  height: inherit;
  min-height: 30rem;
}

.p-header__drawer-item:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

.p-header__drawer-link {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

.p-header__drawer-tel {
  margin-top: 3.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.125rem;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  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;
  gap: 0.25rem;
}

.p-header__drawer-tel-text {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

.p-header__drawer-tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Shippori Mincho", "YuMincho", serif;
  gap: 0.375rem;
}

.p-header__drawer-tel-number::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  aspect-ratio: 50/41;
  -webkit-mask-image: url(../images/villa-shionoe/icon_freedial.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_freedial.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #978F10;
}

.p-header__drawer-tel-time {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 2.7692307692;
  font-weight: 400;
}

.p-header__drawer-external-list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.375rem;
}

.p-header__drawer-external-link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
  text-decoration: underline;
}

.p-header__drawer-external-link::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/external-link.svg) no-repeat center/contain;
}

.p-header__drawer-banner-list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-header__drawer-banner-list {
    margin-top: 1.875rem;
  }
}

.p-header__drawer-banner-item {
  width: 20.3125rem;
  aspect-ratio: 325/90;
  margin-left: auto;
  margin-right: auto;
}

.p-header__drawer-banner-item:nth-of-type(n+2) {
  margin-top: 0.375rem;
}

.p-header__drawer-banner-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9375rem 1.375rem;
  border: 1px solid #96002C;
  background-color: #fff;
}

.p-header__drawer-banner-app-image {
  width: 3.75rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, .15);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header__drawer-banner-app-image img {
  width: 2.5rem;
  aspect-ratio: 40/31;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__drawer-banner-app-name {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #96002C;
  white-space: nowrap;
}

.p-header__drawer-banner-app-text {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #96002C;
  margin-top: 0.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1875rem;
}

.p-header__drawer-banner-app-text::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/icon_arrow-purple.svg) no-repeat center/contain;
}

.p-header__drawer-banner-recruit {
  background: transparent url(../images/villa-shionoe/bg_btn-recruit.webp) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.5625rem 0.6875rem;
  position: relative;
  z-index: 0;
}

.p-header__drawer-banner-recruit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: -1;
}

.p-header__drawer-banner-recruit-text {
  width: 10rem;
}

.p-header__drawer-banner-recruit-text img {
  width: 100%;
  aspect-ratio: 160/67;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__drawer-bottom {
  margin-top: 1.875rem; 

}

.p-header__drawer-logo {
  width: 9.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-header__drawer-logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 146/37;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__drawer-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
}

.p-header__drawer-address {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 400;
}

.p-header__drawer-sns-list {
  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;
  gap: 1.5rem;
  margin-top: 1.875rem;
}

.p-header__drawer-sns-link {
  display: inline-block;
  width: 1.625rem;
}

.p-header__drawer-sns-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__drawer-copy {
  display: block;
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Open Sans", "Arial", sans-serif;
  margin-top: 3.75rem;
  color: #878787;
  padding-bottom: 8.75rem;
}

.p-hotspring__head {
  padding-bottom: 3.75rem;
  background: linear-gradient(135deg, rgba(151, 143, 16, .2), #fff);
}

@media screen and (min-width: 768px) {
  .p-hotspring__head {
    padding-bottom: 7.5rem;
  }
}

.p-hotspring__head-inner {
  max-width: 65.625rem;
}

.p-hotspring__head-wrapper {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__head-wrapper {
    margin-top: 6.25rem;
  }
}

.p-hotspring__head-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/160;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-hotspring__head-image img {
    aspect-ratio: 1000/536;
  }
}

.p-hotspring__head-body {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__head-body {
    grid-template-columns: 203fr 516fr;
    margin-top: 3.75rem;
    gap: 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-hotspring__head-lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-hotspring__head-lead {
    font-size: 1.5rem;
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-align: left;
  }
}

.p-hotspring__head-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-hotspring__head-text {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
    letter-spacing: 0.06em;
  }
}

.p-hotspring__head-text:nth-of-type(n+2) {
  margin-top: 1.25rem;
}

.p-hotspring__about {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__about {
    margin-top: 7.5rem;
  }
}

.p-hotspring__about-contents:nth-of-type(n+2) {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__about-contents:nth-of-type(n+2) {
    margin-top: 7.5rem;
  }
}

.p-hotspring__card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-wrapper {
    margin-left: calc(50% - 50vw);
    grid-template-columns: 940fr 336fr;
    gap: 5rem;
  }
}

.p-hotspring__card-wrapper--reverse {
  grid-template-columns: 1fr;
  gap: 4.375rem;
  margin-left: 0;
  margin-left: initial;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-wrapper--reverse {
    margin-right: calc(50% - 50vw);
    grid-template-columns: 343fr 940fr;
    gap: 2.5rem;
  }
}

.p-hotspring__card-image {
  max-width: 58.75rem;
  justify-self: flex-end;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-hotspring__card-image--reverse {
  justify-self: flex-start;
}

.p-hotspring__card-title {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-title {
    padding-top: 2.5rem;
  }
}

.p-hotspring__card-text-wrap {
  padding: 1.875rem 1.875rem;
  background-color: #fff;
  margin-top: -1.875rem;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-text-wrap {
    margin-top: -6.25rem;
    width: 48.8125rem;
    max-width: none;
    max-width: initial;
    padding: 2.5rem 3.125rem;
    margin-right: 0;
    margin-right: initial;
    margin-left: auto;
  }
}

.p-hotspring__card-text-wrap--reverse {
  margin-left: calc(50% - 50vw);
  margin-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-text-wrap--reverse {
    margin-left: 0;
    margin-left: initial;
    margin-right: auto;
  }
}

.p-hotspring__card-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-hotspring__card-text {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.06em;
  }
}

.p-hotspring__card-text:nth-of-type(n+2) {
  margin-top: 1.25rem;
}

.p-hotspring__information {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information {
    margin-top: 8.75rem;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-hotspring__information-inner {
  max-width: 55.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-hotspring__information-list {
  margin-top: 2.5rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-list {
    margin-top: 3.75rem;
  }
}

.p-hotspring__information-list-row {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  border-top: 1px solid #D9D9D9;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-list-row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    grid-template-columns: 10rem 1fr;
    gap: 1.875rem;
  }
}

.p-hotspring__information-list-row:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.p-hotspring__information-list-head {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-list-head {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-hotspring__information-list-body {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-list-body {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-hotspring__information-request {
  margin-top: 5rem;
  padding: 2.375rem 0.8125rem 2.625rem 1.25rem;
  background-color: #FFF0F4;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request {
    padding: 3.25rem 3.75rem 3.75rem;
    border-radius: 1.25rem;
  }
}

.p-hotspring__information-request-head {
  display: grid;
  grid-template-columns: 5.125rem 1fr;
  gap: 0.5rem;
  -webkit-column-gap: 0.8125rem;
  -moz-column-gap: 0.8125rem;
  column-gap: 0.8125rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-template-areas: "item1 item2""item3 item3";
}

.p-hotspring__information-request-head .item1 {
  grid-area: item1;
}

.p-hotspring__information-request-head .item2 {
  grid-area: item2;
}

.p-hotspring__information-request-head .item3 {
  grid-area: item3;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-head {
    grid-template-columns: 5.9375rem 1fr;
    gap: 1.4375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-hotspring__information-request-icon {
  padding-left: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-icon {
    padding-left: 0;
  }
}

.p-hotspring__information-request-icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 95/125;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-hotspring__information-request-head-body {
  padding-top: 0.25rem;
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-head-body {
    padding-top: 0.625rem;
    display: block;
  }
}

.p-hotspring__information-request-title {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #CC6182;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-title {
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-hotspring__information-request-title span {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.681818;
  font-weight: 800;
  margin-left: -0.25rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-title span {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-left: 0;
  }
}

.p-hotspring__information-request-text {
  margin-top: 1.3125rem;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.p-hotspring__information-request-list {
  margin-top: 1.25rem;
  padding-right: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-list {
    padding-right: 0;
    margin-top: 2.125rem;
  }
}

.p-hotspring__information-request-list-row {
  padding: 1rem 1rem;
  background-color: #fff;
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-list-row {
    grid-template-columns: 7.5rem 1fr;
    gap: 1.125rem;
    padding: 1.25rem 1.875rem;
  }
}

.p-hotspring__information-request-list-row:nth-of-type(n+2) {
  margin-top: 0.625rem;
}

.p-hotspring__information-request-list-head {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #CC6182;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-list-head {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.p-hotspring__information-request-list-body {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-hotspring__information-request-list-body {
    line-height: 1.8461538462;
  }
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  display: block;
}

.p-loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 143, 16, .07)), to(rgba(151, 143, 16, 0)));
  background: linear-gradient(to top, rgba(151, 143, 16, .07), rgba(151, 143, 16, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* 2回目以降（.is-loaded があるとき）は初期から非表示にしておく */
.is-loaded .p-loading {
  opacity: 0;
  visibility: hidden;
}

.p-loading__inner {
  height: inherit;
}

.p-loading__wrapper {
  height: inherit;
  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;
}

.p-loading__image {
  width: 12.9375rem;
}

.p-loading__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 207/53;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-mv {
  width: 100%;
  height: 14.375rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-mv {
    height: 42.5rem;
  }
}

.p-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-mv--facility {
  background: transparent url(../images/villa-shionoe/mv_facility.webp) no-repeat center/cover;
}

.p-mv--sightseeing {
  background: transparent url(../images/villa-shionoe/mv_sightseeing.webp) no-repeat center/cover;
}

.p-mv--hotspring {
  background: transparent url(../images/villa-shionoe/mv_hotspring.webp) no-repeat center/cover;
}

.p-mv--rooms {
  background: transparent url(../images/villa-shionoe/mv_rooms.webp) no-repeat center/cover;
}

.p-mv--cuisine {
  background: transparent url(../images/villa-shionoe/mv_cuisine.webp) no-repeat center/cover;
}

.p-mv--plan {
  background: transparent url(../images/villa-shionoe/mv_plan.webp) no-repeat center/cover;
}

.p-mv--access {
  background: transparent url(../images/villa-shionoe/mv_access.webp) no-repeat center/cover;
}

.p-mv__inner {
  height: inherit;
}

.p-mv__wrapper {
  height: inherit;
  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;
}

.p-mv__title {
  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;
  gap: 0;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.25rem;
    line-height: 0.8888888889;
    gap: 0.5rem;
    font-weight: 400;
  }
}

.p-mv__title-en {
  display: inline-block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 400;
  color: #CDC42D;
}

@media screen and (min-width: 768px) {
  .p-mv__title-en {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-mv__scroll {
  position: absolute;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-mv__scroll {
    height: 6.25rem;
  }
}

.p-mv__scroll::before {
  content: "";
  display: inline-block;
  height: 100%;
  background-color: #fff;
  width: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

.p-news-card {
  display: grid;
  grid-template-columns: 120fr 200fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-news-card {
    display: block;
  }
}

.p-news-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 366/250;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-news-card__body {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-news-card__body {
    margin-top: 1.25rem;
  }
}

.p-news-card__category {
  margin-top: 0.125rem;
}

@media screen and (min-width: 768px) {
  .p-news-card__category {
    margin-top: 0;
  }
}

.p-news-card__date {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-weight: 500;
  color: #978F10;
}

@media screen and (min-width: 768px) {
  .p-news-card__date {
    font-size: 0.9375rem;
    line-height: 1.0666666667;
    font-weight: 400;
  }
}

.p-news-card__title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-news-card__title {
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.p-news {
  padding-bottom: 6.25rem;
  padding-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .p-news {
    padding-bottom: 12.5rem;
    padding-top: 4.375rem;
  }
}

.p-news__head-text {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-news__head-text {
    font-size: 1rem;
  }
}

.p-news__body {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-news__body {
    margin-top: 8.8125rem;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.1875rem;
    -moz-column-gap: 3.1875rem;
    column-gap: 3.1875rem;
    row-gap: 3.75rem;
  }
}

.p-news__pagination {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 6.25rem;
  }
}

.p-page-top-wrapper {
  position: relative;
  z-index: 0;
}

.p-page-top-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 24.125rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-page-top-wrapper::after {
    inset: 0;
    height: 100%;
  }
}

.p-plan__head-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__head-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-plan__body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-plan__body {
    margin-top: 6.25rem;
  }
}

.p-plan__family-head-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-plan__family-head-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-wrapper {
    margin-left: calc(50% - 50vw);
    grid-template-columns: 940fr 336fr;
    gap: 5rem;
  }
}

.p-plan__family-head-image {
  max-width: 58.75rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-image {
    margin-left: auto;
    margin-right: auto;
    justify-self: flex-end;
  }
}

.p-plan__family-head-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/200;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-image img {
    aspect-ratio: 940/510;
  }
}

.p-plan__family-head-body {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-body {
    margin-top: 6.25rem;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-text-wrap {
    margin-top: 2.5rem;
  }
}

.p-plan__family-head-title {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-title {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-plan__family-head-text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__family-head-text {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-plan__family-body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-body {
    margin-top: 7.5rem;
  }
}

.p-plan__family-body-inner {
  max-width: 65.625rem;
}

.p-plan__family-list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-list {
    margin-top: 3.75rem;
  }
}

.p-plan__family-item:not(:first-child) {
  padding-top: 2.5rem;
  border-top: 1px solid #D9D9D9;
}

.p-plan__family-item:not(:last-child) {
  padding-bottom: 2.5rem;
}

.p-plan__family-card {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-card {
    grid-template-columns: 460fr 490fr;
    gap: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-plan__family-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/214;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-plan__family-card-image img {
    aspect-ratio: 460/310;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__family-card-body {
    margin-top: 1.25rem;
  }
}

.p-plan__family-card-title {
  font-size: 1.5625rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #978F10;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-plan__family-card-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

.p-plan__family-card__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-card__tag-list {
    margin-top: 0.625rem;
    gap: 0.3125rem;
  }
}

.p-plan__family-card-lead {
  margin-top: 1.3125rem;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-plan__family-card-lead {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
    letter-spacing: 0.06em;
  }
}

.p-plan__family-card-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__family-card-text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-plan__family-indoor {
  margin-top: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-plan__family-indoor {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 8.75rem;
  }
}

.p-plan__family-indoor-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-indoor-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-plan__family-indoor-list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-plan__family-indoor-list {
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.1875rem;
  }
}

.p-plan__family-indoor-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/142;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-plan__family-indoor-card-image img {
    aspect-ratio: 366/250;
  }
}

.p-plan__family-indoor-card-body {
  margin-top: 0.875rem;
}

.p-plan__family-indoor-card-title {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-plan__family-indoor-card-title {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-plan__family-indoor-card-text {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__family-indoor-card-text {
    margin-top: 0.125rem;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-plan__pet {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet {
    margin-top: 8.75rem;
  }
}

.p-plan__pet-head-inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-plan__pet-head-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-wrapper {
    margin-right: calc(50% - 50vw);
    grid-template-columns: 336fr 940fr;
    gap: 5rem;
  }
}

.p-plan__pet-head-body {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-body {
    margin-top: 6.25rem;
    display: block;
  }
}

.p-plan__pet-head-text-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-text-wrap {
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-plan__pet-head-text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-text {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-plan__pet-head-image {
  max-width: 58.75rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-image {
    margin-left: auto;
    margin-right: auto;
    justify-self: flex-start;
  }
}

.p-plan__pet-head-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/200;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-head-image img {
    aspect-ratio: 940/510;
  }
}

.p-plan__pet-body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body {
    margin-top: 7.5rem;
  }
}

.p-plan__pet-body-inner {
  max-width: 65.625rem;
}

.p-plan__pet-body-list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body-list {
    margin-top: 3.75rem;
  }
}

.p-plan__pet-body-item:not(:first-child) {
  padding-top: 2.5rem;
  border-top: 1px solid #D9D9D9;
}

.p-plan__pet-body-item:not(:last-child) {
  padding-bottom: 2.5rem;
}

.p-plan__pet-body-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body-card {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 460fr 490fr;
    gap: 3.125rem;
  }
}

.p-plan__pet-body-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/214;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body-card-image img {
    aspect-ratio: 460/310;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body-card-body {
    margin-top: 2.5rem;
  }
}

.p-plan__pet-body-card-title {
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #978F10;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body-card-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}

.p-plan__pet-body-card-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-body-card-text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-plan__pet-information {
  margin-top: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-plan__pet-information-inner {
  max-width: 53.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-plan__pet-information-contents {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-contents {
    margin-top: 5rem;
  }
}

.p-plan__pet-information-annotation {
  background-color: #FFE2DB;
  border: 1px solid #EF5F3C;
  border-radius: 0.625rem;
  padding: 0.875rem 1rem 0.6875rem 0.9375rem;
  color: #FF0000;
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-annotation {
    padding: 1.75rem 1.8125rem 1.1875rem 1.8125rem;
  }
}

.p-plan__pet-information-annotation::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin-top: 0.1875rem;
  background: transparent url(../images/villa-shionoe/icon_info.svg) no-repeat center/contain;
}

.p-plan__pet-information-annotation-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-annotation-text {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

.p-plan__pet-information-annotation--sub-text {
  font-size: 0.6875rem;
  line-height: 2.1818181818;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-annotation--sub-text {
    margin-top: 0;
    font-size: 0.8125rem;
    line-height: 2.6153846154;
    letter-spacing: 0.06em;
  }
}

.p-plan__pet-information-list {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list {
    margin-top: 2.5rem;
  }
}

.p-plan__pet-information-list-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list-row {
    grid-template-columns: 12.5rem 1fr;
    padding: 1.25rem 1.875rem;
  }
}

.p-plan__pet-information-list-head {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list-head {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-plan__pet-information-list-text {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list-text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-plan__pet-information-list-strong {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list-strong {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-plan__pet-information-list-strong span {
  display: inline-block;
  color: #978F10;
}

.p-plan__pet-information-list-sub-text {
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list-sub-text {
    line-height: 2.3076923077;
  }
}

.p-plan__pet-information-list-annotation {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-plan__pet-information-list-annotation {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
  }
}

.p-reserve {
  margin-top: 12rem;
}

@media screen and (min-width: 768px) {
  .p-reserve {
    margin-top: 5rem;
  }
}

.p-reserve__title {
  text-align: center;
  color: #fff;
  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;
  gap: 0;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-reserve__title {
    gap: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}

.p-reserve__title-en {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-reserve__title-en {
    font-size: 2.5rem;
    line-height: 0.9;
  }
}

.p-reserve__form {
  max-width: 20.9375rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, .94);
  padding: 1.75rem 1.25rem 1.875rem 1.25rem;
  border-radius: 0.5rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form {
    padding: 2.5rem;
    border-radius: 1.25rem;
    margin-top: 2.5rem;
    max-width: 38.25rem;
  }
}

.p-reserve__form input[type=checkbox] {
  border: 1px solid #5B5B5B;
  background-color: #F6F6F6;
  width: 0.875rem;
  aspect-ratio: 1/1;
  border-radius: 0.125rem;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-reserve__form input[type=checkbox] {
    width: 0.8125rem;
  }
}

.p-reserve__form-day-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-head {
    gap: 1.5rem;
  }
}

.p-reserve__form-mitei-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-mitei-wrap {
    gap: 0.625rem;
  }
}

.p-reserve__form-mitei-label {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #5B5B5B;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-mitei-label {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    letter-spacing: 0.03em;
  }
}

#searchtypearea,
#ryokinarea {
  display: none;
}

.booking {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .booking {
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: 500;
  }
}

.p-reserve__input-lg {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 500;
  padding: 0.5rem;
  width: 5.125rem;
  border: 1px solid #D9D9D9;
  text-align: center;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__input-lg {
    width: 5rem;
    padding: 0.5rem 0.9375rem;
    border-radius: 0.125rem;
  }
}

.p-reserve__input {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 500;
  padding: 0.5rem 0.9375rem;
  width: 5rem;
  border: 1px solid #D9D9D9;
  text-align: center;
  width: 4.375rem;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__input {
    width: 3.125rem;
    border-radius: 0.125rem;
  }
}

.p-reserve__form-day-body {
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body {
    margin-top: 0.5rem;
  }
}

.p-reserve__form-day-body-container {
  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.75rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
}

.p-reserve__form-day-body-select-label {
  display: inline-block;
  position: relative;
}

.p-reserve__form-day-body-select-label::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  right: 1.8125rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-select-label::after {
    right: 1.125rem;
  }
}

.p-reserve__form-day-body-select-label::before {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  aspect-ratio: 7/6;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-select-label::before {
    width: 0.375rem;
    aspect-ratio: 6/7;
    right: 0.375rem;
  }
}

.p-reserve__form-day-body-select-label select {
  width: 5.125rem;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 500;
  padding: 0.5rem 1.75rem 0.5rem 0.25rem;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #222;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-select-label select {
    width: 3.75rem;
    padding: 0.5rem 1.375rem 0.5rem 0.5rem;
  }
}

.p-reserve__form-day-body-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.p-reserve__form-day-body-input-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-input-label {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    font-weight: 500;
  }
}

.p-reserve__form-day-body-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-select-wrap {
    margin-left: 1.25rem;
  }
}

.p-reserve__form-day-body-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-day-body-select-container {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    font-weight: 500;
  }
}

.p-reserve__form-ninzu {
  margin-top: 1.25rem;
}

.p-reserve__form-ninzu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-head {
    gap: 1.0625rem;
  }
}

.p-reserve__form-ninzu-wrap {
  margin-left: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.p-reserve__form-ninzu-label {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  color: #5B5B5B;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-label {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    letter-spacing: 0.03em;
  }
}

.p-reserve__form-ninzu-annotation {
  display: none;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-annotation {
    display: inline-block;
  }
}

.p-reserve__form-ninzu-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3125rem;
  margin-top: 0.625rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-body {
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    margin-top: 0.5625rem;
  }
}

.p-reserve__form-ninzu-body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 10.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-body-head {
    max-width: none;
    max-width: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    gap: 0.5rem;
  }
}

.p-reserve__form-ninzu-body-head-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

.p-reserve__form-ninzu-body-head-select-label {
  display: inline-block;
  position: relative;
}

.p-reserve__form-ninzu-body-head-select-label::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  right: 1.125rem;
}

.p-reserve__form-ninzu-body-head-select-label::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  aspect-ratio: 6/7;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-reserve__form-ninzu-body-head-select-label select {
  width: 3.4375rem;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 500;
  padding: 0.0625rem 1.9375rem 0.0625rem 0.875rem;
  text-align: center;
  color: #222;
  -moz-text-align-last: center;
  text-align-last: center;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-body-head-select-label select {
    width: 3.125rem;
    padding: 0.5rem 1.3125rem 0.5rem 0.25rem;
  }
}

.p-reserve__form-ninzu-body-child {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.25rem;
  max-width: 10.75rem;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-body-child {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    max-width: initial;
  }
}

.p-reserve__form-ninzu-body-child-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-reserve__form-ninzu-body-child-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.25rem;
}

.p-reserve__form-ninzu-body-child-head-wrap span {
  display: inline-block;
  font-size: 0.5625rem;
  line-height: 1.4444444444;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

.p-reserve__form-ninzu-body-child-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

.p-reserve__form-ninzu-body-child-select-label {
  display: inline-block;
  position: relative;
}

.p-reserve__form-ninzu-body-child-select-label::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  right: 1.125rem;
}

.p-reserve__form-ninzu-body-child-select-label::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  aspect-ratio: 6/7;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-reserve__form-ninzu-body-child-select-label select {
  width: 3.4375rem;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 500;
  padding: 0.0625rem 1.9375rem 0.0625rem 0.875rem;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #222;
}

@media screen and (min-width: 768px) {
  .p-reserve__form-ninzu-body-child-select-label select {
    padding: 0.0625rem 1.75rem 0.0625rem 0.6875rem;
  }
}

.p-reserve__form-btn-wrap {
  margin-top: 1.875rem;
  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;
  gap: 0.625rem;
}

.p-reserve__form-btn-search {
  min-width: 19.375rem;
  text-align: center;
  background-color: #978F10;
  color: #fff;
  border-radius: 100vh;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.6em;
  font-weight: bold;
  font-family: "Shippori Mincho", "YuMincho", serif;
  padding: 0.875rem 1.25rem 0.8125rem;
}

.p-reserve__form-btn-cancel {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-decoration: underline;
  color: #222;
}

.p-rooms-contents__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__head {
    grid-template-columns: auto 1fr;
    gap: 6.25rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-rooms-contents__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__text {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.06em;
  }
}

.p-rooms-contents__body {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__body {
    margin-top: 3.75rem;
  }
}

.p-rooms-contents__list {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__list {
    margin-top: 2.5rem;
  }
}

.p-rooms-contents__list-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.875rem 0.625rem;
  border-bottom: 1px solid #878787;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__list-row {
    grid-template-columns: 260fr 670fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 1.875rem;
  }
}

.p-rooms-contents__list-head {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__list-head {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
  }
}

.p-rooms-contents__list-body {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__list-body {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
  }
}

.p-rooms-contents__btn-wrap {
  margin-top: 1.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__btn-wrap {
    margin-top: 2.5rem;
    text-align: right;
  }
}

.p-rooms-contents__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 19.6875rem;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border: 1px solid #878787;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__btn {
    min-width: 18.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 400;
    padding: 0.5625rem 1.1875rem;
  }
}

.p-rooms-contents__btn::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 16/6;
  background: transparent url(../images/villa-shionoe/icon_arrow-single--gray.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-rooms-contents__btn::after {
    position: static;
    width: 1.6875rem;
    aspect-ratio: 27/8;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    aspect-ratio: 27/8;
  }
}

.p-rooms__head {
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 0;
}

.p-rooms__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #978f10, rgba(151, 143, 16, 0));
  z-index: -1;
  opacity: 0.2;
}

.p-rooms__head-inner {
  max-width: 65.625rem;
}

.p-rooms__inner {
  max-width: 65.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-rooms__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-rooms__head-wrapper {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-rooms__head-wrapper {
    margin-top: 6.25rem;
  }
}

.p-rooms__head-image {
  width: 100%;
}

.p-rooms__head-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/160;
}

@media screen and (min-width: 768px) {
  .p-rooms__head-image img {
    aspect-ratio: 1000/536;
  }
}

.p-rooms__head-body {
  margin-top: 2.5rem;
  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;
  gap: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-rooms__head-body {
    padding-left: 0;
    padding-right: 0;
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5rem;
  }
}

.p-rooms__head-lead {
  width: 60.3174603175%;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-rooms__head-lead {
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 2.0833333333;
    letter-spacing: 0.06em;
    width: 22.8%;
    text-align: left;
  }
}

.p-rooms__head-text-wrap {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-rooms__head-text-wrap {
    margin-top: 0;
    width: 51.6%;
  }
}

.p-rooms__head-links {
  margin-top: 2.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-rooms__head-links {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5rem;
  }
}

.p-rooms__twin {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .p-rooms__twin {
    margin-top: 7.5rem;
  }
}

.p-rooms__double {
  margin-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .p-rooms__double {
    margin-top: 7.5rem;
  }
}

.p-rooms__japan-wrap {
  margin-top: 6.25rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-rooms__japan-wrap {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-rooms__japan-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(315deg, #978f10, rgba(151, 143, 16, .4));
  opacity: 0.3;
}

.p-rooms__suite-wrap {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background: transparent url(../images/villa-shionoe/bg_brown.webp) no-repeat center/cover;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-rooms__suite-wrap {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-rooms__suite-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(45deg, black, rgba(0, 0, 0, 0));
  opacity: 0.6;
}

.p-rooms__junior {
  color: #fff;
}

.p-rooms__suite {
  color: #fff;
  margin-top: 7.5rem;
}

.p-sightseeing__spot-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__spot-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-sightseeing__spot-head {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__spot-head {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-sightseeing__spot-body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__spot-body {
    margin-top: 6.25rem;
  }
}

.p-sightseeing__spot-item:not(:last-child) {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__spot-item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .p-sightseeing__spot-item {
    padding-bottom: 0;
  }
}

.p-sightseeing__spot-item:nth-of-type(n+2) {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__spot-item:nth-of-type(n+2) {
    margin-top: 5.625rem;
  }
}

.p-sightseeing__golf {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 9.1875rem;
  background: linear-gradient(135deg, rgba(151, 143, 16, .2), #fff);
}

@media screen and (min-width: 768px) {
  .p-sightseeing__golf {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-sightseeing__golf-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__golf-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-sightseeing__golf-list {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__golf-list {
    margin-top: 5rem;
  }
}

.p-sightseeing__golf-item:not(:last-child) {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__golf-item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .p-sightseeing__golf-item {
    padding-bottom: 0;
  }
}

.p-sightseeing__golf-item:nth-of-type(n+2) {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-sightseeing__golf-item:nth-of-type(n+2) {
    margin-top: 5.625rem;
  }
}

.p-single {
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .p-single {
    padding-bottom: 10rem;
  }
}

.p-single__inner {
  max-width: 46.875rem;
}

.p-single__head {
  text-align: left;
}

.p-single__date {
  display: block;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 400;
  color: #978F10;
  text-align: left;
  font-family: "Open Sans", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-single__date {
    text-align: center;
    font-size: 1.25rem;
  }
}

.p-single__title {
  font-size: 1.25rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 0.5rem;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 2.25rem;
  }
}

.p-single__thumbnail {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-single__thumbnail {
    margin-top: 3.75rem;
  }
}

.p-single__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single__body {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-single__body {
    margin-top: 2.5rem;
  }
}

.p-single__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single__body *+* {
  margin-top: 1.25rem;
}

.p-single__body h4 {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #978F10;
  color: #978F10;
  margin-left: 0.625rem;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-single__body h4 {
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    padding-left: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-single__body h5 {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #978F10;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: bold;
  padding-left: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-single__body h5 {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-left: 0;
    padding-left: 1.25rem;
  }
}

.p-single__body h6 {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-top: 0.1875rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-single__body h6 {
    margin-top: 2.25rem;
    font-size: 1rem;
    line-height: 2;
    padding-left: 1.25rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #222;
  }
}

.p-single__body p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-single__body p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.03em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-single__pagination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #D9D9D9;
  position: relative;
  margin-top: 3.75rem;
  min-height: 5.625rem;
  max-width: 94.0298507463%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-single__pagination {
    margin-top: 5rem;
    max-width: none;
    max-width: initial;
    min-height: 9.375rem;
  }
}

.p-single__pagination::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-single__pagination-link.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0.625rem 0.5rem 0;
  font-size: 0.75rem;
  line-height: 2.6666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-single__pagination-link.prev {
    padding: 1.875rem 3.75rem 1.75rem 1.25rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    gap: 0.5rem;
  }
}

.p-single__pagination-link.prev a {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (min-width: 768px) {
  .p-single__pagination-link.prev a {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.p-single__pagination-link.next {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.5rem 0 0.5rem 0.6875rem;
  font-size: 0.75rem;
  line-height: 2.6666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .p-single__pagination-link.next {
    padding: 1.875rem 1.25rem 1.75rem 3.75rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    gap: 0.5rem;
  }
}

.p-single__pagination-link.next a {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-single__pagination-link.next a {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
  }
}

@media (hover: hover) {
  .p-single__pagination-link:hover {
    opacity: 1;
    color: #978F10;
  }

  .p-single__pagination-link:hover a {
    text-decoration: underline;
    opacity: 1;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
  }
}

.p-single__btn-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-top-access {
  background-color: #fff;
  padding-bottom: 4.375rem;
  position: relative;
  z-index: 0;
}

.p-top-access::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(184, 178, 157, .2);
}

@media screen and (min-width: 768px) {
  .p-top-access::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .p-top-access {
    padding-bottom: 0;
    padding-top: 8.75rem;
  }
}

.p-top-access__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-access__wrapper {
    grid-template-columns: 840fr 672fr;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: rgba(184, 178, 157, .2);
  }
}

.p-top-access__image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-top-access__image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-top-access__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/259;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-top-access__image img {
    aspect-ratio: 840/580;
  }
}

.p-top-access__body {
  text-align: center;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-top-access__body {
    margin-top: 0;
  }
}

.p-top-access__text {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-top-access__text {
    margin-top: 3.75rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.p-top-access__btn-wrap {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-top-access__btn-wrap {
    margin-top: 3.125rem;
  }
}

.p-top-app__inner {
  max-width: 65.625rem;
}

.p-top-app__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-top-app__wrapper {
    gap: 2.5rem;
    border-radius: 1.25rem;
    background-color: #fff;
    padding: 3.75rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-top-app__best {
  width: 8.4375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-top-app__best {
    width: 27.8409090909%;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-top-app__best img {
  width: 100%;
  height: 100%;
  aspect-ratio: 245/249;
}

.p-top-app__body {
  width: 20.9375rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, .94);
  border-radius: 0.625rem;
  padding: 2.4375rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-app__body {
    width: 53.4090909091%;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    background-color: transparent;
    border-radius: none;
    padding: 0;
  }
}

.p-top-app__text {
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-app__text {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

.p-top-app__text-sm {
  font-size: 0.9375rem;
  line-height: 1.6;
  display: inline-block;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-top-app__text-sm {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}

.p-top-app__lead {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-app__lead {
    margin-top: 0.375rem;
  }
}

.p-top-app__lead img {
  width: 100%;
  height: 100%;
  aspect-ratio: 279/72;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-top-app__lead img {
    aspect-ratio: 470/88;
  }
}

.p-top-app__bottom {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-top-app__bottom {
    margin-top: 1.25rem;
  }
}

.p-top-app__bottom-text {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 768px) {
  .p-top-app__bottom-text {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    text-align: left;
  }
}

.p-top-app__btn-wrap {
  margin-top: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .p-top-app__btn-wrap {
    margin-top: 0.625rem;
  }
}

.p-top-app__btn {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  background-color: #978F10;
  border-radius: 100vh;
  min-width: 18.4375rem;
  padding: 0.9375rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-app__btn {
    min-width: 19.375rem;
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    padding: 0.8125rem;
  }
}

.p-top-gallery {
  padding-bottom: 13.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-gallery {
    padding-bottom: 15rem;
  }
}

.p-top-gallery__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow-x: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-top-gallery__slider ul {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__slider ul {
    width: 100vw;
  }
}

.p-top-gallery__slider ul:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__slider ul:first-child {
    -webkit-animation: slide1 80s -40s linear infinite;
    animation: slide1 80s -40s linear infinite;
  }
}

.p-top-gallery__slider ul:last-child {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__slider ul:last-child {
    -webkit-animation: slide2 80s linear infinite;
    animation: slide2 80s linear infinite;
  }
}

.p-top-gallery__slider ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__slider ul li {
    margin-right: 6.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: calc(20vw - 6.25rem);
  }
}

.p-top-gallery__slider ul li:nth-of-type(odd) {
  margin-bottom: 2.3125rem;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__slider ul li:nth-of-type(odd) {
    margin-bottom: 3rem;
  }
}

.p-top-gallery__slider ul li:nth-of-type(even) {
  margin-top: auto;
}

.p-top-gallery__slider ul li img {
  display: block;
  max-width: 77%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__slider ul li img {
    max-width: 100%;
  }
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.p-top-gallery__contents {
  margin-top: 3.8125rem;
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__contents {
    margin-top: 8.75rem;
    text-align: center;
  }
}

.p-top-gallery__title {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: 300;
  font-family: "Open Sans", "Arial", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__title {
    font-size: 2.5rem;
    line-height: 0.9;
  }
}

.p-top-gallery__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__text {
    margin-top: 3.75rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-top-gallery__btn-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-gallery__btn-wrap {
    margin-top: 3.125rem;
  }
}

.p-top-gallery__scroll {
  position: absolute;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
}

.p-top-gallery__scroll::before {
  content: "";
  display: inline-block;
  height: 100%;
  background-color: #fff;
  width: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

.p-top-links {
  background-color: #fff;
  position: relative;
}

.p-top-links__hotspring {
  height: 43.75rem;
  background: transparent url(../images/villa-shionoe/bg_top-hotspring-sp.webp) no-repeat 35% center/cover;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-top-links__hotspring {
    background: transparent url(../images/villa-shionoe/bg_top-hotspring.webp) no-repeat center/cover;
  }
}

.p-top-links__hotspring::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, .3)));
  background: linear-gradient(to right, black, rgba(0, 0, 0, .3));
  opacity: 0.6;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-links__hotspring::after {
    width: 80.0925925926%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  }
}

.p-top-links__hotspring-inner {
  height: inherit;
}

.p-top-links__hotspring-wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-links__hotspring-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-top-links__hotspring-contents {
  width: 100%;
  margin-top: -0.5625rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-links__hotspring-contents {
    margin-top: 1.4375rem;
    width: 34rem;
  }
}

.p-top-links__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 1.4333333333;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
  gap: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-top-links__title {
    font-size: 2.5rem;
    line-height: 1.45;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    gap: 1.875rem;
  }
}

.p-top-links__title-en {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 300;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-top-links__title-en {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-top-links__text {
  margin-top: 5rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-top-links__text {
    margin-top: 2.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-top-links__hotspring-btn-wrap {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-links__hotspring-btn-wrap {
    text-align: right;
    margin-top: 3.75rem;
  }
}

.p-top-links__cuisine {
  height: 43.75rem;
  background: transparent url(../images/villa-shionoe/bg_top-cuisine-sp.webp) no-repeat center/cover;
  position: relative;
  z-index: 0;
  margin-top: -2px;
}

@media screen and (min-width: 768px) {
  .p-top-links__cuisine {
    background: transparent url(../images/villa-shionoe/bg_top-cuisine.webp) no-repeat center/cover;
    margin-top: 0;
  }
}

.p-top-links__cuisine::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .9)), to(black));
  background: linear-gradient(to left, rgba(0, 0, 0, .9), black);
  opacity: 0.6;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-links__cuisine::after {
    width: 80.0925925926%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to left, rgba(0, 0, 0, 0), black);
  }
}

.p-top-links__cuisine-inner {
  height: inherit;
}

.p-top-links__cuisine-wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-top-links__cuisine-contents {
  width: 100%;
  margin-top: -0.5625rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-links__cuisine-contents {
    margin-top: 1.4375rem;
    width: 34rem;
  }
}

.p-top-links__cuisine-btn-wrap {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-links__cuisine-btn-wrap {
    text-align: right;
    margin-top: 3.75rem;
  }
}

.p-top-links__etc {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc {
    margin-top: 0;
  }
}

.p-top-links__etc-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  gap: 0.0625rem;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-list {
    grid-template-columns: repeat(3, 1fr);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    max-width: initial;
    gap: 0;
  }
}

.p-top-links__etc-card {
  position: relative;
  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;
  min-height: 10rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card {
    aspect-ratio: 510/590;
  }
}

.p-top-links__etc-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card::after {
    background-color: rgba(0, 0, 0, .1);
  }
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(28%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000 0%, #000 28%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    z-index: -1;
  }
}

.p-top-links__etc-card--rooms {
  background: transparent url(../images/villa-shionoe/bg_top-room-sp.webp) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card--rooms {
    background: transparent url(../images/villa-shionoe/bg_top-room.webp) no-repeat center/cover;
  }
}

.p-top-links__etc-card--facility {
  background: transparent url(../images/villa-shionoe/bg_top-facility-sp.webp) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card--facility {
    background: transparent url(../images/villa-shionoe/bg_top-facility.webp) no-repeat center/cover;
  }
}

.p-top-links__etc-card--sightseeing {
  background: transparent url(../images/villa-shionoe/bg_top-sightseeing-sp.webp) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card--sightseeing {
    background: transparent url(../images/villa-shionoe/bg_top-sightseeing.webp) no-repeat center/cover;
  }
}

.p-top-links__etc-card-btn-wrap {
  text-align: center;
  margin-top: 4.25rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card-btn-wrap {
    display: block;
  }
}

.p-top-links__etc-card-btn-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card-btn-sp {
    display: none;
  }
}

.p-top-links__etc-card-btn-sp-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.25rem;
  aspect-ratio: 36/34;
  background-color: #978F10;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-top-links__etc-card-btn-sp-icon {
    display: none;
  }
}

.p-top-links__etc-card-btn-sp-icon::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 16/6;
  -webkit-mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #fff;
}

.p-top-mv-bg {
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-top-mv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-mv-bg::after {
    background-color: rgba(0, 0, 0, .2);
  }
}

.p-top-mv-bg__slider {
  height: inherit;
  position: relative;
  z-index: -1;
}

.p-top-mv-bg__slider .swiper-slide {
  height: inherit;
}

.p-top-mv-bg__slider .swiper-slide picture {
  height: inherit;
  overflow: hidden;
}

.p-top-mv-bg__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.p-top-mv-bg__slider .swiper-slide-active img,
.p-top-mv-bg__slider .swiper-slide-duplicate-active img,
.p-top-mv-bg__slider .swiper-slide-prev img {
  -webkit-animation: zoomUp 13s linear 0s 1 normal both;
  animation: zoomUp 13s linear 0s 1 normal both;
}

.p-top-mv-bg__slider-image1 {
  -o-object-position: 16% center;
  object-position: 16% center;
}

@media screen and (min-width: 768px) {
  .p-top-mv-bg__slider-image1 {
    -o-object-position: center;
    object-position: center;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p-top-mv {
  height: 100svh;
  position: relative;
}

.p-top-mv__inner {
  height: inherit;
}

.p-top-mv__wrapper {
  height: inherit;
  position: relative;
  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;
  color: #fff;
}

.p-top-mv__place {
  font-size: 0.75rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-mv__place {
    font-size: 0.875rem;
  }
}

.p-top-mv__lead {
  margin-top: 2.125rem;
  text-align: center;
  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.25rem;
  font-size: 1.9375rem;
  line-height: 1.4516129032;
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: "Shippori Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) {
  .p-top-mv__lead {
    margin-top: 2.5rem;
    gap: 0.3125rem;
    font-size: 2.25rem;
    line-height: 1.4444444444;
  }
}

.p-top-mv__lead-sub {
  font-size: 1.0625rem;
  line-height: 1.45;
  letter-spacing: 0.14em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-top-mv__lead-sub {
    font-size: 1.25rem;
  }
}

.p-top-mv__name {
  margin-top: 3.0625rem;
  font-size: 0.75rem;
  line-height: 1.3846153846;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-mv__name {
    margin-top: 5rem;
    font-size: 0.8125rem;
  }
}

.p-top-mv__scroll {
  position: absolute;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  bottom: calc(50% - 50vh + 6.25rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-mv__scroll {
    bottom: 6.25rem;
    height: 6.25rem;
  }
}

.p-top-mv__scroll::before {
  content: "";
  display: inline-block;
  height: 100%;
  background-color: #fff;
  width: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

.p-top-news {
  background-color: #fff;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  margin-top: -0.125rem;
}

@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-top-news__inner {
  max-width: 75.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-top-news__text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 1.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-news__text {
    margin-top: 3.75rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.p-top-news__body {
  margin-top: 2.625rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__body {
    margin-top: 3.75rem;
  }
}

.p-top-news__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
}

.p-top-news__card {
  display: grid;
  grid-template-columns: 105fr 196fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__card {
    grid-template-columns: 180fr 350fr;
  }
}

.p-top-news__card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 105/90;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-top-news__card-image img {
    aspect-ratio: 180/130;
  }
}

.p-top-news__card-body {
  margin-top: 0.125rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__card-body {
    margin-top: 0.875rem;
  }
}

.p-top-news__card-date {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 600;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #978F10;
}

@media screen and (min-width: 768px) {
  .p-top-news__card-date {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    font-weight: 400;
  }
}

.p-top-news__card-title {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: 0.5rem;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-top-news__card-title {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-top: 0.3125rem;
  }
}

.p-top-news__btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-news__btn-wrap {
    margin-top: 3.75rem;
  }
}

.p-top-plan {
  padding-top: 3.75rem;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-plan {
    margin-top: 0;
    padding-top: 0;
  }
}

.p-top-plan__pickup {
  padding-top: 3.75rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup {
    padding-top: 10.1875rem;
  }
}

.p-top-plan__pickup::after {
  content: "";
  display: inline-block;
  width: 66.6666666667%;
  aspect-ratio: 250/331;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #978f10, rgba(151, 143, 16, 0));
  z-index: -1;
  opacity: 0.2;
  max-height: 31.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup::after {
    aspect-ratio: 990/512;
    width: 65.4761904762%;
    max-height: 32rem;
  }
}

.p-top-plan__pickup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-wrapper {
    display: block;
  }
}

.p-top-plan__pickup-head {
  display: contents;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top-plan__pickup-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-top-plan__pickup-btn-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-btn-wrap {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    text-align: left;
    margin-top: 0;
  }
}

.p-top-plan__pickup-body {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-body {
    margin-top: 9.5625rem;
  }
}

.p-top-plan__pickup-slide-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-wrap {
    margin-right: calc(50% - 50vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 7.1875rem;
  }
}

.p-top-plan__pickup-slide-btn-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-btn-wrap {
    padding-bottom: 5.1875rem;
    width: 9.375rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.p-top-plan__pickup-slide-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-btn-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}

.p-top-plan__pickup-slide-prev {
  position: static;
  background-color: #F3F2EE;
  width: 2.9375rem;
  height: 2.9375rem;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-prev {
    width: 3.625rem;
    height: 3.625rem;
  }
}

.p-top-plan__pickup-slide-prev::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  aspect-ratio: 23/8;
  -webkit-mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #594A34;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-prev::after {
    width: 1.4375rem;
  }
}

.p-top-plan__pickup-slide-next {
  position: static;
  background-color: #F3F2EE;
  width: 2.9375rem;
  height: 2.9375rem;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-next {
    width: 3.625rem;
    height: 3.625rem;
  }
}

.p-top-plan__pickup-slide-next::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  aspect-ratio: 23/8;
  -webkit-mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/villa-shionoe/icon_arrow-single.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #594A34;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-next::after {
    width: 1.4375rem;
  }
}

@media (hover: hover) {
  .p-top-plan__pickup-slide-next:hover {
    background-color: #594A34;
    opacity: 1;
  }

  .p-top-plan__pickup-slide-next:hover::after {
    background-color: #F3F2EE;
  }

  .p-top-plan__pickup-slide-prev:hover {
    background-color: #594A34;
    opacity: 1;
  }

  .p-top-plan__pickup-slide-prev:hover::after {
    background-color: #F3F2EE;
  }
}

.p-top-plan__pickup-slide-pagination {
  position: static;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-pagination {
    margin-top: 3.125rem;
  }
}

.p-top-plan__pickup-slide-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #fff;
  border: 1px solid #594A34;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-top-plan__pickup-slide-pagination .swiper-pagination-bullet-active {
  background-color: #594A34;
}

.p-top-plan__pickup-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}

@media screen and (min-width: 768px) {

  .p-top-plan__pickup-slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625rem;
  }
}

.p-top-plan__pickup-slide-container {
  overflow: hidden;
}

.p-top-plan__pickup-slide .swiper-slide {
  width: 20.9375rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__pickup-slide .swiper-slide {
    width: auto;
    width: initial;
  }
}

.p-top-plan__slide-card {
  display: block;
}

.p-top-plan__slide-card-pop {
  font-size: 0.875rem;
  line-height: 1.1111111111;
  font-weight: 400;
  display: inline-block;
  padding: 0.4375rem 1.1875rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-plan__slide-card-pop {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.5625rem 1.5rem;
  }
}

.p-top-plan__slide-card-pop--family {
  background-color: #ED8D19;
}

.p-top-plan__slide-card-pop--senior {
  background-color: #978F10;
}

.p-top-plan__slide-card-pop--couple {
  background-color: #EF5F3C;
}

.p-top-plan__slide-card-image {
  overflow: hidden;
}

.p-top-plan__slide-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 333/225;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-plan__slide-card-image img {
    aspect-ratio: 425/287;
  }
}

@media (hover: hover) {
  .p-top-plan__slide-card:hover .p-top-plan__slide-card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.p-top-plan__slide-card-title {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-top-plan__slide-card-title {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 400;
  }
}

.p-top-plan__others {
  margin-top: 4.375rem;
  padding-top: 3.75rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others {
    margin-top: 10rem;
    padding-top: 7.3125rem;
    padding-bottom: 10.1875rem;
  }
}

.p-top-plan__others::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(235, 229, 206, .2);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others::after {
    width: 66.335978836%;
  }
}

.p-top-plan__others-inner {
  max-width: 71.0625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-top-plan__others-item {
  position: relative;
}

.p-top-plan__others-item:nth-of-type(n+2) {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-item:nth-of-type(n+2) {
    margin-top: 5rem;
  }
}

.p-top-plan__others-item:nth-of-type(2n) {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-item:nth-of-type(2n) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-top-plan__others-item:nth-of-type(2n)::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1.875rem;
  z-index: -1;
  background: linear-gradient(135deg, #978f10, rgba(151, 143, 16, 0));
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-item:nth-of-type(2n)::after {
    content: none;
  }
}

.p-top-plan__others-card {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-card {
    grid-template-columns: 448fr 579fr;
    gap: 3.75rem;
  }
}

.p-top-plan__others-card-image {
  margin-top: 1.875rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-card-image {
    margin-top: 0;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-top-plan__others-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 448/304;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-plan__others-card-body {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-card-body {
    display: block;
  }
}

.p-top-plan__others-card-title {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-card-title {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-top-plan__others-card-text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-card-text {
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-top-plan__others-card-btn-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-plan__others-card-btn-wrap {
    text-align: left;
  }
}

.p-villa-footer {
  padding-bottom: 5rem;
  background: transparent url(../images/villa-shionoe/bg_footer-villa.webp) no-repeat center/cover;
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-villa-footer {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }
}

.p-villa-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: -1;
}

.p-villa-footer__inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.p-villa-footer__contact {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-villa-footer__contact {
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #D9D9D9;
  }
}

.p-villa-footer__tel {
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel {
    min-height: 12.5rem;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-villa-footer__tel-box {
  text-align: center;
}

.p-villa-footer__tel-text {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel-text {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-villa-footer__tel-number {
  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: 2.0625rem;
  line-height: 0.6363636364;
  font-family: "Shippori Mincho", "YuMincho", serif;
  font-weight: 300;
  gap: 0.375rem;
  margin-top: 1.0625rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel-number {
    margin-top: 0.75rem;
    gap: 0.4375rem;
    font-size: 2.625rem;
    line-height: 0.619047619;
  }
}

.p-villa-footer__tel-number::before {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  aspect-ratio: 44/35;
  background: transparent url(../images/villa-shionoe/icon_freedial.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel-number::before {
    width: 2.75rem;
  }
}

.p-villa-footer__tel-number::after {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  aspect-ratio: 23/8;
  background: transparent url(../images/villa-shionoe/icon_arrow-single.svg) no-repeat center/contain;
  margin-left: 0.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
  right: calc(50% - 9.8125rem);
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel-number::after {
    margin-left: 1.375rem;
    position: static;
  }
}

.p-villa-footer__tel-time {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__tel-time {
    font-size: 0.9375rem;
    line-height: 2.4;
    margin-top: 0.5625rem;
  }
}

.p-villa-footer__mail {
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__mail {
    min-height: 12.5rem;
  }
}

.p-villa-footer__mail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 2.25;
  font-weight: 500;
  gap: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__mail-text {
    font-size: 1.125rem;
    line-height: 2;
    gap: 0.6875rem;
  }
}

.p-villa-footer__mail-text::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/villa-shionoe/icon_mail.svg) no-repeat center/contain;
}

.p-villa-footer__mail-text::after {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  aspect-ratio: 23/8;
  background: transparent url(../images/villa-shionoe/icon_arrow-single.svg) no-repeat center/contain;
  margin-left: 2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(50% - 9.8125rem);
}

@media screen and (min-width: 768px) {
  .p-villa-footer__mail-text::after {
    margin-left: 1rem;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .p-villa-footer__bottom {
    margin-top: 4.375rem;
  }
}

.p-villa-footer__bottom-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__bottom-wrapper {
    grid-template-columns: 19.125rem 1fr;
    gap: 6.25rem;
  }
}

.p-villa-footer__about-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__about-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
  }
}

.p-villa-footer__about-logo {
  width: 11.25rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__about-logo {
    width: 11.5rem;
  }
}

.p-villa-footer__about-logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 184/46;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-villa-footer__about-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__about-sns {
    padding-bottom: 0.4375rem;
  }
}

.p-villa-footer__about-sns-link {
  width: 1.625rem;
}

.p-villa-footer__about-sns-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-villa-footer__about-body {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__about-body {
    margin-top: 2.5rem;
  }
}

.p-villa-footer__about-text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__about-text {
    text-align: left;
  }
}

.p-villa-footer__about-text:nth-of-type(n+2) {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__about-text:nth-of-type(n+2) {
    margin-top: 1.25rem;
  }
}

.p-villa-footer__nav {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__nav {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.p-villa-footer__nav-btn-list {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__nav-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.875rem;
  }
}

.p-villa-footer__nav-btn-list-btn {
  width: 100%;
  min-width: 0;
  min-width: initial;
  display: block;
  text-align: center;
  position: relative;
  padding: 1.0625rem 0;
  font-size: 1rem;
  line-height: 2.25;
  border-color: rgba(255, 255, 255, .4);
}

.p-villa-footer__nav-btn-list-btn::after {
  content: "";
  position: absolute;
  right: calc(50% - 9.8125rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-villa-footer__nav-btn-list-btn::after {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .p-villa-footer__nav-btn-list-btn {
    min-width: 15rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.625rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-villa-footer__nav-body {
  display: none;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-villa-footer__nav-body {
    display: block;
  }
}

.p-villa-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 0.625rem;
  max-width: 37.5rem;
}

.p-villa-footer__nav-link {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.u-desktop-inline {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop-inline {
    display: inline;
  }
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-hidden {
  display: none;
}

/* JS が無効なときのスタイル */
@media (scripting: none) {
  .u-hidden {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=styles3.css.map */