@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'gyoseki';
	src: url(../font/FGGYM.TTF);
}

.mainvisual.sightseeing {
	background: url(../../access/images/bg_mainvisual01.jpg) no-repeat center bottom;
	height: 300px;
    background-size: cover;
}
.sightseeing dl {
	border-bottom: solid 0.5px #fff;
    padding-bottom: 25px;
}
.sightseeing dl:last-child {
	border-bottom: solid 0px #fff;
}

.sightseeing dl dt {
	font-size: 24px;
	font-size: 1.5rem;
	padding-bottom: 10px;
}