@charset "utf-8";
/*-------common------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: max(1.111vw, 1.4rem);
  color: #505050;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.m-font {
  font-size: max(0.903vw, 1.3rem);
  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.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: #505050;
}
.en {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3 {
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

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-upto {
  display: none;
}
.tab1180-upto {
  display: none;
}
.inner {
  padding-left: max(5.55vw, 20px);
  padding-right: max(5.55vw, 20px);
}
.flex-wrap {
  display: flex;
}
.flex-wrap.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;
}
.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;
}
.tr {
  text-align: right;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #000;
}
.cgreen {
  color: #cae3d5;
}
.cga {
  color: #aaa;
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.bgreen {
  background: #cae3d5;
}
.bdgreen {
  border-bottom: 1px solid #1c9755;
}
.bdwhite {
  border-bottom: 1px solid #fff;
}
.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;
}
.mtc {
  margin-inline: auto;
}
.mtr {
  margin-right: auto;
}
.mtl {
  margin-left: auto;
}
.wfit {
  width: fit-content;
}
.wcs {
  width: max(27.222vw, 392px);
  text-align: left;
}
.w-no {
  white-space: nowrap;
}
.p-rl {
  position: relative;
}
.img-box img {
  width: 100%;
}
/*-------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%;
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
/*-------hd------*/
.fixed-wrap.is-fixed {
  position: fixed;
  animation: slideDown 0.4s ease-out;
  background: rgb(0 0 0 / 30%);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*-------ft------*/
.f-gmap {
  width: 100%;
  height: clamp(327px, 30vw, 435px);
}
.ft-logo {
  max-width: max(22.083vw, 260px);
  width: 100%;
}
.footerwrap {
  padding-inline: 5.55%;
  padding-bottom: 100px;
}
#page-top {
  position: fixed;
  right: 5.5%;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 600;
}
#page-top a {
  width: 54px;
  background: #e07e7e;
  aspect-ratio: 1 / 1;
}
#page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 12.5px;
  height: 8.2px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 1px;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.copyright-container {
  padding: 40px 0;
}
.copyright {
  font-size: max(0.9722vw, 1.2rem);
  color: #979797;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .tab1180-upto {
    display: none;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .tab820-upto {
    display: none;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body {
    /* font-size: 1.4rem; */
  }

  .flex-wrap,
  .flex-wrap.re {
    flex-direction: column;
  }
  body .sp-only {
    display: block;
  }
  body .pc-only {
    display: none;
  }
  .sp-footer-icons-container {
    display: flex;
  }
  .sp-tl.tc {
    text-align: left;
  }
  .wcs {
    width: 100%;
  }
  .fixed-wrap.is-fixed {
    background: none;
  }
  .fl1 {
    width: 100%;
  }
}
