@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/travel/data/ not found for PC

++++++++++++++++++++++++++++++++++++++++ */

@media print, screen and (min-width: 769px){

#global_navigation {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}

#contents_area {
	margin-bottom: 75px;
	background: #fff;
}


/* ----------------------------------------
	section_notfound
---------------------------------------- */

#section_notfound {
	overflow: hidden;
	padding-top: 75px;
}

#section_notfound .section_inner {
	padding: 40px 0;
	letter-spacing: 0.05em;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

#section_notfound h2 {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 1;

}
#section_notfound p {
	line-height: 2;
}

#section_notfound .btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 300px;
	margin-top: 50px;
	padding-left: 30px;
	border: solid 1px #000;
	border-radius: 3px;
	color: inherit;
	line-height: 52px;
}
#section_notfound .btn:before {
	content: '';
	position: absolute;
	right: 14px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(../image/arrow_r_bk.png) 0 50% no-repeat;
	background-size: 100%;
}

#section_notfound img {
	position: absolute;
	right: -42px;
	top: 0;
	width: 482px;
}

}