#header .toTop {
	display: none;
}
/* main visual
--------------------------------*/
#mvBox {
	clear:both;
	margin: 0 auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#mvBox .inner {
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 667px;
}
#mvBox #mvimg {
	position:relative;
}
#mvBox #mvimg #mvimg01 {
	position:absolute;
	top:10px;
	right: -241px;
}
#mvBox #mvimg #mvimg02 {
	position:absolute;
	bottom:10px;
	left: -241px;
}
#mvBox #mvimg #mvimg03 {
	position:absolute;
	top:0;
	right:0;
}
#mvBox #mvimg #mvimg04 {
	position:absolute;
	top:154px;
	left:0;
}
@media screen and (max-width: 1360px) {
#mvBox #mvimg #mvimg03 {
	right:-107px;
}
#mvBox #mvimg #mvimg04 {
	left:-107px;
}
}

h1 {
	padding-top: 155px;
	text-align: center;
}
/* nav
--------------------------------*/
#navArea {
	background: #000;
}
#navArea #pageNav {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	display: flex;
	justify-content: center;
}
#navArea #pageNav li {
	float: left;
}
#navArea #pageNav li + li {
	margin-left: 182px;
}
#navArea #pageNav li a {
    position: relative;
    display: block;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.06em;
}
#navArea #pageNav li a:before,
#navArea #pageNav li a:after {
	position: absolute;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
}
#navArea #pageNav li a:before {
	top: 23px;
	border-color: #ffffff transparent transparent transparent;
}
#navArea #pageNav li a:after {
	top: 21px;
	border-color: #000 transparent transparent transparent;
}
#navArea #pageNav li a:hover {
	text-decoration: underline;
}
/**/
#contents_bg {
	padding-top: 60px;
}
/* section about
--------------------------------*/
#secAbout {
	position: relative;
	padding: 48px 0 55px 50px;
	background: url(../images/sec_about_bg.png) no-repeat top right, #fff;
}
#secAbout h2 {
	margin-bottom: 25px;
	font-size: 214%;
	color: #a50001;
}
#secAbout .logo {
	position: absolute;
	top: 64px;
	right: 95px;
}
/* section bnr
--------------------------------*/
#secBnr {
	margin-top: 60px;
}
#secBnr ul {
	letter-spacing: -0.5em;
}
#secBnr ul li {
	display: inline-block;
	letter-spacing: 0;
}
#secBnr ul li:nth-child(-n+2) {
	margin-bottom: 30px;
}
#secBnr ul li:last-child {
	margin-left: 10px;
}
/* section ticket
--------------------------------*/
#secTicket {
	margin-top: 60px;
	padding: 52px 40px 70px;
	background: url(../images/sec_bg_tile.jpg) repeat-x top, #fff;
}
#secTicket h2 {
	margin-bottom: 47px;
	font-size: 229%;
}
#secTicket ul {
	overflow: hidden;
}
#secTicket ul li {
	position: relative;
	float: left;
}
#secTicket ul li:first-child {
	margin-right: 20px;
}
#secTicket ul li:last-child {
	margin-top: 43px;
}
#secTicket ul li:first-child > img,
#secTicket ul li:nth-child(2) > img {
	width: 440px;
}
#secTicket ul li a {
	position: absolute;
	display: block;
	bottom: 6px;
	left: 6px;
	width: 428px;
	line-height: 50px;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#secTicket ul li:first-child a {
	background: #aa0005;
}
#secTicket ul li:nth-child(2) a {
	background: #238300;
}
#secTicket ul li h3 {
    font-size: 160%;
    padding-bottom: 20px;
    line-height: 1.5;
}
#secTicket .btn a {
	margin: 40px auto 0;
	display: block;
	background: #000;
	width: 780px;
	font-size: 129%;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
/* section access
--------------------------------*/
#secAccess {
	padding: 52px 40px 40px;
	background: url(../images/sec_bg_tile.jpg) repeat-x top, #fff;
}
#secAccess h2 {
	margin-bottom: 40px;
	font-size: 229%;
}
#secAccess p + p {
	margin-top: 38px;
}
/* section spot
--------------------------------*/
#secSpot {
	position: relative;
	margin-top: 60px;
	padding: 10px;
	background: #b8d9d8;
}
#secSpot:before,
#secSpot:after {
	content: "";
	position: absolute;
}
#secSpot:before {
	top: -22px;
	left: -27px;
	width: 227px;
	height: 193px;
	background: url(../images/sec_spot_img01.png) no-repeat;
}
#secSpot:after {
	top: -17px;
	right: -28px;
	width: 225px;
	height: 187px;
	background: url(../images/sec_spot_img02.png) no-repeat;
}
#secSpot .wrap {
	padding: 42px 20px 20px;
	background: url(../images/sec_spot_bg.png) repeat-x top center, #f8faec;
}
#secSpot .wrap h2 {
	margin-bottom: 42px;
	font-size: 257%;
	line-height: 1.33;
}
#secSpot .wrap ul li.setouchi {
	float: left;
}
#secSpot .wrap ul li.sanin {
	float: right;
}
#secSpot .wrap ul li a {
	display: block;
	padding: 4px 4px 0;
	font-size: 129%;
	font-weight: bold;
	color: #fff;
}
#secSpot .wrap ul li.setouchi a {
	background: #ce4d3d;
}
#secSpot .wrap ul li.sanin a {
	background: #589541;
}
#secSpot .wrap ul li a img {
	width: 442px;
}
#secSpot .wrap ul li a span {
	display: block;
	padding: 19px 0;
	text-align: center;
}
/* section coupon
--------------------------------*/
#secCoupon {
	position: relative;
	margin-top: 60px;
	padding: 72px 0 80px;
	background: url(../images/sec_coupon_bg.png) no-repeat center;
}
#secCoupon h2 {
	font-size: 250%;
	color: #a50001;
}
#secCoupon .btn a {
	margin: 40px auto 0;
	display: block;
	background: #000;
	width: 390px;
	font-size: 129%;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
/* section train info
--------------------------------*/
#secInfo {
	margin-top: 60px;
	padding: 30px 40px 40px;
	background: #fff;
}
#secInfo h2 {
	padding: 18px 0;
	border-top: 2px solid #b30004;
	border-bottom: 2px solid #b30004;
	font-size: 200%;
}
#secInfo h2 span {
    position: relative;
    display: inline-block;
    margin-right: 17px;
    width: 220px;
    background: #b30004;
    font-size: 72%;
    color: #fff;
    line-height: 1;
    padding: 10px 0 10px 10px;
}
#secInfo h2 span:after {
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #b30004;
}
#secInfo ul {
	overflow: hidden;
	margin-top: 20px;
}
#secInfo ul li {
	width: 440px;
	margin-bottom: 18px;
	padding: 20px 20px 15px;
	background: #f4f2eb;
}
#secInfo ul li:nth-child(2n+1) {
	float: left;
}
#secInfo ul li:nth-child(2n) {
	float: right;
}
#secInfo ul li img {
	width: 400px;
}
#secInfo ul li h3 {
	margin: 20px 0 10px;
	font-size: 129%;
	font-weight: bold;
}
/* section tourist info
--------------------------------*/
#secTouristinfo {
	padding: 0 40px;
	background: #fff;
}
#secTouristinfo h2 {
	padding: 18px 0;
	border-top: 2px solid #b30004;
	border-bottom: 2px solid #b30004;
	font-size: 200%;
}
#secTouristinfo ul {
	overflow: hidden;
	margin-top: 30px;
}
#secTouristinfo ul li {
	display: inline-block;
	vertical-align: top;
	width: 297px;
	margin-bottom: 35px;
}
#secTouristinfo ul li h3 {
	margin-bottom: 5px;
	font-size: 143%;
	font-weight: bold;
}
#secTouristinfo ul li h3 img {
	margin-right: 15px;
    margin-bottom: 5px;
	width: 30px;
}
#secTouristinfo ul li p {
	margin-left: 44px;
}
#secTouristinfo ul li p a {
	font-size: 115%;
	color: #000;
	text-decoration: underline;
	line-height: 1.5;
}
#secTouristinfo ul li p a:hover {
	text-decoration: none;
}
