

/* サロン情報 */
.salon_area{
    padding-bottom: 50px;
    padding-top: 50px;    
    margin-bottom: 50px;
}

.salon_box{
    padding-bottom: 1%;
    padding-top: -6%;
    margin-top: 7%;
}
.salon_box2{
    padding-bottom: 1%;    
}
.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: 8vw;
  font-weight: bold;
}
}



@media only screen and (max-width: 1200px) {
#head_ttl_bg{
	display: none;    
}
.head_ttl {
    font-size: 38px;    
}
}

@media only screen and (max-width: 768px) {
.head_ttl {
    font-size: 32px;    
}

.head_ttlsub {
	font-size: 14px;	
}
.head_ttl_box_r {    
    margin-bottom: 30px;    
    margin-left: 5%;
	padding-top: 10%;
}

}

@media (max-width: 468px) {

.head_ttl {
    font-size: 24px;
    
}

.head_ttlsub {
	font-size: 14px;
	
}


}

