@charset "utf-8";

/*------------------------------
	ツアー商品
--------------------------------*/
.area-item-wrap{
	background-color: #FFF;
	margin: 0.75%;
	position:relative;
	border: 2px solid #dadada;
}
.area-item-wrap:hover{
	border: 2px solid #7D7C40;
}
#ciao .area-item-wrap:hover{border: 2px solid #26549F;}
#extage .area-item-wrap:hover{border: 2px solid #948026;}
#impresso .area-item-wrap:hover{border: 2px solid #695c94;}

.area-item-icon{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #002e73;
	color: #FFF;
	text-align: center;
	padding:2px 10px;
	font-size: 12px;
	z-index: 10;
}

.area-item-pic{
	width: 100%;
	display: block;
	margin:0;	
}
.area-item-pic img{
	width: 100%;
}
.airhotel-box .area-item-pic img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.area-item-info{
	/*width: 100%;*/
	float: none;
	display: block;
	padding: 5px 5px 10px;
}
.area-item-info a {
	color: #333;
	text-decoration: none;
	display: block;
}
.area-item-ttl{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 8px;
	line-height: 1.4;
}
.area-item-txt{
	font-size: 13px;
    line-height: 1.3em;
	margin-bottom: 20px;
}
.area-item-price{
	font-size: 15px;
	font-weight: bold;
	color: red;
	text-align: right;
}
.area-price-sub{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #333;
	display: none;
}
.area-item-detail{
	padding: 5px;;
	margin: 0 0 10px;
	background-color: #f6f6f6;
}
.area-item-detail p{
	font-size: 12px;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: left 2px top 2px;
	background-size: 15px;
	padding: 2px;
	padding-left: 23px;
}
.area-item-air{background-image: url(/kix/jcom/img/icon/icon_air04.png);}
.area-item-hotel {background-image: url(../img/icon/icon_hotel01.png);}
.area-item-rank {background-image: url(../img/icon/icon_recom03.png);}


.area-item-pic >a {
	position: relative;
}
#sectionWrap{
	background: #fff;
}
.area-item-dep{
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin: 0px;
    color: #333;
    text-align: right;
}
.area-item-fuel{
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    text-align: right;
	margin-bottom: 10px;
}


/*------------------------------
	航空券　商品枠
--------------------------------*/
.item-air-box {
	width: 100%;
    margin: 0.5%;
    float: left;
    background-color: #FFFFFF;
    display: block;
	position: relative;
	border: 2px solid #dadada;
}
.item-air-box a {
    text-decoration: none;
}
.item-air-box:hover{
	border: 2px solid #436C7A;
}
.item-air-ttl {
	height: 40px!important;
    font-size: 12px;
	line-height: 1.2;
	background-image: url(/kix/jcom/img/icon/icon_air04.png);
	background-repeat: no-repeat;
	background-position: left 5px top 8px;
	background-size: 15px;
	padding: 8px 0;
	padding-left: 25px;
    color: #333;
	background-color: #f6f6f6;
}
.item-air-box h4 {
    font-size: 1.0em;
    font-weight: bold;
    float: left;
    color: #333;
    padding: 0 0 0 5px;
	margin: 5px 0 ;
    /* border-left: 5px solid #c01777; */
}
.item-air-pic {
}
.item-air-pic img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.special-box-fit .item-air-pic img:last-child{
	display: none;
}
.item-air-price {
    display: block;
    text-align: right;
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
    color: red;
    height: 30px!important;
	margin-top: 0;
}
.item-air-sub:empty {
    display: none;
}
.item-air-sub {
    position: absolute;
	top: 31px;
    right: 0;
    padding: 5px 9px;
    background: #607d8b;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    border-radius: 2px;
    line-height: 1;
}
.item-air-hosoku {
    text-align: center;
    font-size: 12px;
    display: block;
    margin: 0;
    background-color: #ecf2f8;
    padding: 10px 0;
	margin-top: 10px;
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.item-air-note {
    clear: both;
    margin-top: 5px;
    border-top: dotted 1px #ccc;
    padding: 5px 0;
    font-size: 11px;
    line-height: 1.5em;
    color: #666;
    margin: 5px;
}
/****************************************
		A+H 商品画面
*****************************************/
.airhotel-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.airhotel-box > li {
/*	background-color: #fff;
	border: solid 2px #ececec;
*/	position: relative;
}
.airhotel-box.col4 > li {width: 24%; margin: 0 0.5% 20px;}
.airhotel-box.col3 > li {width: 31%; margin: 0 1% 20px;}

.airhotel-box .area-item-wrap:hover {
	border: solid 2px #78456D;
	transition: all 0.6s ease;
}
.airhotel-box > li a {
	/*display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
	padding-bottom: 20px;*/
}
/*.airhotel-box .area-item-wrap {
    width: 23.5%;
    float: left;
    background-color: #FFF;
    margin: 0.75%;
    position: relative;
    border: 2px solid #00000026;
}*/
.airhotel-box .airhotel-img img{
	width: 100%;
	height: 155px;
    object-fit: cover;
}
.airhotel-box .airhotel-icon {
	width: 100%;
	font-size: 12px;
	background-color: #0aaae6;
	color: #fff;
	text-align: center;
	padding: 2px 0;
}
.airhotel-box.col4 .airhotel-img img {
	width: 100%;
	height: 151px;
	object-fit: cover;
}
.airhotel-box.col3 .airhotel-img img {
	width: 100%;
	height: 195px;
	object-fit: cover;
}
/*.airhotel-box .airhotel-title {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000;
	padding: 0 10px;
	margin-bottom: 10px;
}
.airhotel-box .airhotel-text {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 10px;
	margin-bottom: 10px;
}
.airhotel-box .info-area {
	margin-bottom: 20px;
}
.airhotel-box .info-area ul {
	width: 95%;
    margin: 0 auto;
	background-color: #f6f6f6;
	padding: 5px;
	font-size: 12px;
	line-height: 1.2;
}
.airhotel-box .info-area ul li {
	padding: 5px;
    padding-left: 23px;
}
.airhotel-box .info-area ul li:last-child {
	margin-bottom: 0;
}
.airhotel-box .info-area .hotel{
	background: url(/kix/area/common/img/icon/icon_hotel01.png) no-repeat;
    background-size: 15px;
    background-position: left 2px top 2px;
}
.airhotel-box .info-area .lank{
	background: url(/kix/area/common/img/icon/icon_recom03.png) no-repeat;
    background-size: 15px;
    background-position: left 2px top 2px;
}
.airhotel-box .info-area .airline{
	background: url(/kix/area/common/img/icon/icon_air04.png) no-repeat;
    background-size: 15px;
    background-position: left 2px top 2px;
}
.airhotel-box .airhotel-exday{
	padding: 0 10px;
	text-align: right;
	font-size: 12px;
}
.airhotel-box .airhotel-price{
    padding: 0 10px;
    font-size: 15px;
	line-height: 1.8em;
    font-weight: bold;
    text-align: right;
    color: #ef1d1d;
}
.airhotel-box .airhotel-nenyu{
	padding: 0 10px;
	font-size: 10px;
    color: #ef1d1d;
	text-align: right;
}
.airhotel-box > li:after {
    /*content: "";
    bottom: 0;
    right: 0;
    border-top: 0.7em solid transparent;
    border-right: 0.7em solid #fbd438;
    position: absolute;
}*/

.area-item-ttl-air{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.4;
}
.area-price-sub-air{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	color: #333;
	/*display: none;*/
}
.area-item-price-air{
		font-size: 18px;
	font-weight: bold;
	color: red;
	text-align: right;
	line-height: 1.2;
}
.area-item-air-btn a {
    display: block;
    margin: 5px 0 10px;
    padding: 4px;
    padding-right: 10px;
    font-size: 11px;
    text-align: center;
    background-color: #78456d;
    color: #FFF!important;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px;
    background-image: url(/kix/jcom/img/icon/icon_next.png);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.area-item-btn {
    width: 100%;
    background-color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: none;
    display: block;
}
.area-item-btn a {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 5px 20px;
    color: #FFF!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    background-image: url(/kix/jcom/img/icon/icon_next.png);
}

/*スマホ用*/
@media screen and (max-width: 896px) {
    html {
      -webkit-overflow-scrolling: touch;
    }
    .area-item-info {
        padding: 2vw 2vw 5vw;
    }
    .item-air-pic img {
        height: 45vw;
    }
    .airhotel-box .area-item-pic img {
        height: 42vw;
    }
    .scrollbox {
        position: relative;
        overflow: auto;
        overflow-scrolling: touch; 
    }
    .airhotel-box {
        justify-content: flex-start;
    }
}