@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

* {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "yu-gothic-pr6n", "Yu Gothic", sans-serif;
  color: #898989;
}

button,
option,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  border: 0;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
img {
  vertical-align: top;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ol,
ul {
  list-style: none;
}

@media screen and (min-width: 768px), print {
  .u-sp-only {
    display: none !important;
  }
  .u-content-inner {
    width: 1126px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .p-top__main {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px), print {
  .p-top__main {
    padding-top: 90px;
  }
}

.p-top__mv a:hover{
  opacity: 1;
}

.p-top__mv__swiper .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.p-top__mv__swiper .swiper-pagination-bullet-active {
  background: #b7ac98;
}

.swiper.p-top__access__pagination-swiper {
  margin-top: 82px;
}
@media screen and (min-width: 768px), print {
  .swiper.p-top__access__pagination-swiper {
    margin-top: 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  .swiper.p-top__access__pagination-swiper
    .p-top__access__swiper__pagination__item {
    width: 120px !important;
  }
}

.p-top__access__pagination-swiper .p-top__access__swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 44px;
}
.p-top__access__pagination-swiper .p-top__access__swiper__pagination__item {
  color: #b7ac98;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 138px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top__access__pagination-swiper
  .p-top__access__swiper__pagination__item__dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  border: solid 2px #b4b4b4;
  position: relative;
  z-index: 1;
}
.p-top__access__pagination-swiper
  .p-top__access__swiper__pagination__item.active
  .p-top__access__swiper__pagination__item__dot {
  background: #b7ac98;
  border-color: #b7ac98;
}
.p-top__access__pagination-swiper
  .p-top__access__swiper__pagination__item__num {
  position: relative;
  margin-left: -3px;
}

.p-top__access__swiper-wrap{
  position: relative;
}

@media screen and (min-width: 768px), print {
.p-top__access__swiper-wrap{
  width:100%;
  overflow:hidden;
  }
}

.swiper.p-top__access__swiper {
  position: relative;
} 
@media screen and (min-width: 768px), print {
  .swiper.p-top__access__swiper {
    max-width: 358px;
    margin-inline:auto;
    overflow: visible;
  }
}

.p-top__access__swiper .p-top__access__list {
  margin-top: 60px;
}
@media screen and (min-width: 768px), print {
  .p-top__access__swiper .p-top__access__list {
    margin-top: 40px;
  }
}
.p-top__access__swiper .p-top__access__list__item {
  padding-top: 68px;
}
@media screen and (min-width: 768px), print {
  .p-top__access__swiper .p-top__access__list__item {
    width: 100%;
    max-width: 358px;
  }
}
.p-top__access__swiper .p-top__access__list__item.-adjuster {
  display: none;
}
@media screen and (min-width: 768px), print {
  .p-top__access__swiper .p-top__access__list__item.-adjuster {
    display: block;
  }
}

.p-top__access__swiper .p-top__access__list__item span {
  display: block;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0px;
}
.p-top__access__swiper .p-top__access__list__item__image img {
  border-radius: 10px;
}

.p-top__access__list__item__text {
  font-size: 11px;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (min-width: 768px), print {
  .p-top__access__list__item__text {
    font-size: 13px;
    margin-top: 25px;
  }
}
.p-top__access__list__item__deco{
  margin-left: -30px;
}

.p-top__access__pagination-swiper-container{
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-top__access__pagination-swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top__access__swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 44px;
}

.p-top__access__swiper__pagination__item {
  color: #b7ac98;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 138px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top__access__swiper__pagination__item::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50%;
  background: #898989;
  position: absolute;
  bottom: 4px;
  right: 0;
}
.p-top__access__swiper__pagination__item::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50%;
  background: #898989;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.p-top__access__swiper__pagination__item:first-of-type::after {
  display: none;
}
.p-top__access__swiper__pagination__item:last-of-type::before {
  display: none;
}

.p-top__access__swiper__pagination__item__dot {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  border: solid 2px #b4b4b4;
  position: relative;
}

.p-top__access__swiper__pagination__item.active
  .p-top__access__swiper__pagination__item__dot {
  background: #b7ac98;
}

.p-top__access__swiper__pagination__item__num {
  position: relative;
  margin-left: -15px;
}

.p-top__access__swiper-prev-next-container{
  position: absolute;
  bottom: calc(50% - 30px - 2em);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-top__access__swiper-prev-next-container{
  bottom: 140px;
  }
}

.p-top__access__swiper-prev-next-container__icon{
  width: 35px ;
  height: 35px ;
}

@media screen and (min-width: 768px), print {
  .p-top__access__swiper-prev-next-container__icon{
    width: 70px ;
    height: 70px ;
  }
}

.p-top__access__swiper-prev-next-container__icon img{
  width: 100%;
  height: 100%;
  display: block;
}


.p-top__access__swiper-btn-container {
  margin-top: 53px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-top__access__swiper-btn-container {
    margin-top: 86px;
  }
}

.p-top__access__view-more {
  color: #b7ac98;
  font-size: 13px;
  display: block;
  width: 95px;
}
@media screen and (min-width: 768px), print {
  .p-top__access__view-more {
    font-size: 20px;
    width: 125px;
  }
}

.p-top__access__swiper__button--next {
  position: absolute;
  bottom: 0;
  right: 9px;
}
.p-top__access__swiper__button--prev{
  position: absolute;
  bottom: 0;
  left: 9px;
}

@media screen and (min-width: 768px), print {
  .p-top__access__swiper__button--next{
    right: 70px;
  }
  .p-top__access__swiper__button--prev{
    left: 70px;
  }
}

@media screen and (min-width: 1360px), print {
  .p-top__access__swiper__button--next{
    right: calc((100 /1920) * 100%);
  }
  .p-top__access__swiper__button--prev{
    left: calc((100 /1920) * 100%);
  }
}


  .p-top__lead-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-top: 40px ;
    line-height: 170%;
    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: 12px;
    font-size: 19px;
  }

@media screen and (min-width: 768px), print {
  .p-top__lead-title {
    padding-top: 120px;
    font-size: 33px;
  }
  .p-top__lead-title br{
    display: none;
  }
}

.p-top__lead-title--strong {
  color: #b7ac98;
}

.p-top__lead-title__sub {
  display: block;
  margin-top: 15px;
  width: 148px;
}

@media screen and (min-width: 768px), print {
  .p-top__lead-title__sub {
    margin-top: 24px;
    width: 270px;
  }
}

.p-top__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-top__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .p-top__section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 126px;
  }
}
.p-top__section.--online {
  margin-top: 12px;
}
@media screen and (min-width: 768px), print {
  .p-top__section.--online {
    margin-top: 132px;
  }
}
@media screen and (min-width: 768px), print {
  .p-top__section.--online .p-top__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1040px;
    margin: 87px auto 0;
    row-gap: 50px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.p-top__section__inner {
  padding: 71px 21px 0;
}
@media screen and (min-width: 768px), print {
  .p-top__section__inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.p-top__section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  gap: 7px;
  font-family: 'yu-gothic-pr6n';
  color: #898989;
}
@media screen and (min-width: 768px), print {
  .p-top__section-heading {
    font-size: 17px;
  }
}
.p-top__section-heading span {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
  color: #c3b9ad;
  font-size: 39px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px), print {
  .p-top__section-heading span {
    font-size: 52px;
  }
}

.p-top__list {
  margin-top: 40px;
  gap: 24px;
  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), print {
  .p-top__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top__list__item {
    max-width: 500px;
    width: 100%;
  }
}

.p-top__list__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(92, 81, 67, 0.25);
  box-shadow: 6px 6px 10px 0px rgba(92, 81, 67, 0.25);
  padding: 25px 18px;
  border-radius: 17px 17px 0 17px;
}
.p-top__list__item__link:hover{
  color: inherit;
}
@media screen and (min-width: 768px), print {
  .p-top__list__item__link {
    height: 158px;
    padding: 40px 25px;
    border-radius: 24px 24px 0 24px;
  }
}

.p-top__list__item__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top__list__item__bg-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 17px 17px 0 17px;
}
@media screen and (min-width: 768px), print {
  .p-top__list__item__bg-image img {
    border-radius: 24px 24px 0 24px;
  }
}

.p-top__list__item__text {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-top__list__item__text {
    font-size: 38px;
    letter-spacing: 0.07em;
  }
}
.p-top__list__item__text span {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  background: #b7ac98;
  display: inline-block;
  padding: 3px 13px;
  border-radius: 17px;
  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;
}
@media screen and (min-width: 768px), print {
  .p-top__list__item__text span {
    font-size: 15px;
    padding: 6px 12px;
    letter-spacing: .07em;
  }
}

.p-top__about {
  margin-top: 65px;
}
@media screen and (min-width: 768px), print {
  .p-top__about {
    margin-top: 190px;
  }
}

.p-top__about__content {
  margin-top: 43px;
  position: relative;
}

.p-top__about__image {
  z-index: -1;
}
@media (max-width: 767px) {
  .p-top__about__image {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-top__about__image {
    max-width: 43%;
    position: absolute;
    top: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-top__about__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
}
@media screen and (min-width: 768px), print {
  .p-top__about__text {
    font-size: 20px;
    line-height: 2.8;
  }
}

.h-about-wrapper {
  margin-bottom: 54px;
  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;
}
@media (max-width: 767px) {
  .h-about-wrapper {
    margin-bottom: 49px;
    width: 100%;
  }
}

.h-about-list {
  padding: 30px 10px;
}
@media screen and (min-width: 768px), print {
  .h-about-list {
    padding: 86px 0;
    max-width: 562px;
    margin: 0 auto;
  }
}

.h-about-item {
  min-width: 195px;
  padding: 26px 10px 8px;
  position: relative;
  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;
}
@media (max-width: 767px) {
  .h-about-item {
    min-width: 115px;
    padding: 10px 10px 0px;
  }
}
@media screen and (min-width: 768px), print {
  .h-about-item {
    padding: 23px 0 0;
  }
}
@media (max-width: 767px) {
  .h-about-item::before,
  .h-about-item::after {
    width: 20px;
    height: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .h-about-item::before,
  .h-about-item::after {
    width: 34px;
    height: 60px;
  }
}
.h-about-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 60px;
  border-top: 1px solid #bdb2a4;
  border-left: 1px solid #bdb2a4;
  content: "";
}
.h-about-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 60px;
  border-bottom: 1px solid #bdb2a4;
  border-right: 1px solid #bdb2a4;
  content: "";
}
.h-about-item h4 {
  color: #767a7d;
  font-size: 24.5px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 6px;
  font-weight: 400;
  letter-spacing: 2.45px;
}
@media (max-width: 767px) {
  .h-about-item h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px), print {
  .h-about-item h4 {
    font-size: 30px;
  }
}
.h-about-item p {
  color: #bdb2a4;
  font-family: "Karla";
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .h-about-item p {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 768px), print {
  .h-about-item p {
    font-size: 18px;
  }
}

.h-about-plus {
  padding: 10px 53px;
  color: #bdb2a4;
  font-size: 47px;
  line-height: 1.3;
  font-weight: 100;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .h-about-plus {
    padding: 10px 20px;
    font-size: 28px;
  }
}

.em-fadeIn {
  opacity: 0;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.is-scrolled .blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.h-about-wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
}
@media screen and (min-width: 768px), print {
  .h-about-wrapper-1 .h-about-item {
    padding-top: 50px;
  }
}
.h-about-wrapper-1 .h-about-item::before,
.h-about-wrapper-1 .h-about-item::after {
  display: none;
}

.p-top__access {
  position: relative;
  margin-top: 117px;
  padding-top: 11px;
}
@media screen and (min-width: 768px), print {
  .p-top__access {
    margin-top: 210px;
  }
}
@media screen and (min-width: 768px), print {
  .p-top__access .p-top__section__inner {
    padding-top: 190px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top__access__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-top__access__bg-image {
  position: absolute;
  z-index: -1;
  inset: 0;
}
@media screen and (min-width: 768px), print {
  .p-top__access__bg-image {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .p-top__access__image {
    margin-top: 45px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px), print {
  .p-top__access__image {
    max-width: 636px;
    margin: 38px 0 0 20px;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.p-top__access__content {
  margin-top: 68px;
}
@media screen and (min-width: 768px), print {
  .p-top__access__content {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 63px;
  }
}
@media (max-width: 767px) {
  .p-top__access__content dl {
    padding: 0 3px;
  }
}
.p-top__access__content dt {
  color: #c3b9ad;
  font-size: 15px;
  font-weight: 600;
  margin-top: 14px;
  letter-spacing: 0.05em;
}
.p-top__access__content dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 8px;
}
@media screen and (min-width: 768px), print {
  .p-top__access__content dd {
    font-size: 13px;
  }
}
.p-top__access__content dd a {
  text-decoration: underline;
}

.p-top__access__map {
  margin-top: 60px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-top__access__map {
    max-width: 502px;
  }
}
.p-top__access__map iframe {
  border-radius: 20px;
}

.p-top__contact {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-top__contact {
    margin-top: 210px;
  }
}

.p-top__contact__inner {
  padding: 88px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 29px;
}
@media screen and (min-width: 768px), print {
  .p-top__contact__inner {
    padding: 180px 10px 260px;
    gap: 38px;
  }
}

.p-top__contact__bg-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-top__contact__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top__contact__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .p-top__contact__text {
    font-size: 18px;
  }
}

.p-top__contact__btn {
  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;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 13px 10px;
}
.p-top__contact__btn:hover {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-top__contact__btn {
    font-size: 16px;
    max-width: 330px;
    padding: 17px 10px;
  }
}
.p-top__contact__btn span {
  font-weight: 400;
  font-size: 11px;
}
@media screen and (min-width: 768px), print {
  .p-top__contact__btn span {
    font-size: 13px;
  }
}

.p-header__header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .p-header__header {
    height: 90px;
  }
}

.p-header__home-link {
  line-height: 1;
  max-width: 168px;
  display: block;
  padding: 13px 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-header__home-link {
    z-index: 0;
    max-width: 200px;
    padding: 22px 0 0 45px;
  }
}

.p-header__menu-button {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  padding: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .p-header__menu-button {
    padding: 36px;
  }
}

.p-header__menu-button--open {
  display: block;
  width: 32px;
}
@media screen and (min-width: 768px), print {
  .p-header__menu-button--open {
    width: 40px;
  }
}

.p-header__menu-button--close {
  display: none;
  width: 20px;
}
@media screen and (min-width: 768px), print {
  .p-header__menu-button--close {
    width: 40px;
  }
}

.p-header__header__nav {
  padding: 50px 23px;
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  height: 100vh;
}
@media screen and (min-width: 768px), print {
  .p-header__header__nav {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-header__header__nav::before {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .p-header__menu {
    display: grid;
    grid-template-columns: 46.5% 1fr;
  }
}

.p-header__menu__heading {
  color: #c3b9ad;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 34px;
  gap: 8px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px), print {
  .p-header__menu__heading {
    font-size: 17px;
    padding-bottom: 70px;
  }
}
.p-header__menu__heading span {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
@media screen and (min-width: 768px), print {
  .p-header__menu__heading span {
    font-size: 52px;
  }
}

.p-header__menu__bg {
  display: none;
}
@media screen and (min-width: 768px), print {
  .p-header__menu__bg {
    display: block;
    position: relative;
  }
}
.p-header__menu__bg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0;
}

.p-header__main-list-container {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-header__main-list-container {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
  }
  .p-header__main-list-container::before {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 768px), print {
  .p-header__main-list-container__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 590px;
  }
}

.p-header__main-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP";
}
@media (max-width: 767px) {
  .p-header__main-list {
    display: grid;
    grid-template-columns: 58% 1fr;
  }
}
@media screen and (min-width: 768px), print {
  .p-header__main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 98px;
    width: 100%;
  }
}

.p-header__main-item:first-of-type {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-header__main-item:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-header__main-item:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

.p-header__main-item__heading {
  color: #b7ac98;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 25px;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-header__main-item__heading {
    font-size: 16px;
  }
}

.p-header__main-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  font-weight: 400;
}

.p-header__main-item__list__item {
  font-size: 11px;
  letter-spacing: .04em;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .p-header__main-item__list__item {
    font-size: 13px;
  }
}

.p-header__main-item__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header__main-item__list__item__link::before {
  content: "-";
  margin-right: 4px;
}

.p-header__main-link {
  display: block;
  position: relative;
  letter-spacing: 0;
}

.p-header__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (min-width: 768px), print {
  .p-header__sns-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
    padding-right: 32px;
    gap: 40px;
  }
}

.p-header__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
}

.is-open {
  overflow: hidden;
}
.is-open .p-header__header__nav {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}
.is-open .p-header__menu-button {
  padding: 20px 25px;
}
@media screen and (min-width: 768px), print {
  .is-open .p-header__menu-button {
    padding: 20px 38px;
  }
}
.is-open .p-header__menu-button--open {
  display: none;
}
.is-open .p-header__menu-button--close {
  display: block;
}

.p-header__btn-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 16px;
}
.p-header__btns {
  display: none;
}
@media screen and (min-width: 768px), print {
  .p-header__btn-list {
    grid-template-columns: repeat(2, 238px);
    gap: 9px;
    margin-top: 58px;
  }
  .p-header__btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 125px;
    width: 462px;
    padding: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }
}

.p-header__btn-list__item__link {
  font-family: "Noto Sans JP";
  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;
  color: #fff;
  font-size: 13px;
  height: 55px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(168, 168, 168, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(168, 168, 168, 0.5);
}
.p-header__btn-list__item__link:hover{
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-header__btn-list__item__link {
    font-size: 14px;
    height: 50px;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .p-header__btn-list__item__link span {
    font-size: 10px;
  }
}
.p-header__btn-list__item__link svg {
  width: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .p-header__btn-list__item__link svg {
    width: 16px;
  }
}

.p-header__btn-list__item:first-of-type .p-header__btn-list__item__link {
  background: linear-gradient(
    58deg,
    rgb(215, 204, 184) 0%,
    rgb(183, 172, 152) 100%
  );
}
.p-header__btn-list__item:nth-of-type(2) .p-header__btn-list__item__link {
  background: linear-gradient(
    38deg,
    rgb(221, 176, 172) 0%,
    rgb(206, 142, 145) 59%,
    rgb(201, 132, 135) 100%
  );
}

.p-footer {
  position: relative;
}
@media (max-width: 767px) {
  .p-footer {
    padding: 40px 24px 35px 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer__inner {
    position: relative;
    display: grid;
    grid-template-columns: 28% 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 110px 73px 110px 20px;
    max-width: 1403px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-footer__home-link-container {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 0;
    max-width: 194px;
  }
}

.p-footer__home-link {
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-footer__home-link {
    padding: 13px 24px;
    margin: 0 auto;
    max-width: 227px;
  }
}

@media (max-width: 767px) {
  .p-footer__menu {
    margin-top: 43px;
  }
}
@media screen and (min-width: 768px), print {
  .p-footer__menu {
    grid-row: 1/2;
    grid-column: 2/3;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-footer__main-list{
  font-family: 'Noto Sans JP';
}

@media (max-width: 767px) {
  .p-footer__main-list {
    display: grid;
    grid-template-columns: 58% 1fr;
  }
}
@media screen and (min-width: 768px), print {
  .p-footer__main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
  }
}

.p-footer__main-item:first-of-type {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-footer__main-item:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-footer__main-item:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

.p-footer__main-item__heading {
  color: #b7ac98;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 25px;
  display: block;
}

.p-footer__main-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.p-footer__main-item__list__item {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #898989;
}

.p-footer__main-item__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.p-footer__main-item__list__item__link::before {
  content: "-";
}

.p-footer__main-link {
  display: block;
  position: relative;
  letter-spacing: 0;
}

.p-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .p-footer__sns-list {
    grid-row: 3/4;
    grid-column: 2/3;
    margin-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
}
@media screen and (min-width: 768px), print {
  .p-footer__sns-link {
    width: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer__banner-container {
    grid-row: 2/3;
    grid-column: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-footer__map {
  width: 35px;
}
@media (max-width: 767px) {
  .p-footer__map {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-footer__map {
    width: 38px;
  }
}
.p-footer__map a {
  display: inline-block;
}

.p-footer__banner {
  width: 183px;
}
.p-footer__banner a {
  display: inline-block;
}

.p-footer__copy-right {
  white-space: nowrap;
  font-size: 16px;
  color: #909090;
  letter-spacing: 0.04em;
  text-align: left !important;
}
@media (max-width: 767px) {
  .p-footer__copy-right {
    margin-top: 20px;
    display: block;
    font-size: 6px;
    text-align: center;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px), print {
  .p-footer__copy-right {
    grid-row: 3/4;
    grid-column: 1/2;
    font-size: 13px;
    margin-top: 20px;
  }
}

.p-footer__go-top {
  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;
  position: absolute;
  bottom: 278px;
  right: 27px;
}
@media screen and (min-width: 768px), print {
  .p-footer__go-top {
    right: 0;
    bottom: 118px;
  }
}

.p-footer__go-top__arrow {
  position: relative;
  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;
}
.p-footer__go-top__arrow::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #B7AC98;
  border-radius: 50%;
}
.p-footer__go-top__arrow::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #B7AC98;
}
@media screen and (min-width: 768px), print {
  .p-footer__go-top__arrow::after {
    height: 54px;
  }
}

.p-footer__go-top__text {
  display: block;
  width: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 768px), print {
  .p-footer__go-top__text {
    width: 12px;
  }
}

.p-footer__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-footer__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
