@charset "UTF-8";

/*under_header*/
.under_header{
    background: url(../img/biz-lpgas/mv.jpg) center / cover no-repeat;
}


/* lpgas_box01
***************************************************************/
.lpgas_box01--sub01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	> li{
		width: 21.7%;

		.sub01_txt{
			font-size: clamp(18px, 2.2vw, 24px);
			line-height: 1.45;
			text-align: center;
			margin-top: 1em;
		}
	}
}


/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.lpgas_box01--sub02.flex_box {
        justify-content: space-between;
    }

}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.lpgas_box01--sub01{
		gap: 30px 0;

		> li{
			width: 46%;
		}
	}

	.lpgas_box01--sub02 .sub02_img{
		max-width: 460px;
        width: 100%;
		margin: 20px auto 0;
	}

}

/* lpgas_box02
***************************************************************/
.lpgas_box02--ttl{
  	font-size: clamp(28px, 3.6vw, 36px);
	text-align: center;
	line-height: 2;
	margin-bottom: 2em;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.lpgas_box02--ttl{
		font-size: 26px;
		line-height: 1.45;
		margin-bottom: 1.5em;
	}
	.lpgas_box02-img {
        width: 480px;
        padding-bottom: 15px;
		margin: 0 auto;
    }
}


/* lpgas_box03
***************************************************************/
.lpgas_box03--sub{
	display: flex;
	justify-content: space-between;
}
.lpgas_box03--sub > div{
	width: 48.1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: clamp(25px, 3.2vw, 35px) 0;
}

.lpgas_box03-img{
	width: 54.4%;
}
.lpgas_box03--txt{
	font-size: clamp(18px, 2.2vw, 24px);
	margin-top: 2em;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}


/* lpgas_box04
***************************************************************/
.lpgas_box04{
	position: relative;

	.inner{
		position: relative;
		z-index: 1;
	}
	.block_txt{
		width: 46.2%;
	}
}

.lpgas_box04--sub{
	min-height: 180px;
    padding: 25px 40px;
    margin-top: 25px;

    .store_name{
		font-size: clamp(18px, 2.2vw, 24px);
		line-height: 1.45;
		font-weight: 700;
	}

	.store_address{
	    font-size: 16px;
		line-height: 1.45;
	    margin-top: 1em;
	}
	.store_tel{
	    font-size: 16px;
		line-height: 1.45;
		margin-top: 0.75em;
	}
}

.lpgas_box04--sub + .lpgas_box04--sub{
	margin-top: clamp(25px, 3.2vw, 40px);
}

.map_btn > a{
    width: 250px;
    height: 50px;
    background-color: var(--gray);
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.lpgas_box04--sub{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.map_btn > a:hover{
		opacity: 0.7;
	}

	.lpgas_box04-img{
		max-width: 960px;
		aspect-ratio: 960 / 691;
		position: absolute;
		top: 0;
	    left: 49%;
	    margin-top: 6.9em;
	}

}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.lpgas_box04{
		.block_txt{
			width: 100%;
		}
	}
	.map_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .lpgas_box04-img{
    	margin-top: -10%;
    }
    .lpgas_box04--sub{
	    padding: 25px 30px;
	}

}



/* lpgas_box05
***************************************************************/
.lpgas_box05--sub{
	padding: 1vw 4.8% clamp(40px, 3.2vw, 60px);
}
.lpgas_box05--sub > div{
	display: flex;
	font-size: 18px;
	line-height: 1.45;

	dt{
		width: 30%;
		border-bottom: 2px solid var(--blue);
		font-weight: 700;
		padding: 2.1em 0;
	}
	dd{
		width: 60%;
		border-bottom: 2px solid var(--gray);
		padding: 2.1em 0;

		span{
			display: block;
		}
		span + span{
			margin-top: 2em;
		}
	}
}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.lpgas_box05--sub > div{
		flex-direction: column;
		font-size: 16px;

		dt,
		dd{
			width: 100%;
			padding: 1.5em 0;

			span + span{
				margin-top: 1.5em;
			}
		}
	}
}


/* lpgas_box06
***************************************************************/
.lpgas_box06--link{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 630px;
	width: 80%;
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 700;
	border-radius: 50px;
	color: var(--white);
	background: var(--lg01);
	margin: 0 auto;
	padding: 1.4em 1.5em;
} 

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.lpgas_box06--link:hover{
		opacity: 0.7;
	}
}

/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}