#shop{
    padding-bottom: 0;
}
#shop h1{
    padding-bottom: 10px;
    font-weight: bold;
}

#con-info{
    text-align: center;
}
.lst-index{
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.lst-title{
    width: 5.5em;
}
.lst-text{
    
}
.map_img{
    padding-top: 50px;
    text-align: center;
    width: 80%;
}

.calendar_button{
    margin: 50px 0;
    text-align: center;
}

/*******************************************************************/

#con-access{
    padding-bottom: 150px;
}
#con-access address{padding: 20px 0;font-weight: bold;}

#con-access h3{
    padding: 50px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0e3429;
}
#con-access p{
    line-height: 1.5em;
}

#club-list{
    display: flex;
    flex-wrap: wrap;
}
#club-list li{
    margin-bottom: 10px;
    background: #fff;
    border-radius: 30px;
}
#club-list li a{
    padding: 10px 20px;
    display: block;
}
#club-list li h5{
    padding: 5px 0 2px 0;
    font-size: 16px;
    font-weight: bold;
}
#club-list li p{
    font-size: 12px;
    color: #333;
}
#club-list a[target=_blank]{
	background: url("../img/main/blank_icn.svg") no-repeat;
	background-position: center right 20px;
    background-size: 0.9em;
}

.google-maps{
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*******************************************************************/

@media screen and (max-width: 799px){
    #shop h1{margin-top: 10px; font-size: 1.5rem;}
    .calendar_button a{display: none;}
    #club-list li{width: 100%;}
    .google-maps{
        height: 50vh!important;
    }
}
@media screen and (min-width: 800px){
    #shop{display: flex;}
    #shop > div{
    padding-left: 40px;
    width: 440px;}
    #shop h1{font-size: 32px;}
    
    .calendar_button img{
        display: none;
    }
    .calendar_button a{
        display: block;
        padding: 20px;
        background: #000;
        color: #fff;
        border-radius: 40px;
    }
    .calendar_button a p{
        font-size: 20px;
        font-weight: bold;}
    
    #con-info > .lst-index,#con-info > .lst-con{
    margin-left: 175px;width: 450px;}

    #club-list li{width: calc((100% - 20px)/2);}
    #club-list li:nth-of-type(2n){margin-left: 20px;}
}