@charset "utf-8";
/*  -----------------------------------------------

下層ページCSS -

--------------------------------------------------- */



/*  ----------- spot ------------- */
.spot{
	margin-bottom:60px;
	overflow:hidden;
}

.spot_image{
	float:left;
	width:auto;
	margin-right:12px;
}
.spot_about{
}

.spot_person{
	font-size:14px;
	padding-bottom:40px;
}

.spot_discription{
	font-size:16px;
}

.sopt_border{
	border-top:1px solid #b1b1b1;
	padding-top:40px;
}


/*  ----------- column ------------- */

.column{
	margin-bottom:50px;
}
.column_text{
	padding-bottom:44px;
}
.column_image{ text-align:center;}


/* ++++++++++++++++++++++++〔 スマホのスタイル〕++++++++++++++++++++++++  */

@media all and (max-width: 640px) {

.page{ display:none;}
.sp_page{
	padding-bottom:35px;
}	


.spot_person{
	font-size:18px;
}

.spot_discription{
	clear:both;
	padding-top:20px;
}

}
