@charset "utf-8";
/*
*----給油所共通style----*/
.ly_biz-gas_stn-sec{
    margin-bottom: 100px;
}
.biz-gas_stn-heading{
    font-size: clamp(3.2rem, 3.51390922401vw, 4.8rem);
    margin-bottom: 2em;
}
.biz-gas_stn-secTtl{
    font-size: clamp(2.8rem, 3.41463414634vw,3.2rem);
    font-weight: bold;
}
.tel-link::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/tel-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.3125em;
}
@media(max-width: 820px){
    .ly_biz-gas_stn-sec{
        margin-bottom: 50px;
    }
    .tel-link::before{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
}

/*
*----各給油所のご案内style----*/
.biz-gas_stn-firstSec .biz-gas_stn-secTtl{
    margin-bottom: 1.5em;
}
.biz-gas_stn-listItem{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.biz-gas_stn-listItem:not(:last-child){
    margin-bottom: 30px;
}
.biz-gas_stn-listItem-content{
    flex-basis: 78%;
    /*flex-shrink: 0;
    flex-grow: 1;*/
    position: relative;
}
.biz-gas_stn-listItem-content::before{
    content: '';
    display: inline-block;
    /*width: 21.875%;*/
    /*aspect-ratio: 4.2;*/
    width: 210px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 0 0 0 30px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 45%;
}
.biz-gas_stn-listItem-content_top{
    font-size: clamp(2.8rem, 3.41463414634vw,3.2rem);
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: solid 5px var(--point-color);
    margin-bottom: 12px;
    margin-left: .625em;
    white-space: nowrap;
}
.biz-gas_stn-listItem-content_top .tel-link{
    margin-left: 2em;
}

.biz-gas_stn-listItem-content_bottom{
    font-size: clamp(1.4rem, 1.82291666667vw, 1.6rem);
    display: flex;
    gap: 1.5em;
    /*padding-left: 21.875%;*/
    padding-left: 210px;
    /*white-space: nowrap;*/
}
.biz-gas_stn-listItem-content_bottom dt{
    padding-left: 2em;
    margin-right: 1.5em;
    font-weight: normal;
    white-space: nowrap;
}
.biz-gas_stn-listItem-btn{
    /*flex-basis: 22%;*/
    transform: translateY(10px);
    flex-shrink: 0;
    flex-grow: 1;
}
.biz-gas_stn-listItem-btn .common-btn{
    padding: 13px;
    width: 100%;
    text-align: center;
}
@media(max-width: 1017px){
    .biz-gas_stn-listItem-content{
        flex-basis: 100%;
    }
    .biz-gas_stn-listItem-content::before{
        top: 40%;
    }
}
@media(max-width: 820px){
    .biz-gas_stn-firstSec .biz-gas_stn-secTtl {
        margin-bottom: 1em;
    }
    .biz-gas_stn-listWrap{
        display: contents;
    }
    .biz-gas_stn-listItem{
        gap: 1.5em;
    }
    .biz-gas_stn-listItem:not(:last-child){
        margin-bottom: 54px;
    }
    .biz-gas_stn-listItem-content{
        width: 100%;
    }
    .biz-gas_stn-listItem-content::before{
        width: 126px;
        height: 30px;
        border-radius: 0 0 0 20px;
        top: 30%;
    }
    .biz-gas_stn-listItem-content_top{
        font-size: clamp(2.1rem, 2.734375vw,3.2rem);
        padding-bottom: 6px;
        border-bottom: solid 3px var(--point-color);
        margin-bottom: 6px;
    }
    .biz-gas_stn-listItem-content_top .tel-link {
        margin-left: .5em;
    }
    .biz-gas_stn-listItem-content_bottom{
        padding-left: 126px;
        display: block;
    }
    .biz-gas_stn-listItem-content_bottom dd{
        padding-left: 2em;
    }
    .biz-gas_stn-listItem-btn{
        transform: unset;
    }
    
}

/*
*----おまかせ配送のご案内のご案内style----*/
.biz-gas_stn-secondSec{
    padding: 100px 0;
    background-color: var(--primary-color);
    position: relative;
}
.biz-gas_stn-secondSec::after{
    content: '';
    background-image: url(../images/common/town_small.png);
    background-size: cover;
    display: inline-block;
    width: clamp(200px, 29.2825768668vw, 400px);
    height: clamp(75px, 10.980966325vw, 150px);
    position: absolute;
    bottom: -66px;
    left: 4.39238653001%;
}
.biz-gas_stn-secondSec .common-imgTxtBox{
    justify-content: space-between;
    gap: unset;
}
.biz-gas_stn-secondSec-content{
    width: 48%;
}
.biz-gas_stn-secondSec-content .biz-gas_stn-secTtl{
    line-height: 1.5;
    margin-bottom: 1.3em;
}
.biz-gas_stn-secondSec-content-txt{
    line-height: 2;
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
}
.biz-gas_stn-secondSec-image{
    width: 48%;
    border-radius: 40px;
    overflow: hidden;
}
.biz-gas_stn-secondSec .biz-gas_stn-secondSec-flexImg{
    width: 100%;
}
@media(max-width: 820px){
    .biz-gas_stn-secondSec{
        padding: 50px 0;
    }
    .biz-gas_stn-secondSec::after{
        bottom: -41px;
    }
    .biz-gas_stn-secondSec .common-imgTxtBox{
        display: flex;
        flex-direction: column;
        gap: 1.5em;
    }
    .biz-gas_stn-secondSec-content{
        width: 100%;
    }
    .biz-gas_stn-secondSec-content .biz-gas_stn-secTtl{
        line-height: 1;
        margin-bottom: 1em; 
    }
    .biz-gas_stn-secondSec-image{
        width: 100%;
    }
}

/*
*----洗車プリカ、給油プリカのご案内style----*/
.biz-gas_stn-thirdSec .biz-gas_stn-secTtl{
    line-height: 1.5;
    margin-bottom: 1.34375em;
}
.ly_biz-gas_stn-thirdSec-contents{
    display: flex;
    justify-content: space-between;
}
.thirdSec-contents-figures{
    width: 48%;
}
.thirdSec-contents-figures-img{
    margin-bottom: 50px;
}
.thirdSec-contents-figures-img img{
    width: 100%;
    object-fit: cover;
}
.thirdSec-contents-figures-dl dt{
    font-size: clamp(1.8rem, 2.19512195122vw, 2rem);
    font-weight: bold;
    margin-bottom: 1.5em;
}
.thirdSec-contents-figures-dl-ItemList{
    display: flex;
    gap: 30px;
}
.thirdSec-contents-figures-dl-ItemList .common-btn{
    padding: 13px;
    width: clamp(150px, 14.6412884334vw, 200px);
    text-align: center;
}
.thirdSec-contents-text{
    width: 48%;
}
.thirdSec-contents-text .third-contents-text-sec:not(:last-child){
    margin-bottom: 50px;
}
.third-contents-text-sec-ttl{
    font-size: clamp(1.8rem, 2.19512195122vw, 2rem);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 1.3em;
}
.third-contents-text-sec-txt{
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
    line-height: 2;
}
@media(max-width: 820px){
    .biz-gas_stn-thirdSec .biz-gas_stn-secTtl{
        margin-bottom: 1em;
    }
    .ly_biz-gas_stn-thirdSec-contents{
        flex-direction: column;
        gap: 32px;
    }
    .thirdSec-contents-figures{
        width: 100%;
    }
    .thirdSec-contents-figures-img{
        margin-bottom: 25px;
    }
    .thirdSec-contents-figures-dl dt{
        margin-bottom: .75em;
    }
    .thirdSec-contents-figures-dl-ItemList{
        gap: 15px;
    }
    .thirdSec-contents-figures-dl-ItemList .common-btn{
        padding: 8px .4em;
    }
    .thirdSec-contents-text{
        width: 100%;
    }
    .thirdSec-contents-text .third-contents-text-sec:not(:last-child){
        margin-bottom: 25px;
    }
    .third-contents-text-sec-ttl{
        margin-bottom: .65em;
    }
}

/*
*----キーパーコーティングのご案内style----*/
.ly_biz-gas_stn-sec._keeperSec{
    margin-bottom: 50px;
}
.biz-gas_stn-fourthSec .biz-gas_stn-secTtl{
    margin-bottom: 1.5em;
}
.ly_biz-gas_stn-fourthSec-contents{
    display: flex;
    justify-content: space-between;
}
.fourtSec-contents-dl dt{
    font-size: clamp(1.8rem, 2.19512195122vw, 2rem);
    font-weight: bold;
    margin-bottom: 1.5em;
}
.fourtSec-contents-dl-ItemList{
    display: flex;
    gap: 30px;
}
.fourtSec-contents-dl-ItemList .common-btn{
    padding: 13px;
    width: clamp(150px, 14.6412884334vw, 200px);
    text-align: center;
}
.fourtSec-contents-txt{
    width: 48.1540930979%;
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
    line-height: 2;
}
@media(max-width: 820px){
    .ly_biz-gas_stn-sec._keeperSec {
        margin-bottom: 25px;
    }
    .biz-gas_stn-fourthSec .biz-gas_stn-secTtl{
        margin-bottom: 1em;
    }
    .ly_biz-gas_stn-fourthSec-contents{
        flex-direction: column;
        gap: 32px;
    }
    .fourtSec-contents-dl dt{
        margin-bottom: .75em;
    }
    .fourtSec-contents-dl-ItemList{
        gap: 15px;
    }
    .fourtSec-contents-dl-ItemList .common-btn{
        padding: 8px .4em;
    }
    .fourtSec-contents-txt{
        width: 100%;
    }
}

/*
*----3種のカーコーティングstyle----*/
.ly_biz-gas_stn-sec._coatingSec{
    background-color: var(--minor-color);
    padding: 50px 0 0;
    margin-bottom: 100px;
    position: relative;
}
.ly_biz-gas_stn-sec._coatingSec::after{
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: clamp(50px, 7.32064421669vw, 100px);
    position: absolute;
    bottom: 0;
}
.coatingSec-ttl{
    width: 43.1918008785%;
    max-width: 590px;
    min-width: 300px;
    margin: 0 auto 50px;
}
.coatingSec-ttl img{
    width: 100%;
    mix-blend-mode: multiply;
}
.coatingSec-content-columImagesWrap{
    width: 100%;
    overflow-x: scroll;
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
.coatingSec-content-largeImagesWrap{
    width: 100%;
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
}
.coatingSec-content-largeImagesWrap img{
    width: 100%;
}
@media(max-width: 820px){
    .ly_biz-gas_stn-sec._coatingSec{
        margin-bottom: 50px;
    }
    .coatingSec-ttl{
        margin: 0 auto 25px;
    }
    .coatingSec-content-columImagesWrap{
        gap: 10px;
        margin-bottom: 25px;
    }
    .coatingSec-content-columImageItem{
        width: 62.5%;
        /*min-width: 300px;*/
        min-width: 555px;
    }
    .coatingSec-content-columImageItem img{
        width: 100%;
        object-fit: cover;
    }
}

/*
*----洗車のご案内style----*/
.biz-gas_stn-washSec .biz-gas_stn-secTtl{
    margin-bottom: 1.5em; 
}
.ly_biz-gas_stn-washSec-contents{
    display: flex;
    justify-content: space-between;
}
.washSec-contents-txtArea{
    width: 48%;
}
.washSec-contents-txtArea-ttl{
    font-size: clamp(1.8rem, 2.19512195122vw, 2rem);
    font-weight: bold;
    margin-bottom: 1.5em;
}
.washSec-contents-txtArea-txt{
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
    line-height: 2;
}
.washSec-contents-txtArea-ul{
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
    margin-bottom: 3.12em;
}
.washSec-contents-txtArea-ul li{
    line-height: 1.5;
    display: flex;
    align-items: baseline;
}
.washSec-contents-txtArea-ul li::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/list-style.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .75em;
    flex-shrink: 0;
}
.washSec-contents-txtArea-txt._mb{
    margin-bottom: 3.125em;
}
.washSec-contents-txtArea-img,
.washSec-contents-txtArea-img img{
    width: 100%;
}
.washSec-contents-tblArea{
    width: 48%;
}
.washSec-contents-tblArea-ttl{
    font-size: clamp(1.8rem, 2.19512195122vw, 2rem);
    font-weight: bold;
    margin-bottom: 1.5em;
}
.washSec-contents-tblArea-tbl_topWrap{
    margin-bottom: 30px;
}
.washSec-contents-tblArea .common-table.tbl_pt1{
    table-layout: auto;
}
.washSec-contents-tblArea .common-table.tbl_pt1 th,
.washSec-contents-tblArea .common-table.tbl_pt1 td{
    padding: 0.625em;
}
.washSec-contents-tblArea .common-table.tbl_pt1 th{
    text-align: left;
}
.washSec-contents-tblArea .common-table.tbl_pt1 thead th{
    text-align: right;
}
.washSec-contents-tblArea .common-table.tbl_pt1 thead th:first-child{
    text-align: left;
}
.washSec-contents-tblArea .common-table.tbl_pt1 thead th:last-child{
    width: 20%;
}
.washSec-contents-tblArea .common-table.tbl_pt1 td{
    text-align: right;
    vertical-align: middle;
}
@media(max-width: 820px){
    .biz-gas_stn-washSec .biz-gas_stn-secTtl{
        margin-bottom: 1em; 
    }
    .ly_biz-gas_stn-washSec-contents{
        flex-direction: column;
        gap: 30px;
    }
    .washSec-contents-txtArea{
        width: 100%;
    }
    .washSec-contents-txtArea-ttl{
        margin-bottom: .75em;
    }
    .washSec-contents-txtArea-ul{
        margin-bottom: 1.56em;
    }
    .washSec-contents-txtArea-txt._mb{
        margin-bottom: 1.5625em;
    }
    .washSec-contents-tblArea{
        width: 100%;
    }
    .washSec-contents-tblArea-ttl{
        margin-bottom: .75em;
    }
    .washSec-contents-tblArea-tbl_topWrap{
        margin-bottom: 15px;
    }
    .washSec-contents-tblArea .common-table.tbl_pt1 th,
    .washSec-contents-tblArea .common-table.tbl_pt1 td{
        padding: .5em;
    }
    .washSec-contents-tblArea .common-table.tbl_pt1 td{
        white-space: nowrap;
    }
}



/*
*----途中の画像 Style----*/
.biz-gas_stn-imgArea{
    width: 100%;
    margin-bottom: 100px;
}
.biz-gas_stn-imgArea img{
    width: 100%;
}
@media(max-width: 820px){
    .biz-gas_stn-imgArea{
        margin-bottom: 50px;
    }
}

/*
*----給油所事業住所 Style----*/
.ly_biz-gas_stn-addresInfo{
    margin-bottom: 100px;
}
.biz-gas_stn-addresInfo{
    border: solid 3px var(--point-color);
    border-radius: 40px;
    padding: 50px;
    display: flex;
    gap: 25%;
}
.biz-gas_stn-addresInfo-ttl{
    font-size: clamp(3.2rem, 3.51390922401vw, 4.8rem);
}
.biz-gas_stn-addresInfo-detail p{
    line-height: 1.8;
    font-size: clamp(1.4rem, 1.82291666667vw, 1.6rem);
}
.biz-gas_stn-addresInfo-detail p:nth-child(2){
    margin-bottom: 30px;
}
.biz-gas_stn-addresInfo-detail p:last-child::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    vertical-align: bottom;
    margin-right: 10px;
}
.biz-gas_stn-addresInfo-tel{
    font-size: clamp(2.5rem, 3.25520833333vw,3.2rem);
    font-weight: bold;
}
.biz-gas_stn-addresInfo-tel::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/tel-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
@media(max-width: 820px){
    .ly_biz-gas_stn-addresInfo{
        margin-bottom: 50px;
    }
    .biz-gas_stn-addresInfo{
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
    .biz-gas_stn-addresInfo-ttl {
        margin-bottom: .5em;
    }
    .biz-gas_stn-addresInfo-tel::before{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .biz-gas_stn-addresInfo-detail p:last-child::before{
        display: none;
    }
}

/*
*----テキスト流れ Style----*/
.textSlider-wrap{
    margin-bottom: 166px;
    max-width: 100%;
    overflow: hidden;
}
.slideTxt{
    font-size: clamp(50px,7.3vw,100px);
    text-align: center;
    line-height: 1.4;
    margin: 0 .4em;
}
@media(max-width: 820px){
    .textSlider-wrap{
        margin-bottom: 70px;
    }
}