*{
	box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body,ul,li,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	list-style: none;
}
a{display:block;}
img{width:100%;}
.sp_only{
    display:none;
}
.tour_popular {
    position: relative;
    padding: 8px;
    border: 2px solid #f90;
    margin: 8px 0;
}
.tour_popular a {
    display: flex;
}
span.pop_ttl {
    position: absolute;
    background: #f90;
    color: #fff;
    font-size: 0.85em;
    padding: 0 8px;
    top: 0;
    left: 0;
}
.pop_img {
    flex: 0 0 20%;
}
.pop_img img {
    width: 100%;
    vertical-align: bottom;
}
.pop_text {
    padding: 0 12px 0 8px;
}
.pop_text h4 {
    line-height: 1.3em;
    font-weight: bold;
}
.tour_popular::after{
    position:absolute;
    content:"";
    right: 8px;
    top:0;
    bottom:0;
    margin:auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f90;
    border-right: 2px solid #f90;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content, .content--primary, .content--secondary, .content--tertiary {
    padding: 0;
}
@media screen and (max-width:768px) { 
    .pc_only{
    	display:none;
    }
    .sp_only{
        display:block;
    }
    .tour_popular {
        padding: 8px 0;
        border:none;
        border-top: 2px solid #f90;
        border-bottom: 2px solid #f90;
    }
    .tour_popular::after{
        right: 0;
        width: 6px;
        height: 6px;
    }
    .pop_img {
        flex: 0 0 30%;
    }

}