@charset "utf-8";
/*-------common------*/
/*--準備中--*/
.case-inner .slide-inner {
  position: relative;
}
.case-inner .slide-inner::before {
  content: "準備中";
  font-size: clamp(20px, 2.5vw, 3.6rem);
  font-family: "Noto Serif JP", serif;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
}
/*--準備中end--*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: max(1.111vw, 1.6rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.m-font {
  font-size: max(0.9722vw, 1.4rem);
  font-size: max(1.042vw, 1.5rem);
  font-size: max(1.111vw, 1.6rem);
  font-size: max(1.25vw, 1.8rem);
  font-size: max(1.389vw, 2rem);
  font-size: max(1.667vw, 2.4rem);
  font-size: max(1.806vw, 2.6rem);
  font-size: max(2.083vw, 3rem);
  font-size: max(2.222vw, 3.2rem);
  font-size: max(2.361vw, 3.4rem);
  font-size: max(2.431vw, 3.5rem);
  font-size: max(2.5vw, 3.6rem);
  font-size: max(2.778vw, 4rem);
  font-size: max(3.333vw, 4.8rem);
  font-size: max(3.472vw, 5rem);
  font-size: max(3.75vw, 5.4rem);
  font-size: max(4.167vw, 6rem);
  font-size: max(4.444vw, 6.4rem);
  font-size: max(6.667vw, 9.6rem);
  font-size: max(8.8888vw, 12.8rem);
}
.en {
  font-family: "Crimson Text", serif;
}
.ja {
  font-family: "Noto Serif JP", serif;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3 {
  margin: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  font-weight: 600;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
.sp-only {
  display: none;
}
.tab-upto {
  display: none;
}
.inner {
  padding-left: 5.55%;
  padding-right: 5.55%;
}
.inner-left {
  padding-left: 5.55%;
}
.flex-wrap {
  display: flex;
}
.flex-wrap.re {
  flex-direction: row-reverse;
}
.fl1 {
  flex: 1;
}
.grid-wrap {
  display: grid;
}
.grid-wrap.fr2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-wrap.fr3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-wrap.fr4 {
  grid-template-columns: repeat(4, 1fr);
}
.fw300 {
  font-weight: 400;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh20 {
  line-height: 2;
}
.ls5 {
  letter-spacing: 0.05em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls00 {
  letter-spacing: 0;
}
.sc {
  margin-right: 1em;
}
.tc {
  text-align: center;
}
.ma-tc {
  width: fit-content;
  margin-inline: auto;
}
.ma-ce {
  margin-inline: auto;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #000;
}
.cgold {
  color: #9f833d;
}
.clgold {
  color: #dcc078;
}
.cgren {
  color: #31705b;
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.blgold {
  background: #dcc078;
}
.blbrown {
  background: #eeeae1;
}
.bllbrown {
  background: #fffcf6;
}
.bgren {
  background: #31705b;
}
.in-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fj-sb {
  justify-content: space-between;
}
.fj-ce {
  justify-content: center;
}
.fj-se {
  justify-content: space-evenly;
}
.fa-ce {
  align-items: center;
}
.f-w {
  flex-wrap: wrap;
}
* {
  box-sizing: border-box;
}
.page-404 {
  padding: 150px 0;
}
.w-no {
  white-space: nowrap;
}
/*-------common-end------*/
/*-------hd-----*/
.header {
  position: relative;
}
.logo-wrap {
  max-width: max(33.611vw, 260px);
  width: 100%;
  position: absolute;
  left: 22px;
  top: 11px;
  z-index: 3;
}
.hd-group {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 701;
}
.fixed-wrap.is-fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.15);
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*-------ft-----*/
.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 701;
  right: 0;
  left: 0;
  bottom: 0;
  height: 59px;
  width: 100%;
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.sp-footer-icons-container a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, #dcc078 0%, #8e7145 100%);
  color: #fff;
  flex: auto;
}
.sp-footer-icons-container a em {
  display: block;
  line-height: 1;
  text-align: center;
}
.sp-ff10 {
  font-size: 1rem;
}
.sp-ff14 {
  font-size: 1.4rem;
}
.sp-ff18 {
  font-size: 1.8rem;
}
.sp-f-tel::before {
  content: "";
  background: url(../../../uploads/2026/02/phone-icwhite.webp) no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: contain;
}
.sp-f-tel {
  border-right: 1px solid #fff;
}
.sp-f-res::before {
  content: "";
  background: url(../../../uploads/2026/02/reserve-ic.webp) no-repeat;
  width: 27px;
  height: 18px;
  background-size: contain;
}
.sp-f-res {
  border-right: 1px solid #fff;
}
.sp-f-acc::before {
  content: "";
  background: url(../../../uploads/2026/02/pin-icon.webp) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.sp-footer-icons-container .sp-f-ptop {
  background: none;
}
.sp-footer-icons-container .sp-f-ptop img {
  width: 59px;
}
.sp-footer-icons-container .sp-f-ptop {
  flex: none;
}
.f-ma-60 {
  margin-bottom: 60px;
}
.f-gap50 {
  gap: 50px;
}
.f-gap105 {
  gap: 105px;
}
.f-ma-15 {
  margin-bottom: 15px;
}
.f-ma-25 {
  margin-bottom: 25px;
}
.f-ma-30 {
  margin-bottom: 30px;
}
.f-ma-80 {
  margin-bottom: 80px;
}
.f-ma-90 {
  margin-bottom: 90px;
}
.gm-wrap {
  height: 380px;
}
.ft-group {
  background: url(../../../uploads/2026/02/ft-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px;
}
.footerwrap {
  padding: 40px 0 50px;
}
.footerwrap .flex-wrap {
  justify-content: center;
  gap: 167px;
  align-items: flex-start;
}
.ft-main-menu li {
  line-height: 3.85;
}
.ft-main-menu .sub-menu {
  margin-left: 1em;
  margin-top: -1em;
}
.ft-main-menu .sub-menu li {
  line-height: 2.5;
}
.ft-main-menu li::before {
  content: "▶";
  font-size: 1.2rem;
  color: #9f833d;
  margin-right: 1.5em;
}
.ft-main-menu .sub-menu li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: none;
  display: inline-block;
  border-left: 2px solid #9f833d;
  border-bottom: 2px solid #9f833d;
  vertical-align: baseline;
}
#page-top {
  position: fixed;
  right: 2.5%;
  bottom: 73px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  width: 65px;
  z-index: 600;
}
#page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.copyright-container {
  background: linear-gradient(90deg, #dcc078 0%, #8e7145 100%);
  padding: 1em 0;
}
.home .sub-only-wrap {
  display: none;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .tab-upto {
    display: block;
  }
  .f-gap105 {
    gap: 30px;
  }
  .footerwrap .flex-wrap {
    gap: 30px;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .w-no {
    white-space: unset;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body {
    /* font-size: 1.4rem; */
  }
  .inner-left {
    padding-left: 5.55%;
    padding-right: 5.55%;
  }
  .flex-wrap,
  .flex-wrap.re {
    flex-direction: column;
  }
  .grid-wrap {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr2,
  .grid-wrap.fr3,
  .grid-wrap.fr4 {
    grid-template-columns: 1fr;
  }
  body .sp-only {
    display: block;
  }

  body .pc-only {
    display: none;
  }
  .sp-footer-icons-container {
    display: flex;
  }
  .sp-tl.tc {
    text-align: left;
  }
  .fl1 {
    width: 100%;
  }
  .f-ma-60,
  .f-ma-80 {
    margin-bottom: 30px;
  }
  .ft-group {
    padding-bottom: 70px;
  }
  .footerwrap {
    padding-inline: 5.55%;
  }
  .ft-main-menu .menu-item:not(.menu-item-has-children) {
    display: flex;
    align-items: flex-start;
  }
  .ft-main-menu .menu-item:not(.menu-item-has-children)::before {
    margin-top: 0.5em;
  }
  .ft-main-menu .sub-menu .menu-item {
    display: block;
  }
  body #page-top {
    display: none;
  }
  footer {
    padding-bottom: 59px;
  }
  body .hd-group {
    position: fixed;
  }
  .fixed-wrap.is-fixed {
    position: fixed;
    animation: none;
  }
}
