@charset "utf-8";

#wrap {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}
.nosp {
    display: none;
}

/*------------------------------------------------
	商品設定（ツアー）
--------------------------------------------------*/
.item-box {
    margin: 0 auto;
	padding: 10px;
	position: relative;
	border: 1px solid #bcbbb7;
	background-color: #fff;
    margin-bottom: 12px;
}
.item-box::after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.5em solid transparent;
    border-right: 0.5em solid #fbd438;
    position: absolute;
}
.item-box a {
	display: block;
	color: #333;
    text-decoration: none;
    display: flex;
    justify-content: space-between;    
}
.item_pic img {
	width: 100%;
	vertical-align: bottom;
}
.item_area {
    font-size: 11px;
    line-height: 1.2em;
    background: #071b7b;
    color: #FFF;
	text-align: center;
    padding: 3px 1px;
}
.item-box-ttl {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    color: #063779;
    margin: 5px 0 10px 0;
}
.item-pic-wrapper{
	width: 35%;
}
.item-text-wrapper{
    width: 63%;
    flex-grow: 0;
}
.item-box .tour-price{
    font-size: 13px;
	line-height: 1.5em;
    font-weight: bold;
    text-align: right;
    color: #FF3C3C;
	padding: 0 2vw;
}
.item-box .tour-nenyu{
	font-size: 10px;
	color: #FF3C3C;
	text-align: right;
	margin-bottom: 5px;
	padding: 0 2vw;
    line-height: 1.1em;
}
.item-box .tour-dep{
	text-align: right;
	font-size: 10px;
	padding: 0 2vw;
    line-height: 1.1em;    
}
/*商品空の時*/
.item-box:empty {
	display: none;
}

/* ポイント
------------------------------------------------*/
.item-special {
    width: 100%;
    margin: 2vw 0;
    padding: 1vw 2vw;
    background: #fffde5;
    text-align: left;
    line-height: 1.4em;
    font-size: 12px;
}
.item-special-title {
    font-size: 12px;
    line-height: 1.1em;
    font-weight: bold;
    color: #ff5400;
}
.item-special-text li {
    width: 100%;
    margin-top: 3px;
    line-height: 1.2em;
    padding-left: 1em;
    position: relative;
	color: #000;
}
.item-special-text li::before {
    content: "◆";
    color: #3a3939;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.item-special-text li:empty::before{
	display: none;
}