@charset "UTF-8";

.info {
}

.info_wrap {
	padding: 90px 100px 80px;
}

.info_logo {
	display: flex;
	justify-content: center;
	margin-bottom: 65px;
}

.info_detail {
	margin-bottom: 40px;
}

.info_detail_address {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	margin-bottom: 8px;
}

.info_detail_address .icon-pin {
	display: flex;
	color: var(--blue);
}

.info_detail_type {
	text-align: center;
}

.info_map {
	margin-bottom: 45px;
}

.info_map_cnt {
	width: 100%;
	height: 400px;
	margin-bottom: 13px;
	overflow: hidden;
	border-radius: 50px;
}

.info_map_cnt iframe {
	width: 100%;
	height: 100%;
}

.info_map_link {
	display: flex;
	justify-content: end;
}

.info_map_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 24px;
	border: 1px solid var(--blue);
	border-radius: 9999px;
	color: var(--blue);
	font-size: 14px;
	transition: all 0.4s;
}

.info_hour {
	padding: 45px 160px 55px;
	border: 2px solid var(--blue);
	border-radius: 40px;
}

.info_hour_ttl {
	margin-bottom: 15px;
	font-size: 23px;
	text-align: center;
}

.info_hour table {
	width: 100%;
	margin-bottom: 15px;
}

.info_hour table th {
	width: 220px;
	padding: 14px 20px;
}

.info_hour table thead {
}

.info_hour table thead tr {
}

.info_hour table thead tr th {
}

.info_hour table thead tr td {
	text-align: center;
}

.info_hour table tbody {
}

.info_hour table tbody tr {
	border-top: 1px solid #e2e2af;
}

.info_hour table tbody tr > * {
}

.info_hour table tbody tr th {
}

.info_hour table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.mr {
	width: 19px;
	height: 19px;
}

.sr {
	display: inline-flex;
	width: 2px;
	height: 17px;
	border-radius: 9999px;
	background: #faed00;
	transform: rotate(45deg);
}

.info_hour_note {
}

.info_hour_note dl {
	display: flex;
	justify-content: center;
	padding: 7px 14px;
	border-radius: 9999px;
	background: #f7f7de;
}

.info_hour_note dl dt {
}

.info_hour_note dl dd {
}

.cmnft_inner {
	background: linear-gradient(to bottom, var(--white) 0, var(--white) 250px, transparent 250px, transparent 100%);
}

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

	.info_wrap {
	}

	.info_logo {
	}

	.info_detail {
	}

	.info_detail_address {
	}

	.info_detail_address .icon-pin {
	}

	.info_detail_type {
	}

	.info_map {
	}

	.info_map_cnt {
	}

	.info_map_cnt iframe {
	}

	.info_map_link {
	}

	.info_map_link a {
	}

	.info_hour {
	}

	.info_hour_ttl {
	}

	.info_hour table {
	}

	.info_hour table th {
	}

	.info_hour table thead {
	}

	.info_hour table thead tr {
	}

	.info_hour table thead tr th {
	}

	.info_hour table thead tr td {
	}

	.info_hour table tbody {
	}

	.info_hour table tbody tr {
	}

	.info_hour table tbody tr > * {
	}

	.info_hour table tbody tr th {
	}

	.info_hour table tbody tr td {
	}

	.mr {
	}

	.sr {
	}

	.info_hour_note {
	}

	.info_hour_note dl {
	}

	.info_hour_note dl dt {
	}

	.info_hour_note dl dd {
	}

	.cmnft_inner {
	}
}

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

	.info_wrap {
		padding: 50px 0 60px;
	}

	.info_logo {
		width: 300px;
		margin: 0 auto 25px;
	}

	.info_detail {
		margin-bottom: 30px;
	}

	.info_detail_address {
	}

	.info_detail_address .icon-pin {
	}

	.info_detail_type {
	}

	.info_map {
	}

	.info_map_cnt {
		height: 350px;
		border-radius: 20px;
	}

	.info_map_cnt iframe {
	}

	.info_map_link {
	}

	.info_map_link a {
	}

	.info_hour {
		padding: 35px 20px 45px;
		border-radius: 20px;
	}

	.info_hour_ttl {
	}

	.info_hour table {
	}

	.info_hour table th {
		width: 100px;
		padding: 14px 0;
	}

	.info_hour table thead {
	}

	.info_hour table thead tr {
	}

	.info_hour table thead tr th {
	}

	.info_hour table thead tr td {
	}

	.info_hour table tbody {
	}

	.info_hour table tbody tr {
	}

	.info_hour table tbody tr > * {
	}

	.info_hour table tbody tr th {
	}

	.info_hour table tbody tr td {
	}

	.mr {
		width: 14px;
		height: 14px;
	}

	.sr {
		width: 2px;
		height: 14px;
	}

	.info_hour_note {
	}

	.info_hour_note dl {
		flex-flow: column;
		padding: 10px 13px 15px;
		border-radius: 20px;
		font-size: 16px;
	}

	.info_hour_note dl dt {
	}

	.info_hour_note dl dd {
	}

	.cmnft_inner {
	}
}
