@charset "UTF-8";

/* *******************************************************************************************
* 
*	絶景釣り紀行 PC
*
******************************************************************************************* */

.viewInner a{
text-decoration: underline !important;
}
/*----------------------------------
  mv
-----------------------------------*/
.greatView .mv{
	background: url(../image/mv.jpg) no-repeat center center;
	background-size: cover;
	height: 660px;
	position: relative;
	margin-bottom: 70px;
}

/*--------------------------
  imgBg
-----------------------------------*/
.greatView .imgBg{
	height: 650px;
}
.greatView .imgBg.img1{
	background: url(../image/pic4.jpg) no-repeat center center;
	background-size: cover;
	margin:0; 
}
.greatView .imgBg.img2{
	background: url(../image/pic10.jpg) no-repeat center center;
	background-size: cover;
	margin:0; 
}
.greatView .imgBg.img3{
	background: url(../image/pic15.jpg) no-repeat center center;
	background-size: cover;
	margin:0; 
}
.greatView .imgBg.img4{
	background: url(../image/pic20.jpg) no-repeat center bottom;
	background-size: cover;
	margin:0; 
}

.point_second .pointInner{
    border-top:#0f5966 1px dotted;
	padding-top: 70px;
}
.point{	
  word-wrap : break-word;
  overflow-wrap : break-word;	
}


/*--------------*/
.noteBox .note{padding:30px 0 0 0;}
.noteBox .note:last-child{padding-bottom:45px;}


/* *******************************************************************************************
* 
*	絶景釣り紀行 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){
.greatView .mv {
    background: none;
    background-size: cover;
    height: auto;
    position: relative;
    margin-bottom: 0px;
}

.greatView .picList{padding-top: 0;}

/*----------------------------------
  imgBg
-----------------------------------*/
.greatView .imgBg{
	height: auto;
	width: 100%;
}
.greatView .imgBg.img1{
	background: none;
	margin:0 0 20px 0; 
}
.greatView .imgBg.img2{
	background: none;
	margin:0; 
}
.greatView .imgBg.img3{
	background: none;
	margin:0;  
}
.greatView .imgBg.img4{
	background: none;
	margin:0;  
}
.point_second .pointInner{padding-top: 40px;}
	
.noteBox {
    width: auto;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    padding: 0 4%;
	margin: 0 auto;
}	
.noteBox .note:last-child{padding-bottom:25px;}	
}

