@charset "utf-8";

/* ヘッダー */
header .headerTxt .place{
	position: relative;
	margin: 0 auto ;
	display: block;
	background-image: url("../img/header_tokyo_sp.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	padding-top: 39.45%;
	width: 100%;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* ヘッダー */
	header .headerTxt .place{
		margin: 0;
		background-image: url("../img/header_tokyo.png");
		padding-top: 20%;
		width: 54%;
	}
	
}