@charset "utf-8";

/*===============================================
商品エリア
===============================================*/
.city_name {
	background: #000;
	opacity: 0.8;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 3px 3px 8px;
}
.pickup_plan {
    margin: 5px 0 0;
}
.pickup_plan .plan_text01:before {
	content: "特別プラン≫";
	background: #e8e89e;
    color: #4d4d36;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px 0;
    margin-right: 5px;
}
.pickup_plan .pickup_price {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0;
}
.pickup_plan .pickup_price .discount {
	color: #de1a25;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}
.pickup_plan .pickup_price span {
	color: #de1a25;
    font-size: 20px;
    font-weight: bold;
}


/*===============================================
バナーエリア
===============================================*/
.bnrArea {
	margin-top: 80px;
}
.bnrArea li{
	float: left;
	width: calc(100% / 3);
	padding-right: 10px;
}
.bnrArea li:nth-child(n+4) {
	margin-top: 15px;
}
.bnrArea a:hover {
	opacity: .7;
}
.bnrArea img {
	width: 100%;
}

/*===============================================
非表示
===============================================*/
.sp_only{
  display: none !important;
}
.tour-desc .none {
	display: none;
}
.none {
	display: none;
}