@charset "utf-8";
/* imghd
----------------------------------------------------------------------- */
#imghd {
	position:relative;
}
#imghdinner{
	position:absolute;
	left:0;
	bottom:0;
}
h2:not(#imghdinner){
	width:100%;
	padding-bottom:3px;
	-webkit-border-radius:0;
}
/* ツアー検索
----------------------------------------------------------------------- */
.wrap01{
	padding:15px 10px;
}
.wrap01 table{
	width:100%;
}
.wrap01 td{
	width:50%;
	vertical-align:middle;
}
.wrap01 td:nth-child(2){
	width:17px;
	padding:0 5px;
}
.wrap01 select,
.wrap01 input{
	font-size:14px;
}
.wrap01 select{
	width:100%;
	display:block;
}
.wrap01 input{
	width:95%;
	margin:5px auto 0 auto;
	display:block;
}
.btn-search input{
	width:200px;
	height:auto;
	margin:10px auto 0 auto;
}
/* エリア一覧, 出発地から選ぶ
----------------------------------------------------------------------- */
#list-area{
	background:#fff;
	width:100%;
}
#list-area li.left{ width:50%; float: left; background:#fff;}
#list-area .origin{ padding:15px 20px;}
#list-area .origin2{ padding:10px 20px;}
#list-area a{
	padding:5px;
	overflow:hidden;
	border-bottom:1px solid #aaa;
	position:relative;
	display:block;
	color:#444;
	text-decoration:none;
	background:url(../img/arrow01.png) right center no-repeat;
	-webkit-background-size:23px 13px;
}
#list-area img{
	float:left;
	padding-right:10px;
}
#list-area div{
	height:80px;
	padding:0 0 0 10px;
	display:table-cell;
	vertical-align:middle;
}
#list-area .txt{
	font-size:14px;
	font-weight:bold;
}
#list-area .txt2{
	font-size:13px;
	font-weight:bold;
	line-height:13px;
}



/* おすすめ特集一覧
----------------------------------------------------------------------- */
#list-sp,
#list-sp_info{
	background:#fff;
}
#list-sp a,
#list-sp_info a{
	padding:5px;
	overflow:hidden;
	border-bottom:1px solid #aaa;
	position:relative;
	display:block;
	color:#444;
	text-decoration:none;
	background:url(../img/arrow01.png) right center no-repeat;
	-webkit-background-size:23px 13px;
}
#list-sp img{
	float:left;
}
#list-sp div,
#list-sp_info div{
	height:80px;
	padding:0 0 0 10px;
	display:table-cell;
	vertical-align:middle;
}
#list-sp_info div{
	height:auto;
	padding:5px 0 5px 10px;
}
#list-sp .area{
	width:50px;
	padding:2px 0;
	margin:0 0 4px 0;
	text-align:center;
	font-size:12px;
	line-height:1.1;
	color:#fff;
	white-space:nowrap;
	-webkit-border-radius:3px;
}
#list-sp .dom .area{background:#e335ac;}
#list-sp .oka .area{background:#fe5d70;}
#list-sp .kyu .area{background:#ff9900;}
#list-sp .hok .area{background:#76b200;}
#list-sp .osa .area{background:#3f8bfd;}
#list-sp .tyo .area{background:#e33535;}
#list-sp .toh .area{
	background-color: #990000;
}
#list-sp .shi .area{
	background-color: #009966;
}
#list-sp .txt{
	font-size:14px;
	font-weight:bold;
}
.more{
	padding:10px 9px;
}
.more a{
	padding:8px 0;
	font-size:13px;
	text-align:center;
	border:1px solid #aaa;
	background:#fff;
	-webkit-border-radius:10px;
	
	color:#444;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
/* 旅行の目的から選ぶ
----------------------------------------------------------------------- */
.link{
	padding:0 0 20px 0;
}
.link li{
	background-image:url(../img/purpose.png);
	background-repeat:no-repeat;
	-webkit-background-size:25px 194px;
}
.link .busi{
	background-position:7px 10px;
}
.link .dive{
	background-position:7px -32px;
}
.link .golf{
	background-position:7px -80px;
}
.link .park{
	background-position:7px -114px;
}
.link .ski{
	background-position:7px -162px;
}
.link a{
	padding-left:40px;
	border-top:0;
	border-bottom:1px solid #aaa;
}


.reserv{
	padding-bottom:15px;
}
.reserv li{
	background-color:#fefff6;
}
.reserv li.txt{
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #aaa;
}


/*SNSボタン*/
#sns_btn{
	clear:both;
	overflow:hidden;
	text-align:center;
	border:1px solid #b0c1cd;
	margin:15px 0 20px 0;
	padding:0 0 5px 0;
	border-radius:5px;
	background-color:#fff;
}
#sns_btn p{
	text-align:center;
	background-color:#ccdeeb;
	font-weight:bold;
	margin-bottom:18px;
	padding:8px;
}
#sns_btn ul{
	overflow:hidden;
}
#sns_btn ul li{
	float:left;
	width:33.3%;
	line-height:2.0;
}
#sns_btn ul li.tw a{
	background-color:#55acee;
	width:50px;
	height:50px;
	display:inline-block;
	border-radius:5px;
}