@charset "utf-8";
/* CSS Document */
.main-wrap{
  position: relative;
  z-index: 1;
}

/* 背景 */
.main-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://treetop-nail.com/system_panel/uploads/images/bg7.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
.faq_area{}
.faq_area{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.faq_area .titlebox{
	border-bottom: 1px solid #CBB144;
	padding-bottom: 20px;
}
.faq_area .box_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 40px;
}
.faq_area .box_wrap .box{
	width: 100%;
}
.faq_area .box_wrap .box .faq_icon{
	font-family: "Cormorant", serif;
	font-size: 38px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	width: 40px;
	margin-top: -5px;
}
.faq_area .box_wrap .box .qbox,.faq_area .box_wrap .box .abox > div{
	gap: 0 20px;
}
.faq_area .box_wrap .box .qbox .title{
	width: calc(100% - 40px - 20px);
}
.faq_area .box_wrap .box .qbox{
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}
.faq_area .box_wrap .box .abox{
	background-color: #fff;
	padding: 20px 5%;
	margin-top: 20px;
}
.faq_area .box_wrap .box .abox > div{
	align-items: flex-start;
}
body:not(.gjs-dashed) .faq_area .box_wrap .box .abox{
	display: none;
}
.faq_area .box_wrap .box .qbox .faq_icon{
	color: #988536;
}
.faq_area .box_wrap .box .qbox .title{
	font-size: clamp(16px,2.2vw,18px);
}
.faq_area .box_wrap .box .qbox .icon{
	width: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.faq_area .box_wrap .box .qbox .icon::before,.faq_area .box_wrap .box .qbox .icon::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #555555;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.faq_area .box_wrap .box .qbox .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_area .box_wrap .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(0deg);
}
.case_head {
  position: relative;
  z-index: 1;
  padding: clamp(50px, 8vw, 90px) 20px;
  
}

.case_head::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(90vw, 1100px);
  height: clamp(280px, 20vw, 450px);
  background: url("https://treetop-nail.com/system_panel/uploads/images/cream.png") center center / contain no-repeat;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.case_head h2,
.case_head .deco {
  position: relative;
  z-index: 2;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.faq_area .box_wrap .box .faq_icon{
		font-size: 30px;
		width: 30px;
		margin-top: -3px;
	}
	.faq_area .box_wrap .box .qbox,.faq_area .box_wrap .box .abox > div{
		gap: 0 15px;
	}
	.faq_area .box_wrap .box .qbox .title,.faq_area .box_wrap .box .abox .txtbox{
		width: calc(100% - 30px - 15px);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.faq_area .titlebox{
		padding-bottom: 10px;
	}
	.faq_area .box_wrap .box{
		padding: 15px;
	}
	.faq_area .box_wrap .box .faq_icon{
		font-size: 24px;
		width: 24px;
		margin-top: -2px;
	}
	.faq_area .box_wrap .box .qbox,.faq_area .box_wrap .box .abox > div{
		gap: 0 10px;
	}
	.faq_area .box_wrap .box .qbox .title{
		width: calc(100% - 24px - 10px);
	}
.faq_area .box_wrap .box .abox .txtbox{
		width: 100%;
	}
    
	.faq_area .box_wrap .box .qbox{
		padding-right: 30px;
	}
	.faq_area .box_wrap .box .abox{
		margin-top: 15px;
		padding-top: 15px;
	}
	.faq_area .box_wrap .box .qbox .icon{
		width: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

