/* -------------------- */
/* 20250912 leaph_sugita START */
/* -------------------- */

body {
color: #333;
}

@media screen and (max-width: 767px) {
  .main__inner {
    padding-bottom: 0;
  }
  .satei-soubasearch {
    width: 90%;
    margin: 0 auto;
  }

  .satei-soubasearch--ttl {
    color: #ea5865;
    font-size: 2rem;
    /* font-weight: 700; */
    margin: 0 0 20px;
  }

  .satei-soubasearch--ttl02 {
    font-size: 2rem;
    text-align: center;
    padding-top: 2vw;
  }

  .soubasearch-box.brand {
    display: flex;
    flex-wrap: wrap;
    background-color: #fcf2f3;
    border-radius: 5px;
    margin-top: 8px;
  }

  .soubasearch-box {
    align-items: normal;
    /* display: flex;*/
    justify-content: flex-start;
    padding: 10px 0;
  }

  .soubasearch-box--ttl.tgl {
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 10px 0 0;
    position: relative;
    padding-bottom: 2vw;
  }

  .soubasearch-box--ttl {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    /* line-height: 1; */
    text-align: center;
    width: 100%;
  }

  .soubasearch-box--desc {
    width: 100%;
    align-items: normal;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }

  .soubasearch-box--descMaker {
    width: 100%;
    align-items: normal;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }

  .soubasearch-box--link {
    display: block;
    /* height: 5vw; */
    line-height: 1;
    /* width: 40vw; */
    /* height: 10vw; */
    text-align: center;
    width: 100%;
  }

  ul.soubasearch_inner {
    display: flex;
    width: 24%;
    margin: 0 0.4vw;
    padding: 0;
  }

  li.soubasearch_item {
    /* display: flex; */
    width: 100%;
    background-color: #fff;
    border: 2px solid #f9e8ea;
    border-radius: 1vw;
    box-sizing: border-box;
    /* color: #333; */
    font-size: 1.2rem;
    justify-content: center;
    position: relative;
    text-align: justify;
    /* box-sizing: border-box; */
    min-height: 3vw;
    padding: 1.5vw 1.5vw;
    margin: 1vw 0.5vw;
    text-align: justify;
    text-align: center;
  }

  /*
.soubasearch-box--link {
    align-items: center;
    background-color: #fff;
    border: 2px solid #d3efe2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    margin: 5px 5px 0 0;
    position: relative;
    text-align: center;
}
*/
  a {
    outline: 0;
    text-decoration: none;
  }

  /*
.soubasearch-box--link::after {
    border-right: 2px solid #ea5865;
    border-top: 2px solid #ea5865;
    bottom: 0;
    content: '';
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
}*/

  ul,
  ol {
    list-style: none;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  li.soubasearch_item img {
    width: 52% !important;
    /* text-align: center; */
    margin: 0 auto;
  }

  a.soubasearch-box--link {
    width: 100%;
    /* padding: 6vw 0 1vw 0; */
  }

  li.soubasearch_item img {
    width: 100%;
    display: block;
    top: -1vw;
    align-items: center;
    -ms-transform: translateX(-50%) scale(0.5);
    -ms-transform-origin: 50% 100%;
  }

  h2.satei-soubasearch--ttl {
    padding: 1rem 1rem;
    border-bottom: 3px solid #ea5865;
    /*  background: #fcf2f3;*/
  }
  .soubasearch-box.carname {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 20px;*/
  }

  .soubasearch-box {
    align-items: normal;
    /* display: flex; */
    justify-content: flex-start;
    padding: 10px 0;
  }

  /* .soubasearch-box--list:nth-child(-n+2) {
    margin: 0;
} */

  .soubasearch-box--list {
    align-items: flex-start;
    /*  display: flex;*/
    justify-content: flex-start;
    margin: 30px 0 0;
    width: 100%;
  }

  .soubasearch-box--list .soubasearch-box--ttl {
    display: block;
  }

  .soubasearch-box--ttl {
    align-items: center;
    /* display: flex;*/
    font-size: 17px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    text-align: center;
    /* width: 120px; */
    margin-bottom: 10px;
  }

  .soubasearch-box--list .soubasearch-box--desc {
    width: 100%;
  }

  .soubasearch-box--desc {
    align-items: normal;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* padding: 0 0 5px 10px; */
    width: 100%;
  }

  .soubasearch-box--tag {
    color: #175f91;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 15px 20px;
    text-decoration: underline;
  }

  .satei_column_img {
    width: 100%;
    height: auto;
  }

  .soubasearch_investigate_box {
    width: 100%;
    background-color: #faf3f3;
    margin-top: 20px;
  }

  .soubasearch_investigate_ttl_area {
    width: 100%;
    display: flex;
    padding: 15px 0;
  }

  .soubasearch_investigate_ttl_mark {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    margin-top: 4px;
    background-color: #ea5865;
  }

  .soubasearch_investigate_ttl_txt {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ea5865;
  }

  .soubasearch_investigate_content_area {
    width: 100%;
    display: flex;
    padding: 0 10px 20px 0;
  }

  .soubasearch_investigate_content_img {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 10px;
  }

  .soubasearch_investigate_content_img img {
    width: 100%;
  }

  .soubasearch_investigate_content_txt {
    width: 75%;
    font-size: 1.5rem;
    color: #333;
  }

  .soubasearch_investigate_point_box {
    width: 100%;
    background-color: #ea5865;
    margin: 20px 0 50px 0;
  }

  .soubasearch_investigate_point_ttl_area {
    width: 100%;
    display: flex;
    padding: 10px 10px 10px 0;
  }

  .soubasearch_investigate_point_ttl_mark {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    margin-top: 9px;
    background-color: #fff;
  }

  .soubasearch_investigate_point_ttl_txt {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }

  .soubasearch_investigate_point_content_area {
    background-color: #fff;
    display: flex;
    padding: 10px 10px 10px 0;
    margin: 0 10px;
  }

  .soubasearch_investigate_point_content_img {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    padding: 0 5px;
  }

  .soubasearch_investigate_point_content_img img {
    width: 100%;
  }

  .soubasearch_investigate_point_content_txt {
    width: 75%;
    font-size: 1.5rem;
    color: #333;
    /* padding-top: 12px; */
  }

  .soubasearch_investigate_point_content_space {
    height: 10px;
  }

  /* 202411 雋ｷ蜿也嶌蝣ｴ縺ｮ迚ｹ蠕ｴ繧定ｧ｣隱ｬ-SP */
  .soubasearch_features_box {
    width: 100%;
    padding: 10px 0 50px 0;
  }

  .soubasearch_features_ttl {
    width: 100%;
    background-color: #faf3f3;
    padding: 10px;
    /* margin-bottom:15px; */
  }

  .soubasearch_features_ttl_txt {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ea5865;
  }

  .soubasearch_features_contents {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }

  .soubasearch_features_contents_txt {
    font-size: 1.5rem;
    color: #333;
  }

  /* 都道府県 */

  /* TOP都道府県表示 */

  .shop_list_frame_shop {
    width: 82%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 20px auto;
  }
  .shop_list_frame_shop_inner {
    margin: 0 auto;
    width: auto;
    background-color: rgb(255, 255, 255, 1);
    text-align: left;
  }
  .pref_liset_set {
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    border-left: solid 1px #333333;
  }
  .shop_list_frame_shop_inner .pref_liset_set:last-child {
    border-bottom: solid 1px #333333 !important;
  }
  .pref_list_head {
    font-size: 100%;
    color: #e62000;
    padding: 0 0 15px 0;
    position: relative;
  }
  .pref_list_head h3 {
    padding: 3vw 0 0 3vw;
  }
  .pref_list_head .plus {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 3vw;
    height: 3vw;
    display: block;
  }
  .pref_list_head .plus .tate {
    position: absolute;
    top: 0px;
    left: 1.45vw;
    height: 100%;
    width: 0.5vw;
    background-color: #333333;
  }
  .pref_list_head .plus .tate_open {
    position: absolute;
    top: 0px;
    left: 1.45vw;
    height: 0% !important;
    width: 0.5vw;
    background-color: #333333;
  }
  .pref_list_head .plus .yoko {
    position: absolute;
    top: 1.4vw;
    left: 0px;
    height: 0.5vw;
    width: 100%;
    background-color: #333333;
  }
  .pref_list_content {
    display: none;
    padding-bottom: 3vw;
  }
  .pref_list_content div,
  .pref_list_content a {
    display: block;
    padding: 1.5vw 0 1.5vw 8vw;
    font-size: 90%;
    position: relative;
  }
  .pref_list_content a:after {
    position: absolute;
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    border-top: 1px solid #e62000;
    border-right: 1px solid #e62000;
    transform: rotate(45deg);
    right: 50vw;
    top: 3vw;
  }
  .pref_list_content div {
    color: #bfbfbf;
  }
}

@media screen and (min-width: 768px) {
  .satei-soubasearch {
    width: 1000px;
    margin: 0 auto;
  }

  .satei-soubasearch--ttl {
    color: #ea5865;
    font-size: 32px;
    /* font-weight: 700; */
    margin: 0 0 20px;
  }

  .soubasearch-box.brand {
    background-color: #fcf2f3;
    border-radius: 5px;
    margin-top: 20px;
  }

  .soubasearch-box {
    align-items: normal;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
  }

  .soubasearch-box--ttl.tgl {
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 10px 0 0;
    position: relative;
  }

  .soubasearch-box--ttl {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    /* line-height: 1; */
    text-align: center;
    width: 120px;
  }

  .soubasearch-box--desc {
    align-items: normal;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 5px 10px;
    width: 1046px;
  }

  .soubasearch-box--descMaker {
    align-items: normal;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 5px 10px;
    width: 1046px;
  }

  .soubasearch-box--link {
    /* height: 40px; */
    line-height: 1;
  }

  li.soubasearch_item {
    width: 160px;
    height: 60px;
    align-items: center;
    background-color: #fff;
    border: 2px solid #f9e8ea;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: 16px;
    /* left: 10p; */
    padding-left: 19px;
    justify-content: center;
    /* margin: 5px 5px 0 0; */
    position: relative;
    text-align: justify;
  }

  /*
.soubasearch-box--link {
    align-items: center;
    background-color: #fff;
    border: 2px solid #d3efe2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    margin: 5px 5px 0 0;
    position: relative;
    text-align: center;
}
*/
  a {
    outline: 0;
    text-decoration: none;
  }

  .soubasearch-box--link::after {
    border-right: 2px solid #ea5865;
    border-top: 2px solid #ea5865;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
  }

  ul,
  ol {
    list-style: none;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  li.soubasearch_item img {
    width: 90%;
  }

  a.soubasearch-box--link {
    padding: 20px 20px;
  }

  li.soubasearch_item img {
    width: 40%;
    display: block;
    position: absolute;
    /* bottom: 0px; */
    left: 25px;
    top: -4px;
    -webkit-transform: translateX(-50%) scale(0.5);
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    /* transform: translateX(-50%) scale(0.5); */
    /* -webkit-transform-origin: 50% 100%; */
    -ms-transform-origin: 50% 100%;
    /* transform-origin: 50% 100%; */
  }

  h2.satei-soubasearch--ttl {
    padding: 1rem 2rem;
    border-bottom: 3px solid #ea5865;
    /* background: #fcf2f3;*/
  }

  h2.satei-soubasearch--ttl02 {
    display: block;
    /* color: #ea5865; */
    font-size: 28px;
    padding: 1rem 0 0.5rem 0;
    margin-top: 10px;
  }

  h3.satei-soubasearch--ttl02 {
    display: block;
    /* color: #ea5865; */
    font-size: 28px;
    padding: 1rem 0 0.5rem 0;
    margin-top: 10px;
  }

  /*202411 繝｡繝ｼ繧ｫ繝ｼ縺九ｉ荳ｭ蜿､霆翫ｒ謗｢縺吶霆顔ｨｮ蛻･繝壹?繧ｸ縺ｸ繧ｳ繝ｳ繝?Φ繝?*/

  /*202411 霆顔ｨｮ蜷阪°繧我ｸｭ蜿､霆翫ｒ謗｢縺吶霆顔ｨｮ蛻･霆顔ｨｮ蜷肴ｯ弱?繝ｼ繧ｸ繧ｳ繝ｳ繝?Φ繝?∈*/

  .soubasearch-box.carname {
    flex-wrap: wrap;
  }

  .soubasearch-box {
    align-items: normal;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
  }

  .soubasearch-box--list:nth-child(-n + 2) {
    margin: 0;
  }

  .soubasearch-box--list {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 0;
    width: 50%;
  }

  .soubasearch-box--list .soubasearch-box--ttl {
    display: block;
  }

  .soubasearch-box--ttl {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    text-align: center;
    width: 120px;
  }

  .soubasearch-box--list .soubasearch-box--desc {
    width: 70%;
  }

  .soubasearch-box--desc {
    align-items: normal;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 5px 10px;
    width: 1046px;
  }

  .soubasearch-box--tag {
    color: #175f91;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 15px 20px;
    text-decoration: underline;
  }

  /*202411 霆顔ｨｮ蜷阪°繧我ｸｭ蜿､霆翫ｒ謗｢縺吶霆顔ｨｮ蛻･霆顔ｨｮ蜷肴ｯ弱?繝ｼ繧ｸ繧ｳ繝ｳ繝?Φ繝?∈*/

  /*202411 霆顔ｨｮ蜷阪°繧我ｸｭ蜿､霆翫ｒ謗｢縺吶霆顔ｨｮ蛻･霆顔ｨｮ蜷肴ｯ弱?繝ｼ繧ｸ繧ｳ繝ｳ繝?Φ繝?∈*/

  .soubasearch-box.carname {
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .soubasearch-box {
    align-items: normal;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
  }

  .soubasearch-box--list:nth-child(-n + 2) {
    margin: 0;
  }

  .soubasearch-box--list {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 0;
    width: 50%;
  }

  .soubasearch-box--list .soubasearch-box--ttl {
    display: block;
  }

  .soubasearch-box--ttl {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    text-align: center;
    width: 120px;
  }

  .soubasearch-box--list .soubasearch-box--desc {
    width: 70%;
  }

  .soubasearch-box--desc {
    align-items: normal;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 5px 10px;
    width: 1046px;
  }

  .soubasearch-box--tag {
    color: #175f91;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px 20px;
    text-decoration: underline;
  }

  /*202411 霆顔ｨｮ蜷阪°繧我ｸｭ蜿､霆翫ｒ謗｢縺吶霆顔ｨｮ蛻･霆顔ｨｮ蜷肴ｯ弱?繝ｼ繧ｸ繧ｳ繝ｳ繝?Φ繝?∈*/

  /* 202411 繧ｳ繝ｩ繝?繧､繝｡繝ｼ繧ｸ */
  .satei_column_img {
    width: 100%;
    height: auto;
  }

  /* 202411 雋ｷ蜿也嶌蝣ｴ縺ｮ隱ｿ縺ｹ譁ｹ-PC */

  .soubasearch_investigate_box {
    width: 100%;
    background-color: #faf3f3;
    margin-top: 20px;
  }

  .soubasearch_investigate_ttl_area {
    width: 100%;
    display: flex;
    padding: 20px 0;
  }

  .soubasearch_investigate_ttl_mark {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    margin-top: 4px;
    background-color: #ea5865;
  }

  .soubasearch_investigate_ttl_txt {
    font-size: 20px;
    font-weight: 600;
    color: #ea5865;
  }

  .soubasearch_investigate_content_area {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
  }

  .soubasearch_investigate_content_img {
    width: 10%;
    text-align: center;
    margin: 0 auto;
    padding: 0 25px;
  }

  .soubasearch_investigate_content_img img {
    width: 100%;
  }

  .soubasearch_investigate_content_txt {
    width: 90%;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
  }

  .soubasearch_investigate_point_box {
    width: 100%;
    background-color: #ea5865;
    margin: 20px 0 80px 0;
  }

  .soubasearch_investigate_point_ttl_area {
    width: 100%;
    display: flex;
    padding: 10px 0;
  }

  .soubasearch_investigate_point_ttl_mark {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    margin-top: 9px;
    background-color: #fff;
  }

  .soubasearch_investigate_point_ttl_txt {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }

  .soubasearch_investigate_point_content_area {
    background-color: #fff;
    display: flex;
    padding: 10px 30px 10px 0;
    margin: 0 10px;
  }

  .soubasearch_investigate_point_content_img {
    width: 10%;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
  }

  .soubasearch_investigate_point_content_img img {
    width: 100%;
  }

  .soubasearch_investigate_point_content_txt {
    width: 90%;
    font-size: 16px;
    color: #333;
    padding-top: 12px;
  }

  .soubasearch_investigate_point_content_space {
    height: 10px;
  }

  /* 202411 雋ｷ蜿也嶌蝣ｴ縺ｮ迚ｹ蠕ｴ繧定ｧ｣隱ｬ-PC */
  .soubasearch_features_box {
    width: 100%;
    padding: 10px 0 80px 0;
  }

  .soubasearch_features_ttl {
    width: 100%;
    background-color: #faf3f3;
    padding: 10px 0;
    margin: 20px 0 0 0;
  }

  .soubasearch_features_ttl_txt {
    font-size: 20px;
    font-weight: 600;
    color: #ea5865;
    margin-left: 10px;
  }

  .soubasearch_features_contents {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
  }

  .soubasearch_features_contents_txt {
    font-size: 16px;
    color: #333;
  }

  /* 都道府県 */
  /* TOP都道府県表示 */
  .shop-search {
    width: auto;
  }
  .shop_list_frame_shop {
    width: 1000px;
    height: auto;
    background-color: #ffffff;
    margin: auto;
    padding: 20px 0;
  }
  .shop_list_frame_shop_inner {
    width: 100%;
    margin: 20px auto;
    /*background-color: rgba(255, 255, 255, 1.0);*/
    display: flex;
    /*padding: 20px;*/
    text-align: left;
    padding-left: 25px;
  }
  .pref_liset_set {
    width: 16%;
  }
  .pref_list_head {
    font-size: 100%;
    color: #e62000;
    padding: 0 0 15px 0;
  }
  .pref_list_head .plus {
    display: none;
  }
  .pref_list_content {
    font-size: 90%;
  }
  .pref_list_content a,
  .pref_list_content div {
    width: 48%;
    display: inline-block;
    position: relative;
  }
  .pref_list_content a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #e62000;
    border-right: 1px solid #e62000;
    transform: rotate(45deg);
    right: 15px;
    top: 6px;
  }
  .pref_list_content div {
    color: #bfbfbf;
  }
}

.p-shop-pref {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.sslTxt {
font-size: 13px;
color: #333;
}

.p-pagetop {
    position: fixed !important;
    bottom: 10px !important;
}


/* -------------------- */
/* 20250912 leaph_sugita END */
/* -------------------- */


