@charset "UTF-8";

.main_head {
	background-image: url("/img/cmn/img-information-bg.jpg");
}

.info {
}

.info_ttl {
	text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.info_ttl img {
	margin-right: 140px;
}

.info_data {
	display: table;
	width: 100%;
	max-width: 780px;
	margin: 40px auto 0;
}

.info_data_dl {
	display: table-row;
}

.info_data_dl > dt,
.info_data_dl > dd {
	padding: 15px;
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #D0D0D0;
}

.info_data_dl:last-child > dt,
.info_data_dl:last-child > dd {
	border-bottom: none;
}

.info_data_dl > dt {
	color: #015539;
}

.info_data_dl > dd {
}

.info_data_gmap {
	color: #015539;
	display: inline-block;
	padding-right: 25px;
	position: relative;
	margin-left: 10px;
}

.info_data_gmap:after {
	font-family: icomoon;
	content: "\e901";
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	font-size: 10px;
	right: 0;
}

.info_sns {
	margin: 40px auto 0;
	display: flex;
	max-width: 740px;
	justify-content: space-between;
}

.info_sns > a {
	color: #Fff;
	text-align: center;
	width: 48.5%;
	line-height: 70px;
	height: 70px;
}

.info_sns > a.-fb {
	background: #4A67AD;
}

.info_sns > a.-in {
	background: linear-gradient(to right, rgba(245, 198, 74, 1) 0%, rgba(226, 58, 36, 1) 50%, rgba(179, 40, 145, 1) 100%);
}

.info_sns > a img {
	vertical-align: middle;
	margin-right: 15px;
}

@media screen and (max-width:640px) {
	.info {
	}

	.info_ttl {
	}

	.info_ttl img {
		max-width: 50%;
		margin-right: 0;
	}

	.info_data {
		display: block;
		margin-top: 20px;
	}

	.info_data_dl {
		display: block;
		border-top: 1px solid #D0D0D0;
		padding: 15px 0;
	}

	.info_data_dl:first-child {
		border-top: 0;
	}

	.info_data_dl > dt,
	.info_data_dl > dd {
		display: block;
		padding: 0;
		border-bottom: 0;
	}

	.info_data_dl:last-child > dt,
	.info_data_dl:last-child > dd {
	}

	.info_data_dl > dt {
	}

	.info_data_dl > dd {
		font-size: 15px;
	}

	.info_data_gmap {
	}

	.info_data_gmap:after {
	}

	.info_sns {
		display: block;
		margin-top: 10px;
	}

	.info_sns > a {
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	.info_sns > a.-fb {
	}

	.info_sns > a.-in {
	}

	.info_sns > a img {
	}

}
