@charset "UTF-8"; /**/
html {
    overscroll-behavior: none;
}

#gmap * {
    outline: none;
}

body.noheaderfooter main {
    margin-top: 0 !important;
}

body {
    font-family: Montserrat,sans-serif!important;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

body .mincho {
	font-family:Montserrat,'Gowun Batang', serif;
}

ul {
    list-style: none;
}

.stt-lang-select {
	display:none !important;
}

@keyframes hover1 {
    20% {
        background-color: #e9d5d5
    }

    100% {
        background-color: #f2f2f2
    }
}

@keyframes hover2 {
    20% {
        background-color: #e9d5d5
    }

    100% {
        background-color: #dfdfdf
    }
}

@keyframes hover3 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.wrapper main a {
    text-decoration: none;
    color: black;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#size-detect {
    font-family: "pc";
}

button:focus , a:focus {
    outline: none;
}

.unit-wrapper-map {
    margin: 0;
}

.contents-inner {
    color: #454545;
}

section.information {
    font-size: 12px;
    padding: 17px 15px 80px 36px;
    color: #5a5a5a;
}

section.information ul {
    padding: 0;
}

section.information ul.information-1 {
    display: flex;
    padding-bottom: 30px;
}

section.information ul.information-2 {
    padding-bottom: 30px;
    line-height: 1.3;
}

section .information-1 .salon {
    padding-right: 95px;
}

section .information-1 .salon br.information-1-pc {
    display: none;
}

.information-1 li div {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 8px;
}

.information-1 li div:before {
    content: "";
    width: 15px;
    height: 13px;
    background-image: url(../images/icon-salon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}

.information-1 li.store div:before {
    background-image: url(../images/icon-store.png);
}

h1 {
    padding: 0 10px;
    margin: 22px 0px 0px 0;
    text-align: center;
    padding-top: 80px;
    color: #5a5a5a;
}

h1 .page-title-sub {
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: normal;
}

h1 .page-title {
    display: block;
    width: auto;
    padding-top: 7px;
    text-align: center;
    margin: 0 auto;
	font-family:Montserrat,'Gowun Batang', serif;
    font-weight: 400;
    color: black;
}

h1 .page-title img {
    width: 100%;
}

.content-text {
    font-size: 16px;
    padding: 0 10px;
    margin: 16px 0 72px 0;
    line-height: 1.8;
    text-align: center;
    color: #5a5a5a;
}

.map-wrapper {
    margin-bottom: 0px;
    position: relative;
}

.gmap_wrapper input:focus,.gmap_wrapper select:focus, .popup *:focus {
    outline: none;
    border: none;
}

.gmap_wrapper .hover-button {
    transition: background-color 0.2s linear;
    background-color: white;
    transition: padding-left 0.2s ease-out;
    padding-left: 0px;
    line-height: 1.0;
}

#gmap.gmap_hide {
    position: absolute !important;
    top: -9999px;
}

.pc-effect .gmap_wrapper .hover-button:hover {
    animation: hover1 0.2s linear 0s 1 normal forwards running;
    transition: padding-left 0.2s ease-out;
    padding-left: 8px;
}

.shoplist-wrapper-sp {
    display: none;
}

.map-icon-pin-list,.map-icon-pin-list-sp {
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    width: 358px;
}

.map-icon-pin-list {
    display: flex;
}

.map-icon-pin-list-sp {
    display: none;
}

.map-icon-pin-list-sp {
    position: relative;
}

.map-icon-pin-list .icon-pin-text,.map-icon-pin-list-sp .icon-pin-text {
    padding-left: 14px;
    position: relative;
    display: flex;
}

.map-icon-pin-list .icon-pin-text:first-child,.map-icon-pin-list-sp .icon-pin-text:first-child {
    padding-left: 0;
}

.map-icon-pin-list .icon-pin-text img {
    width: 23px;
    height: 29px;
}

.map-icon-pin-list .icon-pin-text svg,.map-icon-pin-list-sp .icon-pin-text svg {
    width: 100%;
    margin-top: 13px;
    margin-left: 5px;
}

.service-list li label.hover-button2 {
    transition: background-color 0.2s linear;
    background-color: #f2f2f2;
}

.gmap_wrapper .effect-touchstart {
    background-color: #dfdfdf;
}

.pc-effect .service-list li label.hover-button2:hover {
    animation: hover2 0.3s linear 0s 1 normal forwards running;
}

.search-box {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #e3e3e3; */
    padding: 25px 0px 25px 36px;
    z-index: 10;
    width: 310px;
    height: 100%;
    /* overflow: hidden; */
    display: none;
    /* box-shadow: 0px 0px 10px #c3c3c3; */
    /* padding: 0; */
    height: auto;
    transition: left 0.3s ease-out;
}

.search-box.side-close {
    left: -310px;
    transition: left 0.3s ease-out;
}

.search-box .search-box-wrapper {
    /* padding: 10px 0px 10px 10px; */
    box-shadow: 0px 0px 10px #c3c3c3;
    background-color: white;
    /* border-radius: 10px; */
    position: relative;
}

.search-box-container {
    /* background-color: white; */
    /* border-radius: 0px 0px 8px 8px; */
    padding: 0px;
    /* box-shadow: 0px 0px 10px #c3c3c3; */
    color: #333333;
}

.sort-box-wrapper {
    padding: 0 10px 10px 10px;
    /* width: 100%; */
    position: absolute;
    overflow: hidden;
    top: -35px;
}

.service-list-wrapper-sp {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: none;
    min-height: 100%;
    background-color: #F2F2F2;
    overflow: hidden;
}

.sort-box {
    width: auto;
    display: block;
    float: left;
}

.sort-list {
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.sort-list select {
    width: 100%;
    display: block;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    margin-top: 25px;
    color: #333333;
    position: relative;
    font-size: 14px;
}

.sort-list select: focus {
    border-bottom: 1px solid #DDDDDD;
}

.sort-list-area, .sort-list-car {
    position: relative;
}

.sort-list-area:after,.sort-list-car:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 4px;
    background-image: url("../images/icon-down-arrow.png");
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
}

.sort-list-form input {
    width: 100%;
    padding: 8px 4px 8px 7px;
    border: none;
    background-color: #F2F2F2;
    font-size: 14px;
    border: none;
    padding-right: 45px;
}

.sort-list-form input::placeholder {
    font-size: 12px;
    color: #A0A0A0;
}

.sort-list-form .button-text-clear {
    font-size: 20px;
    padding: 3px;
    margin: 0;
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 14px;
    right: 32px;
    text-align: center;
    z-index: 70;
    cursor: pointer;
    display: none;
}

.sort-list-form .button-text-clear svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
}

.search-box-opener-content {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background-color: #c7c7c7;
    margin-top: 10px;
}

.sort-list-title {
    padding: 30px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.0;
}

.sort-list-keyword {
    /* width: 100%; */
    /* background-color: white; */
    padding: 15px 10px 10px 10px;
    /* border-radius: 8px 8px 0 0; */
    border-bottom: 1px solid #D6D6D6;
}

.sort-list-form {
    position: relative;
    background-color: #F2F2F2;
    overflow: hidden;
    border-radius: 9px;
}

.sort-title-box {
    width: 50%;
}

.service-list-wrapper {
    position: absolute;
    top: 40px;
    left: 300px;
    height: 100%;
    width: 397px;
    display: none;
    overflow: hidden;
    z-index: 75;
    padding: 10px 0;
    padding-right: 10px;
}

.service-list-container {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    height: 100%;
    padding-top: 50px;
    background-color: #F2F2F2;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 10px #c3c3c3;
}

.service-list-wrapper .button-close,.service-list-wrapper-sp .button-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    display: block;
    cursor: pointer;
    background-image: url("../images/icon-close.png");
    background-size: 11.5px;
    background-repeat: no-repeat;
    background-position: 6.5px 6.5px;
    width: 27px;
    height: 27px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

.service-list {
    position: relative;
    width: 100%;
    /* background-color: #F2F2F2; */
    font-size: 12px;
    height: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    padding: 0px 20px 0px 32px;
    overflow-y: scroll;
    border-radius: 0px 8px 8px 0px;
    padding-bottom: 100px;
}

.service-list li {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    font-size: 14px;
}

.service-list li input {
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 10px;
}

.service-list li input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background-color: white;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    line-height: 1;
    position: relative;
    top: -1px;
    border: 1px solid #B4B4B4;
    border-radius: 2px;
    transition: background-color 0.2s linear, border 0.2s linear;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
    display: none;
}

.service-list li label {
    display: block;
    left: 23px;
    line-height: 1.5;
    padding-right: 5px;
    /* margin-left: 18px; */
    position: static;
    cursor: pointer;
    user-select: none;
    padding: 4px 0px 5px 28px;
    border-radius: 8px;
}

.service-list li label: before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #B4B4B4;
    border-radius: 2px;
    transition: background-color 0.2s linear, border 0.2s linear;
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 4px;
}

.service-list li input: checked + label:before {
    background-color: #cc0033;
    border: 1px solid #cc0033;
    background-image: url(icon-checkbox.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 3px 1px;
    transition: background-color 0.2s linear, border 0.2s linear;
    animation-name: check-input-button;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}

.button-service {
    background-color: white;
    padding: 8px 0;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    margin-top: 22px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.button-service:after {
    content: "";
    background-image: url("../images/icon-right-arrow.png");
    position: absolute;
    top: 10px;
    right: 6px;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
}

.search-count-box-wrapper {
    background-color: initial;
    padding: 10px;
    font-size: 14px;
}

.shoplist-container {
    padding: 0px 0;
    position: relative;
    z-index: 70;
    padding-top: 30px;
}

.shoplist-wrapper {
    height: 0px;
    /* background-color: white; */
    padding: 0px 0px 0px 0px;
    overflow-y: scroll;
    position: relative;
}

.search-count-info {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 1.0;
    color: #9f7500;
    background-color: #fffadf;
    width: 140px;
}

.search-count-info-sp {
    background-color: white;
    padding: 14px 0px 14px 10px;
    border-bottom: 1px solid #DDDDDD;
    display: none;
}

.search-count-info-sp.active {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.search-count-info-sp .search-button-ok {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    text-align: center;
    background-color: black;
    color: white;
    display: flex;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    font-size: 15px;
}

.search-count-info.search-service-sp {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.search-count-info .button-reset {
    position: absolute;
    bottom: 6px;
    right: 2px;
    width: 70px;
    background-color: #777777;
    color: white;
    text-align: center;
    padding: 9px 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s linear;
    line-height: 1.0;
}

.search-count-info .button-reset:hover {
    background-color: #9b9b9b;
    transition: background-color 0.2s linear;
}

.service-list-wrapper .search-count-info..service-list-wrapper-sp .search-count-info {
    display: none;
}

.shoplist-container .list-header-fix {
    position: absolute;
    left: 0;
    font-size: 14px;
    background-color: #606060;
    color: white;
    border-bottom: 1px solid #d5d5d5;
    z-index: 999;
    /* padding: 10px; */
    /* margin: 0px 27px 0 20px; */
    width: 100%;
}

.shoplist-container .list-header-fix-store {
    display: none;
}

.search-count-info .search-count-title {
    display: inline;
    padding-right: 10px;
    font-size: 14px;
}

.search-count-info-sp .search-count-title {
    display: inline;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
}

.shoplist-box {
    padding: 0;
    margin-bottom: 100px;
    display: block;
    position: relative;
}

.shoplist-box ul {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: block;
    /* padding-top: 10px; */
    position: relative;
}

.shoplist-box ul li {
    padding: 0;
    /* border-bottom: 1px solid #d9d9d9; */
    font-size: 12px;
    padding-bottom: 17px;
    position: relative;
    clear: both;
    /* overflow: hidden; */
    padding: 0px 15px 16px 15px;
    margin: 0px 0px;
}

.shoplist-box ul li:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #D6D6D6;
    margin-bottom: 16px;
}

.shoplist-box ul li.first-store:before {
    border-top: 1px solid white;
}

.shoplist-box ul li.first-store {
}

.shoplist-box .information-sp ul li:before {
    content: "";
    border-top: none;
    width: 100%;
    display: block;
    padding-top: 0;
}

.shoplist-box ul li.noshop-message:before {
    border-top: none;
    padding-top: 0;
}

.shoplist-box ul li.list-header:before {
    padding-top: 0;
    margin-bottom: 0;
    border: none;
}

.shoplist-box ul li.list-header-store:after {
    padding: 0;
    border: none;
}

.shoplist-box ul li.noshop-message:after {
    border: none;
}

.shoplist-box ul li.first-salon {
    /* margin-top: 40px; */
}

.shoplist-box ul li.first-salon:before {
    border-top: 1px solid white;
}

.shoplist-box ul li.list-header {
    padding: 0;
    margin: 0;
    border: none;
    z-index: 900;
    font-weight: 300;
    border-bottom: 1px solid #d9d9d9;
}

.shoplist-box ul li.list-header .list-header-inner {
    padding: 2px 0;
    background-color: #F8F8F8;
    border-top: 1px solid #d9d9d9;
}

.shoplist-box ul li.list-header-salon {
    height: 0;
    overflow: hidden;
}

.shoplist-box ul li.list-header .list-header-content {
    left: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: black;
    z-index: 900;
    top: 0;
    padding: 8px 0px 7px 50px;
    margin: 0;
    position: relative;
    line-height: 1;
}

.shoplist-box ul .list-header-content:after {
    content: "";
    width: 100%;
    position: absolute;
    /* background-color: #eeeeee; */
    /* height: 1px; */
    bottom: 0;
    left: 0;
}

.shoplist-wrapper-header .list-header {
    padding: 0;
    margin: 0;
    border: none;
    z-index: 910;
    font-size: 12px;
    position: relative;
    clear: both;
    background-color: white;
    position: absolute;
    width: 100%;
}

.shoplist-wrapper-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
}

.shoplist-wrapper-header .list-header:after {
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(../images/shadow.png);
    background-repeat: repeat;
    height: 8px;
    bottom: -8px;
    left: 0;
    z-index: 91;
    display: block;
}

.shoplist-wrapper-header .list-header {
    left: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: black;
    z-index: 900;
    top: 0;
    padding: 9px 0px 8px 30px;
    margin: 0;
    position: absolute;
    line-height: 1;
    text-align: left;
    position: absolute;
}

.shoplist-wrapper-header .list-header .list-header-content::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-salon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
}

.shoplist-wrapper-header .list-header-store .list-header-content::before {
    background-image: url(../images/icon-store.png);
}

.shoplist-wrapper-header .list-header-store .list-header-content::before {
    background-image: url(../images/icon-store.png);
}

.shoplist-box ul li.list-header-salon .list-header-content::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-salon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
}

.shoplist-box ul li.list-header-store .list-header-content::before {
    background-image: url(../images/icon-store.png);
}

.shoplist-box ul li.list-header-store .list-header-content {
    position: relative;
    z-index: 901;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.shoplist-box ul li.list-header-store .list-header-content::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-store.png);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -7px;
}

.shoplist-box ul li: last-child {
    /* margin-bottom: 600px; */
}

.shoplist-box ul li.active-panel {
    background-color: #FAFAFA;
    /* border-radius: 5px; */
    /* border: none; */
    /* background-color: #e7baba; */
}

.shoplist-box ul li a {
    /* background-color: transparent; */
    text-decoration: none;
    display: block;
    padding: 0px 0 9px 0px;
}

.shoplist-box ul li .link-shopdetail {
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px 4px 0px;
    position: relative;
}

.shoplist-box ul li .shopicon-box {
    padding-right: 80px;
}

.shoplist-box ul li .link-shopdetail span:before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    transition: width 0.1s ease-out;
}

.shoplist-box ul li a.link-shopdetail:hover span:before {
    width: 100%;
    transition: width 0.1s ease-out;
}

.shopdetail-left-block {
    width: 50%;
    float: left;
}

.shopdetail-right-block {
    width: 50%;
    float: left;
}

.pc-effect .shoplist-box ul li a.link-shopdetail: hover .shoplist-name:after {
    right: -10px;
    transition: right 0.15s ease-out;
}

.shoplist-box ul li a.link-tel {
    padding: 0;
    display: block;
    /* margin-top: 4px; */
    position: relative;
}

.shoplist-box ul li a.link-tel::before {
    content: "";
    background-image: url(../images/icon-tel.png);
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 14px;
    margin-top: -4px;
}

.shoplist-box ul li .link-googlemap {
    padding: 5px;
    border: 1px solid black;
    text-align: center;
    margin-top: 10px;
    /* background-color: white; */
    transition: background-color 0.2s linear , color 0.2s linear;
}

.shoplist-box ul li .link-googlemap:hover {
    background-color: black;
    transition: background-color 0.3s linear , color 0.3s linear;
}

.shoplist-box ul li .link-googlemap:hover span {
    color: white;
}

.pc-effect .shoplist-box ul li a: hover {
    /* animation: hover1 0.4s linear 0s 1 normal forwards running; */
}

.shoplist-box ul li .shoplist-name {
    display: inline-block;
    font-size: 14px;
    /* text-decoration: underline; */
    position: relative;
    line-height: 1.3;
    overflow-wrap: anywhere;
    font-weight: 600;
    color: black;
}

.shoplist-box ul li .shoplist-shopicon {
    position: absolute;
    top: 0px;
    right: 0;
    width: 75px;
}

.shoplist-box ul li a .shoplist-name:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -15px;
    background-image: url(../images/icon-link-arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    margin-top: -4px;
    transition: margin-top 0.1s linear, right 0.1s linear;
}

.shoplist-box ul li a:hover .shoplist-name:after {
    margin-top: -6px;
    right: -17px;
    transition: margin-top 0.1s linear, right 0.1s linear;
}

.shoplist-box ul li .shoplist-distance {
    color: #9f7500;
    background-color: #fffadf;
    padding: 5px;
    margin: 0;
    display: none;
    font-size: 10px;
}

.shoplist-box ul li a .shoplist-name: after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    background-image: url("../images/icon-right-arrow.png");
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    margin-top: -14px;
    transition: right 0.2s ease-out;
}

.shoplist-box ul li .shoplist-address {
    display: block;
    font-size: 12px;
    padding: 0 0 0 20px;
    position: relative;
}

.shoplist-box ul li .shoplist-address:before {
    content: "";
    background-image: url(../images/icon-address.png);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 10px;
    margin-top: -7px;
    top: 2px;
    margin-top: 3px;
}

.shoplist-box ul li.salon .shoplist-address:before {
    background-image: url(../images/icon-salon.png);
}

.shoplist-box ul li.store .shoplist-address:before {
    background-image: url(../images/icon-store.png);
    margin-top: 2px;
}

.shoplist-box ul li .shoplist-image {
    width: 120px;
    display: block;
    padding: 0;
}

.shoplist-box ul li .shoplist-image img {
    width: 100%;
}

.shoplist-box ul li a .shoplist-tel {
}

.shoplist-box ul li a span {
    display: block;
    font-size: 14px;
    color: #4e4e4e;
}

.shoplist-box ul li .shoplist-time {
    position: relative;
    padding-left: 18px;
    display: inline-block;
    width: 100%;
}

.shoplist-box ul li .shoplist-time: before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    background-image: url("../images/icon-clock.png");
    width: 13px;
    height: 14px;
    background-size: 13px 14px;
    background-repeat: no-repeat;
}

.shoplist-box ul li a span.shoplist-tel {
    position: relative;
    margin-left: 18px;
    /* text-decoration: underline; */
    padding-bottom: 0;
    display: inline;
}

.shoplist-box ul li a span.shoplist-tel span {
    display: inline;
}

.shoplist-box ul li a span.shoplist-tel: after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

.pc-effect .shoplist-box ul li a: hover span.shoplist-tel:after {
    border-bottom: 1px solid #ea363d;
    animation: hover3 0.4s ease-out 0s 1 normal forwards running;
}

.shoplist-box ul li a span.shoplist-tel: before {
    position: absolute;
    top: 2px;
    left: -17px;
    content: "";
    background-image: url("../images/icon-tel.png");
    width: 13px;
    height: 14px;
    background-size: 13px 14px;
    background-repeat: no-repeat;
}

.shoplist-box ul li .shoplist-icon-grgarage {
    width: 102px;
    padding: 16px 0 0px 0px;
}

.shoplist-box ul li .shoplist-icon-grgarage img {
    width: 100%;
}

.shoplist-box ul li .shoplist-icon-welcab {
    width: 40px;
    padding: 16px 0 0px 0;
}

.shoplist-box ul li .shoplist-icon-welcab img {
    width: 100%;
}

.button-nowposition {
    width: 200px;
    background-color: white;
    padding: 10px 0;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    position: relative;
    line-height: 1.0;
    padding-left: 24px;
    color: #a0a0a0;
}

.icon-nowpostion {
    position: absolute;
    top: 0px;
    left: 4px;
}

.button-service-tag-wrapper {
    padding-top: 0px;
}

.button-service-tag-wrapper-anytag {
    padding-top: 4px;
}

.button-service-tag-wrapper .button-service-tag {
    font-size: 12px;
    background-color: #F2F2F2;
    border: 1px solid #d5d5d5;
    padding: 8px 24px 8px 8px;
    display: inline-block;
    margin: 2px 1px 2px 1px;
    cursor: pointer;
    user-select: none;
    border-radius: 12px;
    position: relative;
    line-height: 1;
}

.button-service-tag-wrapper .button-service-tag:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    background-image: url("../images/icon-close-s.png");
    background-size: 8.5px 8.5px;
    width: 9px;
    height: 9px;
}

.search-count {
    font-size: 12px;
    display: inline;
    position: static;
}

.search-marker-type {
    font-size: 12px;
    position: relative;
    padding: 10px 0 0 0;
}

.search-marker-type ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.search-marker-type ul li {
    width: auto;
    padding: 1px 10px 1px 28px;
    white-space: nowrap;
    position: relative;
    margin-right: 5px;
    display: inline;
}

.search-marker-type ul li label {
    user-select: none;
    cursor: pointer;
    display: block;
    width: 100%;
    z-index: 90;
    position: relative;
    color: #a0a0a0;
    ;font-weight: 300;
}

.search-marker-type ul li input {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    border-radius: 16px;
    background-color: #ffffff;
    display: block;
    z-index: 0;
}

.search-marker-type ul li input:before {
    background-image: url("../images/icon-salon.png");
    background-size: 12px;
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -5px;
}

.search-marker-type ul li input:checked {
    background-color: #f1f8ed;
    border: 1px solid #4fac23;
}

.search-marker-type ul li input:checked + label {
    color: black;
}

.search-marker-type ul li input:focus-within {
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
}

.search-marker-type ul li input:checked:focus-within {
    background-color: #f1f8ed;
    border: 1px solid #8dc970;
}

.search-marker-type ul .store input:before {
    background-image: url("../images/icon-store.png");
}

.search-count .slash {
    padding: 0 4px;
}

.search-count .result {
    font-size: 12px;
    line-height: 1.0;
}

.gmap_wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* margin-bottom: 40px; */
    padding-top: 0;
    width: 100%;
    padding-top: 40%;
    border: none !important;
    outline: none !important;
}

.gmap-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
}

#gmap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    outline: none !important;
    /* border: 1px solid red !important; */
}

.myposition-button div {
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    width: 40px;
    height: 40px;
}

.myposition-button div svg {
    width: 40px;
    height: 40px;
}

.hide-return-top-button {
    position: absolute;
    top: -100px;
}

.shoplist-box .noshop-message {
    line-height: 1.5;
    font-size: 12px;
    padding-top: 25px;
    color: #4e4e4e;
    padding: 20px 15px 40px 15px;
}

.shoplist-box .noshop-message-all {
    padding: 0;
    /* border-bottom: 1px solid #d9d9d9; */
    font-size: 12px;
    padding-bottom: 17px;
    position: relative;
    clear: both;
    /* overflow: hidden; */
    padding-top: 10px;
    padding: 0px 15px 20px 15px;
    margin: 0px 0px;
}

.noshop-message dl {
    padding-top: 10px;
}

.noshop-message dt {
    float: left;
}

.noshop-message dd {
    padding-left: 14px;
}

.noshop-message br.br-pc {
    display: inline;
}

.shopmap-container .alert-message {
    position: absolute;
    bottom: 25px;
    background-color: #ffffff;
    font-size: 12px;
    z-index: 75;
    text-align: center;
    padding: 30px 15px;
    left: 50%;
    line-height: 1.5;
    color: #5a5a5a;
    width: 300px;
    margin-left: 0;
    display: none;
    border: 1px solid #FF0000;
    border-radius: 3px;
}

.shopmap-container .button-research {
    position: absolute;
    top: 25px;
    font-size: 14px;
    z-index: 75;
    text-align: center;
    padding: 8px 0;
    left: 50%;
    line-height: 1;
    background-color: white;
    width: 180px;
    margin-left: 60px;
    border-radius: 20px;
    color: #23A812;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    display: none;
    cursor: pointer;
    box-shadow: 0px 0px 10px #c3c3c3;
    transition: background-color 0.3s linear;
}

.shopmap-container .button-research span {
    height: 18px;
    display: block;
    line-height: 18px;
}

.shopmap-container .button-research.loading span {
    display: none;
}

.shopmap-container .button-research.loading .loader-motion {
    display: block;
}

.shopmap-container .button-research .loader-motion, .shopmap-container .button-research .loader-motion:after {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.shopmap-container .button-research .loader-motion {
    display: none;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid #23A812;
    border-right: 3px solid #23A812;
    border-bottom: 3px solid #23A812;
    border-left: 3px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader-motion-kf 0.6s infinite linear;
    animation: loader-motion-kf 0.6s infinite linear;
}

@-webkit-keyframes loader-motion-kf {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-motion-kf {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shopmap-container .button-research:hover {
    background-color: #fafafa;
    transition: background-color 0.3s linear;
}

.information-sp {
    display: none;
}

.shoplist-box .information-sp li br.information-1-pc {
    display: none;
}

@media screen and (max-width: 1024px) {
    html {
    }

    html , body {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #size-detect {
        font-family: "sp";
    }

    h1 {
        padding: 0;
        margin: 0;
        font-weight: normal;
    }

    h1 .page-title-sub {
        display: none;
    }

    h1 .page-title {
        color: black;
        width: 100%;
        position: relative;
        display: block;
        font-size: 11px;
        background-color: #F2F2F2;
        padding: 4px 0;
        margin: 0;
        text-align: center;
       	font-family:Montserrat,'Gowun Batang', serif;
    }

    h1 .page-title img {
        display: none;
    }

    .content-text {
        display: none;
    }

    .sort-box-wrapper {
        padding: 0;
        width: 100%;
        display: block;
        position: relative;
    }

    .sort-box {
        width: 100%;
        display: block;
    }

    .sort-list-keyword {
        /* width: 100%; */
        padding: 10px 25px 10px 25px;
    }

    .sort-title-box {
        display: none;
    }

    .sort-list-title {
        padding: 23px 0px 10px 0px;
        font-size: 14px;
    }

    .sort-list {
        position: relative;
        width: 100%;
        margin-top: 0;
    }

    .search-box {
        position: relative;
        top: auto;
        left: auto;
        /* background-color: #e3e3e3; */
        padding: 0;
        z-index: 10;
        width: 100%;
        height: auto;
        /* overflow: hidden; */
        display: none;
        position: absolute;
        top: 0;
        margin: 0;
        padding: 0;
        height: 0;
        position: relative;
        height: auto;
    }

    .search-marker-type ul li label {
        user-select: none;
        cursor: pointer;
        display: block;
        width: 100%;
        z-index: 90;
        position: relative;
        color: #a0a0a0;
        ;font-weight: 300;
        padding: 4px 0;
    }

    .sort-list-form {
        position: relative;
        background-color: white;
        overflow: hidden;
        border-radius: 0;
        padding-left: 40px;
    }

    .sort-list-form .button-text-clear {
        font-size: 20px;
        padding: 3px;
        margin: 0;
        display: block;
        width: 26px;
        height: 37px;
        position: absolute;
        line-height: 20px;
        top: 2px;
        right: 0px;
        text-align: center;
        z-index: 70;
        cursor: pointer;
        display: none;
    }

    .sort-list-form .button-text-clear svg {
        position: absolute;
        top: 12px;
        left: 4px;
        width: 14px;
        height: 14px;
    }

    .shopmap-container .alert-message {
        width: 100%;
        font-size: 12px;
        line-height: 1;
        display: none;
        margin: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        z-index: 999;
        background-color: #5D5D5D;
        color: white;
        border: none;
        border-radius: 0;
        padding: 16px 0;
    }

    .search-box .search-box-wrapper {
        box-shadow: none;
        background-color: white;
        position: relative;
    }

    .shoplist-box ul li:before {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        border: none;
        margin-bottom: 0;
    }

    .search-box-container {
        background-color: white;
        border-radius: 0;
        padding: 0px;
        box-shadow: initial;
        color: #333333;
        display: none;
    }

    .map-icon-pin-list {
        display: none;
    }

    .map-icon-pin-list-sp {
        display: flex;
        padding: 0;
        top: 0;
        right: auto;
        width: 100%;
        margin: 0;
        display: none;
    }

    .map-icon-pin-list-sp .icon-pin-text img {
        width: 18px;
        height: 23px;
    }

    .sort-list select {
        width: 100%;
        display: block;
        padding: 8px 0;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        cursor: pointer;
        margin-top: 15px;
        color: #333333;
        position: relative;
        font-size: 14px;
    }

    .button-service {
        background-color: white;
        padding: 8px 0;
        font-size: 14px;
        user-select: none;
        cursor: pointer;
        margin-top: 18px;
        border-bottom: 1px solid #DDDDDD;
        position: relative;
    }

    .search-count-info {
        padding: 10px 0;
        margin-top: 13px;
        position: relative;
        clear: both;
        float: left;
        position: absolute;
        top: 40px;
        z-index: 80;
        font-size: 11px;
        width: 90px;
        color: #9f7500;
        background-color: #fffadf;
    }

    .search-count-info .search-count-title {
        display: inline;
        padding-right: 5px;
        font-size: 10px;
    }

    .search-count {
    }

    .search-count .result {
        font-size: 16px;
        line-height: 1.0;
    }

    .map-wrapper {
    }

    .shoplist-box ul li .shoplist-image {
        width: 100%;
        display: block;
        padding: 0;
    }

    .gmap_wrapper {
        position: relative;
        padding-top: 100%;
        margin-bottom: 0;
        padding-top: 0;
        width: 100%;
        padding-top: 0;
        height: auto;
        /* overflow: hidden; */
    }

    #gmap {
        width: 100%;
        top: auto;
        left: auto;
        height: 100%;
        /* height: auto; */
        position: relative;
    }

    .shoplist-wrapper {
        height: 0px;
        background-color: white;
        padding: 10px;
        overflow-y: scroll;
        display: none;
    }

    .service-list-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        display: none;
        min-height: 100%;
        background-color: #F2F2F2;
        overflow: hidden;
        padding-top: 40px;
        z-index: 1000;
    }

    .shoplist-wrapper-sp {
        display: block;
        position: absolute;
        top: 0;
        background-color: white;
        overflow: hidden;
        height: 100%;
        top: 100%;
        margin-top: 0;
        transition: all 0.3s ease-out;
        width: 100%;
        padding: 0;
        z-index: 95;
        height: 110%;
        box-shadow: 0px 0px 10px #c3c3c3;
    }

    .shoplist-box ul li {
        font-size: 12px;
        position: relative;
        clear: both;
        /* overflow: hidden; */
        padding: 30px 25px 30px 25px;
        margin: 0px 0px;
    }

    .shoplist-wrapper-sp-pull {
        /* margin-top: -40px; */
    }

    .shoplist-wrapper-sp-pull-shop {
        margin-top: 0px;
    }

    .shoplist-box ul li .shoplist-shopicon {
        position: absolute;
        top: -22px;
        right: 0;
        width: 75px;
    }

    .shoplist-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white;
        height: 44px;
        z-index: 96;
        font-size: 12px;
        border-top: 1px solid #B5B5B5;
        align-items: center;
        display: flex;
        color: #23A812;
        padding-left: 25px;
    }

    .shoplist-bottom-bar .shoplist-bottom-bar-icon {
        display: block;
        position: relative;
        top: -1px;
        display: none;
    }

    .shoplist-bottom-bar .shoplist-bottom-bar-icon3 {
        top: 2px;
    }

    .shoplist-bottom-bar .shoplist-bottom-bar-text {
        padding-left: 14px;
        display: none;
    }

    .shoplist-bottom-bar .shoplist-bottom-bar-color1 {
        color: #A0A0A0;
    }

    .shoplist-bottom-bar .shoplist-bottom-bar-color2 {
        color: #23A812;
    }

    .shoplist-wrapper-sp-tabarea {
        font-size: 11px;
        text-align: center;
        padding: 5px 0;
        width: 100%;
        padding-top: 22px;
    }

    .shoplist-wrapper-sp-tabarea {
        display: none;
        overflow: hidden;
        height: 0;
    }

    .shoplist-wrapper-sp-open .shoplist-wrapper-sp-tabarea {
        display: block;
        overflow: hidden;
        height: auto;
    }

    .shoplist-wrapper-sp-open .shoplist-wrapper-sp-tabarea {
        height: 0;
        padding: 0;
        transition: height 0.3s ease-out,padding 0.3s ease-out;
    }

    .shoplist-wrapper-sp-tabarea .list-header {
        padding: 0;
        margin: 0;
        border: none;
        z-index: 910;
        font-size: 12px;
        position: relative;
        clear: both;
        background-color: white;
        position: absolute;
        width: 100%;
    }

    .shoplist-wrapper-sp-tabarea .list-header:after {
        content: "";
        width: 100%;
        position: absolute;
        background-image: url(../images/shadow.png);
        background-repeat: repeat;
        height: 8px;
        bottom: -8px;
        left: 0;
        z-index: 91;
        display: block;
    }

    .shoplist-wrapper-sp-tabarea .list-header .list-header-content {
        left: 0;
        font-size: 14px;
        background-color: #ffffff;
        color: black;
        z-index: 900;
        top: 0;
        padding: 9px 0px 8px 50px;
        margin: 0;
        position: relative;
        line-height: 1;
        text-align: left;
    }

    .shoplist-wrapper-sp-tabarea .list-header .list-header-content::before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/icon-salon.png);
        background-size: 15px;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 25px;
        margin-top: -7px;
    }

    .shoplist-wrapper-sp-tabarea .list-header-store .list-header-content::before {
        background-image: url(../images/icon-store.png);
    }

    .shoplist-wrapper-sp-open {
        margin-top: 0;
        top: 55px;
        box-shadow: none;
    }

    .shoplist-wrapper-sp:before {
        width: auto;
        height: auto;
        display: block;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 7px;
        pointer-events: none;
        width: 100%;
        text-align: center;
        font-size: 10px;
        overflow: hidden;
        transition: height 0.3s ease-out;
    }

    .shoplist-wrapper-sp-open:before {
        height: 0;
        transition: height 0.3s ease-out;
    }

    .shoplist-box .noshop-message-all {
        font-size: 12px;
        position: relative;
        clear: both;
        padding: 0px 15px 20px 15px;
        margin: 0px 0px;
    }

    .shoplist-wrapper-button-close {
        content: "";
        position: absolute;
        top: 6px;
        right: 20px;
        width: 20px;
        height: 20px;
        background-image: url(../images/icon-close-sp-list.png);
        background-size: 20px 20px;
        z-index: 999;
        display: none;
    }

    .shoplist-wrapper-sp-open .shoplist-wrapper-button-close {
        display: block;
    }

    .shoplist-box {
        font-size: 14px;
        /* padding: 10px; */
        display: block;
        margin-top: 0px;
        position: absolute;
        height: 92%;
        width: 100%;
        overflow: scroll;
        /* background-color: #dcffd3; */
        padding: 0 0px;
        /* padding-top: 30px; */
    }

    .shoplist-wrapper-sp-open .shoplist-box {
        padding-top: 30px;
    }

    .shoplist-wrapper-sp-pull-shop .shoplist-box {
        overflow: hidden;
    }

    .shoplist-box ul {
        font-size: 14px;
        /* padding: 10px; */
        display: block;
        margin-top: 0;
        width: 100%;
    }

    .service-list-container {
        overflow-y: scroll;
        height: 100%;
        border-radius: 0;
        box-shadow: initial;
        position: relative;
        overflow: hidden;
        padding: 10px 0;
        height: 100%;
        padding-top: 50px;
        background-color: #F2F2F2;
        /* position: fixed; */
        top: 0;
        left: 0;
    }

    .sort-list-form input {
        width: 100%;
        padding: 12px 4px 12px 24px;
        border: none;
        font-size: 14px;
        border: none;
        border: none;
        background-color: #F2F2F2;
        border-radius: 6px;
        padding-right: 24px;
        font-weight: normal;
    }

    .sort-list-form input:focus {
    }

    .sort-list-form .button-search {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 48px;
    }

    .service-list {
        position: relative;
        width: 100%;
        background-color: #F2F2F2;
        font-size: 12px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        padding-top: 0;
        padding-bottom: 200px;
        /* padding-bottom: 50px; */
        border-left: 1px solid lightgrey;
        overflow-y: initial;
        padding-bottom: 100px;
    }

    .service-list li {
        width: 50%;
        position: relative;
        padding-bottom: 10px;
    }

    .service-list-wrapper .search-count-info {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: white;
        padding: 11px 0px 15px 34px;
        border-bottom: 1px solid gray;
        user-select: none;
    }

    .noshop-message {
        font-size: 12px;
    }

    .noshop-message br {
        display: none;
    }

    .service-list-wrapper .button-close,.service-list-wrapper-sp .button-close {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 99;
        display: block;
        cursor: pointer;
        background-image: url("../images/icon-close.png");
        background-size: 11.5px;
        background-repeat: no-repeat;
        background-position: 6.5px 6.5px;
        width: 27px;
        height: 27px;
        background-color: white;
        border-radius: 3px;
        border: 1px solid #bfbfbf;
    }

    .information {
        display: none;
    }

    .information-sp {
        display: block;
        background-color: #EBEBEB;
        padding: 20px 25px 400px 25px;
    }

    .shoplist-box .information-sp li {
        border: none;
        padding: 0 0 23px 0;
    }

    .shoplist-box .information-sp li br.information-1-pc {
        display: inline;
    }

    .shoplist-box .information-sp li span.information-1-pc {
        display: none;
    }

    .shoplist-box ul li a span.shoplist-tel span {
        display: none;
    }

    .shoplist-box ul li .link-googlemap span {
        display: none;
    }

    .shoplist-wrapper-sp .bottom-block {
        position: relative;
    }

    .shoplist-wrapper-sp .right-block {
        padding-right: 110px;
        color: #4e4e4e;
    }

    .shoplist-wrapper-sp .left-block {
        position: absolute;
        top: -20px;
        right: 0;
        display: flex;
        width: auto;
    }

    .shoplist-box ul li a.link-tel {
        border: 1px solid #dddddd;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        display: block;
        padding: 0;
        margin: 0;
        background-color: white;
    }

    .shoplist-box ul li a.link-tel::before {
        content: "";
        background-image: url(../images/icon-tel-sp.png);
        background-size: 20px;
        background-repeat: no-repeat;
        position: absolute;
        top: 13px;
        left: 9px;
        width: 40px;
        height: 40px;
    }

    .shoplist-box ul li .link-googlemap {
        width: 40px;
        height: 40px;
        display: block;
        padding: 0;
        margin: 0;
        margin-left: 10px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        position: relative;
    }

    .shoplist-box ul li .link-googlemap:before {
        content: "";
        background-image: url(../images/icon-googlemap.png);
        background-size: 28px;
        background-repeat: no-repeat;
        position: absolute;
        top: 5px;
        left: 4px;
        width: 30px;
        height: 30px;
    }

    .search-marker-type {
        position: relative;
    }

    .shopmap-container .button-research {
        position: absolute;
        top: 110px;
        font-size: 14px;
        z-index: 75;
        text-align: center;
        padding: 8px 0;
        left: 50%;
        line-height: 1.5;
        color: #23A812;
        border: 1px solid #b5b5b5;
        background-color: white;
        width: 180px;
        margin-left: -90px;
        border-radius: 20px;
        font-weight: normal;
        display: none;
    }

    .sort-list-form .button-search svg {
        position: absolute;
        top: 17px;
        left: 1px;
        width: 10px;
        height: 10px;
        stroke: #707070;
    }

    .shoplist-box ul li .link-shopdetail {
        width: 100%;
        padding-bottom: 4px;
        padding-right: 110px;
    }
}

@media screen and (min-width: 1024px) {
    .sort-list-form .button-search {
        content: "";
        width: 26px;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 0px 4px 4px 0px;
        cursor: pointer;
        transition: background-color 0.2s linear;
    }

    .sort-list-form .button-search svg {
        position: absolute;
        top: 11px;
        left: 5px;
        width: 12px;
        height: 12px;
        stroke: #707070;
    }

    .sort-list-form .button-search.focus-button svg {
        stroke: #4fac23;
    }

    .sort-list-form .button-search:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 22px;
        background-color: #707070;
        margin-top: -11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sort-list-form {
        padding-left: 0;
    }

    .sort-list-form .button-search {
        content: "";
        width: 10px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 8px;
    }
}
