@charset "utf-8";

img{
    width: 100%;
}

*{
    box-sizing: border-box;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
}

section{
    padding: 10% 0;
}

.inner{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.ttl_en{
    font-size: 48px;
    font-weight: 800;
    border-bottom: 3px solid #000;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1.55px;
    
}

.ttl_en::first-letter{
    color: #de0012;
}

h4{
    font-size: 18px;
}

.ttl{
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}


.is-sp{
    display: none;
}

/* header */

header {
	height: 100%;
    max-height: 60px;
	border-bottom: 1px solid #eeeeee;
}

.header_inner {
    padding: 0 2%;
}

header a {
	color: #2b85da;
	text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

nav a::after{
    content: "/";
    margin: 0 10px 0 12px;
    pointer-events: none;
}

nav li:last-child a::after {
    content: "";
    padding: 0;
}

nav ul li:nth-last-child(2) a::after{
    content: "";
    padding: 0;
}

.nav-contact {
    background:#2b85da;
    color: white;
    padding: 3px 0 5px 17px;
    border-radius: 50px;
    transition: all .2s;
}
.nav-contact:hover{
    background: #4167a3;
}

header ul li {
	list-style: none;
    padding:0 0 0 10px;
}

header ul li a{
    position: relative;

}


header ul li .pl::before{
    content: '';
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 90%;
    height: 2px;
    background:#2b85da;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;

}

header ul li .pl:hover::before{
    transform: scale(1,1);
}

header ul li:first-child {
	display:none;
}

header .menu {
	display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    line-height: 60px;
    width: 80%;
}

header h1#logo {
	width: 20%;
	float:left;
    line-height: 55px;
}

header nav#global-navi {
	float:right;
    width: 0%;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
}


/* mv */

section#mv {
    background: url(../img/mv.png) no-repeat center bottom / cover;
    height: 86vh;
    padding: 60px 0 0;
}

p.mv-text {
    text-align: center;
    color: white;
    font-size: 4em;
    padding-top: 16vh;
    text-shadow: 1px 2px 4px #272727;
    font-weight: 700;
}

/* about */

#about {
    background-image: url(../img/about_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10% 0 2%;
}

.about_container{
    display: flex;
    gap: 5%;
}

.about_left-content{
    width: 45%;
}

.about_right-content{
    width: 50%;
}

.about_head{
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
    padding: 0 0 5%;
    width: 100%;
    gap: 5%;
}

.about_ttl{
    border-bottom: none;
    font-size: 36px;
    width: 30%;
    margin: 0 0 0 0;
}

.about_subttl{
    padding: 0 0 1% 0%;
    margin: 0 0 2%;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    font-size: 16px;
    width: 65%;
    text-align: right;
    font-weight: 700;
}

.about_txt{
    text-align: left;
    line-height: 1.8;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

    /*service*/

#service .attention{
    display: block;
    text-align: center;
    padding: 1% 0 0 0;
    font-size: 16px;
}

#service h3{
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    vertical-align: bottom;
    margin: 0 0 2%;
    position: relative;
    letter-spacing: -1.55px;
    font-weight: 500;
}

#service h3 .shikaku{
    color:#4167a3 ;
}

#service h3 .shikaku-color{
    color: #3c84b5;
}

#service h3 .shikaku,#service h3 .shikaku-color{
    font-size: 24px;
}

#service h3 span{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .8px;
}


.delivery{
    padding:10% 0;
}

.delivery_container{
    display: flex;
    gap: 3%;
}

.delivery_content{
    display: flex;
    background: #4167a3;
    border-radius: 20px;
    padding: 5%;
}

.delivery_content img{
    display: block;
    width: 50%;
}

.delivery_content dl{
    width: 50%;
    color: #fff;
    text-align: left;
}

.delivery_content dt{
    padding: 0 0 3%;
}

.delivery_content dd{
    font-weight: 400;
}


.housing_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    padding: 0 0 10%;
    width: 100%;
}

.housing_content{
    background: #3c84b5;
    border-radius: 20px;
    width: calc(100% / 3 - 3% * 2 / 3);
    padding: 3% 0;
}

.housing_content img{
    width: 50%;
}

.housing_content h4{
    color: #fff;
}

#service .lp-ttl{
    display: block;
    width: calc(100% / 3);
}

.lp_wrap{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10%;

}

.lp_btn{
background: #3c84b5;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    display: flex;
    width: 320px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lp_btn:hover{
    opacity: 0.7;
    transition: all .3s;
}

.lp_btn::before{
    content: '＞';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.gasoline_bg{
    position: relative;
    width: 100%;
}

.gasoline_bg::before{
    content: '';
    background: #eff8fe;
    position: absolute;
    width: 92%;
    height: 100%;
    left: 0;
    top: -10%;
    border-radius: 0 120px 0 0;

}

.gasoline{
    position: relative;
}




#service .gasoline ul{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

#service .gasoline li{
    width: calc(100% / 4 - 3% * 3 / 4);
    border: #3c84b5 solid;
    border-width: 2px 2px 14px;
    padding: 2% 0;
    border-radius: 10px;
    background: #fff;
}

#service .gasoline ul > :nth-child(n + 5){
    margin: 3% 0 0;
}

#service .gasoline ul li h4{
    color: #3c84b5;
    font-weight: 500;
    padding: 5% 0 0;
}

#service .gasoline ul li img{
    width: 50%;
}


/*gas_station*/

#gas_station{
    background:#eff8fe;
}

#gas_station .sns_link{
    width: 100%;
}

#gas_station .sns_link a img{
    width: 40%;
}

#gas_station ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 3%;
    width: 100%;
    margin: 2% 0 0 0;
}

#gas_station ul li{
    width: calc(100% / 3 - 3% * 2 / 3);
    background: #fff;
    box-shadow: 5px 5px 5px #ccc;
    margin: 3% 0 0;
    padding-bottom: 2%;
}

#gas_station ul li:nth-child(4) dt,
#gas_station ul li:nth-child(4) dd,
#gas_station ul li:nth-child(2) dt,
#gas_station ul li:nth-child(2) dd{
    margin-bottom: 5%;
}

#gas_station ul li:nth-child(4) dl{
    margin-bottom: 2%;
}

#gas_station ul li img{
    width: 100%;
}

.gas_station-head{
    height: 80px;
}

#gas_station h3{
    padding: 4% 0 2%;
    font-size: 22px;
    font-weight: 500;
}

#gas_station h3 span{
    display: block;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 0 0 3%;
}

#gas_station dl dd span{
    color: #de0012;
}

#gas_station dt,
#gas_station dd
{
    font-size: 16px;
    line-height: 1.2;
    display: block;
}

#gas_station dl{
    overflow: hidden;
    width: 90%;
    height: 200px;
    padding:0 0 0 5%;
}

#gas_station dt{
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 2%;
    margin-bottom: 3%;
}

#gas_station dd{
    float: left;
    width: 70%;
    border-left: 5px solid #3e80bc;
    text-align: left;
    padding-left: 3%;
    margin-bottom: 3%;
}

.txt-small{
    font-size: 14px;
    color: #000 !important;
}

.sns_link a{
    transition: all .2s;
}

.sns_link a:hover{
    opacity: .7;
}

.line_link{
    margin: 6% 0 0 0;
    width: 100%;
}
.line_link img{
    width: 50%;
    margin: 0 0 2%;
}
.line_link a img{
    width: 60%;
    transition: all .2s;
}

.line_link a img:hover{
    opacity: .7;
}

/*company*/

#company{
    padding-right: 0;
}

.company_bg{
    position: relative;
    padding: 0 0 0 6%;
}

.company_head{
    background: #fff;
    position: absolute;
    bottom: -1%;
    left: -1%;
    padding: 4% 12% 2% 12%;
    border-radius: 0 25px 0 0;
}

.company_head h2{
    font-size: 16px;
}

.company_head p{
    font-size: 36px;
}

.logo{
    display: block;
    width: 40%;
    padding: 3% 0 10% 10%;
}

.inner-s{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#company dl{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
}

#company dt,#company dd{
    border-bottom: 1px dotted #000;
    padding: 3% 0;
}

#company dt:nth-of-type(9),#company dd:last-child{
    border-bottom: none;
}

#company dd:last-child{
    display: flex;
}

#company dd:last-child .box_l{
width: 60%;
}

#company dd:last-child .box_r{
width: 40%;
}



#company dt{
    width: 20%;
}

#company dd{
    width: 80%;
}



/*info-link*/

#info-link{
    background: #eff8fe;
    padding: 5% 0;
}

.info-link_container{
    display: flex;
    justify-content: center;
    gap: 4%;
    transition: all .2s;
}

.info-link_container a {
    width: calc((100% - 8%) / 3);
}

.info-link_container a img{
    transition: all .2s;
}
.info-link_container a img:hover{
    opacity: .7;
}


/*footer*/

.tme{
    width: 100%;
    background: #00436f;
    padding: 1% 0;
}

.tmo{
    width: 100%;
    background: #f5f3ea;
    padding: 1% 0;
}

.tmo  img,
.tme  img{
    width: 40%;
}

.shop_container{
    display: flex;
}
.shop_container a img{
    width: 40%;
}

.shop_container a:first-child{
    background: #005952;
}

.shop_container a:last-child{
    background: #f18900;
}



footer small{
    background: #000;
    color: #fff;
    display: block;
    letter-spacing: -0.5px;
    padding: 2% 0;
}

/*page-top*/

.page-top{
    color: white;
    display: inline-block;
    background: #3c84b5;
    font-size: 220%;
    position: fixed;
    bottom: 4%;
    right: 2%;
    padding: 0 10px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.active{
    opacity: 1;
    visibility: visible;
}

footer .page-top a{
    text-decoration: none;
    color: inherit;
}

footer .page-top:hover{
    opacity: .7;
}

@media screen and (max-width: 1280px) {
    .inner{
        padding: 0 4%;
    }
    header .menu {
        display: block;
        width: 100%;
    }

    header h1#logo {
        width: 30%;
        padding: 0 0 0 0;
    }

    header nav {
        position: fixed;
        width: 100%;
        top: 0;
        right: -100%;
        background:rgba(255, 255, 255, 0.95);
        height: 100%;
        padding-top: 60px;
    }

    header nav#global-navi {
        float:right;
        width: 100%;
    }

    #global-navi ul li {
        width: 100%;
        padding-left: 0;
    }

    header ul li:first-child{
        display:block;
    }

    header nav ul li a {
        color: #000;
        display: block;
        width: 100%;
    }

    header nav ul li .pl:hover{
        color: #2b85da;
    }

    .nav-contact{
        width: 50%;
        margin: 0 auto;
        padding: 0 ;
        line-height: 4;
    }

    nav a::after{
        display: none;
    }

    header .btn-gnavi {
        position: fixed;
        top: 15px;
        right: 30px;
        width: 30px;
        height: 24px;
        z-index: 3;
        cursor: pointer;
        transition: all 400ms;
        -webkit-transition:all 400ms;
    }

    header .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }

    header .btn-gnavi span:nth-child(1) {
        top: 0;
    }

    header .btn-gnavi span:nth-child(2) {
        top: 10px;
    }

    header .btn-gnavi span:nth-child(3) {
        top: 20px;
    }

    header .btn-gnavi.hb-open {
        transform: rotate(180deg);
        -webkit-transform:rotate(180deg);
    }

    header .btn-gnavi.hb-open span:nth-child(1) {
        width: 24px;
        transform: translate(-7px, 17px) rotate(45deg);
        -webkit-transform: translate(-7px, 17px) rotate(45deg);
    }

    header .btn-gnavi.hb-open span:nth-child(3) {
        width: 24px;
        transform: translate(-7px, -17px) rotate(-45deg);
        -webkit-transform: translate(-7px, -17px) rotate(-45deg);
    }

    header nav#global-navi {
        width: 100%;
    }

    header ul li .pl::before{
        content: '';
        position: static;
        bottom: -15%;
        left: 0;
        width: 90%;
        height: 2px;
        background:#2b85da;
        transition: all .3s;
        transform: scale(0,0);
        transform-origin: left top;
        display: none;
    }
    
    header ul li .pl:hover::before{
        transform: scale(0,0);
    }
    

    #mv{
        margin-top: 56px;
    }

    p.mv-text{
        font-size: 2.8em;
        padding-top: 3vh;
    }

    .about_head{
        justify-content: center;
        width: 60%;
    }
    
    .about_ttl{
        font-size: 24px;
        margin: 0;
    }
    .about_subttl{
        padding: 0 0 1% 20%;
        margin: 0 0 1%;
        font-size: 16;
        border-bottom: 1px solid #000;
        white-space: nowrap;
    }

    .about_txt{
        font-size: 16px;
    }

    #gas_station ul li{
        width: calc(100% / 2 - 3% * 1 / 2);
    }

    }
    @media (max-width:1280px) and (min-width: 649px) {
        .nav-contact{
            width: 20%;
        }
    
    
    }

    @media screen and (max-width: 648px){

        .is-pc{
            display: none;
        }

        .is-sp{
            display: block;
        }

        h2{
            font-size: 200%;
        }

        p{
            font-size: 80%;
        }

        .ttl{
            font-size: 100%;
            padding-top: 2%;
        }

        section{
            padding: 8% 0;
        }

        header h1#logo {
            width: 80%;
        }

        header .btn-gnavi{
            right: 40px;
        }


        section#mv{
            background: url(../img/mv.png) no-repeat 30% top / cover ;
            height: 60vh;
        }

        p.mv-text{
            font-size: 1.8em;
            padding-top: 10vh;
        }

        #about {
            background: url(../img/about_bg.png) no-repeat 10% top / cover;
            padding: 20% 0 10%;
        }
        
        .about_container{
            display: block;
        }
        
        .about_left-content{
            width: 100%;
        }

        .about_head{
            display: block;
            width: 100%;
        }
        
        .about_ttl{
            font-size: 36px;
            margin: 0 auto 2%;
            border-bottom: 3px solid #000;
            width: fit-content;
                }

        .about_subttl{
            padding:0;
            margin:0;
            font-size: 16px;
            border-bottom:none;
            text-align: center;
            display: inline;
        }
        
        .about_txt{
            padding: 5% 0 0 0;
            line-height: 1.8;
            letter-spacing: -1px;
        }

        #service{
            padding: 20% 0 10%;
        }

        #service .attention{
            font-size: 12px;
        }
        
        #service h3{
            font-size: 24px;
            padding: 0 0 0 7%;
            margin: 0 0 8%;
        }
        
        #service h3 span{
            font-size: 16px;
        }
  
        
        #service .inner .gasoline .gasoline_h3{
            padding-left: 9.5%;
        }

        #service h3 .shikaku-color{
            font-size: 24px !important;
        }

        .null{
            display: none;
        }
        
        .delivery_container{
            flex-direction: column;
            width: 90%;
            margin: 0 auto;
            gap: 0;
        }
        
        .delivery_content{
            margin-bottom: 5%;
        }

        .delivery_content h4{
            font-size: 20px;
        }
        
        .delivery_content img{
            width: 50%;
            height: 50%;
            margin: auto 0;
        }
        
        .delivery_content dl{
            width: 50%;
            font-size: 16px;
        }
        
        .housing_container{
            width: 100%;
            display: block;
        }
        
        .housing_content{
            width: 90%;
            padding: 3% 2%;
            margin:0 auto 5%;
        }
        
        .housing_content img{
            width: 40%;
        }
        
        .housing_content h4{
            font-size: 20px;
        }
        
        #service .lp-ttl{
            margin: 10% 0 5%;
            width: 100%;
        }

        .lp_wrap{
            display: block;
            padding-bottom: 20%;
        }

        .lp_btn{
            padding: 4%;
            margin: 0 auto;
        }
        
        #service .gasoline h3 span{
            margin-left: -10px;
            font-size: 14px;
        }

        #service .gasoline ul{
            justify-content: center;
            gap: 5%;
        }
        
        #service .gasoline li{
            width: calc(100% / 2.2 - 5% * 1 / 2);
        }
        
        #service .gasoline ul > :nth-child(n + 5){
            margin: 0 0 0;
        }

        #service .gasoline ul > :not(:nth-child(n + 7)){
            margin-bottom: 3%;
        }
        
        #service .gasoline ul li h4{
            font-size: 16px;
        }

        .gasoline_bg::before{
            width: 100%;
            top: -5%;
            border-radius: 0;
        }

        #gas_station{
            padding: 20% 0 10%;
        }

        #gas_station ul li{
            width:85%;
            margin: 8% 0 0;
            padding-bottom: 5%;
        }

        #gas_station h3{
            font-size: 18px;
            font-weight: 500;
            padding: 3% 0 2%;
        }

        .gas_station-head{
            height: 60px;
        }
        

        #gas_station h3 span{
            font-size: 12px;
            letter-spacing: -0.55px;
        }

        #gas_station dt,
        #gas_station dd
        {
            font-size: 16px;
            margin:0 0 5%;
        }

        #gas_station dt{
        width: 28%;
        }

        #gas_station dd{
        width: 72%;
        }

        #gas_station dl{
            max-height: 250px;
            height: auto;
            width: 100%;
            padding: 0;
        }

        .line_link img{
            width: 90%;
            margin: 0 0 2%;
        }

        .line_link a img{
            width: 80%;
        }

        #gas_station .sns_link a img{
            width: 45%;
        }

        #company{
            padding:20% 0 5%;
        }

        .company_bg{
            background: url(../img/company_bg.png) no-repeat 15% center / cover;
            height: 20vh;
            padding: 0 0 0 0;
        }

        .company_head{
            bottom: -1%;
            left: 50%;
            transform: translateX(-50%);
            padding: 5% 12% 5% 12%;
            border-radius: 25px 25px 0 0;
        }


        .company_head h2{
            font-size: 16px;
        }

        .company_head p{
            font-size: 24px;
        }

        .logo{
            width: 80%;
            padding:8% 0 5%;
            margin: 0 auto;
        }

        #company dl{
            font-size: 16px;
            padding: 5% 10%;
        }

        #company dt,#company dd{
            padding: 5% 0;
        }

        #company dt:nth-of-type(9),#company dd:last-child{
            border-bottom: none;
        }

        #company dd:last-child{
            flex-direction: column;
        }

        #company dd:last-child .box_l,
        #company dd:last-child .box_r{
            width: 100%;
        }

        #company dt{
            width: 30%;
        }

        #company dd{
            width: 70%;
        }

        #info-link{
            padding-bottom: 3%;
        }

        .info-link_container{
            display: block;
        }


        .info-link_container a img{
            width: 70%;
            margin-bottom: 5%;
        }

        .tme,
        .tmo{
            padding: 2% 0;
        }

        .tme img,
        .tmo img{
            width: 90%;
        }

        .shop_container a img{
            width: 100%;
        }

        footer small{
            font-size: 14px;
        }

        .page-top{
            font-size: 16px;
            padding: 8px 12px 10px;
        }

            }