/* ==================================

 トーガハク

================================== */

#page_togahaku .sec_main {
	position: relative;
	height: 500px;
}

#page_togahaku .sec_main .logo {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 156px;
}

#page_togahaku .sec_main .copy {
	position: absolute;
	width: 493px;
	bottom: 140px;
	right: 115px;
}

#page_togahaku .sec_concept .notes{
	max-width: 890px;
	margin: 0 auto 40px;
	background-color: #e50012;
	color: #fff;
	font-size: 20px;
	padding: 12px 20px;
	text-align: center;
}

#page_togahaku .sec_concept {
	padding: 100px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#page_togahaku .sec_concept .sec_title {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

#page_togahaku .sec_concept .icon {
	width: 100px;
	margin: 0 auto;
	margin-top: 80px;
}

#page_togahaku .sec_concept .txt {
	text-align: center;
	margin: 50px 0;
}

#page_togahaku .sec_gallery img {
	width: 100%;
}

#page_togahaku .sec_access {
	margin-bottom: 100px;
}

#page_togahaku .sec_access .address_area {
	padding: 100px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #595757;
}

#page_togahaku .sec_access .address_area .sec_title {
	max-width: 363px;
	margin: 0 auto;
}

#page_togahaku .sec_access .address_area address {
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-style: normal;
	letter-spacing: 0.05em;
}

#page_togahaku .sec_access .map_area iframe {
	height: 400px;
}

@media (min-width: 768px) {

	#page_togahaku .sec_main {
		background: url(../img/togahaku/main.jpg) center center no-repeat;
		background-size: cover;
	}

}

@media (max-width: 767px) {

	#page_togahaku .sec_main {
		height: 200px;
	}
	
	#page_togahaku .sec_main {
		background: url(../img/togahaku/main_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	
	#page_togahaku .sec_main .logo {
		width: 63px;
		right: 20px;
		top: 10px;
	}
	
	#page_togahaku .sec_main .copy {
		width: 240px;
		right: 20px;
		bottom: auto;
		top: 100px;
	}
	
	#page_togahaku .sec_concept {
		padding-top: 55px;
		padding-bottom: 60px;
	}
	
	#page_togahaku .sec_concept .notes{
		font-size: 16px;
		text-align: justify;
	}
	
	#page_togahaku .sec_concept .sec_title {
		font-size: 20px;
	}
	
	#page_togahaku .sec_concept .icon {
		margin-top: 55px;
	}
	
	#page_togahaku .sec_concept .txt {
		margin-top: 35px;
		margin-bottom: 30px;
		text-align: left;
	}
	
	#page_togahaku .sec_access {
		margin-bottom: 60px;
	}
	
	#page_togahaku .sec_access .address_area {
		padding-top: 60px;
		padding-bottom: 55px;
	}
	
	#page_togahaku .sec_access .address_area .sec_title {
		max-width: 291px;
	}
	
	#page_togahaku .sec_access .address_area address {
		margin-top: 30px;
	}
	
	#page_togahaku .sec_access .map_area iframe {
		height: 245px;
	}

}

