body{
    background: #FFF6EC;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
main{
    max-width: 1000px;
    margin: auto;
    background: white;
}
h1{
    font-size: 12px;
    font-weight: 500;
}
h2{
    margin: 2rem auto;
}

p{
    line-height: 1.8;
}


section{
    margin: 60px auto;
}

/* 汎用CSS */
.flex{
    display: flex;
}
.t-center{
    text-align: center;
}
.m-auto{
    margin: auto;
}
.content-wrap{
    max-width: 1000px;
    margin: auto;
}
.content{
    padding: 0 20px;
}

.font-weight-bold{
    font-weight: bold;
}

/* COLOR */
.bg-white{
    background: white;
}
.txt-orange{
    color: #F08200;
}
.txt-red{
    color: #FF0000;
}
.txt-gray{
    color: #9E9E9E;
}


header .flex{
    justify-content: space-between;
}

header .flex .logo {
    justify-content: start;
    margin: 0.25rem 0;
}
header .clinic-hours{
    font-size: 80%;
    margin-left: 1rem;
}


header .btn-call {
    background: #1741B3;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 1rem auto;
    border-radius: 10px;
}
header .btn-call span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-tel.png);
    background-size: contain;
}
header .btn-line {
    background: #00B900;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 1rem auto;
    border-radius: 10px;
}
header .btn-line span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-line.png);
    background-size: contain;
}

@media (max-width: 895px) {
    h1 {
        font-size: 14px;
        text-align: center;
        margin: 10px auto -20px;
    }
    header .clinic-hours{
        font-size: 100%;
        margin: auto;
    }
    header .flex {
        flex-direction: column;
        align-items: center;
    }
    header img {
        width: 300px;
        display: block;
        margin: 1rem auto;
    }
  }

  @media (max-width: 749px) {
    .header-cta {
        display: flex;
    }
    header .btn-call{
        padding: 0.5rem 1rem;
        font-size: 90%;
        margin: 0.5rem;
    }
    header .btn-line{
        padding: 0.5rem 1rem;
        font-size: 90%;
        margin: 0.5rem;
        
    }


  }


.problem-content{
    max-width: 750px;
}
.problem-content .flex{
    flex-wrap: wrap;
}
.problem-content .flex > li {
    width: 50%; 
    box-sizing: border-box; 
    padding: 8px; 
}
.problem-content .flex > li img {
    width: 100%; 
    height: auto;
}


.choice {
    margin: 2rem auto;
}
.choice-content {
    padding: 0 20px;
}
.choice-content h3 {
    margin-bottom: 0.5rem;
}


.choice-strong {
    font-size: 1.8rem;
    margin: 1rem auto;
}
.choice-content2{
    justify-content: space-around;
    flex-wrap: wrap;
}
.choice-content2 div{
    margin: 1rem auto;
}
.choice-content2 p{
    margin-top: 0.5rem;
}

.choice-content h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-check.png);
    background-size: contain;
}
.choice-ttl-sub{
    margin: 1rem auto;
}

@media (max-width: 749px) {
    .flex.choice {
        flex-direction: column;
    }
    .choice-content {
        margin: 1rem auto;
        padding: 0;
    }
    .choice-strong {
        font-size: 1.3rem;
    }

  }

.reason p {
    max-width: 850px;
    margin: 1rem auto 2.5rem;
}

.reason h3 {
    margin: 1.5rem auto;
}

.menu-wrap{
    max-width: 800px;
}
.menu-wrap .flex{
    /*justify-content: space-around;*/
    justify-content: left;
}
.menu-content {
    margin: 2.5rem auto;
    border-bottom: 1px solid #eee;
}
.menu-ttl {
    width: 200px;
    background: #F08200;
    color: white;
    margin: 1rem auto;
    padding: 0.5rem;
    border-radius: 30px;
}
.menu-right{
    width: 450px;
    margin-left: 2rem;
}
.menu-right ul li {
    margin: 0.5rem 0;
}
.menu-right ul li::before{
    content: "・";
    color: #F08200;
}

@media (max-width: 749px) {

    .menu-content{
        flex-direction: column;
    }
    .menu-right{
        width: 100%;
        margin-left: 0;
    }
}

.exsample-wrap{
    max-width: 800px;
}
.exsample-content {
    margin: 1.5rem auto;
}
.exsample-right {
    margin-left: 1rem;
}
.exsample-ttl {
    background: #F08200;
    color: white;
    padding: 0.5rem;
    width: 150px;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}
.exsample-before{
    background: #DDEEF4;
    padding: 2rem;
}
.exsample-treatment{
    background: #FFF5E9;
    padding: 2rem;
}
.exsample-after{
    background: #FFEEEE;
    padding: 2rem;
}

@media (max-width: 749px) {
    .exsample-content{
        flex-direction: column;
        margin: 1.5rem auto;
    }
    .exsample-right{
        margin-left: 0;
    }
    .exsample-ttl {
        margin: 1rem auto;
    }
    .exsample-content img {
        width: 60%;
        margin: auto;
    }
}


.flow-content .num-1::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/sec5-img-icon-1.png);
    background-size: contain;
}
.flow-content .num-2::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/sec5-img-icon-2.png);
    background-size: contain;
}.flow-content .num-3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/sec5-img-icon-3.png);
    background-size: contain;
}.flow-content .num-4::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/sec5-img-icon-4.png);
    background-size: contain;
}.flow-content .num-5::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    width: 20px;
    height: 20px;
    background-image: url(../img/sec5-img-icon-5.png);
    background-size: contain;
}

.flow-content {
    max-width: 800px;
    margin: 2rem auto;
}

.flow-right{
    margin-left: 1rem;
}
.flow-right h3 {
    border-bottom: 2px solid;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 749px) {
    .flow-content{
        flex-direction: column;
    }
    .flow-right {
        margin: 1rem auto;
        width: 100%;
    }
}

.voice-content {
    max-width: 850px;
    margin: 2rem auto;
}
.voice-left p{
    margin: 0.5rem auto;
    font-size: 80%;
}
.voice-right{
    width: 450px;
    margin-left: 1rem;
}
.voice-right h3 {
    margin-bottom: 0.5rem;
}
@media (max-width: 749px) {
    .voice-content{
        flex-direction: column;
    }
    .voice-right{
        width: 100%;
        margin-left: 0;
    }
    .voice-left img {
        margin: auto;
    }
   
}


.faq {
    max-width: 800px;
     margin: 2rem auto 3rem;
   }
   
   .faq-content {
     border: 1px solid #ddd;
     border-radius: 8px;
     margin-bottom: 10px;
   }
   
   .faq-content-head {
     width: 100%;
     padding: 15px 20px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #fff;
     border: none;
     cursor: pointer;
     font-size: 16px;
     text-align: left;
   }
   
   .faq-content-head:hover {
     background: #f8f9fa;
   }
   
   .icon {
     font-size: 20px;
     transition: transform 0.3s;
   }
   
   .faq-content-head.active .icon {
     transform: rotate(45deg);
   }
   
   .faq-content-body {
     height: 0;
     overflow: hidden;
     transition: height 0.3s ease-out;
   }
   
   .faq-content-txt {
     padding: 20px;
     border-top: 1px solid #C5C5C5;
   }
   .faq-content-head {
    color: #333;
}
.icon.gold {
    color: #E4D593;
}
   @media (max-width: 768px) {
   
     .faq-content-head{
       line-height: 1.8;
       font-weight: bold;
     }
     
   
   }

.staff-wrap{
    max-width: 800px;
}
.staff-wrap .flex{
    justify-content: space-between;
}
.staff-content{
    margin: 1.5rem auto;
}
.staff-box {
    width: 250px;
}
.dir-box {
    margin-left: 1rem;
}
.dir-ttl{
    margin-bottom: 1rem;
}

.dir-ttl span {
    display: block;
    font-size: 1.3rem;
    margin-top: -0.25rem;
}
.dir-date span {
    margin-right: 1rem;
}
.dir-msg{
    margin-top: 1rem;
}

@media (max-width: 749px) {
    .dir-content{
        flex-direction: column;
    }
    .dir-box {
        margin: 1rem auto;
    }
    .staff-content{
        flex-direction: column;
    }
    .staff-box {
        width: 100%;
        margin: 1rem auto;
        text-align: center;
    }
    .staff-box img {
        width: 100%;
    }

}

.access-wrap h3{
    font-size: 1.5rem;
}
.access-content {
    max-width: 800px;
    margin: 1.5rem auto;
}

.access-box {
    margin-left: 1rem;
}
.access-box dl {
    margin-bottom: 0.5rem;
    border-bottom: 2px solid;
    padding-bottom: 0.5rem;
}

.access-box dt{
    width: 100px;
}

@media (max-width: 749px) {
    .access-content{
        flex-direction: column;
    }
    .access-box{
        margin: 1rem auto;
        width: 100%;
    }
}

.cta-wrap {
    background: #F08200;
    padding: 2rem;
}

.cta-content {
    background: white;
    padding: 2rem;
}
.cta-ttl {
    background: #F08200;
    color: white;
    padding: 0.5rem;
    width: 60%;
    margin: 1rem auto;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 30px;
}
.cta-content .call{
    font-size: 3rem;
    display: block;
}
.cta-content .call::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-tel2.png);
    background-size: contain;
}
.cta-content .call:hover{
    color: #F08200;
}

.cta-content .btn-line {
    width: 350px;
    background: #00B900;
    color: white;
    padding: 1rem 2rem;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 1rem auto;
    border-radius: 10px;
}

footer{
    background: #333;
    color: white;
    font-size: 12px;
    padding: 0.25rem;
    margin-top: -4rem;
}
@media (max-width: 749px) {
    .cta-ttl{
        width: 100%;
        font-size: 95%;
    }
    .cta-content .btn-line{
        width: 100%;
        font-size: 80%;
        padding: 1rem;
    }
    .cta-content .call{
        font-size: 1.8rem;
    }
    .cta-content .call::before{
    width: 23px;
    height: 23px;
    margin-right: 0.5rem;
        vertical-align: baseline;
    }

}

.swiper{
    margin: 1rem auto;
}
/*.swiper-button-prev::after {
    color: #F08200;
}
.swiper-button-next::after {
    color: #F08200;
}*/