@charset "utf-8";

/*=======================================================================

周辺環境ページ用

========================================================================*/
.page-location {
}

.location-main {
  position: relative;
  padding-bottom: 160px;
  margin-bottom: 80px;
}
.location-main:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: #6e6865;
}

@media screen and (max-width: 767px) {
  .location-main {
    padding-bottom: 130px;
    margin-bottom: 40px;
  }
}

/*
-------------------------------------------------------
周辺環境ヘッダー
-------------------------------------------------------*/
.location-header {
  text-align: center;
  margin-bottom: 50px;
}
.location-header__category {
  color: #78917d;
  font-size: 45px;
  font-weight: inherit;
  line-height: 0.8;
  letter-spacing: 0.15em;
  margin: 0;
}
.location-header__text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 1.8em;
}

@media screen and (max-width: 767px) {
  .location-header {
    margin-bottom: 30px;
  }
  .location-header__category {
    font-size: 32px;
  }
  .location-header__text {
    font-size: 15px;
  }
}

/*
-------------------------------------------------------
周辺環境コンテンツ
-------------------------------------------------------*/
.location-content {
}

/*
-------------------------------------------------------
周辺環境コンテンツ
-------------------------------------------------------*/
.shoplist {
  display: -ms-grid;
  display: grid;
}
.shoplist.--col2 {
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
.shoplist.--col3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.shoplist.--col4 {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.shoplist.--col3,
.shoplist.--col4 {
  border-right: 1px solid #739b7d;
}
.shoplist.--col3 .shop-detail,
.shoplist.--col4 .shop-detail {
  border-left: 1px solid #739b7d;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .shoplist.--col2 {
    grid-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .shoplist {
  }
  .shoplist.--col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .shoplist.--col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }

  .shoplist.--col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
  .shoplist.--col3,
  .shoplist.--col4 {
    border-right: none;
    border-top: 1px solid #739b7d;
  }
  .shoplist.--col3 .shop-detail,
  .shoplist.--col4 .shop-detail {
    border-left: none;
    border-bottom: 1px solid #739b7d;
  }
}

/*
-------------------------------------------------------
ショップ情報
-------------------------------------------------------*/
/*
*/
.shop-item {
}

/*
*/
.shop-detail {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.7em;
  text-align: center;
}
.shop-detail.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}
/*
*/
.shop__img {
  display: block;
  margin-bottom: 10px;
}
.shop__name {
  font-size: 16px;
}
.shop__access {
  /* font-family:
    YakuHanMP, "Times New Roman", "EB Garamond", "Noto Serif JP", "游明朝", "Yu Mincho", "Noto Serif JP",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif; */
  font-size: 14.5px;
  letter-spacing: 0.07em;
}
.shop__access span {
  font-size: 220%;
  line-height: 0.6;
  position: relative;
  top: 0.08em;
}
.shop__access small {
  font-size: 80%;
}
.shop__capt {
  display: block;
  font-size: 12px;
}

/*
文字大きいバージョン
*/
.shop-detail.--lg {
  padding-block: 0;
}
.shop-detail.--lg .shop__img {
  margin-bottom: 10px;
}
.shop-detail.--lg .shop__name {
  font-size: 20px;
}
.shop-detail.--lg .shop__access {
  font-size: 16px;
}
.shop-detail.--lg .shop__access span {
}
.shop-detail.--lg .shop__access small {
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .shop-detail {
    padding-top: 0.55em;
    padding-bottom: 0.55em;
  }

  /*
文字大きいバージョン
*/
  .shop-detail.--lg {
    gap: 0.5em;
  }
  .shop-detail.--lg .shop__name {
    font-size: 20px;
  }
  .shop-detail.--lg .shop__access {
    font-size: 16px;
  }
}

/*
-------------------------------------------------------
三越の部分
-------------------------------------------------------*/
.location-mitsukoshi {
}

.location-mitsukoshi .shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 0;
}
.location-mitsukoshi .shoplist .shop-item {
  width: calc(450 / 900 * 100%);
}
.location-mitsukoshi .shoplist .list {
  width: calc(350 / 900 * 100%);
}

.location-mitsukoshi .shoplist .list {
  border-bottom: 1px solid #739b7d;
}
.location-mitsukoshi .shoplist .list li {
  width: 100%;
  border-top: 1px solid #739b7d;
  padding-top: 0.55em;
  padding-bottom: 0.55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .location-mitsukoshi .shoplist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .location-mitsukoshi .shoplist .shop-item,
  .location-mitsukoshi .shoplist .list {
    width: 100%;
  }
}
