@charset "utf-8";

/*-------------------------------
	sec info
-------------------------------*/

.sec_info {
	margin-bottom:9rem;
}

.info_img_wrap {
	width:50%;
}

.info_img_wrap .info_img:not(:last-of-type) {
	margin-bottom:3rem;
}

.info_txt {
	width:50%;
	min-width:48rem;
	padding-left:min(6rem,5.5%);
}

.info_txt_child:not(:last-of-type) {
	margin-bottom:4rem;
}

.info_txt_child01 p {
	line-height:2;
}

.post_no {
	line-height:1.5;
	font-weight:500;
}

.post_no span {
	font-size:1.6rem;
}

.btn_gmap {
	display: inline-block;
	font-size:1.2rem;
	padding:0.5em 1em 0.5em 2.5em;
	color:#fff;
	background:#00AFCC;
	border-radius:2rem;
	position:relative;
	margin:0 0 0.3rem 2rem;
}

.btn_gmap::before {
	content:"";
	display: block;
	width:1.1rem;
	height:1.6rem;
	background:url(../images/icon_mappin.svg) no-repeat center / contain;
	position:absolute;
	left:1.2rem;
	top:0;
	bottom:0;
	margin:auto 0;
}

.btn_gmap:hover {
	background:#444;
}

.week_list dt,
.week_list dd {
	width:50%;
}

.week_list dt {
	padding:1rem;
}

.week_list dd {
	padding:1rem 1rem;
	text-align: center;
	font-size:2rem;
	letter-spacing: 0.04em;
}

.icon_week {
	display: inline-block;
	font-size:1.6rem;
	color:#fff;
	font-weight:500;
	background:#00AFCC;
	width:1.75em;
	height:1.75em;
	line-height:1.65;
	text-align: center;
	border-radius:1.75em;
	margin:0 0.5rem;
	letter-spacing: 0;
}

.icon_week._holiday {
	background:#999;
}

.info_txt_child04 .kome {
	font-size:1.4rem;
	margin-top:0.5em;
}

.info_txt_child05 .ten_list li {
	margin-bottom:0;
}

.info_txt_child05 .ten_list li:first-of-type {
	width:100%;
}

.pay_list figure {
	width:4rem;
	border:1px solid #D9D9D9;
	border-radius:0.3rem;
	overflow:hidden;
	margin:1rem 0.3rem 1rem;
}

.info_txt_child04 .uline_title,
.info_txt_child05 .uline_title {
	margin-bottom:0.25em;
}

/*-------------------------------
	sec access
-------------------------------*/

.sec_access {
	padding:8rem 0;
}

.sec_access .info_txt {
	padding-left:0;
	padding-right:min(6rem,5.5%);
}

.info_map {
	width:50%;
}

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

.icon_park {
	margin-top:0.5em;
	position:relative;
	padding-left:1.75em;
}

.icon_park::before {
	content:"P";
	display: block;
	width:2.8rem;
	height:2.8rem;
	line-height:2.8rem;
	font-size:2rem;
	color:#fff;
	background:#00AFCC;
	border-radius:0.3rem;
	text-align: center;
	letter-spacing: 0;
	position:absolute;
	left:0;
	top:0.25em;
}

.icon_park span {
	font-size:1.6rem;
}

/*-------------------------------
	responsive
-------------------------------*/
@media screen and (max-width:1230px) {

.pay_list {
	justify-content: flex-start;
}

.pay_list figure:first-of-type {
	margin-left:0;
}


} /* end 1230px */

/*-------------------------------
	ver sp
-------------------------------*/

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

/*-------------------------------
	sec info
-------------------------------*/

.sec_info {
	margin-bottom:7rem;
}

.info_img_wrap {
	width:100%;
	margin-bottom:2rem;
}

.info_img_wrap .info_img:not(:last-of-type) {
	margin-bottom:2rem;
}

.info_txt {
	width:100%;
	min-width:auto;
	padding-left:0;
}

.info_txt_child:not(:last-of-type) {
	margin-bottom:4rem;
}

.post_no span {
	font-size:1.6rem;
}

.btn_gmap {
	font-size:1.6rem;
	padding:0.75em 1em 0.75em 2.5em;
	margin:2rem 0 0;
}

.btn_gmap::before {
	width:1.43rem;
	height:2.1rem;
	left:1.6rem;
}

.week_list dt {
	width:55%;
	padding:1.5rem 0rem ;
	font-size:1.8rem;
}

.week_list dd {
	width:45%;
	padding:1.5rem 0rem;
	font-size:1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_week {
	font-size:1.6rem;
	margin:0 0.3rem;
}

.icon_week:first-of-type {
	margin-left:0;
}

.icon_week:last-of-type {
	margin-right:0;
}

.info_txt_child04 .kome {
	font-size:1.6rem;
	margin-top:0.5em;
}

.info_txt_child05 .ten_list li {
	margin-bottom:0.5rem;
	width:100%;
}

.pay_list figure {
	width:5rem;
	border:1px solid #D9D9D9;
	border-radius:0.3rem;
	overflow:hidden;
	margin:0.5rem 0.3rem 1.5rem;
}

.info_txt_child04 .uline_title,
.info_txt_child05 .uline_title {
	margin-bottom:0.75em;
}

.info_txt .footer_no p,
.info_txt .footer_no a {
	font-size:2rem;
	padding-left:3.25em;
}

/*-------------------------------
	sec access
-------------------------------*/

.sec_access {
	padding:8rem 0 0;
}

.sec_access .info_txt {
	padding-left:0;
	padding-right:0;
}

.info_map {
	width:100vw;
	margin-top:3rem;
	position:relative;
	left: -3rem;
}

.info_map iframe {
	width:100vw;
	height:100vw;
}

.icon_park::before {
	width:2.5rem;
	height:2.5rem;
	line-height:2.5rem;
	font-size:1.8rem;
}

.icon_park span {
	font-size:1.6rem;
}

} /* end 768px */