@charset "utf-8";
/* CSS Document */

.recommended-list .list li .text .info-list.goto{margin-bottom:-3px; }
.recommended-list .list li .text .info-list.goto li .label{width: 105px;color: #fef500;}
.recommended-list .list li .text .info-list.goto li .item{margin-right: 0;}
.recommended-list .tour-sub-list  li .text .info-list.goto{margin-bottom:-3px; display: none;}
.goto2{display:none;}
.h4_yokoku{display:none;}

/*
.tour-top .tour-list-top .area-list ul li.li_trek a{
background: #55908d;
color: #fff;
border: 1px solid #55908d;
}
*/

.tour-top .tour-list-top .area-list ul li.li_trek a{
background: #333;
color: #fff;
border: 1px solid #333;
}
.tour-top .tour-list-top .area-list ul li.li_bird a{
background: #333;
color: #fff;
border: 1px solid #333;
}
.tour-top .tour-list-top .area-list ul li.li_trek a:hover{
background: #222;
border: 1px solid #FFF;
}
.tour-top .tour-list-top .area-list ul li.li_bird a:hover{
background: #222;
border: 1px solid #FFF;
}
.img{position: relative;}
.new-ribon {
  position: absolute;
  width: 88px;
  height: 58px;
  overflow: hidden;
  top: -4px;
  left: -5px;
  z-index: 10;
}
.new-ribon:before{
  content: "";
  position: absolute;
  background: #b71c1c;
  width: 5px;
  height: 5px;
  z-index: -1;
}
.new-ribon:after {
  content: "";
  position: absolute;
  background: #b71c1c;
  width: 8px;
  height: 4px;
  z-index: -1;
}

.new-ribon:before {
  bottom: 0;
  left: 0;
}

.new-ribon:after {
  top: 0;
  right: 0;
}

.new-ribon span {
  font-family: "游ゴシック", "Yu Gothic","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 138px;
  height: 21px;
  background: #f84239;
  color: #fff;
  top: 13px;
  left: -35px;
  transform: rotate(-33deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	padding-top: 1px;
}

@media only screen and (max-width: 767px) {
	.new-ribon{
		width: 66px;
		height: 43px;
	}
	.new-ribon span {
	  font-size: 10px;
	  font-size: 1.0rem;
		width: 122px;
		height: 19px;
		top:7px;
		left:-37px;
	}
	
	
.area-list-box .area-list ul li.li_trek a{
background: #333;
color: #fff;
border: 1px solid #333;
}
.area-list-box .area-list ul li.li_bird a{
background: #333;
color: #fff;
border: 1px solid #333;
}
.area-list-box .area-list ul li.li_trek a:hover{
background: #222;
border: 1px solid #FFF;
}
.area-list-box .area-list ul li.li_bird a:hover{
background: #222;
border: 1px solid #FFF;
}
}


/* 山のフィルター機能 */
.hidden{display: none !important;}
#filter {
	position: relative;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 30px;
}
#filter:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px;
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
}
#filter ul {
	display: flex;
	flex-wrap: wrap;
	padding:10px 0;
}
#filter ul a{
	background-color:  #CCC;
	color:#333;
	font-size: 120%;
	font-weight: bold;
	padding:5px 0;
	margin-left:10px;
	cursor: pointer;
	flex-grow : 1;
	text-align: center;all: 
}
#filter ul a.allitem{
}
#filter ul:first-child{
	float: right;
	width: 110px;
	height:98px;
	margin-left:5px;
	padding:10px 0;
	padding-top:10px;
}
#filter ul:first-child a li{
	margin-top: 24px;
}
#filter ul:nth-child(2){
	padding-bottom: 0px;
}
#filter ul:last-child{
	position: relative;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px;
	background-position: top;
	background-repeat: repeat-x;
}

#filter ul a:hover,#filter ul a.active{
	color: #fff;background: #55908d; background-blend-mode: screen;
}
#filter ul strong{
	display: inline-block;
	width: 130px;
	font-weight: bold;
	padding-top: 7px;
	letter-spacing: 1px;
	font-size:15px;
}
ul.tour-sub-list:has(> :nth-child(4)){
    overflow-y: scroll;
    max-height: 290px;
}

.tour-sub-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background: #dcdcdc;
    position: absolute;
    right: 0px
}
.tour-sub-list::-webkit-scrollbar-thumb {
    border-radius: 0px;
    width: 8px;
    background-color: #55908d;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5)
}
@media only screen and (max-width: 767px) {
	#filter ul:first-child{
		float: none;
		width: 100%;
		height: 50px;
		margin-left: 0;
		background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
		background-size: 4px 1px;
		background-position: bottom;
		background-repeat: repeat-x;
		width: 100%;
	}
	#filter ul:first-child a{
		height: 40px;
	}
	#filter ul:first-child a li{
		margin-top:4px;
	}
	#filter ul a:first-of-type{
		margin-left: 0;
	}
	#filter ul strong{
		width: 50px;
	}
    #filter ul:last-child{
        background: none;
        padding-top: 3px;
        padding-bottom: 12px;
        margin: 0 auto;
        width: 50%;
    }
}


