@charset "utf-8";


/****************************************
		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;}
h1,h2,h3,h4,h5{font-weight: normal;	margin:0;padding:0;}

html{font-size: 62.5%;}
body{margin-left: 1px;font-size: 1.4em;}
a img {
	border-style:none;
}
ul{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
/*input, */button, textarea, select,
input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*全体設定
*****************************/
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}
div:after {
	content: "";
	clear: both;
	display: block;
}
html,body{
	margin: 0;
	margin-left: 0!important;
	padding: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#wrap{
	width: 100%;
	min-width: 1080px;
	height: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* border: 5px solid #004098; */
	border-top: none;
}
#pagetop{
	position: fixed;
	right: 25px;
	bottom: 40px;
	filter:alpha(opacity=80);
	opacity:0.8;
	display: none;
}
#pagetop img{
	width: 70px;
}
#pagetop:hover{
	filter:alpha(opacity=50); 
	opacity:0.5;
}

#sectionWrap{
	/*max-width: 1680px;*/
	min-width: 1080px;
	margin: 0 auto;
	padding: 0;
	/*min-height: 2500px;*/
}


/****************************************
		0. 全体の設定
*****************************************/
.section{
	width: 100%;
	padding: 40px 0;
}

.section-box{
	max-width: 1400px;
	max-width: 1450px;
	min-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-ttl{
	margin-top: 25px;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
.section-txt{
	font-size: 16px;
	text-align: center;
	margin: 10px 0 30px;
}

.section-btn{
	width: 600px;
	margin: 20px auto 10px;
}
.section-btn a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	background-color: #EEE;
	color: #333;
	border:1px solid #DDD;
	text-decoration: none;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 16px;
	background-position: top 14px right 12px;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.section-btn a:hover{
	background-color: #FFF;
}
.section-btn-wrap{
	width: 800px;
	margin: 20px auto 10px;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
.section-btn-wrap .section-btn{
	width: 50%;
	margin: 5px;
}

/****************************************
		0. 全体の設定
*****************************************/
header{
	width: 100%;
	min-width: 1080px;
	background-color: #004098;
	/* padding: 0 10px; */
}

.header-wrap{}
.main-header{
	padding: 12px 10px 7px;
	/* width: 100%; */
}

.header-logo{
	width: 5%;
	float: left;
	min-width: 150px;
}
.header-logo img{
	width: 70px;
	float: left;
}
.header-logo span{
	float: left;
	margin-left: 8px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
}
.main-header-menu{
	width: 85%;
	float: right;
	text-align: right;
	min-width: 910px;
}
.main-header-menu li{
	float: right;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
}
.main-header-menu li a{
	display: block;
	color: #FFF;
	padding: 5px 5px;
	text-decoration: none;
}
.main-header-menu li a:hover{
	/*display: block;
	color: #004098;
	background-color: #FFF;*/
	/*text-decoration: none;*/
	text-decoration: underline;
}
.main-header-menu li img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
}

li.menu--login{
	border: 2px solid #F4BA23;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 0.75em;
	margin-left: 10px;
	background-color: #F4BA23;
	color: #004098;
}
li.menu--login a{
	text-decoration: none;
	padding: 3px 10px 2px 3px;
	color: #004098;
	font-weight: bold;
}

li.shop--list{
	padding: 0px 7px;
	font-size: 0.7em;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 1px;
	margin-right: 5px;
}





.sub-header{
	width: 100%;
	padding: 5px 15px 5px;
	/*background-color: #004098;*/
	background-color: #FFF;
	/* border-bottom: 1px solid #EEE; */
	overflow: visible;
}
.sub-header-menu{
	width: 100%;
	max-width: 1080px;
	font-size: 14px;
	margin: 0 auto;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
}
.sub-header-menu li{
	/*float: left;*/
	/* overflow: visible; */
	/* height: 55px; */
}
.sub-header-menu li.menu--type{
	width: 16px;
	padding: 11px 2px;
	text-align: center;
	line-height: 1.5;
	font-size: 0.8em;
	color: #FFF;
	border-radius: 2px 0 0 2px;
	height: 56px;
}

.sub-header-menu li a{
	display: block;
	padding: 13px 29px 10px 12px;
	color: #004098;
	text-decoration: none;
	background-image: url(../img/icon/icon_down01.png);
	background-repeat: no-repeat;
	background-position: right 2px top 50%;
	background-size: 20px;
	/* height: 55px; */
	/* vertical-align: middle; */
	/* line-height: 1; */
}
.sub-header-menu li a:hover{
	background-color: #004098;
	color: #FFF;
	background-image: url(../img/icon/icon_down01_wh.png);
}

.sub-header-menu li.menu--domestic a:hover{
	background-color: #75B347;
	color: #FFF;
}
.sub-header-menu li a span{
	/* vertical-align:middle; */
	/* line-height:1; */
	/* display:inline-block; */
}

li.menu--overseas{
	border-bottom: 2px solid #004098;
}
li.menu--domestic{
	border-bottom: 2px solid #75B347
}
li.menu--domestic,
li.menu--overseas{
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	font-size: 0.95em;
	line-height: 1;
	/* vertical-align: middle; */
}
.sub-header-menu li.menu--domestic:last-child,
.sub-header-menu li.menu--overseas:last-child{
	border-radius: 0 3px 0 0;
}
li.menu--domestic a,
li.menu--overseas a{
	height: 54px;
}


/*.menu-box{
	position: absolute;
	top: 55px;
	left: 4px;
	width: 99.2%;
	padding: 30px;
	 height: 320px; 
	background-color: #FFF;
	z-index: 100;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}*/
#header .globalNav01 .menu-box{
	border-top: 5px solid #004098;
	border-bottom: 1px solid #004098;
	position: fixed;
	top: 112px;
	left: 50%;
	margin-left: -480px;
}
#header .globalNav02 .menu-box{
	border-top: 5px solid #75B347;
	border-bottom: 1px solid #75B347;
	position: fixed;
	top: 113px;
	left: 50%;
	margin-left: -480px;
}
/*#header p.menu-box-ttl{
	font-size: 1.4em;
	padding: 5px 0 20px;
}
#header .menu-box .item-box{
	width: 25%;
	border: none;
	overflow: hidden;
	max-height: 270px;
}


#header .menu-box .menu-box-list li a{
	display: block;
	padding: 5px 10px;
	color: #004098;
	text-decoration: none;
	background: none;
	height: auto;
	float: none;
}
#header .menu-box .menu-box-list li a:hover{
	background: none;
	text-decoration: underline;
}*/




#header div.menu-box{
	position: absolute;
	top: 59px;
	left: 0;
	width: 960px;
	padding: 25px 25px;
	padding-top: 15px;
	height: auto;
	background-color: #FCFCFC;
	z-index: 10000;
	display: none;
	box-shadow: 0px 1px 1px #aaa;
	-moz-box-shadow: 0px 1px 1px #aaa;
	-webkit-box-shadow: 0px 1px 1px #aaa;
	border-top: 2px solid #004098;
	/* border: 5px solid #F6F6F6; */
}
#header div.menu--overseas .menu-box{
	border-top: 10px solid #004098;
}
#header div.menu--domestic .menu-box{
	border-top: 10px solid #75B347;
}
#header p.menu-box-ttl{
	font-size: 1.7em;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
	color: #004BB0;
	line-height: 1;
}
#header p.menu-box-ttl span{
	font-size: 0.5em;
	text-decoration: underline;
	vertical-align: middle;
	margin-left: 5px;
	padding: 2px 15px;
	padding-right: 20px;
	background-color: #EEEEEE;
	color: #333;
	border-radius: 10px;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 10px;
	background-position: top 6px right 5px;
	background-repeat: no-repeat;
}
#header p.menu-box-ttl span:hover{
	text-decoration: none;
}
#header p.menu-box-ttl a{
	color: #004BB0;
	padding: 10px 0 15px;
	text-decoration:none;
}
#header p.menu-box-close{
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
#header p.menu-box-bnr{
	width: 100%;
	padding: 10px 0 15px;
	margin: 10px auto 0;
	text-align: center;
	border-top: 1px dotted #EEE;
	background-color: #EEE;
}

#header p.menu-box-close img{
	width: 38px!important;
}

#header div.menu-box .item-box{
	width: 25%;
	border: none;
	overflow: hidden;
	max-height: none;
	padding: 5px;
}


#header div.menu-box .item-box-pic {
	width: 100%;
	transition: all 1.1s ease;
	padding: 5px;
}
#header div.menu-box .item-box-pic img{
	width: 100%!important;
}

#header div.menu-box .menu-box-list li a{
	display: block;
	padding: 5px 10px;
	color: #004098;
	text-decoration: none;
	background: none;
	height: auto;
	float: none;
}
#header div.menu-box .menu-box-list li a:hover{
	background: none;
	text-decoration: underline;
}


#header #globalNav .globalNav01 li ul li,
#header #globalNav .globalNav02 li ul li {
	float: none;
	padding: 4px!important;
	min-width: 140px;
}
#header #globalNav .globalNav01 li ul li a,
#header #globalNav .globalNav02 li ul li a {
	padding: 8px 10px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #EDEDED;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 14px;
	background-position: top 10px right 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	/* line-height: 1.3; */
	/* color: #1a398c; */
	/* background: url(https://img.his-j.com/headfoot/images/header_ic001.png) no-repeat left center; */
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#header #globalNav .globalNav01 li ul li a:hover,
#header #globalNav .globalNav02 li ul li a:hover {
	text-decoration: underline;
	background-color: #FFFAED;
}

#header #globalNav .globalNav01 li ul li.menu-list-ttl,
#header #globalNav .globalNav02 li ul li.menu-list-ttl{
	font-size: 1.1em;
	/* padding: 10px; */
	color: #004098;
	font-weight: bold;
}

#header p.menu-box-bnr img{
	width: 60%!important;
	max-width: 70%!important;
}
#header .menu-bnr-wrap{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	padding: 10px;
	border-top: 1px dotted #EEE;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	background-color: #EEE;
}
#header .menu-bnr-wrap p.item-box{
	width: 20%;
	border: none;
	overflow: hidden;
	max-height: none;
	padding: 5px;
	/* background-color: #FFF; */
}
#header .menu-bnr-wrap p.item-box:hover{
	background-color: #F4BA23;
}
#header .menu-bnr-wrap p.item-box a{
	color: red;
	background-color: #FFF;
	padding: 5px;
}

#header .menu-bnr-wrap p.item-box img{
	margin-bottom:5px;
}


/****************************************
		0. 全体の設定
*****************************************/

.item-box-wrap{
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: wrap;
	/* align-items: baseline; */
	width: 100%;
	padding: 0;
}


.item-box{
	/*width: 300px;
	border: 5px solid #FFF;
	padding: 5px;*/
	width: 25%;
	/*padding: 0.5%;*/
	border: 7px solid transparent;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	max-height: 227px;
}
.item-box a{
	color: #333;
}
.item-box img{
	width: 100%;
	display: block;
}
.item-box-pic{
	width: 100%;
	transition:all 1.1s ease;
}
.item-box-pic:hover{
	opacity:0.5;
	transition:all 0.4s ease;
}
.item-box-pic img{
	width: 100%;
	display: block;
	max-height: 400px;
	max-width: 635px;
}
.item-box-area{
	position:absolute;
	bottom: 5px;
	right: 5px;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	font-size:0.7em;
	padding: 1px 19px 1px 8px;
	transition: all 0.8s ease;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url(../img/icon/icon_next.png);
	background-size: 11px;
	background-position: top 4px right 4px;
	background-repeat: no-repeat;
}

.item-hover-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,51,0.4);
	color: #FFF;
	text-align: center;
	padding-top: 12%;
	opacity: 0;
	transition:all 0.6s ease;
	z-index: 100;
	max-width: 635px;
}
.item-hover-box a{
	text-decoration: none;
	color: #FFF;
}
.item-hover-logo{
	width: 100%;
	text-align: center;
}
.item-hover-logo img{
	width: 48px;
	margin: 0 auto 10px;
}
.item-hover-ttl{
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: bold;
}
.item-hover-txt{
	padding: 15px 10px;
	font-size: 0.9em;
}
.item-hover-btn{
	border: 2px solid #FFF;
	font-size: 0.8em;
	width: 50%;
	margin: 0 auto 20px;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 5px;
	transition:all 0.4s ease;
	background-image: url(../img/icon/icon_arrow01_wh.png);
	background-repeat: no-repeat;
	background-position: top 6px right 7px;
	background-size: 16px;
	z-index: 101;
	position: relative;
	border-radius: 30px;
}
.item-hover-btn a{display:block;color:#FFF;text-decoration:none;}
.item-hover-btn:hover{
	background-color: #444;
	transition:all 0.8s ease;
}

.item-hover-area{
	font-size: 0.85em;
}
.item-hover-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 102;
}
.item-hover-overlay a{
	width: 100%;
	height: 100%;
	display: block;
}

.item-btn-movie{
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: #DF2D28;
	color: #FFF;
	z-index: 1000;
	font-size: 0.95em;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.item-btn-movie p.modal-btn{
	display: block;
	padding: 9px 15px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	/* border-bottom: 3px solid #333; */
}
.item-box p.modal-btn a{
	color: #FFF;
}
.item-btn-movie p.modal-btn:hover{
	opacity:0.85;
}
.item-btn-movie img{
	width: 22px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.modal-wrap{
	z-index: 10000;
	width: 100%;
	height: 110%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow-y:scroll;
}
.modal-overlay{
	z-index: 10030;
	background-color: #333;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.7;
	overflow-y:scroll;
	margin-bottom:1px;
}
.modal-box{
	z-index: 10031;
	position: relative;
	width: 85%;
	max-width: 1200px;
	min-width: 900px;
	min-height: 640px;
	margin: 6% auto 0;
	/* padding: 20px; */
	/* padding-top: 56.25%; */
}
.modal-close{
	background-color: #333;
	color: #FFF;
	text-align: center;
	/* width: 50px; */
	/* height: 50px; */
	line-height: 30px;
	cursor: pointer;
	padding: 5px 25px;
}
.modal-close img{
	width: 22px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.modal-close:hover{
	background-color: #666;
}

/****************************************
		0. 全体の設定
*****************************************/

#mainItemWrap{
	padding: 1px 0 3px;
	overflow: visible;
	padding: 0;
}
.specialrate-ttl{
	background-color: red;
	font-size: 1.6em;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.specialrate-ttl a{
	display: block;
	padding: 5px 0;
	color: #FFF;
	text-decoration: none;
}
.specialrate-ttl a:hover{
	text-decoration: underline;
}

#mainItemWrap .section-box{
	max-width: 100%;
	min-width: 1080px;
	max-width: 1905px;
	margin: 0 auto;
	padding: 0;
	max-height: 400px;
	overflow: visible;
}
#mainItemWrap .item-box{
	width: 33.33333333%;
	/*width: 50%;*/
	max-height: 400px;
	border: 1px solid #FFF;
	border-bottom: 0px;
	max-width: 635px;
	/* border-top: none; */
}
#mainItemWrap .item-box:first-child{
	border-left:none;
}
#mainItemWrap .item-box:last-child{
	border-right:none;
}
#mainItemWrap .item-hover-box {
	background-color: rgba(0,0,51,0.6);
	padding-top: 12%;
	opacity: 0;
}


#mainItemWrap_FULL{
	width: 100%;
	min-width: 1080px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	max-height: 400px;
	overflow: hidden;
	position: relative;
	background-image: url(/kix/kessan/img/bnr/bnr_kessan_top_pc.png);
	background-position:center center;
}

.full-item-box{
	width: 960px;padding: 0px;
	margin:0 auto;
}
/*.full-item-box li{
	width: 235px;
	float: left;
	max-height: 400px;
}
*/
.full-item-box li img{
	/* display: block; */
}
.full-item-box li{width: 480px;float: left;}

.full-item-btn:hover{
	opacity: 0.7;
	transition:all 0.2s ease;
}
.full-item-btn a img{
	transition:all 0.6s ease;
}
.full-item-btn a img:hover{
	opacity: 1;
	display: block;
	transition:all 0.4s ease;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.kixPageFlow_jcom-top-top_main_img{display: inline-block;float: left;}

.modal-btn-neo a:hover{
	opacity: 1;
	display: block;
	transition:all 0.4s ease;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
/*.item-box-pic iframe{
	width: 100%;
	display: block;
	max-height: 400px;
}*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube-info{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	z-index: 10033;
	width: 100%;
	position: absolute;
	bottom: -37px;
	right: 0;
	background-color: #FFF;
	color: #333;
	text-align: center;
	/* width: 50px; */
	/* height: 50px; */
	line-height: 30px;
	cursor: pointer;
	padding: 0 0 0 20px;
}
.youtube-txt{
	flex: 3;
	line-height: 40px;
	text-align: left;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 16px;
	background-position: top 12px left 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.youtube-txt a {
    color: #004BB1;
    margin-left: 5px;
}
.youtube-txt a:hover{
	text-decoration: none;
}




.full-item-box li img:hover{
	opacity: 0.7;
}
.full-item-btn:hover{
	opacity: 1;
}


/****************************************
		0. 全体の設定
*****************************************/

#newsWrap{
	padding: 15px 0 25px;
	background-color: #EEE;
}

#newsWrap .section-box{
	max-width: 990px;
	min-width: 800px;
	margin: 0 auto;
	/* background-color: #EEE; */
	/* padding: 20px; */
	padding: 0;
}

#newsWrap .news-box{
	width: 100%;
	/* float: right; */
	padding: 5px 15px;
	/* background-color: #FEF5DE; */
}
.news-box li{
	width: 100%;
	margin: 0 0 3px;
	font-size: 0.85em;
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
	background-color: #FFF;
	padding: 6px 25px 5px;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 16px;
	background-position: top 9px right 6px;
	background-repeat: no-repeat;
	border: 1px solid #EEE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.news-box a {
	margin: 0 0 3px;
}

.news-box li:hover{
	background-color: #FFFAED
}
.news-box li:last-child{
	margin-bottom: 3;
}
.news-box li span{
	display: inline-block;
	vertical-align: middle;
}
.news-box-date {
	margin-right: 20px;
	color: black;
	
	text-decoration: underline white;
}
.news-box-icon{
	background-color: #004098;
	color: #FFF;
	text-align: center;
	padding: 2px 5px;
	font-size: 0.8em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 75px;

}
.news-box-icon,
.news-box-icon {
	text-decoration: underline #004098;
}


/*.news-box-date{
	text-align: left;
	padding: 0 10px;
}*/
.news-box-txt{
	padding: 0 27px 0 10px;
}
.news-box-txt a{
	width: 100%;
	text-align: left;
	text-decoration: none;
	/*color: #004098;*/
	color: #333;
	background-position: right 0px bottom 2px;
	background-size: 10px;
	background-repeat: no-repeat;
	transition:all 0.4s ease;
	display: inline;
}
.news-box-txt a span{
	display: inline;
	/*color: red;*/
	/* top: -2px; */
	position: relative;
}
/*.news-box-txt a:hover{
	text-decoration: underline;
	opacity: 0.7;
	transition:all 0.4s ease;
}*/
.news-box-txt .fcblue {
	color: #1d3994;
}
.news-box-txt .price {
	color: #ff3300;
}
.news-box-txt :hover {
	color: #1494e5 !important;
	text-decoration: underline;
}
.news-box-txt :hover span {
	text-decoration: underline;
	color: #1494e5 !important;
}


/****************************************
		0. 全体の設定
*****************************************/
#noticeNewsWrap{
	margin: 0;
	padding: 0;
	position: relative;
}

#noticeNewsWrap .section-box{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background-color: #e81123;
	background-color: #000;
}
#noticeNewsWrap .section-box a{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	display: block;
	text-decoration: underline;
	padding: 10px 0;
	font-size: 0.9em;
	color: #FFF;
	/* color: #e81123; */
	line-height: 1em;
}
#noticeNewsWrap a:hover{
	text-decoration: none;
}
#noticeNewsWrap img{
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.notice-icon{
	padding: 2px 10px;
	background-color: #FFF;
	background-color: #e81123;
	color: #e81123;
	color: #FFF;
	display: inline-block;
	font-size: 0.9em;
	margin-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* line-height: 1.4em; */
	font-weight: bold;
}
#noticeNewsWrap .notice-box-close img{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 27px;
}


/****************************************
		0. タブの設定
*****************************************/

#searchWrap{
	padding: 20px 0;
	/* background-color: #E5F2FF; */
	overflow: visible;
}

.tab-button{
	width: 960px;
	margin: 0 auto 0;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
.tabMenu01{
	width: 100%;
	margin: 0 auto 0;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
.tab-button dd{
	/*background-color: #FFF;
	border: 1px solid #EEE;
	border-top: 3px solid #DDD;*/
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
	transition:all 0.8s ease;
	text-align: center;
	border-radius: 3px 3px 0 0;
	position:relative
}
.tab-button dd a{
	padding: 7px 18px;
	display: block;
	text-decoration: none;
	color: #222;
	transition:all 0.8s ease;
	opacity: 1;
	background-color: rgba(238, 238, 238, 0.8);
	margin-right: 5px;
	border-radius: 3px 3px 0 0;
}
.new--icon {
	position: absolute;
	top: -3px;
	right: 2px;
	font-size: 9px;
	background-color: red;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	z-index: 50;
	font-weight: bold;
}
dd.tab--overseas a:hover{
	background-color: #004098;
	color: #FFF;
	opacity: 0.8;
}
dd.tab--domestic a:hover{
	background-color: #75B347;
	color: #FFF;
	opacity: 0.8;
}
dd.tab--overseas a{
	color: #222;
	background-color: rgba(84, 155, 254, 0.1);
}
dd.tab--domestic a{
	color: #222;
	background-color: rgba(117, 179, 71, 0.1);
}
dd.tab--overseas a.active{
	background-color: #004098;
	color: #FFF;
}
dd.tab--domestic a.active{
	background-color:#75B347;
	color: #FFF;
	/* background-color: rgba(117, 179, 71, 0.2); */
}



.tab-contents{
	min-width: 960px;
	max-width: 1040px;
	margin: 0 auto 5px;
	padding: 20px 40px;
	background-color: #FFF;
	display: block;
	position: relative;
}
.tab-contents-hide{
	display: none;
	transition:all 0.8s ease;
}

.tab-contents--overseas{
	border: 5px solid #004098;
	transition:all 0.8s ease;
	background-color: #FFFAED;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}

.tab-contents--domestic{
	border: 5px solid #75B347;
	transition:all 0.8s ease;
	background-color: #F0FFE6;
}



#tourSearchWrap .section-ttl{
	width: 100%;
	font-size: 20px;
	padding: 0px 40px 5px 5px;
	margin-bottom: 0;
	color:#004098;
	font-weight: bold;
}

.form-wrap{
	padding: 0;
	font-size: 1em;
	margin: 0 auto;
	/* background-color: #FFFAED; */
	/* max-width: 340px; */
	/* padding-right: 0; */
	/* min-width: 907px; */
}
table.form-wrap{border-collapse: separate;}
table.form-wrap tr{
	/* margin-bottom: 5px; */
	vertical-align: middle;
	text-align: left;
	/* border: 1px solid; */
	/* padding: 10px; */
}
.form-wrap tr.check-box-wrap{
	margin-bottom: 10px;
	margin-top:5px;
}
.form-wrap th{
	font-size: 12px;
	width: 50%;
	text-align: left;
}
.form-wrap td{
	/* margin-right: 10px; */
	position: relative;
	/* width: 50%; */
	vertical-align: middle;
	text-align: left;
	/* padding: 0; */
	padding: 0;
	/* background-color: #EEE; */
	/* max-width: 220px; */
}

.iconCalendar img{
	position: absolute;
	bottom: 1px;
	right: 15px;
	z-index: 100;
}

.ui-datepicker-trigger{
	position: absolute;
	top: 14px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}
.datePicker3 .ui-datepicker-trigger{
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}
.datePicker-icon .ui-datepicker-trigger{
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}

#form9 .ui-datepicker-trigger{
	position: absolute;
	top: 13px;
	left: 191px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}

#domesticWrap03 .ui-datepicker-trigger{
	position: absolute;
	top: 10px;
	left: 187px;
	z-index: 100;
	cursor: pointer;
	width: 24px;
	opacity: 0.7;
}

/*#tourSearchWrap select {
	width: 100%;
	margin: 2px auto 3px;
	color: #333;
}
#tourSearchWrap input {
	width: 100%;
	margin: 2px auto 3px;
	color: #333;
}*/

select,
#tourDatepicker,
.input--style {
	height: 42px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
	position: relative;
	background: #FFF;
	font-size: 0.9em;
	color: #004BB0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 30px;
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	min-width: 220px;
	max-width: 220px;
	margin-right: 2px;
	border: 2px solid #888;
	/* background-image: url(../img/icon/icon_down01.png); */
	/* background-size: 22px; */
	/* background-position: top 9px right 6px; */
	/* background-repeat: no-repeat; */
}
select{
	max-width: 97%;
	width: 97%;
	min-width: 225px;
	margin-top: 2px;
	background-image: url(../img/icon/icon_down01.png);
	background-size: 22px;
	background-position: top 9px right 4px;
	background-repeat: no-repeat;
	color: #004BB0!important;
}
input[type="text"]{
	height: 42px;
	padding: 0 0 0 14px;
	box-sizing: border-box;
	position: relative;
	background: #FFF;
	font-size: 0.9em;
	color: #004BB0!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 30px;
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	min-width: auto;
	max-width: none;
	width: 97%;
	margin-right: 2px;
	border: 2px solid #888;
	margin-top: 2px;
}
input[type="checkbox"],
input[type="radio"] {
	width: 16px;
	height: 16px;
	padding: 10px;
	vertical-align: middle;
	/* margin-right:5px; */
	/* border: 3px solid #F60; */
}

/*.form-wrap radio{
	border: 1px solid #333;
}*/
.select01 {
	width: 88%;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	font-size: 0.8em;
	padding-bottom: 0;
	border-bottom: 1px dotted #ddd;
	background-color: #FFF;
	vertical-align: middle;
	padding: 2px 5px;
}
.select01 li{
	margin-right: 5px;
	vertical-align: middle;
	/* line-height: 1; */
	padding: 2px 5px;
	text-align: left;
}
.select01 li img{
	margin-right: 0px;
	vertical-align: middle;
	width16px;
	width: 12px;
}

ul#tourBudgetRange{
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 5px;
}
ul#tourBudgetRange li{
	line-height: 30px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
#tourSearchWrap select.price-list{
	max-width: 120px;
	min-width: 60px;
}

.form-table-txt{
	font-size: 0.8em;
	color: #004098;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.5;
}
.form-table-ttl{
	font-size: 0.75em;
	text-align: center;
	display: inline-block;
	padding: 4px 8px;
	background-color: #F4BA23;
	color: #222;
	border-radius: 3px;
	font-weight: bold;
}
.form-table-ttl img{
	vertical-align:middle;
	margin-left:5px;
}

.form-mini{
	margin-top: 5px;
}
.form-mini-box{
	background-color: #FFF;
	padding: 2px 10px;
	font-size: 0.75em;
	/* display: inline-block; */
	border-bottom: 1px dotted #DDD;
}
.form-mini .form-table-ttl{
	margin-top: 5px;
	padding: 2px 8px;
}
.form-mini-select{
	position: relative;
}
.form-mini-select .form-input--img {
	position: absolute;
	right: 9px;
	top: 5px;
	z-index: 100;
	opacity: 0.7;
}
.form-mini-select select{
	max-width: 90px;
	min-width: 90px;
	width: 120px;
	height: 30px;
	font-size: 0.8em;
	padding: 0 0 0 10px;
	line-height: 25px;
}

.form-icon img{
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 2px;
}

.form-input--img{
	position: absolute;
	right: 9px;
	top: 17px;
	z-index: 100;
	opacity: 0.7;
}
.form-input--img img{
	width: 24px;
	margin: 0;
}


.form-btn{
	clear: both;
	text-align: center;
	/* margin: 0 0 0 10px; */
	/* background-color: #ff6600; */
	/* border-bottom: 3px solid #B85D21; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* padding: 11px 36px; */
	/* border: none; */
}
#tourSearch{
	/* line-height: 14px; */
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	text-decoration: none;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: transparent;
	transition:all 0.4s ease;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
}

#tourSearch:hover{
	transition:all 0.8s ease;
	filter:alpha(opacity=70); 
	opacity:0.7;
}
.form-btn img{
	width: 25px;
	vertical-align: middle;
	margin-right: 0px;
}


.form-btn--plus{
	background-color: #FEF5DE;
	font-size: 0.8em;
	padding: 5px 10px;
	border: 1px solid #333;
	line-height: 24px;
}
.form-btn--plus img{
	width: 20px;
	margin-left: 5px;
}


.form-city-list{
	float: left;
	padding: 5px 10px 5px;
	padding-right: 0;
	min-width: 205px;
	width: 50%;
	max-width: 350px;
}
.form-city-list p{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 5px;
	color: #004BB0;
}
.form-city-list ul{
	margin-bottom: 5px;
}
.form-city-list li{
	float: left;
	margin: 2px 3px;
	padding: 2px 4px;
	font-size: 12px;
	background-color: #EEE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition:all 0.4s ease;
}
.form-city-list li:hover{
	background-color: #F4BA23;
	color: #004098;
	transition:all 0.4s ease;
}

#otherSearchWrap{
	width: 800px;
	margin: 0 auto;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	overflow: visible;
	position: relative;
}
#otherSearchWrap li{
	width: 33.3%;
	overflow: visible;
	margin: 0 2.5%;
}

#otherSearchWrap .item-box-txt{
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	margin: 15px 0 0;
	display: block;
	text-align: center;
	color: #333;
	padding: 8px 30px;
	background-color: #F7E0A4;
	background-repeat: no-repeat;
	background-position: right 7px top 8px;
	background-size: 14px;
	background-image: url(../img/icon/icon_next03.png);
	/* border: 2px solid #F4BA23; */
	cursor: pointer;
	border-radius: 2px;
	text-decoration:none;
}
#otherSearchWrap a{text-decoration:none;}
#otherSearchWrap .item-box-txt:hover{
	text-decoration: underline;
}
#otherSearchWrap #otherTourBox .item-box-txt{
	background-repeat: no-repeat;
	background-position: right 5px top 5px;
	background-size: 22px;
	background-image: url(../img/icon/icon_down01.png);
}
.other-search-box{
	width: 960px;
	background-color: #fffaed;
	background-color: #FFF;
	display: none;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	border: none;
	margin: 5px auto 0;
	position: relative;
	transition: all 0.8s ease;
	overflow:hidden;
}
#otherSearchTour .modal-close {
	background-color: #333;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	padding: 5px 25px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}


.form-expand-Wrap{
	display: none;
	border-top: 1px dotted #ddd;
	padding: 5px 5px;
	background-color: #FFFAED;
}
.form-expand-box{
	width: 100%;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
.form-expand-box .form-table-ttl{
	padding: 2px 8px;
	margin-bottom: 3px;
}
.form-expand-box li{
	position: relative;
	margin-right: 5px;
}
.form-expand-box li .form-input--img {
	position: absolute;
	right: 8px;
	top: 32px;
	z-index: 100;
	opacity: 0.7;
}
.fom-expand-btn{
	font-size: 0.75em;
	cursor: pointer;
	color: #333;
	padding: 2px 20px;
	background-color: #EEE;
	display: block;
	/*border: 1px solid #F4BA23;*/
	text-align: center;
	width: 50%;
	margin: 0 auto;
	text-decoration: underline;
}
.fom-expand-btn img{
	width: 20px;
	vertical-align: middle;
	display: inline-block;
}
.expand--close{
	margin-top: 10px;
	/* background-color: #FFF; */
}

.form-expand-box select {
	max-width: 220px;
	width: 220px;
	height: 35px;
}
.form-expand-box .input--style {
	max-width: 220px;
	width: 220px;
	height: 35px;
}



.tab-contents--domestic .input--style {
	max-width: 220px;
	width: 220px;
}
.domestic--budget select{
	max-width: 170px;
	min-width: 170px;
}
.domestic--budget-txt{
	font-size: 0.8em;
	vertical-align: middle;
}
.domestic--budget .form-input--img {
	position: absolute;
	right: 60px;
	top: 16px;
	z-index: 100;
	opacity: 0.7;
}


/****************************************
		0. 全体の設定
*****************************************/

.inner__block{
	padding: 3px 10px;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	/* background-color: #EEE; */
	/* padding: 1px 0; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*航空券+ホテル*/
.more--block{
	display: none;
	padding: 0;
}
.more--block-wrap{
	background-color: #FFF;
	padding: 10px;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #EEE;
	margin-bottom: 5px;
}
.hide--block{
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	/*display: none;*/
	margin-bottom: 5px;
}
.hide--block-open{
	padding: 5px 0;
}
.hide--block-open img{
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}


.headBlock{
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.departureblock{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}*/
.inputblock--w1,
.departureblock{
	/* background-color: #EEE; */
	width: 25%;
	/* position: relative; */
}
.inputItem{
	font-size: 0.75em;
	vertical-align:middle;
	font-weight: bold;
	background-color: #F4BA23;
	color: #222;
	padding: 2px 10px;
	text-align: center;
	margin: 0 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* width: 125px; */
}
.inputItem.none{
	visibility: hidden;
}
.fs11{
	font-size: 0.7em;
	vertical-align:middle;
	font-weight: bold;
	color: #222;
	padding:0
}
.inputItem img{
	margin-left:5px;
	vertical-align:middle;
}
select.w--160{
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	display: none;
}



.person{
	width: 100%;
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
	/* background-color: #FFF; */
	padding: 5px 0;
}
.person li{
	width: 25%;
	vertical-align: middle;
	min-width: auto;
	max-width: none;
	line-height: 40px;
}
li.w--90{
	width: 90px;
	/* min-width: 90px; */
	/* max-width: 90px; */
	vertical-align: middle;
}
li.w--145{
	width: 135px;
	/* min-width: 145px; */
	/* max-width: 145px; */
}
li.w--220{
	width: 200px;
	/* min-width: 220px; */
	/* max-width: 220px; */
}
.person li select.w--80{
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	line-height: 25px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 0;
	background-image: url(../img/icon/icon_down01.png);
	background-size: 22px;
	background-position: top 3px right 4px;
	background-repeat: no-repeat;
}


.roomsTitle{
	width: 235px;
	vertical-align: middle;
	padding: 10px 0;
}
.roomsTitle .roomsTitle{
	width: 100%;
}

.room-wrap{
	/* width: 80% */
}
.rooms{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 2px solid #FFFAED;
	margin-bottom: 5px;
}

.rooms dl{
	width: 586px;
	display: flex;
	-js-display: inline-flex;
	flex-wrap: nowrap;
	background-color: #EEE;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 35px;
	/* margin-right: 5px; */
}
.tabHotel .rooms dl{
	width: 100%;}
.rooms dt{
	width: 40%;
	/* line-height: 25px; */
	/* vertical-align: middle; */
}
.rooms dd{
	width: 100%;
	vertical-align: middle;
	line-height: 20px;
}
.roomsTitle select{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	height: 30px;
	line-height: 23px;
	margin-left: 5px;
	background-image: url(../img/icon/icon_down01.png);
	background-size: 22px;
	background-position: top 2px right 1px;
	background-repeat: no-repeat;
}
.peopleNum{
	width: 100%;
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
	/* background-color: #FFF; */
	padding: 0;
}
.peopleNum li{
	/* width: 39%; */
	vertical-align: middle;
	min-width: auto;
	max-width: none;
	line-height: 15px;
	/* height: 30px; */
	font-size: 0.8em;
	margin-right: 10px;
}
.peopleNum select{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	height: 25px;
	line-height: 20px;
	background-image: url(../img/icon/icon_down01.png);
	background-size: 22px;
	background-position: center right 2px;
	background-repeat: no-repeat;
}
/* .detailInputBlock{
	display: none;
} */

.inner__block .icon{
	font-size: 0.8em;
	background-color: #FFF;
	padding: 5px 20px 5px 15px;
	border: 1px solid #DDD;
	color: #333;
	text-decoration: none;
	border-radius: 2px;
	/* margin-right: 5px; */
}
.inner__block .icon:hover{
	text-decoration:underline;
}
.inner__block .searchBtn {
	overflow: hidden;
	display: block;
	width: 270px;
	height: 40px;
	margin: 0 auto;
	text-indent: -300%;
	text-align: center;
	word-wrap: normal;
	white-space: nowrap;
	background: url(/body/images/btn-search.png) center top -3px no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#topContent #searchBlock .searchBtn.disable {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)\9;
	pointer-events: none;
	cursor: default;
}
#topContent .inner__block .searchBtn.btn02 {
	background: url(/body/images/btn-search02.png) center top -3px no-repeat;
	width: 300px;
}
#topContent .inner__block .searchBtn.btn03 {
	background: url(/body/images/btn-search03.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn04 {
	background: url(/body/images/btn-search04.png) center top -3px no-repeat;
	/* margin-left: 10px; */
	width: 260px;
}
#topContent .inner__block .searchBtn.btn05 {
	background: url(/body/images/btn-search05.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn08 {
	background: url(/body/images/btn-search08.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn09 {
	background: url(/body/images/btn-search09.png) center top -3px no-repeat;
}
#topContent .inner__block .searchBtn.btn10 {
	background: url(/body/images/btn-search10.png) center top -3px no-repeat;
}


.form-wrap .send {
	overflow: hidden;
	display: block;
	width: 250px;
	height: 40px;
	margin: 0 0 0 5px;
	text-indent: -300%;
	text-align: center;
	word-wrap: normal;
	white-space: nowrap;
	background: url(/body/images/btn-search.png) center top -3px no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	cursor: pointer;
	padding: 0 10px;
}
.form-wrap .send.btn08 {
	background: url(/body/images/btn-search08.png) center top -3px no-repeat;
	background-color: #FF8C00;
}
.form-wrap .send.btn09 {
	background: url(/body/images/btn-search09.png) center top -3px no-repeat;
}

.errorBlock{
	display: block;
	width: 100%;
	position: absolute;
	background-color: rgba(255,0,0,0.7);
	top: 0px;
	right: 0;
	color: #FFF;
	padding: 5px 40px;
	text-align: center;
}

#topContent #searchBlock .errorBg {
	background-color: #FBC7C7 !important;
}
.errorTxColor {
	font-weight: bold;
	background-color: #e43000 !important;
	color: #FFF;
}

.roomsTitle .roomsTitle {
	width: 90px;
}

.inner__block.roomsWrap {
	width: 100%;
	display: block;
	vertical-align: middle;
}

.inputblock {
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	vertical-align: middle;
	padding: 0;
}
.tabFlights .inputblock .searchBtnBlock{
	padding: 10px 10px;
	line-height: 24px;
}
.searchBtnBlock{

}
/*.js-flightsCheckContent{
	display: none;
}*/
.inputCalendar{
	position: relative;
}
.tabFlights .iconCalendar img {
	/* top: auto; */
}

.checkBox{
	font-size: 0.8em;
}
/*.js-flightsCheckContent{
	width: 100%;
}*/

.budgetWrap{
	flex: 2;
	margin-left: 5px;
}
.budget{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	width: 415px;
	/* padding: 0 5px; */
}
.budget li span{
	vertical-align: middle;
	line-height: 49px;
	font-size: 0.80em;
	margin: 0 7px;
	padding: 5px 2px 0;
}
.budget select.w--120{
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	vertical-align: middle;
}
.listItem{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.8em;
	padding: 10px 0;
}
.listItem li{
	/* width: 20%; */
	margin-right: 10px;
}
.listItem li .searchBtnBlock{
	flex: 2;
}

.tabJpHotel .inputblock--w1{

}
.tabJpHotel .inputblock--w2{
	width: 50%;
}
.listItem2{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
.tabJpHotel .listItem{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}

/*海外ホテル*/
.hideBlock{
	display: none;
}
#topContent .tabHotel .inner__block .searchBtn{
	padding: 10px 0;
	line-height: 24px;
}
.tab-contents--overseas .inputblock--w2{
	width: 21%;
}
.tab-contents--overseas .inputblock--w3{
	width: 15%;
	padding: 0 1%;
}
#datepicker7{
	width: 170px;
}
.w--85{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
.w--335{
	width: 270px;
	margin-right: 10px;
	min-width: auto;
	max-width: none;
}
input[type="text"].hotel--name{
	width: 330px;
	min-width: 330px;
	max-width: 330px;
}
#topContent .tabHotel .inner__block .searchBtnBlock{
	padding: 27px 15px 0;
}
#topContent .tabTour .inner__block .searchBtnBlock {
    padding: 27px 15px 0;
}

.tabHotel .roomsTitle {
	width: 20%;
	vertical-align: middle;
	padding: 10px 0;
}
.tabHotel .room-wrap {
	width: 60%;
}
.tabHotel .rooms dt {
	width: 30%;
}
.tabHotel .iconCalendar img {
	position: absolute;
	/* top: 5px; */
	right: 15px;
	z-index: 100;
}
.ageBox{
	display: none;
}
.ageBox ul{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
.ageBox ul li{
	font-size: 1em;
}
.age-box-title{
	display: inline-block;
	background-color: #F4BA23;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 0.85em;
	font-weight: bold;
	/* border: 1px solid #DDD; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.age-box-title img {
	margin-left: 5px;
	vertical-align: middle;
}

/*	海外ツアー*/
.tabTour .iconCalendar img {
	position: absolute;
	top: auto;
	bottom: 1px;
	right: 15px;
	z-index: 100;
}

/*バスツアー*/
.innerBlockJpTourBus{
	display: none;
}

.innerBlockJpTourBus .budget li span{
	display: block;
	width: 40px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 0.8em;
	margin: 0 5px;
	padding: 5px 5px 0;
}
.tabJpHotel .ui-datepicker-trigger {
	position: absolute;
	top: 14px;
	left: 189px;
	z-index: 100;
	cursor: pointer;
	width: 16px;
	opacity: 0.7;
}

/*  ========== */
#topContent #searchBlock .errorBlock {
	margin-top: 10px;
	padding: 5px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	color: #e43000;
}
#topContent #searchBlock .errorBlock p {
	font-weight: bold;
}
#topContent #searchBlock .errorTxColor { font-weight: bold; color: #e43000 !important; }
#topContent #searchBlock .errorBg { background-color: #fed9d9 !important; }

#topContent #searchBlock .inputHighlight {
	border: 2px solid #ff6600;
}
#topContent #searchBlock .inputWrap {
	position: relative;
}
#topContent #searchBlock .inputWrap .alertPopup01,
#topContent #searchBlock .inputWrap .alertPopup02 {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 1;
	margin-bottom: 10px;
	margin-left: -25px;
	padding: 0.5em 0.75em;
	background: #ff6600;
	font-size: 12px;
	line-height: 1.25;
	color: #fff;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	-ms-border-radius    : 4px;
	border-radius        : 4px;
	pointer-events: none;
}
#topContent #searchBlock .inputWrap .alertPopup01:after,
#topContent #searchBlock .inputWrap .alertPopup02:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 100%;
	border-color: #ff6600 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0 0;
	pointer-events: none;
}
#topContent #searchBlock .inputWrap .menuDest {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
	width: 540px;
	/* min-height: 240px; */
	background: #fff;
	border: 1px solid #ddd;
	progid:'DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=2,enabled=false)＼9';
}
#topContent #searchBlock .inputWrap .menuDest p {
	margin: 10px 15px 0;
	font-weight: bold;
	font-size: 0.8em;
}
#topContent #searchBlock .inputWrap .menuDestClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#topContent #searchBlock .inputWrap .menuDestTab {
	display: block;
	margin-top: 5px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
#topContent #searchBlock .inputWrap .menuDestTab ul {
	display: table;
	table-layout: fixed;
	position: relative;
	bottom: -1px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuDestTab li {
	display: table-cell;
	padding: 10px 5px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
/* 	background: url(/static/air/images/bg-tab-off.png) center bottom repeat-x; */
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	cursor: pointer;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuDestTab li:first-child {
	border-left-width: 1px;
}
#topContent #searchBlock .inputWrap .menuDestTab li.active {
/* 	background: #c4e0fc url(/static/air/images/bg-tab-on.png) center bottom repeat-x; */
	border-bottom-color: #fff;
	font-weight: bold;
	color: #024895;
}
#topContent #searchBlock .inputWrap .menuDestDetail {
	padding: 10px 15px;
	background-color: #EEE;
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall {
	display: inline-block;
	position: relative;
	min-width: 3.5em;
	padding: 0 15px;
	padding-right: 22px;
	height: 28px;
	margin: 4px 8px;
	border: none;
	/* background: url(/static/air/images/bg-icon-searchCountry-center.png) left top repeat-x; */
	outline: none;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #DDD;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 12px;
	background-position: top 8px right 3px;
	background-repeat: no-repeat;
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:before,
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 28px;
	background: left top no-repeat;
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:before {
	right: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-left.png); */
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:after {
	left: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-right.png); */
}
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:hover,
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:hover:before,
#topContent #searchBlock .inputWrap .menuDestDetail .btSmall:hover:after {
	/* background-position: left bottom; */
}
#topContent #searchBlock .menuDestArea {
	display: none;
}
#topContent #searchBlock .menuDestArea.active {
	display: block;
}
#topContent #searchBlock .searchBtn.disable {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)\9;
	pointer-events: none;
	cursor: default;
}
/*  ========== */

/* =============== POPUP and Menu 201505 Start =============== */
#topContent #searchBlock .menuDest--flight {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	width: 540px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow   : 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow        : 0 1px 2px rgba(0, 0, 0, 0.2);
	progid:'DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=2,enabled=false)＼9';
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	-ms-border-radius    : 4px;
	border-radius        : 4px;
}
#topContent #searchBlock .menuDest--flight p {
	margin: 10px 15px 0;
	font-weight: bold;
}
#topContent #searchBlock .menuDestClose--flight {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#topContent #searchBlock .menuDestTab--flight {
	display: block;
	margin-top: 10px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
#topContent #searchBlock .menuDestTab--flight ul {
	display: table;
	table-layout: fixed;
	position: relative;
	bottom: -1px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
#topContent #searchBlock .menuDestTab--flight li {
	display: table-cell;
	padding: 10px 5px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
/* 	background: url(/static/air/images/bg-tab-off.png) center bottom repeat-x; */
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	cursor: pointer;
	zoom: 1;
}
#topContent #searchBlock .menuDestTab--flight li:first-child {
	border-left-width: 1px;
}
#topContent #searchBlock .menuDestTab--flight li.active {
/* 	background: #c4e0fc url(/static/air/images/bg-tab-on.png) center bottom repeat-x; */
	border-bottom-color: #fff;
	font-weight: bold;
	color: #024895;
}
#topContent #searchBlock .menuDestDetail--flight {
	padding: 10px 15px;
}
#topContent #searchBlock .menuDestDetail--flight .btSmall {
	display: inline-block;
	position: relative;
	min-width: 3.5em;
	height: 28px;
	margin: 5px 12px;
	border: none;
/* 	background: url(/static/air/images/bg-icon-searchCountry-center.png) left top repeat-x; */
	outline: none;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:before,
#topContent #searchBlock .menuDestDetail--flight .btSmall:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 28px;
	background: left top no-repeat;
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:before {
	right: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-left.png); */
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:after {
	left: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-right.png); */
}
#topContent #searchBlock .menuDestDetail--flight .btSmall:hover,
#topContent #searchBlock .menuDestDetail--flight .btSmall:hover:before,
#topContent #searchBlock .menuDestDetail--flight .btSmall:hover:after {
	background-position: left bottom;
}
#topContent #searchBlock .menuDestArea--flight {
	display: none;
}
#topContent #searchBlock .menuDestArea--flight.active {
	display: block;
}
/* =============== POPUP and Menu 201505 End =============== */

/****************************************
		0. 全体の設定
*****************************************/
#itemWrap{
	width: 100%;
	/* background-color: #FFFAED; */
	padding: 30px 0 20px;
}

#itemWrap .item-hover-box{
	opacity: 0.6;
	padding-top: 13.5%;
	background-color: rgba(0,0,80,0.5);
}


/****************************************
		0. 全体の設定
*****************************************/

#topicWrap .section-box{
	max-width: 1100px;
	min-width: 1080px;
	margin: 0 auto;
}
.topic-item-wrap{
	padding: 0 15px;
}
#topicWrap .item-box{
	width: 33.3%;
	/*width: 50%;*/
	border: 1% solid #FFF;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	transition:all 0.8s ease;
	padding: 5px;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 2px bottom 2px;
	background-size: 10px;
	background-repeat: no-repeat;
}
#topicWrap .item-box:hover{
	border-color: #F4BA23;
	transition:all 0.4s ease;
}
.topic-box-pic{
	width: 105px;
	height: 95px;
	overflow: hidden;
	/* display: inline-block; */
	float: left;
}
.topic-box-pic img{
	height: 100%;
	width: auto;
}
.topic-box-info{
	width: 65%;
	padding-left: 2%;
	float: right;
}
.topic-box-icon{
	display: inline-block;
	font-size: 0.7em;
	padding: 2px 10px;
	background-color: #333;
	color: #FFF;
	margin-bottom: 3px;
}
.topic-box-ttl{
	font-size: 0.85em;
	line-height: 1.2;
}
.topic-box-price{
	font-size: 0.95em;
	color: red;
	font-weight: bold;
}


.smayado{
	font-size: 0.75em;
	/* background-color: #FFF; */
	padding: 5px 20px;
	display: inline-block;
	/* color: black; */
	/* margin-top: 5px; */
	width: 100%;
	text-align: right;
}
/****************************************
		0. 全体の設定
*****************************************/
#topicWrap{
	width: 100%;
	padding: 30px 0 50px;
	/* background-color: #FFFAED; */
}

#topicWrap .section-ttl{
	margin-top: 20px;
}


/****************************************
		0. 全体の設定
*****************************************/
#areaWrap{
	width: 100%;
	min-height: 410px;
	background-color: #FFFAED;
	padding: 45px 30px 45px;
	background-image: url(../img/index/index_bg01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#areaWrap .section-ttl {
	margin-bottom: 0;
	color: #FFF;
	text-shadow: 1px 1px 3px #3564C0;
}
#areaWrap .section-box{
	max-width: 1400px;
	min-width: 1080px;
	/*max-width: 90%;
	min-width: 90%;*/
	margin: 0 auto;
	padding: 0 20px;
}
#areaWrap .item-box{
	width: 25%;
	/*max-width: 15%;*/
	border: 7px solid transparent;
	padding: 0;
	/*padding: 0.5%;*/
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	max-height: none;
}
.area-list-wrap {
	max-width: 1100px;
	min-width: 1080px;
	margin: 0 auto;
}
#areaWrap .area-list-wrap .item-box{
	width: 100%;
	/*max-width: 15%;*/
	border: 3px solid transparent;
	padding: 0;
	/*padding: 0.5%;*/
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	max-height: none;
}
.area-list-wrap .item-box-wrap{
	/* margin-bottom: 15px; */
	/* background-color: #DDD; */
	padding: 20px 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* border: 1px solid #DDD; */
}

.area-list-ttl{
	/* padding: 15px; */
	text-align: left;
	/* 	background-color: #333; */
	font-size: 0.8em;
	color: #333;
	flex: 1;
	/* margin-right: 5px; */
	/* line-height: 1; */
	font-size: 1.1em;
	padding: 2px 5px;
	/* padding: 10px; */
	color: #333;
	font-weight: bold;
}
.area-list-ttl{
	/* display: inline-block; */
	vertical-align: middle;
	color: #FFF;
	text-shadow: 1px 1px 3px #3564C0;
}
.area-list{
	width: 100%;
	/* padding: 10px; */
	/* background-color: #FFF; */
	/* margin-right: 10px; */
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.area-list li{
	width: 15.65%;
	background-color: #FCFCFC;
	margin: 3px 5px;
	color: #FFF;
	border-radius: 3px;
	/* box-shadow: 0px 1px 1px #ccc; */
	text-align: center;
	/* border: 1px solid #DDD; */
	/* background-image: url(../img/icon/icon_next03.png); */
	background-size: 12px;
	background-position: top 15px right 8px;
	background-repeat: no-repeat;
}
.area-list li:hover{
	background-color:#FFFAED;
}
.area-list li a{
	text-decoration: none;
	font-size: 0.9em;
	background-color: #FFF;
	color: #333;
	display: block;
	padding: 9px 7px;
	padding-left: 0;
	/*border-left: 10px solid #EEE;*/
	background-image: url(../img/icon/icon_next03.png);
	background-size: 12px;
	background-position: top 15px right 8px;
	background-repeat: no-repeat;
}


/* #areaOverseasWrap .area-list-ttl{
	color:#004BB0;
}
#areaDomesticWrap .area-list-ttl{
	color:#75B347;
} */

#areaOverseasWrap .area-list li a{
	border: 1px solid #004BB0;
	border-left: 7px solid #004BB0;
	border-radius: 2px;
}
#areaOverseasWrap .area-list li a:hover{
	background-color:#004BB0;
	border: 1px solid #004BB0;
	color: #FFF;
	background-image: url(../img/icon/icon_next.png);
	background-size: 12px;
	background-position: top 14px right 5px;
	background-repeat: no-repeat;
}
#areaDomesticWrap .area-list li a{
	border-radius: 2px;
	border: 1px solid #75B347;
	border-left: 7px solid #75B347;
}
#areaDomesticWrap .area-list li a:hover{
	background-color:#75B347;
	border: 1px solid #75B347;
	color: #FFF;
	background-image: url(../img/icon/icon_next.png);
	background-size: 12px;
	background-position: top 14px right 7px;
	background-repeat: no-repeat;
}
#areaOtherWrap .area-list li a{
	border: 1px solid #F60;
	border-left: 7px solid #FF6600;
	border-radius: 2px;
}
#areaOtherWrap .area-list li a:hover{
	background-color:#FF6600;
	color: #FFF;
	background-image: url(../img/icon/icon_next.png);
	background-size: 12px;
	background-position: top 15px right 8px;
	background-repeat: no-repeat;
}
/****************************************
		0. 全体の設定
*****************************************/
#imageWrap{
	width: 100%;
	/* background-color: #FFFAED; */
	padding-top: 0;
}
#imageWrap .section-ttl {
	margin-bottom: 40px;
}
#imageWrap .section-box{
	max-width: 1405px;
	max-width: 1450px;
	min-width: 1080px;
	/*max-width: 90%;
	min-width: 90%;*/
	margin: 0 auto;
	padding: 0 20px;
}
#imageWrap .item-box{
	width: 25%;
	/*max-width: 15%;*/
	border: 7px solid transparent;
	padding: 0;
	/*padding: 0.5%;*/
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	max-height: none;
}
#imageWrap .area-list-wrap .item-box{
	width: 100%;
	/*max-width: 15%;*/
	border: 7px solid transparent;
	padding: 0;
	/*padding: 0.5%;*/
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	max-height: none;
}
#imageWrap .area-list-wrap .item-box-wrap{
	/* margin-bottom: 15px; */
	background-color: #FFFAED;
	padding: 10px 40px 10px;
	margin: 10px auto 0;
	/* border: 1px solid #eee; */
}
/****************************************
		0. 全体の設定
*****************************************/
#serviceWrap{
	width: 100%;
	padding: 60px 20px 40px;
	background-color: #CCC;
}
#serviceWrap .section-ttl {
	margin-bottom: 20px;
}
#serviceWrap .section-box{
	max-width: 1350px;
	max-width: 1400px;
	min-width: 960px;
	/*max-width: 90%;
	min-width: 90%;*/
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 0 80px;
}
#serviceWrap .item-box-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: wrap;
	/* align-items: baseline; */
	width: 100%;
	padding: 0 100px;
}



#serviceWrap .item-box{
	width: 25%;
	border: none;
	overflow: hidden;
	max-height: 300px;
	padding: 0 20px;
}
#serviceWrap .item-box-ttl{
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 5px;
	color: #004098;
}
#serviceWrap .item-box-txt{
	font-size: 0.7em;
	line-height: 1.2;
	margin: 10px 0 0;
	display: block;
	text-align: right;
	color: #004098;
}
#serviceWrap .item-box-txt a{
	text-decoration: none;
	padding: 5px 15px 5px 23px;
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-position: left 5px top 7px;
	background-size: 12px;
	background-image: url(../img/icon/icon_next03.png);
	border:1px solid #EEE;
}
#serviceWrap .item-box-txt a:hover{
	text-decoration: underline;
}


#serviceListWrap .item-box-list{
	padding: 10px 0;
}
#serviceListWrap .item-box-list li{
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 12px;
	background-image: url(../img/icon/icon_next03.png);
}
#serviceListWrap .item-box-list li a{
	font-size: 0.85em;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	padding: 5px 0 7px 18px;
}
#serviceListWrap .item-box-list li a:hover{
	text-decoration: underline;
}


#serviceWrap #snsWrap.item-box-wrap {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	/* align-items: baseline; */
	width: 100%;
	padding: 20px 110px 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #EEE;
	background-color: #FCFCFC;
	/* overflow: visible; */
}

#serviceWrap #snsWrap .item-box{
	width: 20%;
	/* overflow: hidden; */
	max-height: none;
	height: auto;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px;
	overflow: visible;
	background-color: #FFF;
	border: 1px solid #EEE;
	/* color: black; */
	/* border-left: 1px dotted #DDD; */
}
#serviceWrap #snsWrap .item-box:first-child{
	/* border: none; */
	/* background-color: #FFF; */
	/* border: 1px solid #EEE; */
	padding: 20px;
	width:40%;
}
#serviceWrap #snsWrap .item-box:last-child{
	/* border: none; */
	/* background-color: transparent; */
	/* background-color: #FFF; */
	/* border: 1px solid #EEE; */
	padding: 20px;
	width:35%;
}
.mailmaga-pic{
	padding: 15px 5px 15px;
	transition: all 0.4s ease;
	/* background-color: #FFFAED; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#serviceWrap #snsWrap .mailmaga-pic:hover{
	background-color: #EEE;
}
#serviceWrap #snsWrap .mailmaga-btn{
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	margin: 1px 0 0;
	display: block;
	text-align: center;
	color: #333;
	padding: 7px 30px;
	background-color: #F7E0A4;
	background-repeat: no-repeat;
	background-position: right 7px top 8px;
	background-size: 14px;
	background-image: url(../img/icon/icon_next03.png);
	/* border: 2px solid #F4BA23; */
	cursor: pointer;
	border-radius: 2px;
	text-decoration: none;
	transition:all 0.8s ease;
}
#serviceWrap #snsWrap .mailmaga-btn:hover{
	opacity: 0.7;
}
#serviceWrap #snsWrap .item-box a {
	text-decoration: none;
}
#serviceWrap #snsWrap .item-box a:hover {
	text-decoration: underline;
}

#serviceWrap #snsWrap .item-box .online-btn-wrap{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0;
	}
#serviceWrap #snsWrap .item-box .online-btn {
	border: 5px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:5px;
	width: 33.3%;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
}
#serviceWrap #snsWrap .item-box .online-btn:hover {
	border-color: #F4BA23;
	transition: all 0.4s ease;
}
#serviceWrap #snsWrap .item-box .online-btn a{
	text-decoration:none;
	display:block;
	padding: 10px 15px;
	background-color: #FFFAED;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 2px bottom 2px;
	background-size: 10px;
	background-repeat: no-repeat;
	text-align: center;
}
#serviceWrap #snsWrap .item-box .online-btn a:hover{
	text-decoration:underline;
}
#serviceWrap #snsWrap .item-box .online-btn img{
	margin: 0 auto 5px;
	display: block;
	width: 67px;
}

.sns-wrap{
	-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
	padding: 5px 0 0px;
	/* overflow: visible; */
}
#snsWrap .sns-wrap{
	padding: 5px 0 0px;
}
.sns-wrap li{
	width: 25%;
	text-align: center;
	font-size: 0.65em;
	line-height: 1.1;
	/* overflow: visible; */
	position: relative;
	cursor: pointer;
}
.sns-wrap li a{
	text-decoration: none;
	color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sns-wrap li a:hover{
	text-decoration: underline;
}
#snsWrap .sns-wrap li {
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
/* 	border: 5px solid #FFF; */
	position: relative;
}
#snsWrap .sns-wrap li:hover{
/* 	display: block;
	border: 5px solid #F4BA23; */
	background-color: #EEE; 
}
#snsWrap .sns-wrap li div{
	position: absolute;
	top: 70%;
	left: -201px;
	flex-wrap: wrap;
	background-color: #FFFAED;
	padding: 40px;
	padding-top: 50px;
	z-index: 100000;
	width: 600px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 1px #ccc;
	-moz-box-shadow: 0px 0px 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px #ccc;
	border: 1px solid #EEE;
	transition: all 1.8s ease;
	display: none;
}
#snsWrap .sns-wrap li div img{
	margin-bottom:10px
}
#snsWrap .sns-wrap li div p{
	width: 32.38%;
	font-size: 1.25em;
	padding: 20px;
	border: 5px solid #EEEEEE;
	font-weight: bold;
	background-color: #FFF;
	margin: 2px;
	color: #004098;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 2px bottom 2px;
	background-size: 10px;
	background-repeat: no-repeat;
	transition: all 0.4s ease;
}
#snsWrap .sns-wrap li div p:hover{
	/* background-color: #EEE; */
	/* border: 5px solid #004BB2; */
	border-color: #F4BA23;
	transition: all 0.4s ease;
	background-color:#FFF;
	text-decoration:none;
}
#snsWrap .sns-wrap li div p a:hover{
	transition: all 0.4s ease;
	background-color:#FFF;
}

#snsWrap .sns-wrap li div span{
	position: absolute;
	right: 6px;
	top: 7px;
}
#snsWrap .sns-wrap li div span.menu-box-close img{
	width: 40px;
}


#serviceWrap #otherMediaWrap.item-box-wrap {
	padding: 10px 115px 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #EEE;
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
}
#otherMediaWrap .sns-wrap li{
	width: auto;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1;
	margin-right: 15px;
	/* padding-left: 18px; */
	background-repeat: no-repeat;
	background-position: left 8px top 16px;
	background-size: 12px;
	background-image: url(../img/icon/icon_next03.png);
	border: 1px solid #EEE;
	padding: 15px 15px;
	padding-left: 23px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FCFCFC;
}

#noticeWrap.item-box-wrap {
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	/* align-items: baseline; */
	width: 100%;
	padding: 10px 100px 10px;
	/* margin-bottom: 25px; */
	/* border-bottom: 1px dotted #ddd; */
}

#noticeWrap .item-box{
	width: 50%;
	overflow: hidden;
	max-height: auto;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FCFCFC;
	margin: 1%;
	border: 1px solid #EEE;
}
#noticeWrap ul{
	padding: 10px;
	font-size: 0.9em;
}
#noticeWrap ul li{
	background-repeat: no-repeat;
	background-position: left top 9px;
	background-size: 12px;
	background-image: url(../img/icon/icon_next03.png);
}
#noticeWrap ul li a:hover{
	text-decoration: none;
}
#noticeWrap ul li a{
	text-decoration: underline;
	padding: 5px 0 5px 18px;
	display: block;
}



#serviceCarouselWrap.item-box-wrap {
	width: 100%;
	padding: 30px 110px 27px;
	margin: 30px auto 5px;
	border-bottom: 1px solid #EEE;
	background-color: #FCFCFC;
	border-top: 1px solid #EEE;
}
#hisGroupWrap.item-box-wrap {
	padding: 0px 120px;
}

#hisGroupWrap .sns-wrap{
	width: 100%;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 0;
}
#hisGroupWrap .sns-wrap li{
	width: auto;
	font-size: 0.8em;
	line-height: 2;
	margin: 0 15px 0 0;
}
#hisGroupWrap .sns-wrap li a{
	color: #333;
}
#hisGroupWrap .item-box-ttl{
	display: block;
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #004098;
}
.his-group-wrap{
	width: 100%;
	display: block;
	padding: 0 0 25px;
}


/****************************************
		0. 全体の設定
*****************************************/

.footer-wrap{
	width: 100%;
}
#footerBnr{
	background-color: #F3F3F3;
	padding: 10px 0;
}
.footer-bnr{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 0.8em;
}





#topContent  #searchBlock .placeholderTxt{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 5px 2px 5px;
	color: #666;
	box-sizing: border-box;
}


.carouselBlockInner {
	position: relative;
	clear: both;
	/* width: 100%; */
	/* height: 157px; */
	margin: 0 auto 0;
	/* background: #fff url(/body/images/bg-carouselblock.png) center top no-repeat; */
	overflow: hidden;
}
.carouselBlockInner h2 {
	/* width: 263px; */
	/* padding-top: 0; */
	/* margin: 0 0 0 20px; */
	/* text-align: left; */
	/* height: 37px; */
	display: none;
}
.carouselBlockInner h2 img{
	width: 90%;
}
/*
.carouselBlockInner ul {
	margin-left: 50px;
	padding-top: 5px;
}
*/
.carouselBlockInner li {
	/* float: left; */
	min-width: 307px;
	/* height: 100px; */
	/* margin-right: 10px; */
}
.carouselBlockInner li a {
	display: block;
	width: 100%;
	/* padding-top: 5px; */
	/* height: 69px; */
	text-decoration: none;
	line-height: 1.2;
	color: #1d3994;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 0px bottom 0px;
	background-size: 9px;
	background-repeat: no-repeat;
}
.carouselBlockInner li a .price {
	color: #ff3300;
	font-size: 0.95em;
	margin-top: 3px;
}
.carouselBlockInner li a:hover > img {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.carouselBlockInner li a:hover span {
	color: #1494e5;
	text-decoration: underline;
}
.carouselBlockInner li a .ph {
	width: 65px;
	height: 62px;
	overflow: hidden;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #DDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.carouselBlockInner li a .ph img {
	display: inline;
}
.carouselBlockInner li a > span {
	max-width: 215px;
	float: left;
	padding-left: 5px;
}
.carouselBlockInner li a span {
	display: block;
	font-weight: bold;
	font-size: 0.85em;
}
.carouselBlockInner li a > img {
	width: 84px;
	float: left;
}
.carouselBlockInner li a img {
	display: block;
}
.carouselBlockInner li a .icon {
	margin-bottom: 4px;
	width: 75px;
}
.carouselBlockInner .carouselBtn {
	position: relative;
	display: none;
}
.carouselBlockInner .carouselBtn > a {
	position: absolute;
	z-index: 1;
	display: block;
	width: 20px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(/body/images/btn-carousel01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.carouselBlockInner .carouselBtn .btnPrev {
	left: 8px;
	display: block;
	background-position: left bottom;
}
.carouselBlockInner .carouselBtn .btnPrev {
	left: 0;
	display: block;
	background-position: left bottom;
}
.carouselBlockInner .carouselBtn .btnPrev.active {
	background-position: left top;
}
.carouselBlockInner .carouselBtn .btnNext.active {
	background-position: right top;
}
.carouselBlockInner .carouselBtn .btnPrev.active:hover {
	background-position: 0 -100px;
}
.carouselBlockInner .carouselBtn .btnNext {
	right: 0;
	background-position: right bottom;
}
.carouselBlockInner .carouselBtn .btnNext.active:hover {
	background-position: -20px -100px;
}
.carouselBlockInner.oneCol {
	text-align: center;
}
.carouselBlockInner.oneCol .carouselItems{
	position: relative;
}
.carouselBlockInner.oneCol li {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.carouselBlockInner.oneCol li .detail {
	text-align: left;
	width: auto;
}
.carouselBlockInner.twoCol li {
	float: left;
	display: inline-block;
	width: 50%;
	margin: 0 auto;
}
.carouselBlockInner.twoCol li .detail {
	width: 350px;
}
#topContent #carouselBlock .carouselBoxInner{
	overflow: hidden;
	position: absolute;
	top: 41px;
	z-index: 1;
	max-width: 100%;
	height: 100px;
	left: 38px;
}
#topContent #carouselBlock .carouselItems{
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 900px;
}
.carouselBlockInner .carouselBtn .btnPrev.disable,
.carouselBlockInner .carouselBtn .btnPrev.disable:hover{
	background-position: left bottom;
	cursor: default;
}
.carouselBlockInner .carouselBtn .btnNext.disable,
.carouselBlockInner .carouselBtn .btnNext.disable:hover{
	background-position: right bottom;
	cursor: default;
}
#topContent #carouselBlock{
	position: relative;
	z-index: 0;
}
.carouselBlockInner .btnPrev,
.carouselBlockInner .btnPrev:focus,
.carouselBlockInner .btnNext,
.carouselBlockInner .btnNext:focus{
	outline: none;
}

.carouselBoxInner{
	/* width: 100%; */
	padding: 5px 10px;
	/* overflow-x:scroll; */
}
.carouselItems{
	-js-display: flex;
	display: flex;
	flex-wrap: nowrap;
	/* align-items: baseline; */
	width: 98%;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
	height: 73px;
}
#serviceWrap .carouselItems{
	height: auto;
	flex-wrap: wrap;
}
.carouselItems li{
	/*float: left;*/
	padding: 5px;
	/* width: 32.5%; */
	/* min-width: 177px; */
	margin-right: 10px;
	/* width: 33.3%; */
	display: flex;
	flex-wrap: nowrap;
	background-color: #FFF;
/* 	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc; */
	border:1px solid #EEE;
}
.carouselItems li img{
	width: 100%;
	border-radius: 3px;
}


#serviceWrap .carouselItems li{
	/*float: left;*/
	padding:2px 5px;
	/* width: 32.5%; */
	/* min-width: 177px; */
	margin: 0 8px;
	/* width: 33.3%; */
	display: flex;
	flex-wrap: nowrap;
	background-color: #FFF;
/* 	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc; */
	border:none;
}




/* ticketTypeFrom ※20160715追記（海外発航空券対応）
----------------------------------------------------------------- */
#topContent #searchBlock .ticketType__tab {
	float: right;
	margin: 2px 10px 0 0;
	position: absolute;
	top: -2px;
	right: -10px;
	background-color: #004098;
	padding: 5px 10px;
	color: #FFF;
}

#topContent #searchBlock .ticketType__tab > li {
	display: none;
	font-weight: bold;
	font-size: 12px;
	/* color: #024895; */
	cursor: pointer;
}

#topContent #searchBlock .ticketType__tab > li.active {
	display: block;
}

#topContent #searchBlock .ticketType__tab > li > i {
	display: inline-block;
	margin-right: 3px;
	vertical-align: baseline;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	}

#topContent #searchBlock .ticketType {
    display: block;
}

#topContent #searchBlock .ticketType__content {
    display: block;
}

#topContent #searchBlock .ticketType__detail {
	display: none;
}

#topContent #searchBlock .ticketType__detail.active {
	display: block;
}

/* menuOrgOversea */
#topContent #searchBlock .inputWrap .menuOrgOversea {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
	width: 540px;
	/* min-height: 240px; */
	background: #fff;
	border: 1px solid #ddd;
	progid:'DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=2,enabled=false)＼9';
}
#topContent #searchBlock .inputWrap .menuOrgOversea p {
	margin: 10px 15px 0;
	font-weight: bold;
	font-size: 0.8em;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab {
	display: block;
	margin-top: 5px;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab ul {
	display: table;
	table-layout: fixed;
	position: relative;
	bottom: -1px;
	width: 100%;
	margin: 0 auto;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab li {
	display: table-cell;
	padding: 10px 5px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
/* 	background: url(/static/air/images/bg-tab-off.png) center bottom repeat-x; */
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	cursor: pointer;
	zoom: 1;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab li:first-child {border-left-width: 1px;}
#topContent #searchBlock .inputWrap .menuOrgOverseaTab li.active {
/* 	background: #c4e0fc url(/static/air/images/bg-tab-on.png) center bottom repeat-x; */
	border-bottom-color: #fff;
	font-weight: bold;
	color: #024895;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail {
	padding: 10px 15px;
	background-color: #EEE;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall {
	display: inline-block;
	position: relative;
	min-width: 3.5em;
	padding: 0 15px;
	padding-right: 22px;
	height: 28px;
	margin: 4px 8px;
	border: none;
	/* background: url(/static/air/images/bg-icon-searchCountry-center.png) left top repeat-x; */
	outline: none;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #DDD;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 12px;
	background-position: top 8px right 3px;
	background-repeat: no-repeat;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:before,
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 28px;
	background: left top no-repeat;
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:before {
	right: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-left.png); */
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:after {
	left: 100%;
/* 	background-image: url(/static/air/images/bg-icon-searchCountry-right.png); */
}
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:hover,
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:hover:before,
#topContent #searchBlock .inputWrap .menuOrgOverseaDetail .btSmall:hover:after {/*background-position: left bottom;*/
}
#topContent #searchBlock .menuOrgOverseaArea {display: none;}
#topContent #searchBlock .menuOrgOverseaArea.active {display: block;}
#topContent #searchBlock .searchBtn.disable {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)\9;
	pointer-events: none;
	cursor: default;
}



/* セール会員 ※20161115追記（セール会員新着上バナー追加対応）
----------------------------------------------------------------- */

.section-special-bnr{
	width: 860px;
	margin: 20px auto 0;
	transition:all 0.4s ease;
}
.section-special-bnr img{
	width: 100%;
	border-radius: 3px;
}
.section-special-bnr:hover{
	transition:all 0.8s ease;
	filter:alpha(opacity=70); 
	opacity:0.7;
}
#fairWrap{
	/* background-image: url(/kix/fair/hatsuyume/img/bg_3.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
	/* overflow: hidden; */
}



/* ページ下部バナー用
-------------------------------------------------------------- */

.two-bnr{
	width:645px;
	margin-top:20px;
	display:block;
	margin:20px auto 0 auto;
	height:130px;
}
 .two-bnr a{
	float:left;
	width:316px;
	display:block;
}