@charset "UTF-8";
/*! Writen by SCSS */
.container.w1342 {
  max-width: 1342px; }

body, .site-wrapper {
  background-color: #f2f2f2 !important;
  color: #1a1a1a !important; }

.footer {
  background-color: #333333 !important; }

.members-section {
  padding: 240px 20px 80px !important;
  background: #f2f2f2;
  scroll-margin-top: 160px; }

.members-section.alt-bg {
  background: #ffffff; }

.members-section-header {
  text-align: center;
  margin-bottom: 50px; }

.members-section-header h2 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  display: inline-block;
  position: relative; }

.members-section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #26a69a; }

/* Plan & Price Cards */
.plan-price-grid {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto; }

.plan-price-grid.col4 {
  max-width: 1342px; }

@media screen and (min-width: 768px) {
  .plan-price-grid.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    .plan-price-grid.col3 .plan-card {
      flex: 1 1 300px;
      max-width: 315px;
      /* お好み */ }
    .plan-price-grid.col3 .col1 {
      width: 100%; }
      .plan-price-grid.col3 .col1 h3 {
        max-width: 400px; }
    .plan-price-grid.col3 .ex_plan1 {
      max-width: 315px;
      width: 100%; } }

.plan-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column; }

.plan-card-header {
  background: #f9f9f9;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0; }
  .plan-card-header.bg2 {
    background: var(--accent-color);
    background: #26a69a; }
    .plan-card-header.bg2 .plan-card-title {
      color: #fff !important; }

.plan-card-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin: 0;
  font-weight: bold; }

.plan-card-title span {
  font-size: 1rem;
  margin-left: 5px; }

.plan-card-price {
  padding: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center; }

.plan-card-price strong {
  font-size: 2rem;
  color: #ff6b6b;
  font-weight: 900 !important; }

.plan-card-catch {
  background: #26a69a;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center; }

.plan-card-catch p {
  color: #ffffff !important;
  margin: 0 !important; }

.plan-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover; }

.plan-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column; }

.plan-layout-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1; }

.plan-layout-sub {
  text-align: center;
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 58px; }

.plan-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px dashed #e0e0e0; }

.plan-details li {
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: baseline; }

.plan-details span:first-child {
  width: 70px;
  font-size: 0.9rem;
  width: 60px;
  font-size: 0.7rem;
  color: #666666; }

.plan-details strong {
  font-size: 1.2rem;
  color: #1a1a1a;
  margin: 0 5px auto; }

.plan-btn-wrap {
  text-align: center; }

.plan-btn {
  display: inline-block;
  background: #26a69a;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease; }

.plan-btn:hover {
  background: #1e877e; }

.plan-card-header {
  text-align: center;
  padding: 15px 10px;
  border-bottom: 2px solid #666666; }

.plan-card-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin: 0;
  font-weight: bold; }

.plan-card-title span {
  font-size: 1rem; }

.plan-card-price {
  text-align: center;
  padding: 15px 10px;
  font-size: 1.1rem;
  color: #1a1a1a; }

.plan-card-price strong {
  font-size: 1.8rem;
  margin: 0 5px;
  color: #ff6b6b; }

.plan-card-price span {
  font-size: 0.9rem; }

.plan-card-catch {
  background: #26a69a;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 600;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center; }

.plan-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover; }

.plan-card-body {
  padding: 25px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column; }

.plan-layout-title {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
  letter-spacing: 0.1em; }

.plan-layout-sub {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.4;
  margin-bottom: 25px;
  min-height: 64px; }

.plan-details {
  list-style: none;
  padding: 0;
  margin: 0 auto 25px auto;
  text-align: left;
  display: inline-block; }

.plan-details li {
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 8px; }

.plan-details li:last-child {
  margin-bottom: 0; }

.plan-details strong {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 5px;
  color: #1a1a1a; }

.plan-details span {
  font-size: 0.9rem;
  font-size: 0.8rem; }

.plan-btn-wrap {
  margin-top: auto; }

.plan-btn {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  background: #26a69a;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px; }

.plan-btn::after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.plan-btn:hover {
  background: #1e877e; }

.ex_plan1 {
  grid-column: 1 / -1;
  max-width: 300px;
  margin: 0 auto;
  width: 100%; }

/*@media screen and (max-width: 1024px) {
    .<strong>plan-price-grid</strong>.col4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .plan-price-grid.col4 {
        grid-template-columns: 1fr;
    }
}*/
.contact-phone, .contact-phone i {
  color: var(--accent-color) !important; }

.contact-banner {
  background-color: #26a69a !important;
  color: #ffffff !important;
  border-color: #1e877e !important; }

.contact-banner h3 {
  color: #ffffff !important; }

.contact-card {
  background-color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0; }

.contact-card h4 {
  color: #1a1a1a !important; }

.footer {
  background-color: #333333 !important; }

/* Remove dark theme specifics for header */
.scroll-top {
  background-color: var(--accent-color) !important;
  color: #111111 !important; }

.scroll-top:hover {
  background-color: #d4ff33 !important; }

/* Gallery Grid */
.gallery-lot-block {
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.gallery-lot-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 4px solid #26a69a; }

/* Slick Gallery Styles */
.slider-main {
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  /* 追加：はみ出し防止 */ }

.slider-main .slick-slide {
  position: relative;
  outline: none; }

.slider-main img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  margin: 0 auto;
  display: block;
  /* 追加 */ }

.slider-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin: 0;
  pointer-events: none;
  z-index: 10;
  /* 追加 */ }

.slider-nav {
  margin: 0 -5px;
  overflow: hidden;
  /* 追加：はみ出し防止 */ }

.slider-nav .slick-slide {
  padding: 0 5px;
  cursor: pointer;
  outline: none;
  /* 追加 */ }

.slider-nav img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  display: block;
  /* 追加 */ }

.slider-nav .slick-current img,
.slider-nav .slick-slide:hover img {
  opacity: 1; }

/* 汎用ボタンスタイルのリセット (slick-arrow) */
.gallery-slider-wrap button.slick-arrow,
.gallery-slider-wrap button.slick-prev,
.gallery-slider-wrap button.slick-next {
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
  color: transparent !important;
  padding: 0 !important;
  min-width: 0 !important;
  width: 40px !important;
  height: 40px !important;
  transform: translateY(-50%) !important;
  border-radius: 0 !important;
  z-index: 20 !important;
  /* 前面に出す */
  letter-spacing: 0 !important;
  position: absolute !important;
  top: 50% !important;
  margin: 0 !important;
  display: block !important; }

.gallery-slider-wrap button.slick-arrow:hover,
.gallery-slider-wrap button.slick-prev:hover,
.gallery-slider-wrap button.slick-next:hover,
.gallery-slider-wrap button.slick-arrow:focus,
.gallery-slider-wrap button.slick-prev:focus,
.gallery-slider-wrap button.slick-next:focus {
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
  outline: none !important; }

.gallery-slider-wrap .slick-prev {
  left: -40px !important;
  right: auto !important; }

.gallery-slider-wrap .slick-next {
  right: -40px !important;
  left: auto !important; }

/* フォントアイコンの読み込みに対応 */
.gallery-slider-wrap .slick-prev:before {
  content: '\f104' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  color: #1a1a1a !important;
  font-size: 35px !important;
  opacity: 1 !important;
  display: block; }

.gallery-slider-wrap .slick-next:before {
  content: '\f105' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  color: #1a1a1a !important;
  font-size: 35px !important;
  opacity: 1 !important;
  display: block; }

@media screen and (max-width: 768px) {
  .gallery-slider-wrap button.slick-prev {
    left: 5px !important; }

  .gallery-slider-wrap button.slick-next {
    right: 5px !important; }

  .gallery-slider-wrap .slick-prev:before,
  .gallery-slider-wrap .slick-next:before {
    font-size: 20px !important;
    color: white !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1 !important; }

  .slider-nav img {
    height: 60px; }

  .gallery-slider-wrap button.slick-arrow,
  .gallery-slider-wrap button.slick-prev,
  .gallery-slider-wrap button.slick-next {
    width: 34px !important;
    height: 34px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    color: transparent !important; }

  .gallery-slider-wrap button.slick-arrow:hover,
  .gallery-slider-wrap button.slick-prev:hover,
  .gallery-slider-wrap button.slick-next:hover,
  .gallery-slider-wrap button.slick-arrow:focus,
  .gallery-slider-wrap button.slick-prev:focus,
  .gallery-slider-wrap button.slick-next:focus {
    background: rgba(0, 0, 0, 0.4) !important; }

  .fv-msg-text {
    font-size: 0.95rem !important;
    word-break: normal !important;
    text-align: left !important;
    line-height: 1.8 !important; }

  .pc-only {
    display: none !important; }

  .members-section {
    padding: 140px 20px 60px !important;
    scroll-margin-top: 90px; } }
@media screen and (min-width: 769px) {
  #content-takuchi > div {
    max-width: 1000px !important; } }

.plan-map-wrapper {
  max-width: 1127px;
  margin: 0 auto 30px;
  background: white;
  padding: 20px;
  border-radius: 8px; }
  @media screen and (max-width: 480px) {
    .plan-map-wrapper {
      width: calc(100% + 80px);
      margin: 0 -40px 30px;
      padding: 15px 10px; } }
  .plan-map-wrapper .in {
    position: relative; }
    .plan-map-wrapper .in .box {
      position: relative; }
    .plan-map-wrapper .in .txt {
      top: 12%;
      left: 0;
      position: absolute;
      font-size: clamp(10px, calc(16vw / 11.27), 16px); }
      @media screen and (max-width: 480px) {
        .plan-map-wrapper .in .txt {
          position: static;
          text-align: center;
          width: 100%;
          font-size: calc(11vw / 3.9); } }
    .plan-map-wrapper .in .han {
      position: absolute;
      inset: 0;
      pointer-events: none; }
    .plan-map-wrapper .in .point li a {
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .plan-map-wrapper .in .point li a:hover {
        opacity: 1; }
      @media screen and (max-width: 480px) {
        .plan-map-wrapper .in .point li a img {
          display: none; } }
  .plan-map-wrapper .p212 {
    position: absolute;
    top: calc(380% / 9.68);
    left: calc(45% / 10.87);
    width: calc(25% / 10.87);
    height: calc(29% / 9.68); }
  .plan-map-wrapper .p2111 {
    position: absolute;
    top: calc(410% / 9.68);
    left: calc(21% / 10.87);
    width: calc(26% / 10.87);
    height: calc(28% / 9.68); }
  .plan-map-wrapper .p2112 {
    position: absolute;
    top: calc(410% / 9.68);
    left: calc(46% / 10.87);
    width: calc(25% / 10.87);
    height: calc(28% / 9.68); }
  .plan-map-wrapper .p2113 {
    position: absolute;
    top: calc(410% / 9.68);
    left: calc(71% / 10.87);
    width: calc(25% / 10.87);
    height: calc(28% / 9.68); }
  .plan-map-wrapper .p225 {
    position: absolute;
    top: calc(448% / 9.68);
    left: calc(117% / 10.87);
    width: calc(25% / 10.87);
    height: calc(29% / 9.68); }
  .plan-map-wrapper .p2106 {
    position: absolute;
    top: calc(699% / 9.68);
    left: calc(912% / 10.87);
    width: calc(33% / 10.87);
    height: calc(33% / 9.68); }

/*# sourceMappingURL=plans.css.map */
