@charset "UTF-8";
/* CSS Document */

.page_ttl {
	border: none;
}

#list {
	min-width: 1000px;
}

#list_tabs {
	margin: 0;
	font-size: 0;
}

#list_tabs li {
	display: inline-block;
	width: 19.5%;
	margin: 0 0.6% 0 0;
	vertical-align: top;
}

#list_tabs li:last-child {
	margin: 0;
}

#list_tabs li a {
	display: block;
	padding: 18px 0;
	border-bottom: solid 4px #fff;
	background: #f3f3f3;
	text-align: center;
}

#list_tabs li.current a {
	border-bottom: solid 4px #d92b3a;
	background: #d92b3a;
	color: #fff;
}

.list_area {
	margin-top: 2rem;
}


.list_area_count {
         font-size: 1.3rem;
         font-weight: 600;
}

.list_area_count span {
         color: #D92B3A;
         font-size: 1.8rem;
         font-weight: 600;
}

.list_search_area {
}

.list_area_inner {
	font-size: 0;
        margin-top: 2rem;
	padding: 0 10px;
}

.ls_box {
    height: auto;
	margin: 0 0 50px;
	padding:  30px 0 0;
	border-top: solid 3px #d92b3a;
}

.ls_box form {
	padding: 15px 30px;
	border: solid 1px #9a9a9a;
}

.src_areas input,
.src_ctgs input,
.src_camp input {
	display: none;
}

.src_areas label,
.src_ctgs label,
.src_camp label {
	display: inline-block;
	position: relative;
	margin: 0 7px 0 0;
	padding: 0 0 0 22px;
}

.src_areas label:before,
.src_ctgs label:before,
.src_camp label:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	border: solid 1px #d4d4d4;
	box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1) inset;
	width: 14px;
	height: 14px;
	border-radius: 2px;
}

.src_areas label:after,
.src_ctgs label:after,
.src_camp label:after {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	background: #d92b3a url(../images/bg_chreck_icon.png) no-repeat center;
	background-size: 10px;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	opacity: 0;
}

.src_areas input[type=radio]:checked + label:after,
.src_ctgs input[type=radio]:checked + label:after,
.src_camp input[type=radio]:checked + label:after,
.src_areas input[type=checkbox]:checked + label:after,
.src_ctgs input[type=checkbox]:checked + label:after,
.src_camp input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.src_initial {
        visibility: hidden;
        height: 0px;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.src_initial.active {
        visibility: visible;
        height: auto;
	margin: 0 0 20px;
	padding: 0 0 15px 15px;
	border-bottom: solid 1px #f3f3f3;
}

.src_initial:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 4px;
	height: 15px;
	margin: auto;
	background: #d92b3a;
}

.src_initial input[type="checkbox"],
.initial_list {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.src_initial input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.initial_list {
	margin: 0 15px 0 0;
}

.initial_list:last-child {
	margin: 0;
}

.initial_list li {
	display: inline-block;
	margin: 0 2px;
}

.initial_list li * {
	font-size: 1.5rem;
	font-weight: 500;
}

.initial_list li input[type="radio"] {
	display: none;
}

.initial_list li label {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.initial_list li label:hover {
	color: #d92b3a;
}

.initial_list li input[type="radio"]:checked + label {
	color: #d92b3a;
}

.areas_list,
.ctgs_list {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	font-size: 0;
}

.areas_list li,
.ctgs_list li {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: top;
}

.areas_list input[type="checkbox"],
.ctgs_list input[type="checkbox"] {
	margin: 0px 5px 0 0;
	vertical-align: -1px;
}

.areas_list:before,
.ctgs_list:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 4px;
	height: 15px;
	margin: auto;
	background: #d92b3a;
}

.src_price,
.src_camp,
.src_reset {
	display: inline-block;
}

.src_price select {
	min-width: 100px;
	background: url("../images/price_select_icon.svg") no-repeat 95% center;
}

.src_camp {
	position: relative;
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
}

.src_camp:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 4px;
	height: 15px;
	margin: auto;
	background: #d92b3a;
}

.src_camp input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: -1px;
}

.src_reset {
	margin: 0 0 0 30px;
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	background: #666;
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 2;
	cursor: pointer;
}

.src_ctg_list input {
        display: none;
}

.src_ctg_list.active input {
        display: inline;
}

.src_submit {
	margin: 0 0 0 10px;
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	background: #d92b3a;
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 2;
	cursor: pointer;
}

.list_number {
	position: absolute;
	bottom: 0;
	left: 0;
}

.slide_pager {
	    float: right;
        width: 360px;
        padding: 0 30px;
}

.slide_pager li {
        margin: 0;
        padding: 0;
        border: none;
}


.slide_pager li a {
	margin: 3px;
	border: solid 1px #000;
}

.slide_prev {
        position: absolute;
        left: 0;
        top: 10px;
}

.slide_next {
        position: absolute;
        right: 0;
        top: 10px;
}

.slide_prev svg,
.slide_next svg {
	width: 20px;
	height: 20px;
}

.checked {
        color: #d92b3a!important;
}

.top_ranking {
        clear: both;
	margin: 180px 0 0;
}

.tr_ttl {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.tr_subttl {
	display: block;
	font-weight: normal;
}

.tr_list {
	margin: 0 0 35px;
	padding: 20px 0 35px;

}

.tr_list_inner {
	padding: 0 25px;
}

.tr_list_inner2 {
	font-size: 0;
}

.tr_list_inner .site_box,
.tr_list_inner2 .site_box {
	position: relative;
	margin: 0 0.3% 25px;
}

.tr_list_inner .site_box_inner,
.tr_list_inner2 .site_box_inner {
	margin: 0 10px;
}

.tr_list_inner2 .site_box:nth-child(5n) {
	margin: 0 0 0;
}

.tr_list_inner .slide_prev,
.tr_list_inner .slide_next {
	position: absolute;
	top: 45%;
}

.tr_list_inner .slide_prev {
	left: 0;
}

.tr_list_inner .slide_next {
	right: 0;
}

.tr_list_inner .slide_prev svg,
.tr_list_inner .slide_next svg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.tr_list_inner .slide_prev:hover svg,
.tr_list_inner .slide_next:hover svg {
	transform: scale(0.8,0.8);
	opacity: 0.5;
}

.tr_list_inner2 .site_box {
        width: 19.5%;
}

.rank_icon {
	position: absolute;
	top: 0;
	left: 10px;
	width: 25px;
	height: 25px;
	border-radius: 20px;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	line-height: 25px;
}

.rk1 {
	background: #cdac64;
}

.rk2 {
	background: #c3c3c3;
}

.rk3 {
	background: #c99f80;
}
/*slider*/

.tr_ttl__heading {

	display: flex;

        justify-content: space-between;

        align-items: center;

        margin: 0 0 10px;

}



.tr_ttl {

	margin: 0;

	padding-left: .6rem;

	border-left: solid 5px #2B4980;

	font-size: 1.4rem;

	font-weight: 500;

}



.tr_subttl {

	display: block;

	font-weight: normal;

}



.tr_list {

	margin: 0 0 10px;

	padding: 20px 0;

}



.tr_list_inner {

	padding: 0 25px;

}



.tr_list_inner2 {

	font-size: 0;

}



.tr_list_inner .site_box,

.tr_list_inner2 .site_box {

	position: relative;

	margin: 0 0.3%;

}



.tr_list_inner .site_box_inner,

.tr_list_inner2 .site_box_inner {

	margin: 0 10px;

}



.tr_list_inner2 .site_box:nth-child(5n) {

	margin: 0 0 0;

}



.tr_list_inner .slide_prev,

.tr_list_inner .slide_next {

	position: absolute;

	top: 45%;

}



.tr_list_inner .slide_prev {

	left: .5rem;

}



.tr_list_inner .slide_next {

	right: .5rem;

}



.tr_list_inner .slide_prev svg,

.tr_list_inner .slide_next svg {

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  cursor: pointer;

}



.tr_list_inner .slide_prev:hover svg,

.tr_list_inner .slide_next:hover svg {

	transform: scale(0.8,0.8);

	opacity: 0.5;

}



.top_news_slider {

	margin: 0;

	padding: 20px 50px;

}



.top_news_slider .tn_slide_prev,

.top_news_slider .tn_slide_next {

	display: block;

	position: absolute;

	top: 35%;

	width: 45px;

	height: 45px;

	padding: 15px 0;

	border-radius: 25px;

	background: #d6d6d6;

	text-align: center;

	z-index: 2;

	cursor: pointer;

}



.top_news_slider .tn_slide_prev .svg ,

.top_news_slider .tn_slide_next .svg {

	width: 15px;

	height: 15px;

}



.top_news_slider .tn_slide_prev svg ,

.top_news_slider .tn_slide_next svg {

	width: 15px;

	height: 15px;

}



.top_news_slider .tn_slide_prev {

	left: -40px;

}



.top_news_slider .tn_slide_next {

	right: -40px;

}



.tn_slide_box {

	position: relative;

	display: table!important;

	margin: 0 15px;

	border: solid 1px #ccc;

}



.tn_slide_box a {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 2;

}



.tn_slide_box a:hover {

	background: rgba(0,0,0,0.2);

}



.tn_img,

.tn_info {

	display: table-cell;

	padding: 15px;

	vertical-align: top;

}



.tn_img {

	max-width: 166px;

	width: 40%;

}



.tn_date {

	margin: 0 0 10px;

}



.tn_ttl {

	font-size: 1.3rem;

}



.top_news_list {

	margin: 40px 0 20px;

}



.tnl_dl {

	display: table;

	width: 100%;

	padding: 20px 0;

	border-bottom: solid 1px #ccc;

}



.tnl_dl dt,

.tnl_dl dd {

	display: table-cell;

}



.tnl_dl dt {

	width: 200px;

}



.tnl_dl dt span {

	margin: 0 0 0 10px;

}



.tnl_dl dd a {

	display: block;

}



.top_news_more {

	color: #D92B3A;

	text-align: right;

}



.top_news_more:before {

	content: "▶︎";

	margin: 0 10px 0 0;

	color: #d92b3a;

	font-size: 0.7rem;

}