@charset "UTF-8";

/* *******************************************************************************************
* 
*	絶景釣り紀行 PC
*
******************************************************************************************* */


/*----------------------------------
  mv
-----------------------------------*/
.greatView .mv{
	background: url(../201611/image/mv.jpg) no-repeat center bottom;
	background-size: cover;
	height: 660px;
	position: relative;
	margin-bottom: 70px;
}

.greatView .mv h2{
	position: absolute;
	top:86px;
	left: 0;
	width: 100%;
	text-align: center;
}
.greatView .mv h2 img.switch_pc{display: inline-block;}

/*----------------------------------
  viewInner
-----------------------------------*/

.greatView .viewInner{
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.greatView .viewInner p{
	clear: both;
	font-size: 18px;
	line-height: 1.8;
	padding: 55px 0 70px;
}
.greatView .viewInner p.lead{
	font-weight: bold;
	font-size: 36px;
	padding: 0;
}

/*----------------------------------
  picList
-----------------------------------*/
.greatView .picList{
	overflow: hidden;
	margin-left: -50px;
	margin-bottom: -45px;
}
.greatView .picList li{
	float: left;
	margin-left: 50px;
	margin-bottom: 45px;
}

/*----------------------------------
  imgBg
-----------------------------------*/
.greatView .imgBg{
	height: 650px;
}
.greatView .imgBg.img1{
	background: url(../201611/image/pic4.jpg) no-repeat center center;
	background-size: cover;
	margin:25px 0 50px; 
}
.greatView .imgBg.img2{
	background: url(../201611/image/pic14.jpg) no-repeat center center;
	background-size: cover;
	margin:25px 0 0; 
}

/*----------------------------------
  point
-----------------------------------*/

.greatView .point{
	background-color: #e6eeee;
	max-width: 1200px;
	margin: 125px auto 0;
	padding:132px 0 0px;
	position: relative;
}
.greatView .point .pointInner{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 45px;
}
.greatView .point h3{
	text-align: center;
	font-size: 24px;
	color: #0f5966;
	background: url(../201611/image/point.png) no-repeat center 0;
	padding: 116px 0 55px;
	position: absolute;
	top:-64px;
	width: 100%;
}
.greatView .point .pic{
	float: left;
	margin-right: 45px;
}
.greatView .point .textArea{
	overflow: hidden;
	zoom:1;
}
.greatView .point .textArea dl{ margin-bottom: -40px;}
.greatView .point .textArea dt{
	font-size: 20px;
	color: #115b68;
	margin-bottom: 15px;
}
.greatView .point .textArea dd{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
/*.greatView .point .textArea dd a:hover{text-decoration: underline !important;}*/

/*----------------------------------
  共通
-----------------------------------*/
.note{
	text-align: left;
	font-size: 14px;
	padding: 30px 0 45px;
	width: 980px;
	margin: 0 auto;
}
.note a{text-decoration: underline !important;}
.snsBtn{clear: both;}
.backLink{text-align: center; margin: -20px 0 92px;}
.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;
}
#fishing a.links_underline{text-decoration: underline;}
/*----------------------------------
  point
-----------------------------------*/
.greatView .point.point_second{
margin-top: 0;
padding-top: 25px;
}
.greatView .point.point_second .ttl_another{
   text-align: center;
    font-size: 24px;
		font-weight: bold;
    color: #0f5966;
    background: none;
    padding: 50px 0 55px;
    width: 980px;
		margin: 0 auto;
		border-top:#0f5966 1px solid;
		
}
/*----------------------------------
  infoInner
-----------------------------------*/
.greatView .infoInner{background-color: #e6eeee;}
.greatView .infoInner .infoLead{
    text-align: center;
    font-size: 28px;
    color: #0f5966;
    padding: 80px 0 40px;
	font-weight: bold;
}
.greatView .infoInner p{padding: 0 0 30px 0;}
.greatView .viewInner .infoCatch{
    text-align: center;
    font-size: 24px;
    color: #0f5966;
	padding: 30px 0 15px 0;
	font-weight: bold;	
}
.greatView .viewInner .infoCatch-btn{padding: 10px 0 70px;}
.greatView .viewInner .infoCatch-btn .infoCatch-btn_link{
	position: relative;
	width:740px;
	background-color: #0f5966;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
}
.greatView .viewInner .infoCatch-btn .infoCatch-btn_link:after{
    position: absolute;
    content: '';
    top: 0;
    right: 3%;
    width: 18px;
    height: 56px;
    background: url(../../../common/image/ic_arrow_wt_right.png) 0 center no-repeat;
    background-size:  18px 18px;
    z-index: 10;
}

.greatView .viewInner .infoCatch-btn a:hover{opacity:0.7;}