  @charset "utf-8";

/* ----»áÉçÇéˆó ¥¢¥¯¥»¥¹¥Þ¥Ã¥×---- */

#main {
	padding-bottom: 80px;
}

#main #swich {
	width: 665px;
	height: 46px;
	margin: 0px auto;
}

#main #swich a {
	display: block;
	float: left;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 45px;
	text-align: center;
	width: 330px;
	height: 45px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	color: #222;
	cursor: pointer;
}

.check {
	background-color: #fff !important;
}

#main .googlemap {
	display: none;
	width: 720px;
	height: 450px;
	margin-bottom: 30px;
	padding-top: 5px;
	border-top: 1px solid #e0e0e0;
	padding-top: 3px;
}

#main h3 {
	clear: both;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#main p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
	margin-bottom: 12px;
}

#addressT,
#addressK,
#nearestT,
#nearestK {
	display: none;
}

#main p:last-child {
	margin-bottom: 80px;
}
#main span.small {
	font-size: 10px;
	margin-top: 12px;
  display: block;
}
#main #swich span {
	height: 0;
	display: inline-block;
}


#main .map_image {
	position: relative;
	margin: 0 auto 1rem auto;
	aspect-ratio: 275 / 303;
}
#main .map_image > img {
	opacity: 0;
}
#main .map_image::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp/wp-content/themes/ios/corporate/img/pic_map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 99;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
	#main {
		margin-bottom: 40px;
	}
	#main #swich {
		width: 100%;
		height: 70px;
	}
	#main #swich a.check {
		border-bottom: 0;
		color: #222;
	}
	#main #swich a {
		width: 50%;
		box-sizing: border-box;
		border: 1px solid #e0e0e0;
		color: #aaa;
	}
	#main .googlemap {
		width: 100%;
		height: 350px;
		margin-bottom: 20px;
/*		border: #e0e0e0 1px solid;*/
		border-top: 0;
		box-sizing: border-box;
		padding-top: 10px;
	}
	#main iframe {
		width: 100%;
		height: 350px;
	}
	#main p:last-child {
		margin-bottom: 0;
	}
	#main h3 {
		margin-bottom: 5px;
	}
	#main p {
		margin-bottom: 15px;
	}
	#main #swich a {
		height: 70px;
		padding: 10px 0;
	}
	#main #swich a#kansai {
		line-height: 1.5;
	}
	#main #swich a#tokyo {
		line-height: 3;
	}
	
	#main .map_image {
		max-width: 500px;
		aspect-ratio: 1000 / 1141;
	}
	#main .map_image::before {
		background-image: url(/wp/wp-content/themes/ios/corporate/img/pic_map_sp.jpg);
	}
}

