@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;
	vertical-align:middle;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container-f {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
 
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;

}
.container-w {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  background: #fff;
}

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

#clinic img{
	margin-bottom: 20px;
}

.clinicinfo{
	margin-bottom: 100px;
}


.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: #ff9dae;
    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;/*はじめは非表示*/
  

}

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

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

.mv{
	position: relative;
}

.btnmv{
	position: absolute;
	bottom: 10px;
	margin: auto;
	left: 0;
right: 0;}

.pinkbg{
	position: relative;
}

.pinkbgbtn{
	position: absolute;
		margin: auto;
	bottom: 25px;
	left: 0;
right: 0;
}

.counseling{
	position: relative;
}

.btncounseling{	position: absolute;
		margin: auto;
	bottom: 8px;
	left: 0;
right: 0;}

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

.hadj{
	height: 150px;
}

.mv{position: relative;}

.pinkbtn{
	position: absolute;
	bottom:4.4%;
	display: block;
	left: 0;
	right: 0;
}

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

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