@charset "UTF-8"; /**/

/*全体中央寄せ*/
#info_contents {
  justify-content: center;
  display: flex;
  align-items: center;
}

#bihatsuex {
  max-width: 720px;
}

.exbtn {
  text-align: center;
  padding: 0 5.5% 5.5%;
  margin-top: 2em;
}

.exbtn a:hover {
  opacity: 0.7;
}

.mainimg,
.kassa,
.w-block {
  position: relative;
  width: 100%;
}

.setcart {
  background: #f9e7ed;
  padding: 5.5%;
}

.setcart-in {
  background: #fff;
  padding: 5% 3% 1%;
}

.mainlink {
  position: absolute;
  bottom: 4%;
  left: 5%;
  height: 78%;
  width: 19%;
}

.kassalink {
  position: absolute;
  bottom: 22.9%;
  left: 11.7%;
  height: 9.1%;
  width: 76.7%;
  border-radius: 4%;
}

.kassalink:hover,
.ikumou-link:hover,
.bihatsu-link:hover {
  background: rgba(255, 255, 255, 0.27);
}

.ikumou-link {
  position: absolute;
  top: 43%;
  left: 5.8%;
  height: 29.1%;
  width: 41.3%;
  border-radius: 50%;
}

.bihatsu-link {
  position: absolute;
  top: 43%;
  right: 5.8%;
  height: 29.1%;
  width: 41.3%;
  border-radius: 50%;
}

/*include商品*/
.c-panel__link {
  display: flex;
}

.c-panel__header {
  float: left;
  width: 120px;
}

.c-panel__body {
  width: 450px;
  margin: 0;
}
.c-panel__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}

p.c-price {
  font-size: 30.94px;
  color: #f30;
}

/* カートに入れるボタンの調整 */
.c-panel__action {
  justify-content: flex-end;
  margin-top: 0.5em;
}

.c-panel__action .btn {
  width: 220px;
  color: black;
  background-color: #ffffff;
  border: solid;
  border-color: #999999;
  border-radius: 7px;
  font-size: 22px;
  padding: 5px;
  z-index: 10;
}

/*商品説明文非表示*/
.c-panel__desc {
  display: none;
}

/*===============================
スマホ
===============================*/
@media screen and (max-width: 768px) {
  /*include商品*/
  .c-panel__header {
    float: left;
    width: 35%;
  }

  .c-panel__body {
    width: 200px;
    margin: 0;
  }

  .c-panel__name {
    font-size: 14.5px;
  }

  p.c-price {
    font-size: 21px;
  }
  /* カートに入れるボタンの調整 */
  .c-panel__action .btn {
    width: 160px;
    font-size: 18px;
    padding: 3px;
  }
}
