@charset "utf-8";
/* CSS Document */

.kv_park {
	min-height: 60rem;
	position: relative;
}

.kv_park .titBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 30rem;
	width: 40%;
	float: right;
}

.kv_park .titBox .sub {
	font-size: 1.8rem;
	font-weight: 500;
}

.kv_park .titBox .parkName {
	font-size: 3.8rem;
	font-weight: 700;
}

.kv_park .blackBox {
	background: #1A1A1A;
	color: #fff;
	min-height: 30rem;
	padding: 0 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	float: left;
	margin: 30rem 0 0;
}

.kv_park .blackBox .catch {
	font-size: 2.5rem;
	color: #fff;
	line-height: 1.5;
	margin: 0 0 1rem;
	font-weight: 500;
}

.kv_park .blackBox p {
	font-size: 1.4rem;
	font-weight: 400;
}

.kv_park .pic {
	width: 60%;
	/* position: absolute; */
	top: 0;
	left: 0;
}

.kv_park .pic img {
	width: 100%;
	height: 30rem;
	object-fit: cover;
}

/* .kv_park .pic02 {
	width: 40%;
	min-height: 30rem;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
} */

.kv_park_02 {
	min-height: 60rem;
	position: relative;
	display: flex;
	margin-bottom: 3rem;
}

.kv_park_02 .pic {
	width: 60%;
}

.kv_park_02 .pic img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.kv_park_02 .kvtxtBox {
	width: 40%;
}

.kv_park_02 .titBox_02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50%;
}

.kv_park_02 .titBox_02 .sub {
	font-size: 1.8rem;
	font-weight: 500;
}

.kv_park_02 .titBox_02 .parkName {
	font-size: 3.8rem;
	font-weight: 700;
}

.kv_park_02 .fv-text-box {
	background-color: #E75B8D;
	color: white;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50%;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.kv_park_02 .fv-text-box .fv-title {
	text-align: center;
	margin-bottom: 20px;
}

.kv_park_02 .fv-text-box .fv-title .title-main {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.kv_park_02 .fv-text-box .fv-title .fv-description {
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 15px;
}

.kv_park_03 {
	margin-bottom: 3rem;
}

.kv_park_03 .blackBox {
	background: #1A1A1A;
	color: #fff;
	padding: 5rem 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 0rem 0 0;
}

.kv_park_03 .pic {
	width: 100%;
}

.kv_park_03 .pic img {
	width: 100%;
	height: 60vh;
	object-fit: cover;
	object-position: bottom;
}

.kv_park_03 .blackBox .catch {
	font-size: 2.5rem;
	color: #fff;
	line-height: 1.5;
	margin: 0 0 1rem;
	font-weight: 500;
}

.kv_park_03 .blackBox p {
	font-size: 1.4rem;
	font-weight: 400;
}

.gNav_kouen {
	height: 7rem !important;
	margin-bottom: 0rem !important;
}

.gNav_kouen ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
}

.gNav_kouen li {
	position: relative;
}

.gNav_kouen li:before {
	content: "";
	background: #fff;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 4px;
	right: 0;
}

.gNav_kouen li:first-child:after {
	content: "";
	background: #fff;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 0;
}

.gNav_kouen li a {
	padding: 0 8rem 1.1rem !important;
	height: 60% !important;
}



.midokoro .fuki_bo_blue {
	font-size: 2.5rem;
}

.midokoro .midokoro-slider ul {
	min-height: 60rem;
}

.midokoro .midokoro-slider li img {
	width: 900px;
	height: 60rem;
	object-fit: cover;
}

.midokoro .midokoro-slider .slick-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.midokoro .midokoro-slider .prev-arrow {
	margin: 0 0 0 -50rem;
}

.midokoro .midokoro-slider .next-arrow {
	margin: 0 0 0 50rem;
}


.life .rowBox .pic {
	background: url("../images/kouen/life_pic_volu.jpg") no-repeat top center;
	background-size: cover;
}

.map .mapImg {
	margin: 0 auto 4rem;
	display: table;
}

.map .btns .top {
	display: flex;
	justify-content: center;
}

.map .btns .box {
	margin: 0 3rem 0 0;
	width: 400px;
}

.map .btns .box:last-child {
	margin: 0;
}

.map .btns .box p {
	text-align: center;
	margin: 0 0 1rem;
	font-weight: 400;
}

.map .btns .btn-internal {
	margin: 0;
	width: 400px;
}

.map .btns .btn-internal a {
	border: solid 2px #008CCF;
	background: url(../images/common/arr_ccl_bla_right.png) no-repeat right 1rem center;
	background-size: 23px auto;
	border-radius: 40px;
	padding: 25px 40px 25px 30px;
}

.map .btns .btn-internal a:hover {
	opacity: 1;
	background: #008CCF url(../images/common/arr_ccl_wh_right.png) no-repeat right 1rem center;
	background-size: 23px auto;
	color: #fff;
}

.map .btns .btm {
	display: flex;
	justify-content: center;
	margin: 3rem 0 0;
}

.map .btns .btm .btn-internal {
	margin: 0 1.5rem 0 0;
	width: 267px;
}

.map .btns .btm .btn-internal:last-child {
	margin: 0;
}

.map .btns .txt {
	font-weight: 400;
	text-align: center;
	margin: 5rem 0 0;
}

.ovBox {
	width: 100% !important;
	margin: 6rem auto 0;
}

.ovBox dl {
	background: #fff;
	display: flex;
	align-items: center;
	margin: 0 0 3px;
	padding: 1.5rem 0;
}

.ovBox li {
	margin: 0 0 3px;
	padding: 1.5rem 3rem;
	font-weight: 400;
}

.ovBox li a {
	text-decoration: underline;
}

.ovBox dl dt {
	width: 145px;
	text-align: center;
	font-weight: 400;
}

.ovBox dl dd {
	flex: 1;
	border-left: solid 1px #B5B5B5;
	padding: 0 2rem 0 4rem;
	font-weight: 400;
}

.ovBox dl dd small {
	font-size: 1.2rem;
	display: block;
}

.ovBox .maplink {
	border-bottom: solid 1px #E5116E;
	color: #008CCF;
	text-decoration: none;
}

.ovBox dl dd a {
	text-decoration: underline;
}

.ovBox .freeSpace {
	background: #FCF5F7;
}

.ovBox .freeSpace .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
}

.ovBox .freeSpace .flex>div {
	width: 355px;
	margin: 0 2rem 0 0;
}

.ovBox .freeSpace .flex>div:last-child {
	margin: 0;
}

.ovBox .freeSpace .flex>div img {
	width: 100%;
}


.facility {}

.facility .fukiTit {
	border-radius: 20px;
	border: solid 3px #008CCF;
	width: 100%;
	padding: 1.5rem;
	font-size: 2.5rem;
	margin: 0 0 4rem;
}

.facilityBox {
	margin: 0 0 7rem;
}

.facilityBox:last-child {
	margin: 0;
}

.facilityBox .ovBox {
	width: 100%;
	margin: 2rem 0 3rem;
}

.facilityBox .ovBox dl,
.facilityBox .ovBox li {
	background: #FCF5F7;
}

.facilityBox .ovBox dl:nth-child(2n),
.facilityBox .ovBox li:nth-child(2n) {
	background: #F5F9FC;
}

.facilityBox .ovBox dl dt {
	width: 230px;
	padding: 5px 0;
	font-weight: 500;
}


#skate {
	scroll-margin-top: 80px;
	/* ヘッダーの高さ */
}

.facilityBox .ovBox table th {
	text-align: left;
}

.facilityBox .ovBox table td {
	padding: 0 0 0 2rem;
	text-align: left;

}

.facilityBox .ovBox dl dd {
	padding: 5px 2rem 5px 4rem;
}

.facilityBox .ovBox .musashino_image {
	padding: 5px 2rem 5px 4rem;
	display: flex;
	justify-content: space-between;
	;
	flex-wrap: wrap;
	gap: 5px;
	background: #FCF5F7;
}

.facilityBox .ovBox .musashino_image img {
	width: 32%;
	height: fit-content;
}

.facilityBox .ulList li {
	text-indent: -1em;
	margin: 0 0 0 1em;
	background: none;
	padding: 0;
}

.facilityBox .ulList li:nth-child(2n) {
	background: none;
}

.facilityBox .ulList li:before {
	content: "・";
}

.facilityBox .noticeList li {
	color: #E5116E;
	font-weight: 500;
	text-indent: -1em;
	margin: 0 0 0 1em;
	background: none;
	padding: 0;
}

.facilityBox .noticeList li:before {
	content: "・";
}

.facilityBox .point {
	color: #E5116E;
	font-weight: 500;
}

.facilityBox dd p {
	margin: 0 0 3rem;
}

.facilityBox .btn_bo_blue {
	width: 540px;
	height: 13rem;
	margin: 4rem 0;
}

.facilityBox .btn_bo_blue a {
	font-size: 2.5rem;
	font-weight: 700;
	border: solid 3px #008CCF;
	border-radius: 70px;
	background: url(../images/common/arr_ccl_bla_right.png) no-repeat right 3rem center;
	background-size: 35px auto;
	text-decoration: none;
}

.facilityBox .btn_bo_blue a:hover {
	background: #008CCF url(../images/common/arr_ccl_wh_right.png) no-repeat right 3rem center;
	background-size: 35px auto;
	color: #fff;
	opacity: 1;
}


.rule {}

.rule .tit_bo_pink {
	font-size: 4.5rem;
}

.rule .ruleWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: number 0;
}

.rule .ruleBox {
	border: solid 1px #008CCF;
	border-radius: 20px;
	padding: 10px 35px 10px 145px;
	min-height: 145px;
	display: flex;
	align-items: center;
	width: 540px;
	margin: 0 0 2rem;
	position: relative;
}

.rule .ruleBox:before {
	font-family: "hg";
	counter-increment: number 1;
	content: counter(number) " ";
	width: 85px;
	height: 85px;
	border-radius: 50%;
	line-height: 85px;
	font-size: 5rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: #E5116E;
	position: absolute;
	top: calc(50% - 42px);
	left: 3rem;
}

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


	.flex-column {
		display: flex;
		flex-direction: column;
	}

	.kv_park {
		min-height: inherit;
	}

	.kv_park .titBox {
		display: block;
		min-height: inherit;
		width: 100%;
		float: none;
		text-align: center;
		padding: 2rem;
	}

	.kv_park .titBox .sub {
		font-size: 1.5rem;
	}

	.kv_park .titBox .parkName {
		font-size: 2.8rem;
	}

	.kv_park .blackBox {
		color: #fff;
		min-height: inherit;
		padding: 2rem;
		display: block;
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}

	.kv_park .blackBox .catch {
		font-size: 1.8rem;
		margin: 0 0 1.5rem;
	}

	.kv_park .blackBox p {
		font-size: 1.4rem;
	}

	.kv_park .pic {
		width: 50%;
		min-height: 20rem;
		position: static;
		float: left;
	}

	.kv_park .pic img {
		width: 100%;
		height: 20rem;
		object-fit: cover;
	}

	.kv_park .pic02 {
		width: 50%;
		min-height: 20rem;
	}

	#navparkWrap {
		display: none;
	}

	.kv_park_02 {
		display: block;
		width: 100%;
		height: fit-content;
		margin-bottom: 0rem;
		position: relative;
		min-height: 100%;
	}

	.kv_park_02 .pic {
		width: 100%;
	}

	.kv_park_02 .kvtxtBox {
		width: 100%;
	}

	.kv_park_02 .titBox_02 .sub {
		font-size: 1.5rem;
	}

	.kv_park_02 .titBox_02 .parkName {
		font-size: 2.8rem;
	}

	.kv_park_02 .titBox_02 .title-main {
		font-size: 1.8rem;
		margin: 0 0 1.5rem;
	}

	.pankuzu {
		order: 1;
		margin: 1rem auto 0;
		padding: 0;
		width: 92%;
	}

	.gNav_kouen {
		height: auto;
		margin: 3rem auto 0;
		width: 92%;
		border: solid 1px #E5116E;
		order: 2;
	}

	.gNav_kouen .accBtn {
		background: #E5116E url("../images/common/icon_plus_wh.png") no-repeat right 1.5rem center;
		background-size: 18px auto;
		color: #fff;
		text-align: center;
		font-weight: 800;
		padding: 1.5rem;
	}

	.gNav_kouen .accBtn.open {
		background: #E5116E url("../images/common/icon_minus_wh.png") no-repeat right 1.5rem center;
		background-size: 18px auto;
	}

	.gNav_kouen ul {
		max-width: 100%;
		margin: 0 auto;
		height: 100%;
		display: none;
	}

	.gNav_kouen li {
		position: relative;
		border-bottom: solid 1px #E5116E;
	}

	.gNav_kouen li:last-child {
		border-bottom: none;
	}

	.gNav_kouen li:before {
		content: none;
	}

	.gNav_kouen li:first-child:after {
		content: none;
	}

	.gNav_kouen li a {
		color: #E5116E;
		background: #fff;
		padding: 1.2rem 3rem;
		display: block;
		height: 100%;
		text-align: center;
	}



	.midokoro .fuki_bo_blue {
		font-size: 1.5rem;
	}

	.midokoro .midokoro-slider ul {
		min-height: 23rem;
	}

	.midokoro .midokoro-slider li img {
		width: 100%;
		height: 23rem;
		object-fit: cover;
	}

	.midokoro .midokoro-slider .slick-arrow {
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.midokoro .midokoro-slider .prev-arrow {
		margin: 0;
		left: 6vw;
	}

	.midokoro .midokoro-slider .next-arrow {
		margin: 0;
		right: 2vw;
		left: auto;
	}


	.life .rowBox .pic {
		background: url("../images/kouen/life_pic_volu.jpg") no-repeat top center;
		background-size: cover;
	}

	.map .mapImg {
		margin: 0 0 3rem;
	}

	.map .btns {
		width: 94%;
		margin: 0 auto;
	}

	.map .btns .top {
		display: block;
	}

	.map .btns .box {
		margin: 0 0 1.5rem 0;
		width: 100%;
	}

	.map .btns .box p {
		text-align: center;
		margin: 0 0 1rem;
	}

	.map .btns .btn-internal {
		margin: 0;
		width: 100%;
	}

	.map .btns .btn-internal a {
		border: solid 2px #008CCF;
		background: url(../images/common/arr_ccl_bla_right.png) no-repeat right 1.5rem center;
		background-size: 23px auto;
		border-radius: 50px;
		padding: 28px 40px 28px 30px;
	}

	.map .btns .btn-internal a:hover {
		background: #008CCF url(../images/common/arr_ccl_wh_right.png) no-repeat right 1.5rem center;
		background-size: 23px auto;
	}

	.map .btns .btm {
		display: block;
		margin: 2rem 0 0;
	}

	.map .btns .btm .btn-internal {
		margin: 0 0 1.5rem;
		width: 100%;
	}

	.map .btns .txt {
		margin: 2rem 0 0;
	}

	.ovBox {
		width: 100%;
		margin: 3rem auto 0;
	}

	.ovBox dl {
		background: #fff;
		display: block;
		margin: 0 0 5px;
		padding: 1.5rem 2rem;
	}

	.ovBox dl dt {
		width: 100%;
		text-align: left;
		border-bottom: solid 1px #B5B5B5;
		padding: 0 0 1rem;
		margin: 0 0 1rem;
	}

	.ovBox dl dd {
		border-left: none;
		padding: 0;
	}

	.ovBox li {
		margin: 0 0 5px;
		padding: 1.5rem 2rem;
	}

	.ovBox .freeSpace {
		padding: 0 1.5rem;
	}

	.ovBox .freeSpace .flex {
		display: block;
		padding: 2rem 0;
	}

	.ovBox .freeSpace .flex>div {
		width: 100%;
		margin: 0 0 1rem 0;
	}


	.facility {}

	.facility .fukiTit {
		border-radius: 10px;
		border: solid 3px #008CCF;
		width: 100%;
		padding: 1rem;
		font-size: 2rem;
		margin: 0 0 2rem;
	}

	.facilityBox {
		margin: 0 0 4rem;
	}

	.facilityBox .ovBox {
		width: 100%;
	}

	.facilityBox .ovBox dl dt {
		width: 100%;
		padding: 0 0 1rem;
	}

	.facilityBox .ovBox dl dd {
		padding: 0;
	}

	.facilityBox .ovBox .musashino_image {
		justify-content: center;
		row-gap: 1rem;
		padding: 1rem 0;
	}

	.facilityBox .ovBox .musashino_image img {
		width: 95%;
		height: 100%;
	}

	.facilityBox dd p {
		margin: 0 0 1.5rem;
	}

	.facilityBox .btn_bo_blue {
		width: 100%;
		height: 10rem;
		margin: 2rem 0;
	}

	.facilityBox .btn_bo_blue a {
		font-size: 1.8rem;
		border: solid 3px #008CCF;
		border-radius: 70px;
		background: url(../images/common/arr_ccl_bla_right.png) no-repeat right 2rem center;
		background-size: 23px auto;
		text-decoration: none;
	}

	.facilityBox .btn_bo_blue a:hover {
		background: #008CCF url(../images/common/arr_ccl_wh_right.png) no-repeat right 2rem center;
		background-size: 23px auto;
	}


	.rule {}

	.rule .catch_secTitBox {
		display: block;
		margin: 0 0 2rem;
	}

	.rule .tit_bo_pink {
		font-size: 2.6rem;
	}

	.rule .ruleWrap {
		display: block;
	}

	.rule .ruleBox {
		border-radius: 15px;
		padding: 10px 20px 10px 80px;
		min-height: 76px;
		width: 100%;
		margin: 0 0 1rem;
		position: relative;
	}

	.rule .ruleBox:before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 2.2rem;
		top: calc(50% - 25px);
		left: 1.5rem;
	}

	.kv_park_03 .blackBox {
		padding: 3rem 4%;
	}

	.kv_park_03 .pic img {
		width: 100%;
		height: 30vh;
		object-fit: cover;
		object-position: bottom;
	}


}

.btn_center {
	padding: 0 4rem 0 0;
}

@media screen and (max-width: 834px) {
	.btn_center {
		padding: 0 0;
	}
}

.pd-0 {
	padding-top: 0;
}

.calender iframe {
	width: 100%;
}

.faq_title {
	margin-top: 6rem;
}

@media screen and (max-width: 834px) {
	.faq_title {
		margin-top: 3rem;
	}
}

/* 基本スタイル */
.faqBox {
	/* border-bottom: 1px solid #ccc; */
	cursor: pointer;
}

.qBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background: #f9f9f9;
}

/* 回答ボックス：初期は非表示 */
.aBox {
	display: none;
	padding: 15px;
	background: #fff;
}

/* アイコン（プラスマーク）の作成 */
.icon {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/* 自身の高さの半分だけ上に引き戻す */
}

.faq .faqBox .qBox {
	background: #fff !important;
	width: 100%;
}

.faq .faqBox>div p {
	width: 100%;
}

.icon::before,
.icon::after {
	content: "";
	position: absolute;
	background-color: #333;
	transition: transform 0.3s;
}

/* 横棒 */
.icon::before {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

/* 縦棒（プラスにするための棒） */
.icon::after {
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -1px;
}

/* Open時の動き：縦棒を回転させて横棒と重ねる（マイナスにする） */
.faqBox.open .icon::after {
	transform: rotate(90deg);
	opacity: 0;
	/* もしくは回転させて重ねる */
}

.faqBox.open .aBox {
	display: block;
}

.faq .faqBox .qBox {
	float: none !important;
}

.faq .faqBox .aBox:before {
	display: none !important;
}

.faq .faqBox .qBox:before {
	display: none !important;
}

.faq .faqBox .aBox {
	background: #FFF !important;
	float: none !important;
}

.faq .faqBox .aBox a {
	text-decoration: underline;
}

.faq .faqBox>div {
	width: 100% !important;
}

.faq {
	padding: 7rem 0 7rem !important;
}

/* 同じ行のcolを等高にする */
.contents .col2Wrap {
	align-items: stretch !important;
}

.contents .col2Wrap .col {
	display: flex !important;
	flex-direction: column !important;
}

.contents .col2Wrap .col .item {
	background: #fff !important;
	flex-grow: 1 !important;
}

/* 矢印アイコンを::afterで上に表示（背景画像は子要素に隠れるため） */
.contents .col2Wrap .col .item a {
	background: none !important;
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

.contents .col2Wrap .col .item a .txtBody {
	flex-grow: 1 !important;
}

.contents .col2Wrap .col .item a::after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url("../images/common/arr_ccl_bla_right.png") no-repeat center / contain;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 10;
	pointer-events: none;
}

.tit_bo_blue {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
}

.tit_bo_blue span {
	color: #fff;
	background-color: #E5116E;
	font-size: 0.5em;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 10px;
	margin-left: 20px;
}

.whiteBOX {
	background-color: #fff;
	padding: 2rem 4rem 4rem;
	border-radius: 20px;
	margin-bottom: 20px;
}

.whiteBOX p {
	font-size: 1.8rem;
	padding: 0 3rem 0 0;
}

/* =========================================================
access
========================================================= */
/* #access {
	padding-bottom: 0;
} */

.mapImg {
	/*border: solid 1px #ddd;
	padding: 1px;*/
	margin: 0 0 10px;
}

.mapImg iframe {
	width: 100%;
}

.grayBox {
	margin: 0 0 60px;
	display: table;
	width: 100%;
	background: #eaf8fc;
	padding: 35px 30px;
}

.grayBox ul {
	display: table-cell;
	vertical-align: middle;
	width: 650px;
	padding: 0 30px 0 0;
}

.grayBox ul li {
	font-size: 16px;
}

.grayBox a {
	font-size: 100%;
	color: #0fa1ce;
	text-decoration: underline;
}

.grayBox a:hover {
	text-decoration: none;
}

.grayBox .dtlBtn {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.howToBox dl {
	background: url(../images/shared/dot_gray.png) repeat-x top left;
	padding: 40px 30px;
}

.howToBox dl:last-child {
	background: url(../images/shared/dot_gray.png) repeat-x top left,
		url(../images/shared/dot_gray.png) repeat-x bottom left;
}

.howToBox dl dt {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: url(../images/shared/ico_train.png) no-repeat left center;
	padding: 5px 0 5px 65px;
	margin: 0 0 20px;
}

.howToBox dl.byCar dt {
	background: url(../images/shared/ico_car.png) no-repeat left center;
}

.howToBox dl dd ul li {
	font-size: 16px;
}

.howToBox dl dd ul li:before {
	content: "■";
}

.howToBox dl.byCar .parkingBox {
	padding: 30px;
	background: #f5f5f5;
	margin: 35px 0 0;
}

.howToBox dl.byCar .parkingBox a {
	text-decoration: underline;
}

.howToBox dl.byCar .parkingBox dt {
	background: url(../images/shared/ico_parking.png) no-repeat left center;
	padding: 0 0 0 50px;
}

.howToBox dl.byCar .parkingBox dd ul li ul li:before {
	content: "・";
}

.howToBox dl dd ul.attention li {
	font-size: 14px;
	text-indent: -1em;
	margin: 0 0 0 1em;
}

.howToBox dl dd ul.attention li:before {
	content: "※";
}

.dtlBtn a {
	width: 250px;
	border: solid 2px #000;
	text-align: center;
	display: block;
	font-weight: 500;
	background: url(../images/shared/arrow_left_bl.png) #fff no-repeat center right 12px;
	background-size: 6px auto;
	padding: 10px 30px;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-decoration: none !important;
	color: #000 !important;
	/* font-size: 14px !important; */
}


@media screen and (max-width: 834px) {
	.howToBox dl dt {
		font-size: 18px;
	}

	.howToBox dl dd ul li {
		font-size: 14px;
	}

	.tit_bo_blue span {
		font-size: 12px;
		border-radius: 5px;
		margin-left: 10px;
	}

	.grayBox ul {
		display: block;
		width: 100%;
	}

	.grayBox .dtlBtn {
		display: block;
		margin: 20px auto 0;
	}

	.dtlBtn a {
		width: 100%;
	}

	.contents .col2Wrap .col .item a::after {
		content: none;
	}

}