@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sightseeing.css
 author     : Ability Consultant
 style info : 周辺観光
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.st_lg {
	font-size: 294%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_lg {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.st_lg {
		font-size: 163%;
	}
}

.txt {
	line-height: 1.7;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro .box_txt .sub_catch {
	font-family: "Times New Roman", serif;
	font-size: 113%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .box_txt .sub_catch {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_txt .sub_catch {
		font-size: 125%;
	}
}

.box_bn_kagoshima .st {
	font-family: "Times New Roman", serif;
	font-size: 150%;
}

/* -----------------------------------------------------------
	con_bn
----------------------------------------------------------- */
.con_bn li .st {
	font-family: "Times New Roman", serif;
	font-size: 125%;
}

@media only screen and (max-width: 1024px) {
	.con_bn li .st {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	.con_bn li .st {
		font-size: 100%;
	}
}

.con_bn li .txt {
	font-size: 88%;
}

@media only screen and (max-width: 767px) {
	.con_bn li .txt {
		font-size: 75%;
	}
}

/* -----------------------------------------------------------
	.con_ticket
----------------------------------------------------------- */
.con_ticket .st {
	font-family: "Times New Roman", serif;
	font-size: 175%;
}

@media only screen and (max-width: 1024px) {
	.con_ticket .st {
		font-size: 163%;
	}
}

@media only screen and (max-width: 767px) {
	.con_ticket .st {
		font-size: 125%;
	}
}

.con_ticket .txt {
	font-size: 100%;
	width: 40em;
}

@media only screen and (max-width: 767px) {
	.con_ticket .txt {
		font-size: 75%;
		width: 100%;
	}
}

.con_ticket ul li .box_detail .sst {
	font-size: 125%;
}

@media only screen and (max-width: 1024px) {
	.con_ticket ul li .box_detail .sst {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	.con_ticket ul li .box_detail .sst {
		font-size: 100%;
	}
}

.con_ticket ul li .box_detail .tbl_primary_fix {
	font-size: 88%;
}

@media only screen and (max-width: 767px) {
	.con_ticket ul li .box_detail .tbl_primary_fix {
		font-size: 69%;
	}
}

.con_ticket ul li .box_detail .tbl_primary_fix th {
	width: 10em;
}

.con_ticket .note {
	font-size: 88%;
}

@media only screen and (max-width: 767px) {
	.con_ticket .note {
		font-size: 69%;
	}
}
