table {
	width: 100%;
  text-align: center;
}
th{
	font-weight: bold;
	background-color:#EAEAEA;
}

table tr,table th,table td{
	padding: 2%;
	
}

h5{
	font-weight: bold;
	font-size: 120%;
	
}
table th, table td {
  border: solid 1px #9e9e9e96;
  /*実線 1px 黒*/
}

.button{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.button img{
	width: 100%;
}

.jidouhaisya-box{
	padding: 0;
}
.jidouhaisya-title{
	background-color: #cce198;
	padding: 10px;
	border-bottom: solid 1px #9e9e9e96;
	font-size: 120%;
	font-weight: bold;
	color: #004c00;
}
.tel-area{
	padding: 3%;
}
.tel-area a{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 6px;
	pointer-events: none;
}
.tel-area a:link, .tel-area a:visited{
	color: red;
}

.denwa{
	font-size: 120%;
    background-color: #004c00;
    border-radius: 20px;
    padding: 6px 18px;
    color: #fff;
    display: inline-block;
}
hr{
	border: solid 3px #fff9bf;
	margin-bottom: 30px;
}

.teigaku{
	text-align: center;
	background-color: #8fc31f;
	color: #fff;
	padding: 10px;
	font-size: 150%;
}
.narita-area{
	width: 30%;
	font-size: 85%;
}
.note{
	border: solid 1px #9e9e9e96;
	border-top: none;
	padding: 3%;
}
.note p{
	font-size: 85%;
	margin-bottom: 1%;
}
.note .label{
	display: inline-block;
	color: #fff;
	background-color: #EA6E64;
	padding: 1% 3%;
	border-radius: 10px;
	margin-bottom: 1%;
	font-size: 100%;
}
.table-black, .table-black th, .table-black td{
	background: #000;
	color: #fff;
}
.table-black tr, .table-black th, .table-black td{
	padding: 1%;
}
.table-black th{
	border-right: solid 1px #fff;
}
.table-black td{
	width: 76.5%;
}
.p-red{
	background: #C0282D;
    color: #fff;
    padding: 1%;
    /* border: solid 1px #fff; */
    margin-bottom: 4px;
    margin-top: 2px;
	
}

.imgWrap{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 20px;
}
.imgWrap img{
	width: calc(100% / 3.05);
}
.kaigo-text span{
	font-size: 1.5rem;
	font-weight: bold;
	color: #f78840;
}