
/* /////////////////////////////

▼PC用

///////////////////////////// */
/*-----------------------------
  都道府県
--------------------------------*/
.pc_region{
	padding: 40px 0;
	background: #fff;
}
.pc_region h2{
}
.pc_region section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_region section dl{
	width: 31%;
	height: 90px;
	background: #f2f2f2;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.pc_region section dl dt{
	font-size: 24px;
	padding: 30px 0;
	text-align: center;
	color: #444;
}
.pc_region section dl dd ul li{
	width: 31.2%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
.pc_region section dl dd ul li a{
	display: block;
	color: #444;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/*/////▼ モーダル内リンク ▼////*/
.region_modal_popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 20px 0 20px 0;
}
.region_modal_popup section dl{
	width: 100%;
	height: 230px;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.region_modal_popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.region_modal_popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.region_modal_popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #000000;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

.region_modal_popup_clearfix{
	display: block !important;
}

.remodal-confirm {
		color: #fff !important;
		background: #268CBA !important;
}



/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {

	/*-----------------------------
	  都道府県
	--------------------------------*/
	.sp_region{
		padding: 20px 0;
		background: #fff;
	}
	.sp_region h2{
	}
	.sp_region section{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.sp_region section dl{
		width: 100%;
		height: auto;
		background: #f2f2f2;  /* fallback for old browsers */
		border-radius: 5px;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	  margin-left: auto;
	  margin-right: auto;
	}
	.sp_region section dl dt{
		font-size: 18px;
		padding: 15px 0;
		text-align: center;
		color: #444;
	}
	.sp_region section dl dd ul li{
		width: 100%;
		float: none;
		margin: 0 1% 2% 1%;
	}
	.sp_region section dl dd ul li a{
		display: block;
		color: #444;
		/* border:1px solid #444; */
		border-radius: 5px;
		background: url(../img/arrow.png) no-repeat 98% center #fff;
		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 li{
		width: 48%;
		float: left;
		margin: 0 0.8% 2% 1.2%;
	}
	#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;
	}


	/*/////▼ モーダル内リンク ▼////*/
	.region_modal_popup h2{
		font-size: 24px;
		font-weight: lighter;
		line-height: 1.5;
		padding: 20px 0 20px 0;
	}
	.region_modal_popup section dl{
		width: 100%;
		height: auto;
		background: #f2f2f2;  /* fallback for old browsers */
		border-radius: 5px;
		float: left;
		padding: 20px 0;
		box-sizing: border-box;
		margin: 0 0 2% 0;
	}
	.region_modal_popup section dl dt{
		font-size: 18px;
		color: #444;
		font-weight: lighter;
		padding: 0 0 10px 0;
		text-align: center;
	}
	.region_modal_popup section dl dd ul li{
		width: 30%;
		float: left;
		margin: 0 1% 2% 2%;
	}
	.region_modal_popup section dl dd ul li a{
		display: block;
		color: #fff;
		border-radius: 5px;
		background: url(../img/arrow_w.png) no-repeat 97% center #000000;
		background-size:auto 12px;
		font-size: 14px;
		text-align: center;
		padding: 15px 0;
	}
	.region_modal_popup_clearfix{
		display: block !important;
	}

	.remodal {
    height: 350px !important;
	}

	.remodal-confirm {
	  color: #fff;
	  background: #268CBA !important;
	}

	.remodal-confirm:hover,
	.remodal-confirm:focus {
	  background: #268CBA !important;
	}

	.remodal-cancel {
	  color: #fff;
	  background: #268CBA !important;
	}

	.remodal-cancel:hover,
	.remodal-cancel:focus {
	  background: #268CBA !important;
	}
