@charset "utf-8";

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

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

#visual {
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	height: 700px;
	overflow: hidden;
	z-index: 0;
}
#visual img.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	min-width: 2000px;
	height: auto;
	z-index: -1;
}
@media screen and (max-width:2000px){
		#visual img.bg {
		left:50%;
		right: auto;
		width:2000px;
		height:auto;
		margin-left:-1000px;
	}
}

#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.4);
	z-index: 2;
}
#visual .logo img {
	margin: auto;
	padding: 0 20px;
	max-width: 600px;
	width: 60%;
	height: auto;
}

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

#content {
	margin-top: 780px;
	padding-top: 80px;
	padding-bottom: 0;
}

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

#osusume {
	margin-bottom: 120px;
}
#osusume ul {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#osusume ul li {
	position: relative;
	margin-bottom: 20px;
	width: 49%;
	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: 200px;
	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: 2000px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
@media screen and (max-width:2000px){
	#about .title img.bg,
	#facebook .title img.bg {
		min-width: auto;
	}

}
#about .title:before,
#facebook .title:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: " ";
	background: rgba(0, 0, 0, 0.4);
	background-attachment: fixed;
}
#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 ul { 
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
#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;
	transition: all .25s ease-out;
}
@media screen and (max-width:1000px){
		#about .thumb {
			height: 180px;
			width: 180px;
		}
}
#about .thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50%;
	left: -50%;
	margin: auto;
	width: 210px;
	max-width:210px;
}
#about .thumb:hover img {
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
#about .thumb span {
	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%);
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	z-index: 2;
	filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	transition: all .25s ease-out;
}
#about .thumb:hover span {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#about .textarea { 
	padding: 0 30px;
}
#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);
	transition: all .25s ease-out;
}
#about .textarea a:hover {
	background: rgba(0, 0, 0, 0.8);
}

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

#fbBox {
	width: auto;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	background: #EEEEEE;
}

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




}