<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; 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: 70%;
	}
	.header__main img {
		/*
		width: 100%;
		max-width: 400px;
		*/
		width: auto;
		max-height: 45px;
	}
	.header__wrap {
		padding: 10px;
		display: flex;
	}
}

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

@media (min-width: 769px) {
  .f_name { margin-right: 7px !important;}
}


/* add 20200911 iida */
.mv__item__catch {
	text-align: center;
}</pre></body></html>