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










/* custom form */

#inquiryForm {
	padding: 25px 0;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

#inquiryForm .leadText {
	padding: 1em;
	background-color: rgba(51,154,233,0.1);
	border-radius: 3px;
	text-align: justify;
}

#inquiryForm span.req {
	color: #CD080B;
	font-weight: 600;
	vertical-align: super;
	font-size: 80%;
}

#inquiryForm .leadText ul {
	padding: 0 0 0 1em;
	margin: 0;
}

#inquiryForm .leadText ul li {
	margin-bottom: 0.8em;
	line-height: 1.4;
}


#inquiryForm h3 {
	margin: 5em 0 2em 0;
	font-size: 2rem;
	border: 1px solid rgba(51,154,233,1);
	border-width: 0 0 1px 3px;
	padding: 1px 3px 3px 5px;
	color: #222;
}

#inquiryForm table {
	border-collapse: collapse;
	width: 100%;
}

#inquiryForm table tr:nth-child(odd) {
	background-color: #FEFEFE;
	border-bottom: 1px solid #F3F3F3;
}
#inquiryForm table tr:nth-child(even) {
	background-color: #F3F3F3;
	border-bottom: 1px solid #FEFEFE;
}


#inquiryForm table th,
#inquiryForm table td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding: 1.5em 1em;
	font-size: 1.5rem;
}
#inquiryForm table th {
	font-weight: 600;
	background-color: rgba(51,154,233,0.03);
	width: 20em;
}
#inquiryForm table th[colspan] {
	width: auto;
}
#inquiryForm table .ttlText {
	background-color: #FFF !important;
	color: #423110 !important;
	font-size: 1.8rem;
	padding: 1em 0 0.5em 0;
	font-weight: 600;
}

#inquiryForm input[type="text"],
#inquiryForm input[type="email"],
#inquiryForm textarea {
	box-sizing: border-box;
	padding: 0.3em;
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 100%;
	border-radius: 3px;
}
#inquiryForm textarea {
	height: 7em;
}

#inquiryForm input.input_res_time {
	width: calc(50% - 5em);
	margin-right: 0.5em;
}

#inquiryForm select {
	margin-right: 0.5em;
	border: 1px solid #DDD;
	border-radius: 3px;
}
#inquiryForm select.res_month,
#inquiryForm select.res_date {
	width: 5em;
}
#inquiryForm select.res_time {
	width: 10em;
}


#inquiryForm .formText {
	display: inline-block;
	padding-right: 0.8em;
}

#inquiryForm input.input_name {

}

#inquiryForm .req_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.8em;
}
#inquiryForm .req_wrap input[type="text"] {
	width: 25em;
}

#inquiryForm ::-webkit-input-placeholder {
  color: #CCC;
}
#inquiryForm ::-moz-placeholder {
  color: #CCC; opacity: 1;
}
#inquiryForm :-ms-input-placeholder {
  color: #CCC;
}


#inquiryForm .req_wrap .req_obj {
	margin-right: 3em;
	margin-bottom: 0.8em;
}
#inquiryForm .req_wrap .req_obj label {
	margin-right: 0.5em;
}
#inquiryForm .req_wrap .req_obj label .chk {
	margin-right: 0.3em;
}

#inquiryForm .submitArea {
	text-align: center;
	padding: 30px 0;
}
#inquiryForm .submitArea p {
	margin-bottom: 15px;
}


@media (max-width:767px) {

	#inquiryForm .leadText {
		padding: 10px;
	}

	#inquiryForm table th,
	#inquiryForm table td {
		display: block;
		width: 100% !important;
		padding: 0.5em;
		font-size: 1.2rem;
	}

	#inquiryForm table tr:nth-child(odd) {
		background-color: #FEFEFE;
		border-bottom: 1px solid #FAFAFA;
	}
	#inquiryForm table tr:nth-child(even) {
		background-color: #FAFAFA;
		border-bottom: 1px solid #FEFEFE;
	}

	#inquiryForm table th {
		background-color: #F0EBEB;
	}

	#inquiryForm h3 {
		font-size: 1.6rem;
	}

	#inquiryForm table .ttlText {
		font-size: 1.4rem;
	}
}


/*20200317*/
.top-staff .heading-2{
	color: #fff;
}
.top-staff .heading-2::after{
	background: #fff;
}
.top-quality .heading-2,
.top-quality .top-quality__copy{
	color: #fff;
}
.top-quality .heading-2::after{
	background: #fff;
}

.slider-pro.wide .hps-slider-copy .lead{
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, 1px 1px 5px #fff, -1px -1px 5px #fff, 1px 1px 5px #fff, -1px -1px 5px #fff;
}

/*20200401*/

@media screen and (max-width: 768px){
.lead {
    margin-top: 0;
    padding: 1em;
    background: rgba(57, 105, 204, 0.8);
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
}
}

.pc-only2 {
    display: block !important;
}
.sp-only2 {
    display: none !important;
}
@media screen and (max-width: 768px){
.pc-only2 {
    display: none !important;
}
.sp-only2 {
    display: block !important;
}
}
