@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/****************************************
		0. 全体の設定
*****************************************/
body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

.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;
}

#breadcrumb{ color:#ff007f;}

#wrap div:after {
	content: "";
	clear: both;
	display: block;
}

#wrap {
	background: url(../../img/bg.jpg) repeat top center;
	width:100%;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: sans-serif;
}


html{
	margin: 0;
	margin-left: 0!important;
	padding: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/	
}
body{
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
	width: 100%;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fsiz_small{
	font-size: 80%;
}

/****************************************
		section
*****************************************/

.section{
	width: 100%;	
}

.section-wrap{
	padding: 0;
}

.section-box{
    margin: 4% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    background: url(../../img/bg_p.png) repeat top center;
	background-size: 50%;*/
    padding: 1% 0 0;
    /*border-top: 7px solid #00317C;*/
}



/****************************************
		見出し
*****************************************/
.section01 h2 {
    padding: 3% 0 3%;
    text-align: center;
    font-size: 6.5vw;
    color: #000;
    font-weight: bold;
	position: relative;
	overflow: hidden;
}
.section-box-wrap h2:before , #domeSection h2:before , #air:before , #ah:before {
	position: absolute;
    content: '';
    background: url(../../img/midashi_L.png) no-repeat 0 0;
    background-size: 100%;
    width: 145px;
    height: 45px;
    top: 5px;
    left: -40px;
}
.section-box-wrap  h2:after , #domeSection h2:after , #air:after , #ah:after {
    position: absolute;
    content: '';
    background: url(../../img/midashi_R.png) no-repeat 0 0;
	background-size: 100%;
    width: 145px;
    height: 45px;
    top: 5px;
    right: -30px;
}

.section01 {
/*    background: url("../../img/bg.jpg") repeat top center;*/
	padding:2% 0;
}
/* .mds01 {
    background: url("../img/midashi_asia.png") no-repeat top;
    background-size: 97%;
}/* アジア */
/* .mds02 {
    background: url("../img/midashi_beach.png") no-repeat top;
    background-size: 97%;
}/* ビーチ */
/* .mds03 {
    background: url("../img/midashi_eur.png") no-repeat top;
    background-size: 97%;
}/* ヨーロッパ */
/* .mds04 {
    background: url("../img/midashi_imp.png") no-repeat top;
    background-size: 97%;
}/* imp */
/* .mds05 {
    background: url("../img/midashi_air.png") no-repeat top;
    background-size: 97%;
}/* 航空券 */
/* .mds06 {
    background: url("../img/midashi_airho.png") no-repeat top;
    background-size: 97%;
}/* エアホ */
/* .mds07 {
    background: url("../img/midashi_dome.png") no-repeat top;
    background-size: 97%;
}/* 国内 */
/* .mds08 {
    background: url("../img/midashi_fsz.png") no-repeat top;
    background-size: 97%;
}/* 静岡 */
/* .mds09 {
    background: url("../img/midashi_kor.png") no-repeat top;
    background-size: 97%;
}/* 韓国 */
/* .mds10 {
    background: url("../img/midashi_twn.png") no-repeat top;
    background-size: 97%;
}/* 台湾 */
/* .mds11 {
    background: url("../img/midashi_chn.png") no-repeat top;
    background-size: 97%;
}/* 中国 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}


/****************************************
		# メインビジュアル設定
*****************************************/

#kv{
height: 0; width:100%;
     padding-top: 70.3125%;/* 高さ450 ÷幅640 × 100 */
    background: url(/chubu/sale/sp/img/title_smp.jpg) 0 0 no-repeat;
    background-size: contain;
}

.main-header {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../../img/bg.jpg) repeat top center;
}
.main-header h2 {
    position: absolute;
    top: 10vh;
    left: 5vw;
    width: 100%;
    margin: 0 auto;
}
.main-header img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-header img.sec_title {
    border-bottom: 20px solid #00A0E8;
}
.main-header span {
	font-size: 13px;
    display: inline-block;
    background: #75161b;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    border-radius: 0 0 6px 6px;
}
.main_tour{background-color: #FCFCFC;}


/****************************************
		# ナビゲーション設定
*****************************************/
#navigationWrap{
	background:#003E97;
	padding:1.5vh 0 1.2vh;
}
.navi-box{
	width: 100%;
	margin:0 auto;
}
.navi-box li{
	text-align: center;
	font-weight: bold;
	float:left;
	width:33%;
	/*width:25%; /*4menu*/
}
.navi-box li:not(:nth-child(3n)) {
    border-right: 1px solid #CCD8EA;
}

.navi-box li a{
	font-size: 1.1em;
    color: #FFF;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-repeat: no-repeat;
    background-position: right 51% bottom 0px;
    background-size: 20px;
    background-image: url(/chubu/sale/img/icon/icon_down02.png);
    padding-bottom: 14%;
    line-height: 1.2;
}
.navi-box li a.navi_cru{
    margin: 11% auto 0;
    padding-bottom: 20.5%;
}
.navi-box li span{
	color: #ff0;
    font-size: 1.2em;
    display: block;
    padding-bottom: 2px;
}
.navi-tittle{
	text-align:center;
	font-weight:bold;
	background:#ffab00;
	color:#DBA510;
	padding: 6px 0 2px 0;
    font-size: 140%;
}
.navi-tittle span{
	display:block;
}

.navTitle {
	font-size:1.1em;
	font-weight: bold;
	line-height:1.6;
	text-align: center;
	width: 100%;
	color:#E7482B;
	display: block;
	margin: 3% 0;
	position:relative;
}
.navTitle span{ font-size:1.4em; }


/****************************************
		# 商品設定
*****************************************/

.item-wrap {
    width: 100%;
    padding: 1%;
/*    background-color: #f1f1f1;*/
}

.item-box{
	/* background-color: #EEE; */
	border: 2px solid transparent;
	transition:all 0.2s ease;
	position: relative;
	text-align: left;
}
/*.item-box:nth-child(even){
	border-right: none;
}*/
.item-box a{
	text-decoration: none;
	color: #222;
	display: block;
}
.item-box-head{
	width:100%;
	/*background-color:#E41205;*/
	padding:2px 10px;
	font-size:14px;
	color:#FFF;
	text-align: center;
}
.domestic--box .item-box-head{
	width:100%;
	background-color:#6cb100;
	padding:2px 10px;
	font-size:14px;
	color:#FFF;
	text-align: center;
}
.item-box-pic{
	width: 41%;
	float: left;
	display: block;
	position: relative;
}
.item-box-pic img{
	width: 100%;
	height: 24.8vw;
	display: block;
}
.item-box-pic .tag{
	font-size: 3vw;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FF9800;
    color: #FFF;
    padding: 2px 8px;
	border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	box-shadow:0 3px 1px 0 rgba(0, 0, 0, 0.2);
}
.item-box-pic .tag2{
	color: #FFFFFF;
    font-size: 3vw;
	line-height: 1.5;
    position: absolute;
    bottom: 5px;
    right: 5px;
    /*border: #00b900 2px solid;*/
    /*background: rgba(255,255,255,1.0);*/
	background: #00b900;
    padding: 2px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    /* transform: rotate(-6deg); */
}

.r-col{
	width: 58%;
	float: right;
}
.item-box-info{
    background-color: #FFF;
    padding: 1.5%;
    background-image: url(/chubu/sale/img/icon/icon_corner.png);
    background-position: right 1px bottom 1px;
    background-size: 8px;
    background-repeat: no-repeat;
    border: solid 1px #ccc;
}

.item-box-ttl{
	 font-size: 3.5vw;
    color: #004098;
    font-weight: bold;
}

.item-box-txt{
	font-size: 3vw;
    padding: 3% 0 3% 12%;
	margin: 2% 0;
	background-image: url(/ngo/common/img/icon/icon_hotel01.png);
    background-size: 6%;
    background-repeat: no-repeat;
    background-position: left 7px top 7px;    
    background-color: #F3F3F3;
}

.item-box-txt.imp{
	padding: 3% 1%;
    background-color: #eaf4fc;
	margin: 2% 0;
	background-image:none;
}

.item-box-icon{
	font-size: 0.7em;
	background-color: #E3005A;
	color: #FFF;
	padding: 2px 5px;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: none;
}
.item-box-price{
	font-size: 4.2vw;
	font-weight: bold;
	color: red;
	display: block;
	text-align: right;
	padding: 1% 2% 3%;
}

.item-box-badge{
    /* width: 80px; */
    /* height: 80px; */
    /* background-color: red; */
    border-radius: 40px;
    text-align: center;
    color: #FFF;
    line-height: 1.1;
    display: table;
    position: absolute;
    top: -8px;
    left: -8px;
}
.item-box-badge img{
    width:80px;
}
.item-box-badge span{
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
}

.item-wrap-btn{
	width: 90%;
	margin: 20px auto 0;
}
.item-wrap-btn a{
	color: #FFF;
	font-size: 1.6em;
	display: block;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(../img/icon/icon_next03.png);
	background-size: 22px;
	background-position: top 28px right 25px;
	background-repeat: no-repeat;
}
.item-wrap-btn a:hover{
	opacity: 0.7;
	transition:all 0.4s ease;
}

/**/
.other-item .other-item-wrap{
	width: 95%;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    /* padding-bottom: 1em; */
    margin: 0 auto 20px;
}

.other-item .other-item-box{
    /*min-width: 1000px;*/
    padding: 10px 15px 5px;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FAFAFA;
    border: 3px solid #ffab00;
}

.other-item .other-item-box p{
	color: #000;
    font-size: 12px;
    float: left;
    padding-right: 10px;
    display: block;
    font-weight: bold;
    margin: 0 3px 0 3px;
    padding: 0 0 3px 10px;
	width: 100%;
}

.other-item .other-item-box li{
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #ffab00;
    color: #FFF;
    margin: 0 0.3em 0.3em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.other-item .other-item-box li a{
    color: #FFF;
    display: block;
    padding: 0.3em 1em;
    padding-right: 2em;
    transition:all 0.4s ease;
    text-decoration: none;
    background-image: url(/chubu/sale/img/icon/icon_next.png);
    background-size: 13px;
    background-position: top 5px right 5px;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-size:0.8em;
}
.other-item .other-item-box li a:hover{
    background-color: #ffab00;
    transition:all 0.8s ease;
}




/* 国内商品 */
#domeSection .item-box-ttl{
	font-size: 3.6vw;
	padding: 3% 3% 0;
}
#domeSection .item-box-txt{ font-weight: bold; padding: 0; font-size: 1.0em; background: none;}
#domeSection .item-box-sub{
	font-size: 3vw;
    padding: 2%;
    background-color: #F3F3F3;
}

/****************************************
		# リンクボタン設定
*****************************************/
/* btn（ボタン型/テキスト1行）------------------*/
.linkArea_btn {
    width: auto;
    margin: 0% 5%;
    padding: 2% 0 5%;
}
.linkArea_btn a {
    display: block;
    padding: 12px 20px 12px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    background-color: #ff007f;
    background-image: url("https://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_white001.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px 12px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    font-size: 3.5vw;
    color: #FFF;
}


/*コース一覧ボタン*/

.area_link li{
	display:block;
	box-sizing:border-box;
	width:50%;
	float:left;
	text-align:center;
	padding:5px;
}
	
a.area_link{
	display:none; text-align:center; background: #004098; padding:6px;
	border-radius:0 0 6px 6px;color:#FFFFFF; text-decoration:none; margin:0px 3px 10px;}
	
/*北陸、静岡発ページの検索リンク隠し*/
#menu01_fsz a.area_link,#menu02_fsz a.area_link{
	display:none;
}





/* ===============================================
 footerArea（フッターエリア）
=============================================== */
#searchArea h3::before, #footerAreaSP h3::before{ display:none;}
#other{
	padding: 5% 3% 0;
}
#other h3{ text-align:center;}
#featureArea{}
#featureArea ul li a{
    display: block;
	width: 48%;
    background-color: #FFF;
    background-image: url(/chubu/sale/sp/img/nav_icon_list_001.jpg);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: 6px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 1%;
    padding: 3.5% 2% 3.5% 9%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#featureArea .featureList li{
	line-height:130%;
	padding:0 25px 0 0;
	background-image: url(https://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_gray001.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-size:15px 13px;
	border-bottom:1px solid #CECECE;
}
/*
#featureArea .featureList li a{padding-left: 12%;}
*/

#featureArea .titleArea.title {
    background: /*#51b6fc*/#003e97;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    padding: 2.5% 4%;
}
#featureArea .titleArea.title .titleText {color:#FFF;}
#featureArea .couponArea:before,#footerArea #searchBox:before {   background-color:  transparent;}

#featureArea a{color:inherit; padding-left:15%;}

#featureArea .featureList .featureBox{width:100%;margin:6px 0;display:table; font-size:0.9rem;}
#featureArea .featureList .featureBox .phArea{width:80px;padding:0 5px;vertical-align:top;}
#featureArea .featureList .featureBox .phArea img{ width:92%;}
#featureArea .featureList .featureBox .detailArea{display:table-cell;vertical-align:top; font-size:12px;}
#featureArea .featureList .featureBox .detailArea h3{color: #CA2A2A;}
#featureArea .featureList dl dd h3, #featureArea .featureList dl dd h4{ color:#023f98; font-weight: bold;}


/*#featureArea .navList {
	margin-bottom: 10px;
	padding: 0 0 1px;
	background:none;
}
/*#featureArea .navList li {
	width: 48%;
	margin-bottom: 1%;
	background-color: #FFF;
	background-image: url('/chubu/sale/sp/img/nav_icon_list_001.jpg');
	background-position: 3% 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}*/
#featureArea .navList li:nth-child(even) {
	margin-left: 1%;
}
#featureArea .navList.col1 li {
	width: 100%;
	float: none;
}
#featureArea .navList.col1 li:nth-child(even) {
	margin-left: 0;
}
/*#featureArea .navList li > span {
	font-size: 1.1em;
/*	letter-spacing: -.1em;*/
	/*display: block;
}*/
/*#featureArea .navList li a {
	padding-left: 10%;
	color: inherit;
	line-height: 3em;
	display: block;
}*/
butto .modalList.btns {
    padding-left: 10%;
    line-height: 3em;
    display: block;
}
#featureArea .navList li.multiline a {
	line-height: 1.5em;
}
#featureArea .navList li.multiline a > span {
	margin-left: -3%;
}
/*#searchArea .linkArea.btn a {
    background: url(/ngo/common/img/icon/box_white001.png) no-repeat 93% 50% #f8825d !important;
    background-size: 15px 13px !important;
    color: #fff !important;
}*/

/* search fair*/
#footerAreaSP h3{
	color:#FFF;
	background-color: #014099 !important;
}
#searchArea h3::before, #recommendAreaSP h3::before{color: #FFF !important;}
#searchArea, #recommendAreaSP{ background:#FFf;}
#recommendAreaSP{ padding-bottom: 4%;}
#recommendAreaSP ul {
    width: 150vw !important;
    padding: 1% 0 !important;
}

.goTop__img--sp{
    height: auto;
}