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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- utility -------------*/
.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

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

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

/*------------- base -------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #f8f7f4;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

#en p,
#en h1,
#en h2,
#en h3,
#en h4,
#en div {
  letter-spacing: 0 !important;
}

/*------------- layout -------------*/
.l-wrapper {
  overflow: hidden;
}

.l-inner {
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}
.l-inner--narrow {
  max-width: 900px;
}

.l-fix-btn {
  z-index: 200;
  position: fixed;
  bottom: 10px;
  right: 0;
  background: #fff;
  border: 1px solid #efece2;
  padding: 16px 42px 16px 24px;
  line-height: 1;
  display: none;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
  transition: opacity 0.3s ease, filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s;
  text-decoration: none;
  color: #212020;
}
.l-fix-btn span {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0.08em;
}
.l-fix-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.l-fix-btn.is-show {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transition: opacity 0.3s ease, filter 0.3s ease, visibility 0s;
}
.l-fix-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  .l-fix-btn {
    display: flex;
  }
}

.l-fix-bar {
  display: none;
  position: fixed;
  bottom: 8px;
  left: 8px;
  right: 0;
  height: 45px;
  z-index: 200;
  width: calc(100% - 16px);
}
@media screen and (max-width: 1024px) {
  .l-fix-bar {
    display: flex;
    align-items: stretch;
  }
}
.l-fix-bar__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 60px;
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  margin-right: 8px;
  background: #1a1a18;
}
.l-fix-bar__menu span {
  display: block;
  width: 22px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s;
}
.l-fix-bar__menu.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.l-fix-bar__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.l-fix-bar__menu.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.l-fix-bar__reserve {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-decoration: none;
  background: #d36f1a;
}
.l-fix-bar__reserve::after {
  content: "›";
  font-size: 20px;
  line-height: 1;
  transform: translateY(-3px);
}
.l-fix-bar__reserve:hover {
  opacity: 0.8;
}

@keyframes blurInBlack {
  0% {
    filter: blur(8px);
    opacity: 0.5;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes blurInWhite {
  0% {
    filter: blur(8px);
    opacity: 0.5;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.l-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  padding: 8px 24px 8px 28px;
  animation: blurInWhite 0.5s ease forwards;
  transition: opacity 0.3s ease;
  gap: 20px;
  background: #f8f7f4;
  transition: backdrop-filter 0.6s ease, -webkit-backdrop-filter 0.6s ease;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 8px 16px;
    gap: 0;
  }
}
.l-header .logo {
  flex-shrink: 0;
  margin-right: auto;
}
.l-header .logo img {
  height: 30px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header .logo img {
    height: 24px;
  }
}
.l-header .gnav {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .gnav {
    display: none;
  }
}
.l-header .gnav li a {
  font-size: 14px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.l-header .gnav li a:hover {
  opacity: 0.6;
}
.l-header .instagram {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .instagram {
    display: none;
  }
}
.l-header .instagram a {
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: opacity 0.3s;
}
.l-header .instagram a:hover {
  opacity: 0.6;
}
.l-header .instagram svg {
  width: 20px;
  height: 20px;
}
.l-header .tel {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .tel {
    display: none;
  }
}
.l-header .tel a {
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.05em;
}
.l-header .tel img {
  width: 14px;
}
.l-header .language {
  position: relative;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .language {
    width: auto;
    margin-left: auto;
  }
}
.l-header .language ul {
  position: absolute;
  top: 40px;
  right: 0;
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  background: #fff;
  width: 125px;
  padding: 0 8px;
  transition: opacity 0.3s ease, filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 101;
}
.l-header .language ul li {
  padding: 0.4em;
}
.l-header .language ul li + li {
  border-top: 1px solid #d9d9d9;
}
.l-header .language ul li a {
  display: block;
  white-space: nowrap;
  color: #212020;
  font-size: 13px;
}
.l-header .language.is-open ul {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
}
.l-header .language.is-open .language__trigger::after {
  transform: rotate(180deg);
}
.l-header .language .language__trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.l-header .language .language__trigger::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #212020;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .l-header .language .language__trigger {
    background: transparent;
    padding: 0;
  }
  .l-header .language .language__trigger::after {
    display: none;
  }
}
.l-header .language .language__icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .language .language__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  .l-header .language .language__icon svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .language .language__text {
    display: none;
  }
}
.l-header .reserve-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s;
  background: #d36f1a;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .l-header .reserve-btn {
    display: none;
  }
}
.l-header .reserve-btn::after {
  content: "›";
  font-size: 20px;
  transform: translateY(-3px);
}
.l-header .reserve-btn:hover {
  background: #212020;
  color: #ffffff;
  opacity: 1;
}
.l-header .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .l-header .hamburger {
    display: flex;
  }
}
.l-header .hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s;
}
.l-header .hamburger.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.l-header .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header .hamburger.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.l-header.is-scrolled {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.l-header.is-black {
  animation: blurInBlack 0.5s ease forwards;
}
.l-header.is-black .gnav li a {
  color: #212020;
}
.l-header.is-black .instagram svg {
  fill: #212020;
}
.l-header.is-black .tel a {
  color: #212020;
}
.l-header.is-black .language .language__icon svg {
  fill: #212020;
}
.l-header.is-black .language__trigger {
  color: #212020;
}
.l-header.is-black .language__trigger::after {
  border-top: 6px solid;
}
.l-header.is-black .hamburger span {
  background: #212020;
}
.l-sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f7f4;
  z-index: 99;
  overflow-y: auto;
  padding: 20px 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-sp-menu {
    display: block;
  }
}
.l-sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.l-sp-menu__group {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
.l-sp-menu__item a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #212020;
  font-family: "Shippori Mincho B1", serif;
}
.l-sp-menu__bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
.l-sp-menu__tel a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #212020;
}
.l-sp-menu__tel a svg {
  width: 18px;
  height: 18px;
  fill: #212020;
}
.l-sp-menu__instagram a {
  display: inline-flex;
  align-items: center;
  color: #212020;
  transition: opacity 0.3s;
}
.l-sp-menu__instagram a:hover {
  opacity: 0.6;
}
.l-sp-menu__instagram a svg {
  width: 28px;
  height: 28px;
  fill: #212020;
}
.l-sp-menu__close {
  margin-top: 60px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  z-index: 101;
  position: relative;
}
.l-sp-menu__close:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background: #212020;
}
.l-sp-menu__close:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  background: #212020;
}

.l-main--top {
  padding-top: 0;
}

.l-page-top {
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  .l-page-top {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.l-footer {
  position: relative;
  background: #1a1a18;
  color: #ffffff;
  overflow: hidden;
  background: url("../img/common/bg-footer.jpg") top center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background: url(../img/common/bg-footer.jpg) top left 43% no-repeat;
    padding-bottom: 0;
  }
}
.l-footer__inner {
  display: flex;
  position: relative;
  z-index: 2;
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    min-height: auto;
  }
}
.l-footer__content {
  padding: 150px 48px 260px 40px;
  width: 500px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    width: 100%;
    padding: 75px 0 110px;
  }
}
.l-footer__logo {
  margin-bottom: 40px;
  text-align: center;
  transform: translateX(-33px);
  width: 279px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    transform: translateX(0px);
    margin: 0 auto 40px;
  }
}
.l-footer__tel {
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    text-align: center;
  }
}
.l-footer__tel a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
}
.l-footer__instagram {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .l-footer__instagram {
    margin: 40px auto 110px;
    text-align: center;
  }
}
.l-footer__instagram a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  transition: opacity 0.3s;
}
.l-footer__instagram a:hover {
  opacity: 0.6;
}
.l-footer__instagram a svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.l-footer__nav {
  display: flex;
  gap: 40px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__nav-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-col {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-col li {
    margin-bottom: 1em;
  }
}
.l-footer__nav-col li a {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s;
}
.l-footer__nav-col li a:hover {
  opacity: 0.6;
}
.l-footer__copy {
  position: relative;
  z-index: 2;
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: left;
    padding-bottom: 80px;
  }
}

.c-blur {
  filter: blur(10px);
  opacity: 0;
  transition: filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease;
}
.c-blur.is-active {
  filter: blur(0);
  opacity: 1;
}

.c-fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.c-fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*------------- component -------------*/
@media screen and (min-width: 768px) {
  .c-flexPC {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-flexSP {
    display: flex;
    justify-content: space-between;
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 32px;
  border: 1px solid #212020;
  background: #212020;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.c-btn:hover {
  opacity: 1;
  background: transparent;
  color: #212020;
}
.c-btn--outline {
  background: transparent;
  color: #212020;
}
.c-btn--outline:hover {
  background: #212020;
  color: #ffffff;
}
.c-btn--arrow::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
  transform: translateY(-4px);
}

.c-section-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #555;
  margin-top: 60px;
}
.c-breadcrumb a {
  color: #555;
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}
.c-breadcrumb__sep {
  color: #555;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 40px;
  }
}

.c-page-header {
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    padding: 15px 0 0;
  }
}
.c-page-header__title {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-page-header__title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

.c-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #212020;
  border-bottom: 1px solid #212020;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.c-link-arrow::after {
  content: "›";
  font-size: 16px;
}
.c-link-arrow:hover {
  opacity: 0.6;
}

.c-share {
  text-align: center;
  padding: 100px 0 0;
}
.c-share__label {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  color: #212020;
}
@media screen and (max-width: 767px) {
  .c-share__label {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.c-share__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-share__list {
    gap: 35px;
  }
}
.c-share__item a,
.c-share__item button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212020;
  transition: opacity 0.3s;
  background: none;
  border: none;
  cursor: pointer;
}
.c-share__item a:hover,
.c-share__item button:hover {
  opacity: 0.6;
}
.c-share__item a img,
.c-share__item button img {
  width: 31px;
}
@media screen and (max-width: 767px) {
  .c-share__item a img,
  .c-share__item button img {
    width: 28px;
  }
}
.c-share__copy {
  position: relative;
}
.c-share__copy-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #212020;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 4px 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-share__copy-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #212020;
}
.c-share__copy.is-copied .c-share__copy-tooltip {
  opacity: 1;
}

.c-form__group {
  margin-bottom: 28px;
}
.c-form__label {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: #212020;
}
.c-form__label .required {
  margin-left: 4px;
}
.c-form a {
  text-decoration: underline;
}
.c-form__input, .c-form__textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  font-family: "Shippori Mincho B1", serif;
  background: none;
  font-size: 15px;
  color: #212020;
  appearance: none;
  outline: none;
  transition: border-color 0.3s;
  border-radius: 8px;
}
.c-form__input::placeholder, .c-form__textarea::placeholder {
  color: #aaa;
}
.c-form__input:focus, .c-form__textarea:focus {
  border-color: #212020;
}
.c-form__textarea {
  height: 160px;
  resize: vertical;
}
.c-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
}
.c-form__checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  appearance: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.c-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #212020;
  border-bottom: 2px solid #212020;
  transform: rotate(45deg);
}
.c-form__submit {
  text-align: center;
  margin-top: 40px;
}
.c-form__btn {
  display: inline-block;
  padding: 16px 60px;
  background: #212020;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  border: 1px solid #212020;
  cursor: pointer;
  transition: all 0.3s;
}
.c-form__btn:hover {
  background: transparent;
  color: #212020;
  opacity: 1;
}

.wpcf7 form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.wpcf7 fieldset.hidden-fields-container {
  display: none;
}
.wpcf7 form > p {
  margin: 0;
  width: 100%;
}
.wpcf7 form > p br {
  display: block;
  margin-bottom: 32px;
  content: "";
  line-height: 0;
}
.wpcf7 form > p {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #212020;
  line-height: 1;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 14px 0 30px;
}
.wpcf7 .wpcf7-form-control.wpcf7-text, .wpcf7 .wpcf7-form-control.wpcf7-email, .wpcf7 .wpcf7-form-control.wpcf7-tel {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  background: none;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #212020;
  outline: none;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form-control.wpcf7-text::placeholder, .wpcf7 .wpcf7-form-control.wpcf7-email::placeholder, .wpcf7 .wpcf7-form-control.wpcf7-tel::placeholder {
  color: #bbb;
  font-size: 13px;
}
.wpcf7 .wpcf7-form-control.wpcf7-text:focus, .wpcf7 .wpcf7-form-control.wpcf7-email:focus, .wpcf7 .wpcf7-form-control.wpcf7-tel:focus {
  border-color: #212020;
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #212020;
  outline: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.3s;
  resize: vertical;
  height: 160px;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #bbb;
  font-size: 13px;
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #212020;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  color: #212020;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #212020;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #d9d9d9;
  appearance: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked {
  background: #212020;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
  padding: 16px 60px;
  background: #212020;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  border: 1px solid #212020;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  appearance: none;
  border-radius: 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  color: #212020;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.wpcf7 form > p > input[type=submit] {
  margin-top: 0;
}
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #c00 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #c00;
  margin-top: 6px;
  letter-spacing: 0.03em;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.wpcf7.invalid .wpcf7-response-output {
  border-color: #c00;
  color: #c00;
}
.wpcf7.sent .wpcf7-response-output {
  border-color: #212020;
  color: #212020;
}

.c-news-card {
  display: block;
  text-decoration: none;
  color: #212020;
}
.c-news-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-news-card__img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.c-news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.c-news-card:hover .c-news-card__img img {
  transform: scale(1.04);
  opacity: 1;
}
.c-news-card__date {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.c-news-card__title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-news-card__title {
    font-size: 16px;
  }
}

.c-faq-item {
  border-bottom: 1px dashed #d9d9d9;
  padding: 32px 0;
}
.c-faq-item:first-child {
  border-top: 1px dashed #d9d9d9;
}
.c-faq-item__question {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}
.c-faq-item__question::before {
  content: "Q";
  font-size: 16px;
  color: #212020;
  flex-shrink: 0;
}
.c-faq-item__answer {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  display: flex;
  gap: 12px;
}
.c-faq-item__answer::before {
  content: "A";
  font-size: 16px;
  color: #212020;
  flex-shrink: 0;
}

.c-result-page {
  text-align: center;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .c-result-page {
    padding: 80px 20px;
  }
}
.c-result-page__number {
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #d9d9d9;
  margin-bottom: 16px;
}
.c-result-page__title {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.c-result-page__text {
  font-size: 15px;
  line-height: 2;
  color: #555;
  margin-bottom: 48px;
}

.c-btn-border {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 6px 18px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.c-btn-border::after {
  content: "›";
  font-size: 28px;
  line-height: 1;
  transform: translateY(-5px);
  display: inline-block;
}
.c-btn-border:hover {
  background: #ffffff;
  color: #212020;
  opacity: 1;
}
.c-btn-border--dark {
  border-color: #212020;
  color: #212020;
}
.c-btn-border--dark:hover {
  background: #212020;
  color: #ffffff;
}

/*------------- top -------------*/
@keyframes fv-blur-in {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.p-top-fv__upper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
}
.p-top-fv__upper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  filter: blur(20px);
}
.p-top-fv__upper img.is-loaded {
  animation: fv-blur-in 3.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media screen and (max-width: 767px) {
  .p-top-fv__upper img {
    object-position: 43% 50%;
  }
}
.p-top-fv__content {
  display: flex;
  justify-content: center;
  gap: 130px;
  padding: 100px 20px 80px;
  background: url("../img/top/bg-fv__content.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-fv__content {
    display: block;
    padding: 0 24px 100px;
  }
}
.p-top-fv__copy {
  color: #ffffff;
  font-size: clamp(16px, 2.5vw, 33px);
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 100px 0 24px;
}
@media screen and (max-width: 767px) {
  .p-top-fv__copy {
    font-size: 22px;
  }
}
.p-top-fv__sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-top-fv__sub {
    font-size: 16px;
  }
}
.p-top-fv__btn {
  margin-top: 60px;
}

.p-top-news {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 80px 0;
  }
}
.p-top-news__inner {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-top-news__title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  color: #212020;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.p-top-news__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #212020;
  padding-bottom: 2px;
}
.p-top-news__more.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-news__more {
    font-size: 16px;
  }
  .p-top-news__more.pc {
    display: none;
  }
  .p-top-news__more.sp {
    display: inline-flex;
  }
}
.p-top-news__more::after {
  font-size: 30px;
  content: "›";
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .p-top-news__more::after {
    font-size: 24px;
    transform: translateY(-3px);
  }
}
.p-top-news__more:hover {
  opacity: 0.6;
}
.p-top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-news__item {
  border-top: 1px solid #d9d9d9;
}
.p-top-news__item:first-child {
  border-top: none;
}
.p-top-news__item a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: #212020;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a {
    font-size: 14px;
    gap: 12px;
  }
}
.p-top-news__item a:hover {
  opacity: 0.6;
}
.p-top-news__item a::after {
  content: "›";
  font-size: 18px;
  flex-shrink: 0;
  margin-left: auto;
}
.p-top-news__date {
  font-size: 16px;
  color: #555;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  min-width: 72px;
}
.p-top-news__text {
  flex: 1;
}

.p-top-toji {
  position: relative;
  overflow: hidden;
}
.p-top-toji__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-toji__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-toji__body {
  position: relative;
  z-index: 1;
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top-toji__body {
    padding: 60px 0 80px;
  }
}
.p-top-toji__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-toji__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.p-top-toji__title {
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
}
.p-top-toji__hours {
  text-align: right;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-toji__hours {
    text-align: left;
  }
}
.p-top-toji__hours-main {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 20px;
}
.p-top-toji__hours-main span {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-top-toji__hours-main {
    margin: 60px 0 40px;
    font-size: 24px;
  }
  .p-top-toji__hours-main span {
    display: block;
    font-size: 16px;
  }
}
.p-top-toji__hours-note {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}
.p-top-toji__hours-note span {
  text-align: left;
  display: inline-block;
}
.p-top-toji__cards {
  display: flex;
  gap: 34px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-toji__cards {
    flex-direction: column;
  }
}
.p-top-toji__card {
  flex: 1;
  padding: 40px 32px;
  background: rgba(248, 247, 244, 0.55);
  text-align: center;
  backdrop-filter: blur(40px);
}
@media screen and (max-width: 767px) {
  .p-top-toji__card {
    padding: 28px 24px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.p-top-toji__card-name {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 6px;
  color: #212020;
}
.p-top-toji__card-type {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #555;
  margin-bottom: 32px;
}
.p-top-toji__card-price {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #212020;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-top-toji__card-option {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}
.p-top-toji__notes {
  text-align: right;
  margin-bottom: 140px;
}
.p-top-toji__notes span {
  text-align: left;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-toji__notes {
    font-size: 14px;
    text-align: left;
    margin-bottom: 110px;
  }
}
.p-top-toji__notes p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-top-toji__catch {
  font-size: 20px;
  line-height: 2.2;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-toji__catch {
    line-height: 1.8;
    margin-bottom: 50px;
  }
}
.p-top-toji__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-toji__items {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-toji__items::-webkit-scrollbar {
    display: none;
  }
}
.p-top-toji__item {
  padding: 0 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .p-top-toji__item {
    flex: 0 0 75vw;
    padding: 0 32px 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-top-toji__item:last-child {
    border-right: none;
    padding-right: 20px;
  }
}
.p-top-toji__item:first-child {
  padding-left: 0;
  border-left: none;
}
.p-top-toji__item-name {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-toji__item-name {
    font-size: 18px;
  }
}
.p-top-toji__item-desc {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-toji__item-desc {
    font-size: 14px;
  }
}

.p-top-gallery {
  padding: 170px 0 230px;
}
@media screen and (max-width: 767px) {
  .p-top-gallery {
    padding: 80px 0 160px;
  }
}
.p-top-gallery__title {
  font-size: 32px;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-top-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__grid {
    width: calc(100% + 40px);
    margin-left: -20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-gallery__item {
  overflow: hidden;
  aspect-ratio: 1;
}
.p-top-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.p-top-gallery__item:hover img {
  transform: scale(1.04);
}

.p-top-kako__banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.p-top-kako__banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-kako__banner-body {
  position: relative;
  z-index: 1;
  padding: 120px 20px 90px;
}
@media screen and (max-width: 767px) {
  .p-top-kako__banner-body {
    padding: 80px 20px 80px;
  }
}
.p-top-kako__title {
  font-size: 32px;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-kako__title {
    font-size: 24px;
  }
}
.p-top-kako__lead {
  font-size: 16px;
  line-height: 3;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-kako__lead {
    line-height: 2.5;
  }
}
.p-top-kako__cafe-section {
  padding: 200px 0 260px;
}
@media screen and (max-width: 767px) {
  .p-top-kako__cafe-section {
    padding: 150px 0;
  }
}
.p-top-kako__cafe-inner {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-kako__cafe-inner {
    display: block;
  }
}
.p-top-kako__cafe-images {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-top-kako__cafe-images {
    flex: none;
    width: calc(100% + 40px);
    margin: 0 0 30px -20px;
  }
}
.p-top-kako__cafe-images img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.p-top-kako__cafe-body {
  flex: 1;
}
.p-top-kako__cafe-name {
  font-size: 37px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-kako__cafe-name {
    font-size: 32px;
  }
}
.p-top-kako__cafe-hours {
  font-size: 16px;
  color: #555;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.p-top-kako__cafe-desc {
  font-size: 16px;
  line-height: 2.2;
  color: #555;
  margin-bottom: 28px;
}

.p-top-info {
  padding: 100px 0 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-info {
    padding: 60px 0;
  }
}
.p-top-info__logo {
  text-align: center;
  margin-bottom: 64px;
}
.p-top-info__logo img {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .p-top-info__logo {
    margin-bottom: 48px;
  }
  .p-top-info__logo img {
    width: 226px;
  }
}
.p-top-info__overview {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1px 1fr;
  gap: 0;
  margin-bottom: 60px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-top-info__overview {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 40px;
  }
}
.p-top-info__divider {
  background: #d9d9d9;
  align-self: stretch;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-info__divider {
    display: none;
  }
}
.p-top-info__overview-block {
  padding: 0 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-info__overview-block {
    padding: 0;
    text-align: center;
  }
}
.p-top-info__overview-block:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-info__overview-block:first-child {
    text-align: center;
    padding-bottom: 32px;
  }
}
.p-top-info__overview-block:last-child {
  padding-right: 0;
}
.p-top-info__schedule-grid {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-top-info__schedule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__overview-block--cafe {
    border-left: 1px solid #d9d9d9;
  }
}
.p-top-info__tel {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  color: #212020;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-info__tel {
    font-size: 24px;
    text-align: center;
  }
}
.p-top-info__tel-note {
  font-size: 20px;
  color: #555;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-info__tel-note {
    font-size: 16px;
    text-align: center;
  }
}
.p-top-info__schedule-name {
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  color: #212020;
}
@media screen and (max-width: 767px) {
  .p-top-info__schedule-name {
    font-size: 22px;
  }
}
.p-top-info__schedule-time {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #212020;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-info__schedule-time {
    font-size: 18px;
  }
}
.p-top-info__schedule-note {
  font-size: 16px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .p-top-info__schedule-note {
    font-size: 16px;
  }
}
.p-top-info__rule {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-top-info__rule {
    margin: 32px 0;
  }
}
.p-top-info__pamphlet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-top-info__pamphlet {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
}
.p-top-info__pamphlet-text {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #212020;
}
@media screen and (max-width: 767px) {
  .p-top-info__pamphlet-text {
    margin-bottom: 10px;
  }
}
.p-top-info__pamphlet-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  border: 1px solid #212020;
  color: #212020;
  font-size: 15px;
  letter-spacing: 0.08em;
  transition: all 0.3s;
  text-decoration: none;
}
.p-top-info__pamphlet-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.p-top-info__pamphlet-btn:hover {
  background: #212020;
  color: #ffffff;
  opacity: 1;
}
.p-top-info__pamphlet-btn:hover svg {
  stroke: #ffffff;
}
.p-top-info__detail {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-top-info__detail {
    grid-template-columns: 1fr;
    gap: 0;
    display: flex;
    flex-direction: column;
  }
}
.p-top-info__address dt {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #555;
  margin-bottom: 4px;
  margin-top: 15px;
}
.p-top-info__address dt:first-child {
  margin-top: 0;
}
.p-top-info__address dd {
  font-size: 16px;
  line-height: 1.9;
  color: #212020;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.p-top-info__address dd.border {
  border-bottom: 1px solid #d9d9d9;
}
.p-top-info__map {
  position: relative;
  padding-top: 75%; /* 4:3 アスペクト比 */
  height: 0;
}
.p-top-info__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-info__map {
    width: 100%;
    order: -1;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__address {
    width: 100%;
    padding-top: 0;
  }
}

.p-top-kanko {
  padding: 180px 0 300px;
}
@media screen and (max-width: 767px) {
  .p-top-kanko {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kanko__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-top-kanko__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-kanko__header {
    width: 100%;
    order: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }
}
.p-top-kanko__title {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-kanko__title {
    font-size: 24px;
  }
}
.p-top-kanko__desc {
  font-size: 16px;
  line-height: 2.5;
  color: #555;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-kanko__desc {
    display: block;
    width: 100%;
    order: 2;
  }
  .p-top-kanko__desc a {
    margin-top: 30px;
  }
}
.p-top-kanko__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-kanko__grid {
    min-width: calc(100% + 40px);
    margin: 0 0 30px -20px;
    order: 1;
  }
}

/*------------- about (湯治の庭について) -------------*/
.p-about__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-about__hero {
    height: 70vh;
    margin-bottom: 48px;
  }
}
.p-about__hero-img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 110%;
  will-change: transform;
}
.p-about__hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-about__hero-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}
.p-about__hero-sub {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-about__hero-sub {
    font-size: 16px;
  }
}
.p-about__hero-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about__hero-title {
    font-size: 23px;
  }
}
.p-about__lead {
  margin: 0 0 160px 100px;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    text-align: left;
    margin: 100px 0 148px 0;
  }
}
.p-about__lead p {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #212020;
  margin-bottom: 24px;
}
.p-about__lead p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about__lead p {
    font-size: 16px;
  }
}
.p-about__scene {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__scene {
    margin-bottom: 48px;
  }
}
.p-about__scene-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-about__scene-img {
    aspect-ratio: 3/5;
    margin-bottom: 32px;
  }
}
.p-about__scene-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about__scene-text {
  margin: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-about__scene-text {
    margin: 100px 0;
  }
}
.p-about__scene-text p {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #212020;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__scene-text p {
    font-size: 16px;
  }
}
.p-about__scene-text p:last-child {
  margin-bottom: 0;
}
.p-about__scene-text.left {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__scene-text.left {
    margin-left: 0px;
  }
}
.p-about__scene-text.right {
  text-align: right;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__scene-text.right {
    margin-right: 0px;
  }
}
.p-about__scene-text.right div {
  display: inline-block;
  text-align: left;
}
.p-about__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-about__links {
    padding: 100px 0 20px;
  }
}
.p-about__links a {
  display: inline-flex;
  align-items: center;
  font-size: 29px;
  letter-spacing: 0.08em;
  color: #212020;
  padding-bottom: 4px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about__links a {
    font-size: 23px;
  }
}
.p-about__links a:hover {
  opacity: 0.6;
}

/*------------- toji (過ごし方) -------------*/
.p-toji__scroll-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-toji__scroll-wrap {
    display: block;
  }
}
.p-toji__images {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .p-toji__images {
    display: none;
  }
}
.p-toji__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
}
.p-toji__image.is-active {
  opacity: 1;
  filter: blur(0);
}
.p-toji__image img {
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-toji__steps {
  padding: 0 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-toji__steps {
    padding: 0;
  }
}
.p-toji__step {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-toji__step {
    min-height: auto;
    padding: 110 0 64px;
  }
  .p-toji__step:last-child {
    padding-bottom: 0;
  }
}
.p-toji__step-img-sp {
  width: calc(100% + 40px);
  display: none;
  margin-left: -20px;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-toji__step-img-sp {
    display: block;
  }
  .p-toji__step-img-sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
.p-toji__step-num {
  display: inline-block;
  margin-right: 0.5em;
}
.p-toji__step-title {
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #212020;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-toji__step-title {
    font-size: 20px;
    margin: 30px 0;
  }
}
.p-toji__step-desc {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #555;
  margin-bottom: 0;
}
.p-toji__step-btn {
  margin-top: 32px;
}
.p-toji__outro {
  padding: 0 0 260px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-toji__outro {
    padding: 122px 0 150px;
    text-align: left;
  }
}
.p-toji__outro p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #212020;
}

/*------------- kanko (周辺観光) -------------*/
.p-kanko__section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-kanko__section {
    padding: 60px 0;
  }
}
.p-kanko__section:last-child {
  border-bottom: none;
}
.p-kanko__section-title {
  font-size: 32px;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-kanko__section-title {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
.p-kanko__section-desc {
  font-size: 16px;
  line-height: 2.2;
  color: #555;
  margin-bottom: 40px;
  max-width: 600px;
}
.p-kanko__spa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-kanko__spa-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
    grid-template-columns: 1fr;
  }
}
.p-kanko__spa-img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-kanko__spa-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.p-kanko__spa-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-kanko__spa-list {
    margin-top: 70px;
    grid-template-columns: 1fr;
    gap: 140px;
  }
}
.p-kanko__spa-item-title {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-kanko__spa-item-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.p-kanko__spa-item-desc {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
  font-weight: 300;
}
.p-kanko__spa-item-map {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #212020;
}
.p-kanko__spa-item-map::after {
  font-size: 20px;
  content: "›";
  transform: translateY(-2px);
}
.p-kanko__spa-item-map:hover {
  opacity: 0.6;
}
.p-kanko__sister {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 80px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-kanko__sister {
    width: calc(100% + 20px);
    margin-left: -10px;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
  }
}
.p-kanko__sister-img {
  flex: 0 0 60%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kanko__sister-img {
    width: 100%;
    flex: none;
  }
}
.p-kanko__sister-img img {
  width: 100%;
  object-fit: cover;
}
.p-kanko__sister-body {
  flex: 1;
}
.p-kanko__sister-label {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #555;
  margin-bottom: 8px;
}
.p-kanko__sister-name {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-kanko__sister-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-kanko__sister-desc {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 32px;
}
.p-kanko__sister-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-kanko__sister-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #212020;
  width: fit-content;
}
.p-kanko__sister-links a::after {
  font-size: 20px;
  content: "›";
  transform: translateY(-2px);
}
.p-kanko__sister-links a:hover {
  opacity: 0.6;
}
.p-kanko__sights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-kanko__sights-grid {
    grid-template-columns: 1fr;
    gap: 100px;
    margin-bottom: 20px;
  }
}
.p-kanko__sight-img {
  overflow: hidden;
  margin-bottom: 16px;
}
.p-kanko__sight-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.p-kanko__sight-title {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-kanko__sight-title {
    font-size: 20px;
    margin: 20px 0;
  }
}
.p-kanko__sight-desc {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 32px;
}
.p-kanko__sight-map {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #212020;
}
.p-kanko__sight-map::after {
  font-size: 20px;
  transform: translateY(-2px);
  content: "›";
}
.p-kanko__sight-map:hover {
  opacity: 0.6;
}

/*------------- reserve (TOJIを予約) -------------*/
.p-reserve {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-reserve {
    padding: 0 0 60px;
  }
}
.p-reserve__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-reserve__head {
    margin-bottom: 32px;
  }
}
.p-reserve__time {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #212020;
  margin-bottom: 16px;
}
.p-reserve__time span {
  font-size: clamp(13px, 1.5vw, 16px);
  letter-spacing: 0.08em;
  margin-left: 12px;
}
.p-reserve__notes {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #555;
  margin-bottom: 0;
}
.p-reserve__tabs {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}
.p-reserve__tab {
  padding: 14px 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #555;
  background: transparent;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-reserve__tab {
    flex: 1;
    padding: 12px 16px;
    font-size: 13px;
    text-align: center;
  }
}
.p-reserve__tab.is-active {
  background: #212020;
  color: #ffffff;
  border-color: #212020;
}
.p-reserve__panels {
  border: 1px solid #d9d9d9;
  border-top: none;
}
.p-reserve__panel {
  display: none;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-reserve__panel {
    padding: 24px 16px;
  }
}
.p-reserve__panel.is-active {
  display: block;
}
.p-reserve__placeholder {
  text-align: center;
  padding: 60px 0;
  font-size: 14px;
  color: #555;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-reserve__placeholder {
    padding: 40px 0;
  }
}

/*------------- news (最新情報) -------------*/
.p-news {
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 24px 0 60px;
  }
}
.p-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 32px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-news__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 42px 16px;
    margin-bottom: 100px;
  }
}

.p-news__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin-top: 48px;
  }
}
.p-news__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #212020;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.p-news__pagination .page-numbers:hover {
  border-color: #d9d9d9;
}
.p-news__pagination .page-numbers.current {
  background: #212020;
  color: #ffffff;
  border-color: #212020;
  pointer-events: none;
}
.p-news__pagination .page-numbers.prev, .p-news__pagination .page-numbers.next {
  font-size: 20px;
  padding-bottom: 5px;
}
.p-news__pagination .page-numbers.next {
  margin-left: 20px;
}
.p-news__pagination .page-numbers.prev {
  margin-right: 20px;
}
.p-news__pagination .page-numbers.dots {
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}
.p-news__pagination .page-numbers.dots:hover {
  border-color: transparent;
}

/*------------- news-detail (最新情報詳細) -------------*/
.p-news-detail {
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 40px 100px;
}
@media screen and (max-width: 767px) {
  .p-news-detail {
    padding: 50px 20px 60px;
  }
}
.p-news-detail__date {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-news-detail__title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-news-detail__title {
    font-size: 20px;
  }
}
.p-news-detail__thumb {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-detail__thumb {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-news-detail__thumb img {
  width: 100%;
  height: auto;
}
.p-news-detail__body {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #212020;
}
.p-news-detail__body h2 {
  font-size: 24px;
  margin: 40px 0 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news-detail__body h2 {
    font-size: 22px;
  }
}
.p-news-detail__body h3 {
  font-size: 20px;
  margin: 40px 0 24px;
  line-height: 1.6;
}
.p-news-detail__body h4 {
  font-size: 18px;
  margin: 40px 0 24px;
  line-height: 1.6;
}
.p-news-detail__body p {
  font-size: 16px;
  margin: 16px 0 24px;
}
.p-news-detail__body p a {
  text-decoration: underline;
}
.p-news-detail__body p:last-child {
  margin-bottom: 0;
}
.p-news-detail__body .c-btn-border {
  justify-content: space-between;
  min-width: 200px;
  text-decoration: none;
}
.p-news-detail__back {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
}
.p-news-detail__back a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #212020;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
.p-news-detail__back a::before {
  content: "‹";
  font-size: 24px;
  transform: translateY(-4px);
}
.p-news-detail__back a:hover {
  opacity: 0.6;
}

/*------------- faq (よくあるご質問) -------------*/
.p-faq {
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 24px 0 60px;
  }
}
.p-faq__list {
  max-width: 720px;
  margin: 0 auto;
}
.p-faq__item {
  border-bottom: 1px dashed #d9d9d9;
  padding: 36px 0;
}
.p-faq__question {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 16px;
  display: flex;
  gap: 14px;
}
.p-faq__question::before {
  content: "Q.";
  font-size: 18px;
  color: #212020;
  flex-shrink: 0;
  font-weight: 500;
}
.p-faq__answer {
  font-size: 16px;
  line-height: 2;
  color: #555;
  display: flex;
  gap: 14px;
}
.p-faq__answer::before {
  content: "A.";
  font-size: 16px;
  color: #212020;
  flex-shrink: 0;
  font-weight: 500;
}

/*------------- contact (お問い合わせ) -------------*/
.p-contact {
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 24px 0 60px;
  }
}
.p-contact .wpcf7 {
  max-width: 560px;
  margin: 0 auto;
}

/*------------- contact-complete (送信完了) -------------*/
.p-contact-complete {
  text-align: center;
  padding: 120px 20px 140px;
}
@media screen and (max-width: 767px) {
  .p-contact-complete {
    padding: 80px 20px 100px;
  }
}
.p-contact-complete__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.p-contact-complete__text {
  font-size: 14px;
  line-height: 2.2;
  color: #555;
  margin-bottom: 48px;
}

/*------------- privacy (プライバシーポリシー) -------------*/
.p-privacy {
  padding: 140px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 100px 0 40px;
  }
}
.p-privacy__body {
  max-width: 760px;
  margin: 0 auto;
}
.p-privacy__section {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-privacy__section {
    margin-bottom: 36px;
  }
}
.p-privacy__text {
  font-size: 16px;
  line-height: 2.1;
  color: #555;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 14px;
  }
}
.p-privacy__contact {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 2;
  color: #555;
}
.p-privacy__contact p {
  margin-bottom: 12px;
}
.p-privacy__contact p:last-child {
  margin-bottom: 0;
}

/*------------- 404 -------------*/
.p-404 {
  text-align: center;
  padding: 220px 20px 160px;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 120px 20px 80px;
  }
}
.p-404__heading {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-404__heading {
    font-size: 31px;
    margin-bottom: 24px;
  }
}
.p-404__title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #555;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.p-404__btn {
  min-width: 200px;
  justify-content: center;
}

/*------------- reserve -------------*/
.p-reserve {
  padding: 80px 0 100px;
}
.p-reserve__time {
  font-size: 26px;
  margin-bottom: 30px;
}
.p-reserve__time span {
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-reserve__time {
    font-size: 24px;
  }
}

/*------------- cafe -------------*/
.cafe-sub-menu {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  left: 30px;
  font-size: 20px;
  animation: blurInWhite 0.5s ease forwards;
}
@media screen and (max-width: 768px) {
  .cafe-sub-menu {
    display: none;
  }
}

.l-header--cafe .logo {
  font-size: 23px;
}
.l-header--cafe .tel a {
  color: #000 !important;
}
.l-header--cafe .language p {
  background: none;
  color: #000;
}
.l-header--cafe .language p:after {
  border-top: 7px solid #000;
}
@media screen and (max-width: 768px) {
  .l-header--cafe .logo {
    font-size: 18px;
  }
}

.l-footer--cafe {
  padding: 80px 0;
}
.l-footer--cafe .info-wrap {
  align-items: flex-end;
}
.l-footer--cafe .btn {
  background: #fff;
  border: 1px solid #dcd8d1;
  width: 224px;
  text-align: center;
  position: relative;
  padding: 14px 30px 14px 10px;
}
.l-footer--cafe .btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.l-footer--cafe .btn img {
  width: 170px;
}
.l-footer--cafe .name {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 4px;
}
.l-footer--cafe .holiday {
  font-size: 18px;
  margin: 50px 0 30px;
}
.l-footer--cafe .tel {
  font-size: 24px;
  margin-bottom: 30px;
}
.l-footer--cafe .time {
  font-size: 24px;
  line-height: 1.3;
}
.l-footer--cafe .time small {
  font-size: 16px;
}
.l-footer--cafe .copy {
  margin-top: 70px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer--cafe {
    padding: 20px 0;
  }
  .l-footer--cafe .btn {
    margin-top: 60px;
    width: 100%;
    padding: 14px 30px 14px 10px;
  }
  .l-footer--cafe .btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
  }
  .l-footer--cafe .btn img {
    width: 170px;
  }
  .l-footer--cafe .name {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: 4px;
  }
  .l-footer--cafe .holiday {
    font-size: 18px;
    margin: 50px 0 30px;
  }
  .l-footer--cafe .tel {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .l-footer--cafe .time {
    font-size: 24px;
    line-height: 1.3;
  }
  .l-footer--cafe .time small {
    font-size: 16px;
  }
  .l-footer--cafe .copy {
    margin-top: 70px;
    font-size: 14px;
  }
}

.p-cafe .p-cafe-fv .fv-inner {
  width: 985px;
  max-width: 100%;
  margin: 200px auto 0px;
  padding: 0 30px;
}
.p-cafe .p-cafe-fv .title p {
  font-size: 20px;
}
.p-cafe .p-cafe-fv .title p small {
  font-size: 19px;
}
.p-cafe .p-cafe-fv .title h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5px;
  margin: 20px 0;
}
.p-cafe .p-cafe-fv .fv-text-outer {
  text-align: right;
  margin-top: 50px;
}
.p-cafe .p-cafe-fv .fv-text {
  display: inline-block;
}
.p-cafe .p-cafe-fv .fv-text p {
  line-height: 3;
  text-align: left;
}
.p-cafe .p-cafe-fv .fv-text img {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-cafe .p-cafe-fv .fv-inner {
    margin: 160px auto 0px;
  }
  .p-cafe .p-cafe-fv .title p {
    font-size: 15px;
  }
  .p-cafe .p-cafe-fv .title p small {
    font-size: 15px;
  }
  .p-cafe .p-cafe-fv .title h1 {
    font-size: 42px;
  }
  .p-cafe .p-cafe-fv .fv-text-outer {
    margin-top: 180px;
    text-align: left;
  }
  .p-cafe .p-cafe-fv .fv-text p {
    font-size: 15px;
  }
  .p-cafe .p-cafe-fv .fv-text img {
    display: block;
    text-align: center;
  }
}
.p-cafe .p-cafe-menu {
  padding: 100px 0 0;
  margin-top: 160px;
}
.p-cafe .p-cafe-menu .menu-inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.p-cafe .p-cafe-menu h2 {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  font-weight: 500;
}
.p-cafe .p-cafe-menu h3 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 180px 0 60px;
  justify-content: space-between;
  align-items: center;
}
.p-cafe .p-cafe-menu h3 span {
  font-size: 18px;
  font-weight: 400;
}
.p-cafe .p-cafe-menu h3 small {
  display: block;
  font-size: 16px;
}
.p-cafe .p-cafe-menu li {
  padding: 40px 0;
}
.p-cafe .p-cafe-menu li + li {
  border-top: 1px solid #d5d2cb;
}
.p-cafe .p-cafe-menu li p {
  font-size: 20px;
}
.p-cafe .p-cafe-menu li p small {
  margin-left: 1em;
  font-size: 12px;
}
.p-cafe .p-cafe-menu ul + p {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-cafe .p-cafe-menu {
    padding: 100px 0 0;
    margin-top: 100px;
  }
  .p-cafe .p-cafe-menu h2 {
    font-size: 32px;
  }
  .p-cafe .p-cafe-menu h3 {
    font-size: 24px;
    margin: 100px 0 20px;
  }
  .p-cafe .p-cafe-menu h3 span {
    display: block;
    font-size: 16px;
  }
  .p-cafe .p-cafe-menu li {
    padding: 30px 0;
  }
  .p-cafe .p-cafe-menu li p {
    font-size: 16px;
  }
  .p-cafe .p-cafe-menu ul + p {
    margin-top: 40px;
  }
}
.p-cafe .p-cafe-caution {
  padding: 60px 0 0;
  border-top: 1px solid #d5d2cb;
  margin: 200px 0;
  width: calc(100% + 60px);
  margin-left: -30px;
  text-align: right;
}
.p-cafe .p-cafe-caution p {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-cafe .p-cafe-caution {
    width: calc(100% + 60px);
    padding: 30px;
  }
  .p-cafe .p-cafe-caution p {
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */
