@charset "utf-8";

strong{font-weight: bold;}

h5{
  font-size: 1.7rem;
  font-weight: bold;
  color: #ee7387;
}

.heading-5 {
display: inline-block;
padding:0 0 5px;
color: #22ac38;
font-size: 1.8rem;
line-height: 1.4;
font-weight: bold;
border-bottom: 1px dashed #22ac38;
}



.underline{text-decoration:underline;}

.text-green{color:#008000;}
.text-pink{color: #ee7387;}
.text-orange{color: #fa804b;}


.bg-lightblue{background:#AFEEEE;}
.bg-beige{
  margin:20px 0;
  padding: 20px;
  background:#FFF5DB;
}


.fs120{font-size: 120%;}

.ac{text-align: center;}

.flame-red-dashed{
  margin:20px 0;
  padding:20px;
  border:1px dashed #ff0000;
}

.note{
  padding:0 0 0 2em;
  text-indent: -2em;
}

.kome{
  padding:0 0 0 1em;
  text-indent: -1em;
}







.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 {
	/* 20200220 change	
		height: auto;
	*/
		height: 65px;
	}
	.header__main {
	/* 20200220 change	
		max-width: 60%;
	*/
		max-width: 75%;
	}
	.header__main img {
	/* 20200220 change	
		width: 100%;
	*/
		width: auto;
		max-width: 400px;
		max-height: 52px;
	}
	.header__wrap {
	/* 20200220 change	
		padding: 10px;
	*/
		padding: 5px;
		display: flex;
	}
}







dl.list dd{
  margin:0 0 20px;
}




#blog{
  width:70%;
}

@media (max-width:767px) {
#blog{
  width:100%;
}
}





.reservation-time{
  width:100%;
  margin:20px 0;
}

.reservation-time th{
  padding:10px;
  border-bottom:1px dashed #fff;
  background:#FFCC00;
}

.reservation-time td{
  padding:10px;
  border-bottom:1px dashed #FFCC00;
}

@media (max-width:767px) {
.reservation-time th{
  padding:10px 2px;
  font-size: 1.2rem;
}

.reservation-time td{
  padding:10px 2px;
  font-size: 1.2rem;
}
}




.reservation-flow{
  width:100%;
  margin:20px 0;
  background:transparent;
}

.reservation-flow td{
  padding:10px;
}

@media (max-width:767px) {
.reservation-flow td{
  padding:10px 5px;
  font-size: 1.2rem;
}
}

/*20200415*/
#clinic .btn-1{
	width: 320px;
}
@media (max-width: 767px){
#clinic .btn-1{
	width: 90%;
	font-size: 1.5rem;
	letter-spacing: 0;
}
}