@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth;}

.wrap {
  overflow: hidden;
}

.txt_center {
  text-align: center;
}
table {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  transition: 1.0s;
 display: block;
  margin: 0 auto;
}
.center-block {
  display: block;
  margin: 0 auto;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;

}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.footer_btn{
    position: fixed;
    bottom: 0;
    margin: auto;
}

.mv{
    position:relative;
    margin-bottom: 10px;
}

.mvab{
    position:absolute;
    bottom:1%;
}

.cv1{
    position:relative;
}


.clinicinfo{
    margin-bottom: 30px;
    margin-top:30px;
    padding-bottom: 60px;
    border-bottom: 2px solid #ccc;
}

.logo{
    margin-bottom: 30px;
}

.tel{
    margin-bottom: 30px;
}
.address{
    margin-bottom: 40px;
}

.content{
    padding-bottom: 200px;
}


.mb30{  margin-bottom: 30px;}


.mb40{  margin-bottom: 40px;}

.mb50{  margin-bottom: 50px;}

.ab1{
    position: absolute;
    bottom: 5%;
}

.faqcon{margin-bottom: 90px;}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}



/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
    font-weight: normal;
  text-align: center;
    transition: all .5s ease;
    background: #95b2dc;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .2rem;

}


.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
  

}

#clinics h3{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;

margin-bottom: 15px;
font-size: clamp(16px, 2vw, 25px);}

@media (min-width: 771px) { 
    .visible-xs{
        display: none;
     }
}

@media (max-width: 770px) {
    .hidden-xs{
        display: none;
     }
    
}