/*
Theme Name: Theme name
Author: Author
Author URI:
*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding: 6.25rem;
  font-size: calc(100vw / 1680 * 16);
}
@media (1680px < width) {
  html {
    font-size: 16px;
    scroll-padding: 5rem;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 390 * 16);
  }
}

body {
  font-family: "Cardo", serif;
  color: #342929;
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: 1rem;
}
@media (width <= 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-menu-open {
  overflow: hidden;
}
body.is-menu-open .l-header__logo svg {
  fill: #fff;
}
@media (width <= 768px) {
  body.is-menu-open .l-gnav {
    left: 0;
  }
}

article p {
  margin-bottom: 2em;
}
@media (width <= 768px) {
  article p {
    font-size: 0.875rem;
  }
}
article p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  color: #342929;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

svg,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  height: 100%;
}

pre {
  white-space: pre;
}

/********************************************
* Layout
********************************************/
/* Header */
.l-header {
  padding: 1.875rem 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
}
@media (width <= 768px) {
  .l-header {
    padding: 1.25rem;
    height: auto;
  }
}
body:not(.has-mv) .l-header svg,
body:not(.has-mv) .l-header .l-gnav__link {
  color: #342929;
}
@media (width <= 768px) {
  body:not(.has-mv) .l-header svg,
  body:not(.has-mv) .l-header .l-gnav__link {
    color: #fff;
  }
}
.is-scrolled .l-header {
  background: hsla(0, 0%, 100%, 0.9);
}
.is-scrolled .l-header svg,
.is-scrolled .l-header a {
  color: #342929;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .l-header__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    transform: inherit;
  }
  body:not(.p-home) .l-header__left {
    display: block;
    flex-direction: column;
  }
}
.l-header__logo {
  width: 10.25rem;
}
@media (width <= 768px) {
  .l-header__logo {
    width: 9.1875rem;
    position: relative;
    z-index: 1;
  }
}
.l-header__logo svg {
  height: 2.5rem;
  fill: #fff;
}
@media (width <= 768px) {
  .l-header__logo svg {
    height: 2.25rem;
  }
}
body:not(.has-mv) .l-header__logo svg, .is-scrolled .l-header__logo svg {
  fill: #342929;
}
.is-menu-open .l-header__logo svg {
  fill: #fff !important;
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  margin-top: 1.25rem;
}
@media (width <= 768px) {
  .l-header__right {
    margin-top: 0;
  }
}

@media (width <= 768px) {
  .l-gnav {
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #c4b484;
    overflow-y: scroll;
    transition: 0.3s;
  }
}
.l-gnav__list.c-list {
  display: flex;
  gap: 1.625rem;
}
@media (width <= 768px) {
  .l-gnav__list.c-list {
    gap: 0;
    flex-direction: column;
    padding: 6.25rem 2.5rem;
  }
}
.l-gnav__item {
  line-height: 1;
  position: relative;
}
@media (width <= 768px) {
  .l-gnav__item {
    border-bottom: 1px solid #fff;
  }
}
@media (width <= 768px) {
  .l-gnav__item:has(.l-gnav__sub-list):before {
    content: "";
    width: 1rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(0.5em + 1.25rem);
  }
  .l-gnav__item:has(.l-gnav__sub-list):after {
    content: "";
    width: 1rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(0.5em + 1.25rem);
    transform: rotate(90deg);
    transition: 0.3s;
  }
}
.l-gnav__item.is-gnav-open:after {
  transform: rotate(0);
}
.l-gnav__item--contact {
  border: 1px solid #342929;
  border-radius: 999px;
  transform: translateY(-0.4375rem);
  margin-left: 1.25rem;
}
@media (width <= 768px) {
  .l-gnav__item--contact {
    text-align: center;
    border: 1px solid #fff;
    transform: inherit;
    margin-top: 3rem;
    padding: 0;
    margin-left: 0;
  }
}
.has-mv:not(.is-scrolled) .l-gnav__item--contact {
  border: 1px solid #fff;
}
.l-gnav__item--contact .l-gnav__link {
  display: block;
  padding: 0.4375rem 1.25rem;
}
@media (width <= 768px) {
  .l-gnav__item--contact .l-gnav__link {
    padding: 1.4375rem;
    width: 100%;
  }
}
.l-gnav__link {
  color: #fff;
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .l-gnav__link {
    font-size: 1rem;
    display: block;
    color: #fff !important;
    font-size: 1rem;
    padding: 1.25rem 0;
  }
}
.l-gnav__sub-wrapper {
  display: none;
}
@media (width <= 768px) {
  .l-gnav__sub-list {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem !important;
    gap: 0.625rem 0;
  }
}
.l-gnav__sub-list--2col .l-gnav__sub-item {
  width: 50%;
}
.l-gnav__sub-item {
  padding-left: 0.8125rem;
  position: relative;
  width: 100%;
}
.l-gnav__sub-item:before {
  content: "";
  width: 0.3125rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.l-gnav__sub-item--coming-soon {
  width: 100% !important;
  padding-left: 0;
  margin: 0.3125rem 0.625rem;
  font-size: 1rem;
}
.l-gnav__sub-item--coming-soon:before {
  content: inherit !important;
}
.l-gnav__sub-item--invalid .l-gnav__sub-link {
  pointer-events: none;
}
.l-gnav__sub-link {
  color: #fff;
  font-size: 1rem;
}
@media (width <= 768px) {
  .l-gnav__sub-link {
    color: #fff !important;
  }
}

.l-menu-trigger {
  width: 2rem;
  height: 1.75rem;
  cursor: pointer;
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  z-index: 1000;
  color: #fff;
  text-align: center;
  display: none;
}
@media (width <= 768px) {
  .l-menu-trigger {
    display: block;
  }
}
body:not(.has-mv):not(.is-menu-open) .l-menu-trigger, .is-scrolled:not(.is-menu-open) .l-menu-trigger {
  color: #342929;
}
.l-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 2rem;
  height: 1px;
  position: absolute;
  left: calc(50% - 1rem);
  top: 0;
  display: inline-block;
  background: #fff;
}
body:not(.has-mv):not(.is-menu-open) .l-menu-trigger__bar, .is-scrolled:not(.is-menu-open) .l-menu-trigger__bar {
  background: #342929;
}
.is-menu-open .l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.l-menu-trigger__bar:nth-of-type(2) {
  transform: translateY(0.625rem);
}
.is-menu-open .l-menu-trigger__bar:nth-of-type(2) {
  transform: translateY(0rem) rotate(-45deg);
}
.l-menu-trigger__text {
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.l-article {
  min-height: 31.25rem;
}

/* Footer */
.l-footer__nav {
  background-color: #c4b484;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
  gap: 10.375rem;
}
@media (width <= 768px) {
  .l-footer__nav {
    display: block;
    text-align: center;
    padding: 2.6875rem 0;
  }
}
.l-footer__nav-header {
  width: 16.25rem;
}
@media (width <= 768px) {
  .l-footer__nav-header {
    width: 100%;
  }
}
.l-footer__nav-header-logo {
  width: 9.75rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
@media (width <= 768px) {
  .l-footer__nav-header-logo {
    width: 8.75rem;
    margin-bottom: 2.1875rem;
  }
}
.l-footer__nav-header-logo svg {
  fill: #fff;
  height: auto;
  display: inline;
  height: 2.38875rem;
}
@media (width <= 768px) {
  .l-footer__nav-header-logo svg {
    height: 2.13875rem;
  }
}
.l-footer__nav-header-name {
  letter-spacing: 0.048em;
  font-size: 2rem;
  line-height: 1.35;
}
@media (width <= 768px) {
  .l-footer__nav-header-name {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    line-height: 1.34;
    margin-bottom: 0.625rem;
  }
}
.l-footer__nav-header-p {
  font-size: 0.8125rem;
}
@media (width <= 768px) {
  .l-footer__nav-header-p {
    font-size: 0.75rem;
  }
}
.l-footer__nav-list.c-list {
  width: 59.0625rem;
  display: flex;
  flex-direction: column;
  height: 13.75rem;
  flex-wrap: wrap;
  gap: 0 5rem;
}
@media (width <= 768px) {
  .l-footer__nav-list.c-list {
    display: none;
  }
}
.l-footer__nav-item--faq {
  margin-bottom: 3.75rem;
}
.l-footer__nav-item--contact {
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0.4375rem 1.25rem;
  line-height: 1;
}
.l-footer__nav-link {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
}
.l-footer__nav-sub-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.l-footer__nav-sub-list--2col {
  width: 9.375rem;
  flex-direction: row;
}
.l-footer__nav-sub-list--2col .l-footer__nav-sub-item {
  width: 50%;
}
.l-footer__nav-sub-item {
  position: relative;
  padding-left: 0.8125rem;
  line-height: 1.8;
}
.l-footer__nav-sub-item:before {
  content: "";
  width: 0.3125rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.l-footer__nav-sub-item--coming-soon {
  width: 100% !important;
  text-align: center;
}
.l-footer__nav-sub-item--coming-soon:before {
  content: inherit !important;
}
.l-footer__nav-sub-item--invalid .l-footer__nav-sub-link {
  pointer-events: none;
}
.l-footer__nav-sub-link {
  color: #fff;
  font-size: 0.875rem;
}
.l-footer__bottom {
  text-align: center;
  padding: 5rem 0;
}
@media (width <= 768px) {
  .l-footer__bottom {
    padding: 2.8125rem 0;
  }
}
.l-footer__bottom-p {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .l-footer__bottom-p {
    font-size: 1rem;
  }
}
.l-footer__bottom-logo {
  margin: 1.25rem auto;
  width: 9.5625rem;
}
.l-footer__bottom-list.c-list {
  display: flex;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.l-footer__bottom-item {
  font-size: 0.75rem;
}
.l-footer__bottom-item:after {
  content: "|";
  display: inline-block;
  margin: 0 0.625rem;
}
.l-footer__bottom-item:last-of-type:after {
  content: inherit;
}
.l-footer__bottom-copyrights {
  font-size: 0.75rem;
}

/********************************************
* Form
********************************************/
input[type=email],
input[type=text] {
  width: 500px;
  max-width: 100%;
  padding: 5px;
  height: 35px;
}

textarea {
  width: 500px;
  max-width: 100%;
  height: 250px;
}

input[type=submit] {
  width: 300px;
  height: 35px;
  max-width: 100%;
  border: 1px solid #ccc;
}

/********************************************
* Wordpress
********************************************/
/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* Contact Form */
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

/********************************************
* Component
********************************************/
.c-box {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .c-box {
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
  }
}
.c-box__text {
  width: 50%;
  padding: 0 5rem 0 10rem;
}
@media (width <= 768px) {
  .c-box__text {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.c-box__sub {
  color: #c1a653;
  font-size: 2rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .c-box__sub {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
.c-box__title {
  font-size: 1.3125rem;
  line-height: 1.7485714286;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-box__title {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
}
.c-box__thumb {
  width: 50%;
}
@media (width <= 768px) {
  .c-box__thumb {
    order: 1;
    width: 100%;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc(100% + 3.5rem);
    margin: 0 -1.75rem 1.25rem;
  }
}
.c-box--reverse .c-box__thumb {
  order: 1;
}
.c-box--reverse .c-box__text {
  padding: 0 10rem 0 5rem;
  order: 2;
}
@media (width <= 768px) {
  .c-box--reverse .c-box__text {
    padding: 0;
  }
}

.c-btn {
  display: inline-block;
  border: 1px solid #c1a653;
  color: #c1a653;
  background: #fff url(../images/btn/arrow-right--gold.svg);
  background-repeat: no-repeat;
  background-size: 1.1875rem;
  background-position: calc(100% - 1.875rem) center;
  padding: 1.3125rem 4.375rem 1.3125rem 1.875rem;
  line-height: 1;
}
@media (width <= 768px) {
  .c-btn {
    padding: 0.9375rem 3.75rem 0.9375rem 1.25rem;
    background-position: calc(100% - 1.25rem) center;
  }
}
.c-btn--google {
  border: 1px solid #d3d1cb;
  color: #241d14;
  border-radius: 999px;
  display: inline-block;
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: 0.9375rem center;
  padding-left: 1.5625rem;
  padding: 0.5rem 1.25rem 0.5rem 2.1875rem;
  font-size: 0.875rem;
}

.c-btns {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (width <= 768px) {
  .c-btns {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.c-faq__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.c-faq__item {
  background-color: #fff;
  width: 100%;
  position: relative;
}
.c-faq__item:before {
  width: 1.125rem;
  height: 1px;
  background-color: #342929;
  content: "";
  position: absolute;
  right: 2rem;
  top: 2.8125rem;
}
@media (width <= 768px) {
  .c-faq__item:before {
    top: 2.5rem;
    right: 1.25rem;
  }
}
.c-faq__item:after {
  width: 1.125rem;
  height: 1px;
  background-color: #342929;
  content: "";
  position: absolute;
  right: 2rem;
  top: 2.8125rem;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (width <= 768px) {
  .c-faq__item:after {
    top: 2.5rem;
    right: 1.25rem;
  }
}
.c-faq__item.is-open:after {
  transform: rotate(0);
}
.c-faq__question {
  width: 100%;
  font-size: 1.125rem;
  padding: 1.875rem 3.125rem 1.875rem 5rem;
  position: relative;
  cursor: pointer;
}
@media (width <= 768px) {
  .c-faq__question {
    font-size: 1rem;
    line-height: 1.6;
    padding: 1.25rem 3.125rem 1.25rem 3.75rem;
  }
}
.c-faq__question:before {
  content: "Q";
  font-size: 1.75rem;
  color: #c1a653;
  position: absolute;
  left: 1.875rem;
  line-height: 1;
}
@media (width <= 768px) {
  .c-faq__question:before {
    left: 1.5625rem;
    font-size: 1.3125rem;
  }
}
.c-faq__answer {
  position: relative;
  display: block;
  width: 100%;
  padding: 0rem 3.125rem 1.875rem 5rem;
  line-height: 1.75;
  display: none;
}
@media (width <= 768px) {
  .c-faq__answer {
    padding: 1.25rem 3.125rem 1.25rem 3.75rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.c-faq__answer:before {
  content: "A";
  font-size: 1.75rem;
  color: #c1a653;
  position: absolute;
  left: 1.875rem;
  line-height: 1;
}
@media (width <= 768px) {
  .c-faq__answer:before {
    left: 1.5625rem;
    font-size: 1.3125rem;
  }
}

.c-gmap iframe {
  height: 100%;
  width: 100%;
}

.c-hotel__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 2.5rem;
}
@media (width <= 768px) {
  .c-hotel__list {
    gap: 1.875rem 1.5rem;
  }
}
.c-hotel__item {
  width: calc(25% - 1.875rem);
}
@media (width <= 768px) {
  .c-hotel__item {
    width: calc(50% - 0.75rem);
  }
}
.c-hotel__link {
  color: #fff;
}
.c-hotel__thumb {
  margin-bottom: 0.625rem;
}
.c-hotel__place {
  font-size: 1.125rem;
  line-height: 2.6111111111;
}
@media (width <= 768px) {
  .c-hotel__place {
    font-size: 0.75rem;
  }
}
.c-hotel__title {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (width <= 768px) {
  .c-hotel__title {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.c-hotel-slider {
  padding-bottom: 2.5rem;
}
.c-hotel-slider__thumb {
  margin-bottom: 1.5rem;
}
@media (width <= 768px) {
  .c-hotel-slider__thumb {
    margin-bottom: 0.875rem;
  }
}
.c-hotel-slider__title {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (width <= 768px) {
  .c-hotel-slider__title {
    font-size: 1rem;
  }
}

.c-inner {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .c-inner {
    padding: 0 1.75rem;
  }
}
.c-inner--small {
  max-width: 80rem;
}
@media (width <= 768px) {
  .c-inner--small {
    max-width: 100%;
  }
}
.c-inner--medium {
  max-width: 85rem;
}
@media (width <= 768px) {
  .c-inner--medium {
    max-width: 100%;
  }
}
.c-inner--large {
  max-width: 95rem;
}
@media (width <= 768px) {
  .c-inner--large {
    max-width: 100%;
  }
}
.c-inner--full {
  max-width: 105rem;
}
@media (width <= 768px) {
  .c-inner--full {
    max-width: 100%;
  }
}
.c-inner--extend {
  max-width: 105rem;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.c-inner--contact {
  max-width: 60rem;
}
@media (width <= 768px) {
  .c-inner--contact {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
.c-inner--staff {
  max-width: 75rem;
}
@media (width <= 768px) {
  .c-inner--staff {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.c-link {
  display: inline-block;
  padding-right: 3.125rem;
  background-image: url(../images/btn/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: right center;
  border-bottom: 1px solid #342929;
  padding-bottom: 0.3125rem;
}
@media (width <= 768px) {
  .c-link {
    font-size: 0.8125rem;
  }
}
.c-link--white {
  background-image: url(../images/btn/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: right center;
  border-bottom: 1px solid #fff;
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list--upper-alphabet {
  list-style: upper-alpha;
}
.c-list--lower-alphabet {
  list-style: lower-alpha;
}
.c-list--upper-roman {
  list-style: upper-roman;
}
.c-list--lower-roman {
  list-style: lower-roman;
}
.c-list--none {
  list-style: none;
}
.c-list--circle {
  list-style: circle;
}
.c-list--square {
  list-style: square;
}
.c-list--decimal {
  list-style: decimal;
}
.c-list--decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.c-location__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
}
@media (width <= 768px) {
  .c-location__list {
    gap: 3.125rem;
  }
}
@media (width <= 768px) {
  .c-location__list--showcase {
    gap: 2.1875rem;
  }
}
.c-location__list--showcase .c-location__title {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.c-location__list--coming-soon a {
  pointer-events: none;
}
.c-location__item {
  width: calc(33.3333% - 1.6875rem);
}
@media (width <= 768px) {
  .c-location__item {
    width: 100%;
  }
}
.c-location__thumb {
  margin-bottom: 0.625rem;
}
.c-location__title {
  padding-left: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  background-position: left center;
}
@media (width <= 768px) {
  .c-location__title {
    background-size: 0.9375rem;
    padding-left: 1.5625rem;
    font-size: 1.3125rem;
    margin-bottom: 0rem;
    line-height: 1.6;
  }
}
.c-location__place {
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem;
  background-position: left center;
  padding-left: 1.5625rem;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .c-location__place {
    font-size: 0.875rem;
    background-size: 0.625rem;
    padding-left: 1.25rem;
  }
}
.c-location__p {
  line-height: 1.6;
}
@media (width <= 768px) {
  .c-location__p {
    line-height: 1.6;
  }
}

.c-page__h2 {
  font-size: 2.25rem;
  margin-bottom: 3.375rem;
}
@media (width <= 768px) {
  .c-page__h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.c-page__mv {
  height: 43.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (width <= 768px) {
  .c-page__mv {
    height: 32.625rem;
  }
}
.c-page__mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-page__mv-img {
  position: absolute;
}
.c-page__mv-title {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
}
@media (width <= 768px) {
  .c-page__mv-title {
    font-size: 2rem;
    line-height: 1;
  }
}
.c-page__mv-p {
  width: 42.5rem;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
}
@media (width <= 768px) {
  .c-page__mv-p {
    width: 100%;
    font-size: 1rem;
  }
}
.c-page__mv-name {
  position: absolute;
  bottom: -0.9375rem;
  font-size: 5.75rem;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  mix-blend-mode: screen;
  line-height: 1;
}
@media (width <= 768px) {
  .c-page__mv-name {
    font-size: 2.375rem;
    letter-spacing: 0;
    bottom: -0.5rem;
  }
}
.c-page__mv--short {
  height: 35rem;
}
@media (width <= 768px) {
  .c-page__mv--short {
    height: 27.625rem;
    padding: 0 1.75rem;
    gap: 0;
    flex-direction: column;
  }
}
.c-page__mv--short .c-page__mv-title {
  width: 42.5rem;
  font-size: 2.25rem;
}
@media (width <= 768px) {
  .c-page__mv--short .c-page__mv-title {
    width: 100%;
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
    line-height: 1.6;
  }
}
.c-page__mv--short .c-page__mv-title span {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .c-page__mv--short .c-page__mv-title span {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }
}
.c-page__mv--venue .c-page__mv-title {
  width: 85rem;
  margin: 0 auto;
  text-align: left;
}
@media (width <= 768px) {
  .c-page__mv--venue .c-page__mv-title {
    width: 100%;
    line-height: 1.6;
  }
}
.c-page__mv--venue .c-page__mv-p {
  display: none;
}
.c-page__top {
  text-align: center;
  padding: 7.5rem 0;
}
@media (width <= 768px) {
  .c-page__top {
    text-align: left;
    padding: 5rem 0;
  }
}
.c-page__top-sub-title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.c-page__top-title {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .c-page__top-title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}
.c-page__top-p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (width <= 768px) {
  .c-page__top-p {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
}
.c-page__top--home .c-page__top-title {
  font-size: 2.5rem;
}
@media (width <= 768px) {
  .c-page__top--home .c-page__top-title {
    font-size: 1.75rem;
    line-height: 1.6;
  }
}
.c-page__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.75rem auto 0;
}
@media (width <= 768px) {
  .c-page__icon {
    flex-wrap: wrap;
    gap: 1.5625rem 0;
    margin: 2.5rem auto 0;
  }
}
.c-page__icon-item {
  width: 10.625rem;
  text-align: center;
}
@media (width <= 768px) {
  .c-page__icon-item {
    width: 8.25rem;
    text-align: center;
  }
}
.c-page__icon-title {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .c-page__icon-title {
    font-size: 0.875rem;
  }
}
.c-page__icon-img {
  width: 5.25rem;
  margin: 0 auto 1.25rem;
}
@media (width <= 768px) {
  .c-page__icon-img {
    width: 4.5rem;
    margin-bottom: 0.3125rem;
  }
}
.c-page__icon--flow {
  gap: 5.1875rem;
}
@media (width <= 768px) {
  .c-page__icon--flow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.75rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
.c-page__icon--flow .c-page__icon-item {
  width: 10.0625rem;
  height: 10.0625rem;
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (width <= 768px) {
  .c-page__icon--flow .c-page__icon-item {
    width: 6.125rem;
    height: 6.125rem;
  }
}
.c-page__icon--flow .c-page__icon-item:after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-top: 2px solid #c1a653;
  border-right: 2px solid #c1a653;
  transform: rotate(45deg);
  right: -2.8125rem;
}
@media (width <= 768px) {
  .c-page__icon--flow .c-page__icon-item:after {
    width: 0.75rem;
    height: 0.75rem;
    right: -1.125rem;
  }
}
@media (width <= 768px) {
  .c-page__icon--flow .c-page__icon-item:nth-of-type(2) {
    margin-right: 1.25rem;
  }
}
.c-page__icon--flow .c-page__icon-item:last-of-type:after {
  content: inherit;
}
.c-page__icon--flow .c-page__icon-title {
  font-size: 1rem;
}
@media (width <= 768px) {
  .c-page__icon--flow .c-page__icon-title {
    font-size: 0.75rem;
  }
}
.c-page__icon--flow .c-page__icon-img {
  width: 3.41875rem;
  margin-bottom: 0;
}
@media (width <= 768px) {
  .c-page__icon--flow .c-page__icon-img {
    width: 2.0625rem;
  }
}
.c-page__layout01 {
  padding: 5rem 0;
}
.c-page__layout01-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-right: 5rem;
  margin-bottom: 3.125rem;
}
@media (width <= 768px) {
  .c-page__layout01-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.c-page__layout01-text {
  padding: 1.5rem;
}
@media (width <= 768px) {
  .c-page__layout01-text {
    padding: 0.625rem 1.25rem;
    padding-right: 0rem;
  }
}
.c-page__layout01-title {
  font-size: 3.25rem;
}
@media (width <= 768px) {
  .c-page__layout01-title {
    font-size: 2rem;
  }
}
.c-page__layout01-p {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .c-page__layout01-p {
    font-size: 1rem;
  }
}
.c-page__layout01-inner {
  max-width: 105rem;
  margin: 0 auto;
}
.c-page__layout01-slider {
  padding-bottom: 3.125rem;
}
@media (width <= 768px) {
  .c-page__layout01-slider {
    padding-bottom: 1.875rem;
  }
}
.c-page__layout01-slider-title {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .c-page__layout01-slider-title {
    font-size: 1.3125rem;
  }
}
.c-page__layout01-slider-p {
  line-height: 1.375;
}
@media (width <= 768px) {
  .c-page__layout01-slider-p {
    line-height: 1.6;
  }
}
.c-page__layout01-thumb {
  height: 24.875rem;
}
@media (width <= 768px) {
  .c-page__layout01-thumb {
    height: 15.3125rem;
  }
}
.c-page__feature-thumb {
  margin-bottom: 7.5rem;
}
@media (width <= 768px) {
  .c-page__feature-thumb {
    margin-bottom: 4.375rem;
  }
}
.c-page__feature .c-inner {
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .c-page__feature .c-inner {
    flex-wrap: wrap;
  }
}
.c-page__feature-side {
  width: 18.5rem;
  padding-left: 5rem;
  position: relative;
}
@media (width <= 768px) {
  .c-page__feature-side {
    padding-left: 0rem;
    width: 100%;
  }
}
.c-page__feature-title {
  font-size: 2.625rem;
  position: sticky;
  top: 7.5rem;
}
@media (width <= 768px) {
  .c-page__feature-title {
    position: relative;
    top: 0;
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
.c-page__feature-content {
  width: 71.625rem;
}
@media (width <= 768px) {
  .c-page__feature-content {
    width: 100%;
  }
}
.c-page__feature-list {
  width: calc(100% + 5rem);
  margin-right: -5rem;
}
@media (width <= 768px) {
  .c-page__feature-list {
    width: 100%;
    margin-right: 0;
  }
}
.c-page__feature-list-item {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 6.5rem;
}
@media (width <= 768px) {
  .c-page__feature-list-item {
    flex-wrap: wrap;
    margin-bottom: 3.5625rem;
  }
}
.c-page__feature-list-item:last-of-type {
  margin-bottom: 0;
}
.c-page__feature-list-text {
  width: 24.5rem;
}
@media (width <= 768px) {
  .c-page__feature-list-text {
    width: 100%;
    order: 2;
  }
}
.c-page__feature-list-thumb {
  width: 45rem;
}
@media (width <= 768px) {
  .c-page__feature-list-thumb {
    width: 100%;
    order: 1;
    margin-bottom: 1.875rem;
  }
}
@media (width <= 768px) {
  .c-page__feature-list-thumb--sp-left {
    margin-left: -1.75rem;
    margin-right: -0.5rem;
    width: calc(100% + 2.25rem);
  }
}
@media (width <= 768px) {
  .c-page__feature-list-thumb--sp-right {
    margin-right: -1.75rem;
    margin-left: -0.5rem;
    width: calc(100% + 2.25rem);
  }
}
.c-page__feature-item-title {
  color: #c1a653;
  font-size: 2rem;
  line-height: 1.6875;
  border-bottom: 1px solid #c1a653;
  display: inline-block;
  padding-bottom: 0.3125rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .c-page__feature-item-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.c-page__feature--hotel .c-page__feature-list-item {
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (width <= 768px) {
  .c-page__feature--hotel .c-page__feature-list-item {
    gap: 0;
  }
}
.c-page__feature--hotel .c-page__feature-list-text {
  width: 37.0625rem;
}
@media (width <= 768px) {
  .c-page__feature--hotel .c-page__feature-list-text {
    order: 2;
    margin-bottom: 1.875rem;
  }
}
.c-page__feature--hotel .c-page__feature-list-thumb {
  width: 37.0625rem;
}
@media (width <= 768px) {
  .c-page__feature--hotel .c-page__feature-list-thumb:nth-of-type(2) {
    order: 1;
  }
}
@media (width <= 768px) {
  .c-page__feature--hotel .c-page__feature-list-thumb:nth-of-type(3), .c-page__feature--hotel .c-page__feature-list-thumb:nth-of-type(4) {
    order: 3;
    margin-bottom: 0.9375rem;
  }
}
.c-page__section-header {
  height: 40.125rem;
}
@media (width <= 768px) {
  .c-page__section-header {
    height: 17.5rem;
  }
}
.c-page__model {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .c-page__model {
    flex-wrap: wrap;
  }
}
.c-page__model-thumb {
  width: 50%;
}
@media (width <= 768px) {
  .c-page__model-thumb {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.c-page__model-text {
  width: 50%;
  padding-left: 5rem;
}
@media (width <= 768px) {
  .c-page__model-text {
    width: 100%;
    padding-left: 0;
  }
}
.c-page__model-title {
  color: #c1a653;
  font-size: 1.75rem;
  margin-bottom: 1.5625rem;
}
@media (width <= 768px) {
  .c-page__model-title {
    font-size: 1.3125rem;
    margin-bottom: 0.9375rem;
  }
}
.c-page__model-p {
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .c-page__model-p {
    margin-bottom: 1.875rem;
  }
}
.c-page__contact {
  background-image: url(../images/page/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (width <= 768px) {
  .c-page__contact {
    background-image: url(../images/page/contact-bg-sp.jpg);
    height: 27.5rem;
  }
}
.c-page__contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
}
.c-page__contact .c-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.c-page__contact .c-page__h2 {
  margin-bottom: 0.625rem;
  line-height: 1;
  font-size: 2.5rem;
}
@media (width <= 768px) {
  .c-page__contact .c-page__h2 {
    font-size: 2rem;
  }
}
.c-page__contact-p {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-bottom: 4.0625rem;
}
@media (width <= 768px) {
  .c-page__contact-p {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.c-page__contact .c-btn {
  width: 20rem;
  text-align: left;
}
@media (width <= 768px) {
  .c-page__contact .c-btn {
    width: 17.5rem;
  }
}

.c-pagenation {
  margin: 50px 0 0 0;
  text-align: center;
}
.c-pagenation:after, .c-pagenation__navul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.c-pagenation__nav {
  margin: 0;
}
.c-pagenation__item {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-bottom: 3px;
}
.c-pagenation__item:first-child {
  margin-left: 0;
}
.c-pagenation__item--active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.c-pagenation__link {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.c-pagenation__link:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.c-scroll {
  overflow-x: auto;
}
.c-scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}

.c-scroll-bar {
  overflow-y: scroll;
}
.c-scroll-bar::-webkit-scrollbar {
  width: 0.15625rem;
}
.c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #c1a653;
  border-radius: 999px;
}
.c-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.15625rem;
}

.c-section--bg {
  background-color: #fafaf8;
}
.c-section--ichimatsu-top {
  background-image: url(../images/common/bg-ichimatsu-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 105rem;
}
@media (width <= 768px) {
  .c-section--ichimatsu-top {
    background-image: url(../images/common/bg-ichimatsu-top-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 24.375rem;
  }
}

.c-showcase-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
}
@media (width <= 768px) {
  .c-showcase-list {
    gap: 2.0625rem;
  }
}
.c-showcase-list__item {
  width: calc(33.3333% - 1.6875rem);
}
@media (width <= 768px) {
  .c-showcase-list__item {
    width: 100%;
  }
}
.c-showcase-list__thumb {
  margin-bottom: 1.5rem;
}
@media (width <= 768px) {
  .c-showcase-list__thumb {
    margin-bottom: 1.25rem;
  }
}
.c-showcase-list__title {
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.02em;
}
@media (width <= 768px) {
  .c-showcase-list__title {
    font-size: 1.3125rem;
    letter-spacing: 0.04em;
  }
}
.c-showcase-list__place {
  font-size: 1.125rem;
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  background-position: left 0.1em;
  line-height: 1.35;
  padding-left: 1.5625rem;
}
@media (width <= 768px) {
  .c-showcase-list__place {
    background-size: 0.625rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    margin-bottom: 0rem;
  }
}

.c-slider__button {
  width: 3.75rem;
  height: 3.75rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (width <= 768px) {
  .c-slider__button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-slider__button:after {
  content: inherit;
}
.c-slider__button--prev {
  transform: rotate(-135deg);
  left: 1.875rem;
}
@media (width <= 768px) {
  .c-slider__button--prev {
    left: 0.9375rem;
  }
}
.c-slider__button--next {
  transform: rotate(45deg);
  right: 1.875rem;
}
@media (width <= 768px) {
  .c-slider__button--next {
    right: 0.9375rem;
  }
}
.c-slider__scrollbar {
  background-color: #d3d1cb;
  max-width: 85rem;
  left: calc(50% - 42.5rem) !important;
  height: 2px !important;
}
@media (width <= 768px) {
  .c-slider__scrollbar {
    max-width: 21.875rem;
    left: calc(50% - 10.9375rem) !important;
  }
}
.c-slider__scrollbar .swiper-scrollbar-drag {
  background-color: #c1a653;
}
.c-slider__controller {
  width: 100%;
}
.c-slider__controller--style {
  height: 100%;
}
.c-slider__controller--style .c-slider__button-wrapper {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (width <= 768px) {
  .c-slider__controller--style .c-slider__button-wrapper {
    width: 1.5rem;
  }
}
.c-slider__controller--style .c-slider__button-wrapper--prev {
  left: 0;
}
.c-slider__controller--style .c-slider__button-wrapper--next {
  right: 0;
}
.c-slider__controller--style .c-slider__button {
  position: static;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}
@media (width <= 768px) {
  .c-slider__controller--style .c-slider__button {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-slider02 {
  padding-bottom: 3.75rem;
  position: relative;
}
@media (width <= 768px) {
  .c-slider02 {
    padding-bottom: 1.875rem;
  }
}
.c-slider02 .c-slidere__controller {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: end;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
@media (width <= 768px) {
  .c-slider02 .c-slidere__controller {
    gap: 1rem;
  }
}
.c-slider02 .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 999px;
  background-color: #d3d1cb;
  opacity: 1;
}
@media (width <= 768px) {
  .c-slider02 .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-slider02 .swiper-pagination-bullet-active {
  background-color: #c1a653;
}
.c-slider02 .swiper-pagination {
  gap: 2rem;
  display: flex;
  justify-content: center;
}
@media (width <= 768px) {
  .c-slider02 .swiper-pagination {
    gap: 0.625rem;
  }
}

.c-slider-linear .swiper-wrapper {
  transition-timing-function: linear;
}

.c-staff-list__item {
  background-color: #fff;
  padding: 5rem 6.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
}
@media (width <= 768px) {
  .c-staff-list__item {
    flex-wrap: wrap;
    padding: 2.5rem 2rem;
  }
}
.c-staff-list__item:last-of-type {
  margin-bottom: 0;
}
.c-staff-list__header {
  width: 12.5rem;
  text-align: center;
}
@media (width <= 768px) {
  .c-staff-list__header {
    width: 100%;
  }
}
.c-staff-list__thumb {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-staff-list__thumb {
    margin: 0 auto 1.5625rem;
  }
}
.c-staff-list__position {
  color: #c1a653;
  font-size: 1rem;
  line-height: 1.2;
}
.c-staff-list__title {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
.c-staff-list__text {
  width: 44.5rem;
}
@media (width <= 768px) {
  .c-staff-list__text {
    width: 100%;
  }
}

.c-style-list__item {
  padding: 5rem 0;
  border-bottom: 1px solid #d3d1cb;
}
@media (width <= 768px) {
  .c-style-list__item {
    padding: 2.5rem 0;
  }
}
.c-style-list__item:first-of-type {
  padding-top: 0;
}
.c-style-list__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.c-style-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .c-style-list__header {
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
  }
}
.c-style-list__header-title {
  font-size: 2.25rem;
}
@media (width <= 768px) {
  .c-style-list__header-title {
    font-size: 1.75rem;
    width: 100% !important;
  }
}
.c-style-list__header-p {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .c-style-list__header-p {
    font-size: 1rem;
    width: 100% !important;
  }
}
.c-style-list__header-p:has(.c-link) {
  margin-bottom: 1.25rem;
}
#shinto .c-style-list__header .c-style-list__header-title {
  width: 6.875rem;
}
#shinto .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 6.875rem - 5rem);
}
#chapel .c-style-list__header .c-style-list__header-title {
  width: 7.5rem;
}
#chapel .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 7.5rem - 5rem);
}
#garden .c-style-list__header .c-style-list__header-title {
  width: 18.125rem;
}
#garden .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 18.125rem - 5rem);
}
#castle .c-style-list__header .c-style-list__header-title {
  width: 16.875rem;
}
#castle .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 16.875rem - 5rem);
}
#resort .c-style-list__header .c-style-list__header-title {
  width: 17.1875rem;
}
#resort .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 17.1875rem - 5rem);
}
#historic .c-style-list__header .c-style-list__header-title {
  width: 13.125rem;
}
#historic .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 13.125rem - 5rem);
}
#shogun .c-style-list__header .c-style-list__header-title {
  width: 18.4375rem;
}
#shogun .c-style-list__header .c-style-list__header-p {
  width: calc(100% - 18.4375rem - 5rem);
}
.c-style-list__p:has(.c-link) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 768px) {
  .c-style-list__p:has(.c-link) {
    flex-wrap: wrap;
  }
}
.c-style-list__p:has(.c-link) span {
  width: calc(100% - 12.5rem);
}
@media (width <= 768px) {
  .c-style-list__p:has(.c-link) span {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.c-style-list__slider-main {
  margin-bottom: 1.5rem;
}
@media (width <= 768px) {
  .c-style-list__slider-main {
    width: calc(100% + 3.5rem);
    margin: 0 -1.75rem 0.4375rem;
  }
}
.c-style-list__slider-thumb {
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .c-style-list__slider-thumb {
    width: calc(100% + 3.5rem);
    margin: 0 -1.75rem 1.625rem;
  }
}
.c-style-list__slider-thumb .swiper-slide {
  opacity: 0.5;
}
.c-style-list__slider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d1d1d1;
}
.c-table th {
  text-align: left;
  padding: 0.9375rem 0;
  width: 13.125rem;
  border-top: 1px solid #d1d1d1;
  vertical-align: middle;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (width <= 768px) {
  .c-table th {
    padding: 1.125rem 0;
    font-size: 0.8125rem;
    width: 9.375rem;
  }
}
.c-table td {
  padding: 0.9375rem 0;
  text-align: left;
  border-top: 1px solid #d1d1d1;
}
@media (width <= 768px) {
  .c-table td {
    padding: 1.125rem 0;
    font-size: 0.875rem;
  }
}

.c-venue-slider {
  padding-bottom: 2.5rem;
}
@media (width <= 768px) {
  .c-venue-slider {
    margin-left: 0;
  }
}
.c-venue-slider__thumb {
  margin-bottom: 1.5rem;
}
.c-venue-slider__title {
  padding-left: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  background-position: left 0.1em;
  line-height: 1.35;
}
@media (width <= 768px) {
  .c-venue-slider__title {
    background-size: 0.9375rem;
    padding-left: 1.5625rem;
    font-size: 1.3125rem;
    margin-bottom: 0rem;
  }
}
.c-venue-slider .c-slider__scrollbar {
  max-width: inherit;
  width: 100%;
  left: 0 !important;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media (width <= 768px) {
  .c-youtube {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc(100% + 3.5rem);
    padding-top: 66.25%;
  }
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* Project
********************************************/
.p-home__mv {
  height: 59.1875rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (width <= 768px) {
  .p-home__mv {
    align-items: end;
    height: 100vh;
  }
}
.p-home__mv-img {
  position: absolute;
}
.p-home__mv .c-inner {
  padding-left: 2.5rem;
}
@media (width <= 768px) {
  .p-home__mv .c-inner {
    padding-left: 1.25rem;
  }
}
.p-home__mv-inner {
  position: relative;
  z-index: 1;
  transform: translateY(5rem);
}
@media (width <= 768px) {
  .p-home__mv-inner {
    transform: inherit;
    padding-bottom: 5rem;
  }
}
.p-home__mv-title {
  color: #fff;
  position: relative;
  font-size: 5.25rem;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-home__mv-title {
    font-size: 2.9375rem;
    letter-spacing: 0.01em;
    line-height: 1.3489361702;
    margin-bottom: 0;
  }
}
.p-home__mv-p {
  color: #fff;
}
@media (width <= 768px) {
  .p-home__mv-p {
    font-size: 0.875rem;
  }
}
.p-home .c-page__top {
  padding: 9rem 0 11.5625rem;
  background: #fff url(../images/common/bg-ichimatsu-bottom.png);
  background-repeat: repeat-x;
  background-size: 105rem;
  background-position: center bottom;
  position: relative;
}
@media (width <= 768px) {
  .p-home .c-page__top {
    padding: 5.625rem 0 6.875rem;
    background-image: url(../images/common/bg-ichimatsu-bottom-sp.png);
    background-size: 24.375rem;
    background-position: center bottom;
    overflow: hidden;
  }
}
.p-home .c-page__top-title {
  padding-bottom: 5rem;
  position: relative;
}
@media (width <= 768px) {
  .p-home .c-page__top-title {
    padding-bottom: 4.375rem;
    text-align: center;
  }
}
.p-home .c-page__top-title:after {
  width: 4rem;
  height: 2px;
  background-color: #c1a653;
  content: "";
  position: absolute;
  bottom: 3.125rem;
  left: calc(50% - 2rem);
}
@media (width <= 768px) {
  .p-home .c-page__top-title:after {
    width: 2.5rem;
    left: calc(50% - 1.25rem);
    bottom: 2.1875rem;
  }
}
.p-home .c-page__top .p-home__page-top-bg {
  max-width: 105rem;
  margin: 0 auto;
}
.p-home .c-page__top .p-home__page-top-bg2 {
  position: absolute;
  left: 8.125rem;
  top: 4.625rem;
  width: 30.25rem;
}
.p-home .c-page__icon {
  margin: 3.75rem auto 10rem;
}
@media (width <= 768px) {
  .p-home .c-page__icon {
    margin: 2.5rem auto 5rem;
  }
}
.p-home__location {
  padding: 8.75rem 0 10rem;
}
@media (width <= 768px) {
  .p-home__location {
    padding: 5rem 0;
  }
}
@media (width <= 768px) {
  .p-home__location .c-inner {
    padding: 0 1.25rem;
  }
}
.p-home__location .c-link {
  float: right;
}
.p-home__location .c-page__layout01-slider-title {
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: left center;
  padding-left: 1.875rem;
}
@media (width <= 768px) {
  .p-home__location .c-page__layout01-slider-title {
    background-size: 0.9375rem;
    padding-left: 1.5625rem;
  }
}
.p-home__location .swiper-scrollbar-lock {
  display: block !important;
}
.p-home__showcase {
  padding-top: 0;
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-home__showcase {
    padding-bottom: 5.625rem;
  }
}
.p-home__showcase .c-page__layout01-slider-p {
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem;
  background-position: left center;
  padding-left: 1.5625rem;
}
@media (width <= 768px) {
  .p-home__showcase .c-page__layout01-slider-p {
    background-size: 0.625rem;
    padding-left: 0.9375rem;
  }
}
.p-home__showcase .swiper-scrollbar-lock {
  display: block !important;
}
.p-home__about {
  position: relative;
}
@media (width <= 768px) {
  .p-home__about {
    margin-bottom: 3.125rem;
  }
}
.p-home__about .c-inner {
  position: relative;
}
.p-home__about-top-bg {
  height: 45rem;
  width: 100%;
}
@media (width <= 768px) {
  .p-home__about-top-bg {
    height: 17.5rem;
  }
}
.p-home__about-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 6.25rem 6.875rem 10rem 12.5rem;
  margin: -10rem 5rem 0 0;
}
@media (width <= 768px) {
  .p-home__about-inner {
    width: calc(100% + 2.25rem);
    flex-wrap: wrap;
    padding: 3.125rem 0.5rem 3.125rem 1.75rem;
    margin: -6.25rem -0.5rem 0 -1.75rem;
  }
}
.p-home__about-text {
  width: 45rem;
}
.p-home__about-title {
  font-size: 3rem;
}
@media (width <= 768px) {
  .p-home__about-title {
    font-size: 2rem;
  }
}
.p-home__about-sub {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (width <= 768px) {
  .p-home__about-sub {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 0.625rem;
  }
}
.p-home__about-p {
  font-size: 1.125rem;
  margin-bottom: 4rem;
}
@media (width <= 768px) {
  .p-home__about-p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-home__about-thumb {
  width: 28.5rem;
  text-align: right;
}
.p-home__about-thumb .c-link {
  position: relative;
  z-index: 1;
}
.p-home__about-img {
  margin-bottom: 9rem;
  display: block;
}
@media (width <= 768px) {
  .p-home__about-img {
    margin-bottom: 1.875rem;
  }
}
@media (width <= 768px) {
  .p-home__about .c-youtube {
    margin-bottom: 2.5rem;
  }
}
.p-home__about-bg2 {
  position: absolute;
  width: 19.125rem;
  bottom: 14.375rem;
  right: 13.75rem;
}
.p-home__style {
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-home__style {
    padding: 5.625rem 0;
  }
}
.p-home__style .swiper-scrollbar-lock {
  display: block !important;
}
.p-home__plan {
  padding: 0 0 10rem;
}
@media (width <= 768px) {
  .p-home__plan {
    padding-bottom: 5.625rem;
  }
}
.p-home__plan .c-page__layout01-header {
  align-items: center;
}
@media (width <= 768px) {
  .p-home__plan .c-page__layout01-header {
    justify-content: space-between;
    margin-bottom: 1.5625rem;
  }
}
.p-home__plan .swiper-scrollbar-lock {
  display: block !important;
}
.p-home__hotel {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-home__hotel {
    padding-bottom: 2.5rem;
  }
}
.p-home__hotel-top-bg {
  height: 40rem;
  width: 100%;
}
@media (width <= 768px) {
  .p-home__hotel-top-bg {
    height: 17.5rem;
  }
}
.p-home__hotel .c-inner {
  padding-right: 3.4375rem;
}
@media (width <= 768px) {
  .p-home__hotel .c-inner {
    padding: 1.75rem;
  }
}
.p-home__hotel-inner {
  padding: 4.75rem 6.5rem 0rem 10rem;
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-home__hotel-inner {
    padding: 1.75rem 0.5rem 1.75rem 1.75rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin-left: -1.75rem;
    margin-right: -0.5rem;
    width: calc(100% + 2.25rem);
    flex-wrap: wrap;
    margin-top: -6.875rem;
  }
}
.p-home__hotel-text {
  width: 50rem;
}
@media (width <= 768px) {
  .p-home__hotel-text {
    flex-wrap: wrap;
    display: flex;
    justify-content: end;
  }
}
.p-home__hotel-title {
  font-size: 3rem;
}
@media (width <= 768px) {
  .p-home__hotel-title {
    font-size: 2rem;
    width: 100%;
  }
}
.p-home__hotel-p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (width <= 768px) {
  .p-home__hotel-p {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-home__hotel-thumb {
  width: 28.5rem;
}
.p-home__hotel-img {
  margin-top: -12.5rem;
}
@media (width <= 768px) {
  .p-home__hotel-img {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
.p-home__news {
  padding: 2rem 0;
  background-color: #c4b484;
  color: #fff;
}
@media (width <= 768px) {
  .p-home__news .c-inner {
    padding: 0 1.25rem;
  }
}
.p-home__news .swiper {
  padding: 0 6.25rem;
  position: relative;
}
@media (width <= 768px) {
  .p-home__news .swiper {
    padding: 0 1.875rem;
  }
}
.p-home__news .swiper:before {
  content: "";
  height: 100%;
  width: 5rem;
  background-color: #c4b484;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (width <= 768px) {
  .p-home__news .swiper:before {
    width: 1.875rem;
  }
}
.p-home__news .swiper:after {
  content: "";
  height: 100%;
  width: 5rem;
  background-color: #c4b484;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
@media (width <= 768px) {
  .p-home__news .swiper:after {
    width: 1.875rem;
  }
}
.p-home__news .c-link {
  color: #fff;
  opacity: 1;
}
.p-home__news .c-link:hover {
  opacity: 1;
}
.p-home__news-slider-item {
  display: flex;
  font-size: 1.125rem;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-home__news-slider-item {
    flex-wrap: wrap;
  }
}
.p-home__news-slider-date {
  width: 7.5rem;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .p-home__news-slider-date {
    width: 100%;
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .p-home__news-slider-title {
    font-size: 0.875rem;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    margin-bottom: 0.3125rem;
  }
}
.p-home__news-slider-text {
  width: calc(100% - 9.375rem);
  line-height: 1.6;
}
@media (width <= 768px) {
  .p-home__news-slider-text {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-home__news .c-link {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .p-home__news .c-link {
    font-size: 0.8125rem;
  }
}
.p-home__news .c-slider__button {
  width: 1.875rem;
  height: 1.875rem;
  top: 2.5rem;
}
@media (width <= 768px) {
  .p-home__news .c-slider__button {
    width: 1.25rem;
    height: 1.25rem;
    top: 4.0625rem;
  }
}
.p-home__news .c-slider__button:after {
  content: inherit;
}
.p-home__news .c-slider__button--prev {
  left: 1.875rem;
}
@media (width <= 768px) {
  .p-home__news .c-slider__button--prev {
    left: 0.1875rem;
  }
}
.p-home__news .c-slider__button--next {
  right: 1.875rem;
}
@media (width <= 768px) {
  .p-home__news .c-slider__button--next {
    right: 0.1875rem;
  }
}
.p-home__flow {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-home__flow {
    padding: 5.625rem 0;
  }
}
.p-home__flow .c-inner {
  padding-right: 2.5rem;
}
@media (width <= 768px) {
  .p-home__flow .c-inner {
    padding: 0 1.25rem;
  }
}
.p-home__flow-title {
  font-size: 3rem;
  margin-bottom: 2.8125rem;
}
@media (width <= 768px) {
  .p-home__flow-title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
.p-home__flow-list {
  margin: 0 0 2.5rem 2.5rem;
  position: relative;
  z-index: 1;
}
@media (width <= 768px) {
  .p-home__flow-list {
    margin-left: 0;
    margin-bottom: 1.5625rem;
  }
}
.p-home__flow-item {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, transparent 0, transparent 2.875rem, #d3d1cb 2.875rem, #d3d1cb calc(2.875rem + 1px), transparent calc(2.875rem + 1px), transparent 100%);
  padding-bottom: 7.8125rem;
}
@media (width <= 768px) {
  .p-home__flow-item {
    padding-bottom: 2.5rem;
    background: linear-gradient(to right, transparent 0, transparent 2.25rem, #d3d1cb 2.25rem, #d3d1cb calc(2.25rem + 1px), transparent calc(2.25rem + 1px), transparent 100%);
  }
}
.p-home__flow-item:last-of-type {
  background: none;
  padding-bottom: 0;
}
.p-home__flow-step {
  background-color: #fafaf8;
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 999px;
  border: 1px solid #d3d1cb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  flex-direction: column;
}
@media (width <= 768px) {
  .p-home__flow-step {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.375rem;
  }
}
.p-home__flow-step span {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .p-home__flow-step span {
    font-size: 0.625rem;
  }
}
.p-home__flow-inner {
  width: 70.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .p-home__flow-inner {
    width: 15.875rem;
    flex-wrap: wrap;
  }
}
.p-home__flow-thumb {
  width: 22.5rem;
  position: relative;
}
@media (width <= 768px) {
  .p-home__flow-thumb {
    margin-bottom: 0.9375rem;
  }
}
.p-home__flow-cap {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.625rem;
  bottom: 0;
  left: 0;
}
@media (width <= 768px) {
  .p-home__flow-cap {
    font-size: 0.75rem;
    padding: 0.3125rem;
    line-height: 1;
  }
}
.p-home__flow-text {
  width: 43.75rem;
}
.p-home__flow-text-title {
  font-size: 1.75rem;
}
@media (width <= 768px) {
  .p-home__flow-text-title {
    font-size: 1.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-home__flow .c-link {
  position: relative;
  z-index: 1;
}
.p-home__flow-bg {
  width: 38.75rem;
  position: absolute;
  right: -6.25rem;
  bottom: 8.125rem;
}
.p-home__salon {
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-home__salon {
    padding: 0 0 5.625rem 0;
  }
}
.p-home__salon-header {
  display: flex;
  align-items: center;
  background-image: url(../images/home/salon-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 70rem;
  height: 35rem;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-home__salon-header {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc(100% + 3.5rem);
    background-image: url(../images/home/salon-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 24.375rem;
    height: auto;
    padding-top: 11.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-home__salon-header-inner {
  background-color: #fff;
  padding: 5.25rem 3.75rem 5.25rem 10rem;
}
@media (width <= 768px) {
  .p-home__salon-header-inner {
    padding: 3.125rem 1.25rem 1.25rem 1.75rem;
    margin-right: 1.25rem;
  }
}
.p-home__salon-title {
  font-size: 3rem;
}
@media (width <= 768px) {
  .p-home__salon-title {
    font-size: 2rem;
  }
}
.p-home__salon-p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
@media (width <= 768px) {
  .p-home__salon-p {
    font-size: 1rem;
  }
}
.p-home__salon-place {
  display: flex;
  gap: 2.5rem;
}
@media (width <= 768px) {
  .p-home__salon-place {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-home__salon-place-item {
  font-size: 1.3125rem;
  background-image: url(../images/icon/marker01.svg);
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  background-position: left center;
  padding-left: 1.5625rem;
}
@media (width <= 768px) {
  .p-home__salon-place-item {
    font-size: 1rem;
    background-size: 0.7125rem;
    padding-left: 1rem;
  }
}
.p-home__salon-item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 5rem 0;
  border-bottom: 1px solid #d3d1cb;
}
@media (width <= 768px) {
  .p-home__salon-item {
    flex-wrap: wrap;
    padding: 2.5rem 0;
  }
}
.p-home__salon-item:first-of-type {
  padding-top: 0;
}
.p-home__salon-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-home__salon-thumb {
  width: 27.5rem;
}
@media (width <= 768px) {
  .p-home__salon-thumb {
    width: 100%;
  }
}
.p-home__salon .c-gmap {
  width: 27.5rem;
  height: 20.625rem;
  display: inline-block;
}
@media (width <= 768px) {
  .p-home__salon .c-gmap {
    width: 100%;
    height: 15.625rem;
  }
}
.p-home__salon-text {
  width: 27rem;
  padding-left: 2.5rem;
}
@media (width <= 768px) {
  .p-home__salon-text {
    padding-left: 0;
  }
}
.p-home__salon-text .c-btn {
  margin-bottom: 1.25rem;
}
.p-home__salon-list-title {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-home__salon-list-title {
    font-size: 1.3125rem;
    margin-bottom: 0.3125rem;
  }
}
.p-home__salon-list-address {
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-home__salon-list-address {
    margin-bottom: 0.3125rem;
  }
}
.p-home__staff {
  padding: 10rem 0 15.625rem;
}
@media (width <= 768px) {
  .p-home__staff {
    padding: 6.875rem 0 6.25rem;
    overflow: hidden;
  }
}
.p-home__staff .c-inner {
  display: flex;
  position: relative;
}
@media (width <= 768px) {
  .p-home__staff .c-inner {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
.p-home__staff-text {
  width: 16.25rem;
}
@media (width <= 768px) {
  .p-home__staff-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 3.75rem;
  }
}
.p-home__staff-title {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-home__staff-title {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1;
  }
}
.p-home__staff-slider {
  width: calc(100% - 16.25rem);
  padding-bottom: 3.75rem;
}
@media (width <= 768px) {
  .p-home__staff-slider {
    width: 100%;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    padding-bottom: 1.875rem;
  }
}
.p-home__staff-slider-thumb {
  margin-bottom: 0.625rem;
}
.p-home__staff-slider-position {
  color: #c1a653;
  margin-bottom: 0;
}
@media (width <= 768px) {
  .p-home__staff-slider-position {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
  }
}
.p-home__staff-slider-title {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .p-home__staff-slider-title {
    font-size: 1rem;
  }
}
.p-home__staff .swiper-scrollbar-lock {
  display: block !important;
  width: 100% !important;
  left: 0 !important;
}
.p-home__staff-bg {
  position: absolute;
  bottom: -3.75rem;
  left: -5rem;
  width: 19.125rem;
}
@media (width <= 768px) {
  .p-home__staff-bg {
    display: none;
  }
}
.p-home__faq {
  color: #fff;
  background-image: url(../images/home/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-home__faq {
    padding: 6.875rem 0;
  }
}
.p-home__faq .c-inner {
  display: flex;
}
@media (width <= 768px) {
  .p-home__faq .c-inner {
    flex-wrap: wrap;
    padding: 0 1.25rem;
  }
}
.p-home__faq-text {
  width: 16.25rem;
}
@media (width <= 768px) {
  .p-home__faq-text {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.875rem;
  }
}
.p-home__faq-title {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-home__faq-title {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
.p-home__faq .c-link {
  color: #fff;
}
.p-home__faq-content {
  height: 23.5625rem;
  color: #342929;
  width: calc(100% - 16.25rem);
  padding-right: 0.625rem;
}
@media (width <= 768px) {
  .p-home__faq-content {
    width: 100%;
    height: 28.5rem;
  }
}
.p-home__faq .c-scroll-bar::-webkit-scrollbar {
  width: 0.375rem;
}
.p-home__faq .c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #c1a653;
  border-radius: 999px;
}
.p-home__faq .c-scroll-bar::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0.15625rem;
}
.p-home__contact {
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-home__contact {
    padding: 5.625rem 0;
  }
}
.p-home__contact-title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-home__contact-title {
    font-size: 2rem;
  }
}

.p-concept .c-page__top {
  background-color: #fafaf8;
}
.p-concept__title-bg {
  position: absolute;
  width: 19.125rem;
  top: 0rem;
  right: -10rem;
  max-width: inherit;
}
@media (width <= 768px) {
  .p-concept__title-bg {
    width: 9.0625rem;
    right: 6.25rem;
  }
}
.p-concept__beautiful {
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-concept__beautiful {
    margin-bottom: 1.25rem;
  }
}
.p-concept__beautiful .c-inner {
  display: flex;
  padding: 5rem 0;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .p-concept__beautiful .c-inner {
    flex-wrap: wrap;
    padding: 5.625rem 1.75rem;
  }
}
.p-concept__beautiful-title {
  width: 16rem;
  font-size: 2.625rem;
  line-height: 1.5238095238;
}
@media (width <= 768px) {
  .p-concept__beautiful-title {
    width: 100%;
    font-size: 1.75rem;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
}
.p-concept__beautiful-p {
  width: calc(100% - 16rem - 5rem);
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (width <= 768px) {
  .p-concept__beautiful-p {
    width: 100%;
    font-size: 1rem;
    line-height: 2;
  }
}
.p-concept__vmg {
  padding-bottom: 4.375rem;
}
@media (width <= 768px) {
  .p-concept__vmg-thumb {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc(100% + 3.5rem);
  }
}
.p-concept__vmg-inner {
  background-color: #fff;
  margin: -5rem auto 0;
  width: 75rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 4.375rem 0;
}
@media (width <= 768px) {
  .p-concept__vmg-inner {
    width: 100%;
    margin: -4.375rem 1.25rem 0;
    width: calc(100% - 2.5rem);
    padding: 2.5rem 1.25rem;
    text-align: left;
  }
}
.p-concept__vmg-title {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-concept__vmg-title {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 0rem;
  }
}
.p-concept__vmg-p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (width <= 768px) {
  .p-concept__vmg-p {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-concept__feature {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-concept__feature {
    padding-bottom: 6.5rem;
  }
}
.p-concept__feature .c-page__feature-list {
  margin-bottom: 8rem;
}
@media (width <= 768px) {
  .p-concept__feature .c-page__feature-list {
    margin-bottom: 3.75rem;
  }
}
.p-concept__feature-h3 {
  color: #c1a653;
  font-size: 2rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #c1a653 50%, #c1a653 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .p-concept__feature-h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-concept__feature-h3 span {
  background-color: #fff;
  padding-right: 1.875rem;
}

.p-hotel .c-page__top {
  background-color: #fafaf8;
}
.p-hotel .c-page__top .c-inner {
  max-width: 65.3125rem;
}
.p-hotel__feature {
  margin-bottom: 2.5rem;
}
.p-hotel__feature .c-page__feature-thumb {
  height: 40.125rem;
  margin-bottom: 10rem;
}
@media (width <= 768px) {
  .p-hotel__feature .c-page__feature-thumb {
    height: 17.5rem;
    margin-bottom: 5rem;
  }
}
.p-hotel__feature .c-page__feature-list-item {
  align-items: center;
  margin-bottom: 7.5rem;
}
@media (width <= 768px) {
  .p-hotel__feature .c-page__feature-list-item {
    margin-bottom: 3.125rem;
  }
}
.p-hotel__feature .c-page__feature-list-text {
  padding-right: 3.125rem;
}
@media (width <= 768px) {
  .p-hotel__feature .c-page__feature-list-text {
    padding-right: 0;
  }
}
.p-hotel__hotels {
  padding: 0 0 10rem;
  position: relative;
}
@media (width <= 768px) {
  .p-hotel__hotels {
    height: 88.125rem;
  }
}
.p-hotel__hotels-thumb {
  height: 40.125rem;
}
@media (width <= 768px) {
  .p-hotel__hotels-thumb {
    height: 17.5rem;
  }
}
.p-hotel__hotels .c-inner {
  width: 35.625rem;
  position: absolute;
  top: 50.125rem;
  left: calc(50% - 41.875rem);
}
@media (width <= 768px) {
  .p-hotel__hotels .c-inner {
    width: 100%;
    top: 23.75rem;
    left: 0rem;
  }
}
.p-hotel__hotels-title {
  font-size: 2.5rem;
}
@media (width <= 768px) {
  .p-hotel__hotels-title {
    font-size: 1.5rem;
  }
}
.p-hotel__hotels-notice {
  font-size: 1.25rem;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-hotel__hotels-notice {
    font-size: 0.75rem;
    margin-bottom: 27.5rem;
  }
}
.p-hotel__hotels-inner {
  padding-left: 5rem;
}
@media (width <= 768px) {
  .p-hotel__hotels-inner {
    padding-left: 0;
  }
}
.p-hotel__hotels-h3 {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-hotel__hotels-h3 {
    font-size: 1.3125rem;
  }
}
.p-hotel__hotels-map {
  width: 63.9375rem;
  margin-left: 25rem;
  margin-top: 10rem;
}
@media (width <= 768px) {
  .p-hotel__hotels-map {
    width: 100%;
    margin-left: 0.625rem;
    width: 23.125rem;
  }
}
.p-hotel__venue {
  padding: 6.875rem 0;
  background-color: #342929;
}
@media (width <= 768px) {
  .p-hotel__venue {
    padding: 5rem 0 6.25rem;
  }
}
.p-hotel__venue-title {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .p-hotel__venue-title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
@media (width <= 768px) {
  .p-hotel__venue .c-hotel__list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}

.p-flow .c-page__top {
  background-color: #fafaf8;
}
.p-flow .c-page__top-title {
  font-size: 1.75rem;
}
@media (width <= 768px) {
  .p-flow .c-page__top-title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-flow__section-inner {
  padding: 9.375rem 0 10rem;
}
@media (width <= 768px) {
  .p-flow__section-inner {
    padding: 6.5rem 0;
  }
}
@media (width <= 768px) {
  .p-flow__section .p-home__flow-list.c-list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
    margin-bottom: 0;
  }
}
.p-flow__section .p-home__flow-item {
  position: relative;
  padding-bottom: 5rem;
  gap: 1.5rem;
}
@media (width <= 768px) {
  .p-flow__section .p-home__flow-item {
    padding-bottom: 2.1875rem;
  }
}
.p-flow__section .p-home__flow-item:last-of-type {
  padding-bottom: 0;
}
.p-flow__section .p-home__flow-inner {
  width: 75.25rem;
}
@media (width <= 768px) {
  .p-flow__section .p-home__flow-inner {
    width: 15.875rem;
  }
}
.p-flow__section .p-home__flow-item--proposal .p-home__flow-text {
  padding-right: 23.5625rem;
}
@media (width <= 768px) {
  .p-flow__section .p-home__flow-item--proposal .p-home__flow-text {
    padding-right: 0;
  }
}
.p-flow__section .p-home__flow-step {
  background-color: #fff;
}
.p-flow__section .p-home__flow-text {
  width: 48.75rem;
  padding-right: 2.5rem;
}
@media (width <= 768px) {
  .p-flow__section .p-home__flow-text {
    width: 100%;
    padding-right: 0rem;
  }
}
.p-flow__section-box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  width: 19.5625rem;
  background-color: #fafaf8;
  padding: 3.5625rem 2.5rem;
}
@media (width <= 768px) {
  .p-flow__section-box {
    width: 100%;
    position: static;
    padding: 1.5rem;
  }
}
.p-flow__section-box-thumb {
  margin-bottom: 1.5rem;
}
@media (width <= 768px) {
  .p-flow__section-box-thumb {
    margin-bottom: 1.25rem;
  }
}
.p-flow__section-box-title {
  font-size: 1.3125rem;
  line-height: 1.3476190476;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .p-flow__section-box-title {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
}
.p-flow__section-box-p {
  font-size: 0.9375rem;
}
@media (width <= 768px) {
  .p-flow__section-box-p {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
  }
}

.p-location .c-page__top-title {
  font-size: 1.75rem;
}
@media (width <= 768px) {
  .p-location .c-page__top-title {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-location__section {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-location__section {
    padding-bottom: 6.5625rem;
  }
}
.p-location__title {
  font-size: 2.25rem;
  text-align: center;
  margin: 7.5rem 0 2.5rem;
}
@media (width <= 768px) {
  .p-location__title {
    font-size: 1.75rem;
    margin: 5rem 0 1.875rem;
  }
}

.p-location-place__showcase {
  padding: 6.875rem 0 9.375rem;
}
@media (width <= 768px) {
  .p-location-place__showcase {
    padding: 4.375rem 0 6.25rem;
  }
}
.p-location-place__venue {
  padding: 8.75rem 0 10rem;
}
@media (width <= 768px) {
  .p-location-place__venue {
    padding: 5.9375rem 0;
  }
}
.p-location-place__venue .c-venue-slider {
  margin-right: -10rem;
  width: calc(100% + 10rem);
}
@media (width <= 768px) {
  .p-location-place__venue .c-venue-slider {
    margin-right: -1.75rem;
    width: calc(100% + 1.75rem) !important;
  }
}
.p-location-place__venue .c-slider__scrollbar {
  width: calc(100% - 10rem) !important;
}
@media (width <= 768px) {
  .p-location-place__venue .c-slider__scrollbar {
    width: calc(100% - 1.75rem) !important;
  }
}
.p-location-place__hotel {
  padding: 10rem 0 6.875rem;
}
@media (width <= 768px) {
  .p-location-place__hotel {
    padding: 6.25rem 0;
  }
}
@media (width <= 768px) {
  .p-location-place__hotel .c-hotel-slider {
    margin-right: -1.75rem;
    width: calc(100% + 1.75rem);
  }
}
.p-location-place__location {
  padding: 8.75rem 0 10rem;
}
@media (width <= 768px) {
  .p-location-place__location {
    padding: 5.625rem 0;
  }
}
.p-location-place__location .c-venue-slider {
  margin-right: -10rem;
  width: calc(100% + 10rem);
}
@media (width <= 768px) {
  .p-location-place__location .c-venue-slider {
    margin-right: -1.75rem;
    width: calc(100% + 1.75rem) !important;
  }
}
.p-location-place__location .c-slider__scrollbar {
  width: calc(100% - 10rem) !important;
}
@media (width <= 768px) {
  .p-location-place__location .c-slider__scrollbar {
    width: calc(100% - 1.75rem) !important;
  }
}
.p-location-place__model {
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-location-place__model {
    padding: 6.875rem 0;
  }
}

.p-style__nav-wrapper {
  position: relative;
}
.p-style__nav-selector {
  display: none;
  height: 2.5rem;
  width: 100%;
  border: 1px solid #d3d1cb;
  position: relative;
  font-size: 0.875rem;
  align-items: center;
  padding: 0 1.25rem;
  line-height: 1;
  margin-bottom: 2.9375rem;
}
@media (width <= 768px) {
  .p-style__nav-selector {
    display: flex;
  }
}
.p-style__nav-selector:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #342929;
  border-right: 1px solid #342929;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.25rem;
}
.p-style__nav-list {
  width: 100%;
  display: flex;
  margin-bottom: 7.9375rem;
}
@media (width <= 768px) {
  .p-style__nav-list {
    margin-top: -1px;
    display: none;
    border: 1px solid #d3d1cb;
    padding: 0.9375rem;
    margin-bottom: 0rem;
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
  }
}
.p-style__nav-item {
  width: 14.2857142857%;
  border-right: 1px solid #d3d1cb;
}
@media (width <= 768px) {
  .p-style__nav-item {
    width: 100%;
    border: none;
    padding: 0.3125rem;
  }
}
.p-style__nav-item:last-of-type {
  border-right: none;
}
.p-style__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-style__nav-link:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #342929;
  border-right: 1px solid #342929;
  transform: rotate(135deg);
}
@media (width <= 768px) {
  .p-style__nav-link:after {
    content: inherit;
  }
}
.p-style__section {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-style__section {
    padding-bottom: 6.875rem;
  }
}
.p-style__touch {
  padding: 8.125rem 0 10rem;
  overflow: hidden;
  position: relative;
}
@media (width <= 768px) {
  .p-style__touch {
    padding: 6.875rem 0 6.25rem;
  }
}
.p-style__touch-bg {
  position: absolute;
  width: 41.25rem;
  bottom: 23.5625rem;
  right: -6.25rem;
}
@media (width <= 768px) {
  .p-style__touch-bg {
    display: none;
  }
}
@media (width <= 768px) {
  .p-style__touch .c-page__h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
}
.p-style__touch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media (width <= 768px) {
  .p-style__touch-list {
    gap: 3.75rem;
  }
}
.p-style__touch-thumb {
  margin-bottom: 1.25rem;
}
.p-style__touch-item {
  width: calc(50% - 2.5rem);
}
@media (width <= 768px) {
  .p-style__touch-item {
    width: 100%;
  }
}
.p-style__touch-title {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-style__touch-title {
    font-size: 1.3125rem;
    margin-bottom: 0.625rem;
    line-height: 1.6;
  }
}

.p-plan__section {
  overflow: hidden;
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-plan__section {
    padding-bottom: 6.25rem;
  }
}
@media (width <= 768px) {
  .p-plan__section .c-inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
}
.p-plan__section-list {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .p-plan__section-list {
    gap: 1.875rem;
  }
}
.p-plan__section-item {
  width: calc(50% - 2.5rem);
  border: 1px solid #d3d1cb;
  border-radius: 0.625rem;
}
@media (width <= 768px) {
  .p-plan__section-item {
    width: 100%;
  }
}
.p-plan__section-text {
  padding: 1.875rem 2.5rem 2.5rem;
}
@media (width <= 768px) {
  .p-plan__section-text {
    padding: 1.25rem;
  }
}
.p-plan__section-title {
  color: #c1a653;
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-plan__section-title {
    font-size: 1.3125rem;
    margin-bottom: 0rem;
  }
}
.p-plan__section-p {
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .p-plan__section-p {
    font-size: 1rem;
    margin-bottom: 1.5em;
  }
}
.p-plan__section-hr {
  border: none;
  border-top: 1px dashed #d3d1cb;
  height: 1px;
  padding: 0;
  display: block;
  margin-bottom: 1.5em;
}
.p-plan__section-price {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.064em;
}
@media (width <= 768px) {
  .p-plan__section-price {
    font-size: 1rem;
  }
}
.p-plan__section-detail {
  font-size: 0.9375rem;
}
@media (width <= 768px) {
  .p-plan__section-detail {
    font-size: 0.875rem;
  }
}

.p-faq .c-page__top {
  padding-bottom: 5rem;
}
.p-faq__section {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-faq__section {
    padding-bottom: 6.25rem;
  }
}
.p-faq__section .c-faq__question {
  font-size: 1.3125rem;
  padding-top: 1.25rem;
  padding-right: 9.375rem;
}
@media (width <= 768px) {
  .p-faq__section .c-faq__question {
    font-size: 1rem;
    padding-left: 2.8125rem;
    padding-right: 3.75rem;
  }
}
.p-faq__section .c-faq__question:before {
  left: 0.625rem;
  font-size: 1.3125rem;
}
.p-faq__section .c-faq__item:before {
  right: 0.625rem;
}
.p-faq__section .c-faq__item:after {
  right: 0.625rem;
}
.p-faq__section .c-faq__answer {
  font-size: 1.125rem;
  padding-right: 9.375rem;
}
@media (width <= 768px) {
  .p-faq__section .c-faq__answer {
    font-size: 0.875rem;
    padding-top: 0rem;
    padding-left: 2.8125rem;
    padding-right: 3.75rem;
  }
}
.p-faq__section .c-faq__answer:before {
  left: 0.625rem;
  font-size: 1.3125rem;
}

.p-contact .c-page__top {
  padding-bottom: 5rem;
}
@media (width <= 768px) {
  .p-contact .c-page__top {
    padding-bottom: 4rem;
  }
}
.p-contact__form {
  padding: 0 0 10rem;
}
@media (width <= 768px) {
  .p-contact__form {
    padding-bottom: 6.5rem;
  }
}
.p-contact__form .c-inner {
  padding: 2.5rem 2.5rem;
  background-color: #fff;
}
@media (width <= 768px) {
  .p-contact__form .c-inner {
    padding: 1.25rem;
  }
}

.p-staff .c-page__top {
  padding-bottom: 5rem;
}
@media (width <= 768px) {
  .p-staff .c-page__top {
    padding-bottom: 3.75rem;
  }
}
.p-staff__section {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-staff__section {
    padding-bottom: 5.625rem;
  }
}

.p-showcase .c-page__top {
  padding-bottom: 7.5rem;
}
@media (width <= 768px) {
  .p-showcase .c-page__top {
    padding-bottom: 5rem;
  }
}
.p-showcase__section {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-showcase__section {
    padding-bottom: 6.25rem;
  }
}
.p-showcase__selector {
  width: 20.875rem;
  height: 3rem;
  border: 1px solid #d3d1cb;
  font-size: 1rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0.1875rem;
}
@media (width <= 768px) {
  .p-showcase__selector {
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-showcase__selector:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #342929;
  border-right: 1px solid #342929;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.25rem;
}
.p-showcase__selector-wrapper {
  width: 20.875rem;
  position: relative;
  left: calc(100% - 20.875rem);
  margin-bottom: 2.5rem;
}
.p-showcase__selector-list {
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 1.25rem;
  left: 0;
  border: 1px solid #d3d1cb;
  margin-top: -1px;
}
.p-showcase__selector-item {
  cursor: pointer;
  padding: 0.3125rem;
}
.p-showcase .c-slider02 .swiper-pagination {
  bottom: 0;
  position: absolute;
}

.p-showcase-post__header {
  margin: 12.8125rem 0 7.5rem;
}
@media (width <= 768px) {
  .p-showcase-post__header {
    margin: 6rem 0 5rem;
  }
}
.p-showcase-post__header .c-inner {
  display: flex;
  align-items: end;
}
@media (width <= 768px) {
  .p-showcase-post__header .c-inner {
    flex-wrap: wrap;
  }
}
.p-showcase-post__header-thumb {
  width: 50%;
}
@media (width <= 768px) {
  .p-showcase-post__header-thumb {
    margin: 0 -1.75rem 2.5rem;
    width: calc(100% + 3.5rem);
  }
}
.p-showcase-post__header-text {
  width: 50%;
  padding-left: 6.25rem;
  padding-right: 10rem;
}
@media (width <= 768px) {
  .p-showcase-post__header-text {
    padding: 0;
    width: 100%;
  }
}
.p-showcase-post__header-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-showcase-post__header-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (width <= 768px) {
  .p-showcase-post .c-style-list__slider-nain {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc(100% + 3.5rem);
  }
}
.p-showcase-post .c-style-list__slider-thumb {
  margin-bottom: 7.5rem;
}
@media (width <= 768px) {
  .p-showcase-post .c-style-list__slider-thumb {
    width: calc(100% + 3.5rem);
    margin: 0 -1.75rem 5rem;
  }
}
.p-showcase-post__promise {
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-showcase-post__promise {
    padding: 6.6875rem 0;
  }
}
.p-showcase-post__promise-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c1a653;
  padding-bottom: 3.125rem;
  margin-bottom: 4.375rem;
}
@media (width <= 768px) {
  .p-showcase-post__promise-header {
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-showcase-post__promise-header-left {
  width: 27.8125rem;
}
@media (width <= 768px) {
  .p-showcase-post__promise-header-left {
    width: 100%;
  }
}
.p-showcase-post__promise-header-sub {
  font-size: 1.3125rem;
  color: #c1a653;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-showcase-post__promise-header-sub {
    font-size: 1rem;
  }
}
.p-showcase-post__promise-header-title {
  font-size: 2rem;
}
@media (width <= 768px) {
  .p-showcase-post__promise-header-title {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
.p-showcase-post__promise-header-title--fz28 {
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
@media (width <= 768px) {
  .p-showcase-post__promise-header-title--fz28 {
    font-size: 1.5rem;
  }
}
.p-showcase-post__promise-header-p {
  font-size: 1.125rem;
  line-height: 2.2;
  width: calc(100% - 27.8125rem);
}
@media (width <= 768px) {
  .p-showcase-post__promise-header-p {
    width: 100%;
    font-size: 1rem;
    line-height: 2.2;
  }
}
.p-showcase-post__promise-slider {
  margin-bottom: 5.625rem;
}
@media (width <= 768px) {
  .p-showcase-post__promise-slider {
    margin-bottom: 4.375rem;
  }
}
.p-showcase-post__promise-slider:last-of-type {
  margin-bottom: 0;
}
.p-showcase-post__promise-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (width <= 768px) {
  .p-showcase-post__promise-title {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}

.p-model-course__nav {
  padding-bottom: 10rem;
}
@media (width <= 768px) {
  .p-model-course__nav {
    padding-bottom: 6.875rem;
  }
}
.p-model-course__nav-list {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media (width <= 768px) {
  .p-model-course__nav-list {
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
.p-model-course__nav-item {
  position: relative;
}
@media (width <= 768px) {
  .p-model-course__nav-item {
    width: 100%;
  }
}
.p-model-course__nav-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.9375rem 1.5rem;
  font-size: 1.3125rem;
}
@media (width <= 768px) {
  .p-model-course__nav-title {
    font-size: 1.125rem;
    padding: 0.375rem 1.5rem;
  }
}
.p-model-course__nav-title:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  right: 1.5rem;
  top: calc(50% - 0.25rem);
}
.p-model-course__nav-thumb {
  height: 18.875rem;
}
@media (width <= 768px) {
  .p-model-course__nav-thumb {
    height: 10rem;
  }
}
@media (width <= 768px) {
  .p-model-course__course .c-inner {
    padding: 0 1.25rem;
  }
}
.p-model-course__course-item {
  padding: 10rem 0;
}
@media (width <= 768px) {
  .p-model-course__course-item {
    padding: 5.9375rem 0;
  }
}
.p-model-course__course-header {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-model-course__course-header {
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
  }
}
.p-model-course__course-text {
  width: 50%;
  padding: 0 5rem 0 10rem;
}
@media (width <= 768px) {
  .p-model-course__course-text {
    width: 100%;
    padding: 0;
  }
}
.p-model-course__course-sub {
  color: #c1a653;
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .p-model-course__course-sub {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.p-model-course__course-title {
  font-size: 1.75rem;
  line-height: 1.4142857143;
}
@media (width <= 768px) {
  .p-model-course__course-title {
    font-size: 1.3125rem;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
}
.p-model-course__course-p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (width <= 768px) {
  .p-model-course__course-p {
    font-size: 1rem;
    line-height: 2.2;
    margin-bottom: 1.5rem !important;
  }
}
.p-model-course__course-thumb {
  width: 50%;
  height: 30.3125rem;
}
@media (width <= 768px) {
  .p-model-course__course-thumb {
    width: 100%;
    height: 13.375rem;
    margin-right: -1.25rem;
    width: calc(100% + 1.25rem);
  }
}
.p-model-course__course-schedule {
  max-width: 85rem;
  margin: 0 auto;
}
.p-model-course__course-schedule-list {
  margin-left: 6.5625rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-list {
    margin-left: 4.375rem;
    margin-bottom: 1.5rem;
  }
}
.p-model-course__course-schedule-list:last-of-type {
  margin-bottom: 0;
}
.p-model-course__course-schedule-title {
  color: #c1a653;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.0625rem;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-title {
    font-size: 0.875rem;
  }
}
.p-model-course__course-schedule-title span {
  position: relative;
  display: inline-block;
}
.p-model-course__course-schedule-title span:after {
  content: "";
  width: 105rem;
  height: 1px;
  background-color: #c1a653;
  position: absolute;
  left: calc(100% + 2.5rem);
  top: 50%;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-title span:after {
    left: calc(100% + 1.5rem);
  }
}
.p-model-course__course-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.0625rem;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-item {
    flex-wrap: wrap;
  }
}
.p-model-course__course-schedule-item:last-of-type {
  margin-bottom: 0;
}
.p-model-course__course-schedule-thumb {
  width: 22.5rem;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-thumb {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.p-model-course__course-schedule-text {
  width: 51.9375rem;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-text {
    width: 100%;
  }
}
.p-model-course__course-schedule-item-title {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .p-model-course__course-schedule-item-title {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
}

.p-venue .c-page__top {
  padding-bottom: 6.5rem;
}
@media (width <= 768px) {
  .p-venue .c-page__top {
    padding-bottom: 2.6875rem;
  }
}
.p-venue__point {
  padding: 7.125rem 0 10rem;
}
@media (width <= 768px) {
  .p-venue__point {
    padding: 5rem 0 6.25rem;
  }
}
.p-venue__point .c-box {
  margin-bottom: 7.5rem;
}
@media (width <= 768px) {
  .p-venue__point .c-box {
    margin-bottom: 4rem;
  }
}
.p-venue__point .c-box:last-of-type {
  margin-bottom: 0;
}
.p-venue__point .c-youtube {
  margin-top: 7.5rem;
}
@media (width <= 768px) {
  .p-venue__point .c-youtube {
    margin-top: 5rem;
  }
}
.p-venue__rooms {
  padding: 6.875rem 0;
}
@media (width <= 768px) {
  .p-venue__rooms {
    padding: 6.875rem 0;
  }
}
.p-venue__rooms-boxes {
  display: flex;
  gap: 2rem;
  overflow-x: scroll;
  max-width: 85rem;
}
@media (width <= 768px) {
  .p-venue__rooms-boxes {
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}
.p-venue__rooms-box {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.p-venue__rooms-box--1col {
  width: 19.75rem;
}
@media (width <= 768px) {
  .p-venue__rooms-box--1col {
    width: 100%;
  }
}
.p-venue__rooms-box--2col {
  width: 41.5rem;
}
@media (width <= 768px) {
  .p-venue__rooms-box--2col {
    width: 100%;
  }
}
.p-venue__rooms-box--3col {
  width: 63.25rem;
}
@media (width <= 768px) {
  .p-venue__rooms-box--3col {
    width: 100%;
  }
}
.p-venue__rooms-box--4col {
  width: 85rem;
}
@media (width <= 768px) {
  .p-venue__rooms-box--4col {
    width: 100%;
  }
}
.p-venue__rooms-title {
  width: 100%;
  color: #c1a653;
  font-size: 1.3125rem;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #c1a653 50%, #c1a653 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (width <= 768px) {
  .p-venue__rooms-title {
    font-size: 1.125rem;
    margin-bottom: 0rem;
  }
}
.p-venue__rooms-title span {
  background-color: #fff;
  padding-right: 1.25rem;
}
.p-venue__rooms-item {
  width: 19.75rem;
}
@media (width <= 768px) {
  .p-venue__rooms-item {
    width: 100%;
  }
}
.p-venue__rooms-item-title {
  font-size: 1.3125rem;
}
.p-venue__rooms-thumb {
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .p-venue__rooms-thumb {
    margin-bottom: 0.625rem;
  }
}
.p-venue__rooms-notice {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media (width <= 768px) {
  .p-venue__rooms-notice {
    font-size: 0.75rem;
  }
}
.p-venue__info {
  padding: 8.75rem 0 10rem;
}
@media (width <= 768px) {
  .p-venue__info {
    padding: 6.875rem 0;
  }
}
.p-venue__info .c-inner {
  max-width: 65rem;
}
.p-venue__info-title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-venue__info-title {
    font-size: 1.3125rem;
    line-height: 1.5952380952;
    margin-bottom: 1.25rem;
  }
}
.p-venue__info .c-table {
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .p-venue__info .c-table {
    margin-bottom: 1.25rem;
  }
}
.p-venue__info .c-table th,
.p-venue__info .c-table td {
  font-size: 1rem;
  padding: 1.125rem 0;
}
@media (width <= 768px) {
  .p-venue__info .c-table th,
  .p-venue__info .c-table td {
    display: block;
    font-size: 0.875rem;
  }
}
.p-venue__info .c-table th {
  width: 9.0625rem;
}
@media (width <= 768px) {
  .p-venue__info .c-table th {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (width <= 768px) {
  .p-venue__info .c-table td {
    padding-top: 0;
    border: none;
  }
}
.p-venue__info .c-gmap {
  height: 32.5rem;
}
@media (width <= 768px) {
  .p-venue__info .c-gmap {
    height: 14.75rem;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 768px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 768px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 768px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 768px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 768px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 768px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit picture,
.u-ofit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Cardo", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-color__yellow {
  color: yellow;
}

.u-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: 0.8s;
}
@media (width <= 768px) {
  .u-fade-in {
    transform: translateY(1.875rem);
  }
}
.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}