/*全体の設定*/
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%;
    padding-top: 85px;
}

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

table {
    table-layout: fixed;
    width: 100%;
}

/*header*/
.header {
    position: fixed;
    background-color: white;
    height: 85px;
    width: 100%;
    top: 0;
    margin: 0;
    z-index: 10;
    overflow: hidden;
}

.header a:hover {
    font-weight: bold;
}

.td-first {
    width: 10%;
}

.td-second {
    width: 8%;
}

.td-third {
    width: 45%;
}

.td-fourth {
    width: 7%;
}

.td-fifth {
    width: 30%;
}

.header-logo {
    width: 120px;
}

.header-topimg {
    height: 76px;
    display: none;
}

.header-bird {
    height: 76px;
    display: none;
}

.header-list li {
    list-style: none;
    padding-right: 30px;
    float: left;
    cursor: pointer;
}

.sns {
    text-align: right;
    margin-right: 20px;
}

.sns p {
    font-size: 14px;
    margin-top: 0;
}

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


/*indexページ*/
.main {
    background-color: white;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}

.slides {
    padding-top: 100px;
    padding-left: 0;
}

#slide {
    position: relative;
}

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

.notice {
    background-color: antiquewhite;
    width: 60%;
    height: 550px;
    float: right;
}

h3 {
    color: black;
    border-bottom: dashed 3px white;
    padding-left: 50px;
}

.box-scroolbar {
    overflow: auto;
    width: 90%;
    height: 450px;
    padding-left: 50px;
    border-style: none;
    background-color: antiquewhite;
}


/*footer*/
.footer {
    position: fixed;
    background-color: white;
    height: 85px;
    width: 100%;
    margin: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}

.footer a:hover {
    font-weight: bold;
}

.footer-logo {
    float: right;
    font-size: 14px;
    display: block;
    margin-right: 20px;
    margin-top: 30px;
}

.footer-list li {
    list-style: none;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.footer-bird {
    height: 70px;
    float: left;
    display: none;
    margin-bottom: 0;
}

/*orderページ*/
.order {
    background-color: white;
    width: 100%;
    height: 3880px;
    /*1ページ650px+流れ630px*/
}

#step1 {
    cursor: pointer;
}

#step2 {
    cursor: pointer;
}

#step3 {
    cursor: pointer;
}

#step4 {
    cursor: pointer;
}

#step5 {
    cursor: pointer;
}

.order-flow {
    width: 100%;
    height: 630px;
    background-image: url(image/order_back.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.order-flow-mask {
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.order-text {
    padding-top: 100px;
    padding-bottom: 5px;
    padding-left: 150px;
    line-height: 5px;
    margin-top: 20px;
}

.order-flow-step {
    list-style: none;
    padding-left: 150px;
}

h2 {
    color: black;
    border-bottom: dashed 2px burlywood;
    padding-left: 100px;
}

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

.order-step-img2 {
    width: 330px;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 50px;
    float: left;
}

.order-step-img3 {
    width: 400px;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 50px;
    float: left;
}

.order-step {
    width: 100%;
    height: 700px;
　clear:both
}

.order-step-text {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 50px;
    clear:both
}

.order-movie {
    height: 400px;
    margin-left: 50px;
    margin-top: 30px;
    float: left;
}


/*sampleページ*/
.sample {
    width: 100%;
    height: 2500px;
    margin-bottom: 85px
}

.order-sample-img {
    width: 330px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 100px;
    float: left;
}

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

.order-sample-text {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 100px;
}

/*introductionページ*/
.introduction {
    background-color: white;
    width: 100%;
}

.i-td {
    margin-top: 120px;
    position: relative;
}

.i-td-first {
    width: 35%;
}

.intro-image {
    position: absolute;
    bottom: 0;
    width: 270px;
    float: left;
}

.i-td-second {
    background-color: antiquewhite;
    width: 65%;
}

.i-td-second p {
    padding-left: 300px;
    padding-right: 40px;
}

.intro-movie {
    position: absolute;
    width: 500px;
    bottom: 0;
    left: 0;
    /*border: 5px #deb887 solid;*/
}

/*estimateページ*/
.estimate {
    background-color: white;
    width: 100%;
    height: 1000px;
}

.estimate-text {
    padding-bottom: 5px;
    line-height: 5px;
    margin-left: 220px;
}

/*accessページ*/
.access {
    background-color: white;
    width: 100%;
    height: 720px;
}

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

.access-text {
    padding-top: 100px;
    padding-bottom: 5px;
    padding-left: 220px;
    line-height: 5px;
}

.map {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

/*inquiryページ*/
.inquiry {
    background-color: white;
    width: 100%;
    height: 650px;
    background-image: url(image/inquary_back.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.inquiry-mask {
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.inquiry p {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.inquiry form {
    margin-left: 150px;
    margin-top: 100px;
}

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 {
    padding-left: 40px;
}
