@charset "UTF-8";

/* *******************************************************************************************
* 
*	絶景釣り紀行 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){
.greatView img{width: 100%; height: auto;}
/*----------------------------------
  mv
-----------------------------------*/

.greatView .mv{
	background: none;
	background-size: cover;
	height: auto;
	position: relative;
	margin-bottom: 0px;
}

.greatView .mv h2{
	position: relative;
	top:auto;
	left: 0;
	width: 100%;
	text-align: center;
}
.greatView .mv h2 img.switch_pc{display: none;}

/*----------------------------------
  viewInner
-----------------------------------*/

.greatView .viewInner{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 0;
}
.greatView .viewInner p{
	clear: both;
	font-size: 16px;
	line-height: 1.8;
	padding:20px 5%;
}
.greatView .viewInner p.lead{
	font-weight: bold;
	font-size: 22px;
	padding: 20px 5% 0;
}

/*----------------------------------
  picList
-----------------------------------*/
.greatView .picList{
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: -20px;
	padding-top: 25px;
}
.greatView .picList li{
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

/*----------------------------------
  imgBg
-----------------------------------*/
.greatView .imgBg{
	height: auto;
	width: 100%;
}
.greatView .imgBg.img1{
	background: none;
	margin:50px auto 0px; 
}
.greatView .imgBg.img2{
	background: none;
	margin:25px auto 0; 
}

/*----------------------------------
  point
-----------------------------------*/

.greatView .point{
	background-color: #e6eeee;
	max-width: inherit !important;
	width: 90%;
	margin: 70px auto 0;
	padding:35px 5% 0px;
	position: relative;
}
.greatView .point .pointInner{
	width: 90%;
	margin: 50px auto 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.greatView .point h3{
	text-align: center;
	font-size: 20px;
	color: #0f5966;
	background: url(../201611/image/point.png) no-repeat center 0;
	padding: 95px 0 55px;
	position: absolute;
	top:-64px;
	width: 90%;
}

.greatView .point .pic{
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}
.greatView .point .textArea{
	overflow: hidden;
	zoom:1;
}
.greatView .point .textArea dl{ margin-bottom: -20px;}
.greatView .point .textArea dt{
	font-size: 20px;
	color: #115b68;
	margin-bottom: 10px;
}
.greatView .point .textArea dd{
	font-size: 16px;
	margin-bottom: 20px;
}
.greatView .point .textArea dd a{text-decoration: underline;}
.greatView .point .textArea dd a:hover{text-decoration: none;}

/*----------------------------------
  共通
-----------------------------------*/

.note{
	width: auto;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	padding: 30px 4% 25px;
}

.snsBtn{clear: both;}

.backLink{
	text-align: center;
	margin: -20px 0 60px;
}
.pageBtm_backLink{
	display: inline-block;
	text-align: center;
}
.pageBtm_backLink a{
	display: inline-block;
	padding: 5px 32px 5px 32px;
	color: #05474d;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	background: url(../../../common/image/ic_list.png) 0 center no-repeat;
	background-size: 16px 13px;
}


/*----------------------------------
  point
-----------------------------------*/
.greatView .point.point_second{
padding-top:0;
}
.greatView .point.point_second .ttl_another{
    padding: 25px 0;
    width: 90%;
    font-size: 20px;
}
.greatView .point.point_second .pointInner{margin-top:0;}
	
/*----------------------------------
  infoInner
-----------------------------------*/
.greatView .viewInner .infoCatch{font-size: 20px; padding: 30px 5% 0;}
.greatView .infoInner .infoLead{padding: 20px 5%; font-size: 22px;}	
.greatView .viewInner .infoCatch-btn .infoCatch-btn_link{width: 90%; margin: 0 5%; font-size: 15px; text-align: center;}
.greatView .viewInner .infoCatch-btn .infoCatch-btn_link:after{
    position: absolute;
    content: '';
    top: 0;
    right: 3%;
    width: 12px;
	height: 44px;
    background-size: 12px 12px;
}	

}