@charset "utf-8";

/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


*/



/*個人設定
*****************************/

/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{zoom:100%;	overflow:hidden; /* for dreamweaver */}

input,select {
	font-family: inherit;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	color: #004BB0;
}


/*全体設定
*****************************/
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

body{
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color:#CCC;
	/*background-color: #333;*/
	font-size: 18px;
	background: #FFF;
}

#wrap{
	width: 100%;
	min-height: 100%;
	margin: 0;
	border:none;
	background: #FFF;
	overflow: hidden;
/*	padding: 91px 0 5px; */
	position:relative;
}
.page-top-btn{
	display: none;
	position: fixed;
	right: 10px;
	bottom: 4%;
	text-align: center;
	max-width: 60px;
	z-index: 1000;
	-webkit-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.page-top-btn a{
	text-decoration: none;
	color: #FFF;
}
.page-top-btn img{
	width: 100%;
}



/* menuNav
========================= */
.nav-wrap{
	/* height: 50px; */
	padding: 0.2em 0;
}
.nav-wrap ul{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}
.nav-wrap ul li{
	width: 20%;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
}
.nav-wrap ul li img{
	width: 40%;
	display: block;
	margin: 0 auto 0;
	vertical-align: middle;
	max-width: 25px;
	position: relative;
}
.nav-wrap ul li a{
	text-decoration: none;
	color: #333;
	background-image: none;
}




/* #menuNavheader
========================= */
#menuNavheader{
	padding: 2px 0 2px;
	/* border-bottom: 1px solid #DDD; */
	/*background-color: #E1F9FF;*/
	background-color: #023B95;
	height: 48px;
}
#menuNavheader.nav-wrap{
	font-size: 1em;
	color: #FFF;
}
#menuNavheader.nav-wrap ul li{
	width: 18%;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
}
#menuNavheader.nav-wrap ul li img{
	width: 70%;
	max-width: 44px;
}
#menuNavheader.nav-wrap ul li a{
	text-decoration: none;
	color: #FFF;
}

#menuNavheader.nav-wrap ul li.header-logo{
	width: 22%;
	padding-left: 2%;
	padding: 1%;
}
#menuNavheader.nav-wrap ul li.header-logo img{
	width: 100%;
	max-width: 60px;
}
#menuNavheader.nav-wrap ul li.header-area{
	width: 28%;
	text-align: left;
	padding-left: 0%;
	font-size: 0.9em;
}
#menuNavheader.nav-wrap ul li.header-area img{
	display:inline-block;
	max-width: 20px;
}
#menuNavheader.nav-wrap ul li.header-blank{
	width: 22%;
}
#menuNavheader.nav-wrap ul li.header-user{
	width: 15%;
}
#menuNavheader.nav-wrap ul li.header-modal{
	width: 15%;
}
#menuNavheader.nav-wrap ul li.header-user img,
#menuNavheader.nav-wrap ul li.header-modal img{
	width: 85%;
	max-width: 45px;
}



/* mainMenu
========================= */
#menuNav.nav-wrap{
	padding: 0;
	background-color: #f3f3f3;
}
#menuNav.nav-wrap ul{
	/* border-bottom: 2px solid #eeeeee; */
}

#menuNav.nav-wrap ul li{
	background-color: #f3f3f3;
	padding: 3px 0 6px;
	font-size: 0.5em;
	position: relative;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	margin: 0;
	width: 33.333333333%;
}
#menuNav.nav-wrap ul li.nav-wrap-active{
	background-color: #FFD842;
}
#menuNav.nav-wrap ul li.nav-wrap-store{
	background-color: #DDD;
}

/*#menuNav.nav-wrap ul li span{
	display: none;
}*/

/* footer
========================= */
footer{
	width: 100%;
}
footer .menu-wrap{
	width: 100%;
	padding: 2.5% 5.5%;
	background-color: #e8f8ff;
}
footer .menu-wrap ul{
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
}
footer .menu-wrap ul li{
	width: 50%;
	padding: 0.6em;
	font-size: 0.7em;
}
footer .menu-wrap ul li:nth-child(even){
	text-align: right;
}
footer .menu-wrap ul li a{
	text-decoration: underline;
	color: #333;
}


/* footerNavi
========================= */
#menuNavFooter{
	background-color: #EEE;
	padding: 0.5em 0;
	width: 100%;
	/*position: fixed;
	bottom: 0;
	left: 0;*/
	margin-top: 5px;
}
#menuNavFooter.nav-wrap ul li{
	width: 25%;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	font-size: 0.6em;
}
#menuNavFooter.nav-wrap ul li img{
	width: 40%;
	display: block;
	margin:0 auto;
	vertical-align: middle;
}


/* section-wrap
========================= */
h2{
	width: 100%;
	padding: 1.2% 4% 2%;
	color: #004BB0;
	font-size: 0.8em;
	border-left: 3px solid #004BB0;
	line-height: 1.2;
	position: relative;
}
/* section-wrap
========================= */

.section-wrap{
	width: 100%;
	position: relative;
	margin-bottom: 1em;
}

.section-wrap h1{
	border-left:5px solid #023B95;
	padding: 0.5em;
}
.section-wrap h2{
	padding: 1.5% 0;
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
}

.section-line{
	width: 100%;
	padding: 3% 6.5%;
	background-color: #FFF;
	text-align: left;
	font-size: 0.7em;
	color: #555;
}
.section-line a{
	text-decoration: none;
}

.section-box{
	padding: 1.5% 2%;
}

.section-pic{
	width: 100%;
	margin-top: 0;
}
.section-pic img{
	width: 100%;
	/* display: block; */
}

.section-bnr{
	border-top: 1px solid #ddd;
	width: 100%;
	/* padding: 4%; */
	background-color: #EEE;
}
.section-bnr img{
	width: 100%;
	 display: block; 
}

/* item
========================= */

.item-box{
	width: 100%;
	padding: 1.5% 0;
	background-color: #FCFCFC;
	/*display:flex;
	flex-wrap: nowrap;*/
	border-bottom: 1px dotted #DDD;
}
.item-box:nth-child(odd){
	background-color: #FFF;
}

.item-box-pic{
	margin-bottom: 0.3em;
}
.item-box-pic img{
	width: 100%;
	display: block;
}

.item-box-icon{
	display: inline-block;
	padding: 0.3em 0.2em;
	background-color: #DDD;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 0.45em;
	width: 100%;
	color: #333;
}

.item-box-info{
	padding: 0 2%;
}
.item-box-ttl{
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.item-box-txt{
	font-size: 0.7em;
	margin-bottom: 0.2em;
	color: #666;
	line-height: 1.2;
}
.item-box-price{
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	color: red;
}


/* item one--item
========================= */

.one--item.item-box{
	width: 100%;
	padding: 1.5% 2%;
	background-color: #FCFCFC;
	display: -webkit-flex;
	display:flex;
	flex-wrap: nowrap;
	border-bottom: 1px dotted #DDD;
}
.one--item .item-box-pic{
	-webkit-flex: 1;
	flex: 1;
	line-height: 1;
	margin-bottom: 0.2em;
}
.one--item .item-box-pic img{
	width: 100%;
}

.one--item .item-box-info{
	-webkit-flex: 3;
	flex: 3;
}








/* section-line-box
========================= */
.item-box-area{
	position:absolute;
	bottom: 7px;
	right: 5px;
	background-color: rgba(0,0,0,0.75);
	color: #FFF;
	font-size: 0.6em;
	font-weight: normal;
	padding: 4px 19px 4px 8px;
	transition: all 0.8s ease;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_next.png);
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_next01_wh.png);
	background-size: 16px;
	background-position: center right 1px;
	background-repeat: no-repeat;
}


.line-box-wrap{
	width: 100%;
	/* background-color: #EEE; */
}
.line-box-wrap a{
	/* display: block; */
	text-decoration: none;
	color: #333;
	/* display: -webkit-flex; */
	/* display:flex; */
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 2.3% 5%;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 4px bottom 4px;
	background-size: 8px;
	background-repeat: no-repeat;
	/* 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{
	/*	-webkit-flex-basis:75%;
	flex-basis:75%;*/
	max-width: 75%;
	margin-right: auto;
}
.index_news .line-box {
	display: table-cell;
	margin-right: 0;
	padding-right: 3%;
}
.line-box-subttl{
	font-size: 0.7em;
	line-height: 1;
	margin-bottom: 0.2em;
}
.line-box-icon{
	display: inline-block;
	font-size: 0.6em;
	padding: 4px 5px 3px;
	border: 1px solid #2074dc;
	background-color: #2074dc;
	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;
}
.domestic--color .line-box-icon{
	border-color: #416E1F;
	background-color: #416E1F;
}
.line-box-wrap.domestic--color a .line-box-icon{
	color: #FFF;
}
.sale--color .line-box-icon{
	border-color: #e62117;
	background-color: #e62117;
}
.line-box-wrap.sale--color a .line-box-icon{
	color: #FFF;
}
.line-box-ttl{
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 2px;
}
.line-box-txt{
	font-size: 0.6em;
	line-height: 1.3;
}
.line-box-wrap a .line-box-txt{
	/* color: #2074dc; */
	color: #666;
}
.line-box-wrap.domestic--color a .line-box-txt{
	/* color: #416E1F; */
}
.line-box-pic{
	-webkit-flex-basis:25%;
	flex-basis:25%;
	max-width: 60px;
	position: relative;
	/* margin-right: auto; */
}
.index_news .line-box-pic {
	display: table-cell;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.line-box-pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.index_news .line-box-pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 60px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    -webkit-clip-path: circle(30px at center);
	clip-path: circle(30px at center);
}
.line-box-more{
	margin: 15px auto 15px;
	/*margin-left: 58%;*/
	width: 75%;
	text-align: center;
	background-color: #CCC;
	color: #212121;
	font-size: 0.75em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.line-box-more a{
	display:block;
	padding: 4% 5%;
	text-align: center;
	background-color: #00b3f7;
	color: #FFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_next01_wh.png);
	background-position: right 8px center;
	background-size: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
}



#panWrap{
	width: 100%;
	padding: 2% 1%;
	/* background-color: #f3f3f3; */
}
.fit-fix-pan{
	padding-top: 35px!important;
}
.panbox{
	display: -webkit-flex; 
	display:flex; 
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1% 3%;
	font-size: 0.8em;
}
.panbox li img{
	width: 12px;
	margin:0 5px;
	/*vertical-align: middle;*/
}


/* mainvisual
========================= */

.mainvisual-wrap{
	background-color: #2074dc;
	/* background-color: #ffd842; */
	/*margin-top: 5px;*/
}
.mainvisual-wrap .line-box-icon{
	margin: 5px 0 0;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 20px 5px 10px;
	background-image: url(/kix/jcom/img/icon/icon_next03.png);
	background-size: 12px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-color: #ffd842;
}
.mainvisual-wrap .line-box-wrap a .line-box-icon{
	color: #023b95;
	/* background-color: #333; */
	/* background-image: url(/kix/jcom/img/icon/icon_next.png); */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.mainvisual-wrap .line-box-wrap a{
	color: #FFF;
	padding: 4% 4.5% 4% 4.5%;
	background-image: none;
	display: -webkit-flex;
	display:flex;
}

.mainvisual-wrap .line-box{
	-webkit-flex-basis:68%;
	flex-basis: 70%;
	margin-right: auto;
	max-width: 65%;
}
.mainvisual-wrap .line-box-ttl {
	color: #FFD842;
	/* color: #023b95; */
	margin-bottom: 5px;
	font-size: 0.8em;
}
.mainvisual-wrap .line-box-icon{
	border-color: #ffd842;
	font-size: 0.65em;
}

.mainvisual-wrap .line-box-wrap a .line-box-txt{
	color: #FFF;
	font-size: 0.6em;
	line-height: 1.1;
	margin-bottom: 2px;
}

.mainvisual-wrap .line-box-pic{
	-webkit-flex-basis:30%;
	flex-basis: 30%;
	position: relative;
	max-width: 140px;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.mainvisual-wrap .line-box-pic img{
	width: 100%;
	display: block;
	margin:0 auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: auto;
}

/* section-line-box
========================= */
#topicWrap{
	padding: 1% 0 0;
	position: relative;
}
.topic-box-date{
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 0.6em;
	color: #666;
}
#topicWrap .line-box-wrap{
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
#topicWrap .line-box-wrap a{
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display:flex;
}
#topicWrap.index_news .line-box-wrap a {
	display: table;
	width: 100%;
}

.topic-wrap{
	padding: 3% 0 0;
}
.topic-wrap .line-box-wrap{
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
.topic-wrap .line-box-wrap a{
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.line-box-ttl{
	font-size: 0.8em;
}



.news-wrap{
	padding: 5% 0 2%;
	background-color: #EEE;
}

.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;
}
.news-wrap .line-box-wrap a{
	background-position: right 4px bottom 3px;
	display: -webkit-flex;
	display:flex;
	padding: 1% 2%;
}

.news-box-head {
	/* display: block; */
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1% 3% 3%;
	margin-bottom: 2%;
	border-bottom: 1px solid #EEE;
	/* background-color: #EEE; */
}

.news-wrap .line-box {
	max-width: 67%;
	margin-right: auto;
}
.news-wrap .line-box-icon {
	margin-bottom: 3px;
}
.news-wrap .line-box-ttl {
	font-size: 0.65em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 4px;
}
.news-wrap .line-box-txt {
	font-size: 0.6em;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #555;
}

.news-wrap .line-box-wrap .line-box-txt a {
	color: #555;
}

.news-wrap .line-box-price{
	font-size: 0.7em;
	line-height: 1.2;
	color: red;
	font-weight: bold;
	/*text-align: right;*/
	margin-bottom: 2px;
}
.news-wrap .line-box-pic{
	-webkit-flex-basis: 28%;
	flex-basis: 28%;
	position: relative;
	margin-right: 0;
	max-width: 100px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	border-radius: 6%;
	-webkit-border-radius: 6%;
	-moz-border-radius: 6%;
}
.news-wrap .line-box-pic img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 2%;
	-webkit-border-radius: 2%;
	-moz-border-radius: 2%;
}








.news-wrap .line-box-wrap.news-box {
	width: 96%;
	margin: 2% auto 3%;
	padding: 2% 2% 0;
	background-color: #FFF;
	/* 	border: 1px solid #DDD; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}

.news-box .line-box{
	/*	-webkit-flex-basis:75%;
	flex-basis:75%;*/
	max-width: 70%;
	margin-right: auto;
}
.news-box .line-box{
	/*	-webkit-flex-basis:75%;
	flex-basis:75%;*/
	max-width: 70%;
	width:60%;
	margin-right: auto;
}
.news-box .line-box-subttl{
	font-size: 0.7em;
	line-height: 1;
	margin-bottom: 0.2em;
}
.news-box .line-box-icon{
	display: inline-block;
	font-size: 9px;
	padding: 3px 5px;
	border: 1px solid #2074dc;
	background-color: #2074dc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 5px;
	position: absolute;
	right: 8px;
	top: 10px;
	color: #FFF;
}
.news-box .sale--color .line-box-icon{
	border: 1px solid #e62117;
	background-color: #e62117;
}
.news-box .newspaper--color .line-box-icon{
	border: 1px solid #ffd842;
	background-color: #ffd842;
	color: #333;
}
.news-box.line-box-wrap .line-box-icon{
	color: #FFF;
}
.news-box.line-box-wrap.domestic--color .line-box-icon{
	border-color: #416E1F;
	background-color: #416E1F;
}
.news-box.line-box-wrap.icon_none .line-box-icon{
	display: none;
}
/*.news-box .line-box-wrap.domestic--color .line-box-icon{
	color: #416E1F;
}*/
.news-box .line-box-ttl{
	font-size: 0.75em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 4px;
	width: 90%;
}
.news-box .line-box-txt{
	font-size: 0.6em;
	line-height: 1.2;
}
.news-box.line-box-wrap a .line-box-txt {
	color: #2074dc;
}
.news-box .line-box-txt{
	font-size: 0.6em;
	line-height: 1.2;
}

.news-box.line-box-wrap .line-box-txt{
	color: #2074dc;
}
.news-box.line-box-wrap.domestic--color .line-box-txt{
	color: #416E1F;
}

.news-box .line-box-pic{
	-webkit-flex-basis: 15%;
	flex-basis: 15%;
	max-width: 50px;
	position: relative;
	margin-right: 10px;
	height: auto;
}
.news-box .line-box-pic img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


.news-box .news-box-txt{
	font-size: 0.8em;
	line-height: 1.2;
	padding: 2% 2.5%;
	text-align: left;
}
.news-box .news-box-pic{
	width: 100%;
}
.news-box .news-box-pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.news-box .news-box-pic a {
	background-image: none;
}
.news-box .news-box-txt a{
	display: block;
	text-decoration: underline;
	color: #2074dc;
	padding: 0;
	text-align: left;
	background-image: none;
}

.news-box .news-box-btn{
	width: 50%;
}



/* Icons button */
.news-box .news-box-btn .icobutton {
	font-size: 2.2em;
	position: relative;
	margin: 0;
	padding: 0;
	color: #c0c1c3;
	border: 0;
	background: none;
	 overflow: visible; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1;
}
.icobutton:hover, .icobutton:focus {
	outline: none;
}


.news-box .news-box-btn .icobutton .fa {
	display: block;
	padding: 0 0.1em;
	vertical-align: middle;
}

.news-box .news-box-btn .icobutton__text {
	font-size: 0.75em;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 200%;
	text-align: center;
	line-height: 1.5;
	color: #a6a6a6;
}

.news-box .news-box-btn .icobutton__text--side {
	top: -2px;
	left: 100%;
	width: 100%;
	width: auto;
	padding: 0 0 0 0.25em;
	vertical-align: middle;
}

.love-btn{
	position: fixed;
	width: 98%;
	bottom: 1%;
	left: 1%;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 10px 20px;
	font-size: 0.9em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
}

.sns-wrap .nav-wrap li:nth-child(3){
	width: 15%;
}
.sns-wrap .nav-wrap li:nth-child(4){
	width: 15%;
}
.sns-wrap .nav-wrap li:nth-child(5){
	width: 15%;
}
.sns-wrap .nav-wrap li.news-box-sns{
	width: 60%;
}

.news-box-share{
	background-color: #EEE;
	padding: 3px 15px 3px 22px;
	border-radius:50px;
	background-image: url(/kix/sp/img/icon/icon_schedule01.png);
	background-size: 12px;
	background-position: center left 7px;
	background-repeat: no-repeat;
}


/*商品設定（横スライド）
*****************************/
.other-item-wrap{
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5% 0 2% 4%;
}
.other-item-box{
	min-width: 1600px;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.other-item-box li{
	padding: 0.5em 0.8em;
	max-width: 100px;
	font-size: 0.8em;
	text-align: center;
}
.other-item-box li img{
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/*#areaWrap{
	background-color: #FFFAED;
}

#areaWrap{
	padding: 3% 0;
}
*/
#otherAreaWrap{
	background-color: #FFF;
	padding: 3% 0 0;
}

#otherAreaWrap h2{
	/* padding: 2% 1.5% 1.5%; */
}
#otherAreaWrap .other-item-box li{
	max-width: 160px;
	padding: 0.5em;
	font-size: 0.65em;
}
#otherAreaWrap .other-item-box li a{
	max-width: 160px;
	padding: 0;
	background-image:none;
	display: block;
	font-size: 11px;
}
#otherAreaWrap .other-item-box{
	min-width: 1200px;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}




#otherTopicWrap{
    background-color: #FFFAED;
    position: relative;
}
.other-topic-wrap{
	background-color: #FFFAED;
	padding: 1.5% 0 2% 4%;
	padding: 3% 0;
	/* border-bottom: 1px solid #DDD; */
}

.other-topic-wrap .other-item-box li{
	max-width: 280px;
	padding: 0.5em;
	background-color: #FFF;
	margin-right: 5px;
	text-align: left;
	position: relative;
	background-image: url(https://www.his-j.com/kix/tour_top/img/icon/icon_corner.png);
	background-position: right 3px bottom 3px;
	background-size: 6px;
	background-repeat: no-repeat;
}
.other-topic-wrap .other-item-box li a{
	background-image:none;
	display: block;
	padding: 0;
}
.other-topic-wrap .other-item-box li span{
	/* 	position:absolute;
	left:0;
	top:0; */
	display:block;
	width: 55%;
	padding:2px;
	margin:3px 0 0;
	text-align:center;
	background-color: #ffd842;
	color: #333;
	font-size: 0.65em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.other-topic-wrap .other-item-box li span.all--color{
	background-color: #ffd842;
	color: #333;
}
.other-topic-wrap .other-item-box li span.domestic--color{
	background-color: #416e1f;
	color: #FFF;
}
.other-topic-wrap .other-item-box li span.overseas--color{
	background-color: #2074dc;
    color: #FFF;
}
.other-topic-wrap .other-item-box li img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: auto;
}
.other-topic-wrap .other-item-box{
	min-width: 1836px;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.other-item-ttl{
	display: block;
	font-size: 0.9em;
	margin-bottom: 3px;
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
}
.other-item-txt{
	font-size: 0.8em;
	color: #2074dc;
	color: #555;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	display: block;
}


/* ひとつ前に戻るボタン
========================= */
.section-back-btn{
	background-color: #FFF;
}
.section-back-btn a{
	display: block;
	padding: 3.5% 5.5% 4% 12.5%;
	font-size: 0.9em;
	color: #FFF;
	background-color: #023b95;
	text-decoration: none;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_left01_wh.png);
	background-position: left 12px center;
	background-size: 22px;
	background-repeat: no-repeat;
}
.section-back-btn a img{
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

/* snsWrap
========================= */
.sns-wrap-wide{
	background-color: #FFF;
	padding: 0.5em 0;
	width: 100%;
	margin: 0;
}
.sns-wrap-wide h2{
	background-color: #FFF;
	margin-bottom: 5px;
}
/*ダミーボタン用追加　2018/11/16askなべ*/
.sns-wrap-wide h2 span{
	font-size:14px;
	display:block;
	float:right;
	color:#EEE;	
}
.sns-wrap-wide h2 span a{
	text-decoration: none;
}
.sns-wrap-list{
	background-color: #FCFCFC;
	padding: 0.5em 3.5% 0;
	width: 100%;
	/*position: fixed;
	bottom: 0;
	left: 0;*/
	margin: 0;
}
.sns-wrap-wide .nav-wrap ul li{
	width: 25%;
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
	font-size: 0.6em;
}
.sns-wrap-wide .nav-wrap ul li img{
	width: 100%;
	display: block;
	margin:0 auto;
	vertical-align: middle;
	max-width: 45px;
}

.sns-wrap{
	background-color: #FCFCFC;
	padding: 1.5% 1.5% 1.5%;
	width: 100%;
	margin: 5px 0;
	border-top: 1px solid #EEE;
}
.sns-wrap .nav-wrap{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}
.sns-wrap .nav-wrap li{
	width: 20%;
	line-height: 1;
	vertical-align: middle;
	text-align: left;
	font-size: 0.5em;
}
.sns-wrap .nav-wrap li a{
	background-image: none;
}
.sns-wrap .nav-wrap li img{
	width: 100%;
	display: block;
	margin:0 auto;
	vertical-align: middle;
	max-width: 25px;
}



/* movieWrap
========================= */
#movieWrap{}
.movie-wrap{
	/*background-color: #EEE;*/
	padding: 3% 0 0;
}
.youtube{
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height:0;
	overflow:hidden;
	margin: 5px 0 0;
	background-color: #EEE;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:50%;
	margin-left: -50%;
	width:100%;
	height:100%;
}

/*スケジュール
*****************************/

.tel-box-wrap{
	width: 100%;
	padding:3% 0 0;
	background-color: #FFF;
}
.tel-box-wrap.item-box-wrap .section-ttl{
	margin-bottom: 0;
	display: none;
}
.tel-box-wrap.item-box-wrap .section-ttl:before{
	position: absolute;
	left: 15%;
	bottom: -8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-top-color: #004098;
	border-width: 8px 10px 0 10px;
}
.tel-box {
	background: #e8f8ff;
	padding: 2.5% 6.5%;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
	/*width: 92%;*/
	margin: 5px auto 0;
}
.tel-text {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0 0.2em;
	color: #004BB0;
}
.tel a {
	background: #FFF;
	padding: 3% 5% 3%;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	margin: 2% auto;
	color: #004bb0;
	text-decoration: none;
	display: block;
	border-radius: 2;
	border: 1px solid #004bb0;
	/* border-bottom: solid 3px #004bb0; */
	border-radius: 2px;
}
.tel a:before {
	content: ' ';
	display: inline-block;
	background-position: -158px 0px;
	background-size: 500px 60px;
	margin: 0 13px -5px 0;
	width: 16px;
	height: 28px;
	background-image: url(https://www.his-j.com/headfoot_sp/images/sprite_common.png) ;
	background-repeat: no-repeat;
	vertical-align: baseline;
}
.tel-name{
	font-weight: bold;
	font-size: 1em;
}
.tel-name-hawaii{
	font-weight: bold;
}
.tel-name-chushikoku{
	font-weight: bold;
}
.tel-second{
	margin-top:5px;
	border-top: 1px solid #92b6e2;
	padding-top:5px;
}
.tel-last {
	/* font-weight: bold; */
	font-size: 0.9em;
}
.tel-mail {
	/* font-weight: bold; */
	font-size: 0.9em;
	padding-right: 15px;
	width:100%;
	text-align:right;
	background-image: url(/kix/jcom/img/icon/icon_next2.png);
	background-size: 14px;
	background-position: center right 0;
	background-repeat: no-repeat;
}
.tel-hosoku{
	margin-top: 2%;
	padding-top: 2%;
	border-top: 1px solid #004bb0;
	font-size: 0.7em;
}

.shopButton {
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 1.2em 10%;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
.shopButton a {
	background-color: #004bb0;
	border-radius: 30px;
	color: #ffffff;
	/* font-weight: bold; */
	display: block;
	font-size: 103%;
	padding: 0.5em 0.5em;
	font-size: 1.5em;
	background-image: url(/kix/jcom/img/icon/icon_next.png);
	background-size: 16px;
	background-position: center right 8px;
	background-repeat: no-repeat;
	text-decoration: none;
}





/* #modalMenu
========================= */
#modalMenuWrap{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background-color:rgba(255,255,255,1);
	display: none;
	/* min-height: 100%; */
	overflow-y: scroll;
	padding-top: 48px;
}


#modalMenu{
	padding: 0;
	/* border-bottom: 1px solid #DDD; */
	/*background-color: #E1F9FF;*/
	background-color: #023B95;
	height: 48px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#modalMenu.nav-wrap{
	font-size: 1em;
	color: #FFF;
}
#modalMenu.nav-wrap ul li{
	width: 17%;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	padding: 0.5em 0;
	max-height: 58px;
}
#modalMenu.nav-wrap ul li img{
	width: 70%;
	max-width: 30px;
}
#modalMenu.nav-wrap ul li a{
	text-decoration: none;
	color: #FFF;
}




#modalMenu.nav-wrap ul li.header-area{
	width: 20%;
	text-align: left;
	padding-left: 1%;
}
#modalMenu.nav-wrap ul li.modal-menu-close{
	width: 25%;
	text-align: left;
}
#modalMenu.nav-wrap ul li.header-logo{
	width: 17%;
	/* padding-left: 2%; */
	/* padding-right: 2%; */
}
#modalMenu.nav-wrap ul li.modal-menu-active{
	background-color: #FFD842;
	width: 18%;
}
#modalMenuWrap p.modal-section-line.modal-menu-close {
	width: 100%;
	background-color: #023b95;
	color: #FFF;
	padding: 5px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}
#modalMenuWrap p.modal-section-line.modal-menu-close img {
	width: 70%;
	max-width: 30px;
}

/* mainvisual
========================= */

#modalMenuWrap .modal-menu-wrap{
	/*background-color: #2074dc;*/
	/*margin-top: 5px;*/
	background-color: #FFF;
}

#modalMenuWrap .modal-menu-wrap h2{
	width: 100%;
	padding: 2.5% 3% 2%;
	font-size: 0.85em;
	border-left: none;
	line-height: 1.2;
	color: #FFF;
	margin: 0;
	font-size: 0.8em;
	background-color: #333;
}
#modalMenuWrap .modal-menu-wrap h2 img{
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
#modalMenuWrap .modal-menu-wrap h2.overseas--color{
	background-color: #2074dc;
}
#modalMenuWrap .modal-menu-wrap h2.domestic--color{
	background-color: #416E1F;
}


#modalMenuWrap .modal-menu-wrap ul{
	display: -webkit-flex;
	display:flex;
	/*-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;*/
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	padding: 1% 1.5%;
}
#modalMenuWrap .modal-menu-wrap ul li{
	width: 100%;
	background-color: #FFF;
	margin:1%;
}
#modalMenuWrap .modal-menu-wrap ul li a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	/* background-color: #EEE; */
	border-bottom: 1px solid #EEE;
	padding: 3% 5% 3.5%;
	font-size: 0.8em;
	background-image: url(../img/icon/icon_next01_overseas.png);
	background-position: right 15px center;
	background-size: 20px;
	background-repeat: no-repeat;
	line-height: 1.2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#modalMenuWrap .top-menu-wrap {
    width: 100%;
    padding: 0% 0 2%;
    /* border-top: 1px solid #DDD; */
}
#modalMenuWrap .modal-menu-wrap nav ul{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	padding: 0;
}
#modalMenuWrap .modal-menu-wrap nav ul li{
	width: 24%;
	background-color: #FFF;
	background-color: #e8f8ff;
	border: 1px solid #FFF;
	margin:0.5%;
	font-size: 0.55em;
	/* border: none; */
	background-image: url(/kix/sp/img/icon/icon_corner01_bk.png);
	background-position: right 2px bottom 2px;
	background-size: 4px;
	background-repeat: no-repeat;
}
#modalMenuWrap .modal-menu-wrap nav ul li img{
	width: 50%;
	margin: 0 auto 0;
	display: block;
	position: relative;
}
#modalMenuWrap .modal-menu-wrap nav ul.domestic--color li{
	width: 19%;
	background-color: #f0f9ee;
}
#modalMenuWrap .modal-menu-wrap nav ul li a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	/* background-color: #EEE; */
	border-bottom: none;
	padding: 3% 1% 5.5%;
	font-size: 0.8em;
	background-image: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}


#modalMenuWrap .modal-menu-wrap .menu-searchbox{
	position: relative;
	padding: 2%;
	overflow: hidden;
	background-color: #eaf2fa;
}
#modalMenuWrap .modal-menu-wrap ul li a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.7em;
}
#modalMenuWrap .modal-menu-wrap input{
	font-family: inherit;
	margin: 2.5% 2% 0.5%;
	border-radius: 0;
	border: none;
	color: #004BB0;
	border: 1px solid #DDD;
	padding: 5px 10px;
	padding-right: 25px;
	width: 96%;
	font-size: 0.8em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#modalMenuWrap .modal-menu-wrap .textArea {
	padding: 15px;
	/* border: solid 1px #dddddd; */
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* font-size: 15px; */
	/* border-radius: 5px; */
	/* height: 48px; */
	margin: 0;
}
#modalMenuWrap .modal-menu-wrap .buttonArea{
	position: absolute;
	right: 4%;
	top: 20%;
	background: #ffd842;
	border: none;
	border-radius: 5px;
	/* width: 46px; */
	/* height: 46px; */
}
#modalMenuWrap .modal-menu-wrap input.button{
	/*background: url(/cmn/hf201411/img/sprite_common.png) -325px 12px no-repeat;
	background-size: 500px 60px;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	/* width: 46px; */
	/* height: 46px; */
	/* width: 100%; */
	/* height: 100%; */
	padding: 10px 25px;
	margin: 0;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_search01_wh.png);
	background-position: center center;
	background-size: 26px;
	background-repeat: no-repeat;
	background-color: #00b3f7;
}
/*#modalMenuWrap .modal-menu-wrap .faq {
	text-align: left;
	font-size: 0.7em;
	margin: 0;
}*/

#modalMenuWrap .section-line,
#modalMenuWrap .pr-box-line{
	display: none;
}

p.modal-section-line.area-menu-close {
	width: 100%;
	background-color: #023b95;
	color: #FFF;
	padding: 5px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}
p.modal-section-line.area-menu-close img {
	width: 70%;
	max-width: 26px;
}

/* #areaMenu
========================= */
#areaMenuWrap{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background-color:rgba(255,255,255,1);
	display: none;
	/* min-height: 100%; */
	overflow-y: scroll;
	padding-top:45px; 
}


#areaModalMenu{
	padding: 0;
	/* border-bottom: 1px solid #DDD; */
	/*background-color: #E1F9FF;*/
	background-color: #023B95;
	height: 45px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#areaModalMenu.nav-wrap{
	font-size: 1em;
	color: #FFF;
}
#areaModalMenu.nav-wrap ul li{
	width: 25%;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	padding: 0.5em 0;
	max-height: 46px;
}
#areaModalMenu.nav-wrap ul li img{
	width: 70%;
	max-width: 25px;
}
#areaModalMenu.nav-wrap ul li a{
	text-decoration: none;
	color: #FFF;
}




#areaModalMenu.nav-wrap ul li.header-area{
	width: 20%;
	text-align: left;
	padding-left: 1%;
}
#areaModalMenu.nav-wrap ul li.modal-menu-close{
	width: 25%;
	text-align: left;
}
#areaModalMenu.nav-wrap ul li.header-logo{
	width: 16%;
	/* padding-left: 2%; */
	/* padding-right: 2%; */
}
#areaModalMenu.nav-wrap ul li.modal-menu-active{
	background-color: #FFD842;
	width: 17%;
}

.utilityArea{
	width: 96%;
	padding: 2%;
}
.utilityArea ul{
	width: 100%;
}
.utilityArea ul li{
	display: block;
	
}
.utilityArea ul li a{
	display: block;
	padding: 3.2% 5.5% 4%;
	font-size: 0.85em;
	border-left: none;
	line-height: 1.2;
	color: #FFF;
	margin: 0.3% 0;
	font-size: 0.9em;
	background-color: #004BB0;
	background-color: #FFF;
	color: #333;
	background-image: url(../img/icon/icon_next01_overseas.png);
	background-position: right 12px center;
	background-size: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-top: 1px dotted #DDD;
	/* transition: all 0.4s ease; */
}

/* mainvisual
========================= */
#modalMenuWrap #footerMenuWrap{
	display: none;
}
#footerMenuWrap .modal-menu-wrap{
	/*background-color: #2074dc;*/
	/*margin-top: 5px;*/
	background-color: #FFF;
}

#footerMenuWrap .modal-menu-wrap h2{
	width: 100%;
	padding: 3.2% 5.5% 4%;
	font-size: 0.85em;
	border-left: none;
	line-height: 1.2;
	color: #FFF;
	margin: 0.3% 0;
	font-size: 0.8em;
	background-color: #004BB0;
	background-color:#FFF;
	color:#333;
	background-image: url(../img/icon/icon_plus01.png);
	background-position: right 12px center;
	background-size: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-top:1px dotted #DDD;
	/* 	transition: all 0.4s ease; */
}

#footerMenuWrap .modal-menu-wrap h2.footer-menu-active{
	background-color:#333;
	border-top:1px solid #333;
	color:#FFF;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_close01_wh.png);
	background-position: right 11px center;
	background-size: 20px;
	background-repeat: no-repeat;
}
#footerMenuWrap .modal-menu-wrap h2.footer-menu-active.overseas--color{
	background-color: #2074dc;
	border-top:1px solid #2074dc;
}
#footerMenuWrap .modal-menu-wrap h2.footer-menu-active.domestic--color{
	background-color: #416E1F;
	border-top:1px solid #416E1F;
}

#footerMenuWrap .modal-menu-wrap ul{
	display: -webkit-flex;
	display:flex;
	/*-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;*/
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	padding: 1% 1.5%;
}
#footerMenuWrap .modal-menu-wrap ul li{
	width: 48%;
	background-color: #FFF;
	margin:1%;
}
#footerMenuWrap .modal-menu-wrap ul li a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	background-color: #EEE;
	/* border: 1px solid #EEE; */
	padding: 5% 3% 5% 4%;
	font-size: 0.75em;
	background-image: url(/kix/sp/img/icon/icon_next01_overseas.png);
	background-position: right 0px center;
	background-size: 18px;
	background-repeat: no-repeat;
	line-height: 1.2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	/* padding: 0; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footerMenuWrap .modal-menu-wrap ul li a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.7em;
}




/* その他共通パーツ
========================= */




.new--icon{
	position: absolute;
	top:2px;
	right:2px;
	font-size: 10px;
	background-color: red;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	z-index: 50;
	font-weight: bold;
}
.index_news .new--icon {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(12px, -27px);
	-moz-transform: translate(12px, -27px);
	transform: translate(12px, -27px);
}

.pr-box-line{
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	margin: 0px auto 0;
	background-color: #EEE;
	padding: 15px;
}
.pr-box-line img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.pr-box-main{
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	margin: 0px auto 0;
	/* background-color: #EEE; */
	padding: 0;
	border: 1px solid #EEE;
}
.pr-box-main img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}


/* プレビュー用
========================= */

@media screen and (min-width: 1200px) {
	html{
		background: #DDD;
		width: 360px;
		margin: 0 auto;
	}
	body{
		width: 360px;
		margin: 10px auto;
		border:1px solid #EEE;
		position:relative;
	}
	#header{
			position: absolute;
			width: 100%;
		}
}


.color--nenmatsu{
	/* background-color: #6bc452; */
}




/* 新着
========================= */

#loadingWrap{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top:45px;
	z-index: 1000000;
	background-color: #023B95;
	background-color: rgba(0,179,247,0.95);
}


.spinner {
	margin: 200px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.spinner > p {
	color: #FFF;
	font-size: 12px;
}

.spinner > div {
	background-color: #FFF;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	} 20% {
		-webkit-transform: scaleY(1.0);
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	} 20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/* ------------------------- */
body > .modal-popup,
body > .modal-list{
	position:absolute;
	left:-9999px;
	top:-9999px;
}
body > .number-p-box,
body > .hotel-room-slide,
body > .time-box,
body > .calendar-popup,
body > .cal-slide,
body > .listshowBox {
	display:none;
}

#modal-win {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 100%;
	z-index: 201;
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(0,0,0.25,1);
}
#modal-bg {
	position: fixed;
	top: 0;
	left: -9999px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 200;
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(0,0,0.25,1);
}
#modal-loading {
	position: fixed;
	top: 100px;
	right: 50%;
	width: 32px;
	height: 32px;
	background: url(./img/loading.gif) no-repeat center center;
	margin-right: -16px;
	z-index: 203;
	opacity: 0.75;
	display: none;
}

/* loading */
#modal-win.loading .modal-popup dl dd {
	background: url(../img/modal/loading.gif) no-repeat center center;
}
#modal-win.loading .modal-popup dl dd * {
	display: none;
}

.modal-popup {
	margin: 4%;
	padding: 2%;
	width: 92%;
	background-color: #FFF;
	border: none;
	opacity: 1;
}

.modal-popup .modal-foot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 203;
}
.modal-popup .modal-foot .modal-confirm {
	padding: 10px 40px;
	background-color: #ffd842;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #333;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	opacity:0;
	-webkit-transition: opacity .3s cubic-bezier(0,0,0.25,1);
}
.modal-popup .modal-foot .modal-undo {
	margin-right: auto;
	padding: 10px 10px 10px 30px;
	background-color: #EEE;
	background-image: url(../img/icon/icon_replay01.png);
	background-position: left 7px center;
	background-size: 20px;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.65em;
	opacity:0;
	-webkit-transition: opacity .3s cubic-bezier(0,0,0.25,1);
}
.modal-popup .modal-foot .dummy {
	margin-right: auto;
	padding: 10px 10px 10px 30px;
	font-size: 0.65em;
	opacity:　0;
	visibility: hidden;
}
.modal-popup .modal-head {
	position: relative;
	z-index: 204;
}
.modal-popup .modal-head .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px;
	background-color: #233b56;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_close01_wh.png);
	background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.modal-popup dl dt {
	position: relative;
	padding: 4% 35px 5% 4%;
	border-bottom: 1px solid #EEE;
	color: #004BB0;
	font-size: 0.85em;
	font-weight: bold;
}
.modal-popup dl dd {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
.modal-popup dl dd > ul {
	overflow: hidden;
}
.modal-popup dl dd > ul > li {
	border-bottom: 1px solid #EEE;
}
.modal-popup > dl > dd ul li.idnt {
	padding-left: 8%;
}
.modal-popup dl dd > ul > li > a {
	display: block;
	width: 100%;
	margin: 0.3% 0 0;
	padding: 3.2% 5.5% 4%;
	background-color: #FFF;
	background-image: url(../img/icon/icon_next01_overseas.png);
	background-position: right 6px center;
	background-size: 18px;
	background-repeat: no-repeat;
	border-left: none;
	color: #333;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	overflow: hidden;
}
.modal-popup dl dd > ul > li.close > a {
	background-color: #FFF;
	background-image: url(../img/icon/icon_down01.png);
	background-position: right 8px center;
	background-size: 18px;
	background-repeat: no-repeat;
}
.modal-popup dl dd > ul > li.open > a {
	background-color: #2074dc;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_up01_wh.png);
	background-position: right 8px center;
	background-size: 20px;
	background-repeat: no-repeat;
	border-bottom:1px solid #2074dc;
	color:#FFF;
}

/* submenu */
.modal-popup dl dd > ul > li > ul {
	display:none;
	padding: 0.5% 0;
	background-color: #2074dc;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	box-shadow: 0px 1px 1px #ccc;
}
.modal-popup dl dd > ul > li > ul > li {
	width: 100%;
}
.modal-popup dl dd > ul > li > ul > li > a {
	display: block;
	margin: 0 0.5%;
	padding: 4%;
	background-color: #FFF;
	background-image: url(../img/icon/icon_next01_overseas.png);
	background-position: right 6px center;
	background-size: 18px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EEE;
	color: #333;
	font-size: 0.65em;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
}

.modal-popup > dl > dd.touch-slide {
	overflow: hidden;
}
.modal-popup > dl > dd.touch-slide > ul {
	position: absolute;
	width: 100%;
}
.modal-popup > dl > dd > * {
	z-index: 199;
}

/* multiple */
.modal-popup > dl > dd > ul.multiple > li > a {
	position: relative;
	background: none;
	padding-left: 12%;
}
.modal-popup > dl > dd > ul.multiple > li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4%;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
	border: 2px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal-popup > dl > dd > ul.multiple > li.selected {
	background: #FFFAED;
}
.modal-popup > dl > dd > ul.multiple > li.selected > a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5%;
	display: block;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #ff495c;
	border-bottom: 3px solid #ff495c;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* time */
.time-box {
	height: 260px;
}
.time-box-inner {
	position: relative;
	width: 280px;
	height: 245px;
	margin: 10px auto 0;
	overflow: hidden;
}
.time-box-inner .base {
	width: 280px;
	height: 245px;
	background: url(../img/modal/time_bg.png) no-repeat;
	background-size: 280px 245px;
}
.time-box-inner .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 245px;
	-webkit-transition: opacity .3s cubic-bezier(0,0,0.25,1);
	opacity:0;
}
.time-box-inner .time.select {
	opacity: 1;
}
.time-box-inner .time.time1 { background: url(../img/modal/time_1.png) no-repeat 143px 56px; background-size: 97px 94px; }
.time-box-inner .time.time2 { background: url(../img/modal/time_2.png) no-repeat 142px 124px; background-size: 94px 98px; }
.time-box-inner .time.time3 { background: url(../img/modal/time_3.png) no-repeat 60px 125px; background-size: 83px 97px; }
.time-box-inner .time.time4 { background: url(../img/modal/time_4.png) no-repeat 47px 98px; background-size: 96px 75px; }
.time-box-inner .time.time5 { background: url(../img/modal/time_5.png) no-repeat 50px 28px; background-size: 161px 97px; }

/* calendar */
.calendar-popup {
	margin: 4%;
	padding: 2%;
	width: 92%;
	background-color: #FFF;
	border: none;
	opacity: 1;
}
.calendar-popup .cal-head {
	position: relative;
	padding: 4% 4% 5%;
	border-bottom: 1px solid #EEE;

}
.calendar-popup .cal-head .head {
	color: #004BB0;
	font-size: 0.85em;
	font-weight: bold;
}
.calendar-popup .cal-head .head.step1  {
	color: #C00;
}
.calendar-popup .cal-head .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px;
	background-color: #233b56;
	background-image: url(https://www.his-j.com/kix/sp/img/icon/icon_close01_wh.png);
	background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
	border-radius: 50%;
}

/* month */
.calendar-popup .cal-month {
	width: 95%;
	margin: 25px auto 0;
	z-index: 202;
}
.calendar-popup .cal-month .ctrl {
	position: relative;
	width: 100%;
	padding: 0 1px;
}
.calendar-popup .cal-month .ctrl .ttl {
	width: 100%;
	padding: 10px 0 8px;
    background-color: #f2f6fc;
    color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.calendar-popup .cal-month .ctrl .mp,
.calendar-popup .cal-month .ctrl .mn {
	position: absolute;
	top: -20px;
	height: 36px;
	width: 36px;
}
.calendar-popup .cal-month .ctrl .mp {
	left: 3px;
	background: url(../search/js/tour/img/arrow_left.gif) no-repeat 50% 50%;
	background-size: 36px;
}
.calendar-popup .cal-month .ctrl .mn {
	right: 3px;
	background: url(../search/js/tour/img/arrow_right.gif) no-repeat 50% 50%;
	background-size: 36px;
}
.calendar-popup .cal-month .ctrl .stop {
	opacity: 0;
}
.calendar-popup .cal-month .ctrl .ms {
	display:none;
}
.calendar-popup .cal-month .ctrl .ms.sel {
	background: linear-gradient(top, #bfbfbf, #e0e0e0);
	background: -webkit-linear-gradient(top, #bfbfbf, #e0e0e0);
	background-image: -webkit-gradient(linear,center top,center bottom,from(#bfbfbf),to(#e0e0e0));
}

/* index */
.calendar-popup .cal-idx {
	display: table;
	table-layout: fixed;
	border-spacing: 1px;
	width: 95%;
	margin: 0 auto;
}
.calendar-popup .cal-idx div {
	display: table-cell;
	background: #c1e5ff;
	color: #666;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}
.calendar-popup .cal-idx div.sun {
	color: #F00;
}
.calendar-popup .cal-idx div.sat {
	color: #06C;
}

/* body */
.calendar-popup .cal-body {
	position: relative;
	width: 95%;
	margin: -1px auto 10px;
	z-index: 201;
	overflow: hidden;
}

/* slider */
.cal-slide {
	position: absolute;
	min-width: 300%;
	z-index: 199;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0.25,1);
}
.cal-slide .cal-tbl {
	float: left;
	display: table;
	table-layout: fixed;
	border-spacing: 1px;
}
.cal-slide .cal-row {
	display: table-row;
}
.cal-slide .cal-row div {
	display: table-cell;
	background: #c1e5ff;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
.cal-slide .cal-row div.sun {
	color: #F00;
}
.cal-slide .cal-row div.sat {
	color: #06C;
}
.cal-slide .cal-row div.uns {
	color: #A9A9A9;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: line-through;
}
.cal-slide .cal-row div.step0,
.cal-slide .cal-row div.step1 {
	background: #FFEBBE;
}
.cal-slide .cal-row div.intv {
	background: #FFFAED;
}
.cal-slide .cal-row div.ms0,
.cal-slide .cal-row div.ms1 {
	backgroundr: #DFF;
}

/* footer */
.calendar-popup .cal-foot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 202;
}
.calendar-popup .cal-foot .confirm {
	padding: 10px 40px;
	background-color: #ffd842;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #333;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	opacity:0;
	-webkit-transition: opacity .3s cubic-bezier(0,0,0.25,1);
}
.calendar-popup .cal-foot .undo {
	margin-right: auto;
	padding: 10px 10px 10px 30px;
	background-color: #EEE;
	background-image: url(../img/icon/icon_replay01.png);
	background-position: left 7px center;
	background-size: 20px;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.65em;
	opacity:0;
	-webkit-transition: opacity .3s cubic-bezier(0,0,0.25,1);
}
.calendar-popup .cal-foot .dummy {
	margin-right: auto;
	padding: 10px 10px 10px 30px;
	font-size: 0.65em;
	opacity:　0;
	visibility: hidden;
}

/* num */
.modal-popup .hotel-room-slide {
	height: 935px;
}
.modal-popup .number-p-box {
	width: 92%;
	margin: 0 auto;
	padding: 10px 0;
}
.modal-popup .hotel-room-slide section {
	width: 100%;
	margin: 0;
	padding: 10px;
    border-bottom: 1px solid #EEE;
}
.modal-popup .number-p-box section,
.modal-popup .hotel-room-slide section div {
	display: table;
	width: 100%;
}
.modal-popup .hotel-room-slide section .room-ttl {
    color: #004BB0;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
}
.modal-popup .number-p-box section + section,
.modal-popup .hotel-room-slide section > div.ch,
.modal-popup .hotel-room-slide section > div.in {
	margin-top: 15px;
}
.modal-popup .hotel-room-slide section > div.ad,
.modal-popup .hotel-room-slide section > div.ch-age1,
.modal-popup .hotel-room-slide section > div.ch-age2,
.modal-popup .hotel-room-slide section > div.in-age1,
.modal-popup .hotel-room-slide section > div.in-age2 {
	margin-top: 10px;
}
.modal-popup .number-p-box span.title,
.modal-popup .hotel-room-slide span.title {
	display: table-cell;
	width: 50%;
    color: #333;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
	vertical-align: middle;
}
.modal-popup .hotel-room-slide span.title.indent {
	padding-right: 10px;
	text-align: right;

}
.modal-popup .number-p-box .num-count,
.modal-popup .hotel-room-slide .num-count {
	display: table-cell;
	width: 38%;
	vertical-align: middle;
}
.modal-popup .number-p-box span.posifix,
.modal-popup .hotel-room-slide span.posifix {
	display: table-cell;
	width: 12%;
    color: #333;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
	vertical-align: middle;
}
.modal-popup .number-p-box span.note,
.modal-popup .hotel-room-slide span.title span.note {
	font-size: 0.5em;
	font-weight: lighter;
}
.modal-popup .number-p-box .num-count div.num-box,
.modal-popup .hotel-room-slide .num-count div.num-box{
	display: inline-block;
	width: 3em;
	height: 26px;
	padding: 6px 0 0;
	border-top: 1px solid #d7dfe6;
	border-bottom: 1px solid #d7dfe6;
    font-size: 0.75em;
    line-height: 1;
	text-align: center;
}
.modal-popup .number-p-box .num-count a.icon-m,
.modal-popup .number-p-box .num-count a.icon-p,
.modal-popup .hotel-room-slide .num-count a.icon-m,
.modal-popup .hotel-room-slide .num-count a.icon-p {
	display: inline-block;
	width: 26px;
	height: 26px;
	padding: 6px 0 0;
	background: #c1e5ff;
	border: 1px solid #d7dfe6;
	color: #000;
    font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.modal-popup .number-p-box .num-count a.icon-m,
.modal-popup .hotel-room-slide .num-count a.icon-m {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.modal-popup .number-p-box .num-count a.icon-p,
.modal-popup .hotel-room-slide .num-count a.icon-p {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.modal-popup .number-p-box .num-count a.stop,
.modal-popup .hotel-room-slide .num-count a.stop {
	background: #F3F3F3;
	color: #FFF;
}

/* 初期状態 */
.modal-popup .hotel-room-slide .room2,
.modal-popup .hotel-room-slide .room3 {
	display: none;
}

/*-----*/
.hotel_box.autocomplete {
	position: relative;
}
.hotel_box.autocomplete .listshowBox {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 210px;
	z-index: 190;
}
.hotel_box.autocomplete .listshowBox.none {
	display: none;
}
.hotel_box.autocomplete .listshowBox .innerbox {
	position: relative;
	padding-top: 5px;
}
.hotel_box.autocomplete .listshowBox .innerbox::before {
	position: absolute;
	top: 0;
	left: 20px;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: #00b3f7;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 191;
}
.hotel_box.autocomplete .listshowBox .innerbox .listclose {
	position: absolute;
	top: 5px;
	right: 0;
	width: 22px;
	height: 22px;
	background: #00b3f7 url(https://www.his-j.com/kix/sp/img/icon/icon_close01_wh.png) no-repeat center center;
	background-size: 24px;
	z-index: 193;
}
.hotel_box.autocomplete .listshowBox .listshowin {
	position: relative;
	padding: 7px;
	background: #FFF;
	border: #00b3f7 3px solid;
	z-index: 192;
}
.hotel_box.autocomplete .listshowBox .listshowin p.listtext {
	margin-bottom: 5px;
	padding-right: 20px;
	font-size: 0.7em;
	line-height: 1.3;
}
.hotel_box.autocomplete .listshowBox .listshowin p.listshow {
	padding: 9px 20px 8px 12px;
	background: #00b3f7 url(../img/icon/icon_next01_wh.png) no-repeat right 1px center;
	background-size: 20px;
	border-radius: 4px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1;
}

/**/
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-widget {
	font-size: 0.6em;
	line-height: 1.3;
}
.ui-widget-content {
	padding: 5px;
	background: #FFF;
	border: #999 1px solid;
	color: #222;
}
.ui-widget-content li {
	border-bottom: #CCC 1px dotted;
	padding: 2px 0;
}
.ui-widget-content a {
	display: block;
	padding: 4px;
	color: #222;
}

.ui-helper-hidden-accessible{
	display: none;
}

/* 2024/12/7追加 検索結果0件時のFITボタン */
#resultsArea .linkArea.btn.newWindow {
	background-image: url(//smp.his-j.com/cmn/portal/kanto/img/icon_box.png);
	background-position: 95% 50%;
	background-size: 15px 13px;
}

#resultsArea .linkArea.btn {
	width: auto;
	margin: 6% 10% 6%;
	padding: 0.5% 0;
	text-align: center;
	background-color: #FF9F00;
	background-image: url(//smp.his-j.com/cmn/portal/kanto/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

#resultsArea .linkArea {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}

#resultsArea .linkArea.btn a {
	padding: 12px 20px 12px 0;
}

#resultsArea .linkArea a {
	color: #FFF;
	display: block;
	text-decoration: none;
}