/* index */
.idx-main {
    max-width: 980px;
    margin: 0 auto 1rem;
}
.idx-club-search {
    display: flex;
    justify-content: space-between;
}
.new-club-list {
     width: 600px;
}
.new-club-list .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.new-club-list .list .item {
    width: 190px;
}
.new-club-list .list .image {
    height: 120px;
    background-color: #cfcfcf;
    margin-bottom: 0.5rem;
}

    .idx-club-search {
        display: flex;
        justify-content: space-between;
    }
@media screen and (max-width: 768px) {
    .idx-club-search {
        display: block;
    }
    
    
}
.map-list {
    width: 330px;
    background-color: #ffffff;
    padding: 1rem;

}
#map {
    width: 300px;
    height: 350px;
    background-image: url("../images/map.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}
.map-list p {
    margin-bottom: 0;
}
#map .area {
    cursor: pointer;
    position: absolute;
    border: 1px solid #cfcfcf;
    padding: 0.5rem;
    background-color: #ffffff;
    
}
#map .area01 {
    top: 80px;
    right: 10px;
}
#map .area02 {
    top: 140px;
    right: 100px;
}
#map .area03 {
    top: 220px;
    right: 70px;
}
#map .area04 {
    top:180px;
    right: 155px;
}
#map .area05 {
    top: 260px;
    right: 130px;
}
#map .area06 {
    top: 230px;
    right: 200px;
}
#map .area07 {
    top: 300px;
    right: 200px;
}
#map .area08 {
    top: 60px;
    lef: 30px;
}
#map ul {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: rgba(255,255,255,0.8);
}
#map ul.active {
    display: block;
    z-index: 2;
}
#map ul li {
    list-style-type: none;
    line-height: 1.8rem;
    border-bottom:  1px solid #efefef;
}
#map ul li.close {
    margin-top: 50px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background-color: #000000;
    color: #ffffff;
}
#map ul li a {
    text-decoration: none;
    background-color: #ffffff;
    background-image: url("../images/arrow_right_gray.png");
    background-position: 95% 50%;
    background-size: 10px auto;
    background-repeat: no-repeat;
    padding: 0.1rem;
    display: block;
}
@media screen and (max-width: 768px) {
.map-list {
    width: 100%;
}
#map {
    margin: 0 auto;

}
    
    
}
.index-club-list {
    width: 630px;
    background-color: #ffffff;
    padding: 1rem;
}
.index-club-list .area-link{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.index-club-list .area-link li {
    width: 23%;
    margin-bottom: 0.5rem;
}
.index-club-list .area-link li a {
    display: block;
    background-color: #efefef;
    text-align: center;
    border-radius: 4px;
    background-image: url("../images/arrow_right_gray.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 8px auto;
    line-height: 3rem;
}
.index-club-list .area-link li a:hover {
    background-color: #5fc4ee;
    background-image: url("../images/arrow_right_white.png");
    color: #ffffff;
}
.club-select {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f8f7f2;
}
.club-select select {
    border: 1px solid #efefef;
    padding: 0.5rem;
    background-color: #ffffff; 
    font-size: 1rem;
    width: 100%;
    border-radius: 0.3rem;
}
.select-box {
    position: relative;
}
.select-box:after {
    position: absolute;
    right: 2rem;
    top: 40%;
    z-index: 2;
    width: 12px;
    height: 12px;
    content: '';
    background-image: url("../images/arrow_down_gray.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 768px) {
    .index-club-list {
        width: 100%;
    }
    .index-club-list .area-link{
        margin-bottom: 1rem;
    }
    .index-club-list .area-link li {
        width: 48%;
    }
    .index-club-list .area-link li a {
        line-height: 2.5rem;
    }
    .club-select {
        padding: 1rem;

    }
    .club-select select {
        
    }
    
}
.news-block {

}
.news-block .block {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3rem;
}

.news-block .block dl {
    display: flex;
    border-bottom: 1px dotted #efefef;
}
.news-block .block dl span {
    padding-right: 5px;
}


@media screen and (max-width: 768px) {
    .news-block {
        width: 100%;
    }
    .news-block .block {
        width: 100%;
    }

    .news-block .block dl {

    }

}
.index-grid {
    position: relative;
}

.archive-link {
    position: absolute;
    right: 0;
    top: 5px;
}


@media screen and (max-width: 768px) {

}
.index-banner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.index-banner .item {
    width: 300px;
    margin: 1rem;
}
@media screen and (max-width: 768px) {
    .index-banner .item {
        width: 300px;
        margin: 0 0 0.5rem;
    }

}
