@charset "UTF-8";
.fixheader {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.header_h {
    padding-top: 40px;
}

#header {
    background-color: #000000;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ffffff;
}

#header .inner {
    margin: auto;
    width: 1000px;
    display: block;
}

#header img {
    width: 100%;
}

#header h1 {
    width: 20%;
    display: block;
    float: left;
}

#header h1 img {
    width: 90%;
    margin: auto;
    margin-top: 11px;
}

#header .nav_pc {
    width: 80%;
    float: right;
    display: block;
    border-collapse: collapse;
    border-left: 1px solid #ffffff;
    box-sizing: border-box;
}

#header .nav_pc li {
    width: 25%;
    float: left;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-collapse: collapse;
    box-sizing: border-box;
    display: block;
}

#header .nav_pc li:hover {
    background-color: #acacac;
    transition: background-color 0.3s;
}

#main_vis .main {
    width: 100%;
}

#main_vis h3 {
    position: absolute;
    right: 10%;
}

.contents {
    width: 100%;
    background-image: url(../img/bg.png);
    background-repeat: repeat-y;
    background-position: left;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
}

.contents .contbox {
    margin: auto;
    margin-bottom: 100px;
    width: 1000px;
}

.contents h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    margin-bottom: 50px;
    padding-bottom: 3px;
    margin-top: 100px;
}

.contents h2 .inner {
    width: 1000px;
    margin: auto;
}

.contents .contbox .left {
    float: left;
    width: 300px;
    line-height: 2;
}

.contents .contbox .left .copy,
.contents .contbox .left_2 .copy {
    width: 100%;
    margin-bottom: 25px;
}

.contents .contbox .right {
    width: 650px;
    float: right;
}

.contents .contbox .right .vis,
.contents .contbox .right_2 .vis,
.contents .contbox .left_2 .vis {
    width: 100%;
}

.contents .box_service {
    border: 1px solid #6B426D;
    padding: 3%;
    font-size: 12px;
    line-height: 1.75;
    color: #6B426D;
    font-weight: bolder;
    margin-top: 35px;
}

.contents .add_left {
    border: solid 1px #6B426D;
    width: 50%;
    float: left;
    box-sizing: border-box;
    color: #6B426D;
    margin-bottom: 50px;
}

.contents .add_right {
    border: solid 1px #6B426D;
    border-left: none;
    width: 50%;
    float: right;
    box-sizing: border-box;
    color: #6B426D;
    margin-bottom: 50px;
}

.contents .add_left h4,
.contents .add_right h4,
.contents .add_box h4 {
    font-size: 20px;
    text-align: center;
    background-color: #E1D9E2;
    color: #6B426D;
    font-family: serif;
}

.contents .add_left .inner,
.contents .add_right .inner,
.contents .add_box .inner {
    padding: 3%;
}

.contents .add_left h5,
.contents .add_right h5,
.contents .add_box h5 {
    font-size: 17px;
    font-family: serif;
}

.contents .add_left img,
.contents .add_right img {
    margin: 25px;
}

.contents .add_box {
    border: solid 1px #6B426D;
    width: 100%;
    float: left;
    box-sizing: border-box;
    color: #6B426D;
    margin-bottom: 50px;
    margin-top: 50px;
}

.contents .add_box .pic {
    width: 100%;
}

.contents .left_2 {
    width: 475px;
    float: left;
}

.contents .right_2 {
    width: 475px;
    float: right;
}

.midashi_purple {
    font-size: 15px;
    color: #6B426D;
    font-weight: bolder;
    margin-bottom: 10px;
}

.contents #access .access_left {
    float: left;
    width: 250px;
    text-align: center;
    padding-top: 100px;
}

.contents #access .map {
    float: right;
}

.contents .font_purple_s {
    color: #6B426D;
    font-size: 13px;
    line-height: 1.5;
}

.slides li img {
    width: 100%;
}

.contents .inner .w50p {
    float: left;
    width: 50%;
}

.contents .inner .w25p {
    float: left;
    width: 25%;
}

.contents #contact {
    background-color: #EEEEEF;
    margin: auto;
    width: 50%;
    padding: 30px;
    text-align: center;
}

.contents #concept {
    text-align: center;
    padding-top: 70px;
    font-size: 17px;
    line-height: 2.5;
}

#footer {
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    padding: 25px;
}

#footer address {
    color: #FFFFFF;
    margin-top: 10px;
    display: block;
}

#contact_btns {
    width: 45px;
    position: fixed;
    top: 250px;
    right: 0px;
}

#contact_btns img {
    margin-bottom: 1px;
}

.flex-control-thumbs li {
    width: 10%;
    height: auto;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
}

#footer .pravacy a {
    color: #999999;
    font-size: 13px;
    margin-top: 20px;
    /* [disabled]display: block; */
}

@media screen and (max-width:750px) {
    .spcss_start------------------- {}
    #header {
        display: none;
    }
    #contact_btns_sp {
        position: fixed;
        bottom: 0px;
    }
    #contact_btns_sp .left {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFFFFF;
    }
    #contact_btns_sp .right {
        width: 50%;
        float: right;
    }
    #contact_btns_sp a img {
        width: 100%;
        height: auto;
    }
    #contact_btns {
        display: none;
    }
    #main_vis{
        margin-bottom: 0;
    }
    #main_vis h2 img {
        height: auto;
        width: 70%;
    }
    #main_vis h3 {
        display: block;
        position: absolute;
        width: 22%;
        right: 5%;
        top: 1%;
    }
    #main_vis h3 img {
        width: 100%;
        ;
        height: auto;
    }
    h2 .main_sp {
        height: auto;
        width: 100%;
    }
    .contents {
        width: 100%;
        padding-bottom: 0px;
        background-size: 15px auto;
    }
    #concept p img {
        width: 100%;
        margin-bottom: 25px;
    }
    #concept p {
        font-size: 13px;
    }
    #concept.contbox{
        padding-top: 30px;
        margin-bottom: 25px;
    } 
    .contents #access .access_left p img {
        height: auto;
        width: 80%;
    }
    #top .contents p a .link_btn {
        height: auto;
        width: 250px;
    }
    #top .contents .contbox {
        width: 90%;
        margin: auto;
        margin-bottom: 100px;
    }
    .contents h2 {
        margin-bottom: 30px;
        margin-top: 75px;
    }
    .contents h2 .inner {
        width: 90%;
        margin: auto;
    }
    .contents h2 .inner img {
        width: 100%;
        height: auto;
    }
    .contents #access .access_left {
        padding: 0px;
        float: none;
        margin: auto;
        width: 96%;
    }
    .contents #access .map {
        float: none;
        margin-top: 25px;
        width: 100%;
        height: auto;
    }
    .contents p {
        font-size: 80%;
    }
    #top .contents h3 img {
        height: auto;
        width: 75%;
    }
    .contents .contbox .inner {
        width: 80%;
    }
    .contents .contbox p {
        font-size: 13px;
    }
    .contents #contact {
        width: 100%;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    .contents .contbox .left {
        float: none;
        width: 100%;
        line-height: 2;
    }
    .contents .contbox .left .copy,
    .contents .contbox .left_2 .copy {
        width: 100%;
        margin-bottom: 15px;
    }
    .contents .contbox .right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .contents .add_left h4,
    .contents .add_right h4,
    .contents .add_box h4 {
        line-height: 1.3;
    }
    .contents .add_left .inner,
    .contents .add_right .inner,
    .contents .add_box .inner {
        width: 94%;
        padding: 3%;
    }
    .contents .add_left h5,
    .contents .add_right h5,
    .contents .add_box h5 {
        font-family: serif;
    }
    .contents .add_left img,
    .contents .add_right img {
        margin: 0;
        margin-top: 10px;
    }
    .contents .left_2 {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .contents .left_2 p{
        margin-bottom: 10px;
    }
    .contents .right_2 {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .contents .right_2 p{
        margin-bottom: 10px;
    }
    .contents .left_2 h3 .copy {
        width: 100% !important;
    }
    #footer {
        padding-bottom: 80px;
    }
    #footer p {
        font-size: 70%;
    }
    #footer address {
        font-size: 50%;
    }
    #footer p img {
        height: auto;
        width: 50%;
    }
    #footer .pravacy a {
        font-size: 10px;
    }
    .pic_50p {
        width: 50% !important;
        height: auto;
    }
    .btn_more {
        width: 80%;
    }
    .img_right {
        float: none;
        margin-left: 0;
    }
    .spcss_end--------------------- {}
}