@charset "utf-8";
/* ================================================
 個別用ホテルcss
================================================ */
/* パソコン */
/* -------------------
 周辺施設ページ
------------------- */
.sightseeing_img{
	position: relative;
}
.sightseeing_img .provide_name{
	position: absolute;
	bottom: 1px;
	left: 6px;
	color: #fff;
}

/* タブレット */
@media screen and (max-width: 896px) {
}
@media screen and (max-width: 673px) {
}


/* スマホ */
@media screen and (max-width: 480px) {
}