@charset 'UTF-8';

.system_item {
  margin-bottom: 2rem;
  border-color: #ffcf24;
}
@media screen and (min-width:768px) {
  .system_item {
    margin-bottom: 2rem;
  }
}

.system_item h2 {
  margin: 0 0 1rem;
  text-align: center;
  color: #ff619a;
  font-size: 1.8rem;
}
.system_title {
  width: 80%;
  margin: 2rem auto 1rem;
  padding: 0.5rem;
  text-align: center;
  color: #ff619a;
  border-radius: 2rem;
  background: #ffe7f3;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .system_title {
    width: 20rem;
    margin: 2rem auto 1rem;
  }
}

.freedrink {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}

.pc {
  display: none;
}

@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
}

.castdrink {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media screen and (min-width:768px) {
  .castdrink {
    width: 40%;
  }
}

.castdrink_title {
  width: 50%;
  margin-bottom: 0.5rem;
  text-align: left;
}

.castdrink_title span {
  font-size: 0.5rem;
}
@media screen and (min-width:768px) {
  .castdrink_title span {
    font-size: 0.7rem;
  }
}

.castdrink_price {
  width: 50%;
  margin-bottom: 0.5rem;
  text-align: right;
}

.karaoke {
  padding: 0.5rem 0;
  line-height: 1;
}
.karaoke span {
  display: block;
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.8rem;
}



.bottle dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.3rem;
}
@media screen and (min-width:768px) {
  .bottle dl {
    font-size: 1.5rem;
  }
}

.bottle dl dt {
  width: 62%;
  text-align: left;
  background-color: transparent;
  display: block;
}
.bottle dl dt span {
  white-space: nowrap;
  font-size: 0.6em;
}
.bottle dl dd {
  width: 38%;
  text-align: right;
}

.cheki dl {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
  font-size: 1.5rem;
}
.cheki dl dt {
  width: auto;
  margin-right: 1rem;
  background-color: transparent;
  display: block;
}
.cheki dl dt.favorite {
  margin-right: 0;
  color: rgb(113, 208, 255);
  margin-bottom: 1rem;
}
.cheki dl dd {
  width: auto;
}
.cheki dl dd.discount {
  position: absolute;
  left: 1.5rem;
  padding: 0.3rem;
  color: #fff;
  border-radius: 100%;
  background: #ff619a;
  font-size: 1rem;
}
@media screen and (min-width:768px) {
  .cheki dl dd.discount {
    left: -1rem;
  }
}

.system_nyan{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.system_nyan img{
  width: 3rem;
  margin-right: 0.5rem;
}

.request{
  text-align: center;
}
.request span{
  color: #ff4a89;
}