/*全体の設定*/
html {
    font-size: 62.5%;
}

body {
    margin-left: 5%;
    margin-right: 5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6em;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width:670px) {
    body {
        margin-left: 5%;
        margin-right: 5%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 1.2em;
        -webkit-text-size-adjust: 100%;
    }
}

a {
    text-decoration: none;
    color: black;
    border: none;
}

/*ヘッダー*/
#sp-header {
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    margin: 0;
    z-index: 10;
}

.sp-menu {
    float: left;
}

.sp-menu li {
    position: relative;
    float: left;
    list-style: none;
}

.sp-menu li a {
    display: block;
    width: 170px;
    padding: 10px;
}

@media screen and (max-width:670px) {
    .sp-menu li a {
        display: block;
        width: 110px;
        padding: 5px;
    }
}

.sp-menu li a:hover {
    background-color: burlywood;
}

.sp-menu li:hover > ul {
    display: block;
}

.sp-menu ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 170px;
    background-color: white;
}

@media screen and (max-width:670px) {
    .sp-menu ul {
        display: none;
        position: absolute;
        top: 40px;
        width: 120px;
        background-color: white;
    }
}

.header-logo {
    height: 80px;
    float: left;
}

@media screen and (max-width:670px) {
    .header-logo {
        height: 45px !important;
        float: left;
        padding: 5px !important;
    }
}

.header-topimg {
    height: 80px;
    float: left;
}

@media screen and (max-width:670px) {
    .header-topimg {
        height: 45px !important;
        float: left;
        padding: 5px !important;
    }
}

/*メイン*/
. sp-main {
    background-color: white;
    width: 100%;
}

h2 {
    color: black;
    border-bottom: dashed 4px burlywood;
    padding-left: 20px;
    padding-top: 70px;
}

h3 {
    color: black;
    border-bottom: dashed 2px antiquewhite;
    padding-left: 30px;
    padding-top: 40px;
}

@media screen and (max-width:670px) {
    h3 {
        color: black;
        border-bottom: dashed 2px antiquewhite;
        padding-left: 5px;
        padding-top: 40px;
    }
}

h4 {
    padding-left: 40px;
}

h5 {
    padding-left: 40px;
}

.slides {
    background-color: white;
    width: 100%;
    padding-left: 30px;
}

#slide {
    position: relative;
}

#slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
}

@media screen and (max-width:800px) {
    #slide img {
        position: absolute;
        left: 0;
        top: 0;
        width: 60% !important;
    }
}

@media screen and (max-width:670px) {
    #slide img {
        position: absolute;
        left: 0;
        top: 0;
        width: 80% !important;
    }
}

#notice {
    background-color: white;
    width: 100%;
    padding-top: 600px;
}


@media screen and (max-width:800px) {
    #notice {
        background-color: white;
        width: 100%;
        padding-top: 400px !important;
    }
}

@media screen and (max-width:670px) {
    #notice {
        background-color: white;
        width: 100%;
        padding-top: 300px !important;
    }
}

.box-scroolbar {
    overflow: auto;
    width: 90%;
    height: 400px;
    margin-left: 0;
    /*padding-left: 0;*/
    border-style: none;
    background-color: antiquewhite;
}

.p-co-bird {
    width: 7%;
    padding-top: 10px;
    padding-left: 30px;
}

@media screen and (max-width:670px) {
    .p-co-bird {
        width: 15%;
        padding-top: 5px;
        padding-left: 30px;
    }
}

.box-scroolbar p {
    padding-left: 30px;
    padding-right: 30px;
}

/*p-Coについて*/
.intro-movie {
    width: 100%;
    position: static;
}

#video01 {
    position: static;
    padding-left: 20px;
    width: 50%;

}

@media screen and (max-width:670px) {
    #video01 {
        position: static;
        padding-left: 10px;
        width: 80% !important;
    }
}

.introduction {
    background-color: white;
    width: 100%;
    margin-bottom: 5px;
    position: static;
    /*padding-top: 10px;
    padding-bottom: 5px;*/
}

@media screen and (max-width:670px) {
    .introduction {
        background-color: white;
        width: 100%;
        margin-bottom: 5px;
        position: relative;
        /*padding-top: 10px;
    padding-bottom: 5px;*/
    }
}


.introduction p {
    padding-left: 30px;
}

.intro-image {
    width: 20%;
    padding-left: 30px;
}

@media screen and (max-width:670px) {
    .intro-image {
        width: 30%;
        padding-left: 30px;
    }
}

#intro-text {
    background-color: antiquewhite;
    width: 90%;
    padding-top: 20px;
}

@media screen and (max-width:670px) {
    #intro-text {
        background-color: antiquewhite;
        width: 90%;
        padding-top: 20px;
    }
}

#intro-text p {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}


/*注文の流れ*/
.order {
    background-color: white;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    /*padding-top: 10px;
    padding-bottom: 5px;*/
}

.order-step {
    width: 95%;
}

.order-flow-step {
    list-style: none;
    padding-left: 40px;
    padding-bottom: 10px;
    /*margin-bottom: 10px;*/
}

.back {
    width: 20%;
    opacity: 0.6;
}

@media screen and (max-width:670px) {
    .back {
        width: 30%;
        opacity: 0.6;
    }
}

.order-step-img1 {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    float: left;
}

.order-step-img2 {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
}

@media screen and (max-width:670px) {
    .order-step-img1 {
        width: 45%;
        padding-top: 30px;
        padding-bottom: 5px;
        padding-left: 10px;
        float: left;
    }

    .order-step-img2 {
        width: 45%;
        padding-top: 30px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
}

.order-step-text {
    margin-top: 35px;
    margin-bottom: 5px;
    /*padding-top: 30px;
    padding-bottom: 5px;*/
}

.order-movie {
    width: 100%;
    position: relative;
}

#video02 {
    padding-left: 30px;
    padding-top: 8px;
    padding-right: 10px;
    float: left;
    /*border: solid 1px burlywood;*/
}

@media screen and (max-width:670px) {
    #video02 {
        padding-left: 30px;
        padding-top: 8px;
        padding-right: 10px;
        float: left;
        width: 50%;
        /*border: solid 1px burlywood;*/
    }
}

.order-step-img3 {
    width: 35%;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 10px;
}

@media screen and (max-width:670px) {
    .order-step-img3 {
        width: 50%;
        padding-top: 30px;
        padding-bottom: 5px;
        padding-left: 30px;
    }
}

/*これまでの作例*/
.sample {
    width: 100%;
    margin-top: 10px;
    /*padding-top: 10px;*/
}

.order-sample-img-f {
    width: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/*無料見積りについて*/
.estimate {
    background-color: white;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

/*お問合せ*/
/*inquiryページ*/
.inquiry {
    background-color: white;
    width: 100%;
    margin-bottom: 70px;
}

.inquiry p {
    padding-bottom: 0;
    padding-bottom: 0;
    /*margin-bottom: 0;*/
}

input {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #dee7ec;
}

textarea {
    width: 50%;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #dee7ec;
}

#contact-submit {
    background-color: #dee7ec;
    color: #889eab;
    cursor: pointer;
}

#thxMessage {
    margin-left: 30px;
    /*padding-left: 30px;*/
}

/*アクセス*/
.access {
    background-color: white;
    width: 90%;
    margin-top: 10px;
    /*padding-top: 10px;*/
}

.car {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 30px;
    float: left;
    height: 100px;
}

@media screen and (max-width:670px) {
    .car {
        padding-top: 15px;
        padding-bottom: 5px;
        padding-left: 30px;
        float: left;
        height: 50px;
    }
}

.access-text p {
    padding-top: 15px;
    padding-left: 130px;
}

@media screen and (max-width:670px) {
    .access-text p {
        padding-top: 15px;
        padding-left: 80px;
    }
}

.map {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
}

/*フッター*/
#sp-footer {
    position: fixed;
    background-color: white;
    width: 100%;
    margin: 0;
    bottom: 0;
    z-index: 9;
}

.sns img {
    height: 30px;
    cursor: pointer;
}

/*@media screen and (max-width:670px) {
    .sns img {
        height: 20px;
        cursor: pointer;
    }
}*/

.sns-f {
    padding-left: 30px;
}

#sp-footer p {
    /*padding-top: 0;
    padding-bottom: 0;*/
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
}

@media screen and (max-width:670px) {
    #sp-footer p {
        /*padding-top: 0;
        padding-bottom: 0;*/
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 10px;
    }
}
