
#tourism table {
	margin: 40px 0 0;
	border-collapse: collapse;
}
#tourism th {
	padding: 10px;
	text-align: right;
	width: 6em;
	vertical-align: top;
}
#tourism td {
	padding: 10px;
	text-align: left;
}
#tourism ol {
	margin: 0;
	padding: 0;
}
#tourism ol li {
	margin-left: 20px;
}
.btn a {
	display: inline-block;
	background: #000000;
	color: #FFF;
	line-height: 1.2;
	padding: 15px 80px;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	border-radius: 20px;
}
.btn a:hover,
.btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.btn a:hover {
	background: #444;
}
.btn a:active,
.btn a:focus {
	background: #444;
}
#tourism .text-left {
	padding-bottom: 30px;
}
#mainv {
	color: #fff;
	height: 150px;
	background: url(../img/tourism/p_main.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	text-align: center;
}
h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	padding: 40px 0 20px;
}
.read {
	font-size: 34px;
	font-weight: bold;
}
.appForm {
	padding-top: 40px;
	padding-bottom: 40px;
}
.appTtl {
	font-size: 24px;
	font-weight: bold;
}
.explane {
	background: #f3eede;
	padding-bottom: 40px;
}
.schedule {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.limit {
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 15px 50px;
	text-align: center;
	border: solid 1px #000;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}