@charset "UTF-8";
/*!
Theme Name: Cocoon Child 仏壇撤去
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.content {
  margin-top: 0;
}

.no-sidebar .content-in {
  width: 100%;
}

.main {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .main {
    padding: 0 !important;
  }
}

.header-in {
  width: 100%;
}

#header_contents {
  background-color: #5a2b82;
}

.tagline {
  text-align: left;
  font-size: 17px;
  margin: 0.6em auto;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .tagline {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .tagline {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tagline {
    font-size: 3.8vw;
  }
}

.logo-text {
  width: 30%;
  padding: 20px 0 20px;
}
@media screen and (max-width: 1024px) {
  .logo-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .logo-text {
    font-size: 1.5em;
    background-color: #79a7c7;
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .logo-text {
    padding: 0 0 20px;
  }
}

#header_contents, #header_main {
  display: flex;
}

#header_main {
  background-color: #fff;
}

.header_menu {
  width: 45%;
  margin: 15px 20px 0 0;
  display: flex;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1382px) {
  .header_menu {
    display: block;
    width: 55%;
    margin: 15px auto;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu {
    display: none;
  }
}

.header_txt, .header_phone, .contact-button {
  width: 33.3333333333%;
}
@media screen and (max-width: 1240px) {
  .header_txt, .header_phone, .contact-button {
    font-size: 1.3vw;
  }
}

.header_phone {
  font-weight: bold;
}

.contact-button {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #79A7C7;
  font-size: 12px;
  top: -5px;
  border: none;
  border-radius: 0.5em;
  padding: 0.5em 0.5em;
  font-weight: bold;
  box-shadow: 0 0.3em 0 #195580;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1240px) {
  .contact-button p {
    font-size: 1vw;
  }
}

/* Variables */
/* ========== ヒーローセクション (修正箇所) ========== */
.hero-section {
  display: flex;
  background-color: #f0e2ff;
  width: 100%;
}
.hero-section .mv_img {
  width: 1280px;
  min-height: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-section .mv_img {
    display: none;
  }
}
.hero-section .mv_img_mob {
  width: 100%;
  margin: 0 auto;
}

.hero-section .mv_img_mob img{
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-section .mv_img_mob {
    display: none;
  }
}

.hero-content {
  flex: 1 1 55%;
  padding: 40px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content .top-bar {
  font-size: 14px;
  background-color: #e9e9e9;
  padding: 6px 12px;
  border-radius: 15px;
  align-self: flex-start;
  margin-bottom: 20px;
}
.hero-content h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hero-content .subtitle {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.hero-content .price {
  text-align: right;
  color: #f58220;
  font-weight: bold;
}
.hero-content .price .price-number {
  font-size: 64px;
  font-family: "Arial Black", sans-serif;
  letter-spacing: -3px;
}
.hero-content .price .price-unit {
  font-size: 24px;
  margin-left: 5px;
}

.hero-image {
  flex: 1 1 45%;
}

/* ========== 以下、その他のコンテンツ ========== */
.main-content {
  padding: 0 15px;
  background-color: #fff;
}

.cta-materials {
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.cta-materials h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cta-button.orange-button {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f58220;
  color: #fff;
  border-bottom: 4px solid #d96d11;
}

.info-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.info-nav .nav-button {
  flex: 1 1 calc(50% - 10px);
  background-color: #fff;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.info-nav .nav-button::after {
  content: "▼";
  font-size: 10px;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.discount-banner {
  background-color: #5a2b82;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto;
}
.discount-banner span {
  font-size: 22px;
  color: #ffdd00;
}

.video-section {
  padding: 30px 0;
  margin: 0 -15px;
  padding: 30px 15px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.video-section .video-placeholder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  margin-bottom: 10px;
}
.video-section .video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 50px;
  background-color: #ff0000;
  border-radius: 10px;
}
.video-section .video-placeholder .play-button::after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid white;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.video-section .video-caption {
  font-size: 12px;
  color: #666;
}

.cta-line {
  background-color: #f0f0f0;
  margin: 0 -15px;
  padding: 20px 15px 30px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.cta-line .line-button {
  display: flex;
  align-items: center;
  background-color: #00b900;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
}
.cta-line .line-button .line-logo {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 15px;
  background-color: #fff;
  color: #00b900;
  border-radius: 5px;
  margin-right: 15px;
}
.cta-line .line-button .line-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cta-line .line-button .line-text .main-text {
  font-weight: bold;
  font-size: 15px;
}
.cta-line .line-button .line-text .sub-text {
  font-size: 12px;
  font-weight: bold;
}

/* ========== レスポンシブ対応 ========== */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
  }
  .hero-image {
    min-height: 250px;
    order: 1;
  }
  .hero-content {
    order: 2;
    padding: 30px 20px;
  }
}
/* Variables (このコンポーネントで使用する変数) */
/* 汎用スタイル (必要に応じて既存のスタイルと統合してください) */
a {
  text-decoration: none;
  color: inherit;
}

/*==============================================================
  Component: Consultation Section (butudann2) - 完全版
==============================================================*/
/* 必要な変数の定義 (本来はファイル上部で一元管理します) */
/* コンポーネントのスタイル */
.consultation-section {
  padding: 40px 20px; /* 全体コンテナの余白に合わせて調整 */
  max-width: 1000px;
  margin: 0 auto;
}
.consultation-section .section-title-bordered {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #3b5998;
  max-width: 900px;
}
.consultation-section .consultation-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.consultation-section .operator-image {
  flex: 0 0 200px;
}
.consultation-section .operator-image img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.consultation-section .consultation-info {
  flex: 1;
}
.consultation-section .contact-details {
  text-align: center;
  margin-bottom: 25px;
}
.consultation-section .nationwide-support {
  display: inline-block;
  background-color: #cdd7ec;
  border: 1px solid #3b5998;
  color: #3b5998;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 15px;
}
.consultation-section .phone-number {
  font-size: 36px;
  font-weight: bold;
  color: #3b5998;
  margin: 5px 0;
}
.consultation-section .reception-hours {
  font-size: 14px;
  margin-bottom: 10px;
}
.consultation-section .online-consult-button {
  display: block;
  background-color: #3b5998;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s;
}
.consultation-section .online-consult-button:hover {
  background-color: #2d4373;
}
.consultation-section .concerns-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.consultation-section .concerns-list li {
  background-color: #f7f9fc;
  border: 1px solid #e8eef8;
  border-radius: 5px;
  padding: 10px 15px 10px 35px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.consultation-section .concerns-list li::before {
  content: "✓";
  color: #3b5998;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.consultation-section .final-text {
  font-size: 14px;
  color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .consultation-section .consultation-content {
    flex-direction: column;
    align-items: center;
  }
  .consultation-section .operator-image {
    width: 150px;
    flex-basis: auto;
  }
}
/*==============================================================
  Component: Consultation Section (butudann2) - 完全版
==============================================================*/
/* 必要な変数の定義 (本来はファイル上部で一元管理します) */
/* コンポーネントのスタイル */
.consultation-section {
  padding: 40px 20px; /* 全体コンテナの余白に合わせて調整 */
}
.consultation-section .section-title-bordered {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #3b5998;
  max-width: 900px;
}
.consultation-section .consultation-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.consultation-section .operator-image {
  flex: 0 0 200px;
}
.consultation-section .operator-image img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.consultation-section .consultation-info {
  flex: 1;
}
.consultation-section .contact-details {
  text-align: center;
  margin-bottom: 25px;
}
.consultation-section .nationwide-support {
  display: inline-block;
  background-color: #cdd7ec;
  border: 1px solid #3b5998;
  color: #3b5998;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 15px;
}
.consultation-section .phone-number {
  font-size: 36px;
  font-weight: bold;
  color: #3b5998;
  margin: 5px 0;
}
.consultation-section .reception-hours {
  font-size: 14px;
  margin-bottom: 10px;
}
.consultation-section .online-consult-button {
  display: block;
  background-color: #3b5998;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s;
}
.consultation-section .online-consult-button:hover {
  background-color: #2d4373;
}
.consultation-section .concerns-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.consultation-section .concerns-list li {
  background-color: #f7f9fc;
  border: 1px solid #e8eef8;
  border-radius: 5px;
  padding: 10px 15px 10px 35px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.consultation-section .concerns-list li::before {
  content: "✓";
  color: #3b5998;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.consultation-section .final-text {
  font-size: 14px;
  color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .consultation-section .consultation-content {
    flex-direction: column;
    align-items: center;
  }
  .consultation-section .operator-image {
    width: 150px;
    flex-basis: auto;
  }
}
/* Blog Section */
.blog-section {
  margin-top: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.blog-section .blog-header {
  text-align: center;
  margin-bottom: 20px;
}
.blog-section .blog-subtitle {
  font-size: 16px;
  font-weight: bold;
}
.blog-section .blog-title {
  font-family: "Arial", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #3b5998;
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.blog-section .blog-card {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}
.blog-section .blog-card .card-content {
  padding: 10px;
}
.blog-section .blog-card time {
  font-size: 14px;
  color: #777;
}
.blog-section .blog-card .category {
  display: inline-block;
  background: #3b5998;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
}
.blog-section .blog-card .post-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.blog-section .view-all-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #3b5998;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
.blog-section .view-all-button .arrow {
  font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .consultation-section .consultation-content {
    flex-direction: column;
    align-items: center;
  }
  .consultation-section .operator-image {
    flex-basis: auto;
    width: 150px; /* Smaller image on mobile */
    margin-bottom: 20px;
  }
  .blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}
@media (max-width: 480px) {
  .blog-section .blog-grid {
    grid-template-columns: 1fr; /* 1 column on small phones */
  }
}
/* Reason Section Variables */
/* Reasons Section */
.reasons-section {
  padding: 40px 20px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.reasons-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.reasons-section .section-header .sub-heading {
  font-size: 14px;
  color: #666;
}
.reasons-section .section-header .main-heading {
  font-family: "Georgia", serif;
  font-size: 40px;
  color: #2c3e50;
  padding: 10px 0;
  margin-top: 5px;
  position: relative;
}
.reasons-section .section-header .main-heading::before, .reasons-section .section-header .main-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #e0e0e0;
}
.reasons-section .section-header .main-heading::before {
  top: 0;
}
.reasons-section .section-header .main-heading::after {
  bottom: 0;
}
.reasons-section .reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
.reasons-section .reason-item img {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.reasons-section .reason-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.reasons-section .reason-item h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #2c3e50;
  margin-right: 10px;
  flex-shrink: 0;
}
.reasons-section .reason-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.reasons-section .view-more-wrapper {
  text-align: center;
  margin-top: 40px;
}
.reasons-section .view-more-button {
  display: inline-block;
  background-color: #2c3e50;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.reasons-section .view-more-button:hover {
  background-color: #3e5871;
}

/* Responsive Adjustments for Reasons Section */
@media (max-width: 768px) {
  .reasons-section .reasons-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* Results Section Variables */
/* Results Section */
.results-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.results-section .section-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
.results-section .section-header .sub-heading {
  color: #555;
  font-size: 14px;
}
.results-section .section-header .main-heading {
  font-family: "Georgia", serif;
  font-size: 48px;
  color: #6a5acd;
  font-weight: bold;
}
.results-section .results-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.results-section .carousel-arrow {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #6a5acd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
  flex-shrink: 0;
}
.results-section .carousel-arrow:hover {
  background-color: #f1f1f1;
}
.results-section .results-grid-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f8f9fa;
}
.results-section .results-grid-wrapper::-webkit-scrollbar {
  height: 8px;
}
.results-section .results-grid-wrapper::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.results-section .results-grid-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.results-section .results-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 280px;
  gap: 20px;
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
}
.results-section .result-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.results-section .result-card .card-header {
  background-color: #6a5acd;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}
.results-section .result-card .card-header h3 {
  font-size: 16px;
  font-weight: bold;
}
.results-section .result-card .card-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.results-section .result-card .card-details {
  padding: 0;
}
.results-section .result-card .card-details dl {
  font-size: 14px;
  margin: 0;
}
.results-section .result-card .card-details .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
}
.results-section .result-card .card-details .detail-row dt {
  font-weight: bold;
  color: #333;
  margin-right: 10px;
  flex-shrink: 0;
}
.results-section .result-card .card-details .detail-row dd {
  color: #555;
  text-align: right;
}
.results-section .result-card .card-details .detail-row:last-child {
  border-bottom: none;
}
.results-section .result-card .card-details .detail-row.stacked {
  flex-direction: column;
  align-items: flex-start;
}
.results-section .result-card .card-details .detail-row.stacked dd {
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
.results-section .result-card .card-details .detail-row.stacked dd .detail-breakdown {
  display: block;
  font-size: 13px;
}
.results-section .result-card .card-details .detail-row.stacked dd .detail-breakdown.total {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #ccc;
}
.results-section .view-more-wrapper {
  text-align: center;
  padding: 0 20px;
}
.results-section .view-more-button {
  display: inline-block;
  background-color: #6a5acd;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s;
}
.results-section .view-more-button:hover {
  background-color: #4b39bb;
}

/* Responsive Adjustments for Results Section */
@media (max-width: 1100px) {
  .results-section .results-grid {
    grid-auto-columns: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .results-section .results-grid {
    grid-auto-columns: 300px;
  }
  .results-section .carousel-arrow {
    display: none;
  }
  .results-section .results-carousel {
    justify-content: flex-start;
  }
}
/* Service Section Variables */
/* Services Section */
.services-section {
  padding: 40px 20px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.services-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.services-section .section-header .sub-heading {
  font-size: 14px;
  color: #666;
}
.services-section .section-header .main-heading {
  font-family: "Georgia", serif;
  font-size: 48px;
  color: #6a5acd;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #e6e3f7;
  display: inline-block;
}
.services-section .service-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.services-section .service-item {
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.services-section .service-item:first-child {
  border-top: none;
  padding-top: 0;
}
.services-section .service-image {
  flex-shrink: 0;
}
.services-section .service-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #d4cff1;
  background-color: #f8f8f8;
}
.services-section .service-details {
  margin: 0 25px;
}
.services-section .service-details h3 {
  font-size: 22px;
  font-weight: bold;
  color: #6a5acd;
  margin-bottom: 8px;
}
.services-section .service-details .features {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  color: #555;
  font-size: 14px;
}
.services-section .service-details .features li::before {
  content: "- ";
}
.services-section .service-details p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.services-section .service-price {
  margin-left: auto;
  padding-left: 20px;
  flex-shrink: 0;
  text-align: right;
  color: #6a5acd;
  font-weight: bold;
  min-width: 160px;
}
.services-section .service-price .price-number {
  font-size: 32px;
  font-family: "Arial", sans-serif;
}
.services-section .service-price .price-unit {
  font-size: 18px;
  margin-left: 5px;
}

/* Responsive Adjustments for Services Section */
@media (max-width: 768px) {
  .services-section .service-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .services-section .service-details {
    margin: 0;
  }
  .services-section .service-price {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
}
/* Color Variables for this section */
/* Price Section */
.price-section {
  padding: 60px 20px;
  text-align: center;
  background-image: url("https://kaiso.or.jp/altar/wp-content/themes/cocoon-child-master-altar/img/bg_img_01.webp");
  background-size: cover;
  background-position: center;
}
.price-section .section-header {
  margin-bottom: 20px;
}
.price-section .section-header .sub-heading {
  color: #555;
}
.price-section .section-header .main-heading {
  font-family: "Georgia", serif;
  font-size: 48px;
  color: #3498db;
  font-weight: bold;
}
.price-section .price-body {
  max-width: 650px;
  margin: 0 auto 30px auto;
  text-align: left;
  line-height: 1.8;
}
.price-section .price-body h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}
.price-section .price-body h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.price-section .price-body p {
  margin-bottom: 1em;
}
.price-section .price-cta p {
  margin-bottom: 10px;
  font-size: 14px;
}
.price-section .price-cta .cta-button {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 15px 50px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s;
}
.price-section .price-cta .cta-button:hover {
  background-color: #217dbb;
}

/* Area Section */
.area-section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.area-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.area-section .section-header .sub-heading {
  color: #555;
}
.area-section .section-header .main-heading {
  font-family: "Georgia", serif;
  font-size: 48px;
  color: #3498db;
  font-weight: bold;
}
.area-section .area-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.area-section .area-list {
  flex: 1.2;
}
.area-section .area-list dl dt {
  font-weight: bold;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
}
.area-section .area-list dl dt:first-child {
  margin-top: 0;
}
.area-section .area-list dl dd {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.area-section .area-map {
  flex: 1;
}
.area-section .area-map img {
  max-width: 100%;
  height: auto;
}
.area-section .area-note {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .area-section .area-content {
    flex-direction: column;
  }
  .area-section .area-content .area-map {
    margin-top: 30px;
  }
}
/* Philosophy Section */
.philosophy-section {
  padding: 60px 20px;
  margin: 0 auto;
  background-image: url("https://kaiso.or.jp/altar/wp-content/themes/cocoon-child-master-altar/img/bg_img_02.webp");
  background-size: cover;
  background-position: center;
}
.philosophy-section .philosophy-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.philosophy-section .philosophy-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.philosophy-section .philosophy-content .philosophy-text {
  text-align: left;
  line-height: 1.9;
  font-size: 15px;
}
.philosophy-section .philosophy-content .philosophy-text p {
  margin-bottom: 1.5em;
}

/* Other Services Section */
.other-services-section {
  padding: 60px 20px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.other-services-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.other-services-section .section-header .sub-heading {
  font-size: 14px;
  color: #666;
}
.other-services-section .section-header .main-heading {
  font-family: "Georgia", serif;
  font-size: 48px;
  color: #6a5acd;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #e6e3f7;
  display: inline-block;
}
.other-services-section .service-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.other-services-section .service-item {
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.other-services-section .service-item:first-child {
  border-top: none;
  padding-top: 0;
}
.other-services-section .service-image {
  flex-shrink: 0;
}
.other-services-section .service-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #d4cff1;
  background-color: #f8f8f8;
}
.other-services-section .service-details {
  margin: 0 25px;
}
.other-services-section .service-details h3 {
  font-size: 22px;
  font-weight: bold;
  color: #6a5acd;
  margin-bottom: 8px;
}
.other-services-section .service-details .features {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  color: #555;
  font-size: 14px;
}
.other-services-section .service-details .features li::before {
  content: "- ";
}
.other-services-section .service-details p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.other-services-section .service-price {
  margin-left: auto;
  padding-left: 20px;
  flex-shrink: 0;
  text-align: right;
  color: #6a5acd;
  font-weight: bold;
  min-width: 160px;
}
.other-services-section .service-price .price-number {
  font-size: 32px;
  font-family: "Arial", sans-serif;
}
.other-services-section .service-price .price-unit {
  font-size: 18px;
  margin-left: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .other-services-section .service-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .other-services-section .service-details {
    margin: 0;
  }
  .other-services-section .service-price {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
}
/* Consultation Banner Section Variables */
/* Consultation Banner Section Variables */
/* Consultation Banner Section */
.consultation-banner-section {
  background-color: #fff; /* セクション全体の背景を白に */
  padding: 0; /* 上下のpaddingをリセット */
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.consultation-banner-section .banner-title {
  background-color: #5c3a92; /* h2に紫色の背景を適用 */
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  margin: 0;
}
.consultation-banner-section .banner-content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.consultation-banner-section .banner-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  text-align: left;
}
.consultation-banner-section .banner-image {
  grid-row: 1/3;
}
.consultation-banner-section .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.consultation-banner-section .banner-contact {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 20px;
  align-self: start;
  border: 1px solid #eee; /* 背景が白になったので薄い枠線を追加 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.consultation-banner-section .banner-contact .pills {
  margin-bottom: 15px;
}
.consultation-banner-section .banner-contact .pills .pill {
  display: inline-block;
  background-color: #c7b6e2;
  color: #5c3a92;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 14px;
  margin-right: 8px;
}
.consultation-banner-section .banner-contact .phone {
  font-size: 36px;
  font-weight: 900;
  color: #d94343;
  line-height: 1.2;
}
.consultation-banner-section .banner-contact .time {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.consultation-banner-section .banner-contact .banner-button {
  display: block;
  background-image: linear-gradient(to bottom, #fdd835, #f57f17);
  color: #333;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid #b85a08;
  transition: transform 0.2s, box-shadow 0.2s;
}
.consultation-banner-section .banner-contact .banner-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.consultation-banner-section .banner-concerns {
  list-style: none;
  padding: 20px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  align-self: start;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.consultation-banner-section .banner-concerns li {
  font-size: 16px;
  padding: 12px 0 12px 35px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.consultation-banner-section .banner-concerns li:last-child {
  border-bottom: none;
}
.consultation-banner-section .banner-concerns li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5c3a92;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.consultation-banner-section .banner-note {
  font-size: 14px;
  font-weight: bold;
  color: #333; /* 文字色を濃く変更 */
  margin-top: 30px;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
  .consultation-banner-section .banner-grid {
    grid-template-columns: 1fr;
  }
  .consultation-banner-section .banner-image {
    grid-row: auto;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .consultation-banner-section .banner-title {
    font-size: 22px;
  }
  .consultation-banner-section .banner-contact .phone {
    font-size: 28px;
  }
  .consultation-banner-section .banner-concerns li {
    font-size: 14px;
  }
}
.flow-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.flow-section .main-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
}
.flow-section .main-title .en-title {
  display: block;
  font-size: 22px;
  color: #f7941d;
  margin-bottom: 5px;
  font-weight: normal;
}

.flow-container .flow-item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
}
.flow-container .flow-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow-container .flow-item .step-label {
  margin-right: 20px;
  text-align: center;
  color: #f7941d;
}
.flow-container .flow-item .step-label .step-en {
  display: block;
  font-size: 14px;
}
.flow-container .flow-item .step-label .step-num {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.flow-container .flow-item .step-image {
  margin-right: 20px;
  flex-shrink: 0;
  width: 150px;
}
.flow-container .flow-item .step-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #ddd;
}
.flow-container .flow-item .step-content {
  flex-grow: 1;
}
.flow-container .flow-item .step-content .step-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.flow-container .flow-item .step-content .step-description {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.contact-info {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.contact-info .phone-number {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.contact-info .reception-time {
  font-size: 14px;
  color: #666;
}
.contact-info .contact-button {
  background-color: #f7941d;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: #f9f9f9 0.3s;
}
.contact-info .contact-button:hover {
  background-color: #d97a08;
}

@media (max-width: 768px) {
  .flow-container .flow-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flow-container .flow-item .step-label {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .flow-container .flow-item .step-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact-info {
    flex-direction: column;
    align-items: center;
  }
  .contact-info .phone-number, .contact-info .contact-button {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */