@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 3.6vw, 1.8rem);
  line-height: 1.6;
  color: #000000;
}

p {
  margin: 0 0 1em;
}

a {
  transition: 0.7s ease;
}
a:hover {
  opacity: 0.7;
}
a.linkButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 42px;
  font-size: 2rem;
  border: 1px solid;
  color: #fff;
  text-decoration: none;
}
a.linkButton:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
}

.ib-wrap > span {
  display: inline-block;
}

.mb-2em {
  margin-bottom: 2em;
}

.fade {
  transition: 0.7s, opacity 0.5s;
}
.fade:not(.inview) {
  opacity: 0;
  transform: translateY(20px);
}

.header__logo {
  position: fixed;
  z-index: 100;
  inset: 50px auto auto 46px;
  max-width: 50vw;
}
@media screen and (max-width: 800px) {
  .header__logo {
    inset: 10px auto auto 5px;
  }
}

.gNavi__menu {
  position: fixed;
  z-index: 800;
  inset: 0 0 auto auto;
  width: 642px;
  max-width: 100%;
  height: 100%;
  padding: 170px 70px;
  background: rgba(255, 255, 255, 0.5);
  overflow: auto;
  transition: 0.5s 0.3s;
}
body:not(.naviOpen) .gNavi__menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transform-origin: right top;
  transition-delay: 0s;
}
.gNavi__menu ul {
  list-style: none;
  margin: 0 0 clamp(0.4rem, 1.6vw, 1.6rem);
  padding: 0;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
.gNavi__menu ul.subMenu {
  font-size: clamp(1.6rem, 3vw, 2rem);
}
.gNavi__menu ul li {
  position: relative;
  min-height: clamp(5rem, 6.4vw, 6.4rem);
  padding-bottom: 1em;
}
.gNavi__menu ul a {
  color: inherit;
  text-decoration: none;
}
.gNavi__menu ul a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.gNavi__bg {
  position: fixed;
  z-index: 500;
  inset: 0;
  background: #00AFCC;
  opacity: 0.8;
  transition: 0.5s;
}
body:not(.naviOpen) .gNavi__bg {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transform-origin: right center;
  transition-delay: 0.3s;
}
@media screen and (max-width: 800px) {
  .gNavi__menu {
    padding: clamp(60px, 15vw, 100px) clamp(40px, 5vw, 60px);
  }
}

.gNaviBnr {
  max-width: 388px;
}

.gNaviBtn {
  position: fixed;
  z-index: 950;
  top: 32px;
  right: 27px;
  width: 77px;
  aspect-ratio: 1/1;
  background: #00AFCC;
  cursor: pointer;
}
.gNaviBtn__line {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 43px;
  height: 4px;
  background: #fff;
  transition: 0.3s;
}
.gNaviBtn__line:nth-child(1) {
  transform: translateY(-11px);
}
.gNaviBtn__line:nth-child(3) {
  transform: translateY(11px);
}
body.naviOpen .gNaviBtn__line:nth-child(1) {
  transform: rotate(45deg);
}
body.naviOpen .gNaviBtn__line:nth-child(2) {
  transform: scale(0, 1);
}
body.naviOpen .gNaviBtn__line:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .gNaviBtn {
    top: 10px;
    right: 5px;
    width: 60px;
  }
}

/* ********************
   FOOTER
******************** */
footer {
  overflow: hidden;
}

.footer {
  position: relative;
  padding-top: 6rem;
  text-align: center;
  background: #00AFCC;
  color: #fff;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer__logo {
  margin-bottom: 5rem;
}
.footer__navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 2em;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.footer__navi > li {
  margin: 0;
}
.footer__copyright {
  background: #000;
  font-size: 1.4rem;
  padding: 0.8em;
}
.footer__scroll {
  position: absolute;
  inset: 0 0 auto;
}

.scrolltop {
  position: relative;
  max-width: 1000px;
  height: 0;
  margin: auto;
  z-index: 100;
}
.scrolltop__btn {
  position: absolute;
  inset: 0 0 auto auto;
  width: clamp(6rem, 10vw, 10rem);
  height: auto;
  aspect-ratio: 2/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: none;
  box-shadow: none;
  border-radius: 0 0 50px 50px;
}
.scrolltop__btn::before {
  content: "";
  width: clamp(0.9rem, 3vw, 1.5rem);
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(-45deg) skew(-15deg, -15deg);
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

/* ********************
   TOP
******************** */
.topMain {
  position: relative;
  background: url(../../asset/img/top/mainImg.jpg) center center/cover;
  height: 100vh;
}
.topMain__catch {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topMain__catch h1 {
  font-size: min(4rem, 8vw);
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  filter: drop-shadow(0 0 2px #00AFCC) drop-shadow(0 0 2px #00AFCC) drop-shadow(0 0 4px #00AFCC);
  margin: 0;
}
.topMain__scroll {
  position: absolute;
  inset: auto 0 min(115px, 12%);
  margin: auto;
  text-align: center;
}

.topCont {
  text-align: center;
  padding: min(120px, 12vw) clamp(10px, 2vw, 20px);
}
.topCont.-orange {
  background: #00AFCC;
  color: #fff;
}
.topCont h3 {
  color: #00AFCC;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.6;
  margin: 0 0 clamp(0.5em, 4vw, 1em);
}
.topCont__head {
  font-size: 4rem;
  line-height: 1.6;
  margin: 0 0 clamp(0.5em, 4vw, 1em);
}

.topList dt {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin: 1.5em 0 0.8em;
}
.topList dd {
  margin: 0;
}

.priceTable {
  width: 380px;
  max-width: 100%;
  margin: auto;
}
.priceTable th {
  text-align: left;
  font-weight: inherit;
  padding: 0.5em 0;
}
.priceTable td {
  text-align: right;
  padding: 0.5em 0;
}

.contCatch {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 2.13;
  margin-bottom: 2em;
}

.gallary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
.gallary > li {
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .gallary {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ctaBtn {
  margin-top: 5em;
}

.pageMain {
  height: min(350px, 50vw);
  background: url(../../asset/img/cont/mainImg.jpg) center center/cover;
}

.pageCont {
  padding: min(120px, 12vw) clamp(10px, 2vw, 20px);
}
.pageCont__head {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.6;
  margin: 0 0 clamp(1em, 10vw, 2.5em);
  text-align: center;
}
.pageCont__body {
  max-width: 1000px;
  margin: auto;
  line-height: 1.5;
}

.contList dt {
  font-weight: 700;
  margin-top: 1em;
}
.contList dd {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */