@charset "utf-8";
/* CSS Document */

#top,
#shop_list,
#other_shop {
  overflow: hidden;
	width: 95%;
  margin: auto;
}

/*====================================================================
.accordion
====================================================================*/
.accordion {
  margin: 10px auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 0.5em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  /* cursor: pointer; */
}
.flow_img_sp {
  display: inherit;
}
.flow_img_pc {
  display: none;
}
.title {
  /* border: solid 1px #ccc; */
  position: relative;
  background-color: #F6C5D1;
  padding: 10px 10%;
  display: block;
  font-size: 1.4em;
  /* font-weight: bold; */
  background-image: url(../images/icon_calender.svg);
  background-size: 6%;
background-position: top 45% left 2%;
font-family: 'こぶりなゴシック W3 JIS2004';
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content h3 {
  font-size: 1.4em;
  font-family: 'こぶりなゴシック W6 JIS2004';
  width: auto;
  float: left;
  margin: 0 3% 0 0;
}
.content_open h3 {
  font-size: 1.4em;
  font-family: 'こぶりなゴシック W6 JIS2004';
  width: auto;
  float: left;
  margin: 0 3% 0 0;
}
.content_inner {
  width: 95%;
  margin: 3% auto 0%;
  padding: 0 0 5% 0;
  overflow: hidden;
}
.content_inner ul {
  width: 100%;
}
.content_inner ul li {
  position: relative;
  color: #D01163;

  text-align: center;
  padding: 2% 5%;
  border: 1px solid #F6C5D1;
  float: left;
  margin: 0 3% 2% 0;
  line-height: 1.2em;
}
.content_inner ul li::after {
  position: absolute;
  font-family: 'Material Icons';
  content: '\e409';
  font-size: 1.2em;
  top: 25%;
  right: 1%;
}
.toggle:checked + .title + .content {
  max-height: 5900px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

@media screen and (min-width:987px){
  .flow_img_sp {
    display: none;
  }
  .flow_img_pc {
    display: inherit;
  }
  .title {
    padding: 10px 6%;
    font-size: 1.4em;
    font-weight: bold;
  background-size: 3%;
  background-position: top 45% left 2%;
  }
  .content_inner {
    width: 100%;
    margin: 3% 0% 0%;
    padding: 0 0 2% 0;
    overflow: hidden;
    float: left;
    /* height: 230px; */
  }
  .content_inner ul li {
    padding: 1% 5%;
    margin: 0 1% 1% 0;
    line-height: 1.2em;
  }
  .content_inner ul li::after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e409';
    font-size: 1.2em;
    top: 35%;
    right: 1%;
  }

}
