@charset "UTF-8";

.info {
}

.info_wrap {
	padding: 0 60px;
}

.info_ttl {
	margin-bottom: 13px;
	font-size: 34px;
}

.info_address {
	margin-bottom: 4px;
	font-size: 24px;
}

.info_address  span {
	font-size: 16px;
}

.info_tel {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 20px;
}

.info_tel p {
	font-size: 20px;
}

.info_tel a {
	color: #ff7ba7;
	font-size: 44px;
}

.info_tel a .icon-phone {
	font-size: 34px;
}

.info_tbl {
	width: 100%;
	margin-bottom: 50px;
}

.info_tbl table {
	width: 100%;
	margin-bottom: 7px;
	font-size: 20px;
	table-layout: fixed;
}

.info_tbl table tr > * {
	vertical-align: middle;
}

.info_tbl table thead {
}

.info_tbl table thead tr {
	border-bottom: #000000 1px solid;
}

.info_tbl table thead tr th {
	width: 380px;
	padding: 23px;
}

.info_tbl table thead tr td {
	padding: 4.5px 7px;
	padding: 23px 13px;
	text-align: center;
}

.info_tbl table tbody {
}

.info_tbl table tbody tr {
	border-bottom: #000000 1px solid;
}

.info_tbl table tbody tr th {
	width: 380px;
	padding: 23px;
}

.info_tbl table tbody tr td {
	padding: 4.5px 7px;
	text-align: center;
}

.info_tbl table tbody tr td span {
	display: flex;
	justify-content: center;

	scale: 1.2;
}

.info_tbl_note {
	padding: 23px;
}

.info_tbl_note_wrap {
}

.info_tbl_note_cnt {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
}

.shapeicon {
	display: flex;
	justify-content: center;
	width: 29px;
}

.clpnk {
	color: #ff7ba7;
}

.info_map {
	height: 510px;
	overflow: hidden;
	border-radius: 15px;
}

.access {
	padding-bottom: 100px;
}

.access_wrap {
}

.access_cnt {
	align-items: end;
}

.access_left {
}

.sec_txt_cnt {
	margin-bottom: 15px;
}

.sec_txt_parking {
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #fcedf7;
}

.pnknum {
	color: #ff7ba7;
	font-size: 24px;
}

.sec_txt_map {
}

.sec_img {
	width: 560px;
	height: fit-content;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.info {
	}

	.info_wrap {
		padding: 0;
	}

	.info_ttl {
		margin-bottom: 8px;
		font-size: 26px;
	}

	.info_address {
		font-size: 18px;
	}

	.info_address  span {
		font-size: 14px;
	}

	.info_tel {
	}

	.info_tel p {
		display: none;
	}

	.info_tel a {
		display: flex;
		justify-content: center;
		align-items: baseline;
		width: 100%;
		padding: 11px 0 13px;
		border-radius: 10px;
		background: #ff7ba7;
		color: #ffffff;
		font-size: 26px;
	}

	.info_tel_txt {
		padding-right: 15px;
		font-size: 14px;
	}

	.info_tel a .icon-phone {
		font-size: 19px;
	}

	.info_tbl {
		margin-bottom: 15px;
	}

	.info_tbl table {
		font-size: 14px;
	}

	.info_tbl table tr > * {
	}

	.info_tbl table thead {
	}

	.info_tbl table thead tr {
	}

	.info_tbl table thead tr th {
		width: 90px;
		padding: 15px 0;
	}

	.info_tbl table thead tr td {
		padding: 15px 4px;
		font-size: 14px;
		white-space: nowrap;
	}

	.info_tbl table tbody {
	}

	.info_tbl table tbody tr {
	}

	.info_tbl table tbody tr th {
		width: 90px;
		padding: 15px 0;
		line-height: 1.4;
	}

	.info_tbl table tbody tr td {
	}

	.info_tbl table tbody tr td span {
		max-width: 80%;
		margin: 0 auto;

		scale: 1;
	}

	.info_tbl_note {
		padding: 15px 0;
	}

	.info_tbl_note_wrap {
	}

	.info_tbl_note_cnt {
		display: flex;
		align-items: baseline;
		gap: 8px;
		font-size: 16px;
	}

	.shapeicon {
		width: 16px;
	}

	.clpnk {
	}

	.info_map {
		width: 100%;
		height: 370px;
	}

	.info_map iframe {
		width: 100%;
		height: 100%;
	}

	.access {
		padding-bottom: 10px;
	}

	.access_wrap {
	}

	.access_cnt {
	}

	.access_left {
	}

	.sec_txt_cnt {
	}

	.sec_txt_parking {
	}

	.pnknum {
	}

	.sec_txt_map {
	}

	.sec_img {
		width: 100%;
	}
}
