.concept_area {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 5%;
  padding-top: 0%;
}
@media all and (max-width: 575px) {
.concept_area {
  padding-left: 5%;
  padding-right: 5%;
  
}
}
.concept_ttl {
    padding-left: 10px;
    padding-right: 10px;
    color: #330067;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    padding-bottom: 10px;
    padding-top: 20px;
}
.concept_tx {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  margin-bottom: 3%;
}
@media all and (max-width: 575px) {
.concept_tx {
  font-size: 16px;
  
}
}
.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-radius: 9999px;
    max-width: 100%;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
.button a:hover {
    color: #fff;
    background-position: 99% 50%;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.reserve_read {
  font-size: 20px;
  color: #000;
	margin-top: 2%;
	margin-bottom: 4%;
}
@media (max-width: 767px) {
.reserve_read {
  font-size: 16px;
}
}
.reserve_read span {
  font-size: 30px;
  color: #5900B3;	
}
@media (max-width: 767px) {
.reserve_read span {
  font-size: 25px;
  font-weight: bold;
}
}
.tel_tx {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 3%;
}
@media (max-width: 767px) {
.tel_tx {
  margin-top: 5vh;
}
}
.tel_number {
  font-size: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
@media (max-width: 767px) {
.tel_number {
  font-size: 10vw;
  font-weight: bold;
}
}
@media (max-width: 1200px) {
	
}


@media (max-width: 992px)  {
	
	
}



@media (max-width: 768px)  {

}


@media (max-width: 468px) {
	


}
