@charset "utf-8";

strong{font-weight: bold;}

.ac{text-align: center;}
.underline{text-decoration: underline !important;}

.marker-yellow{background:#ffff00;}
.marker-yellowgreen{background:#00FF00;}
.marker-emeraldgreen{background:#33CCCC;}
.marker-green{background:#339966; color: #fff;}

.fs120{font-size: 120%;}
.fs140{font-size: 140%;}


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




.history{
    width:100%;
    margin:0;
}

.history th{
    padding:10px;
    border:1px solid #c0c0c0;
    background:#DBEBC4;
}

.history td{
    padding:10px;
    border:1px solid #c0c0c0;
}




.recruit-table{
    width:100%;
    margin:0;
}

.recruit-table td{
    padding:10px;
    border:1px solid #c0c0c0;
}

.recruit-table td:first-child{
    width:25%;
}

@media (max-width:767px) {

.recruit-table td{
    padding:10px 5px;
    font-size: 1.2rem;
    }
}


.faq-q{
    padding-left: 2em;
    text-indent: -2em;
    text-decoration: underline;
}

.faq-a{
    padding-left: 2em;
    text-indent: -2em;
}






#rehabilitation2 .table-01{
    width:100%;
    margin:0;
}

#rehabilitation2 .table-01 td{
    width:10%;
    padding:10px;
    border:1px solid #c0c0c0;
    text-align-last: center;
    vertical-align: middle;
}

#rehabilitation2 .table-01 td.col-1,
#rehabilitation2 .table-01 td.col-2
{
    width:25%;
}

@media (max-width:767px) {
#rehabilitation2 .table-01 td{
    padding:10px 5px;
    font-size: 1rem;
    }
}




#rehabilitation2 .table-02{
    width:100%;
    margin:0;
}

#rehabilitation2 .table-02 td{
    width:10%;
    padding:10px;
    border:1px solid #c0c0c0;
    text-align-last: center;
    vertical-align: middle;
}

#rehabilitation2 .table-02 td.col-1{
    width:50%;
}

#rehabilitation2 .table-02 td.col-2,
#rehabilitation2 .table-02 td.col-3
{
    width:25%;
}

@media (max-width:767px) {
#rehabilitation2 .table-02 td{
    padding:10px 5px;
    font-size: 1rem;
    }
}



#rehabilitation2 .table-02{
    width:100%;
    margin:0;
}

#rehabilitation2 .table-02 td{
    width:10%;
    padding:10px;
    border:1px solid #c0c0c0;
    text-align-last: center;
    vertical-align: middle;
}

#rehabilitation2 .table-02 td.col-1{
    width:50%;
}

#rehabilitation2 .table-02 td.col-2,
#rehabilitation2 .table-02 td.col-3
{
    width:25%;
}

@media (max-width:767px) {
#rehabilitation2 .table-02 td{
    padding:10px 5px;
    font-size: 1rem;
    }
}




#station .price-table{
    width:60%;
    margin:10px 0;
}

#station .price-table td{
    width:50%;
    padding:10px;
    border:1px solid #c0c0c0;
}

#station .price-table td:last-child{
    text-align:right;
}

@media (max-width:767px) {
#station .price-table{
    width:100%;
    }
}


/*20200424*/
footer .footer__links > ul{
	align-items: flex-end;
}
/*メニューアコーディオン*/
#hMenu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	z-index: 30000;
	display: none;
}

#hMenu > div {
	width: 100%;
	max-width: 400px;
	height: 100%;
	position: absolute;
	right: -400px;
	top: 0;
	background-color: rgba(153, 135, 66, 0.8);
	box-sizing: border-box;
	padding-top: 60px;
	transition: all 0.3s;
}
#hMenu > div.opend {
	right: 0;
}


#hMenu > div > .wrap {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 15px;
}



#hMenu > div > .wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#hMenu > div > .wrap > ul {
	padding: 0 0 60px 0;
}


#hMenu > div > .wrap ul li {
	border-bottom: 1px solid #FFF;
}

#hMenu > div > .wrap ul li a {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1.4;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0);
}
#hMenu > div > .wrap ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}

#hMenu > div > .wrap ul li.has_under > a {
	padding-right: 30px;
}

#hMenu > div > .wrap ul li.has_under ul li a {
	font-size: 16px;
}

#hMenu > div > .wrap ul li.has_under > a::after {
	position: absolute;
	right: 10px;
	top: 12px;
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	display: block;
	transform: rotate(45deg);
	border-width: 0 1px 1px 0;
	transition: all 0.3s;
}
#hMenu > div > .wrap ul li.has_under.opend > a::after {
	transform: rotate(-135deg);
	top: 17px;
}

#hMenu > div > .wrap ul.sub-menu {
	padding-left: 1em;
	display: none;
}

#hMenu > div > .wrap ul.sub-menu li:first-child {
	border-top: 1px dashed #FFF;
}
#hMenu > div > .wrap ul.sub-menu li {
	border-bottom: 1px dashed #FFF;
}

#hMenu > div > .wrap ul.sub-menu li:last-child {
	border: none;
}

#hMenu .menuClose {
	position: absolute;
	width: calc(100% - 45px);
	padding: 5px ;
	box-sizing: border-box;
	border: 2px solid #FFF;
	border-radius: 5px;
	text-align: center;
	top: 15px;
	left: 15px;
	color: #FFF;
	font-size: 14px;
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}

/*メニューアコーディオン*/

/*20200501*/
.top-recruit__txt{
	color: #fff;
}
.top-recruit__txt > a{
	text-decoration: underline;
	color: #fff;
}
.top-recruit__txt > a:hover{
	text-decoration: none;
}

.header__head a img {
	max-height: auto;
	max-height: initial;
}
.table-schedule td, .table-schedule th {
	vertical-align: middle;
}

@media (max-width: 767px) {
	.top-recruit__items {
		padding: 15px;
	}
	.header__main {
		height: 100%;
	}
	.header__logo {
		box-sizing: border-box;
		height: 100%;
		padding: 5px 0;
	}
	.header__head a img {
		max-width: 240px;
	}
}