.l-location-body {
  display: flex;
  padding-top: 30px; }

.l-location-main {
  flex-basis: 860px;
  padding-left: 75px; }

.location-list {
  font-family: 'Montserrat', sans-serif; }
  .location-list__heading {
    color: #000;
    font-size: 30px;
    margin-bottom: 25px; }
  .location-list__soon-heading {
    font-weight: 700;
    color: #ef0000; }
  .location-list__items {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 20px;
    margin-bottom: 55px; }
    .location-list__items:after {
      content: "";
      display: block;
      clear: both; }
  .location-list__item {
    width: 50%;
    margin-bottom: 38px;
    float: left; }
    .location-list__item__pref {
      font-size: 16px;
      color: #000;
      letter-spacing: 1px; }
    .location-list__item__name {
      font-weight: 700;
      color: #000;
      font-size: 19px;
      line-height: 1.45;
      letter-spacing: 0px; }
    .location-list__item__more {
      color: #9b9b9b;
      position: relative; }
      .location-list__item__more:after {
        content: '>';
        position: absolute;
        right: -13px;
        top: -3px; }

.location-list__soon-heading + .location-list__heading {
  margin-top: -6px; }

.l-location-side {
  flex-basis: 220px;
  border-right: 1px solid #afafaf;
  padding-right: 50px; }

.l-sidebar__heading {
  text-align: center;
  margin-bottom: 1.2em; }
  .l-sidebar__heading--bk {
    color: #000; }
  .l-sidebar__heading--spcenter {
    margin-bottom: 20px; }

.location-nav {
  margin-bottom: 35px; }
  .location-nav__item {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
    cursor: pointer; }
  .location-nav__count {
    color: #9b9b9b;
    margin-left: 12px; }

.location-select-sp {
  display: none;
  margin-bottom: 20px; }
  .location-select-sp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
    background-image: url("../images/select_sp.png");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 35px auto;
    border: 1px solid #afafaf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    position: relative;
    display: block; }
    .location-select-sp select:after {
      content: '';
      background: #000;
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 0; }

.location-map {
  background: #aaaaaa;
  height: 400px; }

.l-contents__page--shopinfo {
  width: 900px; }

.l-sidebar__icons {
  padding-top: 25px;
  border-top: 1px solid #afafaf; }

.icon-desc {
  margin-bottom: 35px; }
  .icon-desc__img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto; }
  .icon-desc__text {
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 5px; }

.l-contents__page--shopinfo {
  margin-top: 90px; }

.shopinfo {
  font-family: 'Montserrat', sans-serif; }
  .shopinfo__mv {
    margin-bottom: 40px; }
  .shopinfo__name {
    font-size: 38px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px; }
  .shopinfo__info__heading {
    font-size: 21px;
    color: #fff;
    background: #000;
    text-align: center;
    font-weight: 700;
    padding: 9px; }
  .shopinfo__info__body {
    padding: 30px;
    background: #f6f4f2;
    font-size: 14px;
    color: #3e3a39;
    font-weight: 700; }
    .shopinfo__info__body a {
      color: #3e3a39; }
  .shopinfo__info__map {
    height: 270px;
    margin-bottom: 20px; }
  .shopinfo__info__item {
    border-bottom: 1px solid #bbb;
    padding: 22px 0; }
    .shopinfo__info__item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .shopinfo__info__item--insta {
      position: relative;
      background: url("../images/instagram.png") no-repeat;
      -webkit-background-size: 20px auto;
      background-size: 25px auto;
      background-position: left 22px;
      padding-left: 30px; }

@media only screen and (max-width: 900px) {
  .l-contents__page--shopinfo {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .location-nav {
    display: none; }

  .location-select-sp {
    display: block; }

  .l-sidebar__heading--spcenter {
    text-align: center; }

  .l-location-body {
    display: block;
    padding-top: 0px; }

  .l-location-main {
    padding-left: 0; }

  .l-location-side {
    flex-basis: auto;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .location-list__items {
    display: block;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .location-list__item {
    float: none;
    width: auto;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #afafaf; }

  .shopinfo__mv {
    margin-bottom: 35px; }
  .shopinfo__name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 35px; }
  .shopinfo__info__heading {
    font-size: 15px; }

  .l-sidebar__icons {
    padding-top: 15px; }

  .icon-desc-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end; }

  .icon-desc {
    width: 33%;
    margin-bottom: 0px; }
    .icon-desc__text {
      font-size: 12px; } }
.clear {
  clear: both; }

/*# sourceMappingURL=location.css.map */
