@charset 'uft-8';

.section_content .content {
	position:relative;
	float:left;
	padding:0 0 27px;
	width:680px;
	color:#222;
}

.section_content .content h3 {
	margin-bottom:15px;
	font-weight:700;
	font-size:20px;
	line-height: 1.4;
}

.section_content .fixed_container .mvTxt .page-title {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: left;
}

.section_content .fixed_container .mvTxt .text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.section_content .fixed_container .mvTxt .text + .text {
	margin-top: 20px;
}

.section_content .fixed_container .main-lead-line {
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 30px;
}

/*----------------------
mv
-----------------------*/
.mvBlock {
	padding-top:40px;
}

.mvImg {
	margin-bottom:50px;
}

.mvImg > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mvTxt p {
	text-align:center;
	font-weight:700;
	font-size:18px;
	line-height:32px;
}

/*----------------------
sns
-----------------------*/
.section_content .content .snsArea {
	margin:25px 0 10px;
}

.section_content .content .sns {
	position:relative;
	display:table;
	margin:auto;
	padding:5px 0 40px;
}

.section_content .content .sns a {
	display:block;
	float:left;
	background-position:11px center;
	background-size:26px auto;
	background-repeat:no-repeat;
	font-weight:700;
	font-size:13px;
	line-height:26px;
}

.section_content .content .sns .facebook {
	margin-right:15px;
}

@media print, screen and (min-width: 769px) {
	.section_content .content .sns a {
		overflow:hidden;
		width:35px;
		height:35px;
		background-position:0 center!important;
		background-size:35px auto!important;
		background-repeat:no-repeat;
		text-indent:100px;
		white-space:nowrap;
	}
}

/*----------------------
koishiBlock
-----------------------*/
.koishiBlock{
	overflow:hidden;	
	margin-top:40px;
	padding-bottom:40px;
  border-bottom:dashed 2px #e6e6e6;
}

.koishiBlock .new_item{
	height: 320px;
}

.koishiBlock.new{
	overflow:visible;	
	margin-top:20px;
	padding:20px 0 0;
	zoom:1;
	position: relative;
}

.koishiBlock.new:after {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: -20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 53px;
    line-height: 53px;
    margin:0;
    background-color: #dc0725;
    border-radius: 50%;
    text-align: center;
}
.koishiBlock .koishiImg {
	float:left;
	width:calc(50% - 15px);
}

.koishiBlock .koishiImg img {
	width:100%;
	height:auto;
	object-fit:contain;
}

.koishiBlock .koishiTxt {
	float:right;
	width:calc(50% - 15px);
	text-align:left;
	margin-left:30px;
}

.koishiBlock .koishiTxt p {
	font-weight:500;
	font-size:15px;
	line-height:28px;
}

.koishiBlock .koishiBtn {
	margin:15px 0 0;
}

.koishiBlock .koishiBtn a {
	display:block;
	overflow:hidden;
	padding-right:20px;
	width:270px;
	border:1px #ccc solid;
	border-radius:8px;
	background-image:url(/outdoor/camping-trip/images/icon_arrow_right01.png);
	background-position:90% center;
	background-size:18px auto;
	background-repeat:no-repeat;
	color:#222;
	text-align:center;
	font-weight:700;
	font-size:15px;
	line-height:52px;
}

/*----------------------
note
-----------------------*/
.note {
	margin-top:50px;
}

.note dl {
	position:relative;
	text-align:left;
}

.note dl dt {
	position:absolute;
	top:0;
	left:0;
	padding:0 20px;
	width:12em;
	border-radius:6px;
	background:#ede787;
	text-align:center;
	font-size:15px;
	line-height:30px;
}

.note dl dt strong {
	font-weight:700;
}

.note dl dd {
	padding-left:14em;
	font-size:15px;
	line-height:24px;
}

.note a.iconBlank {
	padding-right:24px;
	background-image:url(../images/icon_open_blank.png);
	background-position:100% 0;
	background-size:18px auto;
	background-repeat:no-repeat;
}

.note a:link,.note a:visited {
	color:#308d3a;
	text-decoration:underline;
}

.note a:hover,.note a:active {
	color:#308d3a;
	text-decoration:underline;
}
/*----------------------
paging
-----------------------*/
.paging {
	margin-top:60px;
}

.paging .more {
	margin-bottom:13px;
	text-align:center;
}

.paging_inner {
	width:100%;
	text-align:center;
}

.paging_inner li {
	display:inline-block !important;
	width:35px;
	height:40px;
	border:1px #ccc solid;
	border-radius:5px;
	border-radius:8px;
	font-size:12px;
	line-height:40px;
}

.paging_inner li.prev,.paging_inner li.next {
	width:42px;
}

.paging_inner li a {
	display:block;
	border-radius:5px;
	color:#222;
}

.paging_inner li.current,.paging_inner li a:hover {
	background-color:#2eb7ae;
	color:#FFF;
}
