@charset "utf-8";

/* カテゴリリンク */
.categoryLink li{
    display: inline-block;
    width:320px;
}
.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
  font-weight:bold;
}

/* ヘッダースクロールメニュー */
.scrollMenu {
    letter-spacing: -0.4em;
    display: block;
    background: #2caa3f;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.scrollMenu ul {
    width: 960px;
}

.scrollMenu li {
    letter-spacing: normal;
    text-align: center;
    display: inline-block;

    width: 100px;
    font-size: 13px;
    letter-spacing: normal
}

/* サブカテゴリーへのリンク */
.subCategoryLinkTop{
    padding-top:10px;
    text-align: center;
    font-size:22px
}

.subCategoryLink {
    border-bottom: 1px solid #aaa;
    /* padding: 10px; */
}

.subCategoryLink li {
    display: inline-block;
    /* margin-right: 8px; */
    width: 160px;
}

.subCategoryLink li a{
    display: block;
    color:#fff;
    font-size:22px;
    letter-spacing: 0.02em;
    padding: 20px 20px;
}

.subCategoryLink .selected{
    background:#86bf7f;
    color:#fff
}


/* Feature01 */
.mainImg{
    height: 420px
}

.feature01 {
    font-size: 48px;
    font-weight: bold;
    color: #2caa3f;
    text-align: center;
    line-height: 54px;
    padding-bottom: 15px;
}

.featUpper {
    width: 560px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
    color: #000;
    text-align: center;
}

.feat02Upper {
    width: 580px;
    margin: 0 auto;
    padding-top: 24px;
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
    color: #000;
    text-align: left;
}

.feature01img{
    display: block;
    margin-bottom:50px
}

.featBottom {
    width: 550px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 36px;
}

.feature02{
    width:640px;
    font-size:48px;
    font-weight: bold;
    color:#2caa3f;
    letter-spacing: 0.03em;
    text-align: center;
}

.feat02Bottom {
    width: 550px;
    margin: 0 auto;
    margin-top: 26px;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 36px;
}

/* --------------------------
 * reviewG
-------------------------- */
.reviewG { width:640px;/*background-color: #f6f3ee; padding: 0px 0px 60px;*/margin-top: 60px;text-align: center;font-size: 26px;}

.reviewG h2 {
    text-align: center;
    font-size: 32px;
    margin: 0px;
    padding: 0;
    padding-top: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    background-image: url(/sp/images/flag.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.reviewG h2 span {
    display: block;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #A3CF53;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 0px;
}

.reviewG h3 {
    font-weight: bold;
    font-size: 40px;
    font-weight: bold;
    color: #2caa3f;
    text-align: center;
    margin-bottom: 30px;
}
.reviewG h4 {
    margin: 30px 0px 20px;
    line-height: 36px;
    font-weight: bold
}
.reviewG .row {margin: 0px; padding: 0px;}
.reviewG .row .col-md-6 {padding: 0px;margin-bottom: 0px;margin-top: 0;}
.reviewG .text {margin-bottom:0px; text-align: center; font-size: 24px; line-height: 36px;padding: 0 40px;}


/*店舗情報へのリンク*/
.shopinfoLink {
    border-radius: 50px;
    border: 4px solid #32b06d;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 450px;
    line-height: 56px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #22ac38;
    position: relative;
    letter-spacing: 0.03em
}

.shopinfoLink .fa {
    position: absolute;
    font-size: 42px;
    right: 14px;
    top: 50%;
    margin-top: -24px;
}


/* ランキング */
.ranking {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 50px;
    background: url(/sp/images/popularity/stripe_blue.gif);
}

.ranking .box {
    position: relative;
    width: 580px;
    margin: 0 auto;
    margin-bottom: 100px;
    background: #fff;
    padding: 36px;
    padding-bottom: 50px;
}

.ranking .box:last-child {
    margin-bottom: 0;
}

/* ランキング内　カテゴリ */

.boxImg{
    position: absolute;
}

.set .boxImg {
    right: -8px;
    top: -8px;
}

.tent .boxImg {
    right: 39px;
    top: -7px;
}

.nebukuro .boxImg {
    right: 39px;
    top: -6px;
}

.lantern .boxImg {
    right: 30px;
    top: 5px;
}

.table .boxImg {
    right: 18px;
    top: -18px;
}

.etc .boxImg {
    right: 10px;
    top: -34px;
}

.ranking .title {
    font-size: 34px;
    font-weight: bold;
    margin-top: 10px;
}

.ranking .title span {
    font-size: 24px;
}

.ranking .engTitle {
    font-size: 20px;
    font-weight: bold;
    color: #2caa3f;
    margin-top: 13px;
}



/* ランキング内　アドバイス */

.ranking .advice {
    margin-top: 40px;
    background: #fff9ad;
    padding: 20px 30px;
    padding-top: 20px;
    letter-spacing: 0.03em;
}

.ranking .advice i {
    color:#6d4e3d
}

.adviceTitle {
    font-size: 26px;
    font-weight: bold;
    color: #ec6941;
    text-align: center;
}

.adviceTitle i {
    font-size: 34px;
    margin-right: 10px;
    vertical-align: baseline;
}

.advice .text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.ranking .detailBtn {
    display: block;
    background: #f8b551;
    color: #fff;
    line-height: 36px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
}

.ranking .detailBtn i{
    margin-right:10px;
    font-size:24px;
    vertical-align: middle
}

.ranking .detailBtn span{
    font-size: 12px;
    font-weight: bold
}

.box .left{
    display: inline-block
}

.box .right {
    display: inline-block;
    vertical-align: top;
    width: 315px;
    padding-top: 80px;
    padding-left: 15px;
    text-align: center;
}

.popular {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 0.04em;
    margin: 25px 0;
}

.popular:before {
    content:'';
    display: inline-block;
    background: url('/sp/images/popularity/popular_left.gif');
    width:25px;
    height:40px;
    vertical-align: middle;
    margin-right:5px
}

.popular:after {
    content:'';
    display: inline-block;
    background: url('/sp/images/popularity/popular_right.gif');
    width:25px;
    height:40px;
    vertical-align: middle;
    margin-left:5px
}

.itemName{
    letter-spacing: 0.03em;
    font-size:18px;
    line-height: 22px
}

.rankImg li {
    width: 149px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.rankImg li:last-child{
    margin-right: 0
}

.rankImg li img{
    width:100%;
    border:1px solid #aaa
}

.searchBtn {
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50%;
    margin-left: -183px;
    bottom: -30px;
    display: block;
    width: 366px;
    line-height: 58px;
    background: #22ac38;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-radius: 5px;
}

.searchBtn i {
    font-size: 34px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -19px;
}

.searchBtnLongText {
    text-align: left;
    padding-left: 60px;
}

.searchBtnLong {
    width: 460px;
    text-align: left;
    padding-left: 60px;
    margin-left: -230px;
}

/* お客様の声 */

.customer{
    text-align: center
}

.customer .box{
    padding-top:80px
}

.customer .customerText {
    margin-top: 40px;
    text-align: left;
}

.customerVoice .titleBottom {
    font-size: 20px;
    line-height: 33px;
    margin-top: 10px;
    display: inline-block;
    width: 509px;
    vertical-align: top;
}

.titleBottomBox{
    margin-top:25px
}

.customerVoice .titleBottomBox span{
    color:#1aa1e6
}

.customerVoice .titleBottomBox:before{
    content:'';
    display:inline-block;
    width:32px;
    height:116px;
    vertical-align: top;
    border:#00a0e9 solid 5px;
    border-right: none
}

.customerVoice .titleBottomBox:after{
    content:'';
    display:inline-block;
    width:32px;
    height:116px;
    vertical-align: top;
    border:#00a0e9 solid 5px;
    border-left: none
}


.customerText img{
    width:116px;
    vertical-align: top
}

.customerText .imgBox {
    width: 116px;
    display: table-cell;
}

.customerText .text{
    display: table-cell;
    vertical-align: top
}

.customerText li {
    width:580px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.customerText li:last-child{
    border-bottom: none;
}

.customerVoice li .fa-angle-right {
    position: absolute;
    font-size: 60px;
    top: 50%;
    right: 15px;
    margin-top: -30px;
    color: #1c96d4;
}

.customerText li a{
    display: block;
    width:100%;
    height:100%;
    padding-top: 10px;
    padding-bottom: 30px;    
}

.customerText li div{
    letter-spacing: normal
}

.customerVoice .text {
    width: 445px;
    display: table-cell;
    padding-top: 14px;
    padding-left: 22px;
    text-align: left;
}

.customerVoice .postdate {
    font-size: 18px;
    font-weight: bold;
    color: #00a0e9;
}

/* ご利用レポート */
.customerReport .titleBottom {
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 10px;
    display: inline-block;
    width: 509px;
    vertical-align: top;
}


.customerReport .titleBottomBox span{
    color:#ec6941;
    font-weight: bold;
}

.customerReport .titleBottomBox:before{
    content:'';
    display:inline-block;
    width:32px;
    height:116px;
    vertical-align: top;
    border:#ec6841 solid 5px;
    border-right: none
}

.customerReport .titleBottomBox:after{
    content:'';
    display:inline-block;
    width:32px;
    height:116px;
    vertical-align: top;
    border:#ec6841 solid 5px;
    border-left: none
}

.customerReport .postdate {
    font-size: 18px;
    font-weight: bold;
    color: #ec6941;
}

.customerVoice .postName {
    margin-top: 12px;
    font-size: 26px;
    font-weight: bold;
}

.customerReport .postName {
    margin-top: 12px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.customer .postText {
    margin-top: 24px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 413px;
}

.customerReport li .fa-angle-right {
    position: absolute;
    font-size: 60px;
    top: 50%;
    right: 15px;
    margin-top: -30px;
    color: #ec6941;
}

.customerReport .text {
    width: 440px;
    display: table-cell;
    padding-top: 14px;
    padding-left: 22px;
    text-align: left;
}

.customer .postListBtn {
    display: block;
    text-decoration: none;
    width: 578px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border-radius: 5px;
    letter-spacing: 0.05em;
}

.customer .postListBtn span{
    font-size:18px;
    font-weight: bold
}

.customer .postListBtn i {
    font-size: 50px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -26px;
}

.customerVoice .postListBtn{
    background: #00a0ea;
}

.customerReport .postListBtn{
    background: #ed6942;
}

/* キャンプ用品お役立ち情報 */
.infoTop{
    margin-top:50px;
    height:225px
}

.infoMain {
    padding-top: 33px;
    padding-bottom: 80px;
    background: #22ac38;
}

.infoBox {
    background: #fff;
    width: 580px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: left;
    vertical-align: top;
    position: relative;
}

.infoBox:last-child{
    margin-bottom: 0px;
}

.infoBox img{
    width:160px;
    vertical-align: top
}

.infoBox a{
    display: block;
    width:100%;
    height:100%;
    padding: 42px;    
}

.infoText {
    display: inline-block;
    width: 330px;
    padding-left: 15px;
}

.infoDate {
    margin-top: 22px;
    font-size: 24px;
    font-weight: bold;
    color: #22ac38;
}

.infoTitle {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 15px;
    line-height: 43px;
}

.infoTextMainBox{
    position: relative
}

.infoTextMain {
    height:148px;
    font-size: 24px;
    margin-top: 15px;
    line-height: 37px;
    overflow: hidden;
    letter-spacing: 0.03em;
}

.infoTextMainBox:after {
    content: "…";
    font-size: 24px;
    position: absolute;
    top: 121px;
    right: -24px;
}

.infoBox i {
    width:60px;
    line-height:60px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    font-size: 40px;
    bottom: -29px;
    right: 50%;
    margin-right: -30px;
    color: #22ac38;
}

.greenBg{
    background: #22ac38;
    padding-bottom:40px
}

.blogLink {
    display: block;
    background: #fff;
    margin: 0 auto;
    /* margin-top: 20px; */
    /* margin-bottom: 30px; */
    width: 400px;
    border-radius: 3px;
    line-height: 42px;
    position: relative;
    font-size: 24px;
    padding-top: 5px;
}

.blogLink:link,
.blogLink:visited{
    color:#333
}

.blogLink span{
    font-size:18px
}

.blogLink .fa {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
}

/* チャットプラス アイコン位置 */
#chatplusview.closed.chatplusview-modern.headless #outline {
    top: -100px !important;
}

.rentalInfo h2 span {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #A3CF53;
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}

.category-faq {

padding: 15px;
margin-top: 50px;
}
.category-faq h2{
text-align: center;
font-size: 32px;
margin: 0px;
  margin-top: 0px;
padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
padding-bottom: 10px;
padding-top: 70px;
margin-top: 30px;
color: #000;
background-image: url(/sp/images/flag.png);
background-repeat: repeat-x;
background-position: top center;
}

.category-faq .text{
  font-size: 18px;
  text-align: center;
}

.category-faq dl{
border-top: 1px solid rgb(197, 197, 197);
margin-top: 8px;
padding-top: 8px;
}
.category-faq dt{
color: rgb(130, 118, 83);
font-size: 20px;
font-weight: bold;
margin: 0px;
padding: 0px 0px 0px 28px;
position: relative;
}
.category-faq dd{
color: rgb(102, 92, 64);
font-size: 16px;
font-weight: normal;
line-height: 24px;
margin: 4px 0px 0px;
padding: 0px 0px 0px 28px;
}

.category-faq a{
  text-decoration: underline;
  font-weight: bold;
}

.category-worry {

padding: 15px;
margin-top: 50px;
}
.category-worry h2{
text-align: center;
font-size: 32px;
margin: 0px;
  margin-top: 0px;
padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
padding-bottom: 10px;
padding-top: 70px;
margin-top: 30px;
color: #000;
background-image: url(/sp/images/flag.png);
background-repeat: repeat-x;
background-position: top center;
}

.category-worry .text{
  font-size: 18px;
  text-align: center;
}

.category-worry dl{
border-top: 1px solid rgb(197, 197, 197);
margin-top: 8px;
padding-top: 8px;
}
.category-worry dt{
color: rgb(105, 95, 66);
font-size: 20px;
font-weight: bold;
margin: 0px;
padding: 0px 0px 0px 28px;
position: relative;
}
.category-worry dd{
color: rgb(102, 92, 64);
font-size: 16px;
font-weight: normal;
line-height: 24px;
margin: 4px 0px 0px;
padding: 0px 0px 0px 28px;
}

.category-worry a{
  text-decoration: underline;
}

.heandsUp {
    border: 2px solid #ff0000;
    padding: 10px;
    line-height: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    background:#fff    
}

.heandsTxt {
    color: #333;
    font-size: 20px;
    text-align: center;
}

.heandsTxt b{
    font-weight: bold
}