@charset "utf-8";

/*---------------------------------

記事一覧ページ

---------------------------------*/
section.archive__cat_change {
    margin-bottom: 25px;
}

.main_content.archive .inner {
    background: #f5efe7;
}

/* 一覧切替 */
.archive__cat_change ul {
    display: flex;
    justify-content: space-between;
}

.archive__cat_change li {
    width: calc((100% - 6px) / 3);
    background: #44403f;
}
.news-event.archive__cat_change ul {
    flex-wrap: wrap;
}
.news-event.archive__cat_change li {
    width: calc((100% - 3px) / 2);
}
.news-event.archive__cat_change li:nth-of-type(n+3) {
    margin-top: 3px;
}
@media print, screen and (min-width:992px) {
    .news-event.archive__cat_change li {
        width: calc((100% - 169px) / 3);
    }
    .news-event.archive__cat_change li.news {
        width: 160px;
    }
    .news-event.archive__cat_change li:nth-of-type(n+3) {
        margin-top: 0;
    }
}

.archive__cat_change li a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    font-size: 12px;
}

.archive__cat_change li a:hover,
.archive__cat_change li.active a {
    background: #727171;
}

.archive__cat_change li.news a:before {
    content: "";
    display: block;
    width: 17px;
    height: 20px;
    margin: auto;
    background: url(../img/archive/img_news-ico.png) no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}

.archive__cat_change li.bicycle a:before,
.archive__cat_change li.bicycle a:before {
    content: "";
    display: block;
    width: 21px;
    height: 20px;
    margin: auto;
    background: url(../img/common/ico_cycle.svg) no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}

.archive__cat_change li.fishing a:before {
    content: "";
    display: block;
    width: 27px;
    height: 20px;
    margin: auto;
    background: url(../img/archive/img_nav-fishing-ico.svg) no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}

.archive__cat_change li.ride-fish a {
    padding-top: 7px;
}
.archive__cat_change li.ride-fish a:before {
    content: "";
    display: block;
    width: 46px;
    height: 28px;
    margin: auto;
    background: url(../img/archive/img_nav-ride-fish-ico.svg) no-repeat;
    background-size: contain;
    margin-bottom: 3px;
}



@media print,
screen and (min-width:768px) {
    .archive__cat_change li a {
        font-size: 16px;
        padding: 8px 0;
    }

    .archive__cat_change li.ride-fish a {
        padding: 6px 0;
    }

    .archive__cat_change li.news a:before {
        content: "";
        display: inline-block;
        width: 34px;
        height: 44px;
        margin: auto;
        background: url(../img/archive/img_news-ico.png) no-repeat;
        background-size: contain;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 20px;
    }

    .archive__cat_change li.bicycle a:before,
    .archive__cat_change li.bicycle a:before {
        content: "";
        display: inline-block;
        width: 43px;
        height: 44px;
        margin: auto;
        background: url(../img/common/ico_cycle.svg) no-repeat;
        background-size: contain;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 20px;
    }

    .archive__cat_change li.fishing a:before {
        content: "";
        display: inline-block;
        width: 54px;
        height: 44px;
        margin: auto;
        background: url(../img/archive/img_nav-fishing-ico.svg) no-repeat;
        background-size: contain;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 20px;
    }

    .archive__cat_change li.ride-fish a:before {
        content: "";
        display: inline-block;
        width: 80px;
        height: 48px;
        margin: auto;
        background: url(../img/archive/img_nav-ride-fish-ico.svg) no-repeat;
        background-size: contain;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 20px;
    }
}


/* カレンダーページリンク */
.head_calender_link {
    display: inline-block;
    float: right;
    margin-bottom: 30px;
    vertical-align: middle;
}

.head_calender_link a:before {
    content: "";
    display: inline-block;
    background: url(../img/common/ico_calender.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}


/* 絞込み */
.archive__filtering {
    width: 90%;
    margin: 0 auto 20px;
}
.archive__filtering li + li {
    margin-top: 10px;
}
.archive__filtering li a {
    background: #fff;
    text-align: center;
    color: #44403f;
    border: 1px solid #c9caca;
    border-radius: 25px;
    display: block;
    padding: 5px 15px;
}


.archive__filtering li span {
    margin-right: 0;
    text-align: center;
    border-radius: 25px;
    background: #727171;
    color: #fff;
    display: block;
    padding: 5px 15px;
    /* margin-bottom: 10px; */
}
@media print, screen and (min-width:768px) {
    .archive__filtering {
        width: auto;
        /* overflow: hidden; */
        margin: 0 auto 25px;
        padding-bottom: 3px;
        /* display: table !important; */
    }

    .archive__filtering p {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .archive__filtering ul {
        /* overflow: hidden;
        display: inline-block;
        vertical-align: middle; */
        padding: 4px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .archive__filtering li {
        /* float: left; */
        margin-right: 10px;
        max-width: 260px;
        width: calc(100%/3);
    }

    .archive__filtering li.btn-howto {
        max-width: 360px;
        width: 360px;
    }

    .archive__filtering li:last-child {
        margin-right: 0;
    }

    .archive__filtering li + li {
        margin-top: 0;
    }

    /* .archive__filtering li a {
        width: 250px;
    } */

    /* .archive__filtering li a.btn-howto {
        width: 360px;
    } */

    .archive__filtering li a:hover {
        background: #727171;
        color: #fff;
        border-color: #727171;
    }

    /* .archive__filtering li span {
        width: 200px;
        margin-bottom: 0;
    } */

    /* .archive__filtering li span.btn-howto {
        width: 300px;
    } */
}

/* 準備中 */
.coming-soon {
    margin-bottom: 30px;
}

/* タグタイトル */
.archive_ttl-tag {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}


/* 記事一覧 */

.archive_list li {
    margin-bottom: 20px;
    width: 100%;
}

.archive_list .archive_list-box {
    background: #fff;
    border: 1px solid #c9caca;
    padding: 10px;
}

.archive_list_inner a {
    position: relative;
    display: block;

}

.archive_list_inner a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    opacity: 0;
}

.archive_list_inner a:hover::after {
    opacity: .3;
    transition: 0.3s ease-in-out;
}

.archive_ttl {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b6;
}

.archive_ttl .cat_box,
.archive_ttl .archive_tit {
    padding-left: 70px;
}

.archive_ttl .archive_tit {
    line-height: 1.5;
}

.archive_ttl .cat_box {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.archive_ttl.bicycle .cat_box {
    color: #5d626b;
}

.archive_ttl.bicycle .cat_box:before {
    content: "Bicycle";
}

.archive_ttl.fishing .cat_box {
    color: #5d626b;
}

.archive_ttl.fishing .cat_box:before {
    content: "Fishing";
}

.archive_ttl.ride-fish .cat_box {
    color: #5d626b;
}

.archive_ttl.ride-fish .cat_box:before {
    content: "Ride & Fish";
}

.archive_ttl.news .cat_box {
    color: #5d626b;
}

.archive_ttl.news .cat_box:before {
    content: "News";
}


#blog .archive_ttl .cat_box {
    color: #5d626b;
}

#blog .archive_ttl.bicycle .cat_box:before {
    content: "Bicycle";
}

#blog .archive_ttl.fishing .cat_box:before {
    content: "Fishing";
}

#blog .archive_ttl.ride-fish .cat_box:before {
    content: "Ride & Fish";
}

.archive_ttl:before {
    content: "";
    background-color: #717782;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    top: 0;
    width: 60px;
    height: 60px;
}

.archive_ttl.bicycle:before,
.archive_ttl.bicycle:before {
    background-image: url(../img/common/ico_cycle.svg);
    background-size: 54px 52px;
}

.archive_ttl.fishing:before {
    background-image: url(../img/common/ico_fishing.svg);
    background-size: 56px 50px;
    background-position: center left;
}

.archive_ttl.news:before {
    background-image: url(../img/common/ico_news.png);
    background-size: contain;
}

.archive_ttl.ride-fish:before {
    background-image: url(../img/common/ico_ride-fish.svg);
    background-size: 54px 55px;
}

.archive_img_box {
    margin: 0 -10px;
    position: relative;
}

.archive_img_box .icon-new {
    width: 80px;
    height: 80px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.archive_img_box .icon-new img {
    width: 100%;
}

@media print,
screen and (min-width:768px) {
    .archive_list ul {
        display: flex;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .archive_list li {
        margin-bottom: 20px;
        width: 33.3%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .archive__event_info p {
        font-size: 14px;
    }
}


/* イベント開催日 */
.archive_status {
    overflow: hidden;
    padding: 10px 0;
}

.archive_date {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    margin-left: -10px;
}

.current_status {
    background: #fff;
    border-radius: 25px;
    padding: 5px 0;
    font-size: 13px;
    border: 1px solid #44403f;
    display: inline-block;
    float: right;
    text-align: center;
    width: 110px;
}

.current_status.cancel {
    background: #dcdddd;
}

.current_status.end {
    background: #727171;
    color: #fff;
}

.current_status.report {
    background: #323333;
    color: #fff;
}

.current_status.old_report {
    background: #323333;
    color: #fff;
}

.current_status.howto {
    background: #323333;
    color: #fff;
}




/* サムネイル画像 */
.archive_img_box {
    margin-bottom: 15px;
    text-align: center;
}

.archive__event_info {
    padding: 0 10px;
}

.archive__event_info p {
    margin-bottom: 15px;
}

.archive__event_info time {
    display: block;
    text-align: right;
    font-size: 12px;
}

.archive__event_info time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/common/ico_time.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

@media print,
screen and (min-width:768px) {}

@media print,
screen and (min-width:992px) {}



.pagetit {
    margin-bottom: 20px;
}

/* カレンダーページリンク */
.head_calender_link {
    display: inline-block;
    float: right;
    margin-bottom: 15px;
    vertical-align: middle;
}

.head_calender_link:after {
    content: "";
}

.head_calender_link a:before {
    content: "";
    display: inline-block;
    background: url(../img/common/ico_calender.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

@media print,
screen and (min-width:768px) {
    .head_calender_link {
        margin-bottom: 30px;
    }

    .head_calender_link a:before {
        content: "";
        display: inline-block;
        background: url(../img/common/ico_calender.png) no-repeat;
        background-size: contain;
        width: 35px;
        height: 32px;
        margin-right: 10px;
        vertical-align: middle;
    }
}


/*---------------------------------
Index
---------------------------------*/
.archive_list ul li:nth-of-type(13) {
    display: none;
}

@media print,
screen and (min-width:768px) {}

@media print,
screen and (min-width:992px) {}


/*---------------------------------
tag-list
---------------------------------*/
.tag-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tag-list_item a {
    display: block;
    font-size: 12px;
	text-align: center;
    padding: 4px 15px;
	border-radius: 25px;
	border: 1px solid #44403f;
    margin: 0 5px 5px 0;
	background: #fff;
}
.archive-tag_list {
    margin: 20px auto;
}
@media print, screen and (min-width:900px) {
	.tag-list_item a:hover {
		color: #fff;
		background: #44403f;
	}
}