/* ---------------------------------------
    parking
-----------------------------------------*/
/* sec_intro
--------------------------------*/
#sec_intro {
	padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
	#sec_intro {
		padding: 6rem 0 0;
	}
}
#sec_intro .ttl {
	font-size: 3.2rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	#sec_intro .ttl {
		font-size: 2rem;
	}
}
#sec_intro .txt {
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .txt {
		margin-top: 4rem;
	}
}
#sec_intro .contact_tel {
	max-width: 84rem;
	padding: 4.8rem 11rem;
	background-color: #F8F8F8;
	margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel {
		padding: 3rem 2rem;
	}
}
#sec_intro .contact_tel .ttl {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .ttl {
		font-size: 1.8rem;
	}
}
#sec_intro .contact_tel .num_wrap {
	display: flex;
	align-items: center;
	gap: 0 2.4rem;
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .num_wrap {
		gap: 0 1.2rem;
		margin-top: 2rem;
	}
}
#sec_intro .contact_tel .num_wrap .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10.6rem;
	height: 10.6rem;
	background-color: #2D385A;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .num_wrap .ico {
		width: 6rem;
		height: 6rem;
	}
}
#sec_intro .contact_tel .num_wrap .ico img {
	width: 3.9rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .num_wrap .ico img {
		width: 2.2rem;
	}
}
#sec_intro .contact_tel .num_wrap .s_ttl {
	color: #2D385A;
	font-weight: 700;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .num_wrap .s_ttl {
		font-size: 1.5rem;
	}
}
#sec_intro .contact_tel .num_wrap .num {
	color: #2D385A;
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 1;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .num_wrap .num {
		font-size: 3.2rem;
		margin-top: 0.5rem;
	}
}
#sec_intro .contact_tel .num_wrap .time {
	font-size: 2rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .contact_tel .num_wrap .time {
		font-size: 1.5rem;
	}
}
#sec_intro .contact_tel ul {
	margin-top: 2.8rem;
}
#sec_intro .contact_tel ul li {
	position: relative;
	line-height: 1.375;
	padding-left: 1em;
	text-indent: -1em;
}
#sec_intro .contact_tel ul li + li {
	margin-top: 1rem;
}
#sec_intro .contact_tel ul li a:not([href*="tel:"]) {
	border-bottom: 1px solid #000;
}
#sec_intro .contact_tel ul li .red {
	font-weight: 700;
}

/* sec_notice
--------------------------------*/
#sec_notice {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_notice {
		margin-top: 10rem;
	}
}
#sec_notice .cnt_wrap {
	width: 84rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_notice .cnt_wrap {
		width: 100%;
		margin-top: 5rem;
	}
}
#sec_notice .cnt_wrap .notice_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #000;
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	#sec_notice .cnt_wrap .notice_tb {
		margin-top: 2.5rem;
	}
}
#sec_notice .cnt_wrap .notice_tb th, #sec_notice .cnt_wrap .notice_tb td {
	vertical-align: top;
	line-height: 1.75;
	padding: 3rem 0;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
	#sec_notice .cnt_wrap .notice_tb th, #sec_notice .cnt_wrap .notice_tb td {
		padding: 2rem 0;
	}
}
#sec_notice .cnt_wrap .notice_tb th {
	width: 15rem;
}
@media screen and (max-width: 767px) {
	#sec_notice .cnt_wrap .notice_tb th {
		width: 7em;
	}
}
#sec_notice .cnt_wrap .notice_tb td {
	line-height: 1.9375;
	padding: 2.6rem 0 2.6rem 3rem;
}
@media screen and (max-width: 767px) {
	#sec_notice .cnt_wrap .notice_tb td {
		line-height: 1.75;
		padding: 2rem 0 2rem 1.5rem;
	}
}
#sec_notice .cnt_wrap .notice_tb td .red {
	font-weight: 700;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_notice .cnt_wrap .notice_tb td .red {
		font-size: 1.4rem;
	}
}

/* sec_price
--------------------------------*/
#sec_price {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_price {
		margin-top: 10rem;
	}
}
#sec_price .cnt_wrap {
	width: 84rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_price .cnt_wrap {
		width: 100%;
		margin-top: 5rem;
	}
}
#sec_price .cnt_wrap .price_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#sec_price .cnt_wrap .price_tb th, #sec_price .cnt_wrap .price_tb td {
	vertical-align: middle;
	line-height: 1.75;
}
#sec_price .cnt_wrap .price_tb thead {
	background-color: #2D385A;
}
#sec_price .cnt_wrap .price_tb thead th {
	text-align: center;
	width: 31rem;
	color: #fff;
	padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
	#sec_price .cnt_wrap .price_tb thead th {
		width: 11rem;
		padding: 1.5rem 0.5rem;
	}
}
#sec_price .cnt_wrap .price_tb thead th:not(:last-child) {
	border-right: 1px solid #fff;
}
#sec_price .cnt_wrap .price_tb thead th:first-child {
	text-align: left;
	width: 22rem;
}
@media screen and (max-width: 767px) {
	#sec_price .cnt_wrap .price_tb thead th:first-child {
		width: 11.5rem;
		padding: 1.5rem 1rem;
	}
}
#sec_price .cnt_wrap .price_tb tbody th, #sec_price .cnt_wrap .price_tb tbody td {
	padding: 2.2rem 2rem;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	#sec_price .cnt_wrap .price_tb tbody th, #sec_price .cnt_wrap .price_tb tbody td {
		padding: 1.8rem 1rem;
	}
}
#sec_price .cnt_wrap .price_tb tbody tr:nth-child(even) th, #sec_price .cnt_wrap .price_tb tbody tr:nth-child(even) td {
	background-color: #F8F8F8;
}
#sec_price .cnt_wrap .price_tb tbody th {
	vertical-align: middle;
	border-right: 1px dashed #000;
}
#sec_price .cnt_wrap .price_tb tbody td {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_price .cnt_wrap .price_tb tbody td {
		font-size: 1.6rem;
	}
}
#sec_price .cnt_wrap .price_tb tbody td:not(:last-child) {
	border-right: 1px dashed #000;
}

/* sec_access
--------------------------------*/
#sec_access {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_access {
		margin-top: 10rem;
	}
}
#sec_access .cnt_wrap {
	width: 84rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#sec_access .cnt_wrap {
		width: 100%;
		margin-top: 5rem;
	}
}
#sec_access .cnt_wrap .access_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#sec_access .cnt_wrap .access_tb th, #sec_access .cnt_wrap .access_tb td {
	display: block;
	width: 100%;
	line-height: 1.75;
}
#sec_access .cnt_wrap .access_tb th {
	font-weight: 700;
	padding: 4rem 0 2.4rem;
	border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
	#sec_access .cnt_wrap .access_tb th {
		padding: 3rem 0 1.5rem;
	}
}
#sec_access .cnt_wrap .access_tb td {
	padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
	#sec_access .cnt_wrap .access_tb td {
		padding: 0 0 3rem;
	}
}
#sec_access .cnt_wrap .access_tb td .map {
	width: 100%;
	height: 40.9rem;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_access .cnt_wrap .access_tb td .map {
		height: 24rem;
	}
}
#sec_access .cnt_wrap .access_tb td .map iframe {
	width: 100%;
	height: 100%;
}
#sec_access .cnt_wrap .access_tb td .img:not(:only-child) {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_access .cnt_wrap .access_tb td .img:not(:only-child) {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_access .cnt_wrap .access_tb td .img.sp_scroll {
		width: 33.5rem;
		overflow-x: auto;
	}
	#sec_access .cnt_wrap .access_tb td .img.sp_scroll img {
		max-width: inherit;
		width: 65rem;
	}
}

/* sec_reservation
--------------------------------*/
#sec_reservation {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_reservation {
		margin-top: 10rem;
	}
}
#sec_reservation .wrap {
	max-width: 84rem;
}
#sec_reservation .txt_wrap {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#sec_reservation .txt_wrap {
		margin-top: 5rem;
	}
}
#sec_reservation .txt_wrap .txt + .txt {
	margin-top: 0.5em;
}
#sec_reservation .txt_wrap .box {
	padding: 2rem 4rem;
	background-color: #FCF0F0;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_reservation .txt_wrap .box {
		padding: 3rem 2rem;
	}
}
#sec_reservation .txt_wrap .box .ttl {
	line-height: 2;
}
#sec_reservation .txt_wrap .box ul li {
	position: relative;
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}
#sec_reservation .txt_wrap .box ul li .red {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#sec_reservation .txt_wrap .box ul li .red {
		font-size: 1.6rem;
	}
}

/* 2510_営業時間のお知らせ追加 */
.info-box {
	max-width: 84rem;
	padding: 4rem;
	border: 2px solid;
	margin: 5rem auto 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.info-box {
		padding: 2rem;
	}
}
.info-box .info-title {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.info-box .info-title {
		font-size: 1.8rem;
	}
}
.info-box .info-text {
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.info-box .info-text {
		margin-top: 1.2rem;
		text-align: left;
	}
}