@charset "utf-8";
/*-------common------*/

html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

body {
  font-size: max(1.111vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2.2;
  margin: 0;
  color: #333;
}
.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.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(4.167vw, 6rem);
  font-size: max(4.444vw, 6.4rem);
  font-size: max(6.667vw, 9.6rem);
  font-size: max(8.8888vw, 12.8rem);
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}
.en {
  font-family: "Noto Sans JP", sans-serif;
}
.ja {
  font-family: "Noto Serif JP", serif;
}
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}

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;
}
.pc-only.tab820-upto {
  display: block;
}
.tab820-upto {
  display: none;
}
.tab1180-upto {
  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-ac {
  align-items: anchor-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-se {
  justify-content: space-evenly;
}
.jc-end {
  justify-content: flex-end;
}
.fl1 {
  flex: 1;
}
.fs0 {
  flex-shrink: 0;
}
.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;
}
.c333 {
  color: #333;
}
.cgreen {
  color: #1b9a46;
}
.corg {
  color: #ff9d00;
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.bgreen {
  background: #1b9a46;
}
.bgray {
  background: #f0f0f0;
}
.bgreen-exl {
  background: #effff4;
}
.bgreen-l {
  background: #45e587;
}
.bgreen-m {
  background: #06c655;
}
.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;
}
.mtl {
  margin-left: auto;
}
.tit2.mtr {
  margin-inline: 0;
  margin-right: auto;
}
.mtr {
  margin-right: auto;
}
.p-rl {
  position: relative;
}
.bd-tr {
  border-bottom: 6px solid #06c655;
}
.bd2 {
  border-bottom: 2px solid #45e587;
}
.bd-ra7 {
  border-radius: 7px;
}
.bd-green {
  border: 1px solid #1b9a46;
}
/*-------common-end------*/
.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 701;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.sp-footer-tel-btn:before {
  background: url(../../../uploads/2026/02/phone-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-footer-web-btn {
  background: #333;
  color: #fff;
}
.sp-footer-web-btn::before {
  background: url(../../../uploads/2026/02/pc-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-footer-web-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #45e587;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sp-footer-mail-btn {
  background: #333;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sp-footer-mail-btn::before {
  background: url(../../../uploads/2026/02/mail-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-footer-mail-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #45e587;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sp-footer-line-btn {
  background: #333;
  color: #fff;
}
.sp-footer-line-btn::before {
  background: url(../../../uploads/2026/02/line-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-footer-line-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #45e587;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sp-footer-top-btn img {
  height: 100%;
  object-fit: contain;
}
.sp-footer {
  height: 60px;
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
}
.sp-footer span {
  font-size: 1.4rem;
  line-height: 1;
}
.sp-footer::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
}
/*-------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: 2.15%;
  bottom: 65px;
  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%;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .tab1180-upto {
    display: block;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .tab820-upto {
    display: block;
  }
  .pc-only.tab820-upto {
    display: none;
  }
  .grid-wrap.fr2,
  .grid-wrap.fr3,
  .grid-wrap.fr4 {
    grid-template-columns: 1fr;
  }
  .dfl {
    flex-wrap: wrap;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .dfl,
  .dfl.re {
    flex-direction: column;
  }
  .grid-wrap {
    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;
  }
  .table-form tr {
    display: flex;
    flex-direction: column;
  }
  .table-form th {
    width: 100%;
  }
  .table-form td {
    padding: 0 0 1em;
  }
}
