#marche {
  /*background-color:#fdefdd;*/
}
.marche-container {
  padding: 10px;
}
#marche a {
  text-decoration: none;
}
#marche ul {
  list-style: none;
}
#marche ul li a {
  display: block;
  color: #000000;
}
#marche ul li {
  color: #000000;
}
#marche p {
  /* font-size: 0.8rem; */
  font-size: 0.9rem;
  margin: 0;
}
#marche .bold {
  font-weight: bold;
}
#marche .-mt20 {
  margin-top: 20px;
}
#marche .-mb10 {
  margin-bottom: 10px;
}
#marche .-mb20 {
  margin-bottom: 20px;
}
#marche .-pt10 {
  padding-top: 10px;
}
#marche .-pb10 {
  padding-bottom: 10px;
}
#marche .-font-s {
  font-size: 0.7rem;
}
#marche .-text-line{
  text-decoration: underline;
}
#marche .underline {
  text-decoration: underline;
}
#marche .catch {
  margin-bottom: 20px;
}
#marche .catch ul {
  padding-left: 0;
}

/* 色指定 */
#marche .-blue {
  color: #0080c2;
  border-color: #0080c2;
}

/* 出店店舗一覧 */
#marche .date-container .-date {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#marche .date-container .-date span {
  font-size: 1.2rem;
}
#marche ul.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
#marche ul.shop-list::after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}
#marche ul.shop-list li {
  width: 49%;
}

#marche ul.shop-list .-photo {
  width: 140px;
  margin-bottom: 0.5em;
}

#marche ul li .shop-box {
  display: table;
  margin-bottom: 0.5em;
}
#marche ul li p.-name {
  font-size: 0.875rem;
  height: 52px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
/* 注意書き */


@media screen and (max-width: 767px) {
  #marche .field-container img.-icon {
    width: 74px;
  }
  #marche .field-container span.-section {
    font-size: 1.4rem;
  }
  #marche .date-container .-date span {
    font-size: 1rem;
  }
  #marche .date-container .-date {
    font-size: 1.4rem;
  }
  #marche ul.shop-list li {
    width: 100%;
  }
  #marche ul.shop-list .-photo {
    width: 110px;
  }
  #marche .regard p{
    font-size: 0.8rem;
  }
}



#marche .accordion_title {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin: 10px auto;
  border-bottom: 1px solid;
}
#marche .accordion_title:hover {
  opacity: .8;
}
#marche .accordion_inner {
  display: none;
  padding-top:1em;
}
#marche .accordion_inner.default {
  display: block;
}

#marche .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 58%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#marche .accordion_title.default .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#marche .icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#marche .accordion_title.default .icon_wrap .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#marche .accordion_title.default.open .icon_wrap .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#marche .accordion_title.open .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#marche .accordion_title.default.open .icon_wrap {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#marche .icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #0080c2;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#marche .icon:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}
#marche .accordion_title.default .icon_wrap .icon:before {
  content: none;
}
#marche .accordion_title.open .icon_wrap .icon:before {
  content: none;
}
#marche .accordion_title.default.open .icon_wrap .icon:before {
  content: "";
}
#marche .accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#marche .accordion_title.default.open .icon_wrap .icon:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#marche .indent4{
  text-indent: -3.5em;
  padding-left: 3.5em;
}
#marche ul li p.-name{
  text-indent: -1em;
  padding-left: 1.5em;
}
#marche .-product{
  display: block;
  margin-left: 0.5em;
}

#marche .step_midashi{
  background-color: #0080c2;
  padding:6px 10px;
  color:#fff;
  font-size:18px;
  font-weight: bold;
  margin-bottom:10px;
}

#marche .-name span.-blue{
  font-size:80%;
  margin-right:2px;
}