@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣行記 PC
*
******************************************************************************************* */

/* ----------------------------- ページヘッダー ----------------------------- */

.pageHeader_ttl-enjoy{
	padding: 40px 0;
	background: url(../image/index_bg-report_pc.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-enjoy{
	color: #fff;
	padding-left: 96px;
	padding-right: 38px;
	background: url(../../common/image/pict_enjoy_wt.png) 0 center no-repeat;
	background-size: 73px auto;
}

/* ----------------------------- メインコンテンツ ----------------------------- */

.pageContent{
	padding-top: 60px;
	background: #fff;
}
.pageContent_inner{
	margin: 0 auto;
	width: 980px;
	color: #05474d;
}

/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */

.enjoyIndex{
	padding-bottom: 60px;
}
.enjoyIndex_lead{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 28px;
}

/* ----------------------------- 一覧表示 ----------------------------- */

#enjoy_list{
	margin-right: -24px;
	width: 1004px;
	min-height: 200px;
}
#enjoy_holder{
	display: none;
}
.enjoy_list_item{
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 478px;
}
.enjoy_list_item_link{
	display: block;
	width: 478px;
	height: 640px;
	background: #fff;
	border-top: 4px solid #0f5966;
}
.enjoy_list_item_link:hover{
	background: #e5eeed;
}
.enjoy_list_item_img{
	height: 318px;
	overflow: hidden;
}
.enjoy_list_item_link:hover .enjoy_list_item_img{
	opacity: .7;
}
.enjoy_list_item_content{
	position: relative;
	padding: 0 15px 0 20px;
	height: 320px;
	text-align: left;
	border: 1px solid #ccd5d6;
	border-top: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.enjoy_list_item_cat{
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
	width: 168px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}
.cat_report .enjoy_list_item_cat{
	background: url(../report/image/report_ttl_label.png) center 0 no-repeat;
	background-size: 168px 28px;
}
.cat_mission .enjoy_list_item_cat{
	background: url(../mission/image/mission_ttl_label.png) center 0 no-repeat;
	background-size: 168px 28px;
}
.cat_girls .enjoy_list_item_cat{
	background: url(../girls/image/girls_ttl_label.png) center 0 no-repeat;
	background-size: 168px 28px;
}
.enjoy_list_item_tag{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}
.cat_travelogue .enjoy_list_item_tag{
	top: -63px;
	padding-top: 86px;
	padding-bottom: 8px;
	width: 225px;
	background: url(../travelogue/image/tag_travelogue.png) center 0 no-repeat;
	background-size: 225px auto;
}
.cat_report .enjoy_list_item_tag{
	padding-top: 24px;
	padding-bottom: 8px;
}
.cat_report .enjoy_list_item_tag.line-two{
line-height: 1.2;
}
.cat_mission .enjoy_list_item_tag{
	padding-top: 24px;
	padding-bottom: 8px;
}
.cat_girls .enjoy_list_item_tag{
	padding-top: 24px;
	padding-bottom: 8px;
}
.enjoy_list_item_tag:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 64px;
	height: 4px;
	z-index: 10;
}
.cat_report .enjoy_list_item_tag:after{
	background: #87be12;
}
.cat_travelogue .enjoy_list_item_tag:after{
	background: #7f4f21;
}
.cat_mission .enjoy_list_item_tag:after{
	background: #87be12;
}
.cat_girls .enjoy_list_item_tag:after{
	background: #fb722d;
}
.enjoy_list_item_ttl{
	margin-bottom: 8px;
	padding-top: 80px;
	font-weight: bold;
}
.enjoy_list_item_ttl_main{
	font-size: 28px;
	line-height: 40px;
}
.enjoy_list_item_ttl_sub{
/*	font-size: 20px;*/
	font-size: 18px;
line-height: 32px;
}
.enjoy_list_item_ttl_txt{
	font-size: 16px;
	line-height: 28px;
}

/*--- travelogue_ttl　201701 追加 ----*/
.travelogue_ttl .enjoy_list_item_ttl_main{
	font-size: 20px;
	line-height: 32px;
}
.travelogue_ttl .enjoy_list_item_ttl_sub{
	font-size: 28px;
	line-height: 40px;
}
/*--- /travelogue_ttl　201701 追加/ ----*/

.enjoy_list_item_location_outer{
	position: absolute;
	bottom: 32px;
	left: 20px;
	background: url(../../common/image/line_dot_base_x.png) 0 0 repeat-x;
	background-size: 5px 1px;
}
.enjoy_list_item_location{
	padding: 19px 0;
	width: 438px;
	background: url(../../common/image/line_dot_base_x.png) 0 bottom repeat-x;
	background-size: 5px 1px;
}
.enjoy_list_item_location_name{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.enjoy_list_item_location_date{
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}






