@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
/*article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

.clearfix:after {clear: both;}
.clearfix:before,.clearfix:after {display: table;content: '';}
html,body {text-align:left;	color:#333;}

html {font-size: 62.5%;}
body {font-size: 1.4em;font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;}
img {border: 0;vertical-align: bottom;}

*/
/* 全体設定
------------------------------ */
/**{
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

#wrap {
	position:relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	font-size: 12px;
    overflow: hidden;
}

#contentsWrap {
	/*margin: 0 auto 30px;*/
	overflow: hidden;
}
#contentsWrap img {
	width: 100%;
	height: auto;
}

/* パンくず
------------------------------ */
#breadcrumbsList {
	width: 100%;
	margin: 0;
	background: #FFF;
}

#breadcrumbsList .breadcrumbs-box {
	margin: 0 auto;
	padding: 5px;
	background: transparent;
	overflow: hidden;
}
#breadcrumbsList .breadcrumbs-box li {
	float: left;
	padding-right: 5px;
    color: #004098;
    font-weight: bold;
}
#breadcrumbsList .breadcrumbs-box li a {
	color: #84765C;
	font-weight: normal;
	text-decoration:underline;
}
#breadcrumbsList .breadcrumbs-box li img {
	width: 12px;
	vertical-align: middle;
}

/* ナビゲーション設定
------------------------------ */
#navigationWrap {
	width: 100%;
	padding: 2px;
	background: #FADB05;
}

#navigationWrap .navi-box {
	margin: 0 auto;
	overflow: hidden;
}
#navigationWrap .navi-box li {
	float: left;
    width: 50%;
	font-weight: bold;
	text-align: center;
}
#navigationWrap .navi-box li:nth-child(odd) {
	clear: both;
}
#navigationWrap .navi-box li a {
	display: block;
	margin: 3px;
    padding: 10px 20px 10px 5px;
	background: #FFF url(/kix/jcom/img/icon/icon_next03.png) no-repeat center right 2px;
	background-size: 15px;
	-webkit-box-shadow: 5px, 5px rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 5px, 5px rgba(255,255,255,0.8) inset;
	box-shadow: 5px, 5px rgba(255,255,255,0.8) inset;
	color: #222;
    font-size: 1.1em;
	line-height: 1;
	text-decoration: none;
}

/* 検索ボックス
------------------------------ */
.search-box {
	width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
}

.search-box h2 {
	margin: 0 0 10px;
	padding: 1.2% 4% 2%;
	border-left: 3px solid #004BB0;
	color: #004BB0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
}

.search-box ul {
	display: table;
	width: 98%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 3px;
}
.search-box ul li {
	display: table-cell;
	background: #dedede url(../img/icon/icon_search01.png) no-repeat center left 3px;
	background-size: 18px;
	border-radius: 15px;
}

.search-box ul li a {
	display: block;
	padding: 9px 3px 7px 20px;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

/* ページTOP
------------------------------ */
#pagetop {
	position: fixed;
	right: 15px;
	bottom: 10px;
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 1000;
}
#pagetop:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#pagetop img {
	width: 50px;
}

/* スライダー
------------------------------ */
.slick-container {
	position: relative;
	padding: 0 0 30px;
}

.slick-arrow {
	position: absolute;
	bottom: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	padding: 0;
	background: none;
	border: none;
    font-size: 0;
    line-height: 0;
	outline: none;
	cursor: pointer;
	z-index: 49;
}
.slick-prev {
	left: -10px;
	background: url(../img/icon/btn_left.png) no-repeat 0 0;
	background-size: 30px;
}
.slick-next {
	right: -10px;
	background: url(../img/icon/btn_right.png) no-repeat 0 0;
	background-size: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 4px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: none;/*reset*/
	background: #CCC;
	border: none;
	border-radius: 50%;
    font-size: 0;
    line-height: 0;
	outline: none;
	cursor: pointer;
	z-index: 49;
}
.slick-dots li.slick-active button {
	background: #999;
}

/* 商品セクション設定
------------------------------ */
.section {
	width: 100%;
	padding: 0 0 20px;
	background: #FFF7CD;
	overflow: hidden;
}

.section .section-box {
	width: 100%;
}

.section-box-wrap {
	width: 100%;
}

.section-box-wrap h3.txtTtl {
	padding: 8px;
	background: #054299;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}

.section-box-wrap .section-other-btn {
	clear: both;
	width: 100%;
	margin: 10px 0 0;
}
.section-box-wrap .section-other-btn a {
	display: block;
	width: 88%;
	margin: 0 auto;
	padding: 8px 32px 8px 8px;
	background: #054299 url(https://www.his-j.com/kix/sp/img/icon/icon_next01_wh.png) no-repeat right 5px center;
	background-size: 25px;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.section-box-wrap .section-pagetop {
	width: 100%;
	margin: 10px auto 0;
	padding-right: 25px;
	background: url(/kix/jcom/img/icon/icon_up01.png) no-repeat right 3px center;
	background-size: 25px;
	font-size: 1em;
	text-align: right;
	text-decoration: underline;
}

/* 商品設定
------------------------------ */
.item-wrap {
	width: 96%;
	margin: 10px auto 0;
}
.item-wrap .item-box {
	width: 100%;
	margin-bottom: 10px;
	background: #FFF url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png) no-repeat right 2px bottom 2px;
	background-size: 10px;
	overflow: hidden;
}
.item-wrap.box_view .item-box {padding: 10px;}
.item-wrap.list_view  .item-box {padding: 7px;}

.item-wrap .item-box a {
	color: #222;
	text-decoration: none;
}

/*--box_view--*/
.item-wrap.box_view .item-box .item-box-info_left {
	position: relative;
	width: 100%;
}

.item-wrap.box_view .item-box .item-box-icon {
	position: absolute;
	top: 10px;
	left: -10px;
	display: inline-block;
	padding: 5px 15px;
	background: #E3005A;
	border-radius: 0 3px 3px 0;
	color: #FFF;
	font-size: 0.7em;
	line-height: 1.1;
}

.item-wrap.box_view .item-box .item-box-air {
	padding: 4px;
	background: #EEE;
	color: #333;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.1;
}

.item-wrap.box_view .item-box .item-box-info_right {
	width: 100%;
}

.item-wrap.box_view .item-box .item-box-ttl {
	padding: 7px 0 0;
	color: #004098;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
}

.item-wrap.box_view .item-box .item-box-date {
	padding: 5px 0 7px;
	font-size: 0.9em;
	line-height: 1.3;
}

.item-wrap.box_view .item-box .item-box-txt {
	margin-bottom: 3px;
	padding: 5px;
	background: #FAFAFA;
	font-size: 0.75em;
	line-height: 1.2;
}

.item-wrap.box_view .item-box .item-box-price {
	display: block;
	padding: 3px 5px 0 0;
	color: #F00;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

.item-wrap.box_view .item-box .item-box-fuel {
	display: block;
	padding: 3px 5px 0 0;
	color: #004098;
	font-size: 0.65em;
	line-height: 1;
	text-align: right;
}

/*--list_view--*/
.item-wrap.list_view .item-box .item-box-info_left {
	float: left;
	width: 35%;
	overflow: hidden;
}

.item-wrap.list_view .item-box .item-box-icon {
	padding: 3px 2px;
	background: #E3005A;
	border-radius: 4px 4px 0 0;
	color: #FFF;
	font-size: 0.65em;
	text-align: center;
}

.item-wrap.list_view .item-box .item-box-air {
	padding: 3px 2px;
	background: #EEE;
	color: #333;
	font-size: 0.65em;
	text-align: center;
}

.item-wrap.list_view .item-box .item-box-info_right {
	float: right;
	width: 65%;
	padding-left: 10px;
}

.item-wrap.list_view .item-box .item-box-ttl {
	color: #004098;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
}

.item-wrap.list_view .item-box .item-box-date {
	padding: 3px 0 5px;
	font-size: 0.75em;
	line-height: 1.2;
}

.item-wrap.list_view .item-box .item-box-txt {
	margin-bottom: 2px;
	padding: 2px;
	background: #FAFAFA;
	font-size: 0.65em;
	line-height: 1.1;
}

.item-wrap.list_view .item-box .item-box-price {
	display: block;
	padding: 3px 5px 0 0;
	color: #F00;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

.item-wrap.list_view .item-box .item-box-fuel {
	display: block;
	padding: 3px 5px 0 0;
	color: #004098;
	font-size: 0.65em;
	line-height: 1;
	text-align: right;
}
#contentsWrap .ttl-img img {
	height: 62px;
	width: auto;
}
.news-wrap .line-box-wrap {
    width: 96%;
    margin: 2% auto 2%;
    padding: 0;
    background-color: #FFF;
    /* border: 1px solid #DDD; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}
.line-box-wrap {
    padding: 5% 0 2%;
    background-color: #EEE;
}
.line-box-wrap a .line-box-txt {
    /* color: #2074dc; */
    color: #555;
    font-size: 13px;
    margin-bottom: 1px;
}
.line-box-pic {
    -webkit-flex-basis: 28%;
    flex-basis: 28%;
    position: relative;
    /* margin-right: 0; */
    margin: 10px 5px 20px 20px;
    max-width: 83px;
    height: 119px;
    overflow: hidden;
    text-align: right;
    border-radius: 6%;
    -webkit-border-radius: 6%;
    -moz-border-radius: 6%;
}	
.line-box-ttl {
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 4px;
    /* color: #023b95; */
}
.line-box-wrap a {
    background-position: right 4px bottom 3px;
    display: -webkit-flex;
    display: flex;
    padding: 2% 2%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-position: right 2px bottom 2px;
    background-size: 6px;
    background-repeat: no-repeat;
    background-color: #fff;
    /* background-image: url(/kix/jcom/img/icon/icon_next03.png); */
    /* background-size: 13px; */
    /* background-position: bottom 7px right 6px; */
    /* background-repeat: no-repeat; */
    /* border: 1px solid #eee; */
}
.line-box-icon {
    display: inline-block;
    font-size: 0.6em;
    padding: 4px 5px 3px;
    margin: 11px 5px 5px 15px;
    border: 1px solid #9299a2;
    background-color: rgba(0,0,0,.5);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 3px;
}
.line-box-wrap a .line-box-icon {
    color: #FFF;
}
