@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;}


#pgtop{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
}
.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: #004BB0;
	text-align: center;
}

/*メインビジュアル
*****************************/
.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;
}
.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.2em;
	box-sizing: border-box;
	background-color: #DDD;
	box-shadow: 0px 1px 1px #999;
}
.nav-active{
	background-color: #666;
	color: #FFF;
	box-shadow: 0px 1px 1px #333;
}

.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: #004BB0;
	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: #004BB0;
	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: #004BB0;
}

/*検索結果
*****************************/
.results-value{
	width: 100%;
	text-align: center;
	padding: 1.4em 0;
	font-size: 1em;
	color: #333;
	font-weight: bold;
}
.results{
	/*background-color: red;*/
}
.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: #004BB0;
	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;*/
}

.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-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: #666;
	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 #004BB0 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;
	padding: 0 0 1.2em; 
	border-bottom: 2px solid #666;
}
.bg09{
	background-color: #E5E5EF;
}

.footer .reserveArea{
	margin: 0 0 0 0!important;
}

.left{
	float: left;
}
.right{
	float: right;
}
/*----------------------------------------------------
	shopInfo （2016/11/16）
----------------------------------------------------*/
#shopInfo{
	width:90%;
	margin:15px auto 0 auto;
	border:#FF55A3 solid 2px;
	padding:10px;
	box-sizing:border-box;
}
#shopInfo h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF !important;
	padding: 10px 10px 10px 0;
	box-sizing:border-box;
	background-color: #FF55A3 !important;
	margin: 0 auto;
	border: none !important;
	text-align:center;
}
#shopInfo .text{
	padding-top:10px;
}

#shopInfo div {
	border:none !important;
	margin:0 auto;
	width:100%;
}
#shopInfo div p {
	vertical-align: top;
	text-align: left;
	color: #333;
}
#shopInfo img{
	max-width:100%;
}
#shopInfo div p:nth-of-type(2) {
	padding-top:15px;
}
#shopInfo .shopName {
	font-size: 1.2em;
	font-weight: bold;
}
#shopInfo p {
	font-size: 0.9em;
	color: #193072;
	text-align:center;
}

#shopInfo div .btn{
	margin:10px auto 0 auto;
	box-sizing:border-box;
	background:#FBF475;
	width:100%;
	font-size:14px;
	font-weight:700;
}

#shopInfo div a{
	text-align:center;
	display:block;
	padding:10px;

}
	
