@charset "utf-8";

#wrap {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}
.nopc {
    display: none;
}
/*ui-parts.cssを上書き*/
.card {
    border-radius: 0px;
    box-shadow: none;
}


/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap .no-product {
    text-align: center;
    margin: 20px 0;
}
/*---------------------------------------------
おすすめツアー（商品設定）
---------------------------------------------*/
.tour-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
.tour-box > li {
	background-color: #fff;
	border: solid 2px #ececec;
	position: relative;
}
.tour-box.col4 > li {width: 24%; margin: 0 0.5% 20px;}
.tour-box.col3 > li {width: 31%; margin: 0 1% 20px;}
.tour-box.col2 > li {width: 48%; margin: 0 1% 20px;}
.tour-box > li:empty{display: none;}
.tour-box > li:hover {
	border: solid 2px #fbd438;
	transition: all 0.6s ease;
}
.tour-box > li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
	padding-bottom: 20px;
}
.item_icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    z-index: 1;
}
.item_icon .item_icon01 {
    background-color: #875c0b;
    padding: 3px;
	font-size: 12px;
}
.item_icon .item_icon01:empty{
	display: none;
}
.tour-box .tour-img img {
	width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.tour-box .icon-area {
	padding: 8px 10px 5px;
}
.tour-box .icon-area ul {
	display: flex;
	flex-wrap: wrap;
}
.tour-box .icon-area ul li {
	display: inline-block;
    padding: 1px 2px;
	margin: 0 3px 3px 0;
    color: #fff;
	font-size: 11px;
}
li.icon-myeong{background-color: #7532e0;}
li.icon-dlx{background-color: #e04b32;}
li.icon-ss{background-color: #6dac4f;}
li.icon-meal{background-color: #f79739;}
li.icon-tokuten{background-color: #d15796;}
li.icon-free{background-color: #4bc9cc;}

.tour-box .tour-title {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #235BC0;
	padding: 0 10px;
	margin-bottom: 10px;
}
.tour-box .tour-hotel {
	background: #f5eabc;
	padding: 0 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.tour-box .tour-text {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0 10px;
	margin-bottom: 10px;
}
.tour-box .info-area {
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
.tour-box .info-area ul {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
}
.tour-box .info-area ul li {
	margin-bottom: 3px;
	padding-left: 20px;
}
.tour-box .info-area ul li:last-child {
	margin-bottom: 0;
}
.tour-box .info-area .hotel{
	background: url(../../../../../../kansai/common/img/icon/icon_hotel01.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .lank{
	background: url(../../../../../../kansai/common/img/icon/icon_recom03.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .airline{
	background: url(../../../../../../kansai/common/img/icon/icon_air04.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .time{
	background: url(../../../../../../kansai/common/img/icon/icon_time01.png) no-repeat left top;
    background-size: 14px;
}
/*.tour-box .item-ship{
	background: url(../../../../../../kansai/common/img/icon/cruse.png) no-repeat left top;
    background-size: 14px;
}*/
.tour-box .tour-price{
    padding: 0 10px;
    font-size: 16px;
	line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    color: #ef1d1d;
}
.tour-box .tour-nenyu{
	padding: 0 10px;
	font-size: 11px;
    color: #ef1d1d;
	text-align: right;
}
.tour-box .tour-dep{
	padding: 0 10px;
	text-align: right;
	font-size: 11px;
}
.tour-box .icon-area li:empty{
	display: none;
}
.tour-box .info-area li:empty{
	display: none;
}
.tour-box > li:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.7em solid transparent;
    border-right: 0.7em solid #fbd438;
    position: absolute;
}

/*2カラムの時*/
.tour-box.col2 .tour-img {
	width: 210px;
	position: absolute;
	top:0;
	left: 0;
}
.tour-box.col2 .info-area {
	width: 210px;
	position: absolute;
	top: 139px;
	left: 0;
}
.tour-box.col2 > li {
	min-height: 218px;
}
.tour-box.col2 > li a {
	padding-left: 215px;
}


/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more {
	width: 450px;
	height: 50px;
	margin: 0 auto;
	background-color: #ff397b;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin-bottom: 20px;
}
#tourWrap .btn-more a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 25px;
}
#tourWrap .btn-more a:hover {
	background-color: #ff7aa6;
	transition: all 0.6s ease;
}