/* Index
======================================== */
#main{
	position: relative;
	background: url(../img/about/main.jpg) no-repeat center center;
	background-size: cover;
}

/* contents */
#contents .fLeft{
	float: left;
	width:50%;
}
#contents .fRight{
	float: right;
	width:50%;
}
#contents .squareBox{
	position: relative;
	width: 50%;
	background: #000;
}
#contents .squareBox:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#contents .txtArea{
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .txtBlock{
	margin: 0 auto;
}
#photo01{
	width: 50%;
	margin: 0 auto;
	background: #000;
}

#contents .txtBlock h2{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 30px;
}
#contents .txtBlock p{
	margin-top: 30px;
	line-height: 2.4;
}
#contents .txtBlock p.bt_more a{
	display:inline-block;
	background: #444;
	border-radius: 20px;
	padding: 8px 16px;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	transition-duration: .3s;
}
#contents .txtBlock p.bt_more a:hover{
	opacity: .8;
}


#contents .fadePhoto{
	position: relative;
}
#contents .fadePhoto .lightOn{
	position: absolute;
	display: none;
}
#contents .btFadeSet{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#contents .btFadeSet li{
	display:inline-block;
	font-size: 13px;
	background: #fff;
	color: #666;
	border-radius: 20px;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	transition-duration: .3s;
	width: 50px;
	height: 25px;
	padding-top: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 13px;
}
#contents .btFadeSet li:hover{
	background: #aaa;
	color: #fff;
}
#contents .btFadeSet li:last-child{
	margin-right: 0;
}
#contents .btFadeSet li.on{
	background: #444;
	color: #fff;
}

.spec{
	margin-top:60px;
}
.spec h2{
	font-size: 28px;
}
.spec dl dt,
.spec dl dd{
	text-align: center;
}
.spec dl dt{
	font-weight: bold;
	margin-top: 30px;
}
.spec dl dd{
	margin-top: 5px;
}

/* Responsive Styles
======================================== */
@media only screen and (max-width:1080px) {
}
@media screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
	#contents .fLeft{
		float: none;
		width:100%;
	}
	#contents .fRight{
		float: none;
		width:100%;
	}
	#contents .txtArea{
		display: block;
		text-align: center;
		margin-top: 40px;
	}
	#contents .txtBlock h2{
		text-align: center;
	}
	#contents .txtBlock p{
		margin-top: 15px;
		line-height: 2;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#contents .txtArea{
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	#contents .txtBlock h2{
		text-align: left;
		font-size: 24px;
	}
	#contents .txtBlock p{
		margin-top: 10px;
		line-height: 2;
		text-align: left;
	}
	#contents .txtBlock br{
		display: none;
	}
	#contents .btFadeSet{
		position: static;
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	#contents .btFadeSet li{
		background:#D9D9D9;
	}
	#contents .btFadeSet li:hover{
		background: #aaa;
		color: #fff;
	}
	#contents .btFadeSet li:last-child{
		margin-right: 0;
	}
	#contents .btFadeSet li.on{
		background: #444;
		color: #fff;
	}
}
