@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/travel/data/ not found for SP

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 768px){

#global_navigation h1 {
	-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: 25px;
	background: #fff;
}


/* ----------------------------------------
	section_notfound
---------------------------------------- */

#section_notfound {
	padding-top: 35px;
}

#section_notfound .section_inner {
	text-align: center;
	letter-spacing: 0.05em;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#section_notfound h2 {
	margin-bottom: 30px;
	font-size: 23px;
	line-height: 1.5;
}
#section_notfound p {
	line-height: 1.7;
}

#section_notfound .btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 250px;
	margin: 30px auto 15px;
	padding-left: 20px;
	border: solid 1px #000;
	border-radius: 3px;
	text-align: left;
	color: inherit;
	line-height: 37px;
}
#section_notfound .btn:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(../image/arrow_r_bk.png) 0 50% no-repeat;
	background-size: 100%;
}

#section_notfound img {
	display: block;
	width: 274px;
	margin: auto;
}

}