@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Onest:wght@100..900&family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
/**
* @file _reset.scss
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-size: 0.0694444444vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.2666666667vw;
  }
}

*::-moz-selection {
  background: #826F34;
  color: white;
}

*::selection {
  background: #826F34;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

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

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 0%;
}

.marquee-left span {
  animation: marquee-left 150s linear infinite;
}

.marquee-right span {
  animation: marquee-right 150s linear infinite;
}

@keyframes marquee-left {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(0);
  }
}
/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

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

.l-common {
  width: 100%;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-common {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-bg__green01 {
  padding: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-bg__green01 {
    padding: 0;
  }
}
.c-bg__green01::before {
  content: "";
  background: linear-gradient(90deg, #38432F 0%, rgba(9, 67, 30, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-bg__green01::before {
    background: linear-gradient(90deg, #38432F 0%, rgba(9, 67, 30, 0) 100%);
    opacity: 0.5;
  }
}
.c-bg__green02 {
  position: relative;
  z-index: 10;
}
.c-bg__green02::before {
  content: "";
  background: linear-gradient(90deg, rgb(86, 135, 82) 0%, rgba(9, 67, 30, 0) 100%);
  background-blend-mode: soft-light;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-bg__green02::before {
    background-blend-mode: soft-light;
    opacity: 0.5;
  }
}

.p-bg {
  background-color: #81A069;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
.p-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../img/common_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.15;
}

.p-banner {
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 60px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-banner {
    height: 100vh;
    gap: 24px;
  }
}
.p-banner h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-banner h1 {
    font-size: 32px;
    flex-direction: column;
    align-items: center;
  }
}
.p-banner__ttl {
  display: flex;
}
.p-banner h3 {
  color: #FFF;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 222.222% */
  letter-spacing: 0.45px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-banner h3 {
    line-height: 1;
  }
}
.p-banner h3 p {
  letter-spacing: 2px;
}
.p-banner__scroll {
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-banner__scroll {
    bottom: 80px;
  }
}
.p-banner__scroll .__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-banner__scroll .__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: rotateLoop 10s linear infinite;
  transform-origin: center;
  background: url(../img/scroll_rotate.svg) no-repeat;
  z-index: -1;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.p-banner__scroll--inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.p-banner__scroll--inner p {
  color: #FFF;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 266.667% */
}

@keyframes rotateLoop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-concept {
  padding-top: 120px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 80px;
    padding-bottom: 45px;
    flex-direction: column;
    gap: 60px;
  }
}
.p-concept__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 50%;
  padding-right: 135px;
}
@media (max-width: 1200px) {
  .p-concept__inner {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    width: 100%;
    padding: 0;
  }
}
.p-concept__inner h2 {
  color: #FFDFA1;
  font-family: "Marcellus", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 72px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-concept__inner h2 {
    font-size: 64px;
  }
}
.p-concept__inner p {
  color: #FFDFA1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 240%;
  /* 43.2px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .p-concept__inner p {
    font-size: 15px;
  }
}
.p-concept__diagram {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept__diagram {
    width: 100%;
  }
}

.p-release {
  background: #FAFAFA;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-release {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.p-release__inner {
  position: relative;
  z-index: 10;
  width: 457px;
  height: 457px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-release__inner {
    width: 293px;
    height: 293px;
  }
}
.p-release__inner h2 {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-release__inner h2 {
    font-size: 24px;
  }
}
.p-release__inner h6 {
  color: #FFF;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 250% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-release__inner h6 {
    font-size: 14px;
  }
}
.p-release__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 457px;
  background: radial-gradient(39.61% 39.61% at 50% 50%, #C2DC43 0%, rgba(133, 196, 167, 0.7) 100%);
  filter: blur(30px);
  z-index: -1;
  transition: all 3s ease;
}
.p-release__bg.is-active {
  filter: blur(120px);
  transform: scale(3);
}

.p-sauna {
  padding-top: 120px;
  padding-bottom: 80px;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-sauna {
    padding: 80px 0;
    flex-direction: column;
  }
}
.p-sauna--cottage {
  padding-top: 50px;
  padding-bottom: 300px;
  background: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .p-sauna__img--01 {
    display: none;
  }
}
.p-sauna__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 500px;
  gap: 80px;
}
@media (max-width: 1200px) {
  .p-sauna__inner {
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .p-sauna__inner {
    gap: 60px;
  }
}
.p-sauna__inner--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-sauna__inner--title {
    gap: 40px;
  }
}
.p-sauna__inner .__ttl {
  color: #FFDFA1;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 55.556% */
  letter-spacing: 3.6px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-sauna__inner .__ttl {
    font-size: 64px;
  }
}
.p-sauna__inner .__subttl {
  color: #FFDFA1;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-sauna__inner .__subttl {
    font-size: 18px;
  }
}
.p-sauna__inner .__des {
  color: #FFDFA1;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 240%;
  /* 43.2px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .p-sauna__inner .__des {
    font-size: 16px;
  }
}
.p-sauna__inner figure {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-sauna__inner figure {
    width: 150px;
  }
}

.p-gallery {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    top: -35vw;
  }
}
.p-gallery__ctn {
  position: relative;
  overflow: hidden;
  padding-top: 40rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__ctn {
    padding-top: 15rem;
    padding-bottom: 0;
  }
}
.p-gallery__ttl--01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-gallery__ttl--01 span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF8E7;
  font-family: "Marcellus", serif;
  font-size: 110rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 110px */
}
@media screen and (max-width: 767px) {
  .p-gallery__ttl--01 span {
    font-size: 64rem;
  }
}
.p-gallery__ttl--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-gallery__ttl--02 span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF8E7;
  font-family: "Marcellus", serif;
  font-size: 110rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 110px */
}
@media screen and (max-width: 767px) {
  .p-gallery__ttl--02 span {
    font-size: 64rem;
  }
}

.p-service {
  padding-top: 47vw;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 63vw;
    padding-bottom: 0;
  }
}
.p-service .__ttl {
  display: flex;
  align-items: flex-end;
  color: #FFDFA1;
  font-family: "Marcellus", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 55.556% */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-service .__ttl {
    display: block;
    text-align: center;
    font-size: 64px;
    line-height: 70px;
    gap: 15px;
  }
}
.p-service .__ttl span {
  font-size: 40px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-service .__ttl span {
    line-height: 60px;
  }
}
.p-service__inner {
  padding-right: 230px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding-right: 0;
    padding-top: 60px;
  }
}
.p-service__inner--item {
  padding: 32px 0;
  border-bottom: 1px solid #FFDFA1;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__inner--item {
    flex-direction: column;
  }
}
.p-service__inner--item:first-child {
  border-top: 1px solid #FFDFA1;
}
.p-service__inner--item p {
  color: #FFDFA1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .p-service__inner--item p {
    font-size: 16px;
  }
}
.p-service__inner--item p:first-child {
  min-width: -moz-max-content;
  min-width: max-content;
}
.p-service__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 501px;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    position: unset;
    margin-top: 40px;
    max-width: 100%;
  }
}

.p-access {
  padding-top: 120px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-access {
    flex-direction: column;
    gap: 60px;
  }
}
.p-access__inner {
  width: calc((100% - 94px) / 2);
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    width: 100%;
  }
}
.p-access__inner .__ttl {
  display: flex;
  align-items: flex-end;
  color: #FFDFA1;
  font-family: "Marcellus", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 55.556% */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-access__inner .__ttl {
    display: block;
    text-align: center;
    font-size: 64px;
    line-height: 70px;
    gap: 15px;
  }
}
.p-access__inner .__ttl span {
  font-size: 40px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-access__inner .__ttl span {
    line-height: 60px;
  }
}
.p-access__inner .__des {
  color: #FFDFA1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.45px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-access__inner .__des {
    font-size: 16px;
  }
}
.p-access__inner .__map {
  display: flex;
  margin-top: 24px;
  color: #FFDFA1;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.35px;
  text-decoration: underline;
}
.p-access__map {
  width: calc((100% - 94px) / 2);
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 253px;
}

.p-about {
  margin-top: 60px;
  border: 1px solid #FFDFA1;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 24px;
  }
}
.p-about__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.p-about__inner .__des {
  color: #FFDFA1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .p-about__inner .__des {
    font-size: 16px;
  }
}
.p-about__inner figure img {
  width: 120px;
}
.p-about__img {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-faq {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-faq .__ttl {
  color: #FFDFA1;
  font-family: "Marcellus", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 72px */
  letter-spacing: 3.6px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-faq .__ttl {
    font-size: 64px;
    text-align: center;
  }
}
.p-faq__inner {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.p-faq__inner--items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner--items {
    width: 100%;
    gap: 40px;
  }
}
.p-faq__inner--item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner--item {
    gap: 24px;
  }
}
.p-faq__inner--item .__question {
  color: #FFDFA1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner--item .__question {
    font-size: 16px;
  }
}
.p-faq__inner--item .__answer {
  color: #FFDFA1;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 36px */
  letter-spacing: -0.5px;
  position: relative;
  padding-left: 45px;
}
.p-faq__inner--item .__answer::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  background: #FFDFA1;
  width: 24px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner--item .__answer {
    font-size: 16px;
  }
}

.p-footer {
  padding: 40px 0;
  border-top: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 34px;
    padding-bottom: 103px;
  }
}
.p-footer__inner {
  display: flex;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.p-footer__inner .__txt {
  color: #000;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner .__txt {
    font-size: 14px;
  }
}
.p-footer__inner .__txt--copyright {
  padding-bottom: 60px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-footer__inner .__txt--copyright {
    padding-bottom: 0;
    text-align: left;
  }
}
.p-footer__inner figure img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner figure {
    justify-content: flex-start;
  }
}
.p-footer__inner a {
  text-decoration: underline;
  display: flex;
  margin-top: 5px;
}

.p-fixed {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-fixed {
    bottom: 0;
    width: 100%;
  }
}
.p-fixed__ctn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fixed__ctn {
    display: flex;
    justify-content: space-between;
  }
}
.p-fixed__reserve {
  padding: 30px 20px 20px;
  border-radius: 8px 0 0 8px;
  background: #E78311;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fixed__reserve {
    width: calc((100% - 5px) / 2);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px 8px 0 0;
  }
}
.p-fixed__reserve h5 {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  /* 250% */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-fixed__reserve h5 {
    font-size: 14px;
  }
}
.p-fixed__reserve h4 {
  color: #FFF;
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 166.667% */
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-fixed__reserve h4 {
    font-size: 16px;
  }
}
.p-fixed__reserve .__img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
}
.p-fixed__access {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed__access {
    width: calc((100% - 5px) / 2);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px 8px 0 0;
    background: rgba(5, 52, 22, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }
  .p-fixed__access h5 {
    color: #FFF;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    /* 250% */
    text-transform: capitalize;
  }
  .p-fixed__access h4 {
    color: #FFF;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    /* 166.667% */
    letter-spacing: 0.48px;
    text-transform: capitalize;
  }
}/*# sourceMappingURL=style.css.map */