#map{
	margin-top:5em;
	width:100%;
}

.about_section{
	margin-top:5em;
}
.about_section table{
	max-width:100%;
	color: #212529;
    vertical-align: top;
    border: #ccc solid 1px;
	caption-side: bottom;
    border-collapse: collapse;
}
.about_section table tr{
	border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.about_section table tr th{
	vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.5;
    white-space: nowrap;
    padding: 0.9375rem;
	background-color:rgba(0,0,0,0.1);
	border: #ccc solid 1px;
	text-align:left;
	font-weight:normal;
}
.about_section table tr td{
	vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.5;
    white-space: nowrap;
    padding: 0.9375rem;
	border: #ccc solid 1px;
	word-wrap: break-word; /* 長い単語を折り返し */
    word-break: break-all; /* 単語の途中でも折り返す */
    white-space: normal; /* 折り返し可能にする */
}

.slick-slide img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.top_slide2{
	margin-top:2em;
}

@media only screen and (max-width: 767px){
	.slick-slide img{
		height:42vw;
	}
}