/* Sass Document */
@media (min-width: 840px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.layout_content {
  width: 100%;
  float: none;
}

#contents.shops.list {
  width: 100%;
}
#contents.shops.list #gmap1 {
  width: 100% !important;
  margin: 30px 0 46px;
}

#contents .main_title {
  display: none;
}
@media screen and (max-width: 840px) {
  #contents .main_title {
    display: block;
    width: 100%;
    padding: 4vw;
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    color: #014EA2;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    border-top: 1px solid #014EA2;
    border-bottom: 1px solid #014EA2;
  }
}
@media screen and (max-width: 840px) {
  #contents .main_title span {
    display: block;
    font-size: 2.6666666667vw;
    font-weight: bold;
    color: #B3B3B3;
  }
}
#contents .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 840px) {
  #contents .shop_list {
    gap: 2.6666666667vw;
  }
}
#contents .shop_list .in {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in {
    width: calc((100% - 2.6666666667vw) / 2);
    padding: 0;
  }
}
#contents .shop_list .in .top {
  padding: 25px 20px 28px;
  border: 1px solid #EBEBEB;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top {
    padding: 2.6666666667vw;
  }
}
#contents .shop_list .in .top .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding-bottom: 22.2px;
  margin-bottom: 19.8px;
  font-size: 20px;
  color: #144894;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #144894;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .title02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    margin-bottom: 1.6vw;
    font-size: 3.4666666667vw;
    text-align: center;
    border-bottom: none;
  }
}
#contents .shop_list .in .top .title02 img {
  width: 18px;
}
#contents .shop_list .in .top .title02.sp {
  display: none;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .title02.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .title02.pc {
    display: none;
  }
}
#contents .shop_list .in .top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
    margin-bottom: 0;
  }
}
#contents .shop_list .in .top .flex figure {
  width: 160px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .flex figure {
    width: 100%;
  }
}
#contents .shop_list .in .top .flex figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .shop_list .in .top .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .flex .text {
    width: 100%;
  }
}
#contents .shop_list .in .top .flex .text p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.736923;
}
#contents .shop_list .in .top .flex .text .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2px;
  margin-top: 20px;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .flex .text .tel {
    gap: 1.04vw;
    margin-top: 1.6vw;
  }
}
#contents .shop_list .in .top .flex .text .tel img {
  width: 18.9px;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .flex .text .tel img {
    width: 3.136vw;
  }
}
#contents .shop_list .in .top .flex .text .tel a {
  font-size: 29px;
  color: #144894;
  font-weight: 700;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  text-decoration: none !important;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top .flex .text .tel a {
    font-size: 4.5333333333vw;
  }
}
#contents .shop_list .in .top .flex .text .tel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#contents .shop_list .in .top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .top dl {
    display: none;
  }
}
#contents .shop_list .in .top dl dt {
  font-size: 15px;
  font-weight: 600;
}
#contents .shop_list .in .top dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
#contents .shop_list .in .top dl dd span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  padding: 0 6px;
  font-size: 11px;
}
#contents .shop_list .in .top dl.red dt {
  color: #E3463F;
}
#contents .shop_list .in .top dl.red dd span {
  color: #E3463F;
  border: 1px solid #E3463F;
}
#contents .shop_list .in .top dl.green {
  margin-top: 20px;
}
#contents .shop_list .in .top dl.green dt {
  color: #144894;
}
#contents .shop_list .in .top dl.green dd span {
  color: #144894;
  border: 1px solid #144894;
}
#contents .shop_list .in .btn_more {
  margin-bottom: 0;
}
#contents .shop_list .in .btn_more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10.3px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none !important;
  background: #144894;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .btn_more a {
    gap: 2.3466666667vw;
    height: 8.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
#contents .shop_list .in .btn_more a img {
  width: 18px;
}
@media screen and (max-width: 840px) {
  #contents .shop_list .in .btn_more a img {
    width: 3.8026666667vw;
  }
}
#contents .shop_list .in .btn_more a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#contents #service {
  margin-bottom: 47px;
}
@media screen and (max-width: 840px) {
  #contents #service {
    margin-bottom: 8vw;
    overflow: hidden;
  }
}
#contents #service .title02 {
  margin-bottom: 47px;
}
@media screen and (max-width: 840px) {
  #contents #service .title02 {
    margin-bottom: 9.0666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contents #service .title02 img {
    max-width: initial;
    height: 120px;
    width: auto;
    text-align: center;
    position: relative;
    left: calc(50% - 7px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#contents #service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 840px) {
  #contents #service ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.2666666667vw 3.2vw;
  }
}
#contents #service ul li {
  width: 170px;
}
@media screen and (max-width: 840px) {
  #contents #service ul li {
    width: calc((100% - 3.2vw) / 2);
  }
}
#contents #pickup {
  margin-bottom: 66px;
}
@media screen and (max-width: 840px) {
  #contents #pickup {
    margin-bottom: 4vw;
  }
}
#contents #pickup .title02 {
  margin-bottom: 37px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  #contents #pickup .title02 {
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contents #pickup .title02 img {
    display: block;
    max-width: 40%;
    margin: 0 auto;
  }
}
#contents #pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 28px;
}
@media screen and (max-width: 840px) {
  #contents #pickup ul {
    gap: 3.7333333333vw;
  }
}
#contents #pickup ul li {
  width: 356px;
}
@media screen and (max-width: 840px) {
  #contents #pickup ul li {
    width: 80vw;
  }
}
#contents #mainCategory {
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  #contents #mainCategory {
    margin-bottom: 7.4666666667vw;
  }
}
#contents #mainCategory h3 {
  width: 100%;
  margin-bottom: 44px;
}
@media screen and (max-width: 840px) {
  #contents #mainCategory h3 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contents #mainCategory h3 img {
    max-width: 60%;
    display: inline;
  }
}
#contents #mainCategory ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  #contents #mainCategory ul {
    gap: 2.4vw 1.6vw;
  }
}
#contents #mainCategory ul li {
  float: none;
  width: 230px;
  padding: 0;
}
@media screen and (max-width: 840px) {
  #contents #mainCategory ul li {
    width: calc((100% - 1.6vw) / 2);
  }
}
#contents #mainCategory ul li:nth-child(3n) {
  float: none;
  padding: 0;
}
#contents #mainCategory + p {
  max-width: 740px;
  margin: 0 auto;
}