@charset "utf-8";
/*-------common------*/

html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

body {
  font-size: var(--b-fs);
  color: var(--b-color);
  background: var(--beige);
  font-family: "Noto Serif JP", serif;
  letter-spacing: var(--b-ls);
  line-height: var(--b-lh);
  font-weight: var(--b-fw);
  margin: 0;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--b-color);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: var(--b-lh);
  font-size: var(--b-fs);
}

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;
}
.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;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #000;
}
.cpink-exb {
  color: var(--pink-exb);
}
.cblue {
  color: #00b1e7;
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.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;
}
.p-rl {
  position: relative;
}
.z-1 {
  z-index: 1;
}
/*-------common-end------*/
.sp-footer-icons-container {
  display: none;
  grid-template-columns: auto 55px 55px;
  position: fixed;
  z-index: 701;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: var(--beige);
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.sp-footer-icons-container .sp-footer-btn1 {
  background: var(--pink-m);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.sp-footer-icons-container .sp-footer-btn1::before {
  content: "";
  background: url(../../../uploads/2026/03/phone-icon-white.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.sp-footer-icons-container .sp-footer-btn2 {
  background: var(--pink-l);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.sp-footer-icons-container .sp-footer-btn2::before {
  content: "";
  background: url(../../../uploads/2026/03/mail-icon.webp) no-repeat;
  background-size: contain;
  width: 23px;
  height: 17px;
  display: inline-block;
}
/*-------hd------*/
.fixed-wrap.is-fixed {
  position: fixed;
  z-index: 500;
  animation: slideDown 0.4s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*-------ft------*/
#page-top {
  position: fixed;
  right: var(--px-64);
  bottom: 75px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 600;
}
#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%;
}
body:not(.home) .top-only {
  display: none;
}
body .top-an-only {
  display: none;
}
body:not(.home) .top-an-only {
  display: block;
}
.td-un {
  text-decoration: underline;
}
/*-------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;
  }
  .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;
  }
  .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;
  }
}
