@font-face {
	font-family: fontfont;
	src: url('image/fontfont.otf');
}

body {
	font-family: "Myriad Pro", fontfont, Helvetica, Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.logo {
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	background-color: #ffffff;
	text-align: center;
	width: 100%;
}

#hero {
	text-align: center;
	width: 100%;
	margin: 0;
	margin-bottom: -6px;
	padding: 0;
}

#coverhero {
	background-image: url(image/banner_index.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 180px;
}

.nav1 {
	background-color: #ffffff;
	text-align: center;
	position: sticky;
	top: 0px;
	margin: auto;
	padding: 1px 10px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px #525252;
	z-index: 99;
}

.navv {
	font-size: 0.9em;
	letter-spacing: 2px;
	padding: 0px;
	margin: 6px 10px 2px 10px;
}

.topicdesbg {
	width: 100%;
	max-width: 820px;
	margin: auto;
	box-sizing: border-box;
}

.topicdes {
	padding: 30px 20px 20px 20px;
	color: #6e4600;
	background-color: #f3f0eb;
	font-size: 1.2em;
	line-height: 1.5em;
	box-sizing: border-box;
}

.firstword {
	font-size: 2.5em;
	font-weight: bold;
}

.content {
	width: 100%;
	max-width: 860px;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
}

.imgbox {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: 10px 5px 10px 0px;
	text-align: left;
	position: relative;
	vertical-align: top;
}

.imgbox a:hover {
	filter: brightness(125%);
}

.tourimage {
	width: 100%;
	max-width: 400px;
}

.textbox {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: 10px;
	text-align: left;
	position: relative;
	vertical-align: top;
}

.imagetext {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #6e4600;
	padding: 0px 5px 10px 5px;
	width: 100%;
}

.description {
	font-size: 1.1em;
	text-align: left;
	font-weight: lighter;
	line-height: 1.5em;
	color: #525252;
	padding: 2px 5px 0px 5px;
	width: 95%;
	display: inline-flex;
}

#bottombanner {
	position: fixed;
	bottom: 0px;
	margin: 0px;
	color: #ffffff;
	background-color: #a7272d;
	padding: 10px;
	width: 100%;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	z-index: 99;
}

.bottombutton {
	color: #ffffff;
}

a {
	text-decoration: none;
}

a.area {
	color: #525252;
}

a.area:hover {
	color: #6e4600;
	font-weight: bold;
}

.foot {
	width: 95%;
	text-align: center;
	color: #3e3e3e;
	font-size: 0.7em;
	border-top: 1px solid #3e3e3e;
	padding: 10px 0px;
	margin: auto;
	height: 70px;
}