/* pc/home/index/main.css */

@media screen and ( min-width:1024px ) {
    body {
        margin: 0px 0 0 0;
        padding: 0;
    }

    /*#region header_word_wrap　add20190331*/
	#header_word_wrap {
        margin: 0px;
		 background-color: #514c3b!important;
		width: 100%;
    }

    h1#header_word {
        text-align: left;
        color: #fff;
        padding: 2px 7px;
        margin: 0 auto;
		width: 980px;
        font-size: 10px;
    }
    /*#endregion*/

    /*#region service_links_wrap*/
    #service_links_wrap {
    }

    .service_link_wrap {
        border: 1px dotted #000;
        border-width: 0 0 1px;
        padding: 0 0 25px;
        margin: 0 0 35px;
    }

    .service_link_wrap:after {
        content: "";
        display: block;
        clear: both;
    }

    .service_image_wrap {
        float: left;
        width: 130px;
    }

    .service_image_wrap:hover {
        opacity: 0.8;
    }

    .service_text_wrap {
        float: right;
        width: 450px;
        text-align: right;
    }

    .service_title {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    .service_note {
        color: rgb(220, 20, 60);
        font-weight: bold;
        font-size: 17px;
        margin: 8px 0;
    }

    .service_note span {
        background-image: url("/images/common/home/index/yback.png");
    }

    .service_body {
        font-size: 13.5px;
        letter-spacing: 0;
        margin: 0;
        line-height: 20px;
    }
    /*#endregion*/

    /*#region product_links_wrap*/
    #product_links_wrap {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 640px;
        margin: 0 0 0 -20px;
    }

    #product_links_wrap:after {
        content: "";
        display: block;
        clear: both;
    }

    #product_links_wrap li {
        display: block;
        float: left;
    }

    #product_links_wrap li:nth-of-type(2n-1) {
        margin: 0 10px 0 0;
    }

    #product_links_wrap li a {
    }

    #product_links_wrap li a img:hover {
        opacity: 0.8;
    }
    /*#endregion*/

    /*#region guide_wrap*/
    #guide_wrap {
    }

    #google_maps_wrap {
        margin: 0 0 10px;
    }

    #address_wrap {
    }

    #address_wrap p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
    /*#endregion*/

    /*#region bottom_contact_banner_wrap*/
    #bottom_contact_banner_wrap {
        text-align: center;
        margin: 0 0 25px;
    }

    #bottom_contact_banner_wrap img:hover {
        opacity: 0.8;
    }
    /*#endregion*/

    /*#region bottom_image_wrap*/
    #bottom_image_wrap {
        text-align: center;
        margin: 0 0 25px;
    }

    #bottom_image_wrap img {
    }
    /*#endregion*/

    /* common/home/index/main.css */

#slide_image_wrap {
    width: 100%;
    height: 510px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    /*z-index: -9999;*/
}

#slide_image_wrap ul {
    width: auto;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

#slide_image_wrap ul li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    min-width: 990px;
    min-height: 510px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

#slide_image_wrap ul li a {
    opacity: 0;
    width: 100%;
    height: 510px;
    display: block;
}

#slide_image_wrap ul li a:hover {
    cursor: default;
}

#slide_image_wrap ul li a.has_link:hover {
    cursor: pointer;
}

#slide_image_wrap ul li:nth-of-type(1) {
    display: block;
    z-index: 20;
}

#slide_image_wrap div:last-child {
    background-color: #fff;
    width: 100%;
    height: 510px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: none;
    opacity: 0.0;
    z-index: 1000000;
}

.Special information {
	background-color: #7f765d;
        color: #000;
        font-size: 14px;
        text-align: center;
	}
}
.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}
.btn_area{
    width:300px;
    height:150px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-150px;
    background-color:#fff;
    z-index:2;
}
.btn_area p{
    padding:15px;
}
.btn_area button{
    display:block;
    margin:0 auto;
}