@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body{
  -webkit-text-size-adjust: 100%;
} 

/*↓検索画面に戻るボタン↓*/
.ea-pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    background: #17656B;
	color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	text-decoration: none;
	font-size: 2rem;
}

.ea-pagetop_arrow {
	height: 15px;
	width: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateX(20%) rotate(-135deg);
}

/*事業所の詳細*/

.ea-acname{
	margin: 50px 10%;
}

.ea-box{
	width: 85%;
	height: auto;
	margin: 30px auto 100px;
	font-size: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.ea-img{
	width: 30%;
	height: auto;
}

.ea-pic{
	display: block;
	width: 100%;
}

/*PC・タブレット版テーブル*/
.ea-table_box{
	width: 60%;
	height: auto;
}

.ea-table{
	width: 100%;
	line-height: 2rem;
	border-spacing: 15px;
	table-layout: fixed;
}

.ea-table th{
	width: 25%;
	border-radius: 5px;
	background-color: palegoldenrod;
	text-align: center;
}

.ea-table td{
	border-bottom: 2px dotted orange;
	padding:1% 0 1% 2%;
	word-break: break-all;
}

.ea-table a{
	text-decoration: none;
	color: black;
}

.ea-table a:hover{
	color: red;
}

/*スマホ版テーブル*/
.ea-table_box2{
	display: none;
	width: 95%;
	height: auto;
}

.ea-table2{
	overflow-wrap: break-word;
	width: 100%;
	border-spacing: 15px;
	table-layout: fixed;
}
	
.ea-table2 th{
	width: 150px;
	border-radius: 5px;
	text-align: center;
	display: block;
	background-color: palegoldenrod;
}
	
.ea-table2 td{
	width: 97%;
	padding-left: 3%;
	box-sizing: border-box;
	border-bottom: 2px dotted orange;
}
	
.ea-table2 a{
	color: black;
	text-decoration: none;
}

.ea-map {
	widows: 100%;
	height: auto;
}

/*どんなところ？/事業所紹介質問コーナー/事業所からのメッセージ*/
.ea-how{
	width: 90%;
	height: auto;
	margin: 200px 0;
	padding: 20px 0 50px;
	background-color: #edecdc;
}

.how-title{
	width: 65%;
	height: auto;
	margin:0 auto;
	border-bottom: 1px solid black;
	text-align: left;
}

.how-h2{
	display: block;
	margin: 0;
	line-height: 6rem;
}

.how-text{
	width: 65%;
	height: auto;
	margin: 0 auto;
	padding: 1.5rem 0;
	text-align: left;
	line-height: 2rem;
}

.ea-margin{
		margin-bottom: 250px;
	}

/*週間プログラム*/
.program{
	width: 100%;
	height: auto;
	margin: 100px 0;
	background-color: #edecdc;
	padding: 0 0 50px;
}

.program-title{
	width: 70%;
	height: auto;
	margin:0 auto;
	text-align: left;
	border-bottom: 1px solid black;
}

.scrollable {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	overflow-x:scroll;	
}

.program-table {
	width:100%;
	border-collapse: collapse;
}

.program-table th {
	width: 100px;
	height: 80px;
	white-space: nowrap;
}

.program-table td {
	white-space: nowrap;
	border: 1px solid black;
	padding: 5px;
}

.ea-pro_td{
	text-align: center;
}

.ea-pro_td_top{
	text-align: center;
	background-color: palegoldenrod;
	font-weight: 900;
}


/* ▽▽▽　PC用CSS START */
@media only screen and (max-width:1280px){
	
	.ea-acname{
		margin: 30px 10%;
	}
	
	.ea-box{
		width: 90%;
		height: auto;
		margin: 0 auto 100px;
		font-size: 1.1rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
	}

	.ea-img{
		width: 30%;
		height: auto;
		background-color: palegoldenrod;
	}

	.ea-pic{
		display: block;
		width: 100%;
	}

	.ea-table_box{
		width: 65%;
		height: auto;
	}

	.ea-table{
		border-spacing: 15px;
	}

	.ea-table th{
		width: 20%;
		border-radius: 5px;
		background-color: palegoldenrod;
		text-align: center;
	}
	
	.ea-table td{
		padding-left: 2%;
	}
	
	/*スマホ版テーブル*/
	.ea-table_box2{
		display: none;
		width: 95%;
		height: auto;
	}
	
	.ea-table2{
		overflow-wrap: break-word;
		width: 100%;
		border-spacing: 15px;
		table-layout: fixed;
	}
	
	.ea-table2 th{
		width: 150px;
		border-radius: 5px;
		text-align: center;
		display: block;
		background-color: palegoldenrod;
	}
	
	.ea-table2 td{
		width: 97%;
		padding-left: 3%;
		box-sizing: border-box;
		border-bottom: 2px dotted orange;
	}
	
	.ea-table2 a{
		color: black;
		text-decoration: none;
	}

	/*どんなところ？/事業所紹介質問コーナー/事業所からのメッセージ*/
	.ea-how{
		width: 90%;
		height: auto;
		margin: 200px 0;
	}

	.how-title{
		width: 65%;
		height: auto;
		margin:0 auto;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.how-h2{
		display: block;
		margin: 0;
		line-height: 6rem;
	}

	.how-text{
		width: 65%;
		height: auto;
		margin:0  auto;
		padding: 1.5rem 0;
		text-align: left;
		line-height: 2rem;
	}
	
	.ea-margin{
		margin-bottom: 250px;
	}

	/*週間プログラム*/
	.program{
		width: 100%;
		height: auto;
		margin:100px 0;
		background-color: #edecdc;
		padding-bottom: 50px;
	}

	.program-title{
		width: 70%;
		height: auto;
		margin:0 auto;
		text-align: left;
		border-bottom: 1px solid black;
	}

	.scrollable {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		display: flex;
		overflow-x:scroll;	
	}

	.program-table {
		width:100%;
		border-collapse: collapse;
	}

	.program-table th {
		width: 80px;
		height: 70px;
		white-space: nowrap;
	}

	.program-table td {
		white-space: nowrap;
		border: 1px solid black;
		padding: 5px;
	}

	.ea-pro_td{
		text-align: center;
	}
	
	.ea-pro_td_top{
		text-align: center;
		background-color: palegoldenrod;
		font-weight: 900;
	}


}
/* △△△　PC用CSS END */
/* ▽▽▽　Tablet-A用CSS START */
@media only screen and (max-width:960px){
	
	.ea-acname{
		margin: 30px 10%;
	}

	.ea-box{
		width: 95%;
		height: auto;
		margin: 0 auto 100px;
		font-size: 1.2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
	}

	.ea-img{
		width: 35%;
		height: auto;
		margin: 0 10px 30px;
		background-color: palegoldenrod;
	}

	.ea-pic{
		display: block;
		width: 100%;
	}

	.ea-table_box{
		width: 90%;
		height: auto;
	}

	.ea-table{
		width: 100%;
		border-spacing: 15px;
	}
	
	.ea-table th{
		width: 20%;
		border-radius: 5px;
		background-color: palegoldenrod;
		text-align: center;
	}

	.ea-table td{
		padding-left: 2%;
	}
	
	/*スマホ版テーブル*/
	.ea-table_box2{
		display: none;
		width: 95%;
		height: auto;
	}
	
	.ea-table2{
		overflow-wrap: break-word;
		width: 100%;
		border-spacing: 15px;
		table-layout: fixed;
	}
	
	.ea-table2 th{
		width: 150px;
		border-radius: 5px;
		text-align: center;
		display: block;
		background-color: palegoldenrod;
	}
	
	.ea-table2 td{
		width: 97%;
		padding-left: 3%;
		box-sizing: border-box;
		border-bottom: 2px dotted orange;
	}
	
	.ea-table2 a{
		color: black;
		text-decoration: none;
	}

	/*どんなところ？/事業所紹介質問コーナー/事業所からのメッセージ*/
	.ea-how{
		width: 95%;
		height: auto;
		margin: 200px 0;
	}

	.how-title{
		width: 75%;
		height: auto;
		margin:0 auto;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.how-h2{
		display: block;
		margin: 0;
		line-height: 4.5rem;
	}

	.how-text{
		width: 75%;
		height: auto;
		margin:0  auto;
		padding: 1rem 0;
		text-align: left;
		line-height: 2rem;
	}
	
	.ea-margin{
		margin-bottom: 250px;
	}

	/*週間プログラム*/
	.program{
		width: 100%;
		height: auto;
		margin:100px 0;
		background-color: #edecdc;
		padding-bottom: 50px;
	}

	.program-title{
		width: 75%;
		height: auto;
		margin:0 auto;
		text-align: left;
		border-bottom: 1px solid black;
	}

	.scrollable {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		display: flex;
		overflow-x:scroll;	
	}

	.program-table {
		width:100%;
		border-collapse: collapse;
	}

	.program-table th {
		width: 100px;
		height: 80px;
		white-space: nowrap;
	}

	.program-table td {
		white-space: nowrap;
		border: 1px solid black;
		padding: 5px;
	}

	.ea-pro_td{
		text-align: center;
	}
	
	.ea-pro_td_top{
		text-align: center;
		background-color: palegoldenrod;
		font-weight: 900;
	}

}
/* △△△　Tablet-A用CSS END */

/* ▽▽▽　Tablet-B用CSS START */
@media only screen and (max-width:640px){
	
	.ea-acname{
		margin: 0 10%;
	}

	.ea-box{
		width: 90%;
		height: auto;
		margin: 0 auto 100px;
		font-size: 1.1rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
	}

	.ea-img{
		width: 45%;
		height: auto;
		margin: 0 auto 30px;
		background-color: palegoldenrod;
	}

	.ea-pic{
		display: block;
		width: 100%;
	}

	.ea-table_box{
		width: 100%;
		height: auto;
	}

	.ea-table{
		width: 100%;
		border-spacing: 15px;
	}
	
	.ea-table th{
		width: 30%;
		border-radius: 5px;
		background-color: palegoldenrod;
		text-align: center;
	}

	.ea-table td{
		padding-left: 2%;
	}
	
	/*スマホ版テーブル*/
	.ea-table_box2{
		display: none;
		width: 95%;
		height: auto;
	}
	
	.ea-table2{
		overflow-wrap: break-word;
		width: 100%;
		border-spacing: 15px;
		table-layout: fixed;
	}
	
	.ea-table2 th{
		width: 150px;
		border-radius: 5px;
		text-align: center;
		display: block;
		background-color: palegoldenrod;
	}
	
	.ea-table2 td{
		width: 97%;
		padding-left: 3%;
		box-sizing: border-box;
		border-bottom: 2px dotted orange;
	}
	
	.ea-table2 a{
		color: black;
		text-decoration: none;
	}

	/*どんなところ？/事業所紹介質問コーナー/事業所からのメッセージ*/
	.ea-how{
		width: 95%;
		height: auto;
		margin: 200px 0;
	}

	.how-title{
		width: 80%;
		height: auto;
		margin:0 auto;
		border-bottom: 1px solid black;
		text-align: left;
	}

	.how-h2{
		display: block;
		margin: 0;
		line-height: 4.5rem;
	}

	.how-text{
		width: 80%;
		height: auto;
		margin:0  auto;
		padding: 1.5rem 0;
		text-align: left;
		line-height: 2rem;
	}
	
	.ea-margin{
		margin-bottom: 250px;
	}

	/*週間プログラム*/
	.program{
		width: 100%;
		height: auto;
		margin:100px 0;
		background-color: #edecdc;
		padding-bottom: 20px;
	}

	.program-title{
		width: 80%;
		height: auto;
		margin:0 auto;
		text-align: left;
		border-bottom: 1px solid black;
	}
	
	.program-title h2{
		font-size: 1.1rem;
	}

	.scrollable {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		display: flex;
		overflow-x:scroll;	
	}

	.program-table {
		width:100%;
		font-size: 0.8rem;
		border-collapse: collapse;
	}

	.program-table th {
		width: 100px;
		height: 60px;
		white-space: nowrap;
	}

	.program-table td {
		white-space: nowrap;
		border: 1px solid black;
		padding: 5px;
	}

	.ea-pro_td{
		text-align: center;
	}

	.program-name{
		padding-left: 3%;
		text-align: left;
	}
	
	.ea-pro_td_top{
		text-align: center;
		background-color: palegoldenrod;
		font-weight: 900;
	}
	
}
/* △△△　Tablet-B用CSS END */

/* ▽▽▽　smartphone用CSS START */
@media only screen and (max-width:480px){
	
	.ea-acname{
		margin: 0 10%;
	}

	.ea-box{
		width: 90%;
		height: auto;
		margin: 0 5% 100px;
		font-size: 1.1rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
	}

	.ea-img{
		width: 70%;
		height: auto;
		margin: 0 auto 20px;
		background-color: palegoldenrod;
	}

	.ea-pic{
		display: block;
		width: 100%;
	}
	
	/*PC・タブレット版テーブル*/
	.ea-table_box{
		display: none;
		width: 100%;
		height: auto;
	}
	
	.ea-table{
		width: 100%;
		border-spacing: 15px;
	}
	
	.ea-table td{
		padding-left: 2%;
	}
	
	/*スマホ版テーブル*/
	.ea-table_box2{
		display: block;
		width: 95%;
		height: auto;
	}
	
	.ea-table2{
		overflow-wrap: break-word;
		width: 100%;
		border-spacing: 15px;
		table-layout: fixed;
	}
	
	.ea-table2 th{
		width: 150px;
		border-radius: 5px;
		text-align: center;
		display: block;
		background-color: palegoldenrod;
	}
	
	.ea-table2 td{
		width: 97%;
		padding-left: 3%;
		box-sizing: border-box;
		border-bottom: 2px dotted orange;
	}
	
	.ea-table2 a{
		color: black;
		text-decoration: none;
	}
	
/*どんなところ？/事業所紹介質問コーナー/事業所からのメッセージ*/
	.ea-how{
		width: 95%;
		height: auto;
		margin: 200px 0;
	}

	.how-title{
		width: 80%;
		height: auto;
		margin:0 auto;
		text-align: left;
		border-bottom: 1px solid black;
	}

	.how-h2{
		display: block;
		margin: 0;
		line-height: 4.5rem;
	}

	.how-text{
		width: 80%;
		height: auto;
		margin:0  auto;
		padding: 1.5rem 0;
		text-align: left;
		line-height: 1.7rem;
	}
	
	.ea-margin{
		margin-bottom: 250px;
	}

/*週間プログラム*/
	.program{
		width: 100%;
		height: auto;
		margin: 100px 0;
		background-color: #edecdc;
		padding-bottom: 20px;
	}

	.program-title{
		width: 80%;
		height: auto;
		margin:0 auto;
		text-align: left;
		border-bottom: 1px solid black;
	}
	
	.program-title h2{
		font-size: 1rem;
	}

	.scrollable {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		display: flex;
		overflow-x:scroll;	
	}

	.program-table {
		width: 100%;
		font-size: 0.7rem;
		border-collapse: collapse;
	}

	.program-table th {
		width: 100px;
		height: 60px;
		white-space: nowrap;
	}

	.program-table td {
		white-space: nowrap;
		border: 1px solid black;
		padding: 5px;
	}

	.ea-pro_td{
		text-align: center;
	}
	
	.ea-pro_td_top{
		text-align: center;
		background-color: palegoldenrod;
		font-weight: 900;
	}

	.program-name{
		padding-left: 3%;
		text-align: left;
	}

}
/* △△△　smartphone用CSS END */
