@charset "utf-8";
.ItemInner{
    width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    color: #333;
}
.ItemInner .Entry{
    width: 235px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 20px;
}
.ItemInner:after{content:"";width: 23.9%;display: block;}
.ItemInner .Entry .linkbox{-webkit-transition: all .3s ease-out;display: flex;flex-direction: column;padding-bottom: 11px;border: 1px solid #d1d1d1;box-shadow: 0px 2px 0px rgb(0 0 0 / 30%);background-color: #fff;border-radius: 4px;width: 100%;box-sizing: border-box;flex-grow: 1;}

.ItemInner.Shadow .Entry .linkbox{
    box-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
    border: none;
}
.ItemInner .Entry .dst{
    color: #fff;
    order: 2;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 5px 4px 5px;
    background-color: #ad608d;
}
.ItemInner .Entry .dst span{
    font-size: 12px;
}
.ItemInner .Entry .photo{-webkit-transition: all .3s ease-out;order: 1;line-height: 0;position: relative;width: 100%;align-self: baseline;min-height: 0%;background-image: url(/domestic/img/tourPhoto/loading.jpg);background-repeat: no-repeat;background-size: cover;}
.ItemInner .Entry .photo .senko{
	display: none;
}
.ItemInner .Entry .photo .caption{
    position: absolute;
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    bottom: 0;
    background-color: rgb(0 0 0 / 80%);
    padding: 1px 4px;
}
.ItemInner .Entry .photo img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.ItemInner .Entry .photo .senko,
.ItemInner .Entry .photo .sale{
	background-color: #e79911;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}
.ItemInner .Entry .photo .icon{
  position: absolute;
  top: -3px;
  right: -3px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

.ItemInner .Entry .photo .icon span{
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.ItemInner .Entry .photo .icon span:before, .ItemInner .Entry .photo .icon span:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ItemInner .Entry .photo .icon span:before {
  left: 14px;
}

.ItemInner .Entry .photo .icon span:after {
  right: 18px;
}
.ItemInner .Entry .photo .discount{
    background-color: #e39724;
}
.ItemInner .Entry .photo .lowPrice{
    background-color: #b95790;
}
.ItemInner .Entry .main{
    order: 3;
    padding: 0 10px;
    padding-top: 6px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 10px;
}
.ItemInner .Entry .main h3{
    font-weight: 900;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.ItemInner .Entry .main h3 a{
    color: #333;
}
.ItemInner .Entry .main .sub{
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 13px;
    /* font-weight: bold; */
}
.ItemInner .Entry .main .data{
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    margin-right: -4px;
}

.ItemInner .Entry .main .data li{
    line-height: 1;
    padding: 2px 3px;
    margin-right: 3px;
    color: #555555;
    margin-bottom: 4px;
    border: 1px solid #bbb;
    border-radius: 3px;
}
.ItemInner .Entry .main .data .dept{}
.ItemInner .Entry .main .data .meal{}
.ItemInner .Entry .main .data .point{background-color: #ca55b5;color: #fff;border-color: #ca55b5;}
.ItemInner .Entry .main .data .online,
.ItemInner .Entry .main .data .his{background-color: #3f99d6;color: #fff;border-color: #3f99d6;}
.ItemInner .Entry .main .data .imp{background-color: #ca97c1;color: #fff;border-color: #ca97c1;}
.ItemInner .Entry .main .data .qua{background:#a39835;background:-moz-linear-gradient(left,rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);background:-webkit-linear-gradient(left,rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);background:linear-gradient(to right,rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a39835',endColorstr='#a39835',GradientType=1);color:#fff;border:none}
.ItemInner .Entry .main .data .fair{
    background-color: #ce3d3d;
    border-color: #ce3d3d;
    color: #ffffff;
}
.ItemInner .Entry .main .data .autumn{
    background-color: #dd9243;
    border-color: #dd9243;
    color: #ffffff;
}
.ItemInner .Entry .main .data .autumn_winter{
    background-color: #dd7643;
    border-color: #dd7643;
    color: #ffffff;
}
.ItemInner .Entry .main .data .summer{
    background-color: #62b9c9;
    border-color: #62b9c9;
    color: #ffffff;
}
.ItemInner .Entry .main .data .spring{
    background-color: #e275b4;
    border-color: #e275b4;
    color: #ffffff;
}
.ItemInner .Entry .main .data .winter{
    background-color: #7188cc;
    border-color: #7188cc;
    color: #ffffff;
}
.ItemInner .Entry .main .data .newyear{
    background-color: #fa4848;
    border-color: #fa4848;
    color: #fdff32;
}
.ItemInner .Entry .main .data .holiday{
    background-color: #aa95c4;
    border-color: #aa95c4;
    color: #ffffff;
}
.ItemInner .Entry .main .data .data .qua{
    background-color: #c1b557;
    color: #fff;
    border-color: #c1b557;
}

.ItemInner .Entry .main .info{display:flex;flex-wrap:wrap;border-bottom:1px dotted #a2a2a2;border-top:1px dotted #a2a2a2;margin-bottom: 10px;padding-top: 5px;margin-top: 10px;}
.ItemInner .Entry .main .info dl{display:flex;align-items:center;margin-right: 5px;margin-bottom:5px}
.ItemInner .Entry .main .info dt{background-color:#e6e6e6;padding: 3px 5px;margin-right:5px;font-size: 11px;line-height: 1;}
.ItemInner .Entry .main .info dd{font-size: 11px;}
.ItemInner .Entry .main .info dd ul{display:flex}
.ItemInner .Entry .main .info dd li{line-height:1;margin-right:5px;}
.ItemInner .Entry .main .info dd li:last-child{
    /* margin-right: 0; */
}
.ItemInner .Entry .main .info dd li.none{border-color:#ccc;color:#ccc}
.ItemInner .Entry .main .info dl + dl{
    margin-right: 0;
}
.ItemInner .Entry .main .business{}
.ItemInner .Entry .btm{
    order: 4;
    margin-top: auto;
}
.ItemInner .Entry .btm .price{
    text-align: center;
    padding: 0 10px;
}
.ItemInner .Entry .btm .price dt{
    font-weight: bold;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.3;
    /* padding-bottom: 2px; */
}
.ItemInner .Entry .btm .price dd{
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #da3d3d;
    font-weight: 900;
}
.ItemInner .Entry .btm .price dd span{    font-size: 13px;
    font-weight: bold;}
.ItemInner .Entry .btm .price .info{
    color: #333;
    font-size: 12px;
    font-weight: normal;
}
.ItemInner .Entry .btm .price .info span{
    font-weight: normal;
    font-size: 12px;
}
.ItemInner .Entry .btm .option{
    margin: 0 10px;
    text-align: center;
    margin-top: 5px;
    border: 3px solid #8aca3a;
    border-radius: 3px;
    border-top: 0;
}
.ItemInner .Entry .btm .option dt{
    background-color: #8aca3a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 0 3px 0;
}
.ItemInner .Entry .btm .option dd{
    color: #8aca3a;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 1px;
}
.ItemInner .Entry .other{
    background-color: #ebebeb;
    border: 1px solid #b7b7b7;
    padding: 3px 0;
    padding-bottom: 7px;
    margin-top: 4px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 35%);
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
.ItemInner.Shadow .Entry .other{
    box-shadow: 0px 0px 3px rgb(0 0 0 / 55%);
    border: none;
    margin-top: 7px;
}
.ItemInner .Entry .other:after, .ItemInner .Entry .other:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ItemInner .Entry .other:after {
	border-color: rgba(235, 235, 235, 0);
	border-bottom-color: #ebebeb;
	border-width: 10px;
	margin-left: -10px;
}
.ItemInner .Entry .other:before {
	border-color: rgba(187, 187, 187, 0);
	border-bottom-color: #a3a3a3;
	border-width: 11px;
	margin-left: -11px;
}
.ItemInner .Entry .other dl{
    width: 100%;
}
.ItemInner .Entry .other dt{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
}
.ItemInner .Entry .other dd{}
.ItemInner .Entry .other ul{
    display: flex;
    justify-content: center;
    margin: 0 5px;
}
.ItemInner .Entry .other li{
    margin: 0 1px;
    flex: 1;
}
.ItemInner .Entry .other li + li{}
.ItemInner .Entry .other li a{
    text-decoration: none;
    display: block;
    font-size: 13px;
    border: 1px solid #b9b9b9;
    background-color: #fff;
    border-radius: 100px;
    padding: 2px 5px;
    position: relative;
    color: #666;
}
.ItemInner .Entry .other li a:after{position: absolute;right: 3px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1}
.ItemInner .Entry .other li a:hover{
    background-color: #ad608d;
    color: #fff !important;
    border-color: #ad608d;
}

.ItemInner .Entry .linkbox:hover{
    opacity: 0.7;
    cursor: pointer;
}
.ItemInner .Entry .linkbox:hover .photo{/* opacity: 0.7; */}
.ItemInner .Entry .linkbox:hover h3 a{text-decoration: none;}


/*--------------------------CSV*/
#DmsRefineList .ItemInner .Entry a{display:flex;flex-direction:column;flex-grow:1;text-decoration: none;color: #333;}
#DmsRefineList .ItemInner .Entry .main h3{
    letter-spacing: 0;
    text-decoration: underline;
}
#DmsRefineList .ItemInner .Entry a:hover h3{
    text-decoration: none;
}