/*============================================================
	Local Gourmet Guide
============================================================*/
/*  Taste the Best of Fukushima
-------------------------------------------------*/
#taste {
  color: #fff;
  background-color: #222;
  background-image: url(../img/common/bg_brush-01.svg), url(../img/common/bg_brush-02.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 28.125rem auto, 43.75rem auto;
}
@media only screen and (max-width: 767px) {
  #taste {
    background-size: 16.0714285714rem auto, 25rem auto;
  }
}
#taste .inner h2::after {
  background: #fff;
}
#taste .inner .content {
  display: grid;
  grid-template-columns: 37.5rem auto;
  gap: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #taste .inner .content {
    grid-template-columns: 100%;
    gap: 1.7857142857rem;
  }
}

/*  Fukushima Gourmet Map
-------------------------------------------------*/
#gourmet {
  background-image: url(../img/common/bg_dots-01.svg), url(../img/common/bg_dots-02.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 31.25rem auto, 31.25rem auto;
}
@media only screen and (max-width: 767px) {
  #gourmet {
    background-size: 14.2857142857rem auto, 14.2857142857rem auto;
  }
}
#gourmet .inner .gourmet__map .tab__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.1875rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .tab__wrap {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1.0714285714rem;
    gap: 0.1071428571rem;
  }
}
#gourmet .inner .gourmet__map .tab__wrap .tab {
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  background: #222;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .tab__wrap .tab {
    height: 2.1428571429rem;
    line-height: 2.1428571429rem;
    font-size: 0.9285714286rem;
  }
}
#gourmet .inner .gourmet__map .tab__wrap .tab.selected {
  height: 4.375rem;
  line-height: 4.375rem;
  background: transparent;
  color: #222;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  border-left: solid 1px #222;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .tab__wrap .tab.selected {
    height: 2.8571428571rem;
    line-height: 2.8571428571rem;
  }
}
#gourmet .inner .gourmet__map #gmap {
  width: 100%;
  height: 37.5rem;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map #gmap {
    height: 21.4285714286rem;
  }
}
#gourmet .inner .gourmet__map .content {
  margin: 3.125rem 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content {
    margin: 1.7857142857rem 0;
  }
}
#gourmet .inner .gourmet__map .content.current {
  display: block;
}
#gourmet .inner .gourmet__map .content h3 {
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background: #222;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content h3 {
    height: 2.1428571429rem;
    line-height: 2.1428571429rem;
    font-size: 1.2857142857rem;
    margin-bottom: 1.7857142857rem;
  }
}
#gourmet .inner .gourmet__map .content h3::before {
  display: none;
}
#gourmet .inner .gourmet__map .content ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  counter-reset: ranking;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol {
    grid-template-columns: 100%;
    gap: 1.7857142857rem;
  }
}
#gourmet .inner .gourmet__map .content ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #222;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li {
    padding-bottom: 0.7142857143rem;
  }
}
#gourmet .inner .gourmet__map .content ol li h4 {
  width: 100%;
  font-size: 1.5rem;
  padding-left: 3.125rem;
  margin-bottom: 1.25rem;
  position: relative;
  counter-increment: ranking;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li h4 {
    font-size: 1.2857142857rem;
    padding-left: 2.1428571429rem;
    margin-bottom: 0.7142857143rem;
  }
}
#gourmet .inner .gourmet__map .content ol li h4::before, #gourmet .inner .gourmet__map .content ol li h4::after {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li h4::before, #gourmet .inner .gourmet__map .content ol li h4::after {
    width: 1.7857142857rem;
    height: 1.7857142857rem;
  }
}
#gourmet .inner .gourmet__map .content ol li h4::before {
  content: "";
  background: #94252a;
  border-radius: 50%;
}
#gourmet .inner .gourmet__map .content ol li h4::after {
  content: counter(ranking);
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li h4::after {
    line-height: 1.7857142857rem;
  }
}
#gourmet .inner .gourmet__map .content ol li address {
  background: #fff;
  width: 100%;
  line-height: 1.4;
  padding: 0.3125rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li address {
    padding: 0.1785714286rem;
    margin-bottom: 0.7142857143rem;
    font-size: 0.9285714286rem;
  }
}
#gourmet .inner .gourmet__map .content ol li span {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li span {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
    text-align: right;
  }
}
#gourmet .inner .gourmet__map .content ol li span strong {
  color: #94252a;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li span strong {
    font-size: 1.2857142857rem;
  }
}
#gourmet .inner .gourmet__map .content ol li p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  #gourmet .inner .gourmet__map .content ol li p {
    font-size: 1rem;
  }
}