@charset "UTF-8";

/*----------------------------------------
	spot
-----------------------------------------*/

#spot {
	padding-bottom: 60px;
}
#spot h2 {
	padding-bottom: 25px;
}
#spot h2 + p {
	padding-bottom: 60px;
}
#spot .sec {
	width: 1100px;
	margin-bottom: 40px;
	background: #f4f4f4;
	box-sizing: border-box;
}
#spot .sec a {
	display: block;
}
#spot .sec a:hover {
	background: #f4f4f4;
	opacity: 0.4;
}
#spot .sec .pic {
	display: table-cell;
	width: 600px;
	height: 400px;
	text-align: center;
	vertical-align: middle;
	background: #f4f4f4;
}
#spot .sec .pic img {
	width: 100%;
	height: auto;
}
#spot .sec .ex {
	display: table-cell;
	width: 500px;
	padding: 0 50px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
#spot .sec .ex h3 {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 20px;
	max-height: 100%;/*android*/
}
#spot .sec .ex h3 + p {
	width: 400px;
	font-size: 16px;
	padding-bottom: 35px;
	text-align: left;
	background: url(../../cmn/img/bg_table.png) no-repeat;/*android*/
	max-height: 100%;/*android*/
}