@charset "utf-8";

.package-p_wrap {
    background-image: url("../images/three.png"),url("../images/three.png");
    background-repeat: no-repeat;
    background-size: 26.84% auto,26.84% auto;
    background-position: left 3.07% top 9.23%,right 3.07% bottom 3.07%;
    padding-bottom: 3.07%;
}
.package-p_wrap .inner {
	width: min(100% - 16.15%, 1200px);
}


.package-list_wrap {
    margin-top: 6.15%;
}
.package-list_wrap ul {
    margin-bottom: 6.15%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 56px;
}

.package-list_wrap ul li {

}
.package-time {
    background-color: #f56733;
    color: #FFFFFF;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 600;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    border-radius: 20px;
    letter-spacing: 0.13em;
    display: flex;
    align-items: center;
    max-width: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    width: auto;
}
.package-time img {
    width: 32px;
    margin-right: 6px;
}
.info_product {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}
.package-list_wrap ul li .info_product_name {
    font-size: 0.85rem;
    font-weight: 600;
}
.info_product_img {
    width: 48.46%;
}




.package-image {
    margin-bottom: 12px;
}
.package-list_wrap ul li p {
    text-align: center;
	font-size: 0.85rem;
}


/* タブレット */
@media (max-width: 960px) {

.package-p_wrap {
	padding-top: 64px;
}

.package-list_wrap ul {
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
}

/* スマホ */
@media (max-width: 768px) {

.package-p_wrap {
    padding-top: 48px;
    background-image: url("../images/three.png"),url("../images/three.png"),url("../images/three.png");
    background-size: 70% auto,70% auto,70% auto;
    background-position: left -40px top,left 20% top 60%,right bottom;
    padding-bottom: 10%;
}


.package-list_wrap {
    margin-top: 10.76%;
}
.package-list_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
}
.package-list_wrap ul li {
/*	background-color: #cccccc;*/
}

.package-time {
    width: 100%;
    margin-bottom: 12px;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.package-time img {
    margin-right: 12.3%;
}
.info_product {
    display: flex;
    justify-content: space-around;
    align-items: center;
	flex-wrap: wrap;
}
.package-list_wrap ul li .info_product_name {
    font-size: 0.9rem;
    font-weight: 600;
	margin-bottom: 8px;
}
.info_product_img {
    width: 80%;
	margin:0 auto;
}




.package-list_wrap ul li p {
    text-align: center;
    line-height: 1.5;
}

}
