@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.wrapper {
  font-family: "TsukuARdGothic-Regular", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "MS Ｐゴシック", "MS PGothic", sans-serif;
}

.reserve {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  height: 60px;
  background: #66AB6D;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .reserve {
    display: none;
  }
}
.reserve__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.reserve__tel img {
  width: 23px;
}

.footer {
  padding: 50px 0 20px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 3.2291666667vw 0 1.5625vw;
  }
}
.footer__ttl {
  width: 300px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .footer__ttl {
    width: 21.71875vw;
    margin-bottom: 3.8020833333vw;
  }
}
.footer__ttl img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .footer__link-wrap {
    width: 49.4791666667vw;
    gap: 1.5625vw 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.footer__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  .footer__link {
    font-size: 16px;
    margin-left: 0.625vw;
    transition: 0.2s;
  }
}
.footer__link:hover {
  transform: translateY(-5px);
}
.footer__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .footer__link::after {
    left: -0.625vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
}
.footer__link-green {
  color: #66AB6D;
}
.footer__copy {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__small a {
  display: block;
  color: #000;
}
@media screen and (min-width: 768px) {
  .footer__small a {
    display: inline-block;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background: #F3F5E9;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 2.0833333333vw 6.7708333333vw;
    height: 12.1354166667vw;
    background: 0;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
@media screen and (min-width: 1024px) {
  .header__top-box {
    display: flex;
    flex-direction: column;
    gap: 0.5208333333vw;
  }
}
.header__ttl-link {
  display: block;
}
.header__ttl-img {
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .header__ttl-img {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .header__ttl-img {
    width: 28.3854166667vw;
  }
}
.header__ttl-txt {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__ttl-txt {
    display: block;
    font-size: 14px;
  }
}
.header__button {
  position: relative;
  cursor: pointer;
  width: min(8.4615384615vw, 33px);
  height: min(8.4615384615vw, 33px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .header__button {
    display: none;
  }
}
.header__button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  height: min(0.7692307692vw, 3px);
  border-radius: 2px;
  background: #66AB6D;
}
@media screen and (min-width: 1024px) {
  .header__button span {
    height: 0.15625vw;
  }
}
.header__border1 {
  width: min(8.2051282051vw, 32px);
}
@media screen and (min-width: 1024px) {
  .header__border1 {
    width: 3.3854166667vw;
  }
}
.header__border2 {
  width: min(8.2051282051vw, 32px);
}
@media screen and (min-width: 1024px) {
  .header__border2 {
    width: 1.6666666667vw;
  }
}
.header__border3 {
  width: min(8.2051282051vw, 32px);
}
@media screen and (min-width: 1024px) {
  .header__border3 {
    width: 2.3958333333vw;
  }
}
.header__button span:nth-of-type(1) {
  top: min(1.2820512821vw, 5px);
}
@media screen and (min-width: 1024px) {
  .header__button span:nth-of-type(1) {
    top: 1.09375vw;
  }
}
.header__button span:nth-of-type(2) {
  top: min(4.1025641026vw, 16px);
}
@media screen and (min-width: 1024px) {
  .header__button span:nth-of-type(2) {
    top: 2.0833333333vw;
  }
}
.header__button span:nth-of-type(3) {
  top: min(6.9230769231vw, 27px);
}
@media screen and (min-width: 1024px) {
  .header__button span:nth-of-type(3) {
    top: 3.125vw;
  }
}
.header__button.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 70%;
}
.header__button.active span:nth-of-type(2) {
  opacity: 0;
}
.header__button.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 70%;
}
.header__tel, .header__bottom {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__tel, .header__bottom {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__tel {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #66AB6D;
    border-radius: 1.3020833333vw;
    font-size: 18px;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.8333333333vw 1.6145833333vw;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .header__tel:hover {
    color: #66AB6D;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header__tel span {
    font-size: 12px;
    margin-right: 0.3645833333vw;
  }
}
@media screen and (min-width: 1024px) {
  .header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1.25vw 3.6458333333vw;
    border-radius: 1.3020833333vw;
    margin-top: 1.5625vw;
    box-shadow: 3px 3px 8px 0px rgba(99, 99, 99, 0.45);
  }
}
@media screen and (min-width: 1024px) {
  .header__link {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3125vw;
    cursor: pointer;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .header__link span {
    display: block;
    font-size: 12px;
    color: #66AB6D;
  }
}

.menu-se__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  margin-top: 20px;
}
.menu-se__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-se__list::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #66AB6D;
  border-right: 2px solid #66AB6D;
  transform: rotate(45deg) translateX(-50%);
}
.menu-se__list img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-se__list a {
  display: block;
  text-decoration: none;
  color: #66AB6D;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .menu-pc__lists {
    position: absolute;
    top: 85px;
    left: 0;
    background: #fff;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 3px 3px 8px 0px rgba(99, 99, 99, 0.45);
  }
  .menu-pc__list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 170px;
    min-width: 145px;
    margin: 0 15px;
    padding: 20px 0;
  }
  .menu-pc__list::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #66AB6D;
    border-right: 2px solid #66AB6D;
    transform: rotate(45deg) translateX(-50%);
  }
  .menu-pc__list img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu-pc__list a {
    display: block;
    text-decoration: none;
    color: #66AB6D;
    font-size: 16px;
    font-weight: bold;
  }
  .header__bottom {
    position: relative;
  }
}
.gnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  border: 15px solid #fafaec;
}
@media screen and (min-width: 768px) {
  .gnav {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .gnav {
    width: 26.9270833333vw;
  }
}
.gnav__nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  gap: min(8.9743589744vw, 35px);
}
@media screen and (min-width: 1024px) {
  .gnav__nav {
    display: flex;
    flex-direction: column;
    gap: 1.8229166667vw;
  }
}
.gnav__list {
  margin-bottom: 4%;
}
.gnav__link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.2564102564vw;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8d8;
}
@media screen and (min-width: 1024px) {
  .gnav__link {
    font-size: 2.6041666667vw;
    letter-spacing: 0.1041666667vw;
  }
}
.gnav__link:hover {
  transition: 0.4s;
  transform: translateY(-5px);
}
.gnav__link-img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gnav__link-txt {
  text-align: center;
  margin-bottom: 10px;
}
.gnav__link-tel {
  display: block;
  text-decoration: none;
  background: #66AB6D;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2564102564vw;
}

.translateNav {
  transform: translateX(0);
}/*# sourceMappingURL=common.css.map */