@charset "UTF-8";
@import url("../../share/css/common.css");


/*======================================

	コンテンツ

=======================================*/
/* 季節タイトルバー */
.season_titlebar {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* コースタイトル */
.recommend_coursetitle_bg {
	width: 640px;
	background-color: #69CC37;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.spring_coursetitle_bg {
	width: 640px;
	background-color: #FF8484;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.summer_coursetitle_bg {
	width: 640px;
	background-color: #84C1FF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.autumn_coursetitle_bg {
	width: 640px;
	background-color: #FFA54B;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.winter_coursetitle_bg {
	width: 640px;
	background-color: #9D9D9D;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.course_title {
	width: 620px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 1px 0px;
	color: #FFFFFF;
	font-size: 1.25em;
}

.course_info {
	width: 620px;
	margin: 0px 10px 0px 10px;
	padding: 8px 0px 8px 0px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5;
}

/* コース */
.course_order {
	width: 640px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

.course_order .order_main {
	width: 640px;
	background-image: url("../images/season_bg_main_l.gif");
	background-repeat: repeat-y; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 0px;
}

.course_order .order_top_spring {
	width: 640px;
	background-image: url("../images/spring_bg_top_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course_order .order_top_summer {
	width: 640px;
	background-image: url("../images/summer_bg_top_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course_order .order_top_autumn {
	width: 640px;
	background-image: url("../images/autumn_bg_top_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course_order .order_top_winter {
	width: 640px;
	background-image: url("../images/winter_bg_top_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course_order .order_top_recommend {
	width: 640px;
	background-image: url("../images/recommend_bg_top_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.course_order .order_bottom {
	width: 640px;
	background-image: url("../images/season_bg_bottom_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
}

.order_course_title {
	width: 640px;
	margin: 0px;
	padding: 0px;
}

.order_course_title .number {
	float: left;
	width: 30px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.order_course_title .title_time {
	float: left;
	width: 580px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px 2px 0px;
}

.order_course_title .title_time .title {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.5;
}

.order_course_title .title_time .time {
	float: right;
	width: 380px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 0.75em;
	text-align: right;
}

.order_course_title .title_time .time img {
	vertical-align: middle;
}

.photo_info {
	width: 640px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.photo_info .photo {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.photo_info .info_more {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 0px;
}

.photo_info .info_more .more {
	float: right;
	margin: 0px;
	padding: 0px 0px 20px 20px;
	text-align: right;
}

.photo_info .info_more .info {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5;
}

.photo_info .info_2 {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5;
}

.destination {
	width: 620px;
	border-top: 1px solid #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5;
}



/* 地図 */
.map {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

/* タイトル */
.guide_title {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}

.guide_title .title_base {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 1px;
}

.guide_title .title_bg {
	background-color: #EDECDB;
	margin: 0px;
	padding: 3px 5px 3px 5px;
}

.guide_title .title {
	border-left: 4px solid #003399;
	margin: 0px;
	padding: 3px 10px 2px 10px;
	color: #333333;
	font-size: 0.875em;
	font-weight: normal;
}

/* 四季の観光おすすめコース */
.course {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

.course .course_cat_1 {
	float: left;
	width: 315px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.course .course_cat_2 {
	float: left;
	width: 315px;
	margin: 0px;
	padding: 0px;
}

.course .cat_main {
	width: 315px;
	background-image: url("../images/season_bg_main.gif");
	background-repeat: repeat-y; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 0px;
}

.course .cat_top_spring {
	width: 315px;
	background-image: url("../images/spring_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.course .cat_top_summer {
	width: 315px;
	background-image: url("../images/summer_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.course .cat_top_autumn {
	width: 315px;
	background-image: url("../images/autumn_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.course .cat_top_winter {
	width: 315px;
	background-image: url("../images/winter_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.course .cat_bottom {
	width: 315px;
	background-image: url("../images/season_bg_bottom.gif");
	background-repeat: no-repeat; 
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
}

.course .season_course {
	margin: 0px;
	padding: 0px;
}

.course .season_course .season_title {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.course .season_course .course_list {
	float: left;
	width: 200px;
	border-left: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
}

.course .season_course .course_list .spring {
	background-image: url("../images/spring_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 0.75em;
	line-height: 1.5;
}

.course .season_course .course_list .summer {
	background-image: url("../images/summer_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 0.75em;
	line-height: 1.5;
}

.course .season_course .course_list .autumn {
	background-image: url("../images/autumn_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 0.75em;
	line-height: 1.5;
}

.course .season_course .course_list .winter {
	background-image: url("../images/winter_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 0.75em;
	line-height: 1.5;
}



.course_recommend {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.course_recommend .course_cat {
	width: 640px;
	margin: 0px;
	padding: 0px;
}

.course_recommend .cat_main {
	width: 640px;
	background-image: url("../images/season_bg_main_l.gif");
	background-repeat: repeat-y; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 0px;
}

.course_recommend .cat_top_recommend {
	width: 640px;
	background-image: url("../images/recommend_bg_top_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.course_recommend .cat_bottom {
	width: 640px;
	background-image: url("../images/season_bg_bottom_l.gif");
	background-repeat: no-repeat; 
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
}

.course_recommend .season_course {
	margin: 0px;
	padding: 0px;
}

.course_recommend .season_course .season_title {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}

.course_recommend .season_course .course_list {
	float: left;
	width: 480px;
	border-left: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
}

.course_recommend .season_course .recommend {
	background-image: url("../images/recommend_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 0.75em;
	line-height: 1.5;
}



.banner_list {
	width: 640px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.banner_list .banner_1 {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

.banner_list .banner_2 {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}






