@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/pic3.jpg) no-repeat center center;
	background-size: cover;
	margin:45px 0 0 0; 
}
.greatView .imgBg.img2{
	background: url(../image/pic8.jpg) no-repeat center center;
	background-size: cover;
    margin: 0;
}
.greatView .imgBg.img3{
	background: url(../image/pic10.jpg) no-repeat center center;
	background-size: cover;
	margin:0 0 45px 0; 
}


/* *******************************************************************************************
* 
*	絶景釣り紀行 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:20px 0; 
}
.greatView .imgBg.img2{
	background: none;
	margin:0 0; 
}
.greatView .imgBg.img3{
	background: none;
	margin:0 0 20px 0;  
}
}
