@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣行記 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){


/* ----------------------------- ページヘッダー ----------------------------- */

.pageHeader_ttl-enjoy{
	padding: 18px 0;
	background: url(../image/index_bg-report_sp.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-enjoy{
	padding-left: 62px;
	padding-right: 15px;
	background-size: 54px auto;
}

/* ----------------------------- メインコンテンツ ----------------------------- */

.pageContent{
	padding-top: 45px;
}
.pageContent_inner{
	padding: 0 16px;
	width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */

.enjoyIndex{
	padding-bottom: 45px;
}
.enjoyIndex_lead{
	margin-bottom: 30px;
}

/* ----------------------------- 一覧表示 ----------------------------- */

#enjoy_list{
	margin-right: 0;
	width: 100%;
}
.enjoy_list_item{
	float: none;
	margin-right: 0;
	margin-bottom: 14px;
	width: 100%;
}
.enjoy_list_item_link{
	width: 100%;
	height: auto;
}
.enjoy_list_item_link:hover{
	background: #fff;
}
.enjoy_list_item_img{
	height: auto;
}
.enjoy_list_item_link:hover .enjoy_list_item_img{
	opacity: 1;
}
.enjoy_list_item_content{
    padding: 0 14px 14px 14px;
	height: auto;
}
.enjoy_list_item_cat{
	top: -10px;
	width: 126px;
	font-size: 12px;
	line-height: 21px;
}
.cat_report .enjoy_list_item_cat{
	background-size: 126px 21px;
}
.cat_mission .enjoy_list_item_cat{
	background-size: 126px 21px;
}
.cat_girls .enjoy_list_item_cat{
	background-size: 126px 21px;
}
.enjoy_list_item_tag{
	font-size: 12px;
	line-height: 20px;
}
.cat_report .enjoy_list_item_tag.line-two {
    line-height: 1.4;
}
.cat_report .enjoy_list_item_tag.line-two + div{
	padding-top:72px;
}
.cat_travelogue .enjoy_list_item_tag{
	top: -47px;
	padding-top: 61px;
	padding-bottom: 6px;
	width: 169px;
	background-size: 169px auto;
}
.cat_mission .enjoy_list_item_tag{
	padding-top: 18px;
	padding-bottom: 6px;
}
.cat_girls .enjoy_list_item_tag{
	padding-top: 18px;
	padding-bottom: 6px;
}
.enjoy_list_item_tag:after{
	width: 48px;
}
.enjoy_list_item_ttl{
	margin-bottom: 3px;
	padding-top: 60px;
}
.enjoy_list_item_ttl_main{
	font-size: 20px;
	line-height: 30px;
}
.enjoy_list_item_ttl_sub{
	font-size: 16px;
	line-height: 28px;
}
.enjoy_list_item_ttl_txt{
/*	margin-bottom: 52px;*/
margin-bottom:10px;
	font-size: 14px;
	line-height: 22px;
}

/*--- travelogue_ttl　201701 追加 ----*/
.travelogue_ttl .enjoy_list_item_ttl_main{
	font-size: 16px;
	line-height: 28px;
}
.travelogue_ttl .enjoy_list_item_ttl_sub{
	font-size: 20px;
	line-height: 30px;
}
/*--- /travelogue_ttl　201701 追加/ ----*/


.enjoy_list_item_location_outer{
	position: static;
}
.enjoy_list_item_location{
	padding: 15px 0;
	width: 100%;
}
.enjoy_list_item_location_name{
	font-size: 14px;
	line-height: 22px;
}





}
