@charset "utf-8";
/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}


.modaal-container {
  max-width: 1040px;
}

.modaal-content-container {
  height: 100%;
  min-height: 340px;
  padding: 0;
}

.c-shop {
  width: 100%;
  height: 100%;
  color: #fff;

  /* border: 1px solid #000; */
}
.c-shop__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 340px;
  text-align: center;
}

#shop-01,
#shop-02 h4,
#shop-03 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.c-shop__inner p {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}

#shop-01 {
  background: no-repeat center / cover url(../img/shop-01.png);
}
#shop-02 {
  color:#513824;
  background-color: #fffff3;
  /* background: no-repeat center / cover url(../img/shop-02.png); */
}
#shop-02 ul {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
}
#shop-02 ul li {
  width: 50%;
}
#shop-02 ul dl {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0 10px;
}
#shop-02 ul dl dt,
#shop-02 ul dl dd {
  width: 50%;
}
#shop-02 ul dl dt {
  border-right: 1px solid #513824;
}
#shop-02 ul dl dd {
  border-left: 1px solid #fff;
}
#shop-03 {
  background: no-repeat center / cover url(../img/shop-03.png);
}


@media(max-width: 960px) {

  .modaal-content-container {
    height: 80vh;
  }

  #shop-02 ul {
    flex-wrap: wrap;
  }
  #shop-02 ul li {
    width: 100%;
  }
  #shop-02 ul dl {
    width: 80%;
  }

}
