@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 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;
	z-index: 100;
}
.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;
}
a:link {
	text-decoration: none;
}

/*メインビジュアル
*****************************/
.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;
}

/* お知らせ・サイトメンテナンスのご案内等
*****************************/

.panel_notificate {
	clear:both;
	background-color: #FFC;
	border: 1px solid #DDA;
	border-radius: 4px;
	box-sizing:border-box;
	margin:15px auto 15px auto;
	padding:0 0 12px 0;
	text-align: center;
	width:96%;
	text-shadow: 0 1px 1px #FFF;
}
.panel_notificate h2 {
	background: rgb(255, 184, 0);
	border-bottom: rgb(211, 178, 95) 1px solid;
	color: #000;
	text-shadow:1px 2px 1px #FFF;
	padding:10px 3px;
	margin-bottom:6px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	letter-spacing: 1px;
	line-height: 15px;
}
.panel_notificate p{
	padding:6px 4% 0 4%;
	letter-spacing:0.02em;
	line-height:1.1em;
	text-align:left;
	font-size:90%;
}

/* お知らせ・アラート等
*****************************/
.panel_alert {
border: 1px solid;
margin-bottom: 3px;
padding: 8px 0;
text-align: center;
width: auto;
margin: 4px;
border-radius: 4px;
text-shadow: 0 1px 1px #FFF;
clear: both;
background-repeat: no-repeat;
background-position: bottom right;
margin-bottom: 8px;
}
.panel_alert h2 {
position: relative;
top: -8px;
color: #FFF;
text-shadow: none;
padding: 6px 0 3px;
font-size: 15px;
font-weight: bold;
border-radius: 4px 4px 0 0;
letter-spacing: 1px;
line-height: 15px;
}


/*検索結果並び替え
*****************************/
.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.5em;
	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.4;
	color: #444;
}
.result-info-days{
	font-size: 0.6em;
	line-height: 1.4;
	color: #999;
}
.result-info-price{
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.4;
	color: red;
	padding: 0.2em 0;
}
.result-info-charge{
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.4;
	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.4;
	color: #444;
}
.result-box-sp .result-info-days{
	font-size: 0.6em;
	line-height: 1.4;
	color: #999;
	float: left;
}
.result-box-sp .result-info-price{
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	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.4;
	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(//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(//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;

}

/* パンくず
------------------------------ */
#breadcrumb {
	color: #333;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.4;
	background: #fff;
}
#breadcrumb ul {
	width: 96%;
	margin: 0 auto;
}
#breadcrumb ul li {
	float: left;
}
#breadcrumb ul li a {
	text-decoration: underline;
	color: #333;
}
#breadcrumb ul li a:hover {
	text-decoration: none;
}
#breadcrumb ul li:after {
	content: "\f105";
  font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin: 0 5px;
}
#breadcrumb ul li:last-child:after {
	content: none;
}
/* フッター調整
------------------------------ */
footer .reserveArea {
	margin-top: 0;
}
/* フッターベルトバナー
------------------------------*/
#pagetop {
	bottom: 80px!important;
}
#footBelt {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
	padding: 5px 0;
	background-color: #004bb0;
}
#footBelt .inner {
	width: 85vw;
	margin: 0 10vw 0 5vw;
	position: relative;
}
#footBelt a {
	color: #fff;
	display: block;
}
#footBelt .ttl {
	display: none;
}
#footBelt .txt {
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
}
#footBelt .txt span {
	color: #fffd4a;
}
#footBelt .click {
	text-align: right;
}
#footBelt .click img {
	width: 90px;
}
#footBelt .btn-close {
	font-size: 24px;
	position: absolute;
	top:5px;
	right:5px;
}

/* テレビ電話サービス
------------------------------*/
#webserviceWrap * {
	box-sizing: border-box;
}
#webserviceWrap {
	width: 100%;
	background-color: #F2F2F2;
	padding: 15px 10px 0;
	box-sizing: border-box;
	font-family: sans-serif;
}
.webservice {
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.webservice h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	background: url(https://tour.his-j.com/ct/images/c4/img_reserve_tel_01.gif) no-repeat left center;
	background-size: 20px;
	padding-left: 23px;
	margin-bottom: 10px;
}
.webservice .infobox {
	border: 1px solid #0099CC;
	padding: 10px;
}
.webservice .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.webservice .desc {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.webservice .btn {
	width: 60%;
	margin: 0 auto 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.webservice .btn a {
	background-color: #47c9ff;
	border-radius: 4px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 0;
}
.webservice .hours {
	text-align: center;
	font-size: 12px;
}

/*kixSmpStyle.cssを上書き*/
footer.hf201411 .shopButton a {
	border-bottom: solid 3px #002e6c!important;
    background-color: #004098!important;
    color: #ffffff!important;
    display: block!important;
    height: 48px!important;
    line-height: 48px!important;
    padding: 0!important;
    font-size: 16px!important;
    font-weight: normal!important;
    border-radius: 4px!important;
}
/*goto トラベル用画像*/
.goto{
	width:98%;
	margin:1%;
	line-height: 1.6;
}
.goto img{
	width: 20%;
	height:20%;
	vertical-align: bottom;
}
.goto .notice-box__info{
	display:flex;
}
.goto .notice-box__info span{
	padding: 24px 5px 0 0;
    font-size: 1.1em;
    font-weight: 900;
}
.goto .notice-box__list{
	margin:1em;
	padding:2px;
}
.goto .notice-box__list li.bb{
	font-weight:900;
}
.goto .notice-box__list li.gaibu{
	margin: 10px 0;
    border: 1px solid #000;
    padding: 9px;
}
