﻿@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");

/* =========================================================
  レイアウト
========================================================= */

/* SP */
@media screen and (max-width: 750px) {
  a:hover{opacity:1}
}

@media screen and (min-width: 751px) {
  div.container_ div.contents_{
    display: flex;
    gap: 50px;
  }
  div.mainframe_{width: 100%;}
  .u-hr{display: none;}
}  

.u-hr {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 9px solid #eee;
    border-left: none;
    border-right: none;
}

[class^="column-"] {
  display: flex;
  flex-direction: column;
}

.column-30 {gap: 30px;}
.column-40 {gap: 40px;}

.u-title-page,
.u-title{margin: 0 0 calc(20 * (100vw / 375)) calc(20 * (100vw / 375));}


/* =========================================================
店舗一覧
========================================================= */
.store-card-deatil .store-pref > span:first-child{display: none;}
.store-list-articles-count{display: none;}

.store-card-deatil .store-category,
.store-card-deatil .store-service{
  gap: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;      
}

.store-list-content{margin: 20px 0 0;}
.store-container {
  display: flex;
  gap: 35px;
}

/* store-card */
.store-card-logo {margin: 0 auto;}
.address-link {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
}

.address-link i {margin-right: 10px;}
.store-card-deatil h4 {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;	
}
.u-tag{margin: 10px 0 0;}
.u-tag a:empty {display: none;}
.region-id{display: none;}
.region-checkbox .u-accordion .u-form-checkbox label,
.region-checkbox .u-accordion .u-form-radio label{background: #fff;}
.region-checkbox .u-form-label .u-form-name{padding: 0;}
.region-checkbox .u-form-label span::before,
.region-checkbox .u-form-label span::after{content: none;}
.page-store-list .u-text-color-red{
    font-size: 14px;
    color: #ea0b29;
}

/* SP */
@media screen and (max-width: 750px) {
  .store-list-content{padding: 0 0 40px;}
  .store-card{flex-direction: column;}
  .store-card-inr{padding: 0 20px;}
  .store-card-logo{
    width: calc(118 * (100vw / 375));
    margin: calc(20 * (100vw / 375)) auto calc(10 * (100vw / 375));
  }
  .store-tr{
    display: flex;
    align-items: baseline;
  }
  .store-th{width: calc(110 * (100vw / 375));}
  .store-td{width: calc(225 * (100vw / 375));}
  .more-button .u-btn{width: 100%;}
}

/* PCのみ */
@media screen and (min-width: 751px) {
  .search-facet .search-result-area .u-title-page{display: none;}
  .store-list-content > h1.u-title{
    display: block;
    opacity: 0;
    height: 0;
    margin: 0;
  }

  .store-card-inr{
    display: flex;
    width: 893px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    display: flex;
  }

  /*.store-card-deatil .store-name{display: block;}*/
  .shop-tel-number{text-decoration: none;}
  .store-card-deatil {width: 684px;}
  .store-card:last-child {border-bottom: 1px solid #ddd;}
  .store-card-logo {width: 120px;}
  .store-list-content{margin: 60px 0 0;}
}



