@charset "UTF-8";
/* main
================================================ */
/* ホテルリスト */
.local-navi{
	display: flex;
	margin-top: 5%;
	margin-bottom: 2.5%;
}
.local-navi li{
	color: #000;
	display: inline-block;
	width: 100%;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	justify-content: center;
	transition-property: all;
	transition: 0.2s linear;
}
.local-navi li:hover{
	color: #fff;
	background-color: #1D2088;
	opacity: 1;
}
.local-navi li.local-active{
	color: #fff;
	background-color: #1D2088;
}
.local-navi_none{
	margin-top: 3%;
}
.list-hotel .list-hotel_inner{
	display: none;
}
.local-navi_none .list-hotel_inner{
	display: block;
}
.list-hotel .list-hotel_inner.list-active{
	-webkit-animation-name: list-hotel_fade_in;
	animation-name: list-hotel_fade_in;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	display: block;
}
@-webkit-keyframes list-hotel_fade_in {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}
@keyframes list-hotel_fade_in {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}
.list-hotel .list-hotel_inner > ul{
	display: flex;
	flex-wrap: wrap;
}
.list-hotel .list-hotel_inner h4{
	border-left-width: 3px;
	border-left-style: solid;
	margin-bottom: 3%;
	padding: 0.2em 0 0.2em 0.5em;
}
.list-hotel .list-hotel_box{
	position: relative;
	width: 100%;
	margin-bottom: 4%;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.list-hotel .icon-shinchiku{
	position: relative;
}
.list-hotel .icon-shinchiku::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 4.5em solid transparent;
    border-left: 4.5em solid #E62E2E;
	z-index: 1;
}
.list-hotel .icon-shinchiku::after{
	content: "新築";
	position: absolute;
	top: 8px;
	left: 6px;
	display: block;
	transform: rotate(-45deg);
	color: #fff;
	z-index: 2;
}
.list-hotel .list-box{
	display: flex;
	flex-wrap: wrap;
}
.list-leftbox{
	width: 100%;
	max-width: 376px;
}
.list-rightbox{
	width: calc((100% - 2.0366%) - 376px);
	margin-left: 2.0366%;
	margin-bottom: 16px;
}
.list-rightbox_inner{
	width: calc(100% - 3.2154%);
	margin-right: 3.2154%;
}
.list-hotel .list-category{
	display: inline-block;
	margin-bottom: 1em;
	background-color: #333;
}

.list-hotel .list-category_prem{
	background-color: #8f6d1d;
}

.list-hotel .list-category_budg{
	background-color: #009944;
}

.list-hotel .list-category_stnd{
	background-color: #1d2088;
}
.list-hotel .list-category_hostels{
	background-color: #009fe8;
}
.list-hotel .list-category_reso{
	background-color: #9b0109;
}
.list-hotel .list-category_maxcube{
	background-color: #494949;
}
.list-hotel .list-openday{
	width: 100%;
	border-radius: 0 4px 0 0;
}
.list-hotel .list-category, .list-hotel .list-openday{
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0.2em 1em;
}
.list-hotel .list-bedtype{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.2em;
	margin-left: -5%;
}
.list-hotel .list-bedtype li{
	width: calc(25% - 5%);
	margin-left: 5%;
}
.list-hotel .list-bedtype img{
	width: 100%;
	height: auto;
}
.list-hotel .list-hotel_name{
	font-weight: bold;
	margin: 10px 0 0;
}
.list-hotel .list-hotel_address{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #aaa;
}
.list-hotel .list-hotel_address .btn-info_access{
	white-space: nowrap;
	margin-left: 0.4em;
	line-height: 0;
}
.list-hotel .list-hotel_address .btn-info_access a{
	padding: 0.2em 0.8em;
	border-radius: 100px;
}
.list-hotel .list-hotel_address .btn-info_access a::after{
	content: "";
	display: inline-block;
	width: .8em;
	height: .8em;
	margin-left: 0.2em;
	vertical-align: baseline;
	background-image: url(/common_rwd/img/icon/hotel_top/icon-map.png);
	background-size: cover;
}
.list-hotel .list-access{
	margin-bottom: 8px;
}
.list-hotel .list-facility{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 10px;
	border-top: 1px solid #aaa;
	/* -webkit-overflow-scrolling: touch; */
}
.list-hotel .list-facility::-webkit-scrollbar{
	height: 5px;
}
.list-hotel .list-facility::-webkit-scrollbar-track{
	background: #fff;
	border: none;
	border-radius: 50px;
	box-shadow: inset 0 0 2px #777; 
}
.list-hotel .list-facility::-webkit-scrollbar-thumb{
	background: #333;
	border-radius: 50px;
	box-shadow: none;
}
.list-hotel .list-facility li{
	width: 60px;
	text-align: center;
	display: inline-block;
	margin-top: 16px;
	margin-left: 15px;
	padding-bottom: 8px;
}
.list-hotel .list-facility li:first-child{
	margin-left: 0;
}
.list-hotel .list-facility li .list-facility_txt{
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.2;
	width: 100%;
	margin-top: 0.6em;
	display: block;
}
.list-hotel .list-facility li .list-facility_txt.list-facility_txt_off{
	color: #d4d4d4;
}

.list-hotel .list-facility li .list-facility_txt_red{
	color:#ee0000;
}


.list-hotel .list-facility li .list-facility_txt_oran{
	color:#ff6600;
}


.list-hotel .list-facility li .list-facility_txt_blue{
	color:#0033ff;
}


.list-hotel .list-facility li > img{
	width: 40%;
}
.list-hotel .list-btn{
	display: flex;
	flex-wrap: nowrap;
}
.list-hotel .list-btn li{
	width: calc(100% - 100px);
	text-align: center;
}
.list-hotel .list-btn li + li{
	margin-left: 16px;
}
.list-hotel .list-btn a{
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	padding: 0.4em;
	display: block;
}
.list-hotel .list-btn .btn-grayout{
	color: #777;
	background-color: #D4D4D4;
	border: 1px solid #D4D4D4;
	border-radius: 100px;
	padding: 0.4em;
}
.list-hotel .list-img_wrap{
	position: relative;
}
.list-hotel .list-tag{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.list-hotel .list-tag > li{
	text-align: center;
	color: #fff;
	padding: 0.5em 1.5em;
}
.list-hotel figure.list-img{
	max-width: 376px;
	height: 312px;
}

/* 都道府県リンク */
.list-hotel .areaLink{
	text-align: center;
	margin-bottom: 4%;
}
.areaLink .areaLink__list li{
	display: inline-block;
}
.areaLink .areaLink__list li a{
	color: #1D2088;
	text-decoration: underline;
}
.areaLink .areaLink__list li a:hover{
	text-decoration: none;
}
.areaLink .areaLink__list li + li::before{
	content: "/";
	margin: 0 2em;
}

/* ================================================
 タブレット
================================================ */
@media screen and (max-width: 896px) {
/* main
================================================ */
/* ホテルリスト */
.local-navi{
	flex-wrap: wrap;
	margin-bottom: 5%;
}
.local-navi li{
	width: 25%;
	height: 46px;
}
.list-hotel figure.list-img{
	max-width: 100%;
}
.list-leftbox{
	width: 40%;
	max-width: 100%;
	height: 100%;
}
.list-rightbox{
	width: calc((60% - 2.0366%));
	margin-left: 2.0366%;
	margin-bottom: 16px;
}
}

@media screen and (max-width: 673px) {
/* ホテルリスト */
.local-navi_none{
	margin-top: 6%;
}
.list-hotel .list-hotel_inner h4{
	padding: 0.4em 0 0.4em 0.5em;
}
.list-hotel .list-hotel_inner > ul{
	margin-left: 0;
}

.list-hotel .list-hotel_inner > ul{
	margin-left: -3%;
}
.list-hotel .list-hotel_box{
	width: 47%;
	margin-left: 3%;
}
.list-leftbox{
	width: 100%;
	max-width: 100%;
}
.list-hotel .list-category{
	max-width: 100%;
}
.list-hotel figure.list-img{
	height: 200px;
}
figure.list-img::before{
	content: normal;
}
.list-rightbox {
	width: 100%;
	margin: 0;
}
.list-rightbox_inner{
	width: 100%;
	margin-right: 0;
	padding: 3% 5% 5%;
}
.list-hotel .list-openday{
	border-radius: 0;
}
.list-hotel .list-hotel_name{
	margin-top: 0;
}
.list-hotel .list-tag{
	margin-top: 0;
}
.list-hotel .list-hotel_name{
	line-height: 1.4;
}
.list-hotel .list-btn{
	flex-wrap: wrap;
	justify-content: center;
}
.list-hotel .list-btn li{
	width: 100%;
}
.list-hotel .list-btn li + li{
	margin-top: 10px;
	margin-left: 0;
}

/* 都道府県リンク */
.areaLink .areaLink__list li + li::before{
	margin: 0 0.8em;
}
}

/* ================================================
 スマホ
================================================ */
@media screen and (max-width: 480px) {
/* main
================================================ */
.local-navi li{
	font-size: 1.2rem;
	height: 40px;
}
.list-hotel .list-hotel_inner h4{
	margin-bottom: 5%;
}
.list-hotel .list-hotel_inner > ul{
	margin-left: 0;
}
.list-hotel .list-hotel_box{
	width: 100%;
	margin-left: 0;
}
.list-hotel .list-btn li{
	flex-basis: 47%;
}
.list-hotel .list-btn li + li{
	margin: 0;
}
.list-hotel .list-btn li:first-child{
	margin-right: 6%;
}

/* 都道府県リンク */
.areaLink .areaLink__list li + li::before{
	margin: 0 0.2em;
}
}