@charset "utf-8";

body {
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-family:sans-serif;
}

div.container_12 {
	
}

p {
	margin: 5px 0 10px;

}

a {
	font-weight: bold;
	color: #f63;
}

h2 {
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #f30;
	color: #000;
	font-weight: bold;
}



header {
	text-align: right;
	margin-top: 20px;
}

header h1 {
	color: #fff;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: right;
}



header img {
	width: 940px;
}


section.images img {
	width: 460px;
	height: 460px;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

section#tour_syousai table.syousai, section#tour_syousai table.nittei {
	width: 100%;
}

section#tour_syousai table.syousai tr td, section#tour_syousai table.nittei tr td {
	padding: 10px;
	border: 1px solid #fff;
}

section#tour_syousai table.syousai tr td:first-child, section#tour_syousai table.nittei tr td:first-child {
	vertical-align: middle;
}

section#tour_syousai table.nittei tr th {
	text-align: center;
	border: 1px solid #fff;
	background-color: #0cf;;
	color: #000;
	font-weight: bold;

}

section#tour_syousai table.nittei tr td:first-child {
	width: 200px;
}

section#tour_syousai p {
	font-weight: normal;
}

div.gototop {
	border-top: 1px solid #fff;
	text-align: center;
	padding: 20px 0 20px;
}

footer {
	text-align: center;
	border-top: 1px solid #fff;
	margin-bottom: 20px;
}