@charset "UTF-8";

/* fv */
.mypage_fv {
	background-image: url('./img/access_fv.jpg');
}

/* Station */
.mypage_station .mypage_cb_box {
	width: 100%;
}

.mypage_station .mypage_img_box img {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}


/* Address */
.mypage_addtext {
	text-align: center;
}

/* Access Map */
.mypage_mapbox {
	height: 0;
	overflow: hidden;
	padding-bottom: 67.5714%;
	position: relative;
}

.mypage_mapbox iframe {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



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

	/* Station */
	.mypage_station .mypage_img_box {
		margin-bottom: 2.4rem;
		width: 100%;
	}

	.mypage_station .mypage_img_box img {
		width: 100%;
	}

	.mypage_station .mypage_tb_box {
		width: 100%;
	}

	.mypage_station .mypage_station_box {
		margin-bottom: 3rem;
	}

	/* Address */
	.mypage_addtext {
		font-size: 1.8rem;
	}


}

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

	/* Station */
	.mypage_station .mypage_img_box {
		width: 38%;
	}

	.mypage_station .mypage_img_box img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.mypage_station .mypage_tb_box {
		width: 50%;
		margin-left: 6rem;
	}

	.mypage_station .mypage_station_box {
		margin-bottom: 4rem;
	}

	/* Address */
	.mypage_addtext {
		font-size: 2rem;
	}

}
