@charset "utf-8";
/* CSS Document */


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box_a {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}

/*price*/
.price-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:2.2rem;
    font-weight: bold;
    padding: 3% 50px 0.8% 3%;
    transition: all .5s ease;
	color:#4A4545;
	border-bottom: 1px solid;
}

.price-ball-light {
    color: #CDFF4F;
	margin-right:10px;
	font-size:1.8rem;
}

.price-ball-basic {
    color: #FF247C;
	margin-right:10px;
	font-size:1.8rem;
}

.price-ball-pre {
    color: #8C82A5;
	margin-right:10px;
	font-size:1.8rem;
}

.price-ball-semi {
    color: #3CC4BB;
	margin-right:10px;
	font-size:1.8rem;
}

.price-1{
    font-size:1rem;
    font-weight: bold; 
	color:#4A4545;  
}

.price-2{
    font-size:1.5rem;
    font-weight: bold;  
	color:#4A4545;    
}

.price-3{
    font-size:1rem;
    font-weight: bold;  
	color:#4A4545; 
}

.price-end{
    font-size:1rem;
    font-weight: bold;  
	color:#4A4545; 
}

.price-ex-ttl{
    font-size:1.5rem;
    font-weight: bold;  
	color:#4A4545; 
	margin-top: 15px;
}

.price-ex-txt{
    font-size:1.5rem;
    font-weight: bold;  
	color:#4A4545; 
}

.price-ex-other{
    font-size:1rem;
    font-weight: bold;  
	color:#4A4545;
	margin-top: 15px;
}

.price-menu{    
    font-size:1.5rem;
    font-weight: bold;
    border-bottom:1px dashed; 
	padding: 8px 0 5px 0;
	color:#4A4545;
}

.price-cp{
border-radius: 50px;
    background: #FF0267;
    color: white;
    font-size: 1rem;
    padding: 3px 12px;
    margin-left: 3.5%;
}

.price-ball-cp{
border-radius: 999px;
border-radius: 50px;
    background: #3CC4BB;
    color: white;
    font-size: 0.7rem;
    padding: 10px 20px;
    margin-left: 3.5%;
    font-weight: normal;

}

/*アイコンの＋と×*/
.price-title::before,
.price-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 1px;
    background-color: #333;
    
}
.price-title::before{
    top:75%;
    right: 15px;
    transform: rotate(0deg);
    
}
.price-title::after{    
    top:75%;
    right: 15px;
    transform: rotate(90deg);

}

@media screen and (max-width: 749px) {
.price-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: bold;
    padding: 3% 50px 0.8% 3%;
	margin-top:10px;
    transition: all .5s ease;
	color:#4A4545;
	border-bottom: 1px solid;
}

.price-ball-light {
    color: #CDFF4F;
	margin-right:10px;
	font-size:1rem;
}

.price-ball-basic {
    color: #FF247C;
	margin-right:8px;
	font-size:1rem;
}

.price-ball-pre {
    color: #8C82A5;
	margin-right:10px;
	font-size:1rem;
}

.price-ball-semi {
    color: #3CC4BB;
	margin-right:10px;
	font-size:1rem;
}

.price-1{
    font-size:0.7rem;
    font-weight: bold; 
	color:#4A4545; 
}

.price-2{
    font-size:1rem;
    font-weight: bold;  
	color:#4A4545;    
}

.price-3{
    font-size:0.7rem;
    font-weight: bold;  
	color:#4A4545; 
}

.price-end{
    font-size:0.7rem;
    font-weight: bold;  
	color:#4A4545; 
}

.price-ex-ttl{
    font-size:1rem;
    font-weight: bold;  
	color:#4A4545; 
	margin-top: 5px;
}

.price-ex-txt{
    font-size:1rem;
    font-weight: bold;  
	color:#4A4545; 
}

.price-ex-other{
    font-size:0.6rem;
    font-weight: bold;  
	color:#4A4545;
	margin-top: 15px;
	letter-spacing:-0.025px;
}

.price-menu{    
    font-size:1rem;
    font-weight: bold;
    border-bottom:1px dashed; 
	padding: 8px 0 5px 0;
	color:#4A4545;
}

.price-cp{
border-radius: 50px;
    background: #FF0267;
    color: white;
    font-size: 0.6rem;
	letter-spacing:-0.01px;
    padding: 3px 12px;
    margin-left: 3.5%;
}

.price-ball-cp{
border-radius: 50px;
    background: #3CC4BB;
    color: white;
    font-size: 0.7rem;
    padding: 4px 14px;
    margin-left: 3.5%;
    font-weight: normal;

}
}

/*アイコンの＋と×*/
.price-title::before,
.price-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 1px;
    background-color: #333;
    
}
.price-title::before{
    top:75%;
    right: 15px;
    transform: rotate(0deg);
    
}
.price-title::after{    
    top:75%;
    right: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.price-title.close::before{
  transform: rotate(45deg);
}

.price-title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.pricebox {
    display: none;/*はじめは非表示*/
    padding:0% 3% 3% 3%;
}
