.contents{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}
/*-----------------------------
  FV
--------------------------------*/
#topscreen{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
    background: url(../img/pc_bg.jpg) no-repeat center fixed;
}
#icatch{
   position: absolute;
   top: 63%;
   -webkit-transform: translate(0, -60%);
   transform: translate(0, -60%);

}
#icatch img{
	display: block;
    max-width: 90%;
}

/*/////▼ 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,
#area h2,
#reco h2,
#int h2{
	width: 70%;
	margin:0 auto 4rem auto;
	padding: 1.5rem 0 2rem 0;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
	background: #5d8872;
	color: #fff;
	border-radius: 10px;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 5rem 0;
}
.pc_location h2{
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: #fffbf0;  /* 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: #444;
}
.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: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #a7393e;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  人気エリア
--------------------------------*/
#area{
	padding: 5rem 0;
	background:rgba(255,255,255,0.8);
}
#area h2{
}
#area br{
	display: none;
}
#area section{
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;
}
#area section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#area section ul li{
	width: 32%;
	margin: 0;
}
#area section ul li a{
	display: block;
	color: #fff;
	border-radius: 50px;
	background: url(../img/arrow_w.png) no-repeat 97% center #a7393e;  /* fallback for old browsers */
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/*/////▼ モーダル内リンク ▼////*/
.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: #fffbf0;
	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: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #a7393e;
	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;
}

#topscreen {
    height: 58vh;
    background: url(../img/sp_bg.jpg) no-repeat fixed;
    background-size: 100%;
}
#icatch {
    top: 90%    
}
    
#icatch img {
    max-width: 145%;
}
    
/*/////▼ 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,
#area h2,
#reco h2,
#int h2{
	width: 92%;
	margin:0 auto 2rem auto;
	padding: 1.5rem 0 2rem 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: lighter;
	background: #096236;
	color: #fff;
	border-radius: 10px;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 3rem 0;
}
.sp_location h2{
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: #fff;  /* 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: #444;
}
.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: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #a7393e;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}

/*-----------------------------
  人気エリア
--------------------------------*/
#area{
}
#area h2{
}
#area section{
	width: auto;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
#area section ul{
	display: block;
	}
#area section ul li{
	width: 100%;
	margin: 0 0 1.5rem 0;
}
	#area 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: #fffbf0;  /* 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: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #a7393e;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}