/*
Theme Name:wim-theme
*/

:root {
  --main-bg-color: #edebe2;
  --text-color: #2b4e61;
  --accent-color-blue: #74bfdd;
}
ul{
    padding: 0;
}

.salon{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.salon h1 {
    margin: 0 auto;
    text-align: center;
    font-size: clamp(1.625rem, 1.375rem + 1.25vw, 2.313rem);
    width: 90%;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.12em;
}
.salon .h1-p {
    text-align: center;
}
.area_category {
    margin: 5% auto;
    border-radius: 20px;
    padding: 5%;
    box-sizing: border-box;
    border: dotted 2px;
    background: #fff;
}
.area_category h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.category-ul-salon li.cat-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.category-ul-salon li.cat-item > a {
    display: inline-block;
    width: 200px;
    color: #fff;
    background: var(--accent-color-blue);
    border-radius: 5px 20px;
    letter-spacing: 0.08rem;
    text-align: center;
    padding: 10px;
    margin-right: 30px;
    box-sizing: border-box;
}
.category-ul-salon li.cat-item .children li.cat-item {
    display: inline-block;
    margin-bottom: 0;
}
.category-ul-salon li.cat-item .children li.cat-item > a {
    width: auto;
    color: var(--font-color);
    background: transparent;
    border-radius: 0;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin-right: 0;
}
.children a::after {
    content: '|';
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
}
.salon-all-btn{
    display: flex;
    margin: 20px 0 0;
    justify-content: space-around;
    flex-wrap: wrap;
}
.salon-all-btn-a{
    color: var(--text-color);
    border-radius: 50px;
    padding: 10px;
    box-sizing: border-box;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    border: solid 1px;
}
.post-area {
    padding: 60px 0px;
    margin-bottom: 80px;
    font-weight: 500;
}
.post-area-inner {
    margin-bottom: 60px;
    background: #fff;
    padding: 20px;
}
.post-area-inner h3 {
    font-size: 24px;
    color: #fff;
    background: var(--accent-color-blue);
    border-radius: 5px 20px;
    text-align: center;
    padding: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}
.post-area-inner h4 {
    position: relative;
    font-size: 22px;
    border-bottom: dotted 2px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 500;
}
.salon-list-block {
    margin-bottom: 60px;
}
.salon-list-block li {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.salon-link{
    display: flex;
    align-items: center;
    gap: 10px;
}
.link-p{
    line-height: 1.7em;
}
.salon-shopname {
    font-size: 18px;
    margin-bottom: 0.5rem;
}
.salon-phone {
    margin-bottom: 3px;
}

.salon-hp img, .salon-hpb img, .salon-insta img {
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .category-ul-salon li.cat-item {
        display: block;
        margin-bottom: 15px;
    }
}