@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Defaults                                  */
/* -------------------------------------------------------------------------- */
.mx-0 {
  margin-inline: 0 !important;
}

.mx-auto {
  margin-inline: auto !important;
}

.fixed {
  height: 120px;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}

.cmn-py {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.cmn-mb {
  margin-bottom: 6rem;
}

.cmn-hl {
  background: linear-gradient(to bottom, transparent 60%, rgba(24, 77, 46, 0.6) 60%);
}

.cmn-bouten {
  position: relative;
}
.cmn-bouten::before {
  width: calc(25% + 1px);
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  content: "";
  inset: -5px 0 auto 0;
  position: absolute;
  margin-inline: auto;
  background-color: #184d2e;
}

/* ------------------------------ Hover Effects ----------------------------- */
.cmn-hover:hover, .error__text a:hover {
  opacity: 0.7;
}

.move-t1:hover {
  transform: translateY(-3px);
}

.move-t2:hover {
  transform: translateY(-6px);
}

.move-t3:hover {
  transform: translateY(-9px);
}

.move-r1:hover {
  transform: translateX(3px);
}

.move-r2:hover {
  transform: translateX(6px);
}

.move-r3:hover {
  transform: translateX(9px);
}

.move-b1:hover {
  transform: translateY(3px);
}

.move-b2:hover {
  transform: translateY(6px);
}

.move-b3:hover {
  transform: translateY(9px);
}

.move-l1:hover {
  transform: translateX(-3px);
}

.move-l2:hover {
  transform: translateX(-6px);
}

.move-l3:hover {
  transform: translateX(-9px);
}

/* ------------------------------ Defaults (SP) ----------------------------- */
@media screen and (width <= 768px) {
  .cmn-py {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .cmn-mb {
    margin-bottom: 3rem;
  }
  .fixed {
    height: 85px;
  }
  .sp-px {
    padding-inline: 1.2rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    Table                                   */
/* -------------------------------------------------------------------------- */
.cmn-table {
  width: 100%;
  table-layout: fixed;
}
.cmn-table tr:not(:last-child) {
  border-bottom: 1px dashed #8e9491;
}
.cmn-table tr:first-of-type th {
  border-radius: 1rem 1rem 0 0;
}
.cmn-table th,
.cmn-table td {
  padding-block: clamp(10px, 2.5vw, 20px);
  padding-inline: clamp(10px, 2.5vw, 40px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 2.5vw, 17px);
}
.cmn-table th {
  width: 35%;
  position: relative;
  vertical-align: middle;
  background-color: #e8e9cc;
}

@media screen and (width <= 768px) {
  .cmn-table th,
  .cmn-table td {
    width: 100%;
    display: block;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Information                                */
/* -------------------------------------------------------------------------- */
.cmn-info {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-flow: row nowrap;
  gap: 3.2rem;
  margin-bottom: 2rem;
}

@media screen and (width <= 768px) {
  .cmn-info {
    margin-inline: auto;
    justify-content: center;
    flex-flow: column nowrap;
    gap: 2.5rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                     SNS                                    */
/* -------------------------------------------------------------------------- */
.cmn-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2rem;
}
.cmn-sns__link:hover {
  opacity: 0.7;
}

@media screen and (width <= 768px) {
  .cmn-sns {
    gap: 1.5rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                Common Style                                */
/* -------------------------------------------------------------------------- */
.cmn-tel span {
  color: #184d2e;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 4.2rem;
  white-space: nowrap;
}
.cmn-tel span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0;
  background: no-repeat center/contain url("/img/common/icon_tel.webp");
}
.cmn-tel img {
  margin-inline: auto 1.7rem;
}
.cmn-tel--white span {
  color: #ffffff;
}
.cmn-tel--white span::before {
  background-image: url("/img/common/icon_tel2.webp");
}

.cmn-text, .complete__box p, .privacy p,
.privacy ul, .error__text, .cmn-textbox p {
  font-size: clamp(14px, 2.5vw, 17px);
  line-height: clamp(28px, 2.5vw, 32px);
}

.cmn-textbox p {
  text-align: justify;
}
.cmn-textbox p:not(:last-child) {
  margin-bottom: clamp(23px, 2.5vw, 25px);
}

@media screen and (width <= 768px) {
  .cmn-text, .complete__box p, .privacy p,
  .privacy ul, .error__text, .cmn-textbox p {
    font-size: clamp(12px, 2.5vw, 14px);
    line-height: clamp(24px, 2.5vw, 27px);
    letter-spacing: 0.03em;
  }
  .cmn-textbox p:not(:last-child) {
    margin-bottom: clamp(20px, 2.5vw, 23px);
  }
}
.cmn-button {
  width: 100%;
  height: 60px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background-color: #184d2e;
  border-radius: 3rem;
  position: relative;
}
.cmn-button::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 17px;
  height: 17px;
  border-radius: 0;
  background: no-repeat center/contain url("/img/common/cmn-button_deco1.webp");
  transform: translateX(-15px);
  transition: all 0.3s;
}
.cmn-button span {
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cmn-button:hover {
  background-color: rgb(36.1188118812, 115.8811881188, 69.2277227723);
}
.cmn-button:hover::before {
  transform: translateX(-20px);
}

@media screen and (width <= 768px) {
  .cmn-button {
    border-radius: 4rem;
    height: 4rem;
  }
  .cmn-button span {
    font-size: clamp(13px, 2.5vw, 15px);
  }
}
.cmn-header {
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
  z-index: 10;
}
.cmn-header::before, .cmn-header::after {
  z-index: -20;
}
.cmn-header h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 62px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: inherit;
}
.cmn-header h3 span {
  color: #184d2e;
}
.cmn-header--long::before, .cmn-header--short::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  background: no-repeat center/contain;
}
.cmn-header--short::before {
  width: 179px;
  height: 11px;
  border-radius: 0;
  background-image: url("/img/common/cmn-header_deco2.webp");
}
.cmn-header--long::before {
  width: 615px;
  height: 11px;
  border-radius: 0;
  background-image: url("/img/common/cmn-header_deco.webp");
}
.cmn-header--des2 {
  margin-bottom: 6.5rem;
}
.cmn-header--des2::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  width: 599px;
  height: 128px;
  border-radius: 0;
  background: no-repeat center/contain url("/img/menu/sec07_deco.webp");
  transform: translateX(25px);
  opacity: 0.7;
}

@media screen and (width <= 768px) {
  .cmn-header {
    margin-bottom: 2rem;
  }
  .cmn-header h3 {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .cmn-header--long::before {
    width: 100%;
    height: 7px;
    border-radius: 0;
    background-image: url("/img/common/sp-cmn-header_deco.webp");
  }
  .cmn-header--short::before {
    width: 127px;
    height: 8px;
    border-radius: 0;
  }
  .cmn-header--des2::after {
    width: 328px;
    height: 70px;
    border-radius: 0;
    transform: translateX(0);
  }
}
/* -------------------------------------------------------------------------- */
/*                                  Template                                  */
/* -------------------------------------------------------------------------- */
/*                                 Breadcrumbs                                */
/* -------------------------------------------------------------------------- */
.breadcrumbs {
  padding-block: 0.8rem;
}
.breadcrumbs__wrapper-m {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.breadcrumbs__item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 700;
  text-align: left;
}
.breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1 1 0;
  max-width: 30ch;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 15px;
  color: #184d2e;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  border-style: solid;
  width: 0;
  height: 0;
  border-radius: 0;
  z-index: 10;
  border-color: transparent transparent transparent #aaaaaa;
  border-width: 4px 0 4px 5px;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  transform: translateX(-4px);
}
.breadcrumbs__item a:hover {
  opacity: 0.7;
}

/* -------------------------------------------------------------------------- */
/*                                 Pagination                                 */
/* -------------------------------------------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  margin-top: 4.5rem;
  column-gap: 1rem;
}
.pagenation li {
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border-radius: 0.3rem;
  background: #ffffff;
  transition: background-color 0.3s;
}
.pagenation li a,
.pagenation li span {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li:not(.current):hover {
  background-color: rgb(225.7191780822, 226.3698630137, 188.6301369863);
}
.pagenation .current {
  color: #ffffff;
  background-color: #184d2e;
}

/* -------------------------------------------------------------------------- */
/*                                 Navigation                                 */
/* -------------------------------------------------------------------------- */
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  column-gap: 1rem;
  margin-top: 10rem;
}
.navigation__item a:hover {
  color: #184d2e;
}
.navigation__item:nth-child(1), .navigation__item:nth-child(3) {
  padding-inline: 1rem;
}
.navigation__item:nth-child(1) {
  border-right: 1px solid #000000;
}
.navigation__item:nth-child(3) {
  border-left: 1px solid #000000;
}

/* -------------------------------------------------------------------------- */
/*                          Top Navigation (PageTop)                          */
/* -------------------------------------------------------------------------- */
.top-navigation {
  width: fit-content;
  position: fixed;
  inset: auto 0 15vh auto;
}
.top-navigation__link {
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  background-color: rgb(225.7191780822, 226.3698630137, 188.6301369863);
}
.top-navigation__link span {
  font-weight: 700;
  color: #ffffff;
}
.top-navigation__link:hover {
  background-color: #184d2e;
}

/* -------------------------------------------------------------------------- */
/*                              Google Map (map)                              */
/* -------------------------------------------------------------------------- */
.map {
  border-radius: 1rem;
}
.map iframe {
  width: 100%;
  height: 320px;
  border-radius: 0;
  border-radius: inherit;
  border: none;
}

/* -------------------------------------------------------------------------- */
/*                                 Error (404)                                */
/* -------------------------------------------------------------------------- */
.error__text a {
  display: inline-flex;
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                               Privacy Policy                               */
/* -------------------------------------------------------------------------- */
.privacy__box {
  text-align: justify;
}
.privacy__box:not(:last-child) {
  margin-bottom: clamp(50px, 2.5vw, 70px);
}
.privacy__subtitle {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  background: repeat-x bottom center/669px 9px url("/img/about/sec04_deco2.webp");
}
@media screen and (width <= 768px) {
  .privacy__subtitle {
    font-size: 1.8rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                               Sitemap (site)                               */
/* -------------------------------------------------------------------------- */
.site__list {
  width: min(100%, 750px);
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
}
.site__item {
  width: 100%;
}
.site__item-link {
  padding: clamp(15px, 2.5vw, 20px) 0;
  border-bottom: 1px dashed #8e9491;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.site__item-link:hover {
  color: #184d2e;
}

/* -------------------------------------------------------------------------- */
/*                                   Contact                                  */
/* -------------------------------------------------------------------------- */
.contact-form-table {
  width: 100%;
  table-layout: fixed;
}
.contact-form-table th {
  width: 40%;
}

/* --------------------------- Contact (complete) --------------------------- */
.complete__box {
  margin-bottom: 1rem;
}
.complete__box p {
  text-align: center;
}
.complete__link {
  margin-inline: auto;
  width: fit-content;
}
.complete__link span {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                                News (index)                                */
/* -------------------------------------------------------------------------- */
.news-page__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.news-page__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 1.5rem;
  text-align: left;
  padding: clamp(15px, 2.5vw, 25px);
  border: 1px solid #000000;
}
.news-page__item-date, .news-page__item-title {
  font-weight: 700;
}
.news-page__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: clamp(12px, 2.5vw, 15px);
}
.news-page__item-tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.news-page__item-tag {
  color: #1e2a23;
  background-color: #ffffff;
  padding-inline: 0.5rem;
}

/* -------------------------- News (Tag Exapanded) -------------------------- */
.news-page__box1 {
  padding: clamp(15px, 2.5vw, 25px);
  border: 1px solid #000000;
  margin-bottom: 2.5rem;
}
.news-page__note {
  margin-bottom: clamp(10px, 2.5vw, 20px);
  text-align: left;
}
.news-page__tags {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.news-page__tag-link {
  position: relative;
  padding: 0.8rem 1rem 0.8rem 3rem;
  background-color: #ffffff;
  white-space: nowrap;
}
.news-page__tag-link::before {
  width: 12px;
  height: 12px;
  border-radius: 0;
  content: "";
  position: absolute;
  margin-block: auto;
  inset: 0 auto 0 10px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgb(225.7191780822, 226.3698630137, 188.6301369863);
}
.news-page__tag-link:hover::before, .news-page__tag-link--active::before {
  background-color: #184d2e;
}

/* ---------------------------- News (Tag Option) --------------------------- */
.news-page__box2 {
  padding: 0px;
  margin: 0 0 2.5rem auto;
  width: min(100%, 375px);
}
.news-page__select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  width: min(100%, 375px);
  padding: 0.8rem 1rem;
  border: none;
  background-color: #fff;
  border-radius: 1rem;
}

/* ------------------------------ News (detail) ----------------------------- */
.news-detail__header {
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  background: repeat-x bottom center/958px 9px url("/img/top/sec02_deco3.webp");
}
.news-detail__header h3 {
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.news-detail__box {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3rem;
}
.news-detail__date, .news-detail__tag {
  font-size: clamp(12px, 2.5vw, 14px);
}
.news-detail__date {
  margin-right: 0.5rem;
}
.news-detail__date:has(+ .news-detail__tags)::after {
  content: " | ";
}
.news-detail__body {
  text-align: justify;
}
.news-detail__tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
}
.news-detail__tag {
  color: #184d2e;
}
.news-detail__tag:not(:last-child)::after {
  content: "、";
  margin-right: rem95;
}