<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background:#fff100;
}
#cover img {
	width: 100%;
}

.cbox_map h1 {
	text-align:center;
	margin-bottom:40px;
}
.cbox_map p {
	text-align:center;
	margin-bottom:60px;
}
header .cover_cix{
	position: absolute;
	width: 100%;
	text-align: center;
	left:0;
	bottom:40px;
}
#copyright {
	color: #000;
}
.cbox_map h2 {
	font-size:14px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom:40px;
}
.cbox_map h3 {
	font-size:13px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom:10px;
}
.cbox_map .maps {
	width: 100%;
	overflow: hidden;
	margin-bottom:60px;

}
#imgzoom {
	position: absolute;
	z-index:80000;
	display: none;
	background:#000;
	padding:10px;
	width: 280px;
	overflow: hidden;
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
}
#imgzoom-img {
	text-align: center;
	padding:0 0 10px;
	line-height:0;
}
#imgzoom-txt {
	text-align: center;
	color:#FFF;
	font-size:12px;
}
#gallerys {
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;
}
#gallerys li{
float: left;
list-style-type: none;
width: 188px;
padding:1px;
line-height: 0; 
}
#gallerys img{ 
	width: 188px;
	height: 188px;
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:640px){

	header #visual_title img {
		margin-top:50px;
		max-width:80%;
	}
	.cbox_map h1 img{
		max-width:80%;
	}
.cbox_map {
	padding:20px 10px;
}
	.cover_cix img{
		width:60px;
	}
	header .cover_cix {
			bottom:5px;
	}
.cbox_map .maps dd{
	overflow-x: auto;
	overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
#gallerys li{
width: 74px;
}
#gallerys img{ 
	width: 74px;
	height: 74px;
}
}



/* PC
-------------------------------------------------- */
@media screen and (min-width:641px){
	#cover {
		display: none;
	}
	#visual_title ,
	.cover_cix{
		display: none;
	}
	header #visual_title img {
		margin-top:165px;
	}
	.cbox_map {
		margin: 0 auto;
		max-width:960px;
padding-top:120px;
}

.cbox_map .maps dt{
	float: left;
}
.cbox_map .maps dt img{
	margin-top:50px;
	margin-bottom:10px;
}
.cbox_map .maps dd{
	float: left;
}
.cbox_map .maps.maps-aoyama dt{
	width: 90px;
}
.cbox_map .maps.maps-aoyama dd{
	width: 870px;
	text-align: center;
}
.cbox_map .maps.maps-aoyama.maps2f dd img{
	margin-right:80px;
}
.cbox_map .maps.maps-aoyama.maps3f dd img{
	margin-right:20px;
}
.cbox_map .maps.maps-osaka dt{
	width: 90px;
}
.cbox_map .maps.maps-osaka dd{
	width: 870px;
	text-align: center;
}

}</pre></body></html>