@charset "utf-8";
/*---------------------------------------------
商品設定
---------------------------------------------*/
.tour-box {
	width: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.tour-box > li {
	width: 100%;
	background-color: #fff;
	border: solid 0.5vw #ececec;
    margin-bottom: 2vw;
	position: relative;
}
.tour-box > li:empty{display: none;}
.tour-box > li:hover {
	border: solid 0.5vw #fbd438;
	transition: all 0.6s ease;
}
.tour-box > li a {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	height: 100%;
    padding: 2vw;
	color: #333;
	text-decoration: none;
}
.tour-icon-box {
    width: 100%;
}
.tour-icon-box span {
    display: none;
    color: #fff;
    padding: 1.5vw 2vw;
    font-size: 3.2vw;
    line-height: 1.0em;
    margin-right: 1vw;
    margin-bottom: 2vw;
}
.tour-icon-box span.imp_icon {
    display: inline-block;
    background-color: #875c0b;
}
.tour-box .img-wrap {
    width: 37%;
}
.tour-box .text-wrap {
    width: 60%;
}
.tour-box .tour-img {
}
.tour-box .tour-img img {
	width: 100%;
}
.tour-box .tour-subtitle {
	font-size: 3.0vw;
	line-height: 1.3em;
    color: #19557b;
	font-weight: bold;
    margin-bottom: 0.5vw;
}
.tour-box .tour-title {
	font-size: 3.8vw;
	line-height: 1.4em;
	font-weight: bold;
	color: #19557b;
	margin-bottom: 1vw;
}
.tour-box .tour-text {
	font-size: 3.0vw;
	line-height: 1.4em;
	margin-bottom: 2vw;
}
.tour-box .tour-price{
	font-size: 3.8vw;
	line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    color: #ef1d1d;
}
.tour-box .tour-nenyu{
	font-size: 2.8vw;
    line-height: 1.5em;
    color: #ef1d1d;
	text-align: right;
}
.tour-box .tour-dep{
	text-align: right;
	font-size: 2.7vw;
}
.tour-box > li:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.7em solid transparent;
    border-right: 0.7em solid #fbd438;
    position: absolute;
}

/*---------------------------------------------
もっと見るボタン
---------------------------------------------*/
.tour .more-btn {
	width: 86vw;
	margin: 8vw auto 0;
	font-size: 3.6vw;
    font-weight: bold;
	text-align: center;
}
.tour .more-btn a {
	display: block;
	text-decoration: none;
    color: #fff;
	padding: 3vw 0;
    border-radius: 7vw;
}
.tour .more-btn a:after {
	font-family: "Font Awesome 5 Free","FontAwesome";
	content: "\f105";
    font-weight: 900;
	margin-left: 2vw;
}
#hokuo .tour .more-btn a {background-color: #19557b; }
#canada .tour .more-btn a {background-color: #b42c2e; }
/*---------------------------------------------
終了
---------------------------------------------*/
.tour-box-end{
	padding: 0 5vw 7vw;
}