@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Shippori Mincho B1", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

ul li::marker {
  display: none;
}

p,
ul,
dl,
dt,
dd {
  font-family: "Shippori Mincho B1", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho B1", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.3;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #444;
  -webkit-font-smoothing: antialiased;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #444;
}

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

.u-sp {
  display: none;
}

p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.c-btn {
  width: 100%;
  max-width: 260px;
}
.c-btn a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0 16px;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.c-btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 8px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  background-color: #fff;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-btn a:hover {
    opacity: 0.8;
  }
  .c-btn a:hover::after {
    -ms-transform: translateX(4px);
        transform: translateX(4px);
  }
}
.c-btn .button-r {
  background-color: #B85F24;
  color: #fff;
  border: 1px solid #B85F24;
}
@media (hover: hover) {
  .c-btn .button-r:hover {
    color: #B85F24;
    background-color: #fff;
  }
  .c-btn .button-r:hover::after {
    background-color: #B85F24;
  }
}
.c-btn .button-d {
  background-color: #376837;
  color: #fff;
  border: 1px solid #376837;
}
@media (hover: hover) {
  .c-btn .button-d:hover {
    color: #376837;
    background-color: #fff;
  }
  .c-btn .button-d:hover::after {
    background-color: #376837;
  }
}

.c-btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .c-btn a {
    width: 100%;
    max-width: 242px;
    height: 40px;
    font-size: 0.9375rem;
    padding: 0 10px;
  }
  .c-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .c-btn-list .c-btn {
    width: 100%;
  }
  .c-btn-list a {
    width: 100%;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}
.l-header .l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  height: 100%;
  padding-left: min(2.2vw, 32px);
}
.l-header .l-header__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.l-header .l-header__item:first-child {
  gap: min(2.8vw, 42px);
}
.l-header .l-header__item:last-child {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.l-header__logo {
  position: relative;
  z-index: 9;
  width: 24%;
  max-width: 137px;
}

.l-header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.l-header__menu .c-btn-list {
  display: none;
}

.l-header__logo-sp {
  display: none;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  gap: min(2.5vw, 40px);
  z-index: 9;
}
.l-header__list li a {
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.4;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #376837;
  bottom: -3px;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-header__list li a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-header__lang {
  height: 100%;
}
.l-header__lang a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  height: 100%;
  background-color: #EDECEA;
  font-size: 0.75rem;
  padding: 0 15px 15px;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__lang a:hover {
    opacity: 0.7;
  }
}

.l-header__reserve {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.l-header__reserve .c-btn {
  width: min(8.4375vw, 162px);
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.l-header__reserve .c-btn a {
  height: 100%;
  color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 8px;
}
.l-header__reserve .c-btn a::after {
  display: none;
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 1420px) {
  .l-header .l-header__inner {
    padding-left: 16px;
  }
  .l-header .l-header__item:first-child {
    gap: min(1.8vw, 24px);
  }
  .l-header__list {
    position: relative;
    gap: min(1.8vw, 30px);
    z-index: 9;
  }
  .l-header__list li a {
    font-size: 0.8125rem;
  }
  .l-header__lang a {
    padding: 0 8px 15px;
    letter-spacing: 0.04em;
  }
  .l-header__reserve {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  .l-header__reserve .c-btn a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__list {
    gap: min(1.2vw, 20px);
  }
  .l-header__list li a {
    font-size: 0.75rem;
  }
  .l-header__reserve .c-btn a {
    padding: 0 4px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__reserve {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .l-header {
    padding: 0;
    height: 3.125rem;
  }
  .l-header .l-header__inner {
    padding: 0 2rem;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 1.5rem;
    display: block;
  }
  .l-header .l-header__item {
    -ms-flex-positive: initial;
        flex-grow: initial;
  }
  .l-header .l-header__item:first-child {
    gap: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .l-header .l-header__item:last-child {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .l-header__logo {
    width: 100%;
    text-align: center;
    z-index: 99999;
  }
  .l-header__reserve {
    display: none;
  }
  .l-header__menu {
    z-index: 9999999;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-right: 0;
    padding: 0 0 40px;
    background-color: #fff;
    background: url("../img/common/menu_bg.jpg") no-repeat center/cover;
  }
  .l-header__menu .l-header__list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
    padding: 4.25rem 2.5rem;
  }
  .l-header__menu .l-header__list li {
    width: 100%;
    text-align: left;
    border-bottom: 0.5px solid #eee;
  }
  .l-header__menu .l-header__list li a {
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0;
    line-height: 1.2;
    font-size: 1rem;
    padding: 14px 32px;
    color: #fff;
    font-weight: 500;
  }
  .l-header__menu .l-header__list li a br {
    display: none;
  }
  .l-header__menu .l-header__list li a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url("../img/icon_arrow.svg") no-repeat top right/100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: initial;
    right: 20px;
  }
  .l-header__menu .c-btn-list {
    display: block;
  }
  .l-header__logo-sp {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 1.5625rem 0;
  }
  .l-header__lang {
    height: 100%;
    padding: 0 8px;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 999999;
  }
  .l-header__lang a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px;
    height: 100%;
    background: none;
    padding: 0;
    width: 1.25rem;
  }
  .l-header__lang .text {
    display: none;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 1.5px;
    background-color: #444;
    border-radius: 4px;
    width: 30px;
    left: 15px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 18px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 24px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 30px;
  }
  .c-hamburger span.text {
    display: none;
    background: none;
    height: auto;
    width: auto;
    top: 34px;
  }
  .c-hamburger.is-active span {
    height: 1px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(6px) rotate(-24deg);
        transform: translateY(6px) rotate(-24deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-6px) rotate(24deg);
        transform: translateY(-6px) rotate(24deg);
  }
  .c-hamburger.is-active span.text {
    display: block;
    font-size: 0.625rem;
  }
}
/* —————————————————
  固定ボタン
  —————————————————*/
.l-fixed__btn {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.l-fixed__btn .c-btn a {
  width: 60px;
  height: 180px;
  border-radius: 10px 0 0 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
  letter-spacing: 0.1em;
}
.l-fixed__btn .c-btn a::after {
  display: none;
}
.l-fixed__btn .c-btn a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_reserve.svg") no-repeat top left/100%;
}
@media (hover: hover) {
  .l-fixed__btn .c-btn a:hover {
    opacity: 0.7;
  }
  .l-fixed__btn .c-btn a:hover.button-d {
    background-color: #376837;
    color: #fff;
  }
  .l-fixed__btn .c-btn a:hover.button-r {
    background-color: #B85F24;
    color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .l-fixed__btn {
    display: none;
    position: static;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
  }
  .l-fixed__btn .c-btn {
    width: calc(100% - 64px);
    max-width: 100%;
  }
  .l-fixed__btn .c-btn a {
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 0;
    -ms-writing-mode: initial;
        writing-mode: initial;
    position: relative;
  }
  .l-fixed__btn .c-btn a::after {
    content: "";
    display: block;
    width: 18px;
    height: 8px;
    -webkit-mask-image: url("../img/common/icon_arrow.svg");
            mask-image: url("../img/common/icon_arrow.svg");
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top left;
            mask-position: top left;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
/* —————————————————
  header en
  —————————————————*/
.l-header__en .l-header__list {
  gap: 30px;
}
.l-header__en .l-fixed__btn .c-btn a {
  height: 194px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1240px) {
  .l-header__en .l-header__list {
    gap: 16px;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  position: relative;
  overflow: hidden;
  background: url("../img/common/footer_bg.jpg") no-repeat center/cover;
  padding: 5rem 0 2.8125rem;
}
.l-footer .l-footer__wrap {
  width: calc(100% - 32px);
  max-width: 1224px;
  margin: 0 auto 6.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-footer__info {
  color: #376837;
  font-size: 1rem;
  font-weight: 700;
  width: 36%;
}
.l-footer__info .l-footer__logo {
  margin-bottom: 34px;
}
.l-footer__info .name {
  margin-bottom: 24px;
}
.l-footer__info address {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-footer__info .c-line {
  display: block;
  max-width: 134px;
  margin-top: 20px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-footer__info .c-line:hover {
    opacity: 0.7;
  }
}

.l-footer__menu {
  width: 32%;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.75rem;
  color: #376837;
  height: 100%;
}
.l-footer__nav .list {
  font-size: 1rem;
  font-weight: 700;
  width: auto;
}
.l-footer__nav .list:last-child {
  height: 100%;
}
.l-footer__nav .list li {
  margin-bottom: 16px;
}
.l-footer__nav .list a {
  color: #376837;
}

.l-footer__contact {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}
.l-footer__contact .c-reserve__btn a {
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 250px;
  height: 60px;
}

.l-footer__copy {
  text-align: center;
  color: #376837;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-footer__copy small {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 0 1.5rem;
  }
  .l-footer .l-footer__wrap {
    margin: 0 auto 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .l-footer__info {
    font-size: 0.9375rem;
    width: 100%;
    text-align: center;
  }
  .l-footer__info .l-footer__logo {
    width: 60%;
    margin: 0 auto 16px;
  }
  .l-footer__info address {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .l-footer__info .tel {
    margin-top: 10px;
  }
  .l-footer__info .c-line {
    max-width: 120px;
    margin: 16px auto 0;
  }
  .l-footer__menu {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .l-footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 28px;
    color: #376837;
  }
  .l-footer__nav .list {
    font-size: 0.875rem;
  }
  .l-footer__nav .list li {
    margin-bottom: 16px;
  }
  .l-footer__nav .list a {
    color: #376837;
  }
  .l-footer__contact {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 12px;
  }
  .l-footer__contact .c-reserve__btn {
    max-width: 242px;
  }
  .l-footer__contact .c-reserve__btn a {
    height: 40px;
  }
}
/* ---------------------------------------------
  common
  --------------------------------------------- */
.c-ttl {
  margin-bottom: 3rem;
}

.c-ttl__ja {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-ttl__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-ttl__en span {
  display: inline-block;
}
.c-ttl__en::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../img/common/mark.svg");
          mask-image: url("../img/common/mark.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  background-color: #376837;
  margin-right: 2px;
}

.u-en {
  font-family: "Sorts Mill Goudy", serif;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 24px;
  }
  .c-ttl__ja {
    font-size: 1.25rem;
  }
  .c-ttl__en {
    font-size: 1.25rem;
  }
  .c-ttl__en::before {
    width: 8px;
    height: 8px;
    margin-right: 2px;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
  }
}
.l-wrap {
  width: calc(100% - 2rem);
  max-width: 1016px;
  margin: 0 auto;
}

.l-wrap-wide {
  width: calc(100% - 2rem);
  max-width: 1224px;
  margin: 0 auto;
}

.l-main {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  .l-main {
    margin-top: 3.125rem;
  }
}
/* ---------------------------------------------
  animation
  --------------------------------------------- */
.js-fadeUp {
  opacity: 0;
  -ms-transform: translateY(14px);
      transform: translateY(14px);
  filter: blur(4px);
}
.js-fadeUp.is-show {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  filter: blur(0);
  transition: opacity 1.2s ease, transform 0.8s ease, filter 1s ease;
}

.js-fade {
  opacity: 0;
  filter: blur(4px);
}
.js-fade.is-show {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s ease, filter 0.8s ease;
}

/* ---------------------------------------------
  top-mv
  --------------------------------------------- */
.p-top-mv {
  width: 100%;
  height: calc(100svh - 80px);
  min-height: 700px;
  position: relative;
}

.p-top-mv__slider {
  height: 100%;
}
.p-top-mv__slider .swiper-slide {
  height: 100%;
}
.p-top-mv__slider .slider__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 100%;
}

.p-top-mv__text {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 20%;
}
.p-top-mv__text .p-top-mv__ttl {
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
  margin-bottom: 2.5rem;
}
.p-top-mv__text .desc {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
}

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

.p-top-mv__btn {
  margin-top: 3.5rem;
}
.p-top-mv__btn a {
  background-color: #fff;
  color: #796008;
}
.p-top-mv__btn a::after {
  background-color: #796008;
}
.p-top-mv__btn .button-d {
  background-color: #fff;
  color: #376837;
  border: none;
}
.p-top-mv__btn .button-d::after {
  background-color: #376837;
}
.p-top-mv__btn .button-r {
  background-color: #B85F24;
  color: #fff;
}
.p-top-mv__btn .button-r::after {
  background-color: #fff;
}

.p-top-mv__logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  width: 24%;
  max-width: 304px;
}

.p-top-mv .swiper-slide-active .p-top-mv__img,
.p-top-mv .swiper-slide-duplicate-active .p-top-mv__img,
.p-top-mv .swiper-slide-prev .p-top-mv__img,
.p-top-mv .swiper-slide-duplicate-next .p-top-mv__img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  width: 100%;
  height: 100%;
  animation: zoomIn 10s linear 0s normal both;
}
@keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 992px) {
  .p-top-mv {
    width: 100%;
    height: calc(100svh - 3.125rem);
    position: relative;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    width: 100%;
    margin-bottom: 16%;
  }
  .p-top-mv__text .p-top-mv__ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-top-mv__text .desc {
    font-size: 0.75rem;
  }
  .p-top-mv__btn {
    margin-top: 28px;
  }
  .p-top-mv__btn .button-d {
    width: 100%;
    max-width: 164px;
  }
  .p-top-mv__btn .button-r {
    width: 100%;
    max-width: 164px;
  }
  .p-top-mv__logo {
    display: none;
  }
}
/* ---------------------------------------------
  top-intro
  --------------------------------------------- */
.p-top-intro {
  background: url("../img/top/intro_bg.jpg") no-repeat center/cover;
  padding: 6.25rem 0;
}
.p-top-intro .l-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-top-intro .mark-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2px;
  margin-left: 20px;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}
.p-top-intro .mark-list img {
  width: 12px;
}
.p-top-intro .p-intro__ttl {
  font-size: 1.75rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 2;
  font-weight: 700;
  margin-left: 40px;
}
.p-top-intro .p-intro__lead {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: 0.5em;
  line-height: 3.8;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-top-intro {
    padding: 2.8125rem 0;
  }
  .p-top-intro .l-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .p-top-intro .mark-list {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 2px;
    margin-left: 0;
    -ms-transform: none;
        transform: none;
    margin-bottom: 5px;
  }
  .p-top-intro .mark-list img {
    width: 8px;
  }
  .p-top-intro .p-intro__ttl {
    font-size: 1.25rem;
    -ms-writing-mode: initial;
        writing-mode: initial;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .p-top-intro .p-intro__lead {
    -ms-writing-mode: initial;
        writing-mode: initial;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}
/* ---------------------------------------------
  top-stay
  --------------------------------------------- */
.p-top-stay {
  padding: 5.3125rem 0 0;
  position: relative;
}
.p-top-stay .l-wrap {
  position: relative;
}
.p-top-stay .c-ttl__en {
  color: #376837;
}

.p-top-stay__block .ttl {
  font-size: 1.25rem;
  margin-top: 24px;
  font-weight: 700;
}
.p-top-stay__block .lead {
  margin-top: 24px;
  font-weight: 700;
}
.p-top-stay__block .img-list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.p-top-stay__block .img-list img {
  width: 50%;
}
.p-top-stay__block.has-bg {
  position: relative;
  padding-bottom: 5.3125rem;
  padding-top: 2.5rem;
  color: #fff;
  margin-top: 2.5rem;
}
.p-top-stay__block.has-bg::before {
  content: "";
  display: block;
  background: url("../img/top/stay_bg.jpg") no-repeat top center/cover;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-top-stay__block .c-btn-list {
  margin-top: 2.5rem;
}
.p-top-stay__block .c-btn a {
  border: 1px solid #fff;
  color: #fff;
}
.p-top-stay__block .c-btn .button-d {
  background-color: #fff;
  color: #444;
}
.p-top-stay__block .c-btn .button-d::after {
  background-color: #444;
}

@media screen and (max-width: 767px) {
  .p-top-stay {
    padding: 2.8125rem 0 0;
  }
  .p-top-stay__block .ttl {
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .p-top-stay__block .lead {
    margin-top: 12px;
  }
  .p-top-stay__block img {
    aspect-ratio: 686/400;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-stay__block .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .p-top-stay__block .img-list img {
    width: 100%;
  }
  .p-top-stay__block.has-bg {
    padding-bottom: 2.8125rem;
    padding-top: 1.25rem;
    margin-top: 20px;
  }
  .p-top-stay__block .c-btn-list {
    margin-top: 1.25rem;
  }
}
/* ---------------------------------------------
  top-cuisine
  --------------------------------------------- */
.p-top-cuisine {
  padding: 5.3125rem 0;
  background: url("../img/top/cuisine_bg.jpg");
}
.p-top-cuisine .c-ttl__en {
  color: #B85F24;
}
.p-top-cuisine .c-ttl__en::before {
  background-color: #B85F24;
}
.p-top-cuisine .c-btn-list {
  margin-top: 2.5rem;
}
.p-top-cuisine .c-btn a {
  border: 1px solid #B85F24;
  color: #B85F24;
}
.p-top-cuisine .c-btn a::after {
  background-color: #B85F24;
}
.p-top-cuisine .c-btn .button-r {
  background-color: #B85F24;
  color: #fff;
}
.p-top-cuisine .c-btn .button-r::after {
  background-color: #fff;
}

.p-top-cuisine__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 1.5625rem;
  gap: 16px;
  font-weight: 700;
}
.p-top-cuisine__block .block__item:first-child {
  width: 52%;
}
.p-top-cuisine__block .block__item:last-child {
  width: 47%;
}
.p-top-cuisine__block .floor {
  font-size: 1.25rem;
  margin-top: 24px;
}
.p-top-cuisine__block .menu-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 24px;
  letter-spacing: 0.1em;
}
.p-top-cuisine__block .desc {
  margin-top: 24px;
  line-height: 1.6;
}
.p-top-cuisine__block .hour {
  margin-top: 24px;
}
.p-top-cuisine__block .img-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.p-top-cuisine__block .img-list img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-cuisine {
    padding: 2.8125rem 0;
  }
  .p-top-cuisine .c-btn-list {
    margin-top: 1.25rem;
  }
  .p-top-cuisine__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 24px;
  }
  .p-top-cuisine__block .block__item:first-child {
    width: 100%;
  }
  .p-top-cuisine__block .block__item:last-child {
    width: 100%;
  }
  .p-top-cuisine__block .floor {
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .p-top-cuisine__block .menu-ttl {
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .p-top-cuisine__block .desc {
    margin-top: 12px;
    line-height: 1.5;
  }
  .p-top-cuisine__block .hour {
    font-size: 0.875rem;
    margin-top: 12px;
  }
  .p-top-cuisine__block .img-list {
    gap: 16px;
  }
  .p-top-cuisine__block .img-list img {
    width: 100%;
    aspect-ratio: 686/400;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ---------------------------------------------
  top-cafe
  --------------------------------------------- */
.p-top-cafe {
  padding: 5.3125rem 0;
  background-color: #E9E3CE;
}
.p-top-cafe .c-ttl__en {
  color: #796008;
}
.p-top-cafe .c-ttl__en::before {
  background-color: #796008;
}
.p-top-cafe .c-btn {
  margin: 0 auto;
  margin-top: 2.5rem;
}
.p-top-cafe .c-btn a {
  border: 1px solid #796008;
  color: #796008;
  margin: 0 auto;
}
.p-top-cafe .c-btn a::after {
  background-color: #796008;
}

.p-top-cafe__block {
  font-weight: 700;
}
.p-top-cafe__block .img-list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.p-top-cafe__block .img-list > * {
  width: calc(50% - 12px);
}
.p-top-cafe__block .floor {
  font-size: 1.25rem;
  margin-top: 24px;
}
.p-top-cafe__block .menu-ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 24px;
  letter-spacing: 0.1em;
}
.p-top-cafe__block .desc {
  margin-top: 24px;
  line-height: 1.6;
}
.p-top-cafe__block .hour {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-top-cafe {
    padding: 2.8125rem 0;
  }
  .p-top-cafe .c-btn {
    margin-top: 1.25rem;
  }
  .p-top-cafe__block .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
  }
  .p-top-cafe__block .img-list > * {
    width: 100%;
  }
  .p-top-cafe__block .block__item:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 24px;
  }
  .p-top-cafe__block .block__item:last-child img {
    width: 100%;
    aspect-ratio: 686/400;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-cafe__block .floor {
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .p-top-cafe__block .menu-ttl {
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .p-top-cafe__block .desc {
    margin-top: 12px;
    line-height: 1.5;
  }
  .p-top-cafe__block .hour {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}
/* ---------------------------------------------
  top-gallery
  --------------------------------------------- */
.p-top-gallery {
  padding: 5.3125rem 0;
}
.p-top-gallery .l-wrap {
  width: calc(100% - 6.25rem);
  max-width: 1224px;
}
.p-top-gallery .c-ttl__en {
  margin-bottom: 3.125rem;
}

.p-top-gallery__wrapper {
  position: relative;
}
.p-top-gallery__wrapper .swiper-button-prev:after,
.p-top-gallery__wrapper .swiper-button-next:after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url("../img/common/icon_arrow.svg") no-repeat top left/100%;
}
.p-top-gallery__wrapper .swiper-button-prev::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.p-top-gallery__wrapper .swiper-button-next {
  right: -4.2vw;
}
.p-top-gallery__wrapper .swiper-button-prev {
  left: -4.2vw;
}

.p-top-gallery__slider figcaption {
  font-weight: 700;
  margin-top: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1340px) {
  .swiper-button-next {
    right: -30px;
  }
  .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-gallery__wrapper {
    position: relative;
  }
  .p-top-gallery__wrapper .swiper-control__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 24px;
    margin-top: 30px;
  }
  .p-top-gallery__wrapper .swiper-button-prev,
  .p-top-gallery__wrapper .swiper-button-next {
    position: static;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gallery .l-wrap {
    width: calc(100% - 2rem);
  }
  .p-top-gallery {
    padding: 2.8125rem 0;
  }
  .p-top-gallery .c-ttl__en {
    margin-bottom: 1.5rem;
  }
  .p-top-gallery__slider figcaption {
    margin-top: 12px;
  }
}
/* ---------------------------------------------
  top-info
  --------------------------------------------- */
.p-top-info {
  padding: 5.625rem 0;
  background: url("../img/top/info_bg.jpg") no-repeat center/cover;
  font-family: "Noto Serif JP", serif;
}
.p-top-info .c-ttl {
  margin-bottom: 24px;
}
.p-top-info .c-ttl__en::before {
  background-color: #B85F24;
}
.p-top-info .c-btn {
  margin: 0 auto;
  margin-top: 56px;
}
.p-top-info .c-btn a {
  border: 1px solid #444;
  width: 194px;
}
.p-top-info .c-btn a::after {
  background-color: #444;
}
.p-top-info .no-text {
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
}

.p-info__list .item {
  border-bottom: 1px solid #444;
}
.p-info__list .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  padding: 32px 0;
  transition: 0.3s ease;
  font-weight: 500;
  cursor: default;
}
.p-info__list .item a.ex {
  cursor: pointer;
}
.p-info__list .item a.ex:hover {
  opacity: 0.7;
}
.p-info__list .item .date {
  font-size: 0.75rem;
  font-weight: 500;
  width: 78px;
  padding: 2px 0;
  margin-right: 14px;
}
.p-info__list .item .category {
  font-size: 0.75rem;
  font-weight: 500;
  width: 75px;
  border: 1px solid #444;
  text-align: center;
  padding: 2px;
  margin-right: 40px;
}
.p-info__list .item .ttl {
  font-size: 0.9375rem;
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .p-top-info {
    padding: 2.8125rem 0;
  }
  .p-top-info .c-ttl {
    margin-bottom: 12px;
  }
  .p-top-info .c-ttl__en::before {
    background-color: #B85F24;
  }
  .p-top-info .c-btn {
    margin: 0;
    margin-top: 20px;
  }
  .p-info__list .item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
    gap: 12px 0;
  }
  .p-info__list .item .date {
    font-size: 0.75rem;
    padding: 0;
    margin-right: 10px;
  }
  .p-info__list .item .category {
    font-size: 0.75rem;
    padding: 2px;
    margin-right: 0;
    line-height: 1.2;
  }
  .p-info__list .item .ttl {
    font-size: 0.875rem;
    width: 100%;
  }
}
/* ---------------------------------------------
  top-access
  --------------------------------------------- */
.p-top-access {
  padding: 5.3125rem 0 0;
}
.p-top-access .c-ttl {
  margin-bottom: 56px;
}

.p-top-access__method {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
}
.p-top-access__method .method-item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
}
.p-top-access__method .method-item:first-child {
  border-right: 1px solid #444;
}
.p-top-access__method .method-item .list {
  line-height: 1.5;
  margin-top: 16px;
}

.p-top-access__address {
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin-bottom: 32px;
}
.p-top-access__address address {
  letter-spacing: 0.1em;
}
.p-top-access__address .tel {
  margin-top: 10px;
}

.p-top-access__notice {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding: 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 808px;
  margin: 0 auto;
  margin-bottom: 56px;
}

.p-top-access__map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-top-access__map iframe {
  width: 100%;
  height: 32.125rem;
}

@media screen and (max-width: 767px) {
  .p-top-access {
    padding: 2.8125rem 0 0;
  }
  .p-top-access .c-ttl {
    margin-bottom: 32px;
  }
  .p-top-access__method {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 24px;
  }
  .p-top-access__method .method-item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    font-weight: 700;
  }
  .p-top-access__method .method-item:first-child {
    border-right: none;
    border-bottom: 1px solid #444;
    padding-bottom: 24px;
  }
  .p-top-access__method .method-item .list {
    line-height: 1.5;
    margin-top: 8px;
  }
  .sp-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .p-top-access__address {
    text-align: left;
    margin-bottom: 28px;
  }
  .p-top-access__address address {
    line-height: 1.5;
  }
  .p-top-access__address .tel {
    margin-top: 5px;
  }
  .p-top-access__notice {
    padding: 16px 0;
    margin-bottom: 28px;
  }
  .p-top-access__map {
    width: 100%;
    margin: 0;
  }
  .p-top-access__map iframe {
    height: 12.8125rem;
  }
}
/* ---------------------------------------------
  top-contact
  --------------------------------------------- */
.p-top-contact {
  padding: 5.3125rem 0;
  background: url("../img/top/contact_bg.jpg") no-repeat center/cover;
}
.p-top-contact .c-ttl {
  margin-bottom: 56px;
}
.p-top-contact .c-ttl__en::before {
  background-color: #B85F24;
}
.p-top-contact .c-btn-list {
  gap: 5rem;
}
.p-top-contact .c-reserve__btn a {
  max-width: 250px;
  height: 60px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top-contact {
    padding: 2.8125rem 0;
  }
  .p-top-contact .c-ttl {
    margin-bottom: 36px;
  }
  .p-top-contact .c-btn-list {
    gap: 12px;
  }
  .p-top-contact .c-reserve__btn {
    max-width: 242px;
  }
  .p-top-contact .c-reserve__btn a {
    max-width: 242px;
    height: 40px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
/* ---------------------------------------------
  top-ec
  --------------------------------------------- */
.p-top-ec {
  padding: 4.5rem 0;
}
.p-top-ec .ec-btn {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-top-ec .ec-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-ec {
    padding: 2.25rem 0;
  }
}
/* ---------------------------------------------
  English
  --------------------------------------------- */
.p-top-intro-en .l-wrap {
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 540px;
}
.p-top-intro-en .mark-list {
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: 0;
  margin-bottom: 46px;
}
.p-top-intro-en .p-intro__ttl {
  -ms-writing-mode: initial;
      writing-mode: initial;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 10px;
  margin-bottom: 50px;
}
.p-top-intro-en .p-intro__lead {
  -ms-writing-mode: initial;
      writing-mode: initial;
  letter-spacing: 0.05em;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  .p-top-intro-en .mark-list {
    margin-bottom: 5px;
  }
  .p-top-intro-en .p-intro__ttl {
    margin-bottom: 10px;
  }
  .p-top-intro-en .p-intro__lead {
    -ms-writing-mode: initial;
        writing-mode: initial;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}
/* ----------- heading -----------*/
.c-page-header {
  padding-top: 80px;
}

.c-page-header__ttl {
  margin-bottom: 80px;
}
.c-page-header__ttl .c-ttl__ja {
  font-size: 2.5rem;
}
.c-page-header__ttl.villa .c-ttl__en {
  color: #376837;
}
.c-page-header__ttl.restaurant .c-ttl__en {
  color: #B85F24;
}
.c-page-header__ttl.restaurant .c-ttl__en::before {
  background-color: #B85F24;
}
.c-page-header__ttl.cafe .c-ttl__en {
  color: #796008;
}
.c-page-header__ttl.cafe .c-ttl__en::before {
  background-color: #796008;
}

@media screen and (max-width: 767px) {
  .c-page-header {
    padding-top: 40px;
  }
  .c-page-header__ttl {
    margin-bottom: 24px;
  }
  .c-page-header__ttl .c-ttl__en {
    font-size: 1.25rem;
  }
  .c-page-header__ttl .c-ttl__ja {
    font-size: 1.25rem;
  }
}
/* ----------- breadcrumb -----------*/
.c-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 16px;
}
.c-breadcrumb__list li:not(:last-of-type) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.c-breadcrumb__list li:not(:last-of-type)::after {
  content: "−";
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.c-breadcrumb__list li,
.c-breadcrumb__list a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    margin-top: 10px;
  }
  .c-breadcrumb__list li,
  .c-breadcrumb__list a {
    font-size: 0.625rem;
  }
}
/* ---------------------------------------------
  intro
  --------------------------------------------- */
.p-intro {
  padding: 5rem 0 0;
}
.p-intro .p-intro-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-intro .p-intro__ttl {
  font-size: 1.75rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.5em;
  line-height: 2;
  font-weight: 700;
  margin-left: 3.75rem;
}
.p-intro .p-intro__ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../img/common/mark.svg");
          mask-image: url("../img/common/mark.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
  margin-left: 18px;
}
.p-intro .p-intro__lead {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: 0.5em;
  line-height: 5;
  font-weight: 700;
  margin: 0 -1.4em;
}

@media screen and (max-width: 767px) {
  .p-intro {
    padding: 40px 0 0;
  }
  .p-intro .p-intro-block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .p-intro .p-intro__ttl {
    font-size: 1.25rem;
    -ms-writing-mode: initial;
        writing-mode: initial;
    letter-spacing: 0.1em;
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-intro .p-intro__ttl::before {
    width: 8px;
    height: 8px;
    -ms-transform: none;
        transform: none;
    margin-left: 0;
    margin-bottom: 4px;
  }
  .p-intro .p-intro__lead {
    -ms-writing-mode: initial;
        writing-mode: initial;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    line-height: 2;
    margin: 0;
  }
}
/* ----------- English intro -----------*/
.p-intro-en {
  padding: 8.75rem 0 0;
}
.p-intro-en .p-intro-block__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-intro-en .p-intro-block {
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-intro-en .p-intro__ttl {
  -ms-writing-mode: initial;
      writing-mode: initial;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 0;
  margin-bottom: 20px;
}
.p-intro-en .p-intro__ttl::before {
  margin-left: 0;
}
.p-intro-en .p-intro__lead {
  -ms-writing-mode: initial;
      writing-mode: initial;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-intro-en {
    padding: 40px 0 0;
  }
  .p-intro-en .p-intro__ttl {
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------
  villa
  --------------------------------------------- */
.p-villa-intro .p-intro__ttl::before {
  background-color: #376837;
}
.p-villa-intro .p-intro__lead {
  line-height: 5.2;
}

.p-villa-intro.p-intro-en .p-intro__lead {
  line-height: 3;
}

@media screen and (max-width: 767px) {
  .p-villa-intro .p-intro__lead {
    line-height: 2;
  }
  .p-villa-intro.p-intro-en .p-intro__lead {
    line-height: 2;
  }
}
/* ----------- villa gallery -----------*/
.p-villa-gallery {
  margin-top: 5.625rem;
}

.p-villa-gallery__slider {
  position: relative;
}
.p-villa-gallery__slider .swiper-button-prev,
.p-villa-gallery__slider .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  top: 56%;
}
.p-villa-gallery__slider .swiper-button-prev:after,
.p-villa-gallery__slider .swiper-button-next:after {
  display: block;
  font-size: 2rem;
  color: #fff;
}
.p-villa-gallery__slider .swiper-button-next {
  right: 0;
}
.p-villa-gallery__slider .swiper-button-prev {
  left: 0;
}

.p-villa-gallery__thumbnail {
  margin-top: 2rem;
}
.p-villa-gallery__thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.p-villa-gallery__thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-villa-gallery {
    margin-top: 20px;
  }
  .p-villa-gallery__slider .swiper-button-prev,
  .p-villa-gallery__slider .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 56%;
  }
  .p-villa-gallery__slider .swiper-button-prev:after,
  .p-villa-gallery__slider .swiper-button-next:after {
    font-size: 1rem;
  }
  .p-villa-gallery__slider .swiper-button-next {
    right: -4px;
  }
  .p-villa-gallery__slider .swiper-button-prev {
    left: -4px;
  }
  .p-villa-gallery__slider .slider img {
    aspect-ratio: 686/400;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-villa-gallery__thumbnail {
    margin-top: 16px;
  }
  .p-villa-gallery__thumbnail img {
    aspect-ratio: 154/89;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ----------- villa block -----------*/
.p-villa__block {
  margin-top: 6.25rem;
  position: relative;
}
.p-villa__block.has-bg {
  padding-bottom: 7.5rem;
}
.p-villa__block.has-bg::before {
  content: "";
  display: block;
  background: url("../img/villa/villa_bg.jpg") no-repeat bottom center/cover;
  width: 100vw;
  height: 42vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-villa__block .lead {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}
.p-villa__block .desc {
  line-height: 2;
  font-weight: 700;
}
.p-villa__block .img-list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.p-villa__block .img-list figure {
  width: 50%;
}
.p-villa__block .img-list figcaption {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 24px;
}
.p-villa__block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-villa__block .c-fBox .item__img {
  width: 40.4%;
}
.p-villa__block .c-fBox .item__text {
  width: 51%;
}
.p-villa__block .c-fBox .item__text .c-btn {
  margin-top: 60px;
}
.p-villa__block .c-fBox .item__text .c-btn .button-d {
  border-color: #fff;
  background-color: #fff;
  color: #376837;
}
.p-villa__block .c-fBox .item__text .c-btn .button-d::after {
  background-color: #376837;
}

@media screen and (max-width: 767px) {
  .p-villa__block {
    margin-top: 48px;
  }
  .p-villa__block.has-bg {
    padding-bottom: 40px;
  }
  .p-villa__block.has-bg::before {
    height: 60%;
    background: url("../img/villa/villa_bg_sp.jpg") no-repeat 65% center/cover;
  }
  .p-villa__block .lead {
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: left;
  }
  .p-villa__block .desc {
    line-height: 1.5;
  }
  .p-villa__block .desc:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-villa__block .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .p-villa__block .img-list figure {
    width: 100%;
  }
  .p-villa__block .img-list figcaption {
    font-size: 1.125rem;
    margin-top: 12px;
  }
  .p-villa__block .c-fBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-villa__block .c-fBox .item__img {
    width: 100%;
  }
  .p-villa__block .c-fBox .item__text {
    width: 100%;
  }
  .p-villa__block .c-fBox .item__text .c-btn {
    margin: 40px auto 0;
  }
}
/* ----------- villa info -----------*/
.p-villa-info {
  padding: 5rem 0;
}
.p-villa-info .c-ttl {
  margin-bottom: 64px;
}

.p-villa-info__dl {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 3.25rem 0 2.5rem;
}
.p-villa-info__dl dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.p-villa-info__dl dl:not(:last-child) {
  margin-bottom: 28px;
}
.p-villa-info__dl dl dt {
  width: 28%;
}
.p-villa-info__dl dl dd {
  width: 72%;
}

@media screen and (max-width: 767px) {
  .p-villa-info {
    padding: 44px 0;
  }
  .p-villa-info .c-ttl {
    margin-bottom: 12px;
  }
  .p-villa-info__dl {
    padding: 30px 20px 20px;
  }
  .p-villa-info__dl dl {
    font-size: 0.875rem;
  }
  .p-villa-info__dl dl:not(:last-child) {
    margin-bottom: 4px;
  }
  .p-villa-info__dl dl dt {
    width: 36%;
  }
  .p-villa-info__dl dl dd {
    width: 64%;
  }
}
/* ----------- villa facilities -----------*/
.p-villa-facilities {
  padding: 5.5rem 0;
  background: url("../img/villa/bg.jpg") no-repeat center/cover;
}
.p-villa-facilities .c-ttl {
  margin-bottom: 64px;
}

.p-villa-facilities__dl {
  border-top: 1px solid #888888;
  padding: 3.25rem 0 0;
}
.p-villa-facilities__dl dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.8;
  padding-left: 2.25rem;
  gap: 2.5rem;
}
.p-villa-facilities__dl dl:not(:last-child) {
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.p-villa-facilities__dl dl dt {
  width: 8%;
  min-width: 84px;
}
.p-villa-facilities__dl dl dd {
  width: 90%;
}
.p-villa-facilities__dl dl .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 30px;
  line-height: 1.8;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-villa-facilities {
    padding: 44px 0;
  }
  .p-villa-facilities .c-ttl {
    margin-bottom: 24px;
  }
  .p-villa-facilities__dl {
    padding: 24px 0 0;
  }
  .p-villa-facilities__dl dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding-left: 0;
  }
  .p-villa-facilities__dl dl:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .p-villa-facilities__dl dl dt {
    width: 100%;
    text-align: center;
  }
  .p-villa-facilities__dl dl dd {
    width: 100%;
  }
  .p-villa-facilities__dl dl .list {
    gap: 6px 16px;
    font-size: 0.875rem;
  }
}
/* ----------- villa stay -----------*/
.p-villa-stay {
  padding: 5.5rem 0;
}
.p-villa-stay .c-ttl {
  margin-bottom: 64px;
}

.p-villa-stay__dl {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 3.25rem 0 2.5rem;
}
.p-villa-stay__dl dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.p-villa-stay__dl dl:not(:last-of-type) {
  margin-bottom: 28px;
}
.p-villa-stay__dl dl dt {
  width: 28%;
}
.p-villa-stay__dl dl dd {
  width: 72%;
}
.p-villa-stay__dl .note {
  max-width: 800px;
  margin: 40px auto 0;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-villa-stay {
    padding: 44px 0;
  }
  .p-villa-stay .c-ttl {
    margin-bottom: 32px;
  }
  .p-villa-stay__dl {
    padding: 30px 0 20px;
  }
  .p-villa-stay__dl dl {
    font-size: 0.875rem;
  }
  .p-villa-stay__dl dl:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .p-villa-stay__dl dl dt {
    width: 35%;
  }
  .p-villa-stay__dl dl dd {
    width: 65%;
  }
  .p-villa-stay__dl .note {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
/* ----------- villa notice -----------*/
.p-villa-notice {
  padding: 6.875rem 0 4.25rem;
  background: url("../img/villa/bg.jpg") no-repeat center/cover;
}
.p-villa-notice .c-ttl {
  margin-bottom: 64px;
}
.p-villa-notice .notice-text {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 3.25rem 20px 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-villa-notice {
    padding: 44px 0;
  }
  .p-villa-notice .c-ttl {
    margin-bottom: 32px;
  }
  .p-villa-notice .notice-text {
    padding: 24px 0;
    font-size: 0.875rem;
  }
}
/* ---------------------------------------------
    restaurant
  --------------------------------------------- */
.p-restaurant-intro .p-intro__ttl::before {
  background-color: #B85F24;
}
.p-restaurant-intro .p-intro__ttl {
  line-height: 2.5;
  margin-left: 3.125rem;
}
.p-restaurant-intro .p-intro__lead {
  line-height: 3.5;
}

.p-restaurant-intro.p-intro-en .p-intro__ttl {
  margin-left: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-restaurant-intro.p-intro-en .p-intro__ttl::before {
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}
.p-restaurant-intro.p-intro-en .p-intro__lead {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-restaurant-intro.p-intro-en .p-restaurant__block {
  margin-top: 10.625rem;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 767px) {
  .p-restaurant-intro .p-intro__ttl {
    margin-left: 0;
    line-height: 1.5;
  }
  .p-restaurant-intro .p-intro__lead {
    line-height: 2;
  }
  .p-restaurant-intro.p-intro-en .p-intro-block__wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .p-restaurant-intro.p-intro-en .p-intro__ttl {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .p-restaurant-intro.p-intro-en .p-intro__ttl::before {
    -ms-transform: translateY(-4px);
        transform: translateY(-4px);
  }
  .p-restaurant-intro.p-intro-en .p-intro__lead {
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .p-restaurant-intro.p-intro-en .p-restaurant__block {
    margin-top: 24px;
    -ms-flex-align: center;
        align-items: center;
  }
}
.p-restaurant__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 88px;
}
.p-restaurant__block .img__block {
  width: 37.5%;
}
.p-restaurant__block .text__block {
  width: 60.5%;
  font-weight: 700;
}
.p-restaurant__block .text__block p {
  line-height: 2;
}
.p-restaurant__block .text__block p:last-child {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-restaurant__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
    gap: 20px;
  }
  .p-restaurant__block .img__block {
    width: 100%;
  }
  .p-restaurant__block .text__block {
    width: 100%;
    font-weight: 700;
  }
  .p-restaurant__block .text__block p {
    line-height: 1.5;
  }
  .p-restaurant__block .text__block p:not(:first-child) {
    margin-top: 24px;
  }
}
/* ----------- restaurant menu -----------*/
.p-restaurant-sec .c-ttl .c-ttl__en::before {
  background-color: #B85F24;
}

.p-restaurant-menu {
  margin-top: 5.5rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.p-restaurant-menu .c-ttl {
  margin-bottom: 4rem;
}
.p-restaurant-menu::before {
  content: "";
  display: block;
  background: url("../img/restaurant/restaurant_bg.jpg") no-repeat top center/cover;
  width: 100vw;
  height: 60%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-restaurant-menu .menu-ttl {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 24px;
}
.p-restaurant-menu .menu-ttl:not(:first-of-type) {
  margin-top: 60px;
}
.p-restaurant-menu .lead {
  line-height: 2;
  font-weight: 700;
}
.p-restaurant-menu .img-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
}
.p-restaurant-menu .img-list > picture,
.p-restaurant-menu .img-list > img {
  width: 50%;
}
.p-restaurant-menu .p-menu__block {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 48px;
  padding: 24px 0;
  color: #fff;
  font-weight: 700;
}
.p-restaurant-menu .p-menu__block .ttl {
  line-height: 2;
}
.p-restaurant-menu .p-menu__block .p-menu__list {
  line-height: 2;
  font-size: 0.9375rem;
}
.p-restaurant-menu .p-menu__block-ttl {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-restaurant-menu {
    margin-top: 60px;
    padding-bottom: 54px;
  }
  .p-restaurant-menu .c-ttl {
    margin-bottom: 32px;
  }
  .p-restaurant-menu::before {
    background-position: bottom center;
    height: 55%;
  }
  .p-restaurant-menu .menu-ttl {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .p-restaurant-menu .lead {
    line-height: 1.5;
  }
  .p-restaurant-menu .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
    gap: 12px;
  }
  .p-restaurant-menu .img-list > picture,
  .p-restaurant-menu .img-list > img {
    width: 100%;
  }
  .p-restaurant-menu .img-list > img {
    aspect-ratio: 343/200;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-restaurant-menu .p-menu__block {
    margin-top: 24px;
    padding: 0;
  }
  .p-restaurant-menu .p-menu__block .ttl {
    line-height: 2;
    font-size: 0.875rem;
  }
  .p-restaurant-menu .p-menu__block .p-menu__list {
    line-height: 2;
    font-size: 0.875rem;
  }
  .p-restaurant-menu .p-menu__block-ttl {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
    padding: 12px 0;
  }
  .p-restaurant-menu .p-menu__block-ttl::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .p-restaurant-menu .p-menu__block-ttl.is-open::after {
    content: "−";
  }
  .p-restaurant-menu .p-menu__body {
    display: none;
    padding-bottom: 24px;
  }
}
/* ----------- restaurant info -----------*/
.p-restaurant-info {
  padding: 5rem 0 0;
}
.p-restaurant-info .c-ttl {
  margin-bottom: 64px;
}
.p-restaurant-info .p-img__block {
  background: url("../img/restaurant/bg.jpg") no-repeat center/cover;
  padding: 88px 0;
  margin-top: 88px;
}
.p-restaurant-info .p-img__block .img-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px;
}
.p-restaurant-info .p-img__block .img-list picture {
  width: 50%;
}
.p-restaurant-info.en .p-restaurant-info__dl dl {
  max-width: 920px;
  margin-right: 0;
  margin-left: auto;
}

.p-restaurant-info__dl {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 3.25rem 0 2.5rem;
}
.p-restaurant-info__dl dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.p-restaurant-info__dl dl:not(:last-child) {
  margin-bottom: 28px;
}
.p-restaurant-info__dl dl dt {
  width: 28%;
}
.p-restaurant-info__dl dl dd {
  width: 72%;
}

@media screen and (max-width: 767px) {
  .p-restaurant-info {
    padding: 44px 0 0;
  }
  .p-restaurant-info .c-ttl {
    margin-bottom: 40px;
  }
  .p-restaurant-info .p-img__block {
    padding: 44px 0;
    margin-top: 44px;
  }
  .p-restaurant-info .p-img__block .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .p-restaurant-info .p-img__block .img-list picture {
    width: 100%;
  }
  .p-restaurant-info.en .p-restaurant-info__dl dl {
    font-size: 0.625rem;
  }
  .p-restaurant-info__dl {
    padding: 24px 0;
  }
  .p-restaurant-info__dl dl {
    font-size: 0.875rem;
  }
  .p-restaurant-info__dl dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-restaurant-info__dl dl dt {
    width: 35%;
  }
  .p-restaurant-info__dl dl dd {
    width: 65%;
  }
}
/* ----------- restaurant notice -----------*/
.p-restaurant-notice {
  padding: 60px 0 80px;
}
.p-restaurant-notice .c-ttl {
  margin-bottom: 64px;
}
.p-restaurant-notice .notice-text {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 3.25rem 20px 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-restaurant-reserve {
  background: url("../img/restaurant/bg.jpg") no-repeat center/cover;
  padding: 88px 0;
}
.p-restaurant-reserve .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-restaurant-notice {
    padding: 44px 0;
  }
  .p-restaurant-notice .c-ttl {
    margin-bottom: 32px;
  }
  .p-restaurant-notice .notice-text {
    padding: 24px 0;
    font-size: 0.875rem;
  }
  .p-restaurant-notice .notice-text li:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-restaurant-reserve {
    padding: 44px 0;
  }
}
/* ---------------------------------------------
    cafe
  --------------------------------------------- */
.p-cafe-intro .p-intro__ttl::before {
  background-color: #796008;
}
.p-cafe-intro .p-intro__ttl {
  line-height: 2.5;
  margin-left: 3.125rem;
}
.p-cafe-intro .p-intro__lead {
  line-height: 3.5;
}

.p-cafe-intro {
  position: relative;
  padding-bottom: 6rem;
}
.p-cafe-intro.p-intro-en .p-intro__ttl {
  margin-left: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-cafe-intro.p-intro-en .p-intro__ttl::before {
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}
.p-cafe-intro.p-intro-en .p-intro__lead {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-cafe-intro.p-intro-en .p-cafe__block {
  margin-top: 5rem;
  -ms-flex-align: center;
      align-items: center;
}
.p-cafe-intro::before {
  content: "";
  display: block;
  background: url("../img/cafe/cafe_bg.jpg") no-repeat top center/cover;
  width: 100vw;
  height: 30%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-cafe-intro .p-intro__ttl {
    margin-left: 0;
    line-height: 1.5;
  }
  .p-cafe-intro .p-intro__lead {
    line-height: 2;
  }
  .p-cafe-intro::before {
    height: 22%;
  }
  .p-cafe-intro.p-intro-en .p-intro-block__wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .p-cafe-intro.p-intro-en .p-intro__ttl {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .p-cafe-intro.p-intro-en .p-intro__ttl::before {
    -ms-transform: translateY(-4px);
        transform: translateY(-4px);
  }
  .p-cafe-intro.p-intro-en .p-intro__lead {
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .p-cafe-intro.p-intro-en .p-cafe__block {
    margin-top: 50px;
    -ms-flex-align: center;
        align-items: center;
  }
}
.p-cafe__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 88px;
  gap: 24px;
}
.p-cafe__block:nth-of-type(3) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-cafe__block:last-of-type {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.p-cafe__block:last-of-type .img__block {
  width: 42%;
}
.p-cafe__block:last-of-type .text__block {
  width: 52%;
}
.p-cafe__block .img__block {
  width: 50%;
}
.p-cafe__block .text__block {
  width: 50%;
  font-weight: 700;
}
.p-cafe__block .text__block p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-cafe__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
  }
  .p-cafe__block:last-child .img__block {
    width: 100%;
  }
  .p-cafe__block:last-child .text__block {
    width: 100%;
  }
  .p-cafe__block .img__block {
    width: 100%;
  }
  .p-cafe__block .text__block {
    width: 100%;
    font-weight: 700;
  }
  .p-cafe__block .text__block p {
    line-height: 1.5;
  }
  .p-cafe__block .text__block p:not(:first-child) {
    margin-top: 24px;
  }
}
/* ----------- cafe menu -----------*/
.p-cafe-sec .c-ttl .c-ttl__en::before {
  background-color: #B85F24;
}

.p-cafe-menu {
  margin-top: 5.5rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.p-cafe-menu .c-ttl {
  margin-bottom: 4rem;
}
.p-cafe-menu .menu-ttl {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-cafe-menu .lead {
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-cafe-menu__block {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 3.25rem 0 2.5rem;
}
.p-cafe-menu__block .wrap {
  max-width: 920px;
  margin: 0 0 0 auto;
}

.p-cafe-menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
}
.p-cafe-menu__item:not(:first-of-type) {
  margin-top: 24px;
}
.p-cafe-menu__item .text__block {
  width: 66%;
}
.p-cafe-menu__item .img__block {
  width: 34%;
}

@media screen and (max-width: 767px) {
  .p-cafe-menu {
    margin-top: 60px;
    padding-bottom: 54px;
  }
  .p-cafe-menu .c-ttl {
    margin-bottom: 32px;
  }
  .p-cafe-menu::before {
    background-position: bottom center;
    height: 55%;
  }
  .p-cafe-menu .menu-ttl {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .p-cafe-menu .lead {
    line-height: 1.5;
  }
  .p-cafe-menu .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
    gap: 12px;
  }
  .p-cafe-menu .img-list > picture,
  .p-cafe-menu .img-list > img {
    width: 100%;
  }
  .p-cafe-menu .img-list > img {
    aspect-ratio: 343/200;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-cafe-menu .p-menu__block {
    margin-top: 24px;
    padding: 0;
  }
  .p-cafe-menu .p-menu__block .ttl {
    line-height: 2;
    font-size: 0.875rem;
  }
  .p-cafe-menu .p-menu__block .p-menu__list {
    line-height: 2;
    font-size: 0.875rem;
  }
  .p-cafe-menu .p-cafe-menu__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cafe-menu .p-cafe-menu__item:not(:first-of-type) {
    margin-top: 24px;
  }
  .p-cafe-menu .p-cafe-menu__item .text__block {
    width: 100%;
  }
  .p-cafe-menu .p-cafe-menu__item .img__block {
    width: 100%;
  }
}
/* ----------- cafe info -----------*/
.p-cafe-info {
  padding: 5rem 0;
  background: url("../img/villa/bg.jpg") no-repeat center/cover;
}
.p-cafe-info .c-ttl {
  margin-bottom: 64px;
}
.p-cafe-info.en .p-cafe-info__dl dl {
  max-width: 920px;
  margin-right: 0;
  margin-left: auto;
}

.p-cafe-info__dl {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 3.25rem 0 2.5rem;
}
.p-cafe-info__dl dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.p-cafe-info__dl dl:not(:last-child) {
  margin-bottom: 28px;
}
.p-cafe-info__dl dl dt {
  width: 28%;
}
.p-cafe-info__dl dl dd {
  width: 72%;
}

@media screen and (max-width: 767px) {
  .p-cafe-info {
    padding: 44px 0;
  }
  .p-cafe-info .c-ttl {
    margin-bottom: 40px;
  }
  .p-cafe-info.en .p-cafe-info__dl dl {
    font-size: 0.625rem;
  }
  .p-cafe-info__dl {
    padding: 24px 0;
  }
  .p-cafe-info__dl dl {
    font-size: 0.875rem;
  }
  .p-cafe-info__dl dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-cafe-info__dl dl dt {
    width: 35%;
  }
  .p-cafe-info__dl dl dd {
    width: 65%;
  }
}
/* ----------- cafe notice -----------*/
.p-cafe-reserve {
  background: url("../img/cafe/bg.jpg") no-repeat center/cover;
  padding: 88px 0;
}
.p-cafe-reserve .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cafe-reserve {
    padding: 44px 0;
  }
}
/* --------- pagenation ----------*/
ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 120px;
  gap: 20px;
  padding: 4px 0;
}

.page-numbers li .page-numbers {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.25rem;
  transition: 0.3s ease;
  font-weight: 700;
  color: #005635;
  line-height: 1.6;
  width: 32px;
  height: 32px;
}

.page-numbers li a.page-numbers:hover {
  opacity: 0.7;
}

.page-numbers li .current {
  color: #fff;
  background-color: #376837;
}

.page-numbers.prev,
.page-numbers.next {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: relative;
}

.page-numbers.prev {
  margin-right: 24px;
}

.page-numbers.next {
  margin-left: 24px;
}

.page-numbers.prev::before,
.page-numbers.next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-top: 2px solid #005635;
  border-right: 2px solid #005635;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.page-numbers.prev::before {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  margin-left: 0;
  margin-right: -4px;
}

.page-numbers li .page-numbers.dots {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .page-numbers li .page-numbers {
    font-size: 1rem;
  }
}
/* ---------------------------------------------
  news
  --------------------------------------------- */
.p-news-sec {
  padding: 120px 0 160px;
}
.p-news-sec .l-wrap {
  max-width: 1000px;
}
.p-news-sec .p-info__list .item:first-child {
  border-top: 1px solid #444;
}

.p-info__list .item a {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-news-sec {
    padding: 60px 0 120px;
  }
  .p-news-sec .p-news__list .item a {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
  .p-news-sec .p-news__list .item .date {
    margin-bottom: 8px;
  }
  .p-news-sec .p-news__list a {
    gap: 0;
    padding-bottom: 24px;
  }
  .p-news-sec .p-news__list .date {
    width: 100%;
  }
  .p-news-sec .p-news__list .ttl {
    width: 100%;
  }
}
/* ---------------------------------------------
  post article
  --------------------------------------------- */
.p-post-article {
  width: 100%;
  padding: 120px 0 120px;
}

.p-post-article__wrap {
  max-width: 900px;
}
.p-post-article__wrap .c-btn {
  margin-left: auto;
  margin-right: auto;
}
.p-post-article__wrap .c-btn a {
  border: 1px solid #444;
}
.p-post-article__wrap .c-btn a::after {
  background-color: #444;
}

.p-post-article__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.p-post-article__head .p-post__category {
  font-size: 0.75rem;
  font-weight: 500;
  width: 75px;
  border: 1px solid #444;
  text-align: center;
  padding: 2px;
  margin-right: 40px;
}
.p-post-article__head .p-case__company {
  border-top: none;
  margin-top: 40px;
}
.p-post-article__head .p-post__date {
  font-size: 0.875rem;
}

.p-post__ttl {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-post-artice__container .c-btn {
  margin-top: 120px;
}

.p-post-article__img {
  margin-bottom: 40px;
}

.p-post-article__body {
  margin-top: 40px;
}
.p-post-article__body p {
  text-align: justify;
  margin: 16px 0;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
}
.p-post-article__body a {
  color: #005635;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-post-article__body h2 {
  margin: 32px 0 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-top: 24px;
  border-top: 1px solid #fff;
  font-weight: 700;
  border-bottom: 1px solid #376837;
  padding-bottom: 4px;
}
.p-post-article__body h3 {
  margin: 32px 0 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  border-left: 3px solid #376837;
  padding-left: 10px;
}
.p-post-article__body h4 {
  margin: 40px 0 16px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.p-post-article__body h5 {
  margin: 40px 0 10px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.p-post-article__body ul {
  margin-top: 40px;
  list-style-type: disc;
  padding-left: 24px;
  font-size: 1rem;
  line-height: 1.6;
}
.p-post-article__body ul li ul {
  margin-top: 0;
}
.p-post-article__body .blockquote {
  margin-bottom: 0;
  border: 1px solid #DEE2E1;
  padding: 24px;
  margin-top: 40px;
  color: #555555;
  text-align: justify;
}
.p-post-article__body img {
  margin-top: 20px;
}
.p-post-article__body figcaption {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 16px;
}
.p-post-article__body .mt-0 img {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .p-post-article {
    width: 100%;
    padding: 60px 0 80px;
  }
  .p-post-article__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .p-post-article__head {
    width: 100%;
  }
  .p-post-article__head .p-case__category {
    margin-top: 16px;
  }
  .p-post-article__head .p-case__company {
    border-top: none;
    margin-top: 24px;
    padding-top: 0;
  }
  .p-post-article__head .p-post__date {
    margin-top: 8px;
  }
  .p-post-article__head .p-news__category {
    margin-top: 16px;
  }
  .p-post__ttl {
    font-size: 1.5rem;
  }
  .p-news__category {
    margin-top: 16px;
  }
  .p-post-artice__container {
    width: 100%;
    max-width: 100%;
  }
  .p-post-artice__container .c-btn {
    margin-top: 80px;
  }
  .p-post-article__img {
    margin-bottom: 24px;
  }
  .p-post-article__body .blockquote {
    padding: 16px;
  }
  .p-post-article__body img {
    margin-top: 40px;
  }
}