@charset "UTF-8";
@import url("../common.css");
@import url("../subpage.css");
@import url("../shop-common.css");
/*====================================
	ドリンクメニュー
=====================================*/
#drinkMenu {
  marigin: 20px 0px;
}

.section_title {
  margin: 30px 30px 0px 30px;
}

figure {
  display: block;
  margin: 20px 30px 50px 30px;
}
figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
figure img:nth-child(n+2) {
  margin-top: 15px;
}

#shopMenu .section_title {
  margin: 0px;
}

#shudo {
  width: 90%;
  margin: 40px auto;
  padding: 30px 0px;
  background-color: #FFFFFF;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
}

#shudo h3 {
  margin: 0px 30px;
  font-weight: bold;
}

#shudo figure {
  display: block;
  width: 100%;
  margin: 0px auto;
}

#shudo figure img {
  display: block;
  width: 100%;
}

#shudo p {
  margin: 0px 30px;
}

.drink li {
  padding: 30px;
  border-bottom: dotted 2px #313131;
}

.drink li h4 {
  font-weight: bold;
}

.drink li p {
  padding: 0.5em 0px 0px 0px;
}

.drink li p.price {
  padding: 0.5em 0px 0px 0px;
  text-align: right;
}