@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1660px) {
  html {
    font-size: 0.9638554217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 35px;
  letter-spacing: 0.25rem;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

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

/*****************************
* 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,
p,
figure,
blockquote,
dl,
dd,
ul,
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;
  }
}
.l-access {
  margin-top: -6.25rem;
}
@media screen and (max-width: 767px) {
  .l-access {
    margin-top: -3.75rem;
  }
}

.l-guide {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-guide {
    margin-top: 4.375rem;
  }
}

.l-hinoki {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-hinoki {
    margin-top: 0;
  }
}

.l-information {
  margin-top: -6.25rem;
}
@media screen and (max-width: 767px) {
  .l-information {
    margin-top: -3.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1660px;
  padding-right: 5.625rem;
  padding-left: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-inner-la {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 87.5rem;
  padding-right: 5.625rem;
  padding-left: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-inner-la {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-light {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-light {
    margin-top: 3.125rem;
  }
}

.l-rental {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-rental {
    margin-bottom: 4.375rem;
  }
}

.l-restaurant {
  margin-top: -6.25rem;
}
@media screen and (max-width: 767px) {
  .l-restaurant {
    margin-top: -3.75rem;
  }
}

.c-sec-title {
  color: #a2a2a2;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 0.5625rem;
    letter-spacing: 0.125rem;
  }
}

.c-sec-title span {
  text-transform: lowercase;
}

.p-about {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about__inner {
    width: 80%;
  }
}

.p-about__body {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    padding-top: 3rem;
    padding-bottom: 1.875rem;
  }
}

.p-about__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  margin: 0 auto;
  height: auto;
  text-align: start;
  letter-spacing: 0.25rem;
  font-size: 0.875rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-about__text span {
  display: block;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about__text span {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.p-about__text strong {
  font-size: 1.625rem;
  display: block;
  line-height: 2.8125rem;
  margin: 0 1.625rem;
  letter-spacing: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about__text strong {
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.1875rem;
    margin: 0.625rem 0 1.25rem 0;
  }
}

.p-access {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 3.75rem;
  }
}

.p-access__inner {
  width: 80%;
  max-width: 81.25rem;
  margin: 5.625rem auto;
  padding: 5.625rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    margin: 3.125rem auto;
    padding: 3.75rem 0 1.875rem 0;
  }
}

.p-access__title {
  position: absolute;
  left: 0;
  top: 0;
}

.p-access__lead {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  letter-spacing: 0.4375rem;
  margin: 0 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-access__lead {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    margin: 0 0 1.25rem 0;
  }
}

.p-access__text {
  margin: 4.375rem auto;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-access__text a {
  position: relative;
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: 0.1875rem;
}

.p-access__text a::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .3);
}

@media screen and (max-width: 767px) {
  .p-access__map {
    display: none;
  }
}

.p-access iframe {
  width: 100vw;
  height: 37.5rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .p-access iframe {
    height: 18.75rem;
  }
}

.p-access__map-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-access__map-sp {
    display: block;
    width: 90%;
    margin: 2.5rem auto 0 auto;
  }
}

.p-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-bg.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-bg.pc {
    display: none;
  }
}

.p-bg.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-bg.sp {
    display: block;
  }
}

.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-card {
    width: 80%;
    display: block;
    margin: 0 auto 3.125rem auto;
  }
}

.p-card__img {
  width: 40%;
  margin-right: 5%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-card__img {
    width: 100%;
    margin: 0 0 0.9375rem 0;
  }
}

.p-card__img span {
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-card__img span {
    font-size: 0.5625rem;
  }
}

.p-card__text {
  height: 21.875rem;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-card__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    height: auto;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-card__text .text01 {
  display: block;
  margin-left: 1.5625rem;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-card__text .text01 {
    font-size: 0.625rem;
    margin: 0 0 1.5625rem 0;
  }
}

.p-card__text .text01 span {
  border: 1px solid #000;
  padding: 0.625rem 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-card__text .text01 span {
    padding: 0.3125rem 0.625rem;
  }
}

.p-card__text .text01 span:nth-child(2) {
  border-top: none;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .p-card__text .text01 span:nth-child(2) {
    border-left: none;
  }
}

.p-card__text .text02 {
  display: block;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-card__text .text02 {
    font-size: 0.9375rem;
  }
}

.p-card__text strong {
  font-size: 1.625rem;
  display: block;
  line-height: 2.8125rem;
  margin: 0 0.9375rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-card__text strong {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    margin: 0.9375rem 0.9375rem 0.9375rem 0;
  }
}

.p-card__text strong span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-card__text strong span {
    font-size: 0.875rem;
  }
}

.p-card__text .text03 {
  display: block;
  margin-left: 0.625rem;
  margin-right: 5rem;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-card__text .text03 {
    margin: 1.875rem 0 0 0;
    font-size: 0.6875rem;
  }
}

.p-card__text a {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-card__text a {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0.625rem 0 0 0;
  }
}

.p-footer {
  background-color: #efefef;
  padding: 2.5rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.25rem 0 0.625rem 0;
  }
}

.p-footer__text {
  width: 95%;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  letter-spacing: 0.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    width: 90%;
    font-size: 0.6875rem;
    line-height: 1.4375rem;
  }
}

.p-footer__text a {
  font-size: 0.5625rem;
  letter-spacing: 0.125rem;
  line-height: 1.5625rem;
}

.p-footer__text span {
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
}

.p-footer__ex {
  font-size: 0.5rem;
  letter-spacing: 0.125rem;
  display: block;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__ex {
    font-size: 0.4375rem;
    letter-spacing: 1px;
  }
}

.swiper-slide {
  height: 100vh!important;
}

.p-fv {
  width: 100vw;
  height: 100vh;
  position: relative;
}

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

.p-fv .swiper-slide img {
  height: 100vh;
}

.p-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 50%;
}
h1.p-fv__title {
  text-align: center;
  font-size: 3rem;
}
h1.p-fv__title span {
  font-size: 5rem;
  color: #e83828;
}
@media screen and (max-width: 767px) {
  h1.p-fv__title {
    width: 90%;
  }
}

.p-fv__title img {
  /* width: 12.5rem; */
  /* height: 20.625rem; */
  -o-object-fit: cover;
     object-fit: cover;
}

.p-guide__inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-guide__inner {
    padding: 0;
    text-align: justify;
  }
}

.p-guide__wrapper {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-guide__wrapper {
    padding-bottom: 2.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.p-guide__text {
  height: 26.875rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .p-guide__text {
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-guide__text:nth-child(2) {
    padding-top: 1.875rem;
    margin-bottom: 0.75rem;
  }
}

.p-guide__text strong {
  font-size: 1.625rem;
  display: block;
  line-height: 2.8125rem;
  letter-spacing: 0.4375rem;
  margin: 0 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-guide__text strong {
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.1875rem;
    margin-bottom: 1.875rem;
  }
}

.p-guide__text span {
  font-size: 0.8125rem;
  display: block;
  margin-right: 0.4375rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-guide__text span {
    font-size: 0.6875rem;
    letter-spacing: 1px;
    margin: 0.5rem 0 0 0;
  }
}

.p-guide__text .ex {
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-guide__text .ex {
    margin: 0.625rem 0 0 0;
  }
}

.p-guide__img01 {
  display: block;
  width: 80%;
  max-width: 81.25rem;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-guide__img01 {
    display: none;
  }
}

.p-guide__img02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-guide__img02 {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.375rem;
  }
}

.p-header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  overflow: scroll;
}

.p-header-box__wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.p-header-box__logo {
  position: absolute;
  left: 4rem;
  top: 2.5rem;
  height: 93vh;
  width: 20%;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-header-box__logo {
    width: 50%;
  }
}




.p-header-box__img img {
  width: 100%;
}


.p-header-box__body {
  width: 30rem;
  position: absolute;
  top: 10rem;
  left: 4rem;
  height: 90vh;
}
@media screen and (max-width: 767px) {
  .p-header-box__body {
    width: 22rem;
    position: absolute;
    top: 7rem;
    left: 1rem;
    height: 90vh;
  }
}

.p-header-box__item {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.p-header-box__item a {
  display: block;
}

.p-header-box__item span {
  margin-left: 0.75rem;
  font-size: 0.6875rem;
}

.p-header-box__link {
  display: block;
  border: 1px solid #000;
  width: 20rem;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  padding: 0.375rem;
  margin: 1rem 0 2rem 0;
  text-align: center;
  text-transform: uppercase;
}

.p-header-box__link span {
  margin-left: 0.75rem;
  font-size: 0.6875rem;
}

.p-header-box__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header-box__sns img {
  width: 1.5rem;
  margin-right: 0.3125rem;
}

.p-header-box__top {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  margin: 4rem 0 2rem 0;
  text-transform: uppercase;
}

.p-header-box__address {
  font-size: 0.6875rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.p-header-box__address a {
  display: block;
}

.p-header-box__company {
  font-size: 0.6875rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, .3);
}

.p-header-box__company a {
  display: block;
}

.p-header-box__copy {
  font-size: 0.5rem;
  margin-top: 3rem;
  line-height: 0.5rem;
  letter-spacing: 0.1em;
}

.p-header {
  width: 100vw;
  height: 6.25rem;
  position: fixed;
  top: 0;
  z-index: 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;
  padding: 0 1.5625rem;
}

.p-header__link {
  display: block;
  color: #fff;
  width: 8.75rem;
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  line-height: 1.5625rem;
  /* border: 1px solid rgba(255, 255, 255, .8); */
  text-align: center;
  text-transform: uppercase;
}

.p-header__toggle {
  width: 3.1875rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  margin-left: 1.5625rem;
  z-index: 200;
}

.p-header__toggle span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
  background-color: #000;
}

.p-header__toggle.show span:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  background-color: #000;
}

.p-header__box {
  display: none;
}

.p-header__box.show {
  display: block;
}

.p-hinoki__inner {
  position: relative;
  width: 80%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .p-hinoki__inner {
    width: 100%;
    height: auto;
    padding-top: 3.125rem;
    text-align: justify;
  }
}

.p-hinoki__text {
  position: absolute;
  right: 1%;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
  width: 25rem;
  height: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-hinoki__text {
    position: static;
    width: 80%;
    padding: 0.625rem 0 1.25rem 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-hinoki__text2 {
  right: 10%;
}

.p-hinoki__text strong {
  font-size: 1.125rem;
  display: block;
  margin-left: 1.5625rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-hinoki__text strong {
    text-align: center;
    margin: 0 0 1.25rem 0;
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
  .p-hinoki__text2 {
    width: 100%;
}
}

.p-hinoki__text span {
  font-size: 0.6875rem;
  display: block;
  line-height: 1.375rem;
  margin-right: 1.875rem;
  letter-spacing: 0.125rem;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .p-hinoki__text span {
    margin: 1.25rem 0 0 0;
  }
}

.p-hinoki__img01 {
  position: absolute;
  display: block;
  width: 30%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-hinoki__img01 {
    position: static;
    width: 100%;
    margin-top: 3.125rem;
  }
}

.p-hinoki__img02 {
  position: absolute;
  display: block;
  width: 50%;
  right: 0;
  top: 15%;
}
@media screen and (max-width: 767px) {
  .p-hinoki__img02 {
    position: static;
    width: 100%;
  }
}

.p-hinoki__img03 {
  position: absolute;
  display: block;
  width: 35%;
  left: 4%;
  /* bottom: 20%; */
}
.p-hinoki__img003 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-hinoki__img003 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-hinoki__img03 {
    position: static;
    width: 100%;
  }
}

.p-hinoki__inner1 {
  width: 60%;
}


.p-information {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-information {
    padding-top: 3.75rem;
  }
}

.p-information__inner {
  width: 80%;
  max-width: 81.25rem;
  margin: 5.625rem auto;
  padding: 5.625rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-information__inner {
    margin: 3.125rem auto;
    padding: 3.75rem 0 1.875rem 0;
  }
}

.p-information__title {
  position: absolute;
  top: 0;
  left: 0;
}

.p-information__lead {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  letter-spacing: 0.4375rem;
  margin: 0 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-information__lead {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    margin: 0.625rem 0 1.25rem 0;
  }
}

.p-information__list {
  width: 80%;
  max-width: 50rem;
  padding: 0;
  margin: 3.125rem auto 6.25rem auto;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-information__list {
    width: 100%;
    margin: 0 auto 2.5rem auto;
  }
}

.p-information__item {
  border-bottom: 1px solid #000;
  cursor: pointer;
  margin-bottom: 1px;
  text-align: left;
  position: relative;
  padding: 0.625rem 1.875rem 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-information__item {
    line-height: 1.4375rem;
    padding: 0.625rem 0.9375rem 0.625rem 0;
    display: block;
  }
}

.p-information__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.625rem;
  bottom: 0;
  margin: auto;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/bottom.svg") no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-information__item.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-information__item time {
  display: inline-block;
  letter-spacing: 0.125rem;
  min-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-information__item time {
    display: block;
    width: 100%;
    line-height: 1.25rem;
    font-size: 0.625rem;
    min-width: 0;
  }
}

.p-information__box {
  border-top: 1px solid rgba(0, 0, 0, .1);
  display: none;
}

.p-information__box-item {
  text-align: left;
  padding: 1.25rem 0 1.875rem 0;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  color: #666;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-information__box-item {
    padding: 0.9375rem 0 1.25rem 0;
    font-size: 0.6875rem;
    line-height: 1.25rem;
  }
}

.p-information__box-img {
  display: block;
  width: 80%;
  margin: 1.25rem 0;
}

.p-instagram {
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}

.p-instagram__title {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-instagram__title {
    font-size: 0.9375rem;
  }
}

.p-instagram__title span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  margin: 0 0 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-instagram__title span {
    font-size: 0.5625rem;
    margin: 0 0 0.625rem 0;
  }
}

.p-instagram__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.3125rem;
  grid-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-instagram__list {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0.625rem;
  }
}

.p-instagram__img {
  position: relative;
}

.p-instagram__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-instagram__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-instagram__load {
  text-align: center;
}

.p-instagram__load a {
  display: inline-block;
  padding: 0.4375rem 0.875rem;
  margin: 0.3125rem auto 0 auto;
  background-color: #333;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 0.25rem;
}

.p-instagram__link {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 0;
  letter-spacing: 0.125rem;
  margin-top: 1.875rem;
  line-height: 1.25rem;
}

.p-instagram__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-instagram__sns a {
  display: block;
  width: 1.75rem;
  margin: 0 0.1875rem;
}

.p-instagram__sns.reservation {
  margin-top: 6.25rem;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-instagram__sns.reservation {
    margin-top: 3.125rem;
    margin-bottom: 5rem;
  }
}

.p-light__inner {
  width: 80%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  height: 95vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-light__inner {
    width: 100%;
    height: auto;
    text-align: justify;
  }
}

.p-light__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 25rem;
  height: 20.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-light__text {
    position: static;
    width: 80%;
    padding: 0.625rem 0 1.25rem 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-light__text strong {
  font-size: 1.125rem;
  display: block;
  margin-left: 1.5625rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-light__text strong {
    text-align: center;
    margin: 0 0 1.25rem 0;
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}

.p-light__text a {
  font-size: 0.6875rem;
  display: block;
  line-height: 1.375rem;
  margin-right: 1.875rem;
  color: #595757;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-light__text a {
    margin: 1.25rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-light__img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 3.125rem 0 0 0;
  }
}

.p-light__img01 {
  display: block;
  position: absolute;
  top: 8%;
  right: 30%;
  width: 25%;
  height: 28%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-light__img01 {
    position: static;
    width: 100%;
  }
}

.p-light__img02 {
  display: block;
  position: absolute;
  top: 25%;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-light__img02 {
    position: static;
    width: 100%;
  }
}

.p-light__img03 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .p-light__img03 {
    position: static;
    width: 100%;
  }
}

.p-rental {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 112.5rem;
  min-width: 56.25rem;
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-rental {
    width: 90%;
    border-top: 1px solid rgba(0, 0, 0, .3);
    padding-top: 3.125rem;
    min-width: 0;
  }
}

.p-rental__inner {
  width: 90%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-rental__inner {
    width: 95%;
  }
}

.p-rental__wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper01 {
    display: block;
  }
}

.p-rental__wrapper01 > .p-rental__textbox {
  width: 28.125rem;
  padding-left: 5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper01 > .p-rental__textbox {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-left: 0;
    width: 100%;
  }
}

.p-rental__title {
  font-size: 0.875rem;
  line-height: 1.3;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
}
@media screen and (max-width: 767px) {
  .p-rental__title {
    line-height: 1;
    font-size: 0.75rem;
    text-align: center;
  }
}

.p-rental__title span {
  position: relative;
  display: inline-block;
  padding: 0.9375rem 0.625rem 3.125rem 0.625rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-rental__title span {
    padding: 0.625rem 0.9375rem;
  }
}

.p-rental__title span::before,
.p-rental__title span::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 97%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-rental__title span::before,
  .p-rental__title span::after {
    height: 96%;
  }
}

.p-rental__title span::before {
  left: -0.1875rem;
}

.p-rental__title span::after {
  right: -0.1875rem;
}

.p-rental__wrapper01 > .p-rental__textbox strong {
  font-size: 1.25rem;
  font-weight: 500;
  padding-top: 1.25rem;
  margin-right: 3.125rem;
  display: block;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper01 > .p-rental__textbox strong {
    font-size: 1rem;
    line-height: 2;
    margin: 2.5rem 0 1.875rem 0;
    text-align: center;
  }
}

.p-rental__wrapper01 > .p-rental__textbox .p-rental__text {
  margin-right: 1.875rem;
  padding-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 2.5;
  letter-spacing: 0.1875rem;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper01 > .p-rental__textbox .p-rental__text {
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-rental__textbox a {
  display: block;
  background-color: #eee;
  font-size: 0.8125rem;
  letter-spacing: 0.1875rem;
  height: 13.125rem;
  padding: 1.875rem 0.1875rem 0 0.1875rem;
  margin-right: 2.5rem;
  margin-top: 21.25rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-rental__textbox a {
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
    padding: 0 0 0.1875rem 0.9375rem;
    height: auto;
    width: 10.625rem;
    max-width: 100%;
    margin: 2.5rem auto 3.125rem auto;
  }
}

.p-rental__textbox a > img {
  width: 1.875rem;
  display: inline-block;
  padding-left: 0.1875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-rental__textbox a > img {
    padding-right: 0.6875rem;
    padding-left: 0;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.p-rental__wrapper01 > .p-rental__imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  width: 45.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper01 > .p-rental__imgbox {
    display: block;
    width: 100%;
  }
}

.p-rental__imgbox-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-rental__imgbox-inner img {
  display: block;
  width: 49.5%;
  margin-bottom: 1%;
}

.p-rental__wrapper02 {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper02 {
    display: block;
    margin-top: 3.125rem;
  }
}

.p-rental__wrapper02 > .p-rental__textbox {
  width: 25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
  padding-left: 5rem;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper02 > .p-rental__textbox {
    width: 100%;
    margin-bottom: 3.125rem;
    padding-left: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-rental__wrapper02 .p-rental__text {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.8125rem;
  line-height: 2.5;
  letter-spacing: 0.1875rem;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper02 .p-rental__text {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
    padding-left: 0;
  }
}

.p-rental__wrapper02 .p-rental__text span {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper02 .p-rental__text span {
    display: none;
  }
}

.p-rental__wrapper02 .p-rental__text::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper02 .p-rental__text::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
}

.p-rental__text-ex {
  margin-right: 1.875rem;
  font-size: 0.8125rem;
  line-height: 2.5;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-rental__text-ex {
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
    margin-right: 0;
  }
}

.p-rental__wrapper02 .p-rental__imgbox {
  width: 21.875rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-rental__wrapper02 .p-rental__imgbox {
    width: 100%;
    margin-right: 0;
  }
}

.p-rental__img01 {
  width: 80%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-rental__img01 {
    width: 90%;
    margin: 0 auto;
  }
}

.p-rental__img01 a {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 0.625rem;
  letter-spacing: 0.125rem;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 0 1.875rem 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-rental__img01 a {
    font-size: 0.625rem;
    padding: 0 1.5625rem 0 0.3125rem;
  }
}

.p-rental__img01 a::after {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("../images/bottom.svg") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  top: 0;
  right: -0.3125rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-rental__img01 a::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-rental__img02 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-rental__img02 {
    margin-top: 5rem;
    width: 100%;
  }
}

.p-reservation__img {
  width: 8.75rem;
  margin: 10.625rem auto 9.375rem auto;
}
@media screen and (max-width: 767px) {
  .p-reservation__img {
    width: 6.25rem;
    margin: 4.375rem auto 3.125rem auto;
  }
}

.p-reservation__text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__text {
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-reservation__text .map {
  position: relative;
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__text .map {
    font-size: 0.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-reservation__text .map::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .3);
}

.p-reservation__text .link {
  display: block;
  width: 17.5rem;
  padding: 0.3125rem 0;
  letter-spacing: 1px;
  margin: 3.125rem auto 0 auto;
  font-size: 0.75rem;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-reservation__text .link {
    width: 13.125rem;
    margin: 2.5rem auto 0 auto;
    font-size: 0.625rem;
  }
}

.p-restaurant {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-restaurant {
    padding-top: 3.75rem;
  }
}

.p-restaurant__head {
  width: 80%;
  max-width: 81.25rem;
  margin: 5.625rem auto;
  padding: 5.625rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-restaurant__head {
    margin: 3.125rem auto;
    padding: 3.75rem 0 1.875rem 0;
  }
}

.p-restaurant__title {
  position: absolute;
  left: 0;
  top: 0;
}

.p-restaurant__text {
  height: auto;
  display: inline-block;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: start;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-restaurant__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

.p-restaurant__text span {
  font-size: 1.0625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-restaurant__text span {
    font-size: 0.9375rem;
    text-align: center;
  }
}

.p-restaurant__text strong {
  font-size: 1.625rem;
  display: block;
  line-height: 2.8125rem;
  margin: 0 1.625rem;
  letter-spacing: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-restaurant__text strong {
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.1875rem;
    margin: 0.625rem 0 1.25rem 0;
  }
}

.p-restaurant__cards {
  width: 80%;
  max-width: 112.5rem;
  margin: 5rem auto 9.375rem auto;
}
@media screen and (max-width: 767px) {
  .p-restaurant__cards {
    width: 100%;
    margin: -1.875rem 0 3.75rem 0;
  }
}

.p-spot__inner {
  width: 80%;
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 7.5rem 0 4.375rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-spot__inner {
    padding: 3.75rem 0 3.125rem 0;
  }
}

.p-spot__title {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  margin: 0 1.625rem 3.125rem 1.625rem;
  letter-spacing: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-spot__title {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    margin: 0.625rem 0 1.25rem 0;
  }
}

.p-spot__text {
  font-size: 0.875rem;
  line-height: 2.1875rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-spot__text {
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */

.w50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w50 {
    width: 100%;
  }
}
.height {
  height: 50rem;
}
.height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.header-sp-p {
  font-size: 0.6875rem;
}
