@charset "UTF-8";
/* index */
.back-image {
    background: url("../images/index/motocross.jpg");
    height: 550px;
    background-position: center center;
    background-size: cover;
}
.box {
    /*width: 100vw;
    height: 100vh;*/
    min-height: 370px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-txt-title {
    font-size: 115%;
    font-weight: bold;
    color: #011931;
}
.index-txt-title-product {
    font-size: 125%;
    font-weight: bolder;
    color: #fff;
}
.br-mb {
    display: block;
}
.main-image-title {
    font-size: 140%;
    font-weight: bolder;
    text-shadow: 0px 0px 5px #080808;
    color: #fff;
    font-family: "Sawarabi Mincho";
}
/*ショップインフォメーション車両一覧表示*/
.business-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.business-wrap-image {
    margin-right: 10px;
    margin-bottom: 10px;
    flex: 0 1 35%;
}
.business-wrap-txt {
    flex: 0 1 60%;
}
/*事業案内詳細ボタン*/
.detail-btn {
    display: block;
    z-index: 2;
    border: 1px solid #ccc;
    color: #fff;
    padding: 5px;
    text-align: center;
    /*margin-top: 10px;*/
    background: #333;
    overflow: hidden;
    font-size: smaller;
    transition: .2s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    -ms-transition: .4s linear;
}
.detail-btn:hover {
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    /*margin-top: 10px;*/
    color: #000;
    text-decoration: none;
    transition: .2s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    -ms-transition: .4s linear;
}
.detail-btn::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 10px;
    color: #F6E46A;
}
.list li {
    list-style: none;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    padding-top: 10px;
}
.list li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    color: #F6E46A;
}
/*事業エリアブルーラベル*/
.bluelabel-parent-element {
    z-index: 1;
    position: relative;
}
.blue-label-child-element {
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 10px;
    width: auto;
}
.blue-label {
    background: #255D9C;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: smaller;
}
.news {
    margin: 0;
    padding: 0;
}
.news li {
    list-style: none;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 5px;
    margin-top: 10px;
}
/*ニュースリリース矢印*/
.news-icon::before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    color: #284062;
}
.product-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-item {
    flex: 0 1 50%;
    padding: 5px;
}
.chemical-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.chemical-item {
    flex: 0 1 20%;
}
.main-midashi {
    margin-top: 0px;
}
.main-font {
    font-size: 160%;
    text-align: left;
    margin-top: 50px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
    text-shadow: 0px 0px 2px #000;
}
.subtitle {
    font-size: 100%;
    text-align: left;
    font-weight: 700;
    line-height: 1.2em;
    text-shadow: 0px 0px 2px #000;
    color: #fff;
}
.search-box {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    
}
.search-midashi {
    background: #068840;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    
}
.search-midashi h5 {
    font-size: 90%;
    color: #F6E46A;
}
.search-sub-txt {
    font-size: small;
}
.moto {
    font-size: 500%;
    color: #068840;
}
.search-link {
    display: block;
    background: #068840;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: small;
    transition: .2s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    -ms-transition: .4s linear;
    
}

.search-link:hover {
    display: block;
    background: #F6E46A;
    text-align: center;
    color: #068840;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: small;
}

.search-position
{
    margin-top: 20px;
}

@media only screen and (min-width: 544px) {
    .back-image {
        background: url("../images/index/motocross.jpg");
        height: 500px;
        background-position: center center;
        background-size: cover;
    }
    .box {
        min-height: 453px;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-txt-title {
        font-size: 165%;
        font-weight: bold;
        color: #011931;
    }
    .index-txt-title-product {
        font-size: 125%;
        font-weight: bolder;
        color: #fff;
    }
    .main-image-title {
        font-size: 250%;
        font-weight: bolder;
        text-shadow: 0px 0px 5px #080808;
        color: #fff;
    }
    .product-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-item {
        flex: 0 1 50%;
        display: flex;
        flex-direction: column;
    }
    .linkbtn {
        margin-top: auto;
    }
    .main-midashi {
        margin-top: 80px;
    }
    .main-font {
        font-size: 200%;
        text-align: left;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #333;
    }
    .subtitle {
        font-size: 100%;
        text-align: left;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000;
        color: #fff;
    }
    
    .search-position
{
    margin-top: 70px;
}
}
@media only screen and (min-width: 768px) {
    .back-image {
        background: url("../images/index/motocross.jpg");
        height: 500px;
        background-position: center center;
        background-size: cover;
    }
    .box {
        /*width: 100vw;
    height: 100vh;*/
        min-height: 553px;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-txt-title {
        font-size: 200%;
        font-weight: bold;
        color: #011931;
    }
    .index-txt-title-product {
        font-size: 185%;
        font-weight: bolder;
        color: #fff;
        padding-top: 20px;
        text-align: left;
    }
    .main-image-title {
        font-size: 260%;
        font-weight: bolder;
        text-shadow: 0px 0px 5px #080808;
        color: #fff;
        font-family: "Sawarabi Mincho";
    }
    .product-wrap {
        display: flex;
        /*flex-direction: row;
    flex-wrap: wrap;*/
        justify-content: space-between;
    }
    .product-item {
        flex: 0 1 20%;
        display: flex;
        flex-direction: column;
        padding: 2px;
    }
    .linkbtn {
        margin-top: auto;
    }
    .main-midashi {
        margin-top: 100px;
    }
    .main-font {
        font-size: 200%;
        text-align: left;
        color: #ffffff;
        font-weight: 900;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #333;
    }
    .subtitle {
        font-size: 100%;
        text-align: left;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000;
        color: #fff;
    }
    
    .search-position
{
    margin-top: 140px;
}
    
    .search-midashi h5 {
    font-size: 110%;
    color: #F6E46A;
}
.search-sub-txt {
    font-size: normal;
}
.moto {
    font-size: 500%;
    color: #068840;
}
    
    .search-link {
    display: block;
    background: #068840;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 105%;
    transition: .2s linear;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    -ms-transition: .4s linear;
}

.search-link:hover {
    display: block;
    background: #F6E46A;
    text-align: center;
    color: #068840;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 105%;
}

}
@media only screen and (min-width: 992px) {
    .box {
        /*width: 100vw;
    height: 100vh;*/
        min-height: 650px;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-image-title {
        font-size: 250%;
        font-weight: bolder;
        text-shadow: 0px 0px 5px #080808;
        color: #fff;
        font-family: "Sawarabi Mincho";
    }
    .index-txt-title-product {
        font-size: 195%;
        font-weight: bolder;
        color: #fff;
        padding-top: 70px;
        text-align: left;
    }
    .main-midashi {
        margin-top: 150px;
    }
    .main-font {
        font-size: 240%;
        text-align: left;
        font-weight: 900;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000;
    }
    .subtitle {
        font-size: 130%;
        text-align: left;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000;
        color: #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .back-image {
        background: url("../images/index/motocross.jpg");
        height: 550px;
        background-position: center center;
        background-size: cover;
    }
    .box {
        /*width: 100vw;
    height: 100vh;*/
        min-height: 500px;
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-midashi {
        margin-top: 150px;
    }
    .main-font {
        font-size: 290%;
        text-align: left;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000;
    }
    .subtitle {
        font-size: 160%;
        text-align: left;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0px 0px 2px #000;
        color: #fff;
    }
}