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

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

@media (max-width: 768px) {
  .header {
    height: auto;
  }
  .header__main {
    max-width: 80%;
  }
  .header__main img {
    width: 100%;
    max-width: 60px;
  }
  .header__wrap {
    align-items: center;
    padding: 10px;
    display: flex;
  }
  main {
    padding-top: 80px;
  }
}

#pagetitle {
  font-size: 2.8rem;
}

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

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

.mv__item__catch {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .mv__item__catch {
    font-size: 1.4rem;
  }
}

strong, b {
  font-weight: bold !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.row.article_list {
  margin-bottom: 50px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* news アコーディオン処理 */
.table-subtext {
  margin-top: 10px;
}

.top-medical__bnr ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top-medical__bnr ul li {
  margin: 0 5px 15px 5px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  min-height: 80px;
  border: 1px solid rgba(250, 142, 174, 0.5);
  overflow: hidden;
  background-color: #FFF;
  border-radius: 3px;
}

.top-medical__bnr ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  background: linear-gradient(0, #f4d3dc, #f9f2f4 85%);
  border-radius: 3px;
  opacity: 1;
  position: relative;
}

.top-medical__bnr ul li a:hover {
  opacity: 0.8;
}

.top-medical__bnr ul li a span.linkText {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  font-size: 16px;
  color: #FFF;
  background: linear-gradient(90deg, #FA8EAE 70%, rgba(250, 142, 174, 0.1) 100%);
}

.top-medical__bnr ul li a h3 {
  font-size: 24px;
  padding: 3px 5px;
  letter-spacing: -0.03em;
  color: #FA8EAE;
  font-weight: 600;
}

@media (max-width: 767px) {
  .top-medical__bnr ul li {
    width: 100%;
    height: 50px;
  }
  .top-medical__bnr ul li a h3 {
    font-size: 21px;
  }
}

@media (max-width: 360px) {
  .top-medical__bnr ul li a h3 {
    font-size: 16px;
  }
}

.footer-hope {
  background: #fff;
  padding-top: 3em;
  padding:0 20px
}

.footer-hope p {
  border: 2px solid #FA8EAE;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

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

.btn-1 {
  width: 290px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .btn-1 {
    width: 260px;
    font-size: 1.5rem;
  }
}

#page_doctor_quality section {
  margin-bottom: 0;
}