.price-section {
	background-image: url("../images/common/pc-img/price/priceTop.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: -1;
}

.price-section:after {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.priceSpa {
	padding-bottom: 2.1875rem;
	padding-top: 1.875rem;
}

.price-special__inner {
	padding-top: 1rem;
	position: relative;
	z-index: 1;
}

.price-special {
	background-color: #000000;
	margin-top: 3.125rem;
	padding-bottom: 2.5rem;
	position: relative;
}

.price-special__content {
	border: 2px solid #fff;
	margin: auto;
	max-width: 100%;
	padding-bottom: 2.625rem;
	padding-top: 2rem;
}

.price-special__wrapper {
	color: #fff;
	text-align: center;
}

.price-special__title {
	font-size: 1.5rem;
}

.price-special__asiraiOff {
	position: relative;
}

.price-special__asiraiOff:before {
	background: url("../images/common/pc-img/price/price-asirai1000.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	display: none;
	height: 6.4375rem;
	position: absolute;
	width: 10rem;
}

.price__title--asiraiSheep {
	position: relative;
}

.price__title--asiraiSheep:before {
	background-image: url("../images/common/pc-img/price/price-asirai.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5.9375rem;
	position: absolute;
	right: 1.875rem;
	top: -30px;
	width: 3.125rem;
}

.price__title--asiraiSheep:after {
	background-image: url("../images/common/pc-img/price/price-sheep.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.625rem;
	position: absolute;
	right: 1.25rem;
	top: 35px;
	width: 3.125rem;
}

.price-special__box {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2rem;
}

.price-special__time {
	background-color: #A50808;
	border-radius: 20px 20px;
	display: inline-block;
	font-family: "Baloo Bhaijaan 2", "sans-serif";
	font-weight: bold;
	padding: 0.5rem 0.5rem;
}

.price-special__money-group {
	padding-top: 0.375rem;
}

.price-special__money-group dd:nth-child(1) {
	font-size: 0.9375rem;
}

.price-special__money-group dd:nth-child(2) {
	font-size: 1.5rem;
	font-weight: bold;
}

.price-special__money-group h4 {
	font-size: 0.9375rem;
	font-weight: 400;
}

.price-special__money-group p {
	font-size: 2rem;
	font-weight: bold;
}

.price-special__money-group span {
	font-size: 0.9375rem;
	font-weight: 400;
}

.price-wrapper {
	width: 100%;
}

.price-wrapper dl {
	margin: auto;
	max-width: 28.125rem;
}

.price-wrapper dl:nth-child(n+2) {
	margin-top: 2.5rem;
}

.price__wrapper {
	margin-top: 2.5rem;
}

.price__body {
	background-color: #061C42;
	border-radius: 20px 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.price__body:hover {
	transform: scale(1.05); 
}

.price__body--colorChange {
	background-color: #494219;
}

.price__mainTitle.section-title__main {
	margin-top: 0;
}

.price__bodyTitle {
	color: white;
	font-family: "Baloo Bhaijaan 2", "sans-serif";
	text-align: center;
}

.price__bodyTitle figure img {
	margin: auto;
	width: auto;
    max-width: 3.8rem;
    width: 100%;
    height: 3.8rem;
}

.price__bodyTitle figure figcaption {
	border-bottom: 2px solid #fff;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 1.3125rem;
}

.price__textArea {
	color: #fff;
	height: 100%;
	margin-top: 0.625rem;
}

.price__titleSub {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.price__text {
	font-size: 0.9375rem;
	line-height: 1.7;
    margin-top:0.5rem
}

.price__money {
	color: #fff;
	font-family: "Baloo Bhaijaan 2", "sans-serif";
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 0.9375rem;
	text-align: center;
}

.price__money--span {
	font-size: 0.75rem;
}

.priceCare {
	margin-top: 2.5rem;
}

.priceCare__wrapper {
	margin-top: 2.5rem;
}

.price-special__btnArea {
	margin-top: 2.8125rem;
	text-align: center;
}
@media (min-width: 768px) {
    .priceSpa {
        padding-bottom: 4.375rem;
        padding-top: 2rem;
    }
    .price-special {
        margin-top: 0;
    }
    
    .price-special__content {
        max-width: 68.125rem;
        padding-bottom: 3.25rem;
        padding-top: 1.75rem;
    }
    
    .price-special__text {
        font-size: 1.25rem;
    }
    
    .price-special__title {
        font-size: 2.25rem;
    }
    
    .price-special__asiraiOff:before {
        display: block;
        right: -9.875rem;
        top: -1.375rem;
    }
    
    .price__title--asiraiSheep:before {
        right: 1.6875rem;
        top: 0.75rem;
        transform: translateY(-50%);
        width: 6.1875rem;
    }
    
    .price__title--asiraiSheep:after {
        background-size: cover;
        right: -0.375rem;
        top: 4.1875rem;
        transform: translateY(-50%);
        width: 4.3125rem;
    }
    
    .price-special__box {
        margin-top: 0;
    }
    
    .price-special__box:nth-child(n+1) {
        margin-top: 2.875rem;
    }
    
    .price-special__box:nth-child(n+2) {
        margin-top: 1.5rem;
    }
    
    .price-special__time {
        font-size: 2rem;
    }
    
    .price-special__money-group dd:nth-child(2) {
        font-size: 2.25rem;
    }
    
    .price-special__money-group p {
        margin-top: -0.375rem;
    }
    
    .price-special__btnArea {
        margin-top: 2.8125rem;
        text-align: center;
    }
    
    .price-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 3.125rem;
        margin: auto;
        max-width: 55.625rem;
    }
    
    .price-wrapper dl {
        margin: 0;
        margin: initial;
        max-width: 100%;
    }
    
    .price-wrapper dl:nth-child(n+2) {
        margin-top: 0;
    }
    
    .price__wrapper {
        margin-top: -3.875rem;
    }
    
    .price__body {
        max-width: 26.25rem;
        padding: 2.5rem 1.875rem 1.875rem;
    }
    
    .price__mainTitle.section-title__main {
        margin-top: -3.5rem;
    }
    
    .price__bodyTitle figure img {
        height: auto;
        margin: auto;
        max-width: 5rem;
    }
    
    .price__bodyTitle figure figcaption {
        font-size: 1.75rem;
        margin-top: 1.875rem;
    }
    
    .price__titleSub {
        font-size: 1.25rem;
    }
    
    .price__text {
        font-size: 0.8125rem;
    }
    
    .price__money {
        margin-top: 1.0625rem;
    }
    
    .priceCare {
        margin-top: 0.625rem;
    }
    
    .priceCare__wrapper {
        margin-top: -5.875rem;
    }

}

	/* faq */

    .faq__container:nth-child(n+2) {
        margin-top: 2rem;
    }
    
    .faq__question {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
    
    .faq__box {
        border: 3px solid;
        border-radius: 20px 20px;
        display: flex;
        flex-direction: column;
        padding: 0.75rem 1.25rem 0.75rem 2.125rem;
    }
    
    .faq__mark {
        margin: 0;
        width: 94%;
    }
    
    .faq__mark span {
        font-size: 1.5rem;
    }
    
    .faq__text {
        font-size: 1rem;
        line-height: 1.40625;
    }
    
    .faq__text::-webkit-scrollbar {
        display: none;
    }
    
    .faq__icon {
        background-color: #061C42;
        border-radius: 50% 50%;
        font-size: 1.5625rem;
        font-weight: bold;
        height: 2.1875rem;
        position: relative;
        width: 2.1875rem;
    }
    
    .faq__icon:before {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 0.1875rem;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 1.125rem;
        z-index: 1;
    }
    
    .faq__icon:after {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 1.125rem;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 0.1875rem;
        z-index: 1;
    }
    
    .faq__icon.is-active {
        position: relative;
    }
    
    .faq__icon.is-active::after {
        opacity: 0;
    }
    
    .faq__answer {
        display: none;
        height: 100%;
        margin-top: 0.625rem;
    }
    
    .faq__answer:first-of-type {
        display: block;
    }
    
    .faq__wrapper {
        margin-top: 2.5rem;
    }
    
    .faq__container {
        height: 100%;
    }
    @media (min-width: 768px) {
        .faq__container:nth-child(n+2) {
            margin-top: 1.75rem;
        }
        
        .faq__mainTitle.section-title__main {
            margin-top: -6.25rem;
        }
        
        .faq__mark {
            font-size: 1.75rem;
        }
        
        .faq__text {
            height: 5.625rem;
            max-width: 50.625rem;
            overflow: scroll;
            width: 100%;
        }
        
        .faq__icon {
            height: 2.8125rem;
            width: 2.8125rem;
        }
        
        .faq__icon:before {
            height: 0.1875rem;
            width: 1.5625rem;
        }
        
        .faq__icon:after {
            height: 1.5625rem;
            width: 0.1875rem;
        }
        
        .faq__answer {
            margin-top: 0.3125rem;
            max-width: 51.375rem;
        }
        
        .faq__wrapper {
            margin: -6rem auto 0;
            max-width: 60.25rem;
        }
    }