@charset "UTF-8";


/*======================================
	モデルコース
=======================================*/
h2 img{
	margin-bottom:20px;
}

#main_wrap{
	padding:3%;
}
section{
	clear:left;
}
#intro{
	margin-bottom:20px;
	overflow: hidden;
	width:100%;
}
#intro_top img{
	margin-bottom:30px;
}
#intro h3{
	color:#b81c22;
	margin-bottom:0.5em;
}
.intro_wrap01,
.intro_wrap02,
.intro_wrap03{
	overflow: hidden;
}
.intro_wrap01 .intro_txt{
	width:60%;
	float:left;
	margin-bottom:1em;
}

.intro_wrap01 .intro_img{
	width:38%;
	margin-left:2%;
	float:left;
	margin-bottom:1em;
	max-width:238px;
}

.intro_wrap02 .intro_txt{
	width:60%;
	float:right;
	margin-bottom:1em;
}
.intro_wrap02 .intro_img{
	width:38%;
	margin-right:2%;
	float:left;
	margin-bottom:1em;
	max-width:238px;
}
.intro_wrap03 .intro_txt{
	width:70%;
	float:right;
	margin-bottom:1em;
}
.intro_wrap03 .intro_img{
	width:28%;
	margin-right:2%;
	float:left;
	margin-bottom:1em;
	max-width:238px;
}
.intro_img img{
	width:100%;
}
.intro_img p{
	font-size:75%;
	margin:0.3em 0 1.0em 0;
}
.intro_img_01{
	margin-right:2%;
	width:48%;
	float:left;
	max-width:113px;
}
.intro_img_02{
	margin-left:2%;
	width:48%;
	float:left;
	max-width:113px;
}
.intro_img_01 p,
.intro_img_02 p{
	min-height:3.0em;
	margin-bottom:0;
}


/* おすすめルート */
.osusume_wrap{
	clear:both;
}
.osusume_wrap h3{
	font-size:120%;
	color:#fff;
	background-color:#84b131;
	padding:0.5em 1em;
	margin-bottom:1em;
	border-radius:0.3em;
}
.osusume_wrap h3 span{
	font-size:85%;
}
.course_icon{
	width:18%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}
ol.anchor{
	width:80%;
	float:left;
	overflow: hidden;
	margin:5px 0 20px 0;
	overflow: hidden;
}
.anchor li{
	float:left;
	margin:0 0.5em 0.5em 0;
}

.course li{
	padding-bottom:30px;
	float:none;
	overflow: hidden;
}
.course h4 span{
	color:#000;
	font-size:85%;
}
.course h4{
	color:#b81c22;
	font-size:130%;
	margin-bottom:10px;
}
.course .course_txt{
	width:45%;
	margin:0;
	margin-bottom:10px;
}
.course .wide .course_txt{
	/*width:60%;*/
}
.course .right h4{
	text-align:right;
}
.course .right .course_txt,
.course .right .more_wrap,
.course .right .time_01,
.course .right .time_02{
	float:left;
}
.course .left .course_txt,
.course .left .more_wrap,
.course .left .time_01,
.course .left .time_02{
	float:right;
}
.course .spot_img img{
	-moz-box-shadow: 1px 1px 2px 2px #c2bdb8;
	-webkit-box-shadow: 1px 1px 2px 2px #c2bdb8;
	box-shadow: 1px 1px 2px 2px #c2bdb8;
	width:52%;
	margin-bottom:40px;
}
.course .wide .spot_img img{
	width:37%;
}
.course .right img{
	float:right;
}
.course .left img{
	float:left;
}

/* 詳細をみるボタン */
.course .more_wrap{
	width:45%;
	margin-bottom:13px;
}
.course .btn_more div{
	width: 160px;
	margin:0 auto;
}
.btn_more p{
	background-position: 30px center;
	padding-left:20px
}

/* 時間アイコン */
.time_01{
	width:43%;
	margin:0 auto;
}
.time_02{
	width:20%;
	max-width:55px;
	margin:0 auto;
}
.time_01 img,
.time_02 img{
	margin:0 auto;
	max-width:250px;
	width:100%;
}
.right .time_02{
	margin-left:25%;
}
.left .time_02{
	margin-right:25%;
}


/* こちらもおすすめ */
#others img{
	margin-bottom:10px;
}
#others li{
	margin-bottom:20px;
}







@media screen and (max-width: 835px) {
	
	.course{
		clear:both;
		background-image:url("../img/spage/course/bk_top.png"),url("../img/spage/course/bk_bottom.png") !important;
		background-size: 25px,25px !important;
		background-position-x: center,center !important;
		background-position-y: top,bottom !important;
		background-repeat:,no-repeat !important;
		padding:25px 0;
		margin-bottom:30px;
	}
	.course li{
		
		background-image:url("../img/spage/course/bk_middle.png") !important;
		background-size: 25px !important;
		background-repeat:repeat-y !important;
		background-position-x: center !important;
		position:relative;
	}
	#option01,#option02{
		background-image:none !important;
	}
	.course .spot_img{
		float:none !important;
		max-width:330px;
		margin:0 auto;
		margin-bottom:20px;
		margin: 0 auto;
	}
	.course .spot_img img,
	.course .wide .spot_img img{
		width:100%;
	}
	.course .right .course_txt,
	.course .left .course_txt,
	.course .right .more_wrap,
	.course .left .more_wrap{
		float:none;
		margin:0 auto;
		margin-bottom:20px;
		width:100%;
		max-width:330px;
	}
	.course h4{
		text-align:left !important;
	}
	.time_01{
		width:50%;
		margin:0 auto;
	}
}
@media screen and (max-width: 700px) {

	.intro_wrap01 .intro_txt,
	.intro_wrap02 .intro_txt,
	.intro_wrap03 .intro_txt{
		width:100%;
		margin: 0 auto;
		float:none;
		margin-bottom:1.0em;
	}
	.intro_wrap01 .intro_img{
		width:100%;
		margin: 0 auto;
		float:none;
		max-width:300px;
	}
	.intro_wrap02 .intro_img{
		width:100%;
		margin: 0 auto;
		float:none;
	}
	.intro_wrap03 .intro_img{
		width:100%;
		margin: 0 auto;
		float:none;
		max-width:180px;
	}
}

/*======================================
	タブレット
=======================================*/
@media screen and (max-width: 599px) {




}

/*======================================
	タウン旅
=======================================*/

#page_course_town .course{
	clear:both;
	background-image:url("../img/spage/course/town/bk_road.png");
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center 100px;
}

/*======================================
	こころ旅
=======================================*/

/* ルート選択タブ */
#page_course_kokoro div.root_wrap {
	margin: 0px;
	padding: 0px;
}
#page_course_kokoro section.root1 {
	display:block;
}
#page_course_kokoro section.root2 {
	display:none;
}

/* タブ */
#notes{
	text-align:center;
	margin:10px 0;
}
#page_course_kokoro .tabs {
	margin:0px;
	padding: 0px;
}
#page_course_kokoro .tabs p {
	display: block;
	width: 49%;
	float:left;
	padding: 5px 0;
	text-align: center;
	border-radius: 0.3em;
	background-color: #999999;
	margin-bottom:1.0em;
	color:#fff;
	text-decoration:none;
	cursor: pointer;
}
#page_course_kokoro .tabs p:hover{
	background-color: #af1e24;
}
#page_course_kokoro .tabs p:first-child {
	margin-right:2%;
}
#page_course_kokoro .tabs p{
	font-weight:bold;
	font-size:110%;
}
#page_course_kokoro .tabs p span{
	font-weight:normal;
	font-size:90%;
}

#page_course_kokoro .tabs .selected{
	background-color: #af1e24;
}


#page_course_kokoro .root1 ol.anchor{
	padding:1.5em 0;
}

#page_course_kokoro .root1 ol.course{
	clear:both;
	background-image:url("../img/spage/course/kokoro1/bk_road.png");
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center top;
}
#page_course_kokoro .root2 ol.course{
	clear:both;
	background-image:url("../img/spage/course/kokoro2/bk_road.png");
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center top;
}

#page_course_kokoro #option01,
#page_course_kokoro #option02{
	overflow:hidden;
}
/*======================================
	タブレット
=======================================*/
@media screen and (max-width: 420px) {

	#page_course_kokoro .tabs p{
		font-size:90%;
	}


}

/*======================================
	おこめ旅
=======================================*/

#page_course_okome ol.course{
	clear:both;
	background-image:url("../img/spage/course/okome/bk_road.png");
	background-repeat:no-repeat;
	background-size:100%;
	background-position: center 70px;
}