@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;
  }
}

.header__head img {
  max-width: 400px;
}

@media (max-width: 767px) {
  .header__head img {
    max-width: 200px;
  }
  .clinic_05 {
    padding-top: 30px;
  }
}

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



h2.ttl_I,
h3.ttl_I,
h4.ttl_I,
h5.ttl_I {
	border-bottom: 5px double #58c249;
	padding-bottom: 0.2em;
	line-height: 1.4;
	color: #111;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}


h2.ttl_V,
h3.ttl_V,
h4.ttl_V,
h5.ttl_V {
  position: static;
  padding: 0.4em;
  font-size: 2rem;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #58c249;
}

.btn-1:before {
	content: none;
}

.header__wrap {
	align-items: center;
}