#access_mv .mv_bk {
	background-image: url(/img/access_mv.png);
	margin-bottom: 0;
}

#access_cont .wrap,
#access_cont02 .wrap{
    margin: 0 auto;
    background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	padding-top: 150px;
}

.cont_access_title {
	width: 100%;
	padding-bottom: 15.3vw;
	text-align: center;
}

.cont_access_title h2 span{
	font-size: 32px;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
}

.access_box {
	position: relative;
	background-color: #EFF3F7;
	padding-bottom: 335px;
}

.access_box::before {
	content: "";
    display: block;
    background-image: url(/img/wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 12.5vw;
    position: absolute;
	top: -12.2vw;
    left: 0;
	z-index: 1;
}

#access_cont .access_area {
	position: relative;
	max-width: 1300px;
    width: 89.75%;
	margin: 0 auto;
	z-index: 2;
}

.access_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 93px;
}

.access_list .access_contact_area {
	max-width: 479px;
    width: 90%;
}

.access_title {
	margin-bottom: 20px;
}

.access_title h3 {
    padding: 9px 0;
	max-width: 140px;
    font-size: 20px;
    line-height: 1.6;
}

.access_ml {
	margin-left: 49px;
}

.access_text_area {

	margin-bottom: 40px;
}

.access_text_area p{
	font-weight: 500;
	line-height: 1.6;
}

.access_text_area .access_text {
	font-size: 20px;
	margin-bottom: 14px;
}

.access_text_area .small {
	font-size: 18px;
}

.access_contact {
	position: relative;
}

.access_contact dl{
	display: flex;
	border-image: linear-gradient(to right, #0082D8 0%, #005AD8 33%, #0082D8 66%, #005AD8 100%) 1;
	border-bottom: 1px solid;
	padding: 14px 0;
}

.access_contact dl:first-of-type{
	padding-top: 0;
}

.access_contact dt {
    padding: 1px 11px 2px 9px;
	max-width: 70px;
    font-size: 17px;
    line-height: 1.6;
	margin-right: 40px;
}

.access_contact dd {
	font-size: 15px;
	line-height: 2;
}

.access_img_area{
	position: relative;
	margin-right: 25px;
	margin-left: 7%;
	width: 505.53px;
	font-size: 0;
	z-index: 3;
}

#access_cont .access_img{
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 50px;
}

#access_cont .access_img_area:after{
	content: "";
	position: absolute;
	display: block;
	border-radius: 60px;
	width: 100%;
	height: 100%;
    right: -25px;
    bottom: -25px;
	z-index: -1;
	background-color: #0048CE;
	box-sizing: border-box;
}

.access_map{
	max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.access_map iframe{
	border-radius: 50px;
	margin-bottom: 80px;
	width : 100%;
	height: 400px;
}

.transport {
	position: relative;
	display: flex;
	max-width: 1132px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.transport:after {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
    left: 0;
    margin: 0 auto;
	width: 3px;
	height: 90%;
	background: linear-gradient(to right, #0082D8 0%, #005AD8 33%, #0082D8 66%, #005AD8 100%);
}

.transport_area {
	max-width: 470px;
    width: 45%;
	text-align: center;
}

.transport_area:first-of-type {
	margin-right: 16.5%;
}

.transport_icon {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	margin: 0 auto 30px;
}

.transport_icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.car_icon img{
	width: 70px;
	height: 70px;
}

.train_icon img{
	width: 80px;
	height: 80px;
}

.transport_area:first-of-type .transport_title_area {
	margin-bottom: 40px;
}

.transport_top_text {
	max-width: 356px;
	width: 90%;
}

.transport_title_area h4{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 13px;
}

.transport_title_area p{
	font-size: 17px;
	line-height: 1.6;
}

.parking {
	text-align: left;
}

.parking p {
	position: relative;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 0;
	padding-left: 33px;
	margin-bottom: 11px;
}

.parking p::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/check_exclamation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 23px;
    height: 25px;
    top: 0;
	left: 0;
}

.parking ul {
	padding-left: 5px;
}

.parking li {
	position: relative;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 23px;
}

.parking li:last-of-type {
	margin-bottom: 0;
}

.parking li::before {
    content: "";
    background-color: #FF6A00;
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 1;
}

li .time_br {
	display: none;
}

@media screen and (min-width: 1262px) {
	li .time_br {
		display: inline;
	}
}

.transport_title_area .train_height {
	line-height: 2;
}

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

	.access_box {
		padding-bottom: 250px;
	}

	.access_list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 93px;
	}

	.access_list .access_contact_area {
		max-width: 479px;
		width: 95%;
	}

	.access_title {
		margin-bottom: 12px;
	}

	.access_title h3 {
		max-width: 120px;
		font-size: 17px;
	}

	.access_ml {
		margin-left: 18px;
	}

	.access_text_area {
		margin-bottom: 20px;
	}

	.access_text_area .access_text {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.access_text_area .small {
		font-size: 14px;
	}

	.access_contact dl{
		padding: 10px 0;
	}

	.access_contact dt {
		padding: 2px 11px 3px 9px;
		font-size: 15px;
	}

	.access_contact dd {
		font-size: 15px;
	}

	#access_cont .access_img_area:after{
		border-radius: 30px;
		right: -20px;
		bottom: -20px;
	}

	.access_img_area {
		margin-right: 60px;
        margin-left: 5%;
	}

	#access_cont .access_img {
		border-radius: 30px;
	}

	.access_map {
		width: 90%;
	}

	.transport_icon {
		width: 75px;
        height: 75px;
		margin: 0 auto 12px;
	}

	.car_icon img {
		width: 50px;
        height: 50px;
	}

	.train_icon img {
		width: 55px;
		height: 55px;
	}

	.transport_area {
		width: 42%;
	}

	.transport_area:first-of-type {
		margin-right: 10.5%;
	}

	.transport_area:first-of-type .transport_title_area {
		margin-bottom: 18px;
	}

	.transport_title_area h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.transport_title_area p {
		font-size: 15px;
	}

	.parking p {
		font-size: 14px;
		padding-left: 29px;
		margin-bottom: 7px;
	}

	.parking p::before {
		width: 20px;
		height: 21px;
	}

	.parking ul {
		padding-left: 4px;
	}

	.parking li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-left: 22px;
	}

}

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

	#access_cont .wrap,
	#access_cont02 .wrap{
		padding-top: 50px;
	}


	.cont_access_title {
		padding-bottom: 27.2vw;
	}

	.cont_access_title h2 span {
		font-size: 23px;
	}
	.access_box {
		padding-bottom: 60px;
	}

	.access_box::before {
		content: "";
		display: block;
		background-image: url(/img/wave_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		height: 26.5vw;
		position: absolute;
		top: -25.2vw;
		left: 0;
	}

	.access_list {
        margin-bottom: 80px;
        flex-direction: column;
    }

	.access_list .access_contact_area {
        margin-bottom: 30px;
    }

	.access_title {
		margin-bottom: 8px;
	}

	.access_title h3 {
        font-size: 16px;
		max-width: 90px;
		padding: 5px 0;
    }

	.access_ml {
        margin-left: 12px;
    }

	.access_text_area {
        margin-bottom: 18px;
    }

	.access_img_area {
        margin-left: 0;
		margin-right: 15px;
    }

	.access_contact dt {
		font-size: 13px;
		max-width: 65px;
		margin-right: 30px;
	}

	.access_contact dd {
        font-size: 13px;
    }

	.access_img_area {
		max-width: 453.53px;
		width: 90%;
	}

	#access_cont .access_img {
		border-radius: 30px;
	}

	.access_map {
		width: 95%;
	}

	.access_map iframe {
		border-radius: 20px;
        margin-bottom: 40px;
        height: 240px;
    }

	.transport {
		width: 100%;
		flex-direction: column;
	}

	.transport:after {
		top: unset;
		bottom: 305px;
        width: 80%;
		height: 3px;
	}

	.transport_area {
		width: 90%;
        margin: 0 auto 70px;
	}

	.transport_area:first-of-type {
		margin-right: auto;
	}

	.transport_icon {
		width: 65px;
        height: 65px;
	}

	.car_icon img {
		width: 40px;
        height: 40px;
	}

	.train_icon img {
		width: 45px;
		height: 45px;
	}

}

@media screen and (max-width: 365px) {
	.transport_title_area .train_height {
		letter-spacing: 0.05em;
	}
	.transport_title_area p {
        font-size: 14px;
    }
}

@media screen and (max-width: 325px) {
	.transport_title_area p {
        font-size: 13px;
    }

	.parking p {
		font-size: 13px;

	}
}