@charset "UTF-8";
/* 店舗一覧 */
.archive .map {
  background: #fff;
  padding-top: 0;
}

/* 店舗詳細 */
.single .page-title {
  padding: 0 0;
}
.single .page-title .fv {
  position: relative;
  padding-top: 74px;
  background-image: url(../images/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 20px;
}
.single .page-title .fv .fv-img {
  position: absolute;
  top: 0;
  right: -6%;
  width: 40%;
  overflow: hidden;
  z-index: 1;
}
.single .page-title .fv .fv-img img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 35% 100%, 0% 0);
}
.single .page-title .fv .fv-text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv .fv-img {
    right: -10%;
    width: 75%;
  }
  .single .page-title .fv .fv-achievements + .note {
    text-align: center;
  }
}
.single .page-title .fv-text-locations {
  color: #fff;
  background: linear-gradient(90deg, #006931 24.52%, #006931 60%, rgba(0, 105, 49, 0) 70%);
  padding: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-text-locations {
    padding: 10px 0;
  }
}
.single .page-title .fv-text-locations .fv-text-locations__wrapper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-text-locations .fv-text-locations__wrapper {
    width: 80%;
  }
}
.single .page-title .fv-text-locations .fv-text-locations__area {
  font-weight: 900;
  font-size: clamp(0.75rem, 0.493rem + 1.18vw, 1.375rem);
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-text-locations .fv-text-locations__area {
    text-align: left;
  }
}
.single .page-title .fv-text-locations h1 {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.713rem + 1.88vw, 2.125rem);
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-text-locations h1 {
    text-align: left;
  }
}
.single .page-title .fv-access {
  font-size: clamp(1.591rem, 1.01rem + 2.65vw, 3rem);
  font-weight: 900;
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-access {
    margin-bottom: 30px;
  }
}
.single .page-title .fv-access .text-marker {
  font-size: clamp(1.988rem, 1.211rem + 3.55vw, 3.874rem);
  background: linear-gradient(transparent 80%, #F8E895 80%);
}
.single .page-title .fv-access .text-marker::before {
  background: #F8E895;
}
.single .page-title .fv-access .text-marker .num {
  font-size: 4.73rem;
}

.campaign-slider-section .button-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .campaign-slider-section .button-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.campaign-slider-section .button-wrapper .button-item {
  position: relative;
  padding-top: 20px;
  width: calc((100% - 40px) / 2);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .campaign-slider-section .button-wrapper .button-item {
    width: 100%;
    max-width: 330px;
    padding-top: 15px;
  }
}
.campaign-slider-section .button-wrapper .button-item.line .button {
  background: linear-gradient(180deg, #42E786 0%, #06C755 100%);
}
.campaign-slider-section .button-wrapper .button-item .button-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #06C755;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 900;
  font-size: clamp(0.75rem, 0.596rem + 0.71vw, 1.125rem);
  color: #06C755;
  z-index: 2;
  min-width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign-slider-section .button-wrapper .button-item .button-text {
    min-width: 175px;
  }
}
.campaign-slider-section .button-wrapper .button-item .button {
  width: 100%;
  padding: 28px 20px 25px;
  border: none !important;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .campaign-slider-section .button-wrapper .button-item .button {
    padding: 15px 20px 15px;
    border-radius: 15px;
  }
}
.campaign-slider-section .button-wrapper .button-item .button img {
  margin-right: 20px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .campaign-slider-section .button-wrapper .button-item .button img {
    margin-right: 10px;
    top: 8px;
  }
}
.campaign-slider-section .button-wrapper .button-item.web .button-text {
  color: #FF7700;
  border-color: #FF7700;
}
.campaign-slider-section .tel-wrapper {
  border: 1px solid #fff;
  width: 100%;
  max-width: 668px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 40px;
  margin: 0 auto;
}
.campaign-slider-section .tel-wrapper .tel-text {
  width: 35%;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
}
.campaign-slider-section .tel-wrapper .tel-text img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.campaign-slider-section .tel-wrapper .tel-number-wrapper .tel-number {
  font-size: clamp(1.5rem, 1.191rem + 1.41vw, 2.25rem);
  font-weight: 700;
}
.campaign-slider-section .tel-wrapper .tel-number-wrapper .tel-info {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .campaign-slider-section .tel-wrapper {
    flex-direction: column;
    gap: 8px;
    padding: 15px 15px 10px;
  }
  .campaign-slider-section .tel-wrapper .tel-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .campaign-slider-section .tel-wrapper .tel-text img {
    width: 15px;
    margin-right: 3px;
  }
  .campaign-slider-section .tel-wrapper .tel-number {
    margin-left: 15px;
    font-size: 1.5rem;
  }
}

.result {
  padding: 50px 0 100px;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .result {
    padding: 50px 0 60px;
  }
}
.result h2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: clamp(1rem, 0.588rem + 1.88vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .result h2 {
    margin-bottom: 50px;
  }
}
.result h2 span {
  position: relative;
  color: #0a6f3a;
  font-size: clamp(1.75rem, 1.441rem + 1.41vw, 2.5rem);
}
.result h2::before {
  content: "";
  width: 42px;
  background: url(../images/laurel_l.svg) no-repeat center center/contain;
}
.result h2::after {
  content: "";
  width: 42px;
  background: url(../images/laurel_r.svg) no-repeat center center/contain;
}
.result .pc-only .result-list {
  display: flex;
  gap: 55px 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.result .pc-only .result-list .result-item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  position: relative;
}
.result .pc-only .result-list .result-item .result-item-icon {
  position: absolute;
  top: -35px;
  left: -19px;
  width: 113px;
  height: 113px;
}
.result .pc-only .result-list .result-item .result-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0a6f3a;
  border-radius: 0 0 15px 15px;
}
.result .pc-only .result-list .result-item .result-item-text .result-item-text__sub {
  font-weight: 900;
  font-size: 1.25rem;
}
.result .pc-only .result-list .result-item .result-item-text .result-item-text__title {
  font-size: 1.75rem;
  font-weight: 900;
}
.result .pc-only .result-list .result-item:first-child {
  width: 100%;
  flex-direction: row-reverse;
}
.result .pc-only .result-list .result-item:first-child .result-item-img {
  width: 47%;
}
.result .pc-only .result-list .result-item:first-child .result-item-icon {
  top: -38px;
  left: -20px;
  width: 156px;
  height: 156px;
}
.result .pc-only .result-list .result-item:first-child .result-item-text {
  border-radius: 15px 0 0 15px;
  padding-left: 7%;
}
.result .pc-only .result-list .result-item:first-child .result-item-text .result-item-text__sub {
  font-size: 1.375rem;
}
.result .pc-only .result-list .result-item:first-child .result-item-text__title {
  font-size: 2.25rem;
}
.result .pc-only .result-list .result-item:first-child .result-item-text__title small {
  font-size: 1.75rem;
}
@media screen {
  .result .result-slider {
    overflow: visible;
    margin-bottom: 20px;
  }
  .result .sp-only .result-list .swiper-slide {
    width: 80%;
  }
  .result .sp-only .result-list .result-item {
    position: relative;
  }
  .result .sp-only .result-list .result-item .result-item-icon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .result .sp-only .result-list .result-item .result-item-img {
    aspect-ratio: 960/520;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px 15px 0 0;
  }
}
@media screen {
  .result .sp-only .result-list .result-item .result-item-text {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0a6f3a;
    border-radius: 0 0 15px 15px;
    margin-top: -4px;
  }
  .result .sp-only .result-list .result-item .result-item-text .result-item-text__sub {
    font-weight: 900;
    font-size: 0.875rem;
  }
  .result .sp-only .result-list .result-item .result-item-text .result-item-txt__title {
    font-size: 1.25rem;
    font-weight: 900;
  }
}
.result p.font-green {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.088rem + 1.88vw, 2.5rem);
}

.review {
  padding: 80px 0;
}
.review .review-result {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .review .review-result {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.review .review-result .review-result-item {
  color: #0a6f3a;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.review .review-result .review-result-item::before {
  content: "";
  width: 42px;
  height: 100%;
  background: url(../images/laurel_l.svg) no-repeat center center/contain;
}
.review .review-result .review-result-item::after {
  content: "";
  width: 42px;
  height: 100%;
  background: url(../images/laurel_r.svg) no-repeat center center/contain;
}
.review .review-result .review-result-item .review-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 3行で省略 */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .review .review-result .review-result-item::before, .review .review-result .review-result-item::after {
    width: 32px;
    height: 64px;
  }
}
.review .review-result .review-result-item .before {
  font-size: clamp(1.125rem, 0.765rem + 1.65vw, 2rem);
  position: relative;
  bottom: 0.8rem;
}
.review .review-result .review-result-item .num {
  font-family: "Outfit", "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(2.875rem, 2.07rem + 3.68vw, 4.83rem);
}
.review .review-result .review-result-item small {
  font-size: clamp(1.125rem, 0.765rem + 1.65vw, 2rem);
}
.review .review-result .review-result-item .after {
  font-size: clamp(1.875rem, 1.36rem + 2.35vw, 3.125rem);
}
.review .review-result .review-result-item .note-no {
  position: absolute;
  font-size: 0.611rem;
  font-weight: 500;
  right: 167px;
  bottom: 48px;
}
.review .review-result + .font-green {
  font-size: clamp(1.375rem, 1.118rem + 1.18vw, 2rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.review #ratingSummary,
.review #cacheInfo,
.review #map {
  width: 0;
  height: 0;
  visibility: hidden;
}
.review .reviews-carousel {
  border-radius: 20px;
}
.review .reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review .review-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 25px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.review .review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.review .reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .reviewer-info {
  flex: 1;
}
.review .reviewer-name {
  font-weight: 600;
  margin-bottom: 4px;
  color: #202124;
  font-size: 15px;
}
.review .review-date {
  color: #5f6368;
  font-size: 13px;
}
.review .review-stars {
  color: #fbbc04;
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.review .review-text {
  color: #3c4043;
  line-height: 1.6;
  font-size: 14px;
}
.review .cache-info {
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  background: #e8f0fe;
  border-radius: 12px;
  font-size: 13px;
  color: #1967d2;
}
.review .loading {
  text-align: center;
  padding: 60px;
  color: #666;
  font-size: 16px;
}
.review .error {
  text-align: center;
  padding: 40px;
  background: #fce8e6;
  color: #c5221f;
  border-radius: 12px;
  margin: 20px 0;
}
.review .g-blue {
  color: #4285f4;
}
.review .g-red {
  color: #ea4335;
}
.review .g-yellow {
  color: #fbbc04;
}
.review .g-green {
  color: #34a853;
}
@media (max-width: 768px) {
  .review .rating-summary,
  .review .reviews-carousel {
    padding: 25px;
  }
  .review .google-logo {
    font-size: 24px;
  }
  .review .reviews-grid {
    grid-template-columns: 1fr;
  }
}
.review .note {
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .review .note {
    text-align: center;
  }
}

.shop-info {
  padding: 80px 0;
  background: #43B45B;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .shop-info {
    padding: 50px 0;
  }
}
.shop-info .container {
  display: flex;
  gap: 35px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .shop-info .container {
    flex-direction: column;
    gap: 20px;
  }
}
.shop-info h2 {
  font-size: clamp(1.375rem, 1.118rem + 1.18vw, 2rem);
  font-weight: 900;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 20px;
  text-align: left;
}
.shop-info .shop-info-address {
  margin-bottom: 16px;
}
.shop-info .shop-access-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .shop-info .shop-access-list {
    font-size: 12px;
  }
}
.shop-info .shop-access-list li {
  display: flex;
  color: #4A4A4A;
}
.shop-info .shop-access-list li:not(:last-child) {
  margin-bottom: 10px;
}
.shop-info .shop-access-list li span:first-child {
  background: #0a6f3a;
  color: #fff;
  padding: 5px 5px;
  width: 104px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop-info .shop-access-list li span:first-child {
    width: 75px;
  }
}
.shop-info .shop-access-list li span:last-child {
  padding: 5px 15px;
  background: #fff;
}
.shop-info table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
  margin-top: 39px;
  margin-bottom: 20px;
}
.shop-info table th,
.shop-info table td {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .shop-info table th,
  .shop-info table td {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.shop-info .shop-info-note-wrapper {
  background: #fff;
  color: #0a6f3a;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .shop-info .shop-info-note-wrapper {
    padding: 8px 12px;
    flex-direction: column;
    gap: 10px;
  }
}
.shop-info .shop-info-note-wrapper .shop-info-note-title {
  font-weight: 700;
  color: #0a6f3a;
  text-align: center;
}
.shop-info .shop-info-note-wrapper .shop-info-note-text {
  font-size: 0.875rem;
  flex: 1;
}
.shop-info .shop-slider-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .shop-info .shop-slider-wrap {
    width: 100%;
  }
}
.shop-info .shop-slider-wrap .swiper .swiper-button-prev,
.shop-info .shop-slider-wrap .swiper .swiper-button-next {
  background-color: #0a6f3a;
}

.shop-about {
  padding: 100px 0;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .shop-about {
    padding: 50px 0;
  }
}
.shop-about .container {
  display: flex;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .shop-about .container {
    flex-direction: column;
    gap: 10px;
  }
}
.shop-about .container img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .shop-about .container img {
    width: 100%;
  }
}
.shop-about .container h2 {
  text-align: left;
}
.shop-about .container h2::after {
  left: 0;
  transform: none;
}
@media screen and (max-width: 768px) {
  .shop-about .container h2 {
    text-align: center;
  }
  .shop-about .container h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.shop-about .container table tr th,
.shop-about .container table tr td {
  padding: 10px;
  border-bottom: 1px solid #C8E1CE;
}
.shop-about .container table tr th {
  width: 31%;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .shop-about .container table tr th,
  .shop-about .container table tr td {
    font-size: 12px;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }
  .shop-about .container table tr td {
    border-bottom: 1px solid #C8E1CE;
    padding-top: 0;
  }
}

.reason-bg {
  background: url("../images/reason_bg.webp") bottom center/cover no-repeat;
  padding: 120px 0 100px;
  margin-top: -100px;
}
.reason-bg .reason {
  background: none;
}
.reason-bg .text-center {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.941rem + 1.41vw, 2rem);
  color: #0a6f3a;
  padding-top: 10px;
}
.reason-bg .text-center span {
  font-size: clamp(1rem, 0.794rem + 0.94vw, 1.5rem);
  color: #43B45B;
}

.point {
  padding-bottom: 100px;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .point {
    padding-bottom: 50px;
  }
}
.point .container {
  max-width: 1230px;
}
.point h2 {
  color: #0a6f3a;
  font-weight: 500;
  font-size: 1.875rem;
}
.point ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .point ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.point ul li {
  background: #0a6f3a;
  color: #fff;
  padding: 10px;
  width: calc((100% - 60px) / 3);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .point ul li {
    width: calc(50% - 10px);
    padding: 5px;
  }
}
.point ul li .point-list-item__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.point ul li .point-list-item__wrapper .point-no {
  font-family: "Outfit", "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.544rem + 0.94vw, 1.25rem);
}
.point ul li .point-list-item__wrapper .point-no span {
  font-size: clamp(1.25rem, 0.993rem + 1.18vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .point ul li .point-list-item__wrapper .point-no {
    gap: 10px;
  }
}
.point ul li .point-list-item__wrapper .point-text {
  text-align: center;
  font-weight: 900;
  font-size: clamp(0.875rem, 0.703rem + 0.78vw, 1.292rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.point ul li .point-list-item__wrapper .point-text b {
  color: #F8E895;
}

.locations-map {
  padding: 100px 0;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .locations-map {
    padding: 50px 0;
  }
}
.locations-map h3.border {
  border-bottom: 1px solid #0a6f3a;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.221rem + 0.71vw, 1.75rem);
  color: #0a6f3a;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.locations-map h3.border::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #0a6f3a;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.locations-map #shop-map {
  margin-bottom: 100px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .locations-map #shop-map {
    margin-top: 50px;
    height: 400px;
  }
}
.locations-map .access-from-far-wrapper {
  background: #fff;
  padding: 40px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .locations-map .access-from-far-wrapper {
    padding: 30px 20px;
  }
}
.locations-map .access-from-far-wrapper .access-from-far-title {
  font-weight: 700;
  font-size: clamp(1.375rem, 1.221rem + 0.71vw, 1.75rem);
  color: #0a6f3a;
  text-align: center;
  margin-bottom: 20px;
}

.locations-menu {
  padding: 192px 0 100px;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .locations-menu {
    padding: 80px 0 50px;
  }
}
.locations-menu .catch-en {
  top: 85px;
}
@media screen and (max-width: 768px) {
  .locations-menu .catch-en {
    display: none;
  }
}
.locations-menu .menu-list {
  list-style: none;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .locations-menu .menu-list {
    margin: 0 0 20px;
  }
}
.locations-menu .menu-list li {
  background: #fff;
  padding: 40px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .locations-menu .menu-list li {
    padding: 20px 20px;
  }
}
.locations-menu .menu-list li:not(:last-child) {
  margin-bottom: 20px;
}
.locations-menu .menu-list li .menu-title {
  font-weight: 900;
  font-size: clamp(1.25rem, 1.044rem + 0.94vw, 1.75rem);
  color: #0a6f3a;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .locations-menu .menu-list li .menu-title {
    margin-bottom: 10px;
  }
}
.locations-menu .menu-list li .menu-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .locations-menu .menu-list li .menu-content {
    flex-direction: column;
    gap: 20px;
  }
}
.locations-menu .menu-list li .menu-content .menu-text {
  line-height: 1.6;
  flex: 1;
}
.locations-menu .menu-list li .menu-content .menu-price-wrapper {
  text-align: right;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .locations-menu .menu-list li .menu-content .menu-price-wrapper {
    margin: 0 0 0 auto;
  }
}
.locations-menu .menu-list li .menu-content .menu-price-wrapper .menu-price {
  font-weight: 700;
  font-size: 1.75rem;
}
.locations-menu .menu-list li .menu-content .menu-price-wrapper .menu-price .unit {
  font-weight: 900;
  font-size: 1rem;
}
.locations-menu .menu-list li .menu-content .menu-price-wrapper .menu-price-sale {
  font-weight: 700;
  font-size: 2.125rem;
  color: #FF7700;
}
.locations-menu .menu-list li .menu-content .menu-price-wrapper .menu-price-sale small {
  font-weight: 900;
  font-size: 1rem;
  margin-right: 3px;
}
.locations-menu .menu-list li .menu-content .menu-price-wrapper .menu-price-sale .unit {
  font-weight: 900;
  font-size: 1rem;
}
.locations-menu .insurance-wrapper {
  border: 2px solid #0a6f3a;
  padding: 25px 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .locations-menu .insurance-wrapper {
    padding: 20px 20px;
  }
}
.locations-menu .insurance-wrapper .insurance-title {
  font-weight: 600;
  font-size: 1.75rem;
  color: #0a6f3a;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .locations-menu .insurance-wrapper .insurance-title {
    margin-bottom: 10px;
    text-align: center;
  }
}
.locations-menu .insurance-wrapper ul {
  margin-bottom: 20px;
}
.locations-menu .insurance-wrapper ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #C8E1CE;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .locations-menu .insurance-wrapper ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.locations-menu .insurance-wrapper .note {
  text-align: right;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .locations-menu .insurance-wrapper .note {
    text-align: left;
  }
}

.profile {
  padding-bottom: 80px;
}
.profile .profile-header {
  position: relative;
  margin-bottom: 60px;
  background: linear-gradient(#F4F8F7 180px, transparent 180px);
}
@media screen and (max-width: 768px) {
  .profile .profile-header {
    background: linear-gradient(#F4F8F7 100px, transparent 100px);
  }
}
.profile .profile-header .profile-header-inner {
  height: 411px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: calc(50% + 40px);
}
@media screen and (max-width: 768px) {
  .profile .profile-header .profile-header-inner {
    padding-left: 0;
    height: auto;
  }
}
.profile .profile-header h2 {
  text-align: left;
  margin-bottom: 20px;
}
.profile .profile-header h2::after {
  left: 0;
  transform: none;
}
.profile .profile-header .profile-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 411px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 30px 30px 0;
}
.profile .profile-header .profile-name-wrapper .profile-sub {
  font-weight: 700;
  margin-bottom: 10px;
}
.profile .profile-header .profile-name-wrapper .profile-name {
  font-weight: 700;
  font-size: 2rem;
}
.profile .profile-header .profile-name-wrapper .profile-name .kana {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .profile .profile-header .profile-header-inner {
    height: auto;
    flex-direction: column;
    justify-content: start;
  }
  .profile .profile-header .profile-header-inner .profile-img {
    width: calc(100vw - 20px);
    height: 200px;
    position: relative;
    left: -20px;
    margin-bottom: 20px;
  }
}
.profile .profile-text h2 {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 700;
  -moz-outline-radius-topright: 1.875rem;
  border-bottom: 2px solid #0a6f3a;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  clear: both;
  color: #0a6f3a;
}
.profile .profile-text h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #0a6f3a;
}
.profile .profile-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 7px 15px;
  text-align: left;
  border-left: 5px solid #0a6f3a;
  background: #fff;
  clear: both;
}
.profile .profile-text p:has(+ h1) {
  margin-bottom: 80px;
}
.profile .profile-text p:has(+ h2),
.profile .profile-text p:has(+ h3) {
  margin-bottom: 40px;
}

.staff {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 0 0 50px;
  }
}
.staff h2 {
  color: #0a6f3a;
  font-weight: 500;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .staff .staff-slider {
    padding: 0 20px;
  }
}
.staff .staff-slider .swiper-slide {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .staff .staff-slider .swiper-slide {
    max-width: 100%;
  }
}
.staff .staff-slider .staff-item {
  background: #F4F8F7;
  position: relative;
}
.staff .staff-slider .staff-item .staff-item-text {
  padding: 20px 30px 30px;
}
.staff .staff-slider .staff-item .staff-item-text .staff-title {
  color: #0a6f3a;
  font-weight: 900;
  font-size: 1.375rem;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff .staff-slider .staff-item .staff-item-text .staff-title {
    -webkit-line-clamp: 2;
  }
}
.staff .staff-slider .staff-item .staff-item-text .staff-licese {
  font-weight: 500;
  font-size: 0.875rem;
}
.staff .staff-slider .staff-item .staff-item-text .staff-name {
  font-weight: 900;
  font-size: 1.125rem;
}
.staff .swiper .swiper-button-area {
  margin-top: 40px;
}

.staff-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.staff-modal.is-open {
  display: block;
}

.staff-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.staff-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 1240px);
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .staff-modal__panel {
    width: calc(100% - 40px);
    height: calc(100vh - 100px);
    top: 20px;
    transform: translateX(-50%);
    padding: 45px 20px 20px;
    overflow-y: scroll;
  }
}

.staff-modal__body {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
}
.staff-modal__body .staff-modal__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .staff-modal__body .staff-modal__img {
    width: 100%;
  }
}
.staff-modal__body .staff-modal__text .staff-modal__catch {
  color: #0a6f3a;
  font-weight: 900;
  font-size: clamp(1.125rem, 0.868rem + 1.18vw, 1.75rem);
  line-height: 1.6;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0a6f3a;
}
@media screen and (max-width: 768px) {
  .staff-modal__body .staff-modal__text .staff-modal__catch {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}
.staff-modal__body .staff-modal__text .modal__post {
  font-size: 0.875rem;
  font-weight: 500;
}
.staff-modal__body .staff-modal__text .staff-modal__name {
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff-modal__body {
    flex-direction: column;
    gap: 15px;
  }
}

.staff-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

body.is-modal-open {
  overflow: hidden;
}

.locations-view {
  padding: 100px 0 0;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .locations-view {
    padding: 50px 0 0;
  }
}
.locations-view .gallery {
  width: 100%;
}
.locations-view .gallery-main {
  width: 100%;
}
.locations-view .gallery-main .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations-view {
  /* thumbs */
}
.locations-view .gallery-thumbs {
  margin-top: 12px;
}
.locations-view .gallery-thumbs .swiper-wrapper {
  justify-content: center;
  /* 5枚未満なら中央寄せになる */
}
.locations-view .gallery-thumbs .swiper-slide {
  flex: 0 0 calc((100% - 48px) / 5) !important;
  max-width: 180px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .locations-view .gallery-thumbs .swiper-slide {
    flex: 0 0 calc((100% - 20px) / 3) !important;
    max-width: none;
  }
}
.locations-view .gallery-thumbs .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu {
  background: #F4F8F7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 60px 0;
  }
  .menu h2 + p.text-center {
    text-align: left;
  }
}

.case {
  background: #F4F8F7;
  padding: 120px 0 20px;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 50px 0 20px;
  }
}
.case h2 + p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .case h2 + p {
    margin-bottom: 20px;
    text-align: left;
  }
}

.voice {
  background: #F4F8F7;
  padding-bottom: 80px;
}
.voice .container {
  max-width: 1200px;
}
.voice .voice-title {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .voice .voice-title {
    gap: 0;
    margin-bottom: 10px;
  }
  .voice .voice-title img {
    width: 50%;
  }
}
.voice .voice-title .voice-title-text {
  text-align: center;
}
.voice .voice-title .voice-title-text .font-green {
  font-weight: 900;
  font-size: 1.75rem;
  background: url(../images/voice_title03.svg) no-repeat center bottom/contain;
  padding: 0 20px 30px;
  margin-bottom: 17px;
}
.voice .voice-title .voice-title-text .font-green .text-num {
  font-size: 2.8rem;
}
.voice .voice-title .voice-title-text h2 {
  margin-bottom: 10px;
}
.voice .voice-title .voice-title-text h2 + p {
  font-weight: 400;
}
.voice p.sp-only {
  text-align: center;
}
.voice .voice-slider {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .voice .voice-slider {
    margin-top: 20px;
  }
}

.faq {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
}

.selection {
  padding: 120px 0 100px;
  background: url("../images/locations/point_bg.webp") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .selection {
    padding: 80px 0 60px;
  }
  .selection .catch-en {
    top: 50px;
  }
}
.selection h2 {
  color: #0a6f3a;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.982rem + 1.43vw, 1.875rem);
}
.selection .point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .selection .point-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.selection .point-list .point-item .point-item-title {
  font-weight: 900;
  font-size: 1.125rem;
  color: #fff;
  background: #0a6f3a;
  padding: 12px 20px;
  position: relative;
  z-index: 2;
  margin-bottom: -25px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .selection .point-list .point-item .point-item-title {
    width: 100%;
  }
}
.selection .point-list .point-item .point-item-content {
  background: #fff;
  font-size: 1rem;
  padding: 45px 20px 20px;
  line-height: 1.6;
  font-weight: 600;
}
.selection .point-message {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border: 3px solid #0a6f3a;
  padding: 7px 11px;
  background: #fff;
}
.selection .point-message .point-message-inner {
  border: 1px solid #0a6f3a;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .selection .point-message .point-message-inner {
    font-size: 16px;
    text-align: left;
  }
}
.selection .point-message .point-message-inner span {
  font-weight: 900;
  color: #D0C178;
}

.switch {
  padding: 100px 0 40px;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .switch {
    padding: 50px 0 20px;
  }
}
.switch .switch-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .switch .switch-list {
    flex-direction: column;
    gap: 10px;
  }
}
.switch .switch-list .switch-item {
  width: calc((100% - 40px) / 3);
  padding: 9px 10px;
  background: #0a6f3a;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  .switch .switch-list .switch-item {
    width: 100%;
    aspect-ratio: 335/105;
  }
}
.switch .switch-list .switch-item .switch-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  height: 100%;
}
.switch .switch-list .switch-item p {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .switch .switch-list .switch-item p {
    font-size: 16px;
  }
}
.switch .switch-list .switch-item span {
  color: #F8E895;
}
.switch p.text-center {
  text-align: left;
}

.aproach {
  padding: 53px 0 120px;
  position: relative;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .aproach {
    padding: 53px 0 60px;
  }
}
.aproach .aproach-img {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .aproach .aproach-img {
    width: calc(100vw - 20px);
    position: relative;
    left: -20px;
  }
}
.aproach .aproach-wrapper {
  position: relative;
  z-index: 2;
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.8);
  width: 70%;
  padding: 55px;
}
@media screen and (max-width: 768px) {
  .aproach .aproach-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.aproach .aproach-wrapper h2 {
  background: linear-gradient(90deg, #006931 0%, rgba(0, 105, 49, 0) 100%);
  padding: 7px 30px;
  text-align: left;
  position: relative;
  left: -55px;
  margin-bottom: 22px;
  font-size: clamp(1.25rem, 1.044rem + 0.94vw, 1.75rem);
  color: #fff;
}
.aproach .aproach-wrapper .aproach-catch {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a6f3a;
  margin-bottom: 16px;
}

.guide {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .guide {
    padding: 60px 0;
  }
}
.guide h2 {
  color: #0a6f3a;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .guide h2 span {
    font-size: 14px;
  }
}
.guide .guide-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.guide .guide-wrapper h3 {
  color: #0a6f3a;
  font-size: clamp(1.25rem, 1.044rem + 0.94vw, 1.75rem);
  font-weight: 900;
  position: relative;
  border-bottom: 2px solid #0a6f3a;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.guide .guide-wrapper h3 span {
  font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
  font-weight: 600;
  color: #4A4A4A;
}
.guide .guide-wrapper h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 4px;
  background: #0a6f3a;
}
.guide .guide-wrapper .guide-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .guide .guide-wrapper .guide-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.guide .guide-wrapper .guide-inner .guide-content {
  flex: 1;
}
.guide .guide-wrapper .guide-inner .guide-content + p {
  margin-bottom: 16px;
}
.guide .guide-wrapper .guide-inner .guide-content ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 15px;
}
.guide .guide-wrapper .guide-inner .guide-content ul li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .guide .guide-wrapper .guide-inner .guide-content ul li {
    flex-direction: column;
  }
}
.guide .guide-wrapper .guide-inner .guide-content ul li .guide-point-icon {
  font-weight: 900;
  color: #fff;
  background: #0a6f3a;
  padding: 16px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide .guide-wrapper .guide-inner .guide-content ul li .guide-point-icon {
    padding: 8px;
    width: 100%;
  }
}
.guide .guide-wrapper .guide-inner .guide-content ul li .guide-point-text {
  flex: 1;
  padding: 10px 10px 10px 20px;
  background: #F4F8F7;
}
.guide .guide-wrapper .guide-inner > img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .guide .guide-wrapper .guide-inner > img {
    width: 100%;
  }
}
.guide .point-message {
  width: 100%;
  max-width: 760px;
  margin: 60px auto 0;
  border: 3px solid #0a6f3a;
  padding: 7px 11px;
  background: #fff;
}
.guide .point-message .point-message-inner {
  border: 1px solid #0a6f3a;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .guide .point-message .point-message-inner {
    text-align: left;
  }
}
.guide .point-message .point-message-inner span {
  font-weight: 900;
  color: #D0C178;
}

.column .column-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .column .column-wrapper {
    margin-bottom: 30px;
  }
}
.column .item-link {
  text-align: center;
}

.index-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 499;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-button {
    width: 100px;
    bottom: 60px;
    right: 10px;
  }
}

.side-menu {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: transform 0.3s ease;
  padding: 70px 60px;
}
@media screen and (max-width: 768px) {
  .side-menu {
    padding: 30px 60px;
  }
}
.side-menu.active {
  transform: translateX(-300px);
}
.side-menu ul li a {
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .side-menu ul li a {
    padding: 7px 0;
  }
}
.side-menu .close-btn {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  float: right;
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

#menu-overlay.active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=locations.css.map */