@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*/

/* --- top news ---- */

.top-notice__item.top-notice__item_fullview {
	flex-wrap: wrap;
}
.top-notice__item.top-notice__item_fullview .top-notice__head,
.top-notice__item.top-notice__item_fullview .mod_top-notice__content{
	width: 100%;
}

.top-notice__item.top-notice__item_fullview time {
	margin-right: 1em;
}

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

@media (max-width: 768px) {
	#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08,#anc09,#anc10 {
		display: block;
		margin-top: -70px;
		padding-top: 70px;
	}
	.diagnosis_11 .row {
		margin-bottom: 40px !important;
	}
	.diagnosis_11 .row.sp-mb0 {
		margin-bottom: 0px !important;
	}
}
.clinic_05 figcaption {
	width: 100%;
	text-align: center !important;
	color: #fff;
	background: #a7944e;
	padding: 5px 0;
	margin: 0 0 10px;
}


/* add 20201102 iida */
.header__head {
	align-self: center;
}
.footer__links > ul {
    max-width: 700px;
}
@media (min-width: 769px) {
	.footer__links > ul > li {
		width: 33.333%;
	}
}
.XO_calendar {
    margin-top: 0px;
}
.calendar .heading-2 {
	padding-bottom: 20px;
}
.calendar .heading-2::after {
    bottom: 0px;
}

@media (min-width: 769px) {
	.holiday-titles {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		/*height: 100px;*/
	}
	.holiday-title {
		width: 50%;
	}
}

/* medical
--------------------------------------------------------------*/
.top-diagnosis__items {
  margin: -30px -15px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .top-diagnosis__items {
    margin: -20px -10px 0;
  }
}

.top-diagnosis__item {
  padding: 30px 15px 0;
  width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .top-diagnosis__item {
    padding: 20px 10px 0;
    width: 50%;
  }
}

.top-diagnosis__heading {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .top-diagnosis__heading {
    padding: 10px;
  }
}

.top-diagnosis__heading figcaption {
  font-weight: normal;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-diagnosis__heading figcaption {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.top-diagnosis__txt {
  text-align: left;
}

.top-diagnosis__txt span {
  color: #8AD53B;
}

.clinic-info__data {
    margin-bottom: 0px;
}
.article_list .col {
	margin-top: 0px !important;
}
.article_button {
    margin-top: 0px;
}
.under_ .heading-2 {
	color: #425399;
}
.under_ .heading-2:after {
	background: #425399;
}
#doctor h3.ttl_D {
    background: #425399;
}
#doctor h3.ttl_I {
    border-bottom: 5px double #425399;
}
h2.ttl_U::before, h3.ttl_U::before, h4.ttl_U::before, h5.ttl_U::before, h2.ttl_U::after, h3.ttl_U::after, h4.ttl_U::after, h5.ttl_U::after {
    content: "";
    background-color: #425399;
}

.menuClose {
	display: block;
    width: calc(100% - 45px);
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
	width: 100%;
	margin-bottom: 20px;
}
.nav__items ul li {
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.nav__items ul li a {
    border-radius: 10px;
	border: none;
	background: #fff;
	padding: 5px 10px;
	color: #a7944e;
}
@media screen and (min-width: 769px) {
	.nav__items ul li a:hover {
		color: #a7944e;
	}
}
.nav__items ul li.has_under ul.sub-menu {
	margin-left: 0;
	margin-right: 0;
}
.nav__items ul li.has_under ul.sub-menu li {
		border-bottom: none;
	border-top: 1px dashed #fff;
	padding-bottom: 0;
	padding-top: 5px;
}
.nav__wrap {
	padding: 30px 15px;
}

/* add 20210227 iida */
.header {
    color: #252525;
    background: #fdfdfd;
}
.header__copy {
    border-bottom: 1px solid #b6b5b5;
    color: #272727;
}
.header__tel .tel_number a.number {
    color: #252525;
}
.header__btn {
    background: #3199ff;
}
.header__nav {
    background-color: #3957a5;
}
.top-anchor ul li a {
    color: #fff;
}
.top-anchor ul li:nth-child(n+2) {
    border-left: 1px solid #fff;
}
.mv__item .mv__images__item p {
    background-color: rgba(49,153,255, 0.9);
}
.heading-2 {
    color: #3957a5;
}
.heading-2::after {
    background: #3957a5;
}
.top-notice__items {
    border-top: #7a8dbf 1px solid;
}
.top-notice__item {
    border-bottom: #7a8dbf 1px solid;
}
.footer-info_wrapper {
	padding: 40px 0;
	background: #3957a5;
}

#fNav {
	width: 100%;
	padding: 15px 15px 2px 15px;
	background: #fff;
}

#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 #000;
	padding: 0;
	margin-bottom: 10px;
	line-height: 14px;
}
#fNav ul li:last-child {
	border-right: none;
}

#fNav ul li a {
	color: #000;
	font-size: 16px;
	padding: 0 10px;
	line-height: 12px;
	margin: 0;
}
#fNav ul li a:hover {
	text-decoration: underline;
}

@media (max-width:767px) {
	#fNav {
		display: none;
	}
}
.clinic-info__items .bg_d {
    background: url(/wp-content/uploads/clinic-img.jpg) no-repeat center bottom;
	background-size: cover;
}
@media (max-width:480px) {
	#reservation_area2 ul li.mobile_tel_btn a::after {
		display: none;
	}
}

/* add 20210301 iida */
.nav__wrap {
    background: rgba(57, 87, 165, 0.9);
}
.nav__items ul li a {
    color: #3957a5;
}
@media (min-width:769px) {
	.nav__items ul li a:hover {
		color: #3199ff;
	}
}
.top-staff__copy {
	color: #3199ff;
}
#reservation_area2 ul li a {
    background: #3957a5;
}
.table-default td,
.table-default th {
    border: 1px solid #3957a5;
}
.table-default th:not(.time-head) {
    background: rgba(57, 87, 165, 0.7);
}
.table-schedule thead th {
    background: rgba(57, 87, 165, 0.7);
}
.table-schedule td,
.table-schedule th {
    border: 1px solid #3957a5;
}

.clinic_05 figcaption {
    background: #3957a5;
}
h2.ttl_I, h3.ttl_I, h4.ttl_I, h5.ttl_I {
    border-bottom: 5px double #3957a5;
}
h2.ttl_G::before, h3.ttl_G::before, h4.ttl_G::before, h5.ttl_G::before {
    color: #3957a5;
}
.article_list {
    border: 1px solid #3957a5;
}
.more a, .more span {
    color: #3957a5;
    border: 1px solid #3957a5;
}
.more a::after, .more span::after {
    border-color: #3957a5;
}
@media (min-width:769px) {
	.top-anchor ul li a:hover {
		color: rgba(255,255,255,0.7);
	}
}

.heading-2 {
    font-weight: bold;
}

.footer-info__head {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  padding-right: 15px;
  width: 75%;
}

.header__head a img {
  max-height: 50px;
}

@media (max-width: 768px) {
  .header__head a img {
    max-height: 38px;
  }
}



.clinic-table-wrap .table-subtext {
	margin-top: 15px;
}
