@charset "UTF-8";
/*=============================================================================
 マルシェ レイアウト
============================================================================= */
.bg-wrap {
  padding-top: 30px;
  background: #FDF162;
}
.gnav_out {
  top: 81px;
}
header {
  background: url("../images/bg_marche_pc.png") no-repeat 0 0/100%,
  url("../images/bg_marche_pc_bl.png") no-repeat left bottom/280px,
  url("../images/bg_marche_pc_br.png") no-repeat right bottom/280px;
}
.page-title {
  padding: 10vw 13vw 60px;
}
.lead-text {
  width: 67.5vw;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 24px;
}
.detail-list {
  width: 590px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.detail-list li {
  font-weight: 600;
  line-height: 26px;
}
.detail-list li::before {
  content: "●";
  margin-right: 2px;
  color: #36ABB5;
}
.detail-list .date {
  font-size: 24px;
  font-weight: 400;
}
.detail-list .date span {
  font-size: 28px;
}


.shop-list-title {
  margin-bottom: 65px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.shop-list-title span {
  display: inline-block;
  width: 325px;
  margin-bottom: 18px;
}
.section-title img {
  height: 46px;
}

/* .detail .cap {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
} */

.js-accordion {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
}
.js-accordion .date {
  position: relative;
  color: #000;
  margin-bottom: 6px;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-left: 4px solid #36ABB5;
  background: #D7EEF0;
}
.js-accordion .date span {
  font-size: 15px;
}
.icon-box {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  height: 32px;
}
.icon-box span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon-box span:before,
.icon-box span:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.icon-box span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.open .icon-box span:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.js-accordion > dd {
  display: none;
  margin: 18px auto 48px;
  padding: 40px 0 40px 26px;
  background: #fff;
}
.js-accordion > dd.first {
  display: block;
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
}
.shop-list li {
  display: flex;
  width: 50%;
}
.shop-list p {
  width: 40%;
  padding: 4px 0;
  line-height: 1.2;
}
.shop-list p:first-child {
  position: relative;
  width: 60%;
  padding-left: 2.1em;
}
.shop-list p + p {
  padding-right: 2em;
}
.shop-list p:first-child::before {
  content: "●";
  position: absolute;
  top: 5px;
  left: 1em;
  margin-right: 2px;
  color: #888;
  font-size: 0.9em;
  line-height: 1.1111;
}
.shop-list a {
  position: relative;
  color: #231815;
  line-height: 1.2;
}
.shop-list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B4B4B5;
}
.shop-list span {
  display: inline-block;
}
.notice {
  margin-top: 50px;
  padding: 0 20px 90px;
  text-align: center;
}
.notice span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .shop-list li:nth-child(2n + 1) {
    border-right: 1px solid #C8C9CA;
  }
  .detail-list li:nth-child(3){
    padding-left:7.5em;
    text-indent:-7.5em;
  }
}

@media screen and (max-width: 767.9999px) {
  .pc_br {
    display: none;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .gnav_out {
    top: 61px;
  }
  header {
    background-image: url("../images/bg_marche_sp.png");
  }
  .page-title {
    padding: 14vw 5vw 40px;
  }
  .lead-text {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .detail {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .detail {
    padding: 10px 0;
    width: 80%;
    display: block;
    margin: auto;
  }
  .detail-list {
    width: auto;
    max-width: 455px;
    padding: 0 15px 60px;
  }
  .detail-list li {
    display: flex;
  }
  .detail-list li > span {
    display: inline-block;
    min-width: 3em;
  }
  .detail-list li:nth-child(3) > span {
    min-width: 6em;
  }
  .detail-list .date {
    font-size: 14px;
    font-weight: 600;
  }
  .detail-list .date span {
    display: inline-block;
    font-size: 18px;
  }
  
  .shop-list-title {
    margin-bottom: 28px;
    font-size: 11px;
  }
  .shop-list-title span {
    width: 170px;
    margin-bottom: 9px;
  }
  .section-title img {
    height: 35px;
  }
  .js-accordion {
    padding: 0 10px;
  }
  .js-accordion .date {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 14px;
  }
  .js-accordion .date span {
    font-size: 10px;
  }
  .js-accordion > dd {
    margin: 5px auto 24px;
    padding: 25px 15px;
  }
  .shop-list li {
    width: 100%;
  }
  .shop-list p + p {
    padding-right: 0;
  }
  .notice {
    margin-top: 35px;
    padding: 0 14px 70px;
    font-size: 12px;
    line-height: 1.5;
  }
}


@media screen and (max-width: 600px) {
  .detail {
    width: 90%;
  }
}
