@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
}

body {
  background: #fff;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.event-card__title {
  font-weight: 400;
  font-size: 18.7px;
  font-size: 1.16875rem;
  line-height: 1.91;
}

.event-card__detail,
.event-card__category,
.event-card__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.event-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .event-card__info {
    margin-top: 0.8125rem;
  }
}

.event-card__category {
  background: #ca8c45;
  line-height: 1;
  padding: 6px 4.5px;
  padding: 0.375rem 0.28125rem;
  color: #fff;
}

.event-card__date {
  font-size: 14px;
  font-size: 0.875rem;
}

.event-card__info {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .event-card__info {
    margin-top: 0.875rem;
  }
}

.event-card {
  background-color: #fff;
  display: block;
  color: #9a795b;
  -webkit-transition: 1s;
  transition: 1s;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
          box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}
.event-card:hover {
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .card-list__item {
    max-width: calc(33.3333% - 1.04167rem);
    width: 100%;
  }
}

.card-list__item + .card-list__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .card-list__item + .card-list__item {
    margin-top: 0;
    margin-left: 1.5625rem;
  }
}

.card-list__item:nth-child(3n+1) {
  margin-left: 0;
}

.card-list__item:nth-child(n+4) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .card-list__item:nth-child(n+4) {
    margin-top: 2.9375rem;
  }
}

.card-list__item:nth-child(n+6) {
  margin-top: 23.5px;
  margin-top: 1.46875rem;
}
@media screen and (min-width: 768px) {
  .card-list__item:nth-child(n+6) {
    margin-top: 3rem;
  }
}

.event-card__img {
  padding-top: 66.5671%;
  position: relative;
}

.event-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card__text {
  padding: 5px 24px 0 22px;
  padding: 0.3125rem 1.5rem 0 1.375rem;
}

.event-card__info {
  padding: 7px 24px 15.5px 22px;
  padding: 0.4375rem 1.5rem 0.96875rem 1.375rem;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .event-card__info {
    padding: 0.75rem 1.5rem 0.96875rem 1.375rem;
  }
}

.event-mainview__content {
  position: relative;
  width: 100%;
}

.event-mainview__img img {
  height: 425px;
  height: 26.5625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .event-mainview__img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.event-mainview__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* テキストの中央揃え */
  background: rgba(0, 0, 0, .25); /* マスクの色(黒の25%) */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* テキストの中央揃え */
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* テキストの中央揃え */
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.event-mainview__text p {
  line-height: 1.5;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .event-mainview__text p {
    font-size: 2.1875rem;
  }
}

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

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 332px;
  width: 20.75rem;
  margin: 0 auto;
}

.Pagination-Item__prev + .Pagination-Item__number {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.Pagination-Item__number + .Pagination-Item__next {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.Pagination-Item__number + .Pagination-Item__number {
  margin-left: 16px;
  margin-left: 1rem;
}

.Pagination-Item {
  border: solid 1px #fff;
  color: #fff;
}

.Pagination-Item__prev,
.Pagination-Item__next {
  padding: 3px 12px;
  padding: 0.1875rem 0.75rem;
  height: 24px;
  height: 1.5rem;
  letter-spacing: 0.2em;
  width: 71px;
  width: 4.4375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.Pagination-Item__number {
  padding: 3px 4px;
  padding: 0.1875rem 0.25rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.Pagination-Item-Link {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.Pagination-Item.is-active {
  background: #fff;
  color: #000;
}

/* コンテンツ（カードについては_cards.scssに記載）
------------------------------------- */
.event {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .event {
    margin-top: 13.125rem;
  }
}

.event__items {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .event__items {
    margin-top: 2.3125rem;
  }
}

.event-card--new {
  position: relative;
}

.event__button {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event__button {
    margin-top: 3rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: auto;
  letter-spacing: 0.04em;
}

.breadcrumb__item {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  font-weight: normal;
}

.breadcrumb__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.breadcrumb__link:hover {
  opacity: 0.6;
}

.breadcrumb__margin--event {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.btn {
  display: inline-block;
  padding: 10px 0;
  padding: 0.625rem 0;
  background: #a18b6f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn {
    position: relative;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    width: 22.5rem;
    padding: 1.0625rem 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .btn--lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .btn--topics {
    display: none;
  }
}

/* ボタンアニメーション */
.btn {
  overflow: hidden;
}

.btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover {
  color: #333;
}

.btn:hover:before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .btn--topics {
    position: relative;
    display: block;
    width: 8.375rem;
    color: #fff;
    font-size: 1rem;
    background: #d5a361;
    overflow: hidden;
    padding: 0.1875rem 0;
    border: none;
    text-align: center;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .btn--topics {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .btn--topics:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (min-width: 768px) {
  .btn--topics:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .btn--topics:hover:before {
    left: 0;
  }
}

.content {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .content {
    margin-top: 11.9375rem;
  }
}

/* 斜め線
------------------------------------- */
.content {
  position: relative;
}
.content::before {
  content: "";
  position: absolute;
  top: -29px;
  top: -1.8125rem;
  left: 0;
  background: linear-gradient(to right top, transparent 49.9%, #ca8c45 50%, #ca8c45 calc(49.9% + 0.3px), transparent calc(50.1% + 0.3px));
  z-index: -5;
  width: 100%;
  height: 679px;
  height: 42.4375rem;
}
@media screen and (min-width: 768px) {
  .content::before {
    width: 94.6875%;
    height: 75.75rem;
    top: -6.5625rem;
  }
}

.content__inner {
  z-index: 50;
}

/* コンテンツ
------------------------------------- */
.content__inner {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .content__inner {
    margin-top: 2.5rem;
  }
}

.content__items {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .content__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.content__item {
  width: 50%;
  aspect-ratio: 0.9836;
  background: white;
  /*追加*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__text {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  background: white;
  cursor: pointer;
}
.content__text img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__text:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}

.content__text p {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fff;
  /* テキストの色 */
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .content__text p {
    line-height: 2.16;
    font-size: 1.5625rem;
  }
}

.footer-nav {
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav__item a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 7.5px 0;
  padding: 0.46875rem 0;
}
@media screen and (min-width: 768px) {
  .footer-nav__item a {
    padding: 0;
  }
}

.footer-nav__item a {
  position: relative;
  height: inherit;
  opacity: 1;
}

.footer-nav__item a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .footer-nav__item a:hover:after {
    background: #ca8c45;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav__item:nth-child(n+2) {
    margin-left: 2rem;
  }
}

.footer {
  padding: 40px 0;
  padding: 2.5rem 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2rem 0 1.625rem 0;
  }
}

.footer__wrap {
  color: #9a795b;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 2.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
  }
}

.footer__logo {
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    padding: 0;
  }
}

.footer__logo-link a {
  text-align: center;
  display: block;
  width: 100%;
}

.footer__logo-link img {
  width: 70px;
  width: 4.375rem;
  display: block;
  margin: 0 auto;
}

/* コピーライト
------------------------------------- */
.footer__copy {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 32px;
  margin-top: 2rem;
  color: #9a795b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 0.9375rem;
    line-height: 2.1875rem;
    margin-top: 4.0625rem;
  }
}

.footer__copy-text {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .footer__copy-text {
    font-size: 0.8125rem;
  }
}

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

.hamburger span {
  position: relative;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 24px;
  width: 1.5rem;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

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

.hamburger span:nth-child(2) {
  margin: 4px 0;
  margin: 0.25rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.hamburger.is-open span {
  left: 10px;
  left: 0.625rem;
}

.hamburger.is-open span:nth-child(1) {
  top: 11px;
  top: 0.6875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -rem(7);
  top: -rem(7);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__logo {
  position: relative;
  z-index: 9999;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 1.71875rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}

.header {
  height: 50px;
  height: 3.125rem;
  background: transparent;
  -webkit-transition: 1s;
  transition: 1s;
}

.header.change-color {
  background: #655349;
}

.header__inner {
  height: inherit;
  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;
  padding: 0 22px;
  padding: 0 1.375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.header__drawer {
  padding: 0;
}

.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100vh;
  z-index: 8888;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav.is-open {
  display: block;
}

.sp-nav__items {
  padding-top: 193px;
  padding-top: 12.0625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  height: 100vh;
  overflow: scroll;
}

.sp-nav__items a {
  display: block;
  width: 100%;
  color: #fff;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.pc-nav {
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  height: inherit;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  position: relative;
}

.pc-nav__item a span {
  width: 100%;
  position: relative;
}

.pc-nav__item a span:after {
  content: "";
  position: absolute;
  bottom: -6px;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pc-nav__item a span:hover:after {
  background: #ca8c45;
}

.pc-nav__item.pc-nav__item--white {
  margin-left: 16px;
  margin-left: 1rem;
}

.pc-nav__item--white a {
  background-color: #fff;
  color: #333;
  padding: 0 31px;
  padding: 0 1.9375rem;
}
.pc-nav__item--white a:hover {
  background-color: #333;
  color: #fff;
}

.pc-nav__item a:hover {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .pc-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

.mainview {
  height: 100vh;
  position: relative;
}

.mainview__text {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .mainview__text {
    max-width: 90rem;
    width: 100%;
  }
}

.mainview__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainview__title {
    font-size: 3.125rem;
  }
}

.mainview__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainview__subtitle {
    font-size: 1.5625rem;
    margin-top: 1.5625rem;
  }
}

.new-icon {
  position: absolute;
  content: "";
  top: -17px;
  top: -1.0625rem;
  left: -15px;
  left: -0.9375rem;
}

.new-icon img {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}

@media screen and (min-width: 768px) {
  .new-icon--event {
    display: none;
  }
}

/* 斜め線
------------------------------------- */
.overview {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .overview {
    margin-left: 0;
    margin-right: auto;
  }
}

.overview::before {
  content: "";
  position: absolute;
  top: -520px;
  top: -32.5rem;
  right: 32px;
  right: 2rem;
  background: linear-gradient(to left top, transparent 49.9%, #ca8c45 50%, #ca8c45 calc(49.9% + 0.3px), transparent calc(50.1% + 0.3px));
  z-index: -5;
  width: 100%;
  height: 1398px;
  height: 87.375rem;
}
@media screen and (min-width: 768px) {
  .overview::before {
    content: "";
    position: absolute;
    width: 94.6875%;
    height: 75.75rem;
    top: -12.5rem;
    background: linear-gradient(to left top, transparent 49.9%, #ca8c45 50%, #ca8c45 calc(49.9% + 0.3px), transparent calc(50.1% + 0.3px));
    left: 0;
  }
}

/* コンテンツ
------------------------------------- */
.overview {
  color: #fff;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .overview {
    margin-top: 12.625rem;
  }
}

/* グレー背景 */
.overview__body {
  background: #c7baa6;
}
@media screen and (min-width: 768px) {
  .overview__body {
    background: -webkit-gradient(linear, left top, right top, from(#c7baa6), color-stop(70%, #c7baa6), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(90deg, #c7baa6 0%, #c7baa6 70%, transparent 70%, transparent 100%);
    padding: 5rem 0;
    max-width: 100%;
    margin-top: 2rem;
  }
}

.overview__wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .overview__wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.overview__img {
  aspect-ratio: 375/261; /* アスペクト比を指定 */
}

.overview__img img {
  aspect-ratio: 375/261;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .overview__img img {
    width: 34.8125rem;
  }
}

.overview__content {
  margin: 0;
  max-width: 496px;
  max-width: 31rem;
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .mainview__swiper-img,
.swiper-slide-duplicate-active .mainview__swiper-img,
.swiper-slide-prev .mainview__swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.mainview__swiper img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.room__swiper {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .room__swiper {
    margin: 0;
    max-width: 34.8125rem;
    width: 100%;
  }
}

.swiper2 img {
  aspect-ratio: 375/261;
}
@media screen and (min-width: 768px) {
  .swiper2 img {
    width: 100%;
    vertical-align: baseline;
  }
}

/* ページネーションの位置 */
.swiper-pagination {
  -webkit-transform: translate3d(0, 5rem, 0);
          transform: translate3d(0, 5rem, 0);
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    -webkit-transform: translate3d(-1.25rem, 5.625rem, 0);
            transform: translate3d(-1.25rem, 5.625rem, 0);
  }
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5.8px 50px;
  margin: 0 0.3625rem 3.125rem;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #F9F871;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

/* コンテンツ
------------------------------------- */
.reserve {
  padding: 65px 0 60px;
  padding: 4.0625rem 0 3.75rem;
  background: #c7baa6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reserve {
    padding: 8.75rem 0 8.75rem;
  }
}

.reserve__box {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .reserve__box {
    margin-top: 0.9375rem;
  }
}
.reserve__box--event-page {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reserve__box--event-page {
    margin-top: 1.25rem;
  }
}

.reserve__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .reserve__text {
    text-align: center;
    letter-spacing: 0.08rem;
  }
}

.reserve__button {
  margin-top: 43px;
  margin-top: 2.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve__button {
    margin-top: 3.875rem;
    text-align: center;
  }
}
.reserve__button--event-page {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .reserve__button--event-page {
    margin-top: 3.375rem;
  }
}

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

/* コンテンツ
------------------------------------- */
.room {
  color: #fff;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .room {
    margin-top: 12.5rem;
  }
}

/* グレー背景 */
.room__body {
  margin-top: 47px;
  margin-top: 2.9375rem;
  background: #c7baa6;
}
@media screen and (min-width: 768px) {
  .room__body {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, transparent), color-stop(30%, #c7baa6), to(#c7baa6));
    background: linear-gradient(90deg, transparent 0%, transparent 30%, #c7baa6 30%, #c7baa6 100%);
    padding: 5rem 0;
    max-width: 100%;
    margin-top: 2rem;
  }
}

.room__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .room__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.room-container.swiper-slide {
  aspect-ratio: 375/261; /* アスペクト比を指定 */
}

.room-container.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-info {
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .top-info {
    padding: 2.5rem 0 1.25rem 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top-info--overview {
    padding: 2.5rem 2rem 1.25rem 0;
  }
}

.top-info__content {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.top-info__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-info__title {
    font-size: 1.5625rem;
    padding: 0;
    letter-spacing: 0.03125rem;
    line-height: 1;
    margin-left: 0;
  }
}

.top-info__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .top-info__text {
    line-height: 2.2;
    letter-spacing: 0.03125rem;
    margin-top: 2.5rem;
  }
}

.top-info__button {
  text-align: center;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .top-info__button {
    text-align: left;
    margin-top: 3rem;
  }
}

.section-header {
  position: relative;
}

.section-header__title {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #9a795b;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    bottom: -4.625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 1.375rem;
  }
}

.section-header__title--right {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #9a795b;
  position: absolute;
  content: "";
  bottom: 10%;
}
@media screen and (min-width: 768px) {
  .section-header__title--right {
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    bottom: -4.625rem;
    right: 1.375rem;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .section-header__title--event {
    right: 0;
    bottom: -3.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .section-header__title--reserve {
    left: 0;
    bottom: -1.875rem;
  }
}

.section-header__text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9a795b;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .section-header__text {
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
  }
}
.section-header__text--reserve {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.section-header__text--event-page {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .section-header__text--event-page {
    font-size: 1.875rem;
  }
}

.section-header__title--event-page {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #9a795b;
  position: absolute;
  content: "";
  left: 50%;
  top: -20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-header__title--event-page {
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    top: -45%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .section-header__title--reserve {
    left: 0;
    bottom: -1.875rem;
  }
}

.tag {
  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; /* 子要素を均等に配置・両端揃え */
}
.tag__item {
  display: inline-block;
}
.tag__item a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 3px 0;
  padding: 0.1875rem 0;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .tag__item a {
    letter-spacing: 0.06em;
  }
}

.tag__item--head {
  background: #fff;
  padding: 3px 11px;
  padding: 0.1875rem 0.6875rem;
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .tag__item--head {
    margin-right: 41px;
  }
}

.tag__item + .tag__item {
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .tag__item + .tag__item {
    margin-right: 41px;
  }
}

.tag__item:nth-of-type(n + 4) {
  margin-top: 16px;
  margin-top: 1rem;
}

.tag__margin--event {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .tag__margin--event {
    margin-top: 6.5rem;
  }
}

.pagetop {
  background: #fff;
  color: #333;
  display: none;
  position: fixed;
  bottom: 40px;
  bottom: 2.5rem;
  right: 19px;
  right: 1.1875rem;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  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;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
          box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 1.875rem;
    right: 1.875rem;
  }
}

.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*ホバーした時の背景色指定*/
.pagetop:hover {
  background-color: #333;
  color: #fff;
}

.pagetop::before {
  content: "";
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* ホバーした時の文字色の指定 */
.pagetop:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
}

.topics {
  color: #9a795b;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .topics {
    margin-top: 1.9375rem;
  }
}

.topics__inner {
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .topics__inner {
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .topics__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

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

.topics__date,
.topics__category {
  display: inline-block;
}

.topics__date {
  font-size: 16px;
  font-size: 1rem;
}

.topics__category {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 29px;
  margin-left: 1.8125rem;
  padding: 8px 21px;
  padding: 0.5rem 1.3125rem;
  border: #9a795b 1px solid;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics__category {
    margin-left: 2.75rem;
  }
}

.topics__block {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .topics__block {
    margin-top: 0;
    margin-left: 3.75rem;
    max-width: 35.75rem;
    width: 100%;
  }
}

.topics__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  color: #9a795b;
}
@media screen and (min-width: 768px) {
  .topics__text {
    line-height: inherit;
  }
}

.topics__text:hover {
  text-decoration: underline;
}

.topics__button {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topics__button {
    margin-top: 0;
  }
}

.event-page__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.event-reserve {
  margin-top: 121px;
  margin-top: 7.5625rem;
  padding: 65px 0 56px;
  padding: 4.0625rem 0 3.5rem;
  background: #3D3D3D;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .event-reserve {
    padding: 9.25rem 0 8.75rem;
    margin-top: 9.375rem;
  }
}

.top-reserve {
  margin-top: 113px;
  margin-top: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .top-reserve {
    margin-top: 9.1875rem;
  }
}
/*# sourceMappingURL=styles.css.map */
