@charset "utf-8";

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

/* ----------------------------------------
	#visual
---------------------------------------- */

#visual {
	position: fixed;
	left: 0;
	top: 60px;
	width: 100%;
	height: 400px;
	overflow: hidden;
	z-index: 0;
}
#visual img.bg {
	position: absolute;
	top: 0;
	left:50%;
	right: auto;
	min-width: 1000px;
	width: 100%;
	height:auto;
	margin-left:-500px;
	height: auto;
	z-index: -1;
}
#visual .logo {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0;
	width: 100%;
	color: #FFFFFF;
	line-height: 2;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
#visual .logo img {
	margin: auto;
	padding: 0 20px;
	max-width: 600px;
	width: 80%;
	height: auto;
}

/* ----------------------------------------
	#content
---------------------------------------- */

#content {
	margin-top: 460px;
	padding-top: 30px;
	padding-bottom: 0;
}

/* ---------- #osusume ---------- */

#osusume {
	margin-bottom: 80px;
}
#osusume ul li {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
#osusume ul li span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px; 
	font-size: 0.875rem;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.4);
}

/* ---------- #about / #facebook ---------- */

#about,
#facebook {
	width: 100%;
	margin-bottom: 100px;
}
#about .title,
#facebook .title {
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	height: 150px;
	text-align: center;
	overflow: hidden;
	background: #000000;
}
#about .title img.bg,
#facebook .title img.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50%;
	left: -50%;
	margin: auto;
	width: 100%;
	min-width: 640px;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#about .title:before,
#facebook .title:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: " ";
	background: rgba(0, 0, 0, 0.4);
}
#about .title h2,
#facebook .title h2 {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari */
	-ms-transform: translateY(-50%); /* IE 9 */
	transform: translateY(-50%);
	margin: auto;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	z-index: 2;
}
#about li { 
	text-align: center;
}
#about .thumb {
	text-align: center;
	position: relative;
	display: block;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	height: 200px;
	width: 200px;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #000000;
}
#about .thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50%;
	left: -50%;
	margin: auto;
	width: 210px;
	max-width:210px;
}
#about .thumb span {
	display: none;
}
#about .textarea h3 {
	padding-bottom: 10px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#about .textarea a {
	display: inline-block;
	padding: 5px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
}


/* ---------- #facebook ---------- */

#fbBox {
	width: 100%;
	width: auto;
	margin: 0 auto;
}
#fb-root {
	display: none;
} 
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

/* ---------- #map ---------- */
#map {
	padding: 50px 0 60px;
	background: #424242;
}
#map iframe {
	width: 100%;
	height: 400px;
	border: none;
}




}

