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


/*診療カレンダー 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;
}




/* ---------------------------------------------------- dpctor quality ----------------------------------- */

#page_doctor_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);
}
*/




/* ------------------- icn ------------------------ */



a.a_blank::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/icn_blank_black.png");
    background-size: cover;
    display: inline-block;
    margin: 0 5px 0 2px;
}

a.a_blank.icn_white::after {
    background-image: url("/wp-content/uploads/icn_blank_white.png");
}


.select-lead{
	display: block;
	font-weight: bold;
}

dl.sub_ttl dt {
border-bottom: 1px dotted #999999;
padding: 0 0 5px 10px;
margin: 0 0 5px 0;
font-weight: bold;
}

.career2{
padding: 15px 15px 0;
margin: 15px 0;
border: 2px solid #3b2f23;
}

dl.career2 dt {
    float: left;
    clear: both;
    margin: 0 0 0 0px;
    padding: 5px 0;
    display: block;
    width: 50px;
    color: #252525;
}

dl.career2 dd {
    padding: 5px 0 5px 60px;
    display: block;
}

/* -------------- メインビジュアル ---------------- */

#MV {
    position: relative;
	margin-bottom: 50px;
	margin-top: -26px;
}

@media (max-width: 767px) {
#MV {
	margin-top: 0;
}
}

#MV img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 10s linear;
    transform: scale(1);
}
#MV p {
    margin: 0;
}

#MV p.active img {
    transform: scale(1.1);
}

#MV .stage {
    width: 100%;
    position: relative;
}
#MV .stage .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
}

#MV .stage .pht {
    margin: 0;
}

#MV .catch {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    background-color:#66513C;
    box-sizing: border-box;
    padding: 15px;
		color: #fff;
}

#MV .catch p {
    font-size: 2.2rem;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.6;
}
@media (max-width: 840px) {
    #MV .catch {
        position: static;
        background-color: #66513C;
    }
    #MV .catch p {
        font-size: 1.4rem;
    }
}
.holiday-titles p:last-child {
    display: none;
}


/* 20250718 追記 ヘッダー内 ロゴ＆バナー */
.header__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.header__head a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header__main__bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #428B39;
  border: #cecdd4 solid 1px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 1.33em;
  transition: opacity 0.2s ease;
  box-shadow: 1px 1px rgb(255, 255, 255) inset, -1px -1px rgb(255, 255, 255) inset;
  cursor: pointer;
}
.header__main__bnr a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header__wrap {
    height: 105px;
  }
  .header__head {
    max-width: 100%;
	gap: 10px;
	margin: 0 0 10px 10px;
  }
  .header__head a img {
    width: 270px;
    height: auto;
    max-height: auto;
  }
  .header__main__bnr a {
    font-size: 14px;
	padding: 1em 1em;
  }
}