/*-----------------------------
  FV
--------------------------------*/
#icatch{
	background: #fff;
	padding: 0 0 3rem 0;
}
#icatch section h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 8vw;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: right;
}
#icatch section h1 span{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	font-size: 2vh;
}
#icatch section ul{
	width: 48%;
	margin: 2rem 0 10rem 0;
	float: right;
	padding: 0 1rem 0 0;
	box-sizing: border-box;
}
#icatch section ul li{
	width: 48%;
	float: left;
}
#icatch section ul li:last-child{
	float: right;
}
#icatch section ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	color: #000;
	display: block;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size: auto 6px;
	border:5px solid #000;
}
@media screen and (min-width:1024px){
#icatch section{
	width: 80%;
	margin: 0 auto;
	background: url(../img/mv.png) no-repeat left center;
	background-size: 50% auto;
	padding: 10rem 0 0 0;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
#icatch section{
	width: 100%;
	margin: 0 auto;
	background: url(../img/mv.png) no-repeat left center;
	background-size: auto 100%;
	padding: 5rem 0 0 0;
}
#icatch section h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 10vw;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: right;
}
#icatch section h1 span{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	font-size: 2vh;
}
#icatch section ul{
	width: 48%;
	margin: 2rem 0 5rem 0;
	float: right;
}
}
@media screen and (max-width:767px){
#icatch{
	background: #fff;
	padding: 0 0 3rem ;
}
#icatch section{
	width: 100%;
	margin: 0 auto;
	background: url(../img/mv.png) no-repeat left top;
	background-size: 100% auto;
	padding: 10rem 2rem 0 2rem;
}
#icatch section h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 8vw;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
	background: #fff;
	padding: 1rem 0
}
#icatch section h1 span{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	font-size: 3vw;
}
#icatch section ul{
	width: 100%;
	margin: 1rem 0 0 0;
	float: none;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
#icatch section ul li{
	width: 48%;
	float: left;
}
#icatch section ul li:last-child{
	float: right;
}
#icatch section ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size: 2vh;
	color: #000;
	display: block;
	text-align: center;
	padding: 1rem 0;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size: auto 6px;
	border:5px solid #000;
}	
}


/*/////▼ 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{
}
.pc_location h2,
#condition h2,
#reco h2,
#int h2{
	padding: 20px 0 40px 0;
	text-align: center;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	letter-spacing: 0.2em;
}
.pc_location h2 span,
#condition h2 span{
	display: block;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 40px 0;
}
.pc_location h2{
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: #000;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.pc_location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.pc_location section dl dd ul li{
	width: 31.2%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
.pc_location 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;
}

/*-----------------------------
  人気エリア
--------------------------------*/
#condition{
	padding: 40px 0;
	background:#fff;
}
#condition h2{
	color: #000;
}
#condition section{
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}
#condition section ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
#condition section ul li:last-child{
	float: right;
	margin: 0;
}
#condition section ul li a{
	display: block;
	color: #000;
	background: url(../img/arrow.png) no-repeat 97% center #fff;  /* fallback for old browsers */
	background-size:auto 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border:5px solid #000;
}

#other{
	padding: 40px 0;
	background: #000;
}
#other section{
	width: 960px;
	margin: 0 auto;
}
#other section ul li{
	width: 640px;
	margin: 0 auto 20px auto;
}
#other section ul li:last-child{
	margin: 0 auto;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #000;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #000;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 97% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}

/*/////▼ 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%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.sp_location h2,
#condition h2,
#reco h2,
#int h2{
	padding: 20px 0 40px 0;
	text-align: center;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	letter-spacing: 0.2em;
}
.sp_location h2 span,
#condition h2 span{
	display: block;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 20px 0 40px 0;
}
.sp_location h2{
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: #000;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.sp_location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
.sp_location 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;
	}

/*-----------------------------
  人気エリア
--------------------------------*/
#condition{
	padding: 0 0 40px 0;
}
#condition h2{
	color: #000;
}
#condition section{
	width: auto;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#condition section ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
	#condition section ul li:last-child{
		float: none;
		margin: 0;
	}
#condition section ul li a{
	display: block;
	color: #000;
	background: url(../img/arrow.png) no-repeat 97% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
	
	
#other{
	padding: 40px 0;
	background: #000;
}
#other section{
	width: auto;
	padding:0 20px;
	box-sizing: border-box;
}
#other section ul li{
	width: auto;
	margin: 0 0 10px 0;
}
#other section ul li:last-child{
	margin: 0;
}



/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #000;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 1% 2% 2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #000;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 97% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}