@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #8ac8eb;
}
input[type="submit"] {
    transition: .3s;
}
input[type="submit"]:hover {
    transform: scale(1.1);
    transition: .3s;
}

.hero1 {
    background-image: url(../images/grassshirakaba.png),url(../images/sirakaba_left.png);
    background-repeat: no-repeat,repeat-y;
    background-size: contain;
    background-position: top left,top left;
}
/*ファーストビュー*/
.firstview {
    position: relative;
    padding-top: 2.5vw;
    width: 100vw;
    height: 100vh;
}
.firstview img {
    position: absolute;
    right: 0;
    width: 70vw;
    height: 85vh;
    border-top-left-radius: 18vw;
}
.overlay {
    background-color: #002557;
    opacity: 65%;
    position: absolute;
    right: 0;
    width: 70vw;
    height: 85vh;
    border-top-left-radius: 18vw;
    color: #eeefee;
}
.overlay_txt {
    color: #eeefee;
    position: absolute;
    top: 10vw;
    left: 40vw;
    opacity: 1;
}
.txt1 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
    line-height: 3.5vw;
}
.txt2 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    line-height: 2.5vw;
}
.txt3 {
    font-size: 3.5vw;
}
/*タブレット*/
@media screen and (max-width: 1025px) and (min-width: 450px) {
    .firstview {
        height: 40vh;
    }
    .firstview img {
        height: 35vh;
    }
    .overlay {
        height: 35vh;
    }
    .point {
        width: 80vw;
    }
    .guid_txt {
        width: 14vw;
        font-size: 1.5vw;
    }
    .contact_inner h3 {
        font-size: 3vw;
     }
     .contact_inner p {
        font-size: 1.85vw;
        line-height: 2vw;
     }
    .contact_btn {
       font-size: 1.5vw;
       border-radius: 1.8vw;
       padding: 1.2vw;
       padding-left: 1.75vw;
       padding-right: 1.75vw;
       border-style: none;
    }
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .firstview {
        height: 30vh;
    }
    .firstview img {
        width: 72.5vw;
        height: 25vh;
    }
    .overlay {
        width: 72.5vw;
        height: 25vh;
    }
    .overlay_txt {
        top: 13vw;
        left: 34vw;
    }
    .txt1 {
        font-size: 3vw;
        margin-bottom: 1.5vw;
        line-height: 4vw;
    }
    .txt2 {
        font-size: 2vw;
        margin-bottom: 1.5vw;
        line-height: 3vw;
    }
    .txt3 {
        font-size: 4vw;
    }
}
.point {
    display: flex;
    flex-direction: column;
    width: 65vw;
    margin-left: 30vw;
    margin-bottom: 5vw;
}
.point_inner {
    margin-bottom: 7%;
    display: flex;
}
.point_inner_left {
    width: 50%;
    margin-right: 5%;
}
.point_inner_right {
    width: 50%;
}
.point_inner h3 {
    font-size: 3.5vw;
    margin-bottom: 5%;
    color: #0b73ea;
}
.point_inner h4 {
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin-bottom: 5%;
    font-weight: bold;
    color: #5B4E4E;
}
.point_inner p {
    font-size: 1.2vw;
    line-height: 2vw;
    color: #5B4E4E;
    white-space: nowrap;
}
.img1 {
    width: 20vw;
}
.img2 {
    width: 25vw;margin-left: 5%;
    margin-right: 5%;
}
.img3 {
    width: 20vw;
}
.img4 {
    width: 30vw;
    margin-right: 2.5%;
}
b {
    background-image: linear-gradient(transparent 60%, #fff47b 50%);
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .point {
        width: 70vw;
        margin-left: 27.5vw;
    }
    .point_inner_left {
        width: 55%;
    }
    .point_inner_right {
        width: 55%;
    }
    .point_inner h3 {
        font-size: 4.5vw;
    }
    .point_inner h4 {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .point_inner p {
        font-size: 1.45vw;
        line-height: 3vw;
    }
    .img4 {
        width: 28vw;
        margin-right: 2.5%;
    }
}

/*利用方法*/
.guid {
    width: 73vw;
    margin-left: 27vw;
    margin-bottom: 2vw;
}
.guid h3 {
    font-size: 2.5vw;
    color: #5B4E4E;
    margin-bottom: 2.5%;
}
.guid_inner {
    display: flex;
    margin-left: 2vw;
}
.triangle {
    font-size: 3vw;
    color: #0b73ea;
    padding-top: 3.5vw;
    padding: 1vw;
}
.guid_txt {
    width: 10vw;
    font-size: 1vw;
    color: #5B4E4E;
    text-align: justify;
}
.guid_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5B4E4E;
}
.guid_img  img{
    width: 10vw;
    margin-bottom: 5%;
}
.guid_img h4 {
    font-size: 1.5vw;
    margin-bottom: 5%;
}
.link {
    color: #0b73ea;
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .guid {
        width: 75vw;
        margin-left: 22.5vw;
    }
    .guid h3 {
        font-size: 3vw;
    }
    .guid_inner {
        margin-left: 1vw;
    }
    .triangle {
        font-size: 2.5vw;
        padding-top: 3.25vw;
    }
    .guid_txt {
        width: 11.5vw;
        font-size: 1.65vw;
    }
    .guid_img  img{
        width: 11.5vw;
        margin-bottom: 5%;
    }
    .guid_img h4 {
        font-size: 1.9vw;
    }
}

/*車種料金*/
.plice {
    width: 73vw;
    margin-left: 27vw;
    margin-bottom: 5vw;
}
.plice_title {
    font-size: 2.5vw;
    color: #5B4E4E;
    margin-bottom: 2.5%;
}
table {
    border-collapse: separate;
    border-spacing: 0.5vw;
}
table tr {
   vertical-align:middle
}
table th,
table td {
   vertical-align:middle;
   font-weight: bold;
 }
.th_2,
.td_1 {
   text-align: center;
   padding: 1.2vw;
}
.th_2 {
   background-color: #FFDE59;
   color: #5B4E4E;
   font-size: 1.5vw;
}
.th_3 {
   display: flex;
   justify-content: space-between;
   padding: 1.2vw;
   color: #0b73ea;
   background-color: #fff;
   font-size: 1.5vw;
}
.th_3 img {
   width: 5vw;
}
.td_1 {
   color: #5B4E4E;
   font-size: 1.5vw;
   background-color: #fff;
} 
/*スマホ*/
@media screen and (max-width: 450px) {
    .plice {
        width: 77.5vw;
        margin-left: 22.5vw;
    }
    .plice_title {
        font-size: 3vw;
    }
    .th_2,
    .td_1 {
       padding: 2vw 1vw;
    }
    .th_2 {
       font-size: 2vw;
    }
    .th_3 {
       padding: 2vw 1vw;
       font-size: 1.5vw;
    }
    .th_3 img {
       width: 4vw;
    }
    .td_1 {
       font-size: 1.7vw;
    } 
}


/*お問い合わせ*/
.naminami {
    width: 100vw;
}
.contact {
   background-color: #0b73ea;
   padding-bottom: 5vw;
}
.contact_title {
   color: #eeefee;
}
.contact_inner {
   margin-top: 5vw;
   text-align: center;
}
.contact_inner h3 {
   font-size: 2vw;
   color: #FFDE59;
}
.contact_inner p {
   margin-top: 2vw;
   margin-bottom: 2.5vw;
   font-size: 1.25vw;
   line-height: 2vw;
   color: #eeefee;
}
.contact_btn {
   text-align: center;
   background-color: #FFF100;
   color: #5b4e5b;
   font-size: 1.25vw;
   border-radius: 1.5vw;
   padding: 1vw;
   padding-left: 1.5vw;
   padding-right: 1.5vw;
   border-style: none;
}
/*スマホ*/
@media screen and (max-width: 450px) {
    .contact_inner h3 {
       font-size: 2.5vw;
    }
    .contact_inner p {
       font-size: 2vw;
       line-height: 2.5vw;
    }
    .contact_btn {
       font-size: 2vw;
       border-radius: 2.5vw;
       padding: 1.5vw;
       padding-left: 2vw;
       padding-right: 2vw;
       border-style: none;
    }
}