@charset "utf-8";


@media (max-width: 480px) {
  #reservation_area2 ul li.mobile_tel_btn a::after {
    content: "電話";
  }
}


/* ---- 新トップお知らせ用 ---- */

.top-notice__item.top-notice__item_fullview {
	display: block;
}

.top-notice__item.top-notice__item_fullview .top-notice__head {
	display: flex;
	justify-content: flex-start;
}
.top-notice__item time {
	padding-right: 2em;
}

.top-notice__item.top-notice__item_fullview .mod_top-notice__content {
	margin-top: 0.3em;
}

.top-notice__item.top-notice__item_fullview .mod_top-notice__content p {
	font-size: 1.6rem;
}

.mod_top-notice__content {
    display: none;
}



/* color-set */
#aboutDoctor .title {
	border-color: #339AE9;
}
#aboutDoctor .title h3 {
	background-color: rgba(51,154,233,0.1);
	color: #339AE9;
}
#aboutDoctor h4 {
	color: #339AE9;
}


/* content */

#aboutDoctor {
	padding: 50px 15px;
}
.aboutDoctorContentWrap {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	box-sizing: border-box;
}

#aboutDoctor .title {
	padding: 4px 0;
	border-width: 2px 0;
	border-style: solid;
	margin: 0 0 35px 0;
}

#aboutDoctor .title h3 {
    margin: 0;
    padding: 0.7em 1em;
    font-size: 20px;
    position: static;
    font-weight: 700;
	line-height: 1.2;
}
#aboutDoctor h4 {/* reset & override */
    margin: 0 0 1em 0;
    padding-left: 0;
    font-size: 20px;
    position: static;
    font-weight: 700;
}

#aboutDoctor h3::before,
#aboutDoctor h3::after,
#aboutDoctor h4::before,
#aboutDoctor h4::after {
	display: none; /* reset */
}

.aboutDoctorContentWrap .aboutDoctorBody {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #666;
}
.aboutDoctorContentWrap .aboutDoctorBody > div {
	box-sizing: border-box;
}

.aboutDoctorContentWrap .aboutDoctorBody .photo {
	width: 30.927%;
	padding-right: 20px;
	margin: 0;
}
.aboutDoctorContentWrap .aboutDoctorBody .photo p {
	margin: 0;
}
.aboutDoctorContentWrap .aboutDoctorBody .text {
	width: 69.072%;
	padding: 0 10px;
}
.aboutDoctorContentWrap .aboutDoctorBody .text p {
	text-align: justify;
	font-size: 16px;
	margin: 0;
	letter-spacing: 0.02em;
}

.aboutDoctorContentWrap .aboutDoctorBody:nth-child(odd) {
	flex-direction: row-reverse;
}
.aboutDoctorContentWrap .aboutDoctorBody:nth-child(odd) .photo {
	padding-right: 0;
	padding-left: 20px;
}

@media (max-width:767px) {

	#aboutDoctor {
		padding-left: 0;
		padding-right: 0;
	}

	.aboutDoctorContentWrap .aboutDoctorBody {
		display: block;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	
	#aboutDoctor .title {
		margin-bottom: 25px;
	}
	
	#aboutDoctor .title h3,
	#aboutDoctor h4 {
		font-size: 16px;
	}
	
	.aboutDoctorContentWrap .aboutDoctorBody .photo,
	.aboutDoctorContentWrap .aboutDoctorBody .text {
		width: 100%;
	}
	
	.aboutDoctorContentWrap .aboutDoctorBody .photo,
	.aboutDoctorContentWrap .aboutDoctorBody:nth-child(odd) .photo {
		padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	
	.aboutDoctorContentWrap .aboutDoctorBody .photo p img {
		width: 40%; /* 正方形時のみ */
	}
	
	.aboutDoctorContentWrap .aboutDoctorBody .text p {
		font-size: 14px;
		text-align: justify;
	}
}

/* ---------------------------------------------------- dpctor quality ----------------------------------- */

#page_doctor_quality {
	
}

#page_doctor_quality section {
	margin-bottom: 70px;
}


#page_doctor_quality p {
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
	line-height: 1.6em;
	text-align: justify;
}

#page_doctor_quality .doctor_quality_photo_left,
#page_doctor_quality .doctor_quality_photo_right,
#page_doctor_quality .doctor_quality_photo_none {
	padding: 15px;
}

#page_doctor_quality .doctor_quality_photo_left::after,
#page_doctor_quality .doctor_quality_photo_right::after {
	content: "";
	display: block;
	clear: both;
}

#page_doctor_quality .doctor_quality_photo_left .pht,
#page_doctor_quality .doctor_quality_photo_right .pht {
	border: 3px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
	width: 320px;
	height: auto;
}

#page_doctor_quality .doctor_quality_photo_left .doctor_quality_subtitle {
	width: 100%;
	padding-left: 335px;
	box-sizing: border-box;
}

#page_doctor_quality .doctor_quality_photo_right .doctor_quality_subtitle {
	width: 100%;
	padding-right: 335px;
	box-sizing: border-box;
}


#page_doctor_quality h3 {
    font-size: 2rem;
}

#page_doctor_quality .doctor_quality_subtitle h4 {
	font-size: 1.8rem;
	font-weight: 600;
}

#page_doctor_quality .doctor_quality_subtitle p {
	border-bottom: 2px solid #F00;
}

#page_doctor_quality .doctor_quality_photo_left .pht {
	float: left;
	margin: 0.5em 20px 5px 0;
}
#page_doctor_quality .doctor_quality_photo_right .pht {
	float: right;
	margin: 0.5em 0 5px 20px;
}

@media (max-width:767px) {
    #page_doctor_quality .doctor_quality_photo_left .pht,
    #page_doctor_quality .doctor_quality_photo_right .pht {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }
    #page_doctor_quality .doctor_quality_photo_left .doctor_quality_subtitle,
    #page_doctor_quality .doctor_quality_photo_right .doctor_quality_subtitle {
        padding: 0 !important;
        width: 100%;
    }
}



/* ------------------- icn ------------------------ */



a.a_blank::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/icn_blank_black.png");
    background-size: cover;
    display: inline-block;
    margin: 0 5px 0 2px;
}

a.a_blank.icn_white::after {
    background-image: url("/wp-content/uploads/icn_blank_white.png");
}



#topMadical {
  padding: 20px 0;
/*  background: #edf1f7;*/
}

#topMadical .flexWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#topMadical .flexWrap > div {
  padding: 5px;
  box-sizing: border-box;
  width: 33.3333%;
}

#topMadical .flexWrap > div a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid #ee668e;
  border-radius: 10px;
  background: #fff;
}

#topMadical .flexWrap > div a:after {
  content: "耳鳴り";
  display: block;
  text-align: center;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f4822f;
  color: #FFF;
  width: 50%;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px 10px 0 0;
}
#topMadical .flexWrap > div a:after {
    content: "▼";
}

#topMadical .flexWrap > div a h3 {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0 20px 0;
  padding-bottom: 20px;
  color: #f4822f;
}

#topMadical .flexWrap > div a p.txt {
  margin: 0;
  padding: 10px 8px 45px 8px;
  text-align: justify;
  color: #111;
}

@media (max-width: 767px) {
  #topMadical .flexWrap > div {
    width: 50%;
  }
}

#MV {
    position: relative;
    /*max-width: 1300px;*/
    margin: 0 auto;
}

#MV .catch {
    position: absolute;
    left: 0;
    bottom: 65px;
    width: 100%;
    background-color: rgba(253, 239, 243,0.8);
    box-sizing: border-box;
    padding: 15px;
}

#MV .catch p {
    font-size: 2.2rem;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}
@media (max-width: 840px) {
    #MV .catch {
        position: static;
        background-color: #fef7f9;
    }
    #MV .catch p {
        font-size: 1.4rem;
    }
}

body {
    font-family: 'Kosugi Maru', sans-serif;
}