@charset "utf-8";

/* CSS Document */

h1.service_h1 {
	background-image: none;
}

/*------------------------

ご案内

------------------------*/

.service-box ul {
	margin-left: 1.65em;
}

.service-box ul li ul {
	margin-left: 2.65em;
	margin-bottom: 1.65em;
}

.service-box .contents-in .units-row {
  display: flex;
  flex-wrap: wrap;
}

.service-box .contents-in .units-row:after {
  display: none;
}

.service-box .contents-in .units-row .unit-50 {
  float: none;
}

.service-box .contents-in .units-row img {
  margin-bottom: 1.65em;
}

/*------------------------

クリニック

------------------------*/

.clinic table tbody th,
.clinic table tbody td,
.atm table tbody th,
.atm table tbody td {
	border-bottom: 1px dotted #544031;
}

.clinic table thead th,
.atm table thead th {
	font-size: 1.6rem;
	border-bottom: 2px solid #544031;
}

.clinic table thead th a {
	text-decoration: none;
}

.clinic table tbody th,
.atm table tbody .title th {
	width: 80px;
	background-color: #F0EDDE;
}

.clinic table tbody a {
	color: #544031;
}

.clinic table tbody a:hover {
	text-decoration: none;
}
 @media only screen and (max-width: 767px) {

.clinic table tbody th {
	width: 100%;
}

.atm table tbody .title {
	display: none;
}

.atm table tbody th {
	width: 100%;
	margin-top:1.65em;
	background-color:#544031;
	color:#FFF;
}

.atm table tbody span {
	float:left;
	margin-right: .5em;
}

.atm table tbody .floor{
	background-color: #F0EDDE;
	font-weight: bold;
	}


}
/*------------------------

アイコン

------------------------*/
.icon-share{
	background: url(../../service/img/icon-share.png) no-repeat left 3px ;
	padding-left: 20px;
}
.icon-feeding{
	background: url(../../service/img/icon-feeding.png) no-repeat left 3px ;
	padding-left: 10px;
}
