@charset "UTF-8";

/*===　下部固定バー　===*/
.bottom_bar_type1 { display: block }


iframe {
	border: none;
}


/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {

	.mypage_contents_box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mypage_cbox01 {
		padding-top: 60px;
	}
	.mypage_map iframe {
		width: 100%;
		height: 220px;
	}

	.mypage_cbox02 {
		padding-top: 80px;
	}
	.mypage_cbox02 figure {
		padding: 10px;
		background-color: #fff;
	}

	.mypage_cbox03 {
		padding-top: 80px;
	}
	.mypage_cbox03 > div:not(:first-child) {
		margin-top: 40px;
	}

	.mypage_route_box {
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 3px 3px 8px 0 #ccc;
	}
	.mypage_route_thumbnail {
		position: relative;
	}
	.mypage_station {
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px 15px;
		background-color: #003246;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
	}
	.mypage_walking {
		position: absolute;
		bottom: 10px;
		left: 10px;
		padding-left: 20px;
		font-size: 14px;
		color: #fff;
		background: url('img/icn_walking.png') no-repeat left top;
		background-size: 12px 20px;
	}
	.mypage_route_text p {
		font-size: 12px;
		color: #4B4B4B;
		text-align: left;
	}
	.mypage_route_btn {
		margin-top: 20px;
	}
	.mypage_route_btn a {
		position: relative;
		display: block;
		padding: 10px 0;
		border: 1px solid #003246;
		font-size: 16px;
		font-weight: bold;
		color: #003246;
		background-color: #0032461A;
	}
	.mypage_route_btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border: 0px;
		border-top: solid 1px #003246;
		border-right: solid 1px #003246;
		transform: rotate(45deg);
	}
}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){

	img {
		width: 100%;
	}

	.mypage_cbox01,
	.mypage_cbox02,
	.mypage_cbox03 {
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
		padding-top: 50px;
		box-sizing: border-box;
		background-color: transparent;
	}

	.mypage_cbox01 {
		padding-top: 60px;
	}
	.mypage_map iframe {
		width: 100%;
		height: 400px;
	}

	.mypage_cbox02 {
		padding-top: 80px;
	}
	.mypage_cbox02 figure {
		padding: 40px 0;
		background-color: #fff;
	}
	.mypage_cbox02 figure img {
		width: 400px;
	}

	.mypage_cbox03 {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		padding-top: 80px;
	}
	.mypage_cbox03 h2 {
		width: 100%;
	}
	.mypage_cbox03 > div {
		width: 49%;
		box-sizing: border-box;
	}
	.mypage_cbox03 > div:nth-of-type(2n) {
		margin-left: 2%;
	}
	.mypage_cbox03 > div:not(:nth-of-type(-n+2)) {
		margin-top: 20px;
	}

	.mypage_route_box {
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 3px 3px 8px 0 #ccc;
	}
	.mypage_route_thumbnail {
		position: relative;
	}
	.mypage_station {
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px 15px;
		background-color: #003246;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
	}
	.mypage_walking {
		position: absolute;
		bottom: 10px;
		left: 10px;
		padding-left: 20px;
		font-size: 14px;
		color: #fff;
		background: url('img/icn_walking.png') no-repeat left top;
		background-size: 12px 20px;
	}
	.mypage_route_text p {
		font-size: 12px;
		color: #4B4B4B;
		text-align: left;
	}
	.mypage_route_btn {
		margin-top: 20px;
	}
	.mypage_route_btn a {
		position: relative;
		display: block;
		padding: 10px 0;
		border: 1px solid #003246;
		font-size: 16px;
		font-weight: bold;
		color: #003246;
		background-color: #0032461A;
	}
	.mypage_route_btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border: 0px;
		border-top: solid 1px #003246;
		border-right: solid 1px #003246;
		transform: rotate(45deg);
	}
}
