/*******************************************************************************
共通
*******************************************************************************/

.hiraya_250516 img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/*******************************************************************************
共通 - ボタン
*******************************************************************************/

.boxed-btn {
  background: #3c3c43;
  color: #fff;
  text-decoration: none;
}

.boxed-btn::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.849' height='14.849' viewBox='0 0 14.849 14.849'%3E%3Cpath d='M4284.963-5561.349h-10.5v-1h9.5v-9.5h1Z' transform='translate(917.39 6969.819) rotate(-45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px;
}

.boxed-btn>span {
  font-weight: 400;
}

/*******************************************************************************
共通 - ブレークポイントのでの表示、非表示切り替え
*******************************************************************************/

@media (max-width: 648px) {
  .u-hide-sp {
    display: none;
  }
}

/*******************************************************************************
共通 - 全画面表示
*******************************************************************************/

@media (max-width: 648px) {
  .u-full-width-sp {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

/*******************************************************************************
共通 - コンテナー
*******************************************************************************/

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

@media (max-width: 648px) {
  .l-container {
    padding: 0;
  }
}

.l-container.--xl {
  width: min(100%, calc(1128px + 60px));
}

@media (max-width: 1128px) {
  .l-container.--xl {
    width: min(100%, 648px);
  }
}

@media (max-width: 648px) {
  .l-container.--xl {
    width: min(100%, 328px);
  }
}


/*******************************************************************************
店舗リスト
*******************************************************************************/

.shop-list-wrapper {
  margin-top: 140px !important;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}

@media (max-width: 648px) {
  .shop-list-wrapper {
    width: 100%;
    margin-top: 80px !important;
    padding-bottom: 50px;
  }
}

.shop-list {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}

@media (max-width: 1128px) {
  .shop-list {
    width: min(100%, 552px);
    margin: auto;
  }
}

@media (max-width: 648px) {
  .shop-list {
    row-gap: 80px;
  }

  .shop-list {
    width: min(100%, 264px);
  }
}

.shop-list__title {
  border-bottom: 1px solid #dedede;
  font-size: 2rem;
  margin: 0;
}

.shop-list__area {
  margin-bottom: 0 !important;
}

@media (max-width: 648px) {
  .shop-list__area {
    width: 100%;
  }
}

.shop-list__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 60px;
  margin-top: 24px;
}

@media (max-width: 1128px) {
  .shop-list__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 648px) {
  .shop-list__box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

.shop-list__box::after {
  content: none;
}

.shop-list-item {
  display: flex;
  flex-direction: column;
}

/* グランフロント大阪 家センター */
.shop-list-item.--osaka .shop-list-item__title {
  font-feature-settings: "palt";
}

/* グランフロント大阪 家センター */
.shop-list-item.--osaka .shop-list-item__address {
  font-feature-settings: "palt";
  font-size: 1.36rem !important;
  letter-spacing: -0.01em;
}

.shop-list-item__title {
  font-size: 2rem;
  margin: auto 0 0;
}

.shop-list-item__header {
  margin-top: 3px;
}

.shop-list-item__address {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.shop-list-item__gmap {
  color: #9d9c9c;
  font-size: 1.2rem;
  text-decoration: none;
}

@media (max-width: 648px) {
  .shop-list-item__gmap {
    display: block;
    margin-top: 3px;
  }
}

.shop-list-item__img {
  overflow: hidden;
  margin-top: 4px !important;
}

.shop-list-item__img img {
  width: 100%;
  aspect-ratio: 264 / 173;
  object-fit: cover;
}

.shop-list-item__link-wrapper {
  display: flex;
  column-gap: 4px;
  margin-top: 10px;
}

.shop-list-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid;
  border-radius: 4px;
  width: 50%;
  min-height: 40px;
  padding: 5px 10px;
  transition: border-color .3s ease;
}

.shop-list-item__link.--visit {
  border-color: #e5ccd1;
  color: #7f0019;
}

.shop-list-item__link.--visit:hover {
  border-color: #7f0019;
}

.shop-list-item__link.--online {
  border-color: #dedede;
  color: #5c5a5a;
}

.shop-list-item__link.--online:hover {
  border-color: #5c5a5a;
}




/*******************************************************************************
よくあるご質問
*******************************************************************************/

.qandaArea {
  padding-bottom: 40px;
}

.qandaArea.themesec {
  box-sizing: border-box;
  padding: 0 30px 40px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.qandaArea__box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 20px auto;
  font-size: 1.4rem;
  line-height: 2.6rem;
  max-width: 760px;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 5px;
}

.qandaArea__box--title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 30px;
}

.qandaArea__box--title p {
  display: flex;
}

.qandaArea__box--title .qTxt {
  font-size: 3.6rem;
  line-height: 3rem;
  margin-right: 1rem;
}

.qandaArea__box--txt p {
  margin-bottom: 20px;
}

.qandaArea__box--txt p:last-child {
  margin-bottom: 0;
}

.qandaArea__box--txt p a {
  text-decoration: underline;
}

.qandaArea__box--li {
  display: flex;
}

.qandaArea__box .btnWrap {
  margin: 30px auto 0 auto !important;
}

.qandaArea .btnWrap {
  text-align: center;
  margin: 40px auto 0 auto;
}

/* PC */
@media (min-width: 649px) {
  .qandaArea {
    padding-bottom: 50px;
  }

  .qandaArea__box {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .qandaArea__box--title {
    display: flex;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }

  .qandaArea__box--txt p {
    margin-bottom: 20px;
  }

  .qandaArea__box--txt p:last-child {
    margin-bottom: 0;
  }

  .qandaArea__box--txt p a {
    text-decoration: underline;
  }

  .qandaArea .btnWrap {
    margin: 50px auto 0 auto;
  }
}