/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    background-color: #e8ddd2;
    color: #4a291f;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2;  
    font-weight: 500;
    margin: 0 auto;
  }
  
  .wrapper {
      max-width: 500px;
      margin: 0 auto;
 

  }
  

  
  img {
    max-width: 100%;
    display: block;
  }
  
  section {
    background-color: #fff;
    margin: 0;
    padding: 0;
  }


  hr {
    border: none;
    border-top: 1.5px solid #b4a194;
    height: 0;
    margin: 16px 0;
  }
  /* Hero Section */
  .hero {
    width: 100%;
      margin: 0 auto;
      color: #fff;
  }
 
  /* CTA Area */
  .cta-area {
     margin: 0 auto;
  }
 
  
  /* Problems Section */
  .problems { 
      background-color: #f7f3e9; 
  }
  


  /* about */
  .about {
    padding-top: 64px;
    padding-bottom: 60px;
    background-color: #e1d9d2;
    margin: 0 auto;
  }

  .about_top img {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }

  .point_1,
  .point_2,
  .point_3 {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point_1 img,
.point_2 img,
.point_3 img,
.point_1 video,
.point_2 video,
.point_3 video {
  width: 90%;
  margin-bottom: 0;
}

.point_1 video,
.point_2 video,
.point_3 video {
  margin-bottom: 0;
}

.point_1 img[alt*="ポイント1の説明"],
.point_2 img[alt*="ポイント2の説明"],
.point_3 img[alt*="ポイント3の説明"] {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

/* flow */

.flow {
    max-width: 500px;
background-color: #b4a194;
   margin: 0 auto;
   padding-top: 40px;
   padding-bottom: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.flow-top img {
    margin: 0 auto;
  width: 75%;
  padding-bottom: 40px;
 }
 


 .flow-img {
    padding-bottom: 30px;
 }
 



 .flow-img img {
    margin: 0 auto;
  width: 90%;
 }
 .section-lead {
    font-size: 16px;
    margin: 0 auto;
    width: 450px;
padding-top: 17px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
}

/* doctor */

.doctor {
    max-width: 500px;
    background-color: #e5e0d8;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 90px;
}

.doctor_top {
    width: 90%;
    display: block;
    margin: 0 auto; 
    padding-bottom: 50px;
}


.doctor-profile {
   text-align: center;
   margin-bottom: 33px;
}

.doctor-profile img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.profile-text {
    width: 97%;
}

.profile-list {
    width: 400px;
    margin: 16px auto 0 auto;
    margin-bottom: 0;
    padding-left: 1.2em;
}


.p-text {
    margin: 0 auto;
    text-align: left;
    max-width: 450px;
    width: 100%;
    font-family: 'Source Han Serif JP', serif;
    padding-bottom: 50px;
}

/* campaign */

.counseling {
margin: 0 auto;
display: block;
background-color: #b09f94;
}

.counseling img {
    margin: 0 auto;
    width: 90%;
    display: block;
}

.counseling_2 img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.counseling_img {
   
        background: url('../images/9.webp') no-repeat center center;
        background-size: auto 90%;
        margin: 0 auto;
        

}



.counseling_wrapper {
    background-color: #d3c8be;
    
    padding-bottom: 50px;
  
}

.counseling_wrapper p {
    text-align: center;
    font-family: 'Source Han Serif JP', serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.counseling_wrapper img {
    width: 76%;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.campaign_price2
.campaign_price3 {
    background-color: #fff;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}




.campaign_price2 img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    
}

.campaign_risk img {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
}

.campaign_list img {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
}



  /* product */

.product {
    background-color: #e5e0d8;
}

.product_img {
    padding-top: 40px;
    padding-bottom: 20px;
}


.product_img img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.product_List {
    padding-bottom: 50px;
}

.product_List img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}


/* Price */
.price {
    background-color: #f3f0ed;
    padding-top: 50px;
}

.price_img img {
    padding-bottom: 50px;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.price_List,
.formulation {
    margin: 0 auto;
}

.price_List img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.formulation img {
    width: 90%;
    display: block;
    margin-right: 16px;
}


.info {
    padding-bottom: 80px;
}


.info img {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 20px;

}




.campaign_img {
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}





/* faq */


    .faq {
        margin: 0 auto;
        max-width: 500px;
        padding-top: 40px;
        padding-bottom: 40px;
     background-color: #b6a396;
      }


      .faq.section {
        background: #b6a396;
       
      
    }




  .faq img {
    margin: 0 auto;
    background: transparent;
    width: 96%;
    text-align: center;
  }

.faq section {
    padding-top: 20px;
}

  /* FAQアコーディオンデザイン */



.faq-list {
    max-width: 650px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 32px;
    background: none;
}
.faq-question {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    margin: 0 auto;
    width: 90%;
    padding: 24px;
    background: #fff;
    color: #4a291f;
    font-weight: 600;
    border: none;
    gap: 8px;
    font-size: 16px;
    text-align: left;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.7s;
}
.faq-q {
    color: #b6a396;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    font-weight: 600;
    display: inline-block;
}

.faq-a {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 8px;
}

.faq-text {
    display: block;
    overflow: hidden;
}
  .faq-toggle {
    color: #000;
    margin-left: auto;
    transition: transform 0.9s;
}
.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}
.faq-answer {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    width: 90%;
    background: #e5e0d8;
    color: #4a291f;
    padding: 14px 14px;
    gap: 8px;
    border-radius: 0;
    margin: 0 auto;
    display: none;
    animation: fadeIn 0.8s;
    text-align: justify;
    line-height: 1.7;
}
.faq-item.open .faq-answer {
    display: block;
}

.faq-content {
  display: none;
  padding: 10px 0;
}

.faq-item.open .faq-content {
  display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}






/* access */

.access {
    margin: 0 auto;
    max-width: 500px;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #e5e0d8;
}

.access img {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 80%;
}

.clinic_name img {
    margin-left: -10px;
    padding-bottom: 40px;
    width: 95%; 
}







.access-container {
    background: #e5e0d8;

}

.access-map-image {
    margin: 0 auto;
  }

.access-map-image iframe {
  width: 450px;
  height: 350px;
  display: block;
  margin: 0 auto;
}

.access-map-image img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 32px auto;
    display: block;

}

.access-info {
    margin: 0 auto;
margin-top: 36px;
    width: 450px;
    text-align: left;
}



.access-address {
    color: #845a53;
    margin-bottom: 8px;
}

.access-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.access-label {
    color: #845a53;
    min-width: 80px;
}

.access-value {
    font-size: 14px;
    color: #845a53;
    flex: 1;
    margin-left: 12px;
}


    .footer-copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #4a291f;
        color: #fff;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 40px auto;
        font-size: 14px;
        border-radius: 0;
        min-height: 80px;
        padding-top: 50px;
        padding-bottom: 100px;
      }

      .site-footer {
        max-width: 500px;
      }
      


/* 固定予約ボタン */
.fixed-buttons-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }



.fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fixed-buttons-container {
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.fixed-btn {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: transform 0.2s ease;
    position: relative;
    z-index: 10000;
}

.fixed-btn:hover {
    transform: scale(1.05);
}

.fixed-btn img {
   width: 120%;
    display: block;
    margin: 0;
    position: relative;
    z-index: 10001;
}

  



  @media (max-width: 480px) {
    
  body {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    background-color: #f0f0f0;
    color: #4a291f;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2;  
    font-weight: 500;
    margin: 0 auto;
  }
  
  .wrapper {
      
      margin: 0 auto;
      background-color: #FDFDFD;

  }
  

  
  img {
    max-width: 100%;
    display: block;
  }
  
  section {
    background-color: #fff;
    margin: 0;
    padding: 0;
  }


  hr {
    border: none;
    border-top: 1.5px solid #b4a194;
    height: 0;
    margin: 16px 0;
  }
  /* Hero Section */
  .hero {
    width: 100%;
      margin: 0 auto;
      color: #fff;
  }
 
  /* CTA Area */
  .cta-area {
     margin: 0 auto;
  }
 
  
  /* Problems Section */
  .problems { 
      background-color: #f7f3e9; 
  }
  


  /* about */
  .about {
    padding-top: 64px;
    padding-bottom: 60px;
    background-color: #e1d9d2;
    margin: 0 auto;
  }

  .about_top img {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }

  .point_1,
  .point_2,
  .point_3 {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point_1 img,
.point_2 img,
.point_3 img,
.point_1 video,
.point_2 video,
.point_3 video {
  width: 90%;
  margin-bottom: 0;
}

.point_1 video,
.point_2 video,
.point_3 video {
  margin-bottom: 0;
}

.point_1 img[alt*="ポイント1の説明"],
.point_2 img[alt*="ポイント2の説明"],
.point_3 img[alt*="ポイント3の説明"] {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

/* flow */

.flow {
background-color: #b4a194;
   margin: 0 auto;
   padding-top: 40px;
   padding-bottom: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.flow-top img {
    margin: 0 auto;
  width: 75%;
  padding-bottom: 40px;
 }
 


 .flow-img {
    padding-bottom: 30px;
 }
 



 .flow-img img {
    margin: 0 auto;
  width: 90%;
 }
 .section-lead {
    font-size: 16px;
    margin: 0 auto;
    width: 371px;
padding-top: 17px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
}

/* doctor */

.doctor {
    background-color: #e5e0d8;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 90px;
}

.doctor_top {
    width: 90%;
    display: block;
    margin: 0 auto; 
    padding-bottom: 50px;
}


.doctor-profile {
   text-align: center;
   margin-bottom: 33px;
}

.doctor-profile img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.profile-text {
    width: 97%;
}

.profile-list {
    width: 344px;
    margin: 16px auto 0 auto;
    margin-bottom: 0;
    padding-left: 1.2em;
}


.p-text {
    margin: 0 auto;
    text-align: left;
  width: 344px;
  font-family: 'Source Han Serif JP', serif;
  padding-bottom: 50px;
}

/* campaign */

.counseling {
margin: 0 auto;
display: block;
background-color: #b09f94;
}

.counseling img {
    margin: 0 auto;
    width: 90%;
    display: block;
}

.counseling_2 img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.counseling_img {
   
        background: url('../images/9.webp') no-repeat center center;
        background-size: auto 90%;
        margin: 0 auto;
        

}



.counseling_wrapper {
    background-color: #d3c8be;
    
    padding-bottom: 50px;
  
}

.counseling_wrapper p {
    text-align: center;
    font-family: 'Source Han Serif JP', serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.counseling_wrapper img {
    width: 76%;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.campaign_price2
.campaign_price3 {
    background-color: #fff;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}




.campaign_price2 img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    
}

.campaign_risk img {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
}

.campaign_list img {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
}



  /* product */

.product {
    background-color: #e5e0d8;
}

.product_img {
    padding-top: 40px;
    padding-bottom: 20px;
}


.product_img img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.product_List {
    padding-bottom: 50px;
}

.product_List img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}


/* Price */
.price {
    background-color: #f3f0ed;
    padding-top: 50px;
}

.price_img img {
    padding-bottom: 50px;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.price_List,
.formulation {
    margin: 0 auto;
}

.price_List img {
    width: 87%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.formulation img {
    width: 90%;
    display: block;
    margin-right: 16px;
}


.info {
    padding-bottom: 80px;
}


.info img {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 20px;

}




.campaign_img {
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}





/* faq */


    .faq {
        padding-top: 40px;
        padding-bottom: 40px;
     background-color: #b6a396;
      }


      .faq.section {
        background: #b6a396;
       
      
    }




  .faq img {
    margin: 0 auto;
    background: transparent;
    width: 96%;
    text-align: center;
  }

.faq section {
    padding-top: 20px;
}

  /* FAQアコーディオンデザイン */



.faq-list {
    max-width: 650px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 32px;
    background: none;
}
.faq-question {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    margin: 0 auto;
    width: 90%;
    padding: 24px;
    background: #fff;
    color: #4a291f;
    font-weight: 600;
    border: none;
    gap: 8px;
    font-size: 16px;
    text-align: left;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.7s;
}
.faq-q {
    color: #b6a396;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    font-weight: 600;
    display: inline-block;
}

.faq-a {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 8px;
}

.faq-text {
    display: block;
    overflow: hidden;
}
  .faq-toggle {
    color: #000;
    margin-left: auto;
    transition: transform 0.9s;
}
.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}
.faq-answer {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP';
    width: 90%;
    background: #e5e0d8;
    color: #4a291f;
    padding: 14px 14px;
    gap: 8px;
    border-radius: 0;
    margin: 0 auto;
    display: none;
    animation: fadeIn 0.8s;
    text-align: justify;
    line-height: 1.7;
}
.faq-item.open .faq-answer {
    display: block;
}

.faq-content {
  display: none;
  padding: 10px 0;
}

.faq-item.open .faq-content {
  display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}






/* access */

.access {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #e5e0d8;
}

.access img {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 80%;
}

.clinic_name img {
    margin-left: -10px;
    padding-bottom: 40px;
    width: 95%; 
}







.access-container {
    background: #e5e0d8;

}

.access-map-image {
    margin: 0 auto;
  }

.access-map-image iframe {
  width: 377px;
  height: 350px;
  display: block;
  margin: 0 auto;
}

.access-map-image img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 32px auto;
    display: block;

}

.access-info {
    margin: 0 auto;
margin-top: 36px;
    width: 350px;
    text-align: left;
}



.access-address {
    color: #845a53;
    margin-bottom: 8px;
}

.access-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.access-label {
    color: #845a53;
    min-width: 80px;
}

.access-value {
    font-size: 14px;
    color: #845a53;
    flex: 1;
    margin-left: 12px;
}


    .footer-copyright {
        display: block;
        background: #4a291f;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        max-width: 750px;
        height: 80px;
        margin: 0 auto 40px auto;
        font-size: 12px;
        border-radius: 0;
      }


/* 固定予約ボタン */
.fixed-buttons-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }



.fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fixed-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.fixed-btn {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: transform 0.2s ease;
    position: relative;
    z-index: 10000;
}

.fixed-btn:hover {
    transform: scale(1.05);
}

.fixed-btn img {
   width: 100%;
    display: block;
    margin: 0;
    position: relative;
    z-index: 10001;
}

  }
