@charset "utf-8";
/****************************************
		0. 全体の設定
*****************************************/
/* IE7でpadding指定 */
*:first-child+html body {padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {padding-left: 1px;}
/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{zoom:100%;	overflow:hidden; /* for dreamweaver */}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{display: block;clear:both;font-size: 0;margin:0px;	padding:0px;border:0px;height:0px;line-height:0px;visibility: hidden;content: " ";}
html,body {text-align:left;	color:#333333;font: 14px/16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
h1,h2,h3,h4,h5{font-weight: normal;	font-size: 14px;margin:0;padding:0;}

#contents-search {
	background: url(../../img/bg-top.png) 0 0 repeat-x fixed,
	/*url(../../img/bg-bottom.png) left bottom repeat-x fixed,*/
	url(../../../img/bg-dot.png) left bottom repeat-x fixed,#ffffff;
}
#pagetop{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1000;
}
.pagetop-line{
	/*width: 100%;
	color: #FFF;
	padding: 1em 0;
	background-color: #004BB0;
	text-align: center;*/
}
.pagetop-line a{
	display: block;
	width: 100%;
	color: #FFF;
	padding: 1em 0;
	background-color: #1356a7;
	text-align: center;
}
#pankuzu {
	display: block;
	width: 100%;
    margin-left:10px;
}
#pankuzu li {
	font-size: 80%;
	display: inline-block;
	margin-right: .2em;
    color: #fff;
}
#pankuzu li + li:before {
	content: '>';
	margin-right: .2em;
}
#pankuzu a {
  color: #fff;
  text-decoration: underline;
}


/*メインビジュアル
*****************************/
.main-header{
	width: 100%;
	/* max-height: 189px; */
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*background-color: red;*/
}
.main-header img{
	width: 100%;
}
.main_tour{
	background-color: #FCFCFC;
}


/*検索結果並び替え
*****************************/
.result-nav{
	width: 100%;
	margin: 0 auto;
    padding: 10px 5px 3px;
}
.result-nav-ul{
	width: 93%;
	margin: 0 auto;
	padding: 0 0 0.3em;
	/*border-bottom: 2px solid #333;*/
}
.result-nav-li{
	width: 22%;
	margin: 0.2em 0.4em 0.6em;
	float: left;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	/*border: 1px solid #333;*/
	padding: 0.8em 0.5em;
	box-sizing: border-box;
	background-color: #DDD;
	box-shadow: 0px 1px 1px #999;
}
.nav-active{
	background-color: #1356a7;
	color: #FFF;
	box-shadow: 0px 1px 1px rgb(41,101,165);
}

.result-nav-3th{background-color:#DE348C; color:#FFFFFF;}

/*検索結果 header
*****************************/
.results-header{
	width: 100%;
	display: block;
	position: relative;
	background-color: #FFF;
	padding: 0.8em 0.5em 0.8em;
	box-sizing: border-box;
	text-align: center;
    
}
h4.results-ttl{
	float: left;
	min-width: 48%;
	color: #1356a7;
	padding: 0.8em 0.2em 0.8em;
	font-size: 1em;
	line-height: 1.2em;
	box-sizing: border-box;
	font-weight: bold;
}
span.results-ttl-mini{
	font-size: 0.8em;
	color: #666;
}
.results-header-btn{
	display: inline-block;
	/*float: right;*/
	padding: 0.8em;
	margin: 0 0 0 0;
	font-size:1em;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	text-align: center;
	background-color: #1356a7;
	border-radius: 3px;
	box-shadow: 0px 1px 1px #ddd;
	cursor: pointer;
}
#moreBtnClose{
	display: none;
	padding: 0.8em 1.6em;
	background-color: #666;
}
.search-close-btn{
	float: none;
	display: block;
	padding: 0.8em 2em;
	background-color: #FF5C26;
}

/*検索結果
*****************************/
.results-value{
	width: 100%;
	text-align: center;
	padding: 1.4em 0;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	background: url(../../../images/bg2.png) repeat left center #e6eef7;
	margin: 0;
}
.results{
	/*background-color: red;*/
    background: url(../../../images/bg2.png) repeat left center #e6eef7;
	margin: 0;
	padding: 0;
}
.result-box{
	width: 95%;
	margin: 0.7em auto 0;
	background-color: #FFF;
	/*border: 1px solid #333;*/
	padding: 0.7em;
	box-sizing: border-box;
	/*border-radius: 3px;*/
	/* border-top: 4px solid #004BB0; */
	box-shadow: 0px 1px 2px #ccc;
	position: relative;
}

.result-info-ttl{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	color: #FF5C26;
	margin-bottom: 0.4em;
	padding: 0 0.2em 0;
	box-sizing: border-box;
}

.result-box-pic{
	width: 35%;
	/*height: 95px;*/
	float: left;
	overflow: hidden;
	position: relative;
}
.result-box-pic img{
	width: 100%;
	/*position: absolute;
	top:0;
	left:-50%;*/
}

.result-info{
	width: 65%;
	float: right;
	font-size: 1em;
	padding-left: 0.6em;
	box-sizing: border-box;
}


.result-info-txt{
	font-size: 0.8em;
	line-height: 1.4em;
	color: #444;
}
.result-info-days{
	font-size: 0.6em;
	line-height: 1.4em;
	color: #999;
}
.result-info-price{
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.4em;
	color: red;
	padding: 0.2em 0;
}
.result-info-charge{
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.4em;
	color: #555;
}
.result-code{
	clear: both;
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	padding: 0 0.4em;
	box-sizing: border-box;
	color: #888;
}



.result-box-sp{
	width: 95%;
	margin: 0.7em auto 0;
	background-color: #FFF;
	/*border: 1px solid #333;*/
	padding: 0.7em;
	box-sizing: border-box;
	/*border-radius: 3px;*/
	/* border-top: 4px solid #004BB0; */
	box-shadow: 0px 1px 2px #ccc;
	position: relative;
	/*border: 3px solid #666;*/
}
@media screen and (min-width: 481px) {
	.result-box-sp{
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0.7em 1% 0;
	}
}
.result-box-sp .result-info-ttl{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	color: #004BB0;
	margin-bottom: 0.2em;
	padding: 0.6em 0.2em 0;
	box-sizing: border-box;
}

.result-box-sp .result-box-pic{
	width: 100%;
	/*height: 95px;*/
	/*float: left;*/
	margin-bottom: 0.3em;
	overflow: hidden;
	position: relative;
}

.result-box-sp .result-info{
	width: 100%;
	/*float: right;*/
	font-size: 1em;
	padding-left: 0.2em;
	box-sizing: border-box;
}


.result-box-sp .result-info-txt{
	font-size: 0.9em;
	line-height: 1.4em;
	color: #444;
}
.result-box-sp .result-info-days{
	font-size: 0.6em;
	line-height: 1.4em;
	color: #999;
	float: left;
}
.result-box-sp .result-info-price{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	color: red;
	padding: 0.2em 0 0;
	float: right;
}
.result-box-sp .result-info-charge{
	clear: both;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.4em;
	color: #555;
	text-align: right;
}
.result-box-sp .result-code{
	clear: both;
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	padding: 0.2em 0.4em 0;
	text-align: center;
	box-sizing: border-box;
	color: #888;
}
.result-box-sp a:hover {
	text-decoration: none;
}
/*.result-icon{
	clear: both;
	width: 100%;
	display: block;
	padding: 0.4em 0 0.1em;
}
.result-icon-li{
	font-size: 0.7em;
	font-weight: bold;
	width: 23.6%;
	float: left;
	padding: 0.2em;
	margin: 0.2em 0.4em 0.2em 0;
	background-color: #333;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
}*/
/*.result-icon li:first-child{
	margin: 0.2em 0.2em 0.2em 0;
}*/

.result-btn{
	width: 85%;
	margin: 2em auto 1.2em;
	padding: 0.7em 0;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	box-sizing: border-box;
	background-color: #004bb0;
	border-radius: 3px;
	box-shadow: 0px 2px 1px #000;
	font-weight: bold;
}


.box-label{
	position: absolute;
	bottom:0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #1356a7 transparent;
	transition:all 0.8s ease;
}

.pan-list{
	width: 100%;
	box-sizing: border-box;
	padding: 1.2em 1em;
	font-size: 1em;
	text-align: center;
}
.pan-list li{
	/*float: left;*/
	margin-right: 0.5em;
}


.tel-box {
	background: #eaf2fa;
	padding: 5%;
	color: #333333;
	line-height: 160%;
	font-size: 12px;
}
.tel-text {
	font-size: 15px;
	font-weight: bold;
}
.tel a {
	background: #FFF;
	padding: 4%;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 2% auto;
	color: #red;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	border: #004bb0 1px solid;
	border-bottom: solid 3px #004bb0;
}
footer .tel a:before {
	content: ' ';
	display: inline-block;
	background-position: -158px 0px;
	background-size: 500px 60px;
	margin: 0 13px -5px 0;
	width: 16px;
	height: 28px;
	background-image: url(http://www.his-j.com/headfoot_sp/images/sprite_common.png) ;
	background-repeat: no-repeat;
	vertical-align: baseline;
}
.online {
	padding: 0;
	/*border-bottom: 5px #D59200 solid;
	border-top: 5px #D59200 solid;*/
	background-color: #FE0000;
}
.online img{
	width: 100%;
}
.online a{
	padding: 0;
	margin: 0;
}
.bn-area {
	padding: 5% 0;
	text-align: center;
	background: url(http://www.his-j.com/kix/smt/tour/fair/hatsuyume2015/yokoku/bg_bn_area.jpg);
	background-size: 100%;
}
.bn-area p {
	color: #FFF;
	font-size: 1em;
}




.sp-ttl{
	width: 75%;
	background-color: #999;
	color: #FFF;
	text-align: center;
	padding: 0.4em 1em 0.4em 1em;
	margin:0.8em auto 0.5em;
	/*box-shadow: 0px 1px 1px #333;*/
	border-radius: 2px;
}

/*カテゴリーカラー
*****************************/
.cate-c01{
	/*background: linear-gradient(to bottom, #3690f0 0%,#1e69de 100%);*/
	background-color:#1e69de;
}
.cate-c02{
	/*background: linear-gradient(to bottom, #f2c043 0%,#f49d3a 100%);*/
	background-color:#f49d3a;
}
.cate-c03{
	/*background:linear-gradient(to bottom, #f2825b 0%,#e55b2b 100%);*/
	background-color:#e55b2b;
}
.cate-c04{
	/*background:linear-gradient(to bottom, #cb60b3 0%,#ad1283 100%);*/
	background-color:#ad1283;
}
.cate-c05{
	/*background: linear-gradient(to bottom, #a0573e 0%,#752201 100%);*/
	background-color:#752201;
}

.bg07{
	/*background-color: #FFF597;*/
	background-color:#e6eef7;
    background: url(../../../images/bg2.png) repeat left center #e6eef7;
	margin: 0;
	padding: 0;
	padding: 0 0 1.2em;
	border-bottom: 2px solid #e6eef7;
}
.bg09{
	background-color: #E5E5EF;
}

.footer .reserveArea{
	margin: 0 0 0 0!important;
}

.left{
	float: left;
}
.right{
	float: right;
}



.bg09{
	background-color: #E5E5EF;
}

.footer .reserveArea{
	margin: 0 0 0 0!important;
}

.left{
	float: left;
}
.right{
	float: right;
}
footer #otherArea ul{
  display: none;
}
/* ナビゲーション */
.nav-icon2 {
	text-align: center;
}
.nav-icon2 li {
	display: inline-block;
	width: 23%;
}

/* SNS
--------------------*/
.sns-link {
  float: right;
  margin: 5px;
}
.sns-link li {
  border-radius: 15px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  vertical-align: middle;
  width: 30px;
  margin-left: 10px;
  overflow: hidden;
}
#contents .sns-link a {
  color: #fff;
}
.sns-link a:hover {
  filter:alpha(opacity=80);
  opacity: 0.8;
}
.sns-facebook {
  background: #3765A3;
}
.sns-twitter {
  background: #2CA7E0;
}
.sns-line {
  background: #5cd95c;
  padding: 0;
}
.sns-line img {
  width: 74%;
  padding: 0 4px;
}

/*LINE@*/
.lineinfo {
  background: #50c900;
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
}