html {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#l-wrapper {
    margin: 0;
   padding: 80px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    background: url(../img/bg01.png) repeat #FFF;
}

#l-wrapper div {-webkit-box-sizing: content-box; box-sizing: content-box;}

#breadcrumb { color: #33aab3;}

.tour_wrp {
    width: 992px;
    margin: 0 auto 70px;
}
.tour_wrp h2 {
  margin-bottom: 20px;   text-align: center;
}
.tour_wrp h2 span {
  padding: 0 .5em;
    line-height: 1.2;
    font-size: 34px;
    color: #333;
    font-weight: bold;
display: inline-block;
}

.tour_wrp h2 span::before {
  content: ''; 
  display: block;
  width: 100%; 
  height: 47px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center bottom;
background-image: url(../img/ic02.png);  
}


.lineupArea .ttl{color: #333; font-weight: bold;
    font-size: 17px;
    border-bottom: solid 3px #ccc;}
.lineupArea .ttl:before {
    font-family: FontAwesome;
    content: "\f002";
}

/*------------------------------------------------
	domeナビ
--------------------------------------------------*/

#navi {
	width: 100%;
	background-color: #4fc6cf;
	text-align: center;
	padding: 20px 0 10px;
	position: relative;
}
#navi:after {
	position: absolute;
	bottom: -10px;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
}
#navi .read {
	font-size: 19px;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
#navi .navi-box {
    width: 960px; /*width: 1080px;*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#navi .navi-box li {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 0 3px 10px;
    width: 145px;
    position: relative;
}
#navi .navi-box li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 12px 6px 12px 11px;
	border-radius: 5px;
}
#navi .navi-box li a:hover {
	background-color: #f7ee13;
	transition: all 0.6s ease;
}
#navi .navi-box li a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    padding-left: 7px;
    color: #004BB0;
    right: 0;
    left: 0;
    bottom: -4px;
}



/*固定ナビ*/
#navi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
padding: 10px 0 0;
}
#navi.fixed p {
	display: none!important;
}
#navi.fixed .navi-box {
	width: 100%;
}
#navi.fixed .navi-box li a {
	font-size: 14px;
	padding: 10px 5px 12px 10px;
}
#navi.fixed:after {
	background: none;
}
@media screen and (min-width:768px) and ( max-width:1200px) {
	#navi.fixed .navi-box {
	width: 98%;
	}
}

#navi .navi-box li.search a:after {
    font-family: FontAwesome;
    content: "\f08e";
}


/****************************************
		# 商品設定
*****************************************/
.item-json-wrap{width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/  justify-content: flex-start;}

/*#charter_top .item-json-wrap > li{
width: 320px!important;
    border: 4px solid #efefef;
    background-color: #fff;
    margin: 0 5px 14px;
    position: relative;
} */


.item-json-wrap > li{
width: 235px;
    border: 4px solid #efefef;
    background-color: #fff;
    margin: 0 5px 14px;
    position: relative;
} 

.item-wrap .item-json-wrap > li:empty {
	display: none;
}
.item-wrap .item-json-wrap > li:hover {
	border: 4px solid #fee262;
	transition: all 0.6s ease;
}
.item-wrap .item-json-wrap > li:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid #fee262;
    position: absolute;
    z-index: 100;
}


.item-box a {
	color: inherit;
	text-decoration: none;
}




.item-box-pic{
box-sizing:border-box; 
	width:100%; height: auto;
  
		
}
.item-box-pic img{
	width:100%;
	height:auto;
/*	padding-top:20px;*/
}

#bus .item-box-pic img{height: 163px;object-fit: cover; }



.item-box-info:hover{ transition:all 0.5s ease;    opacity: 0.8;}

.item-box-pic .tag{
/*	position:absolute;box-sizing:border-box;
	left:0px;
	top:0px;*/
	color: #222;
    padding: 5px 0 2px;
	text-align:center;
	width:100%;
	    letter-spacing: -0.03em;
    font-weight: bold;
 background: #ffffb6;    display: block;
	}
/*.item-box-pic .tag2{
	position: absolute;
    padding: 4px 15px;
    background: #FF9800;
    color: #000;
    top: 170px;
    width: 55%;
    left: -7px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
*/
.item-box-pic .tag2::before {
	position: absolute;
    content: '';
    top: 100%;
    left: 0px;
    border: none;
    border-bottom: solid 12px transparent;
    border-right: solid 7px rgb(149, 158, 155);
}


.item-box-ttl{
	font-size:17px;
	font-weight: bold;    margin-bottom: 10px
	
}

.item-box-point{
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.35em;
    padding-top: 5px;
}
a .item-box-ttl,a .item-box-point  {color:#333333;}	
a:hover .item-box-ttl,a:hover .item-box-point { color:#FF3333;}	


.item-box-txt{
	font-size: 0.8em;
	line-height: 1.5;
	padding: 5px;
	background-color: #FAFAFA;
	margin:0 10px 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
}
.item-box-icon{
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 0.7em;
	background-color: #EB8C26;
	color: #FFF;
	padding: 2px 5px;
	display: inline-block;
	border-radius: 0 2px 2px 0;
}
.item-box-price{
font-size: 16px;
	font-weight: bold;
	color:#FF0000;
 text-align: right;
	display: block;
    padding: 0 0 5px;
}
.item-box-span{
	font-size:0.75em;
	color:#666666;
	text-align:right;
    padding-bottom: 10px;
	}
.item-box-fuel {
	display: block;
	padding: 3px 7px 0 0;
	color: #004098;
	font-size: 0.65em;
	line-height: 1;
	text-align: right;
}



    
  .list01 {
	display: table;
	width: 100%;
	word-spacing: -1.0em;
	margin-top:10px;
}

.list01 li {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    margin-right: 8px;
}

.list01 li:first-child {
	margin-left: 0;
}
.lineupArea{ margin: 15px; padding-bottom: 15px;}

.lineupArea .ttl
{  color: #40210f;
	font-weight: bold;	font-size: 17px;border-bottom: solid 3px #ccc;}

.btn01 {margin: 0 auto 8px;}

.btn01 a {
    font-size: 15px;

    text-align: center;
    position: relative;
    display: block;
    padding: 10px 55px;
    background-color: #00acba;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
    border-radius: 20px;

}

.btn01 a:hover {
	background-color: #2a84ff;
    transition: all 0.6s ease;
}

.btn01 a:after {
	font-family: "FontAwesome";
    content: "\f105";
    margin-left: 10px;
}


.product__list--label--line {
    background: #07b53b;
    color: #fff;padding: 3px 2px 2px;
    text-align: center;
    font-size: 11px;margin-bottom: 3px;
   width: 100px;
display: block;
/*    position: absolute;
    top:33px;
    left: 5px;*/
}

.item-wrap .item-json-wrap > li.goto::before {
	content: "";
background: url("https://www.his-j.com/kokunai/campaign/goto/images/icon_goto.png") no-repeat;
	background-size: contain;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    right: -5px;
    z-index: 10;
		
}


.goto .item-box-price::before {
    content: "Go To トラベル 表示価格より最大半額補助";
    background-color: #f00;
    font-size: 11px;
    color: #FFF;
    padding: 0.3em;
    display:block;
    margin-top: 5px;
    text-align: center;
/*    width: 20em;*/
}  
.love .item-box-price::before {
    content: "LOVEあいちキャンペーン適応価格";
    background-color: #7897A6;
    font-size: 11px;
    color: #FFF;
    padding: 0.3em;
    display: block;
}

    .item_body_wrap{
        padding: 8px;}


/*DP*/ 
.dp-list {
    font-size: 12px;
    line-height: 1.3;
    display: flex;
    align-items: baseline;

}
.dp-list+.dp-list {
    margin-top: 2px;
}
.dp-list .dp-list__item {
    display: inline-block;
    background: #7d7d7d;
    color: #FFF;
    text-align: center;
    width: 72px;
    padding: 2px 0 1px;
    margin-right: 5px;
}

.dp-list>span+span {
    width: calc(100% - 72px - 5px);
}
.grid-col__body {
    padding-bottom:10px;
}
    

/*セントレアバナー*/

.centrair{
    width:992px;
    text-align: center;
    margin: 50px auto 50px;
}


/*DP注意書き*/
p.attention {
    width: 920px;
    margin: -10px auto 30px;
    padding: 20px 40px;
    background: #efefef;
    border-radius: 5px;
    font-size: 12px;}

