@charset "utf-8";
/*---------------------------------------------
商品設定
---------------------------------------------*/
.tour-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
.tour-box > li {
    width: calc(97% / 4);
	background-color: #fff;
	border: solid 2px #ececec;
    margin-right: 1%;
    margin-bottom: 15px;
	position: relative;
}
.tour-box > li:nth-child(4n) {
    margin-right: 0;
}
.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: 10px;
}
.tour-icon-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.tour-icon-box span {
    display: none;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    line-height: 1.0em;
}
.tour-icon-box span.imp_icon {
    display: block;
    background-color: #875c0b;
}
.tour-box .tour-img {
    margin-bottom: 10px;
}
.tour-box .tour-img img {
	width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.tour-box .tour-subtitle {
	font-size: 12px;
	line-height: 1.3em;
    color: #19557b;
	font-weight: bold;
	padding: 0 10px;
    margin-bottom: 3px;
}
.tour-box .tour-title {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #19557b;
	padding: 0 10px;
	margin-bottom: 10px;
}
.tour-box .tour-text {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0 10px;
	margin-bottom: 10px;
}
.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 > 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: 700px;
	margin: 50px auto 0;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
}
.tour .more-btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px 15px;
    border-radius: 30px;
}
.tour .more-btn a:after {
	font-family: "Font Awesome 5 Free","FontAwesome";
	content: "\f105";
    font-weight: 900;
	margin-left: 10px;
}
.contents .more-btn a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
#hokuo .tour .more-btn a {background-color: #19557b; }
#canada .tour .more-btn a {background-color: #b42c2e; }

/*---------------------------------------------
終了
---------------------------------------------*/
.tour-box-end{
	text-align: center;
    margin-bottom: 50px;
}