@charset "utf-8";
/*-------common------*/

html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

body {
  font-size: var(--b-fs);
  color: var(--b-color);
  font-family: "Zen Old Mincho", serif;
  letter-spacing: var(--b-ls);
  line-height: var(--b-lh);
  font-weight: var(--b-fw);
  background: #eeebe4;
  margin: 0;
}
p {
  margin: 0;
}
.en {
  font-family: "Cinzel", serif;
}
a {
  text-decoration: none;
  color: var(--b-color);
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}

img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  font-weight: 500;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
.sp-only {
  display: none;
}
.tab820-none {
  display: block;
}
.tab820-block {
  display: none;
}
.tab1180-none {
  display: block;
}
.tab1180-block {
  display: none;
}
.inner {
  padding-left: 5.55%;
  padding-right: 5.55%;
}
.dfl {
  display: flex;
}
.dfl.re {
  flex-direction: row-reverse;
}
.ai-c {
  align-items: center;
}
.ai-st {
  align-items: flex-start;
}
.ai-sb {
  align-items: space-between;
}
.ai-end {
  align-items: flex-end;
}
.jc-c {
  justify-content: center;
}
.jc-st {
  justify-content: flex-start;
}
.jc-sb {
  justify-content: space-between;
}
.jc-end {
  justify-content: flex-end;
}
.fl1 {
  flex: 1;
}
.fl-w {
  flex-wrap: wrap;
}
.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;
}
.fw900 {
  font-weight: 900;
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh20 {
  line-height: 2;
}
.ls5 {
  letter-spacing: 0.05em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls20 {
  letter-spacing: 0.2em;
}
.ls00 {
  letter-spacing: 0;
}
.sc {
  margin-right: 1em;
}
.tc {
  text-align: center;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #000;
}
.cbrown {
  color: var(--brown);
}
.cyellow {
  color: var(--yellow);
}
.byellow {
  background-color: var(--yellow);
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.bbrown {
  background: #b38b57;
}
.blbrown {
  background: var(--lbrown);
}
.bllbrown {
  background: var(--llbrown);
}
.bexlbrown {
  background: var(--exlbrown);
}
.in-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
}
.page-404 {
  padding: 150px 0;
}
.ttu {
  text-transform: uppercase;
}
.sc {
  margin-right: 1em;
}
.wfit {
  width: fit-content;
}
.mtc {
  margin-inline: auto;
}
.m-r {
  margin-right: auto;
}
.m-l {
  margin-left: auto;
}
.p-rl {
  position: relative;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z-1 {
  z-index: -1;
}
.w-no {
  white-space: nowrap;
}
.c-po {
  cursor: pointer;
}
.first-l_brown::first-letter {
  color: var(--brown);
}
.bg-st {
  background-image: repeating-linear-gradient(
    90deg,
    #e5dece,
    #e5dece 4px,
    #ebe7dd 4px,
    #ebe7dd 8px
  );
}
/*-------common-end------*/
.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 699;
  right: 0;
  left: 0;
  bottom: 6px;
  width: 100%;
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.sp-footer-icons-container .btn1 {
  padding: 0;
  height: 50px;
}
.sp-footer-icons-container .btn1::after {
  width: 10px !important;
  height: 10px !important;
}
/* .sp-footer-icons-container .btn1:nth-child(1) {
  max-width: 70px;
  width: 100%;
}
.sp-footer-icons-container .btn1:nth-child(2) {
  max-width: 100px;
  width: 100%;
}
.sp-footer-icons-container .btn1:nth-child(3) {
  max-width: 193px;
  width: 100%;
} */
.sp-footer-icons-container .fs15 {
  font-size: 11px;
}
.sp-footer-icons-container .fs18 {
  font-size: 14px;
}
.sp-footer-icons-container .pc-icon::before {
  width: 15px;
}
/*-------hd------*/
.fixed-wrap.is-fixed {
  position: fixed;
  animation: slideDown 0.4s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*-------ft------*/
#page-top {
  position: fixed;
  right: 5.55%;
  bottom: 65px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 600;
  width: 80px;
}
#page-top.is-show {
  opacity: 1;
  visibility: visible;
}
/*-------contact-form------*/
.table-form {
  max-width: 1080px;
  margin-inline: auto;
}
.table-form tbody tr:first-child th,
.table-form tbody tr:first-child td {
  padding: 0 0 1em;
}
.table-form th {
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
  width: 30%;
  font-size: max(1.111vw, 1.6rem);
  vertical-align: text-top;
  padding: 1em 0;
}
.table-form .s-txt {
  color: #e07e7e;
  font-size: max(0.903vw, 1.3rem);
  margin-right: max(2.5vw, 5px);
  margin-left: max(1.042vw, 5px);
  display: inline-block;
}
.table-form td {
  font-size: max(1.111vw, 1.6rem);
  padding: 1em 0;
}
.table-form tr {
  border-bottom: 1px solid #d3d3d3;
}
.radio-list label {
  display: flex;
  align-items: center;
}
.table-form textarea,
.table-form input {
  border: 1px solid #979797;
  background: #fff;
  font-size: max(1.111vw, 16px);
  width: 100%;
  padding: 0.5em 0 0.5em 1em;
}
.table-form input {
  height: 50px;
}
.table-form input:focus-visible,
.table-form textarea:focus-visible {
  outline: none;
}
input[type="submit"] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  width: 240px;
  background-color: #1c9755;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  height: 64px;
  border: none;
  transition: 0.25s ease-in-out;
}
input[type="submit"]:hover {
  background-color: #e07e7e;
}
span.wpcf7-spinner {
  display: none;
}
/*lightbox*/
#lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  body .tab1180-none {
    display: none;
  }
  body .tab1180-block {
    display: block;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  body .tab820-none {
    display: none;
  }
  body .tab820-block {
    display: block;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .dfl,
  .dfl.re {
    flex-direction: column;
  }
  .fl1 {
    flex: auto;
    width: 100%;
  }
  .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: grid;
    grid-template-columns: 120px 50px 135px 40px;
    justify-content: space-between;
    align-items: center;
  }
  .sp-tl.tc {
    text-align: left;
  }
  .table-form tr {
    display: flex;
    flex-direction: column;
  }
  .table-form th {
    width: 100%;
  }
  .table-form td {
    padding: 0 0 1em;
  }
  .w-no {
    white-space: normal;
  }
  footer {
    padding-bottom: 60px;
  }
  .copyright {
    font-size: 12px;
  }
  #page-top {
    display: none;
  }
}
