
header .header_cont {
	width: 980px;
	margin: 0 auto;
}
header .header_cont .header_t h1 {
	float: left;
	padding-top: 14px;
	height: 45px;
	position: relative;
}
header .header_cont .header_t h1 span {
	font-size: 2.0rem;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	position: absolute;
	width: 120px;
	top: 27px;
}
header .header_cont .header_t ul {
	float: right;
}
header .header_cont .header_t ul li {
	width: 130px;
	float: left;
}
header .header_cont .header_t ul li a {
	height: 47px;
	display: block;
	color: #333333;
	padding-top: 32px;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
}

header .header_cont .header_t ul .on a {
    background-color: #1460ba;
    color: #ffffff;
}

header .header_cont .header_t ul li a:hover {
	background-color: #1460ba;
	color: #ffffff;
}
header .header_cont .header_b {
	padding-top: 8px;
}
header .header_cont .header_b .left_pnkuzu {
	float: left;
	font-size: 1.2rem;
}
header .header_cont .header_b .left_pnkuzu span {
	color: #d50f1d;
}
header .header_cont .header_b .right_links {
	float: right;
}
header .header_cont .header_b .right_links li {
	float: left;
}
header .header_cont .header_b .right_links li a {
	font-size: 1.2rem;
}
header .header_cont .header_b .right_links li span {
	padding: 0 14px;
}

#top {
	background: url(/sightseeing/common/img/bg_main.png) repeat left top;
}
#top .top_view {
	background-color: #ffffff;
}
#top .top_view .view_content {
	position: relative;
	width: 1260px;
	height: 560px;
	margin: 0 auto;
	overflow: hidden;
}
#top .top_view .view_content .visulal_area a {
	position: absolute;
	left: 0;
	top: 0;
}
#top .top_view .view_content .visual_txt {
	font-size: 6.0rem;
	color: #ffffff;
	position: absolute;
	left: 160px;
	top: 53px;
	font-weight: bold;
	z-index: 40 !important;
	text-shadow: 2px 2px 1px #999999;
}
#top h1 {
	padding: 15px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background: #1460ba;
	text-align: center;
}
#top h2 {
	font-size: 21px;
	font-weight: bold;
	color: #1460ba;
	margin: 0 0 20px 0;
	padding: 0 0 7px 0;
	border-bottom: solid 2px #1460ba;
}
#top .main_content {
	width: 980px;
	margin: 0 auto 0;
}
#top .main_content .left_contnt {
	width: 640px;
	float: left;
}
#top .main_content .left_contnt .content_box {
	margin-top: 20px;
}
#top .main_content .left_contnt .content_box .content {
	width: 300px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
#top .main_content .left_contnt .content_box .content .view {
	width: 300px;
	height: 200px;
}
#top .main_content .left_contnt .content_box .content .txt_area {
	padding: 10px 15px;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: #ffffff;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_t dt {
	padding: 0 0 12px;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_t dt a {
	color: #1460ba;
	font-size: 1.6rem;
	font-weight: bold;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_t dd {
	color: #333333;
	font-size: 1.4rem;
	padding-bottom: 20px;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_catgory {
	font-size: 1.2rem;
	vertical-align: middle;
	margin-bottom: 8px;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_catgory dt {
	display: inline-block;
	background: url(/sightseeing/common/img/ic_category.png) no-repeat left top;
	background-size: 17px;
	padding: 2px 5px 2px 24px;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_catgory dd {
	display: inline-block;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_catgory dd a {
	color: #1460ba;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_tag {
	font-size: 1.2rem;
	vertical-align: middle;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_tag dt {
	display: inline-block;
	background: url(/sightseeing/common/img/ic_tag.png) no-repeat left top;
	background-size: 17px 18px;
	padding: 0 5px 2px 24px;
	vertical-align: top;
	width: 10%;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_tag dd {
	display: inline-block;
	width: 73%;
}
#top .main_content .left_contnt .content_box .content .txt_area .content_tag dd a {
	color: #1460ba;
}
#top .main_content .left_contnt .content_box .content:nth-child(even) {
	margin-right: 0;
}
#top .main_content .left_contnt .btn_etc {
	margin: 10px 0 30px;
}
#top .main_content .left_contnt .btn_etc a {
	display: block;
	width: 300px;
	padding: 16px 0;
	text-align: center;
	background-color: #ff7f00;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.0rem;
	margin: 0 auto;
	text-decoration: none;
}
#top .main_content .left_contnt .btn_etc a:hover {
	opacity: 0.7;
}
#top .main_content .left_contnt .service_area {
	width: 640px;
	margin: 0 auto 70px;
}
#top .main_content .left_contnt .sns_area {
	width: 500px;
	background-color: #ffffff;
	border: 1px solid #1460ba;
	margin: 0 auto 100px;
	text-align: center;
}
#top .main_content .right_slink {
	width: 300px;
	float: right;
}
#top .main_content .right_slink .box_category {
	border-top: 2px solid #1460ba;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 17px 15px;
	width: 300px;
}
#top .main_content .right_slink .box_category h3 {
	font-size: 1.8rem;
	color: #252525;
	font-weight: bold;
	background: url(/sightseeing/common/img/ic_category02.png) no-repeat left center;
	padding: 0 5px 2px 30px;
	margin-bottom: 14px;
}
#top .main_content .right_slink .box_category ul {
	list-style: none;
}
#top .main_content .right_slink .box_category ul li {
	background: url(/sightseeing/common/img/line_dotted.png) repeat-x left top;
	background-size: 2px 1px;
	padding: 15px 0;
}
#top .main_content .right_slink .box_category ul li a {
	color: #1460ba;
	font-size: 1.4rem;
}
#top .main_content .right_slink .box_category ul li:last-child {
	padding-bottom: 0;
}
#top .main_content .right_slink .box_serch {
	margin-top: 30px;
}
#top .main_content .right_slink .box_serch .txt_side input {
	float: left;
	width: 244px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: none;
	box-sizing: border-box;
	width: 244px;
	padding: 10px;
	font-size: 1.4rem;
	color: #333333;
	height: 36px;
	background-color: #fafafa;
}
#top .main_content .right_slink .box_serch .btn_side input {
	border: none;
	background-color: #1460ba;
	width: 56px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 1.6rem;
	padding: 8px 0;
	text-align: center;
	height: 36px;
	cursor: pointer;
}
#top .main_content .right_slink .box_serch .btn_side input:hover {
	opacity: 0.7;
}
#top .main_content .right_slink .box_ranking01,
#top .main_content .right_slink .box_ranking02 {
	border-top: 2px solid #1460ba;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 17px 15px;
	width: 300px;
	margin-top: 20px;
}
#top .main_content .right_slink .box_ranking01 h3,
#top .main_content .right_slink .box_ranking02 h3 {
	font-size: 1.8rem;
	color: #252525;
	font-weight: bold;
	background: url(/sightseeing/common/img/ic_crown.png) no-repeat left center;
	padding: 0 5px 0 30px;
	margin-bottom: 14px;
}
#top .main_content .right_slink .box_ranking01 .rank_content,
#top .main_content .right_slink .box_ranking02 .rank_content {
	position: relative;
}
#top .main_content .right_slink .box_ranking01 .rank_content dl,
#top .main_content .right_slink .box_ranking02 .rank_content dl {
	background: url(/sightseeing/common/img/line_dotted.png) repeat-x left top;
	background-size: 2px 1px;
	padding: 15px 0;
}
#top .main_content .right_slink .box_ranking01 .rank_content dl dt,
#top .main_content .right_slink .box_ranking02 .rank_content dl dt {
	float: left;
	width: 100px;
	padding-right: 10px;
}
#top .main_content .right_slink .box_ranking01 .rank_content dl dd,
#top .main_content .right_slink .box_ranking02 .rank_content dl dd {
	float: right;
	width: 155px;
	font-size: 1.4rem;
}
#top .main_content .right_slink .box_ranking01 .rank_content dl dd a,
#top .main_content .right_slink .box_ranking02 .rank_content dl dd a {
	color: #1460ba;
}
#top .main_content .right_slink .box_ranking01 .rank_content .flag,
#top .main_content .right_slink .box_ranking02 .rank_content .flag {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 1px;
	left: -15px;
}
#top .main_content .right_slink .box_ranking01 .rank_btn,
#top .main_content .right_slink .box_ranking02 .rank_btn {
	padding: 15px 0 0;
	background: url(/sightseeing/common/img/line_dotted.png) repeat-x left top;
	background-size: 2px 1px;
}
#top .main_content .right_slink .box_ranking01 .rank_btn a,
#top .main_content .right_slink .box_ranking02 .rank_btn a {
	border-radius: 4px;
	background-color: #ff7f00;
	text-align: center;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 8px 15px;
	box-sizing: border-box;
	float: right;
	text-decoration: none;
}
#top .main_content .right_slink .box_ranking01 .rank_btn a:hover,
#top .main_content .right_slink .box_ranking02 .rank_btn a:hover {
	opacity: 0.7;
}
#top .main_content .right_slink .bnr_list li {
	margin-bottom: 20px;
}
#top .main_content .right_slink .bnr_list li:last-child {
	margin-bottom: 0;
}
#top .main_content .right_slink .tab_box {
	margin-top: 40px;
	border-top: 2px solid #d50f1d;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 17px 15px 7px;
	width: 300px;
}
#top .main_content .right_slink .tab_box h3 {
	font-size: 1.8rem;
	color: #252525;
	font-weight: bold;
	background: url(/sightseeing/common/img/ic_tag02.png) no-repeat left center;
	background-size: 17px 18px;
	padding: 0 5px 0 24px;
	margin-bottom: 16px;
}
#top .main_content .right_slink .tab_box ul {
	padding: 15px 0 0;
	background: url(/sightseeing/common/img/line_dotted.png) repeat-x left top;
	background-size: 2px 1px;
}
#top .main_content .right_slink .tab_box ul li {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
#top .main_content .right_slink .tab_box ul li a {
	font-size: 1.4rem;
	color: #1460ba;
	background-color: #dce7f5;
	border-radius: 4px;
	padding: 5px;
	display: inline-block;
}
#top .page_top {
	width: 980px;
	margin: 0 auto;
}
#top .page_top p .pc_tbtn {
	display: block;
	text-align: right;
	margin-bottom: 2px;
	width: 122px;
	margin: 0 0 0 auto;
}
/* nishi add */
.contents_recommend {
	margin-bottom: 30px;
}
.contents_recommend dl {
	width: 300px;
	margin-right: 40px;
	float: left;
}
.contents_recommend dl:nth-child(3) {
	margin-right: 0;
}
.contents_recommend dl dt {
	margin-bottom: 5px;
}
.contents_recommend dl dt img {
	width: 300px;
}
.contents_recommend dl dd {
	color: #1460ba;
	font-size: 1.6rem;
	font-weight: bold;
}
.contents_travel_type {
	width: 100%;
	margin-bottom: 15px;
}
.contents_travel_type .contents__area--box {
	width: 200px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.contents_travel_type .contents__area--box:nth-child(1),
.contents_travel_type .contents__area--box:nth-child(2),
.contents_travel_type .contents__area--box:nth-child(4),
.contents_travel_type .contents__area--box:nth-child(5) {
	margin-right: 20px;
}
.contents_travel_type .contents__area--box img {
	width: 200px;
	vertical-align: top;
}
.contents_travel_type li.contents__area--box span {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.7;
	color: #fff;
	background: rgba(20, 96, 186, 0.7);
}
.contents_travel_group {
	width: 100%;
	margin-bottom: 10px;
}
.contents_travel_group dl {
	width: 300px;
	float: left;
}
.contents_travel_group dl:nth-child(odd) {
	margin-right: 40px;
}
.contents_travel_group dl dt {
	margin-bottom: 5px;
}
.contents_travel_group dl dt img {
	width: 300px;
}
.contents_travel_group dl dd {
	margin-bottom: 15px;
	color: #1460ba;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn_etc03,
.btn_etc04 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.btn_etc03 li {
	width: 33%;
}
.btn_etc04 li {
	width: 24.9%;
}
.btn_etc03 a,
.btn_etc04 a {
	line-height: 50px;
	text-align: center;
	display: block;
	background-color: #1460ba;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.banner__img {
	margin-top: 30px;
}
.box_area {
	border-top: 2px solid #1460ba;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 17px 15px 0 15px;
	width: 300px;
	margin-top: 30px;
}
.box_area h3 {
	font-size: 1.8rem;
	color: #252525;
	font-weight: bold;
	background: url(/sightseeing/common/img/ic_area.png) no-repeat left center;
	padding: 0 5px 0 30px;
	margin-bottom: 14px;
}
.box_area h4 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_area  ul.tags {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.box_area 	ul.tags li {
	margin: 0 5px 10px 10px;
	padding: 0;
	float: left;
}
.box_area  ul.tags li a {
	display: block;
	position: relative;
	background-color: #c5e2ff;
	font-size: 13px;

	text-decoration: none;
	padding: 5px 7px;
	height: 20px;
	border-radius: 3px;
}
/* nishi add */

footer {
	background: url(../img/bg_footer.png) repeat-x left top;
	height: 30px;
	padding-top: 15px;
}
footer .foot_cotent {
	width: 980px;
	margin: 0 auto;
}
footer .foot_cotent .company_link {
	float: left;
}
footer .foot_cotent .company_link li {
	float: left;
	margin-right: 27px;
}
footer .foot_cotent .company_link li a {
	background: url(/sightseeing/common/img/ic_arr.png) no-repeat left 2px;
	background-size: 4px 5px;
	font-size: 1.3rem;
	padding: 0 0 0 10px;
	color: #2068b7;
	text-decoration: none;
}
footer .foot_cotent .company_link li:last-child {
	margin-right: 0;
}
footer .foot_cotent .copy_right {
	float: right;
	font-size: 1.3rem;
}
