.section-plan-list{
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    justify-content: center;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.plan-list-wrap{
	width:32%;
	display: block;
}
.plan-list-section {
	position: relative;
	padding: 100px 10px 5px 10px;
    width:100%;
	background-color: #f6f6f6;
}
.plan-list-section-title {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
	display: flex;
	height: 80px;
}
.plan-list-section-title::after {
	content: "";
	display: block;
	max-width: 175px;
    flex-shrink: 0;
    background-size: cover;
    width: 50%;
}
.plan-list-section-title.-kazokuso{
	background-color: #82131a;
}
.plan-list-section-title.-kazokuso::after {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/kazokuso-list-image-sp.webp");
}
.plan-list-section-title.-ippanso {
	background-color: #04437c;
}
.plan-list-section-title.-ippanso::after {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/ippanso-list-image-sp.webp");
}
.plan-list-section-title.-chokuso {
	background-color: #d08000;
}
.plan-list-section-title.-chokuso::after {
	background-image: url("/sougi/wp-content/themes/kuratomo2022/plan/img/chokuso-list-image-sp.webp?20241002");
}
.plan-list-section-title-text {
	display: block;
	flex-grow: 1;
	margin: auto;
	text-align: center;
	font-size: 23px;
	line-height: 1.3;
	color: #fff;
}
.plan-list-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap:10px 3px;
	margin-bottom: 15px;
}
.plan-list-tag {
	display: inline-block;
	border: 2px solid;
	border-radius: 5px;
	padding: 0 6px;
	font-size: 14px;
	font-weight: bold;
}
.plan-list-p {
	font-size: 15px;
	line-height: 1.7;
	color: #303030;
	text-align: justify;
}
.plan-list-price-dt {
	flex-shrink: 0;
	min-width: 100px;
}
.plan-list-price-kaiin {
	margin-bottom: 8px;
}
.plan-list-price-bold {
	margin-bottom: 3px;
	font-weight: bold;
}
.plan-list-price-tax {
	font-size: 16px;
}
.plan-list-link-block {
	margin-top: 20px;
	font-size: 16px;
	text-align: right;
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.plan-list-price-bold {
	margin-bottom: 3px;
	font-weight: bold;
}
.plan-list-price-dl-item {
	display: flex;
	align-items: baseline;
	font-size: clamp(20px, 1.7vw, 26px);
	font-weight: bold;
	margin-bottom: 20px;
}
.plan-detail-price-members-dt-small {
	font-size: 18px;
}
.plan-list-cv-link{
	display: inline-block;
	position: relative;
	padding: 8px 25px;
	border-radius: 5px;
	background-color: #00a532;
	color: #fff !important;
}
.plan-list-cv-link::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 13px;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.plan-price-main{
	font-size: 40px;
	font-weight: bold;
	text-align:center;
	line-height: 1.3;
	margin-bottom: 10px;
}
.plan-price-main-yen{
	font-size: 20px;
}
.plan-link{
	border: 1px solid #cacaca;
	width:100%;
	display: block;
	border-radius: 10px;
	padding: 10px;
	height:50px;
	position: relative;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.plan-link::after{
	content: "";
	margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #505050;
    border-right: 1px solid #505050;
    transform: rotate(45deg);
    transition: all 0.3s;
    border-left: 1px solid #fff;
    border-bottom: 1px solid transparent;
}
@media (max-width:1100px) {
	.plan-list-section-title-text{
		font-size:clamp(17px , 2vw , 23px);
	}
}
@media (max-width:768px) {
	.slick-prev , .slick-next{
		background: url(/sougi/wp-content/themes/kuratomo2022/hurry/img/icn_slider.png.webp) no-repeat;
		background-size: contain;
		width:50px;
		height:50px;
		top: 40%;
		z-index:3;
	}
	.slick-prev:before, .slick-next:before {
		display: none;
	}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
		background: url(/sougi/wp-content/themes/kuratomo2022/hurry/img/icn_slider.png.webp) no-repeat;
		background-size: contain;
	}
	.section-plan-list{
		display: block;
        width: 100vw;
        margin-left: -8vw;
	}
    .plan-list-section {
        width:100%;
		padding:0 0 10px 0;
    }
	.plan-list-section-title{
		position: static;
		height: clamp(60px, 15vw, 180px);
	}
	.plan-list-wrap{
		width:70vw;
	}
	.plan-link{
		height: 40px;
		padding: 5px 0;
	}
	.plan-link::after{
		top:29%;
		bottom: auto;
	}
	.slick-track{
		display: flex;
    	column-gap: 20px;
	}
	.slick-next{
		transform: rotate(180deg);
		right:-5vw;
		z-index:3;
	}
	.slick-prev {
    	left:-5vw;
    	z-index: 2;
		transform:none;
	}
	.slick-dots{
		bottom:-35px;
	}
	.slick-dots li button:before {
		font-size: 12px;
	}
	.plan-list-link-block{
		position: static;
		display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
	}
	.plan-list-section-title-text {
        display: block;
        flex-grow: 1;
        margin: auto;
        text-align: center;
        font-size: clamp(18px, 5.2vw, 25vw);
        line-height: 1.3;
        color: #fff;
    }
    .plan-list-price-dl-item dd{
        font-size: 30px;
    }
    .plan-list-tag-list {
        display: flex;
        gap: 5px;
        margin-bottom: 15px;
    }
    .plan-list-tag {
        display: inline-block;
        border: 2px solid;
        border-radius: 5px;
        padding: 0 6px;
        font-size: 14px;
        font-weight: bold;
    }
	.plan-price-main{
        margin-bottom: 0;
		font-size: clamp(30px, 9vw, 40vw);
    }
    .plan-list-p {
        margin-bottom:0;
        font-size: clamp(13px , 3.5vw ,16px);
        line-height: 1.7;
        color: #303030;
		height: auto;
		padding: 0 10px;
    }
    .plan-list-price-dl-item {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        font-size: 20px;
        font-weight: bold;
        margin-top: 7px;
        text-size-adjust: 100%;
		margin-bottom: 0;
    }
    .plan-list-price-dt {
        flex-shrink: 0;
        min-width: 100px;
    }
    .plan-list-price-members{
        flex-wrap: wrap;
        font-weight: bold;
    }
    .plan-list-price-members-dt{
        font-size: 20px;
    }
    .plan-list-price-members-dd ,
    .plan-list-price-no-members-dd{
        font-size: 20px;
    }
    .plan-detail-price-tax-extra{
        font-size: 16px;
    }
    .plan-list-price-bold {
        font-weight: bold;
        font-size: 20px;
    }
    .plan-list-price-tax {
        font-size: 16px;
    }
    .plan-detail-price-members-dt-small{
	    font-size: 13px;
    }
	.plan-list-cv-link {
        padding: 8px 10px;
        padding-right: 15px;
    }
	.plan-list-cv-link::after {
		content: "";
		position: absolute;
		top: 15px;
		right: 10px;
		width: 0;
		height: 0;
		border-left: 6px solid #fff;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.plan-link-sp{
        border-radius: 10px;
        height:50px;
        display: flex !important;
    }
	.plan-link-sp-left{
		color: #fff;
		height:50px;
		line-height: 50px;
		display: block;
		width:50%;
		font-size: 20px;
		text-align: center;
		border-top-left-radius: 9px;
		border-bottom-left-radius: 9px;
		border-top: 1px solid #515151;
		border-bottom: 1px solid #515151;
		border-left: 1px solid #515151;
	}
    .-chokuso .plan-link-sp-left{
		background-color: #d08000;
    }
	.-kazokuso .plan-link-sp-left{
		background-color: #82131a;
    }
	.-ippanso .plan-link-sp-left{
		background-color: #04437c;
    }
	.plan-link-sp-price{
		font-size: 25px;
		line-height: 50px;
		width:50%;
		text-align: center;
		position: relative;
		border-top: 1px solid #515151;
		border-bottom: 1px solid #515151;
		border-right: 1px solid #515151;
		border-top-right-radius: 9px;
		border-bottom-right-radius: 9px;
	}
	.plan-link-sp-price::after{
		content: "";
		margin: auto;
		position: absolute;
		top: 0px;
		bottom: 0;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #505050;
		border-right: 1px solid #505050;
		transform: rotate(45deg);
		transition: all 0.3s;
		border-left: 1px solid #fff;
		border-bottom: 1px solid transparent;
	}
	.plan-link-sp-price-yen{
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.plan-list-price-dt {
		min-width: 85px;
	}
	.plan-list-price-bold {
		font-size: 16px;
	}
	.plan-list-price-tax-extra {
		font-size: 13px;
	}
	.plan-list-price-dt {
		min-width: 85px;
	}
	.plan-list-price-dt ,
	.plan-list-price-members-dt ,
	.plan-list-price-bold  ,
	.plan-list-price-members-dd{
		font-size: 16px;
	}
	.plan-list-price-tax ,
	.plan-list-price-tax-extra {
		font-size: 14px;
	}
	.plan-list-price-dl-item dd{
		font-size: 25px;
	}
}

