@charset "utf-8";


.newsPage {
	padding-bottom: 45px !important;
}

.quality-img {
	display: block;
}


#reservation_area2 ul li.web_reserve_btn a {
    pointer-events: auto;
}

/*
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
	}
}









/* color-set */
#aboutDoctor .title {
	border-color: #FF9999;
}
#aboutDoctor .title h3 {
	background-color: rgba(255,153,153,0.1);
	color: #FF9999;
}
#aboutDoctor h4 {
	color: #FF9999;
}


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

/*MV変更*/
.mv{
	margin-top: 0;
}
.mv__item {
    padding: 0;
}
.mv__images__item {
    border-radius: 0;
    width: 100%;
}

.txt-small{
	font-size:1.4rem;
}


/*20200313*/
@media (max-width: 768px){
main {
    padding-top: 80px;
}
}
@media (max-width: 767px){
.mv__item__catch {
    margin-top: 0;
}
}
