@charset "utf-8";


.newsPage {
	padding-bottom: 45px;
}

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

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

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

/* ---------------------------------------------------- aboutDoctor ----------------------------------- */
#aboutDoctor .title {
  border-color: #87cefa;
}

#aboutDoctor .title h3 {
  background-color: rgba(135, 206, 250, 0.1);
  color: #87cefa;
}

#aboutDoctor h4 {
  color: #87cefa;
}

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

/* ---------------------------------------------------- dpctor quality ----------------------------------- */
#page_doctor_quality section {
  margin-bottom: 70px;
}

#page_doctor_quality p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  text-align: justify;
}

#page_doctor_quality .doctor_quality_photo_left,
#page_doctor_quality .doctor_quality_photo_right,
#page_doctor_quality .doctor_quality_photo_none {
  padding: 15px;
}

#page_doctor_quality .doctor_quality_photo_left::after,
#page_doctor_quality .doctor_quality_photo_right::after {
  content: "";
  display: block;
  clear: both;
}

#page_doctor_quality .doctor_quality_photo_left .pht,
#page_doctor_quality .doctor_quality_photo_right .pht {
  border: 3px solid #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 320px;
  height: auto;
}

#page_doctor_quality .doctor_quality_photo_left .doctor_quality_subtitle {
  width: 100%;
  padding-left: 335px;
  box-sizing: border-box;
}

#page_doctor_quality .doctor_quality_photo_right .doctor_quality_subtitle {
  width: 100%;
  padding-right: 335px;
  box-sizing: border-box;
}

#page_doctor_quality h3 {
  font-size: 2rem;
}

#page_doctor_quality .doctor_quality_subtitle h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

#page_doctor_quality .doctor_quality_subtitle p {
  border-bottom: 2px solid #F00;
}

#page_doctor_quality .doctor_quality_photo_left .pht {
  float: left;
  margin: 0.5em 20px 5px 0;
}

#page_doctor_quality .doctor_quality_photo_right .pht {
  float: right;
  margin: 0.5em 0 5px 20px;
}

@media (max-width: 767px) {
  #page_doctor_quality .doctor_quality_photo_left .pht,
  #page_doctor_quality .doctor_quality_photo_right .pht {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
  #page_doctor_quality .doctor_quality_photo_left .doctor_quality_subtitle,
  #page_doctor_quality .doctor_quality_photo_right .doctor_quality_subtitle {
    padding: 0 !important;
    width: 100%;
  }
}

/* -------------- 見出し用カラー設定 ---------------- */
/*
#page_doctor_quality .ttl_D {
	background-color: #666666;
}

#page_doctor_quality .ttl_N::after {
    background: linear-gradient(to right, rgb(102, 102, 102), transparent);
}
*/
/* 診療カレンダー XO Event Calendar*/
.XO_calendar {
  margin: 0px 0 40px;
}

.xo-event-calendar {
  margin: 0px 0 35px;
  font-size: 1.2em;
  /* ここのサイズ変えればセルの高さも変わる */
}

.xo-event-calendar table.xo-month {
  padding-bottom: 0px;
}

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

.xo-event-calendar table.xo-month .month-week {
  border-left: 1px solid #ccc;
}

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

.holiday-titles {
  /*6 週分の行になった時の崩れ用 */
  clear: both;
}

@media (max-width: 767px) {
  /* スマホサイズ以下 最下部の border*/
  .xo-event-calendar table.xo-month .month-week {
    border-bottom: 1px solid #ccc;
  }
}

/* 診療カレンダー XO Event Calendar end*/
@media (max-width: 768px) {
  .gutters .inquiry .row .span_4,
  .gutters .inquiry .row .span_7 {
    width: 100%;
  }
  .inquiry fieldset .row {
    padding-top: 20px;
  }
}

.button, .inquiry .wpcf7-submit, .inquiry .wpcf7-submit {
  background: #87cefa;
}

.article_list:last-of-type {
  margin-bottom: 50px !important;
}

.more a,
.more span {
  color: #87cefa;
  border: 1px solid #87cefa;
}

.more a::after, .more span::after {
  border-color: #87cefa;
}

.article_list {
  margin-bottom: 20px !important;
}

.txt_ba {
  word-break: break-all;
}

.row.article_detail {
  flex-wrap: nowrap;
}

@media (min-width: 769px) {
  .row.article_detail .article_date {
    width: 100px;
  }
  .row.article_detail > .row {
    width: calc(100% - 100px);
  }
}

/* おしらせ詳細start */
@media (min-width: 769px) {
  .row.article_detail {
    flex-wrap: nowrap;
  }
  .article_detail .row {
    display: block;
  }
}

/* おしらせ詳細end */
main a[href^="tel:"] {
  color: #87cefa;
}

.text-blu02 {
  color: #000080 !important;
}

.tbl-01 tbody th {
  background: rgba(135, 206, 250, 0.5);
}

.td01 {
  border: #66cc00 2px solid;
  padding: 5px 10px;
}

.td01_01 {
  font-weight: bold;
  text-align: center;
  max-height: 30px !important;
  vertical-align: middle;
}

.td01_02 {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.td01_01 span,
.td01_02 span {
  border: #66cc00 2px solid;
  width: 100%;
  padding: 5px 10px;
  display: block;
}

@media (max-width: 768px) {
  .td-sp {
    font-size: 11px;
  }
  .td01_01 span,
  .td01_02 span {
    font-size: 12px;
  }
}

.bg_blu02 {
  background: #ccffcc;
}

.text-grn02 {
  color: #00B050 !important;
}

.text-grn03 {
  color: #66cc00 !important;
}

.text-red02 {
  color: #c00;
}

@media (min-width: 769px) {
  .tbl_txt td {
    font-size: 14px;
  }
}

.mod_top-notice__content {
  display: none;
}

.bg_pnk01 {
  background: #fff8df;
}

.wpcf7 .ajax-loader {
  display: none;
}

.footer {
  border-top: none;
}

.footer-info_wrapper {
  padding: 40px 0;
  border-top: 3px solid rgba(135, 206, 250, 0.8);
  background: #fff;
  color: #1b1b1b;
}

.footer-info__data,
.footer-info__tel a {
  color: #1b1b1b;
}

#fNav {
  width: 100%;
  background-color: #87cefa;
  padding: 15px 15px 2px 15px;
}

#fNav ul {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#fNav ul li {
  border-right: 1px solid #999;
  padding: 0;
  margin-bottom: 10px;
  line-height: 14px;
}

#fNav ul li:last-child {
  border-right: none;
}

#fNav ul li a {
  color: #FFF;
  font-size: 20px;
  padding: 0 10px;
  line-height: 12px;
  margin: 0;
}

#fNav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #fNav {
    display: none;
  }
}

/* add 20210629 iida */
.under_ main a {
	text-decoration: underline;
}

/* add 20210728 iida */
@media (max-width: 768px) {
	.header__head {
		width: 80%;
	}
	#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08,#anc09,#anc10 {
		display: block;
		margin-top: -60px;
		padding-top: 60px;
	}
	.top-clinic thead th,
	.top-clinic tbody th,
	.top-clinic tbody td,
	.tbl-time thead th,
	.tbl-time tbody th,
	.tbl-time tbody td{
		font-size: 11px;
	}
}
.under_ main h5 {
	font-size: 18px;
	color: #87cefa;
	font-weight: bold;
	border-bottom: 1px dotted #87cefa;
	margin: 30px 0 0px;
}
@media (max-width: 767px) {
	.top-notice__items {
		padding: 120px 15px 0;
	}
	.top-notice__head {
		top: -17px;
	}
}

/* add 20210805 iida */
.under_ main h5 {
	margin-bottom: 20px;
}
.under_ h6 {
    margin: 0 0 0px;
    padding-left: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    color: #87cefa;
    font-weight: normal;
}
.under_ h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 2px;
    margin: auto;
    background: #87cefa;
}
.diagnosis_cell {
	margin-bottom: 30px;
}
.diagnosis_cell p {
	margin-top: 10px;
}
#reservation_area2 ul li a {
    background: #59bffe;
}
@media (max-width: 480px) {
	#reservation_area2 ul li.mobile_tel_btn a::after {
		background: #59bffe;
	}
}
#fNav {
    background-color: #59bffe;
}


/* add 20211021 iida */
.top-clinic__items .top-clinic__item figure {
    margin: 30px auto 0;
    width: auto;
}
@media (max-width: 768px) {
	.sp_mb {
		margin-bottom: 30px;
	}
}

/* add 20211109 iida */
.mg0 {
	margin: 0;
}

/* add 20211112 iida */
.f_line {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}
.f_line .line_bnr {
	width: 60%;
}
.f_line .line_qr {
	width: 40%;
}
.f_line .line_bnr img,
.f_line .line_qr img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}