@charset "UTF-8";
.newsPage {
  padding-bottom: 45px !important;
}

.quality-img {
  display: block;
}

/*
@media (max-width: 480px) {
  #reservation_area2 ul li.mobile_tel_btn a::after {
    content: "XX-XXXX-XXXX";
  }
}
*/
/*診療カレンダー XO Event Calendar*/
.xo-event-calendar {
  font-size: 1.2em;
  /*ここのサイズ変えればセルの高さも変わる*/
}

.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
  line-height: 2.5em;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  /*本日*/
  text-decoration: underline;
  /*background-color: #f9fdb1;*/
}

.container.wp100 {
  max-width: 95%;
}

@media (min-width: 768px) {
  .xo-month-wrap {
    width: 50%;
    float: left;
    padding: 0 2%;
  }
  .holiday-title span {
    margin-left: 2em !important;
  }
  .xo-months:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.calendar {
  padding: 50px 0;
}

/*診療カレンダー XO Event Calendar end*/
/* add style */
#WATING_TURN_CONTENT {
  margin: 40px 0;
  padding: 15px;
  background-color: #FFF;
}

#WATING_TURN_CONTENT > div {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

/* mainVisual */
#scrollVisual {
  width: 100%;
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #scrollVisual {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #scrollVisual {
    height: 250px;
  }
}

#scrollVisual .scrollImage {
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
}

.mv__head {
  margin-bottom: 45px;
}

/* --- top news ---- */
.top-notice__item.top-notice__item_fullview {
  flex-wrap: wrap;
}

.top-notice__item.top-notice__item_fullview .top-notice__lead,
.top-notice__item.top-notice__item_fullview .mod_top-notice__content {
  width: 100%;
}

.top-notice__item time {
  margin-right: 1em;
}

/* ----- header ----- */
.header__main {
  max-width: auto;
  max-width: initial;
}

.header__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  width: auto;
  min-height: 77px;
  padding: 24px 20px 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  .header__wrap {
    display: block;
  }
}

.header__nav ul {
  max-width: auto;
  max-width: initial;
}

.header__nav li {
  display: block;
  flex: auto;
}

@media (max-width: 768px) {
  .header {
    height: auto;
  }
  .header__main {
    max-width: 60%;
  }
  .header__main img {
    width: 100%;
    max-width: 400px;
  }
  .header__wrap {
    padding: 10px;
    display: flex;
  }
}

#pagetitle {
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  #pagetitle {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=add_style.css.map */

/* 20200406追記 */
/* about doctor */
/* color-set */
#aboutDoctor .title {
	border-color: #FAB8B8;
}
#aboutDoctor .title h3 {
	background-color: rgba(250,184,184,0.1);
	color: #FAB8B8;
}
#aboutDoctor h4 {
	color: #FAB8B8;
}


/* 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;
	}
}
/* about doctor */

/* access map */
@media (min-width:768px) {
  #access img {
    width: 70%;
  }
}

/* アンカーポイント対策 */
#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08,#anc09,#anc10,#anc11,#anc12,#anc13,#anc14,#anc15,#anc16,#anc17,#anc18,#anc19,#anc20,#anc21,#anc22 {
	margin-top: -100px;
	padding-top: 100px;
}
/* /アンカーポイント対策 */

@media (width:768px) {
	main {
		padding-top: 120px;
	}
	.mv {
		margin-top: 0;
	}
}