@charset "UTF-8";

/* *******************************************************************************************
*
*　イベント情報 PC
*
******************************************************************************************* */

/* -- ページヘッダー -- */

.pageHeader_ttl-boat{
padding: 128px 0 198px 0;
background: url(../image/index_bg-boat-trip_pc.jpg) center center no-repeat;
background-size: cover;
}
.pageHeader_ttl_box{
max-width:1100px;
width: 78.58%;
margin: 0 auto;
}
.pageHeader_ttl_box .ttl{
width: 53.1%;
padding-left: 24px
}
/* -- メインコンテンツ -- */

.pageContent{
padding-top: 44px;
background: #fff;
}

.pageContent_inner{
margin: 0 auto;
width: 980px;
color: #05474d;
}

/* ----------
*
* 一覧
*
* -------- */

.boat_Index{
padding-bottom: 36px;
}
.boat_Index_lead{
font-size: 20px;
line-height: 32px;
}

/* -- 目次 --*/

.boat_ttlArea{
margin-top: 76px;
margin-bottom: 28px;
}
.boat_ttlArea .ttl{
font-size: 24px;
font-weight: bold;
line-height: 32px;
border-bottom: 5px solid #05474d;
padding-bottom: 10px;
}
.tocBox{
position: relative;
}

.boat_toc .tocBox{
border-bottom: 1px dotted #05474d;
padding-bottom: 22px;
margin-bottom: 18px;
}
.boat_toc .tocBox .phBox{
float: left;
width: 310px;
}
.boat_toc .tocBox .ttlBox{
padding-left: 360px;
}
.boat_toc .tocBox .ttlBox .num span{
background-color: #05474d;
padding: 5px 15px;
border-radius: 20px;
color: #fff;
font-size: 20px;
}
.boat_toc .tocBox .ttlBox .ttl{
font-size: 24px;
font-weight: 700;
line-height: 32px;
margin-top: 20px;
}
.boat_toc .tocBox .noteBox{
padding-left: 360px;
font-size: 18px;
line-height: 32px;
margin-top: 15px;
}
.boat_toc .tocBox::after{
content: "";
display: block;
clear: both;
}

.boat_toc .commentBox{
margin:40px 0 70px 0;
}
.boat_toc .commentBox .balloonBox{
position: relative;
background-color: #05474d;
padding: 20px;
border-radius: 30px;
font-size: 28px;
font-weight: 700;
line-height: 48px;
color: #fff;
text-align: center;
}
.boat_toc .balloonBox:after{
content: "";
position: absolute;
right: 20px;
bottom: -20px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: #05474d transparent transparent transparent;
border-width: 20px 13px 0 13px;
}

/*-- New --*/
.boat_toc .item_link-new:before{
position: absolute;
content: '';
top: 0;
left: 0;
width: 70px;
height: 30px;
z-index: 10;
background: url(/fishing/2hp-boat/image/label_new.png) 0 0 no-repeat;
background-size: cover;
background-position: center center;
}

/* -- この企画で使用している船外機 --*/
.boat_product{
width: 100%;
background-color: #e6eeee;
color: #05474d;
margin-top: 80px;
padding:35px 0 70px 0	;
}
.boat_product .product_ttl{
text-align: center;
font-size: 32px;
line-height: 56px;
font-weight: bold;
}
.boat_product .productBox{
margin-top: 38px;
}
.boat_product .productBox .phBox{
float: left;
width: 310px;
}
.boat_product .productBox .ttlBox{
padding-left: 340px;
font-size: 20px;
font-weight: bold;
padding-top: 10px;
}
.boat_product .productBox .ttlBox .productName{
font-size: 32px;
}
.boat_product .productBox .ttlBox .ttl{
padding-top: 16px;
font-size: 20px;
line-height: 32px;
}
.boat_product .productBox .noteBox{
padding-left: 340px;
padding-top: 15px;
font-size: 18px;
line-height: 32px;
}

.boat_product .productBox::after{
content: "";
display: block;
clear: both;
}
.boat_product .productBox .btnBox{
padding-left: 340px;
padding-top: 30px;
}
.boat_product .productBox .btnBox .btn{
width:450px;
}
.boat_product .productBox .btnBox a{
display: block;
position: relative;
background-color: #0f5966;
color: #fff;
font-size: 20px;
line-height: 32px;
font-weight: bold;
padding: 15px 0;
text-align: center;
}
.boat_product .productBox .btnBox a:after {
position: absolute;
content: '';
top: 35%;
right: 14px;
width: 14px;
height: 20px;
background: url(../../common/image/ic_arrow_wt_right.png) 0 center no-repeat;
background-size: 14px 14px;
z-index: 10;
}

.fishing_contents a:hover {
opacity: 0.7;
}

.snsBtn{margin-top: 60px;}


/* ----------
*
* 下層共通
*
* -------- */

/* -- メインビジュアル -- */

.pageMain{
position: relative;
height: 348px;
}
.subscribe_newsletter{
padding-top: 75px;
}