@charset "utf-8";

.memo {
    background: #F0F0F0;
    border-radius: 12px;
    padding: 20px 30px;
}
@media screen and (max-width: 834px) {
	.memo {
		padding: 15px;
	}
}

article.tenpo {
	display: flex;
	justify-content: space-between;
}
article.tenpo:not(:last-child) {
	padding-bottom: 60px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 60px;
}
article.tenpo > div.img{
	width: 400px;
}
article.tenpo > div:nth-child(2){
	width: 660px;
}
@media screen and (max-width: 834px) {
	article.tenpo {
		display: block;
	}
	article.tenpo > div.img{
	width: 70%;
		margin: 0 auto;
		margin-bottom: 40px;
}
article.tenpo > div:nth-child(2){
	width: auto;
}

}

article.tenpo .link > a {
    width: 260px;
    margin: 0 auto;
		margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #EB6E8F;
    background: #EB6E8F;
    border-radius: 10px;
    padding: 14px 0;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
article.tenpo .link > a:hover {
	opacity: 0.8;
}

table{
	width: 100%;
	border-collapse: collapse;
}

.office_table1 >tbody>tr>th,
.office_table1 >tbody>tr>td{
	border: 1px solid #CCC;
	padding: 14px 30px;
}
.office_table1 >tbody>tr>th{
	background: #F0F0F0;
	text-align: center;
	width: 200px;
}
@media screen and (max-width: 834px) {
	.office_table1 >tbody>tr{
		display: block;
		margin-bottom: 20px;
		border: 1px solid #CCC;
		border-right: 0;
		border-left: 0;
	}
	.office_table1 >tbody>tr>th,
	.office_table1 >tbody>tr>td{
		display: block;
		width: auto;
		border: none;
		text-align: left;
			padding: 10px 15px;
	}
}
/* --------------------------------- *
/* ------------------------------------------------------------------ */

main ul.mapbox > li > iframe {
	width: 100%;
}
main ul.mapbox > li {
	margin-bottom: 40px;
}