/*-----------------------------
  FV
--------------------------------*/
#icatch{
	max-width:800px;
	margin: 1px auto 0 auto;
}
#icatch img{
	display: block;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
	background: #00aaee;
}
.catecory_ttl{
	padding: 1.5rem 0;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	background: #f26600;
}
.catecory_ttl br{
	display: none;
}
#location h2{
	padding: 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	color: #fff;
}

/*-----------------------------
  都道府県
--------------------------------*/
#location{
	padding: 3rem 0;
}
#location h2{
}
#location section{
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location section dl{
	width: 32%;
	height: 270px;
	padding: 0 20px;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
#location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
#location section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location section dl dd ul::after{
  content:"";
  display: block;
  width:32%;
}
#location section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
#location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #f26600;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}



/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 0;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.catecory_ttl{
	padding: 1rem 0;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background: #f26600;
}
.catecory_ttl br{
	display: block;
}
#location h2{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: #fff;
}

/*-----------------------------
  都道府県
--------------------------------*/
#location{
	padding: 1.5rem 0;
}
#location h2{
}
#location section {
	display: block;
	}
#location section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location section ul li{
	width: 49%;
	margin: 0 0 2% 0;
	}
#location section dl{
	width: auto;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
#location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
#location section dl dd ul{
	padding: 0 5px;
}
#location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
}
#location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #f26600;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}

/*-----------------------------
  人気エリア
--------------------------------*/
#area{
	padding: 0;
}
#area h2{
}
#area section{
	width: auto;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#area section ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#area section ul li{
	width: 49%;
	margin: 0 0 2% 0;
}
#area section ul li a{
	display: block;
	color: #fff;
	border-radius: 50px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section{
	display: block;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #f2f2f2;  /* fallback for old browsers */
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.popup section dl dd ul li{
	width: 32%;
	margin: 0 0 2% 0;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}