@media screen and (max-width: 900px) {
  .area_btn_to_blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .area_btn_to_blog .btn {
    width: 200px;
    color: #858cdd;
    font-size: 13px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
    letter-spacing: 0.52px;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .area_btn_to_blog .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .area_btn_to_blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .area_btn_to_blog .btn {
    width: 252px;
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 6px;
  }
  .area_btn_to_blog .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 899px) {
  .container_pickup {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .container_pickup .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 20px;
    text-align: center;
  }
  .container_pickup .area_flex {
    width: 100%;
  }
  .container_pickup .area_flex .item {
    width: 100%;
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid rgba(78, 78, 78, 0.5);
  }
  .container_pickup .area_flex .item:last-child {
    border-bottom: 0;
  }
  .container_pickup .area_flex .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container_pickup .area_flex .item .content img {
    width: 37%;
    max-height: 85px;
    height: 17vw;
  }
  .container_pickup .area_flex .item .content .area_text .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .container_pickup .area_flex .item .content .area_text .a_title {
    color: #858cdd;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 4px 0 10px 0;
  }
  .container_pickup .area_flex .item .content .area_text .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .container_pickup .area_flex .item .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .container_pickup .area_flex .item .area_btn .btn {
    width: 125px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 4px;
  }
  .container_pickup .area_flex .item .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .container_pickup .area_to_gallry {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_pickup .area_to_gallry .btn {
    width: 320px;
    display: block;
    text-align: center;
    padding: 8px 0 9px 0;
    border-radius: 100px;
    border: 1px solid #858cdd;
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 900px) {
  .container_pickup {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .container_pickup .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 20px;
  }
  .container_pickup .area_flex {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .container_pickup .area_flex .item {
    display: block;
    width: 33%;
  }
  .container_pickup .area_flex .item .content img {
    width: 100%;
  }
  .container_pickup .area_flex .item .content .area_text .date {
    padding-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .container_pickup .area_flex .item .content .area_text .a_title {
    color: #858cdd;
    margin: 10px 0 10px 0;
    height: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .container_pickup .area_flex .item .content .area_text .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .container_pickup .area_flex .item .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .container_pickup .area_flex .item .area_btn .btn {
    width: 115px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-left: 7px;
    padding-bottom: 4px;
  }
  .container_pickup .area_flex .item .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .container_pickup .area_to_gallry {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_pickup .area_to_gallry .btn {
    width: 320px;
    display: block;
    text-align: center;
    padding: 9px 0 8px 0;
    border-radius: 100px;
    border: 1px solid #858cdd;
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.blog_figure figure img {
  width: 100% !important;
}

@media screen and (max-width: 900px) {
  .not_have_pick {
    margin-top: 30px;
  }
  .explore_blog {
    padding: 0 !important;
  }
  .side_bar {
    width: 100%;
  }
  .side_bar .blog_popular {
    width: 100%;
    margin-top: 26px;
    border-top: 1px solid rgba(78, 78, 78, 0.5);
  }
  .side_bar .blog_popular a article {
    width: 100%;
    padding: 20px 0 24px 0;
    border-bottom: 1px solid rgba(78, 78, 78, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side_bar .blog_popular a article img {
    width: 53%;
  }
  .side_bar .blog_popular a article .area_text {
    width: 37%;
  }
  .side_bar .blog_popular a article .area_text .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 4px;
  }
  .side_bar .blog_popular a article .area_text .a_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #858cdd;
  }
  .area_salon_blog {
    width: 100%;
    padding: 0 5%;
  }
  .area_salon_blog .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .area_salon_blog .container .main_area {
    width: 100%;
    padding-top: 50px;
  }
  .area_salon_blog .container .main_area .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 15px;
    text-align: center;
  }
  .area_salon_blog .container .main_area .area_article {
    width: 100%;
    padding-bottom: 100px;
  }
  .area_salon_blog .container .main_area .area_article .item {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.5);
  }
  .area_salon_blog .container .main_area .area_article .item:last-child {
    border-bottom: 0;
  }
  .area_salon_blog .container .main_area .area_article .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area_salon_blog .container .main_area .area_article .item .content img {
    width: 37.5%;
    height: 18vw;
    max-height: 127px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .a_title {
    color: #858cdd;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 4px 0 10px 0;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .area_salon_blog .container .main_area .area_article .item .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .area_salon_blog .container .main_area .area_article .item .area_btn .btn {
    width: 125px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 4px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .area_btn
    .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .not_have_pick {
    margin: 0 auto !important;
  }
  .blog_detail {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    width: 70%;
    margin: 0 auto;
  }
  .explore_blog {
    padding: 0 !important;
  }
  .explore_blog .area_explore_salon {
    margin-top: 100px !important;
  }
  .side_bar .blog_popular {
    width: 100%;
    margin-top: 26px;
    border-top: 1px solid rgba(88, 88, 88, 0.5);
  }
  .side_bar .blog_popular a article {
    width: 100%;
    padding: 20px 0 24px 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side_bar .blog_popular a article img {
    width: 53%;
  }
  .side_bar .blog_popular a article .area_text {
    width: 37%;
  }
  .side_bar .blog_popular a article .area_text .date {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
  }
  .side_bar .blog_popular a article .area_text .a_title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #858cdd;
  }
  .area_salon_blog {
    width: 100%;
    padding: 0 5%;
  }
  .area_salon_blog .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
  }
  .area_salon_blog .container .main_area {
    padding-bottom: 100px;
    width: 68%;
  }
  .area_salon_blog .container .main_area .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 15px;
  }
  .area_salon_blog .container .main_area .area_article {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 100px;
  }
  .area_salon_blog .container .main_area .area_article .item {
    display: block;
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.5);
  }
  .area_salon_blog .container .main_area .area_article .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area_salon_blog .container .main_area .area_article .item .content img {
    width: 41%;
    height: 16vw;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text {
    padding-top: 18px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .a_title {
    color: #858cdd;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0 30px 0;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .area_btn
    .btn {
    width: 115px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 4px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .area_btn
    .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.not_have_blog {
  text-align: center;
  margin-top: 50px;
}

.not_have_blog_title {
  text-align: center;
}

.not_have_blog_popular {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
}

@media screen and (max-width: 899px) {
  .header_lp {
    top: 0;
    position: fixed;
    z-index: 999;
    background-color: #fff;
  }
  .header_lp .container .content .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .header_lp .container .content .logo a img {
    width: 124px;
  }
  .header_lp .container .content .logo p {
    font-size: 12px;
    white-space: nowrap;
  }
  .fixed_header_sp {
    top: 0;
  }
  .lp_salon_name {
    text-align: center;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    font-weight: 700;
    color: #858cdd;
    font-size: 18px;
    background-color: #fff;
    padding: 5px 20px;
  }
  .area_lp_link {
    width: 100%;
    padding: 50px 5%;
  }
  .area_lp_link .container h2 {
    text-align: center;
  }
  .area_lp_link .container ul li {
    font-size: 12px;
  }
  .area_lp_link .container ul .category_name {
    padding-top: 40px;
    font-size: 16px;
  }
  .area_lp_link .container ul .link {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .header_lp {
    top: 0;
    position: fixed;
    background-color: #fff;
    z-index: 999;
  }
  .header_lp .container .content .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .header_lp .container .content .logo a img {
    width: 185px;
  }
  .header_lp .container .content .logo p {
    font-size: 16px;
    white-space: nowrap;
  }
  .main_lp {
    margin-top: 70px;
  }
  .lp_salon_name {
    text-align: center;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    font-weight: 700;
    color: #858cdd;
    font-size: 24px;
    background-color: #fff;
    padding: 5px 20px;
    display: inline-block;
  }
  .area_lp_link {
    width: 100%;
    padding: 100px 5%;
  }
  .area_lp_link .container h2 {
    text-align: center;
  }
  .area_lp_link .container ul {
    padding-left: 5%;
  }
  .area_lp_link .container ul .category_name {
    padding-top: 40px;
    font-size: 18px;
  }
  .area_lp_link .container ul .link {
    padding-top: 10px;
    padding-left: 20px;
  }
}
.slick_gallery li {
  list-style: none;
}

.lp_only {
  padding-top: 0;
}

.category_parent_name {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 500;
} /*# sourceMappingURL=second.css.map */
@media screen and (max-width: 900px) {
  .area_btn_to_blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .area_btn_to_blog .btn {
    width: 200px;
    color: #858cdd;
    font-size: 13px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
    letter-spacing: 0.52px;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .area_btn_to_blog .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .area_btn_to_blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .area_btn_to_blog .btn {
    width: 252px;
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 6px;
  }
  .area_btn_to_blog .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 899px) {
  .container_pickup {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .container_pickup .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 20px;
    text-align: center;
  }
  .container_pickup .area_flex {
    width: 100%;
  }
  .container_pickup .area_flex .item {
    width: 100%;
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid rgba(78, 78, 78, 0.5);
  }
  .container_pickup .area_flex .item:last-child {
    border-bottom: 0;
  }
  .container_pickup .area_flex .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container_pickup .area_flex .item .content img {
    width: 37%;
    max-height: 85px;
    height: 17vw;
  }
  .container_pickup .area_flex .item .content .area_text .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .container_pickup .area_flex .item .content .area_text .a_title {
    color: #858cdd;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 4px 0 10px 0;
  }
  .container_pickup .area_flex .item .content .area_text .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .container_pickup .area_flex .item .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .container_pickup .area_flex .item .area_btn .btn {
    width: 125px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 4px;
  }
  .container_pickup .area_flex .item .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .container_pickup .area_to_gallry {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_pickup .area_to_gallry .btn {
    width: 320px;
    display: block;
    text-align: center;
    padding: 8px 0 9px 0;
    border-radius: 100px;
    border: 1px solid #858cdd;
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 900px) {
  .container_pickup {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .container_pickup .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 20px;
  }
  .container_pickup .area_flex {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .container_pickup .area_flex .item {
    display: block;
    width: 33%;
  }
  .container_pickup .area_flex .item .content img {
    width: 100%;
  }
  .container_pickup .area_flex .item .content .area_text .date {
    padding-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .container_pickup .area_flex .item .content .area_text .a_title {
    color: #858cdd;
    margin: 10px 0 10px 0;
    height: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .container_pickup .area_flex .item .content .area_text .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .container_pickup .area_flex .item .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .container_pickup .area_flex .item .area_btn .btn {
    width: 115px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-left: 7px;
    padding-bottom: 4px;
  }
  .container_pickup .area_flex .item .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .container_pickup .area_to_gallry {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_pickup .area_to_gallry .btn {
    width: 320px;
    display: block;
    text-align: center;
    padding: 9px 0 8px 0;
    border-radius: 100px;
    border: 1px solid #858cdd;
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.blog_figure figure img {
  width: 100% !important;
}

@media screen and (max-width: 900px) {
  .not_have_pick {
    margin-top: 30px;
  }
  .explore_blog {
    padding: 0 !important;
  }
  .side_bar {
    width: 100%;
  }
  .side_bar .blog_popular {
    width: 100%;
    margin-top: 26px;
    border-top: 1px solid rgba(78, 78, 78, 0.5);
  }
  .side_bar .blog_popular a article {
    width: 100%;
    padding: 20px 0 24px 0;
    border-bottom: 1px solid rgba(78, 78, 78, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side_bar .blog_popular a article img {
    width: 53%;
  }
  .side_bar .blog_popular a article .area_text {
    width: 37%;
  }
  .side_bar .blog_popular a article .area_text .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 4px;
  }
  .side_bar .blog_popular a article .area_text .a_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #858cdd;
  }
  .area_salon_blog {
    width: 100%;
    padding: 0 5%;
  }
  .area_salon_blog .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .area_salon_blog .container .main_area {
    width: 100%;
    padding-top: 50px;
  }
  .area_salon_blog .container .main_area .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 15px;
    text-align: center;
  }
  .area_salon_blog .container .main_area .area_article {
    width: 100%;
    padding-bottom: 100px;
  }
  .area_salon_blog .container .main_area .area_article .item {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.5);
  }
  .area_salon_blog .container .main_area .area_article .item:last-child {
    border-bottom: 0;
  }
  .area_salon_blog .container .main_area .area_article .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area_salon_blog .container .main_area .area_article .item .content img {
    width: 37.5%;
    height: 18vw;
    max-height: 127px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .a_title {
    color: #858cdd;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 4px 0 10px 0;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .area_salon_blog .container .main_area .area_article .item .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .area_salon_blog .container .main_area .area_article .item .area_btn .btn {
    width: 125px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 4px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .area_btn
    .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .not_have_pick {
    margin: 0 auto !important;
  }
  .blog_detail {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    width: 70%;
    margin: 0 auto;
  }
  .explore_blog {
    padding: 0 !important;
  }
  .explore_blog .area_explore_salon {
    margin-top: 100px !important;
  }
  .side_bar .blog_popular {
    width: 100%;
    margin-top: 26px;
    border-top: 1px solid rgba(88, 88, 88, 0.5);
  }
  .side_bar .blog_popular a article {
    width: 100%;
    padding: 20px 0 24px 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side_bar .blog_popular a article img {
    width: 53%;
  }
  .side_bar .blog_popular a article .area_text {
    width: 37%;
  }
  .side_bar .blog_popular a article .area_text .date {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
  }
  .side_bar .blog_popular a article .area_text .a_title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #858cdd;
  }
  .area_salon_blog {
    width: 100%;
    padding: 0 5%;
  }
  .area_salon_blog .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
  }
  .area_salon_blog .container .main_area {
    padding-bottom: 100px;
    width: 68%;
  }
  .area_salon_blog .container .main_area .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #858cdd;
    border-bottom: 2px #858cdd solid;
    padding-bottom: 15px;
  }
  .area_salon_blog .container .main_area .area_article {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 100px;
  }
  .area_salon_blog .container .main_area .area_article .item {
    display: block;
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.5);
  }
  .area_salon_blog .container .main_area .area_article .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area_salon_blog .container .main_area .area_article .item .content img {
    width: 41%;
    height: 16vw;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text {
    padding-top: 18px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .a_title {
    color: #858cdd;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0 30px 0;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .area_btn {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .area_btn
    .btn {
    width: 115px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-bottom: 4px;
  }
  .area_salon_blog
    .container
    .main_area
    .area_article
    .item
    .content
    .area_text
    .area_btn
    .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1.1px;
    right: -1.5px;
    background-color: #858cdd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.not_have_blog {
  text-align: center;
  margin-top: 50px;
}

.not_have_blog_title {
  text-align: center;
}

.not_have_blog_popular {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
}

@media screen and (max-width: 899px) {
  .header_lp {
    top: 0;
    position: fixed;
    z-index: 999;
    background-color: #fff;
  }
  .header_lp .container .content .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .header_lp .container .content .logo a img {
    width: 124px;
  }
  .header_lp .container .content .logo p {
    font-size: 12px;
    white-space: nowrap;
  }
  .fixed_header_sp {
    top: 0;
  }
  .lp_salon_name {
    text-align: center;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    font-weight: 700;
    color: #858cdd;
    font-size: 18px;
    background-color: #fff;
    padding: 5px 20px;
  }
  .area_lp_link {
    width: 100%;
    padding: 50px 5%;
  }
  .area_lp_link .container h2 {
    text-align: center;
  }
  .area_lp_link .container ul li {
    font-size: 12px;
  }
  .area_lp_link .container ul .category_name {
    padding-top: 40px;
    font-size: 16px;
  }
  .area_lp_link .container ul .link {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 900px) {
  .header_lp {
    top: 0;
    position: fixed;
    background-color: #fff;
    z-index: 999;
  }
  .header_lp .container .content .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .header_lp .container .content .logo a img {
    width: 185px;
  }
  .header_lp .container .content .logo p {
    font-size: 16px;
    white-space: nowrap;
  }
  .main_lp {
    margin-top: 70px;
  }
  .lp_salon_name {
    text-align: center;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    font-weight: 700;
    color: #858cdd;
    font-size: 24px;
    background-color: #fff;
    padding: 5px 20px;
    display: inline-block;
  }
  .area_lp_link {
    width: 100%;
    padding: 100px 5%;
  }
  .area_lp_link .container h2 {
    text-align: center;
  }
  .area_lp_link .container ul {
    padding-left: 5%;
  }
  .area_lp_link .container ul .category_name {
    padding-top: 40px;
    font-size: 18px;
  }
  .area_lp_link .container ul .link {
    padding-top: 10px;
    padding-left: 20px;
  }
}
.slick_gallery li {
  list-style: none;
}

.lp_only {
  padding-top: 0;
}

.category_parent_name {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 500;
} /*# sourceMappingURL=second.css.map */

@media screen and (min-width: 900px) {
  .page_job_gallery .area_select_detail {
    flex-wrap: wrap;
  }
}

.wpp-no-data {
  display: none;
}

/* 2024/10/25追加 */

.line_btn {
  margin: 50px 0;
}

.line_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 250px;
  margin: auto;
  padding: 15px 0;
  background-color: #02b34b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.line_btn svg {
  fill: #fff;
  width: 30px;
}

.single_salon {
  padding: 0;
}

.single_salon .container {
  width: 90%;
}

.single_salon .container .area_flex .right {
  width: 50%;
}

.single_salon .container .area_flex .left {
  width: 45%;
}

.single_salon_title {
  padding: 30px 0;
  background-color: #d5d8ed;
  text-align: center;
  color: #585858;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.single_salon_title .salon_name {
  font-size: 40px;
  /* margin-bottom: 10px; */
}

.salon_catchphrase {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.single_salon h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0;
}

.salon_move_left {
  transform: initial;
}

.single_salon .container .area_flex .right .area_info .info_item {
  gap: 50px;
}

.single_salon .container .area_flex .right .area_info .info_item .info_title,
.single_salon .container .area_flex .right .area_info .info_item .info_text {
  font-size: 16px;
  line-height: 1.5;
}

.single_salon .container .area_flex .right .area_info .info_item .info_title {
  width: 100px;
}

.single_salon .container .area_flex .right .area_info::before {
  left: 100px;
}

.single_salon_map iframe {
  width: 100%;
}

.single_salon_nearby {
  padding: 1px 0 40px 0;
  background-color: #ececf3;
}

.single_salon_nearby_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.5%;
}

.single_salon_nearby_list li {
  width: 18%;
  padding-left: 3.5%;
}

.single_salon_nearby_list li a {
  position: relative;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.single_salon_nearby_list li a:hover {
  color: #858cdd;
}

.single_salon_nearby_list li a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 12px solid #585858;
}

.single_salon_service {
  padding: 40px 0 80px 0;
}

.single_salon_service_list_container {
  overflow: hidden;
  width: 100%;
}

.single_salon_service_list {
  display: flex;
  justify-content: center;
  gap: calc(8% / 3);
}

.single_salon_service_list li {
  width: 23%;
  margin: 0 20px;
}

/* .single_salon_service_list li .salon_service_img {
  height: 26vw;
  max-height: 327px;
} */

.single_salon_service_list li .salon_service_img img {
  width: 100%;
  height: 21vw;
  max-height: 270px;
  object-fit: cover;
  object-position: left;
}

.single_salon_service_list li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.single_salon_service_list li p {
  line-height: 1.3;
}

.single_salon_service_list li .salon_service_firstprice {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.single_salon_service_list li .single_salon_service_list .slick-slide {
  margin: 0 20px;
}

.single_salon_service_list_prevarrow,
.single_salon_service_list_nextarrow {
  display: block;
  width: 40px;
  height: 36px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
}

.single_salon_service_list_prevarrow {
  transform: rotate(180deg);
  left: -50px;
}

.single_salon_service_list_nextarrow {
  right: -50px;
}

.single_salon_service_list_prevarrow::before,
.single_salon_service_list_nextarrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 18px solid transparent;
  border-left: 22px solid #585858;
  top: 50%;
}

.single_salon_voice_box {
  height: 60vw;
  max-height: 970px;
  overflow: auto;
}

.single_salon_voice {
  padding: 40px 0 80px 0;
}

.single_salon .ourstyle {
  padding-bottom: 80px;
}

.shop_mainmane {
  color: #858cdd;
}

.salon_service_txt {
  text-align: center;
  font-size: 18px;
  margin-top: 70px;
  font-weight: 500;
  line-height: 1.3;
}

.slick-dots {
  bottom: -35px !important;
}

@media screen and (max-width: 900px) {
  .single_salon .container {
    max-width: initial;
  }
  .single_salon_title .salon_name {
    font-size: 30px;
  }
  .salon_catchphrase {
    font-size: 13px;
  }
  .single_salon h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .single_salon .container .area_flex {
    padding-top: 0;
  }
  .single_salon .container .area_flex .right,
  .single_salon .container .area_flex .left {
    width: 100%;
  }
  .single_salon .container .area_flex .right {
    margin-bottom: 30px;
  }
  .single_salon .container .area_flex .right .area_info .info_item .info_title,
  .single_salon .container .area_flex .right .area_info .info_item .info_text {
    font-size: 14px;
  }
  .single_salon_map iframe {
    height: 70vw;
    max-height: 400px;
  }
  .single_salon_nearby {
    padding: 1px 0 30px 0;
  }
  .single_salon_nearby_list {
    justify-content: center;
    gap: 20px 2.5%;
  }
  .single_salon_nearby_list li {
    width: 110px;
    padding-left: 0;
  }
  .single_salon_nearby_list li a {
    font-size: 14px;
  }
  .single_salon_service {
    padding: 0 0 30px 0;
  }

  /* .single_salon_service_list li .salon_service_img {
    height: 17vw;
  } */
  .single_salon_service_list li .salon_service_img img {
    height: 30vw;
  }
  .single_salon_service_list {
    width: 90%;
    margin: auto;
  }
  .single_salon_service_list_prevarrow,
  .single_salon_service_list_nextarrow {
    width: 30px;
  }
  .single_salon_service_list_prevarrow::before,
  .single_salon_service_list_nextarrow::before {
    border: 15px solid transparent;
    border-left: 18px solid #585858;
  }
  .single_salon_service_list_prevarrow {
    left: -25px;
  }
  .single_salon_service_list_nextarrow {
    right: -25px;
  }
  .single_salon_voice {
    padding: 1px 0 0 0;
  }
  .single_salon_voice_box {
    height: 135vw;
    max-height: 600px;
  }
  .salon_service_txt {
    text-align: left;
    font-size: 16px;
    margin-top: 60px;
  }
  .single_salon .flow {
    padding: 1px 0 30px 0;
  }
  .line_btn {
    margin: 30px 0;
  }
  .single_salon .ourstyle {
    padding: 1px 0 30px 0;
  }
  .single_salon .ourstyle .container .sub_text {
    padding: 0 0 30px 0;
  }
  .ourstyle .line_btn {
    margin: 0;
  }
  /* .slick-dots {
    bottom: -15px !important;
  } */
  .single_salon_nearby_list li a::before {
    top: 8px;
  }
}

@media screen and (max-width: 700px) {
  .single_salon_nearby_list {
    justify-content: initial;
    gap: 20px 3%;
    width: 95%;
    margin-left: auto;
  }
  .single_salon_nearby_list li {
    width: 22%;
  }
}

@media screen and (max-width: 600px) {
  /* .single_salon_service_list li .salon_service_img {
    height: 43vw;
  } */
  .single_salon_service_list li .salon_service_img img {
    height: 58vw;
  }
  /* .slick-dots {
    bottom: -10px !important;
  } */
}

@media screen and (max-width: 500px) {
  .single_salon_nearby_list li {
    width: 31%;
  }
}
@media screen and (min-width: 900px) {
  .review .container .area_item > div {
    display: flex;
    justify-content: space-between;
  }
}

/* レビューリスト全体 */
ul.google-reviews {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 各レビューアイテム */
ul.google-reviews li {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* ホバー時のエフェクト */
ul.google-reviews li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* プロフィール画像と名前を横並びにする */
ul.google-reviews li .review-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* プロフィール画像 */
ul.google-reviews li img.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
}

/* 著者名 */
ul.google-reviews li .review-header strong {
  font-size: 16px;
  color: #333;
}

/* 投稿日 */
ul.google-reviews li .review-date {
  font-size: 12px;
  color: #999;
}

/* 口コミ本文 */
ul.google-reviews li p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* 評価（星マーク） */
ul.google-reviews li .rating-stars {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

ul.google-reviews li .star {
  font-size: 16px;
  color: #ccc; /* 空の星の色 */
}

ul.google-reviews li .star.filled {
  color: #ffcc00; /* 塗りつぶされた星の色 */
}

/* 隠れたレビュー */
.hidden-review {
  display: none;
}

/* 「続きを読む」リンクのスタイル */
#load-more-reviews {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}

.tall {
  height: 60vw;
  overflow: auto;
}

.short {
  text-align: center;
}

.short ul {
  text-align: left;
}

@media screen and (max-width: 900px) {
  .tall {
    height: 135vw;
    max-height: 600px;
  }
}

@media screen and (min-width: 1441px) {
  .graduate-reason__text03 {
    padding-top: 30px;
    height: 250px;
  }
  .graduate-reason__text03 .graduate-reason__animation-pc--lower {
    height: 250px;
  }
}

.graduate_item_02 .graduate-reason__accent {
  display: inline;
}
@media screen and (min-width: 900px) {
  .graduate_item_01 .graduate-reason__animation-vertical {
    top: 105px !important;
  }
  .graduate_item_02 .graduate-reason__animation-vertical {
    top: 105px !important;
  }
  .graduate-reason__animation-vertical {
    left: -9% !important;
  }
  .graduate_item_02 .graduate-reason__accent {
    font-size: clamp(0.9375rem, 1.5vw + 0rem, 1.5vw + 0rem) !important;
    display: inline;
    white-space: nowrap;
  }
  .graduate_item_02 .graduate-reason__accent .small {
    font-size: clamp(0.9375rem, 1.3vw + 0rem, 1.3vw + 0rem) !important;
  }
  .graduate_item_02 .graduate-reason__heading03 {
    padding-top: 15px;
  }
  .graduate_item_03 .graduate-reason__text,
  .graduate_item_04 .graduate-reason__text {
    padding-bottom: 87px;
  }
  .graduate_item_03 .graduate-reason__heading {
    padding: 10px 0 12px;
  }
  .graduate_item_03 .graduate-reason__animation-pc--upper {
    height: 300px;
  }
  .graduate_item_04 .graduate-reason__animation-pc--upper {
    height: 300px;
  }
}
@media screen and (min-width: 1441px) {
  .graduate_item_02 .graduate-reason__accent {
    font-size: 20px !important;
  }
}
.min_1000 {
  display: none;
}
.min_1300 {
  display: none;
}
@media screen and (min-width: 900px) and (max-width: 1300px) {
  .min_1300 {
    display: none;
  }
  .min_1000 {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .min_1300 {
    display: block;
  }
  .min_1000 {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 1440px) {
  .graduate_item_03 .graduate-reason__animation-pc--upper {
    width: clamp(
      15.80078125rem,
      28.0902777778vw + 0rem,
      28.0902777778vw + 0rem
    );
    height: 320px;
  }
  .graduate_item_04 .graduate-reason__animation-pc--upper {
    width: clamp(
      15.80078125rem,
      28.0902777778vw + 0rem,
      28.0902777778vw + 0rem
    );
    height: 320px;
  }

  .graduate-reason__description {
    font-size: 1.1vw !important;
    letter-spacing: initial !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1400px) {
  .graduate_item_03 .graduate-reason__text,
  .graduate_item_04 .graduate-reason__text {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .graduate_item_02 .graduate-reason__accent .small {
    font-size: clamp(0.9375rem, 1.3vw + 0rem, 1.3vw + 0rem) !important;
  }
  .graduate_item_02 .graduate-reason__heading03 {
    padding-top: 15px;
  }
  .graduate_item_04 .graduate-reason__animation-pc--upper svg {
    position: absolute;
    z-index: -1;
    transform: translateY(-60px) !important;
  }

  .graduate_item_03 .graduate-reason__animation-pc--upper svg {
    position: absolute;
    z-index: -1;
    transform: translateY(-60px) !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .graduate_item_04 .graduate-reason__description {
    font-size: 14px !important;
  }
  .graduate_item_03 .graduate-reason__description {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1440px) {
  .graduate_item_04 .graduate-reason__description {
    font-size: 15px !important;
  }
  .graduate_item_03 .graduate-reason__description {
    font-size: 15px !important;
  }

  .graduate_item_04 .graduate-reason__animation-pc--upper svg {
    position: absolute;
    z-index: -1;
    transform: translateY(-20px);
  }

  .graduate_item_03 .graduate-reason__animation-pc--upper svg {
    position: absolute;
    z-index: -1;
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 1418px) and (max-width: 1440px) {
  .graduate_item_03 .graduate-reason__text,
  .graduate_item_04 .graduate-reason__text {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1568px) {
  .graduate_item_03 .graduate-reason__text,
  .graduate_item_04 .graduate-reason__text {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .graduate_item_02 .graduate-reason__accent {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }
  .graduate_item_02 .graduate-reason__accent .small {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }
  .graduate-reason__animation-vertical {
    left: -39px !important;
  }
  .graduate-reason__lists {
    max-width: 400px;
    margin: 0 auto;
  }
  .graduate-schedule__timeline {
    width: 104px !important;
  }
}

@media screen and (max-width: 900px) {
  .graduate-reason__img {
    width: calc(100% - 40px) !important;
  }
  .graduate-reason__animation-vertical {
    display: none;
  }
  .graduate-reason__animation {
    display: none;
  }
  .graduate-reason__text01 {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 900px) {
  /* 線あるとき */
  /* .graduate_item_02 .graduate-reason__text {
    padding-bottom: 74px !important;
  } */
}
@media screen and (max-width: 900px) {
  .graduate-salary .area_content_pc {
    display: none;
  }
  .graduate-salary .area_content_sp {
    display: flex;
    flex-direction: column;
    gap: 40px;

    padding-top: 40px;
  }
}

@media screen and (min-width: 901px) {
  .graduate-salary .area_content_sp {
    display: none;
  }
  .graduate-salary .area_content_pc {
    padding-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .concept .container .content .area_btn {
    width: 100%;
    height: 110px;
  }
}
/* @media screen and (max-width: 900px) {
  .single_salon_service_list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 400px;
  }
  .single_salon_service_list li {
    width: 100% !important;
  }
} */

.graduate-examples__head {
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .header .container .content .menu {
    padding: 75px 27px 0 27px;
  }
  .header .container .content .menu .menu__item {
    padding: 14px 15px;
  }
  .line-icon {
    width: 28px;
    height: 41px;
  }
}

.revise-schedule {
  background-image: url(../img/graduate/3.13/fifth_pc.png);
  background-size: cover;
}

@media screen and (max-width: 900px) {
  .revise-schedule {
    padding: 37px 24px 32px;
  }
  .graduate-list09 {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .graduate-list09 .graduate-list__heading {
    color: #c370a9;
  }
  .graduate-list09 img {
    width: 33px;
  }
}

@media screen and (min-width: 900px) {
  .graduate-list09 {
    position: relative;
    margin-top: 147px !important;
  }
  .graduate-list09 .graduate-list__heading {
    color: #c370a9;
  }
  .graduate-list09 img {
    width: 65px;
  }
  .graduate-data__lists-revise {
    grid-template-areas:
      "full full"
      "left right";
  }
  .graduate-data__lists-revise .grid_item1 {
    grid-area: full;
    justify-self: center; /* 真ん中に配置 */
  }

  .graduate-data__lists-revise .grid_item2 {
    grid-area: left;
  }

  .graduate-data__lists-revise .grid_item3 {
    grid-area: right;
  }
}

@media screen and (min-width: 900px) {
	.header .container .content .entry {
		width: 280px;
	}
	.graduate-entry__button {
		width: 26vw!important;
		max-width: 390px;
	}
	.page_recruit_entry .container .area_btn .btn {
		width: 250px;
	}
}
@media screen and (max-width: 900px) {
	.header .container .content .entry {
		width: 135px;
	}
	.graduate-entry__button {
		width: 300px!important;
	}
	.page_recruit_entry .container .area_btn .btn {
		width: 190px;
	}
}

.navber-action span {
	font-size: 0.9rem;
}
.sp-navber {
	z-index: 100;
}

/* テーブルのデザイン追加 */

.wp-block-table table {
	width: 100%;
	overflow: hidden;
}

.wp-block-table table th,
.wp-block-table table td {
	border: 1px solid #585858!important;
	padding: 10px;
}

.table_big {
	overflow-x: scroll;
	position: relative;
	padding-top: 20px;
}

.table_big::before {
	position: absolute;
	content: "横にスクロールできます →";
	top: 0;
	left: 0;
	font-size: 14px;
	color: #585858;
}

.table_big table {
	width: 1000px;
}

.wp-block-table td.has-text-align-center,
.wp-block-table th.has-text-align-center {
	text-align: center;
}

/* リストに数字つける */
ol,
ol.wp-block-list {
	list-style-type: decimal!important;
	padding-left: 20px!important;
}

ol li {
	font-size: 17px;
    font-weight: 500;
    line-height: 2;
}

/* CTAバナーサイズ調整 */
.column_banner,
.cta_banner_shortcode {
    width: 40%;
    margin: auto;
}

@media screen and (max-width: 900px) {
	.column_banner,
	.cta_banner_shortcode {
		width: 80%;
		max-width: 400px;
	}
}