html {
    background-color: #fff;
}
img {
    width: 100%;
    height: auto;
}


div.width_1200 {
	margin:auto;
	padding: 0;
	width:1200px;
	text-align: left;
	position: relative;
	background-color: transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;


}


.res_540 {
    display: none;
}
@media screen and (max-width:540px) {
    .pc_540 {
        display: none !important;
    }
    .res_540 {
        display: block !important;
    }
}


.main_img_zone .img {
    height: 740px;
    width: auto;
}

.cycling_bg {
    background-image: url("img/main_bg_img.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:540px) {
    div.width_1200 {
        margin:auto;
        padding: 0;
        width:100%;
        text-align: left;
        position: relative;
        background-color: transparent;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    
    
    }
    
    .cycling_bg {
        background-image: none;
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    img.res_540 {
        width: 100%;
        height: auto;
    }
}
#cycling .bg_gray {
    background-color: #F5F5F5;
}
#cycling .bg_white {
    background-color: #fff;
}
#cycling .intro {
    padding-top: 110px;
}
#cycling .intro p {
    text-align: center;
    margin-bottom: 10px;
}
#cycling .intro p img {
    height: 62px;
    width: auto;
}
#cycling hr {
    margin: 10px auto;
    width: 1px;
    height: 40px;
    display: block;
    opacity: 1;
    color: #707070;
    background-color: #707070;
}
#cycling .coures {
    padding: 0 100px;
}
#cycling .coures01 {
    padding-bottom: 100px;
}
#cycling .coures02 {
    padding-bottom: 100px;
}
#cycling .coures .title_zone img {
    width: 840px;
    height: auto;
}
#cycling .coures .title_zone h1 {
    text-align: center;
}
@media screen and (max-width:540px) {
    #cycling .intro {
        padding-top: 60px;
    }
    #cycling .intro p img {
       width: 350px;
       height: auto;
    }
    #cycling .coures .title_zone img {
        width: 100%;
        height: auto;
    }
    #cycling .coures {
        padding: 40px 10px;
    }
}

#cycling .coures .btn_zone{
    margin-top: 50px;
    text-align: end;
    margin-right: 100px;
   
}
#cycling .coures .btn_zone a img {
    width: 60px;
    height: auto;
    margin-right: -30px;
    margin-bottom: -6px;
}
#cycling .coures .btn_zone a {
    background-color: #B1BD6B;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 20px;
    color: black;
    text-decoration: none;
    border: 1px solid #B1BD6B;
    transition: 0.5s;
}
#cycling .coures .btn_zone a:hover {
    background-color: #849046;
    border-radius: 50px;
    padding: 10px 30px;
    color: black;
    text-decoration: none;
    border: 1px solid #849046;
    transition: 0.5s;
}
#cycling .coures02 .btn_zone a {
    background-color: #D4CE7F;
    border-radius: 50px;
    padding: 10px 30px;
    color: black;
    text-decoration: none;
    border: 1px solid #D4CE7F;
    transition: 0.5s;
}
#cycling .coures02 .btn_zone a:hover {
    background-color: #849046;
    border-radius: 50px;
    padding: 10px 30px;
    color: black;
    text-decoration: none;
    border: 1px solid #849046;
    transition: 0.5s;
}
#cycling .coures03 .btn_zone a {
    background-color: #1687C6;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1687C6;
    transition: 0.5s;
}
#cycling .coures03 .btn_zone a:hover {
    background-color: #0d5982;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0d5982;
    transition: 0.5s;
}

#cycling .coures03 .coures_img {
    margin-top: 70px;
}
#cycling .coures03 .btn_zone {
    text-align: left;
    margin-left: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width:540px) {
    #cycling .coures .btn_zone{
        margin: auto;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 40px;
    }
    #cycling .coures .btn_zone a {
        background-color: #B1BD6B;
        border-radius: 50px;
        padding: 10px 30px;
        font-size: 16px;
        color: black;
        text-decoration: none;
        border: 1px solid #B1BD6B;
        transition: 0.5s;
    }
    #cycling .coures02 .btn_zone a {
        background-color: #D4CE7F;
        border-radius: 50px;
        padding: 10px 30px;
        color: black;
        text-decoration: none;
        border: 1px solid #D4CE7F;
        transition: 0.5s;
    }
    #cycling .coures03 .btn_zone a {
        background-color: #1687C6;
        border-radius: 50px;
        padding: 10px 30px;
        color: #fff;
        text-decoration: none;
        border: 1px solid #1687C6;
        transition: 0.5s;
    }
}



#cycling .location_zone {
    position: relative;
    padding: 0 100px;
}
#cycling .location_zone .location_img {
    position: absolute;
    width: 470px;
    height: auto;
    right: 100px;
    top: -200px;
}
#cycling .location_zone .location {
    padding-top: 200px;
}
#cycling .location_zone .location .title_zone {
    position: absolute;
    left: 0;
}
#cycling .location_zone .location .title_zone h2 img {
    width: 645px;
    height: auto;
}
#cycling .location_zone .location .bg_green {
    background-color: #B0BD6B;
    padding: 50px 100px 50px 300px;
    display: inline-block;
}
#cycling .location_zone .location .link_zone {
    float: right;
    margin-top: 100px;
}
#cycling .location_zone .location .link_zone ul {
    margin-bottom: 30px;
}
#cycling .location_zone .location .link_zone li {
    font-size: 16px;
    font-family: serif;
    padding: 2px 0;
    letter-spacing: 2px;
}
#cycling .location_zone .location .link_zone li.sotre_name {
    margin-left: 10px;
    letter-spacing: 2px;
}
#cycling .location_zone .location .link_zone a.pdf_link {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 40px;
    transition: 0.5s;
}
#cycling .location_zone .location .link_zone a.pdf_link:hover {
    color: #fff;
    background-color: #555555;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 40px;
    transition: 0.5s;
}

@media screen and (max-width:540px) {
    
    #cycling .location_zone {
        position: relative;
        padding: 0 10px;
    }
    
    #cycling .location_zone .location_img {
        position: initial;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    #cycling .location_zone .location {
        padding-top: 60px;
    }
    #cycling .location_zone .location .title_zone {
        position: initial;
        left: 0;
    }
    #cycling .location_zone .location .title_zone h2 {
        text-align: center;
    }
    #cycling .location_zone .location .title_zone h2 img {
        width: 350px;
        height: auto;
    }
    #cycling .location_zone .location .link_zone {
        float: initial;
        margin-top: 60px;
    }
    #cycling .location_zone .location .bg_green {
        background-color: #B0BD6B;
        padding: 40px 50px;
        display: block;
       width: 100%;
    }
}

#cycling .go_zone {
    padding: 100px;
    margin-top: 100px;
}
#cycling .go_zone h2 {
    text-align: center;
}
#cycling .go_zone h2 img {
    width: 430px;
    height: auto;
}

#cycling .go_zone .go_img {
    margin-top: 40px;
}
#cycling .go_zone .go_img iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width:540px) {
    #cycling .go_zone {
        padding: 0 10px;
        margin-top: 60px;
    }
    #cycling .go_zone h2 img {
        width: 350px;
        height: auto;
    }
    #cycling .go_zone .go_img {
        margin-top: 30px;
    }
    #cycling .go_zone .go_img iframe {
        width: 100%;
        height: 250px;
    }
}
@media screen and (max-width:540px) {
    div#footer {
        background-color: transparent;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 85;
        margin: 0 auto;
        padding: 0 0 0 0;
        background-image: url("img/res_footer_bg.jpg");
        background-repeat: no-repeat;
        background-position: center 100%;
        background-size: cover;
        margin-top: 60px;
    }
    div#footer_inner {
        width: 100%;
        position: relative;
        z-index: 25;
        margin: 0 auto;
        height: auto;
        padding: 0;
    }
    div#footer_inner div.address_section {
        width: 100%;
        position: relative;
        z-index: 25;
        margin: 40px 0 0 0;
        float: left;
        display: inline;
        /* background-image: url(../img/sitemap_nav_bg.gif); */
        background-repeat: no-repeat;
        background-position: 100% 20px;
    }
    div#footer_inner div.address_section address {
        clear: both;
        font-size: 13px;
        text-align: center;
        line-height: 1.25;
        margin: auto;
        color: #333;
        float: initial;
        width: 90%;
    }

    div#footer_inner div.address_section p.footer_inquily {
        font-size: 13px;
        text-align: center;
        line-height: 1.25;
        margin: 40px auto;
        color: #333;
        float: initial;
        width: 193px;
    }
    .clearfix:after {
        content: url(pixel.gif);
        display: block;
        clear: both;
        height: -5px;
    }
    div#footer p.toTop {
        position: absolute;
        bottom: 20px;
        right: 15px;
        z-index: 50;
    }
    div#footer p.toTop img {
        width: 45px;
        height: auto;
    }
}



/**=========
coures list
===========**/

.coures_list .main_img_zone h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;

}
.coures_list .list_zone {
    padding: 0 100px;
}
.coures_list .list_zone h3 {
    font-size: 20px;
    background-color: #849041;
    padding: 5px 30px;
    display: block;
    color: #fff;
}
.coures_list .list_zone table {
    margin: 20px;
}
.coures_list .list_zone table a {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    padding: 5px;
}
.coures_list .list_zone table a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    background-color: #d9e78b;
}
.coures_list .list_zone table th {
    border-bottom: 1px solid #B0BD6B;
}
.coures_list .list_zone table th,
.coures_list .list_zone table td {
    font-size: 16px;
    padding: 15px 20px;
    font-family: serif;
}
.coures_list .list_zone table th {
    text-align: left;
}
.coures_list .list_zone table td span {
    font-size: 14px;
}
.coures_list .list_zone table .store {
    width: 350px;
}
.coures_list .list_zone .area {
    margin-bottom: 70px;
}
.coures_list .list_zone .list td:nth-child(2) {
    width: 170px;
}

.coures_list .page_link button {
    font-size: 16px;
    background-color: #849041;
    padding: 5px 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.coures_footer {
    margin-top: 100px !important;
}
.coures_footer::after {
    display: none;
}



@media screen and (max-width:540px) {
    .coures_list {
        background-image: url("img/res_main_bg_img.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .coures_list .main_img_zone h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 60px;
    
    }
    .coures_list .list_zone {
        padding: 0 10px;
    }
    .coures_list .list_zone h3 {
        font-size: 20px;
        background-color: #849041;
        padding: 5px 30px;
        display: block;
        color: #fff;
        text-align: center;
    }
    .coures_list .list_zone table {
        margin: auto;
        width: 100%;
    }
    .coures_list .list_zone table th,
    .coures_list .list_zone table td {
        font-size: 16px;
        padding: 5px;
        font-family: serif;
        width: 100% !important;
        display: block ;
    }
    .coures_list .list_zone table tr {
        border-bottom: 1px solid #B0BD6B;
        padding: 10px 0 ;
        display: block;
    }
    .coures_list .list_zone table th {
        border-bottom: 1px solid #B0BD6B;
        display: none !important;
    }
    .coures_list .list_zone table a {
        color: #000;
        text-decoration: none;
        transition: 0.5s;
        padding: 5px;
        padding-left: 0;
    }
    .coures_footer {
        margin-top: 70px !important;
    }
}