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

a:hover
/*/////////////TOP/////////////*/
.top_logo {
	max-width: 580px;
	min-width: 280px;
	}	
	.top_logo a:hover {
	max-width: 580px;
	min-width: 280px;
	opacity: 0.8;
	}
h2.storelist_tit {
	margin: 0 auto 8px;
	font-size: clamp(2.8rem, 4.5vw, 4.2rem);
}
.header_wrap .sub_text {
	font-size: clamp(1.6rem, 4.5vw, 2rem);
	font-weight: 600;
	color: #EB6100;
	margin: 0 auto 20px;
}
@media screen and (max-width: 699px) {
.top_logo {
		display: block;
	}
h2.storelist_tit {
	margin: 0 auto 10px;
}
		}

.dl_button {
	width: 326px;
	height: 40px;
	padding: 8px;
	background:rgba(255,234,0,0.9);	
	position: fixed;
	left: 10px;
	top: 0;
	z-index: 10;
	border-radius: 0 0 8px 8px;
}
.dl_button p {
	font-weight: 600;
	font-size:1.6rem;
	line-height: 1.3;
	color: #231815;
	display: flex;
	
  justify-content: space-around;
}
.dl_button p a {
	color: #231815;
	padding: 0 6px 0 8px;
}
.dl_button p a:first-child {
	border-right: 2px dotted #231815;
	padding: 0 8px 0 6px;
}
.dl_button p a:hover {
	color:rgba(35,24,21,0.6);	
}

@media screen and (max-width: 699px) {

.dl_button {
	width: 280px;
	height: 32px;
	left: 0;
	top: 0;
	border-radius: 0 0 8px 0;
	padding: 6px 0;
}
.dl_button p {
	font-weight: 500;
	font-size:1.4rem;
}
}
/*/////////////MAIN/////////////*/
.main {
	width: 100%;
	margin: 0 auto;
}


/*/////////////List/////////////*/
.list {
	width: 100%;
	height: auto;
	margin: 16px auto 0 auto;
}
.select_wrappre {
	width: 100%;
	background-color: #5cc2cf;
	padding: 40px 0 30px;
	margin: 0 auto;
	text-align: center;
	color: #EFEFEF;
}
.select_area {
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	background-color: #5cc2cf;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
}
.select_area h3 {
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 8px;
	color: #231815;
}
.select_area ul {
	width: 100%;
	min-width: 300px;
	font-weight: 500;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	padding: 0 0 14px 10px;
}
.select_area ul li {
	color: #231815;
	margin: 0 10px 10px 0;
	background-color: #D8F2FF;
	border-radius: 4px;
}
.filtering span {
 cursor: pointer;
 display: inline-block;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #EFEFEF;
}
 .filtering span.active {
background-color: #FFF;
border: 1px solid #EFEFEF;
    }
.select_area ul li:hover {
background-color: #FFF;
}
@media screen and (max-width: 699px) {
.select_wrappre {
	padding: 20px 0 10px;
}
.select_area {
	font-size: 1.4rem;
}
.select_area h3 {
	font-size: 1.6rem;
}
.select_area ul {
	padding: 0 0 10px 10px;
}
.filtering span {
	padding: 6px;
}
}

.list_wrappre {
	width: 100%;
	margin: 0 auto;
	background-color: #e8f3f4;
	padding: 60px 0;
	}
.listt_area {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	background-color: #e8f3f4;
	margin: 0 auto;
}
.filtering-list-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	
	padding: 0 10px;
}
.filtering-list-cont li {
  width: calc(100% / 2.1);
	max-width: 590px;
	border: 1px solid #b3a49f;
	background-color: #FFF;
	border-radius: 6px;
	padding: 30px;
	margin: 0 0 20px;
	color: #231815;
	line-height: 1.2;
}
.filtering-list-cont li .tag-industry {
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	padding: 4px;
	width: auto;
}
.filtering-list-cont li.restaurant .tag-industry {
	background-color: #eb6100;
}
.filtering-list-cont li.goods .tag-industry {
	background-color: #51adb9;
}
.filtering-list-cont li.salon .tag-industry {
	background-color: #d1b801;
}
.filtering-list-cont li.service .tag-industry {
	background-color: #00a43e;
}
.filtering-list-cont li h4 {
	font-size: 2.2rem;
	font-weight: 600;
	padding: 16px 0;
}
.filtering-list-cont li dl {
	display: flex;
	border-bottom: 1px solid #b3a49f;
	padding: 10px 0;
	font-size: 1.5rem;
}
.filtering-list-cont li dt {
      display: flex;
			width: 4em;
}
@media screen and (max-width: 829px) {
.filtering-list-cont li {
  width: 100%;
	max-width: 780px;
	min-width: 100%;
}
.filtering-list-cont li .tag-industry {
	font-size: 1.3rem;
	font-weight: 600;
	color: #FFF;
	padding: 4px;
	width: auto;
}
}

.app_dl_wrapper {
	padding: 0 10px;
}

