@charset "utf-8";

body {
  /*overflow: hidden;*/
}

ul.area li {
  color: #fff;
}

ul.area li h3 {
  line-height: 3em;
  background: #6f819d;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  font-size: 1.25rem;
}

ul.pref li h4 {
  position: relative;
  line-height: 2.5em;
  background: #6e9c9d;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  font-size: 1.25rem;
}

ul.pref li h4::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 18px;
  height: 18px;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translatey(-25%) rotate(135deg);
  transform: translatey(-25%) rotate(135deg);
  transition: .3s;
}

ul.pref li h4.open::before {
  -webkit-transform: translatey(25%) rotate(-45deg);
  transform: translatey(25%) rotate(-45deg);
}

ul.pref li > ul {
  display: none;
}

ul.shop li {
  border-bottom: 2px solid #6f819d;
  background-color:rgba(255,255,255,1.0);
}

ul.shop li h5 {
  position: relative;
  padding-left: 70px;
  line-height: 2.5em;
  font-size: 1.125rem;
  color: #6f819d;
}

ul.shop li h5::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 18px;
  height: 18px;
  margin: auto;
  content: "";
  border-top: 2px solid #6f819d;
  border-right: 2px solid #6f819d;
  -webkit-transform: translatey(-25%) rotate(135deg);
  transform: translatey(-25%) rotate(135deg);
  transition: .3s;
}

ul.shop li h5.open::before {
  -webkit-transform: translatey(25%) rotate(-45deg);
  transform: translatey(25%) rotate(-45deg);
}

ul.shop li h5::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7em;
  height: 2em;
  padding: 0 .75em;
  line-height: 2em;
  margin: auto;
  background: #6f819d;
  border-radius: .5em;
  content: "詳細を見る";
  text-align: center;
  font-size: .7rem;
  color: #fff;
}

ul.shop li h5.open::after {
  content: "閉じる";
}

ul.shop li > div {
  display: none;
  padding: 20px;
  font-size: .75rem;
  color: #000;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.address {
  margin-bottom: 20px;
  font-size: .75rem;
}

.shop_flex1 > div {
  width: 50%;
}

.shop_flex1 h6 {
  margin-bottom: 10px;
  font-size: .75rem;
}

.shop_flex1 p {
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: .75rem;
}

.shop_flex2 {
  margin-bottom: 20px;
}

.shop_flex2 > div {
  width: 25%;
  text-align: center;
}

.shop_flex2 > div a {
  text-decoration: none;
  color: #000;
  font-size: .75rem;
}

.shop_flex2 > div a img {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}

@media screen and (min-width: 768px){
  ul.area {
    background: #fff;
  }

  ul.pref li h4 {
    font-size: 1.125rem;
  }

  ul.pref li h4::before {
    display: none;
  }

  ul.pref li > ul {
    display: block;
  }

  ul.shop li {
    border: none;
  }

  ul.shop li h5 {
    position: relative;
    margin: 10px;
    padding: 0 10px;
    border-bottom: 4px dotted #ccc;
    font-size: 1.25em;
    font-weight: bold;
  }

  ul.shop li h5 span {
    position: absolute;
    display: block;
    top: 50%; right: 10px;
    margin-top: -.375em;
    line-height: 1em;
    font-size: .875em;
  }

  ul.shop li h5 span.tel img {
    width: 24px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
  }

  ul.shop li h5::before {
    display: none;
  }

  ul.shop li h5::after {
    display: none;
  }

  ul.shop li > div {
    display: block;
    position: relative;
    padding: 0 20px;
  }

  .address {
    font-size: .75rem;
  }

  .shop_flex1 > div {
    width: inherit;
  }

  .shop_flex1 > div:first-child {
    width: 140px;
  }

  .shop_flex1 > div:last-child {
    -webkit-flex: 1;
    flex: 1;
  }

  .shop_flex1 h6 {
    font-size: .875rem;
  }

  .shop_flex1 p {
    font-size: .75rem;
  }

  .shop_flex2 {
    width: 140px;
    position: absolute;
    top: 15px; right: 20px;
  }

  .shop_flex2 > div {
    width: 50%;
    margin-right: 10px;
  }

  .shop_flex2 > div:last-child {
    margin-right: 0;
  }

  .shop_flex2 > div a {
    font-size: .65rem;
  }

  .shop_flex2 > div a img {
    margin-bottom: .5em;
  }
}