@charset "utf-8";

/*---------------------------------------------
          Browser Default Initialization
  ---------------------------------------------*/

#topmenulist {
    background-color: rgb(102, 108, 120);
    font-size: 1.2em;
    text-align: center;
    top: 0;
    z-index: 900;
    margin: 0 auto 0em;
}
#topmenulist a {
    color: #fff;
}
#topmenulist ul {
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
}
#topmenulist ul li {
    display: inline;
    margin-left: -1px;
    padding: 0 7px 0 11px;
    border-left: 1px #fff solid;
    list-style-type: none;
    zoom: 1;
}

.circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    position: absolute;
    color: #fff;
    font-weight: 600;
    z-index: 10;
    top: 25%;
    left: 41%;
    font-family: 'DINCondensed';
}
.newmaru a:hover {
    text-decoration: none;
    color: #fff;
}
.phcap {
    position: relative;
}
span.photocap {
    font-family: sans-serif;
    font-size: 3em;
    color: #EF4A4B;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 20px;
}
.campingtitle {
    background-color: #000;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: .5em;
}
@media screen and (max-width: 1024px) {
    .campingtitle {
        padding: 1em 0em 12em 0em;
    }
}
#topitemlist section .camplist {
    max-width: 64em;
    margin: .5em auto;
    clear: both;
    display: flex;      /* display: flex; にすることでボックスの天地が自由に */
    padding: .5em 0;
}

.camptytle {
    font-size: 3em;
    color: #EF4A4B;
    font-weight: 700;
    clear: both;
    margin: .5em;
}

ul.cl_ul {
    margin: 1em auto;
    text-align: left;
}

li.cl_li {
    width: 30em;
    background-color: #EF4A4B;
    margin-bottom: .5em;
    border-radius: 20px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-left: 2em;
    padding: 2px 10px;
}
li.cl_li a {
    color: #fff;
}


section li:nth-child(even) {
    margin-right: 0px;
}
.line03 .undertenten {
    line-height: 36px;
    background: url(https://www.tanzao.com/fishing/img/bg-note03.png) bottom;
    margin: 0;
    padding: 0;
}
.bggreen {
    background-color: #fbfcf8;
    margin: 30px 0;
    padding: 20px 40px 40px;
}
.boxpassage {
    line-height: 36px;
    max-width: 30em;
}



@media screen and (max-width: 1024px) {
    .bggreen {
        padding: 20px 5px 40px;
    }
    section li:nth-child(3) {
        margin-right: 0%;
    }
    #topmenulist {
        background-color: #000;
        text-align: center;
        margin-top: 0px;
        font-size: 95%;
        border-bottom: 2px #999 solid;
        position: relative;
        margin-right: 0em;
    }
    .circle {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: red;
        text-align: center;
        line-height: 60px;
        vertical-align: middle;
        position: absolute;
        color: #fff;
       font-weight: 600;
        z-index: 10;
        top: 25%;
        left: 41%;
    }
}
@media screen and (max-width: 878px) {
    li.cl_li {
        float: none;
    }
    .campingtitle {
        padding: 1em 0em 1em 0em;
    }
}

@media screen and (max-width: 640px) {
    li.cl_li {
        width: 22em;
        margin-left: 0em;
    }
}
