/* media query */
.popupArea {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
@media all and (max-width: 1200px) {
  .popupArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.popupArea > section {
  margin-bottom: 30px;
}
.popupArea > section > h3 {
  font-size: 1.2em;
  text-align: center;
  background-color: #f5f5f5;
  padding: 5px 10px;
}
.popupArea > section > table {
  border-collapse: collapse;
  width: 100%;
}
.popupArea > section > table tr th,
.popupArea > section > table tr td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea > section > table tr th,
  .popupArea > section > table tr td {
    display: block;
  }
}
.popupArea > section > table tr th {
  width: 150px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea > section > table tr th {
    width: 100%;
    padding: 15px 0 2px;
    border-bottom: 0;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea > section > table tr td {
    padding: 0 0 15px;
  }
}
.popupArea > section > table tr td a {
  text-decoration: underline;
}
.popupArea > div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea > div {
    display: block;
  }
}
.popupArea > div > div.image {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea > div > div.image {
    width: 100%;
  }
}
.popupArea > div > div.image p.icon {
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 3px;
  color: #fff;
  background-color: #222;
  line-height: 100%;
  padding: 6px 10px;
  position: absolute;
  left: 0;
  top: 10px;
}
.popupArea > div > div.image p.photo {
  width: 100%;
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
.popupArea > div > div.text {
  width: calc(65% - 40px);
}
@media screen and (max-width: 960px) {
  .popupArea > div > div.text {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupArea > div > div.text {
    width: 100%;
  }
}
.popupArea > div > div.text > h2 {
  font-size: 1.4em;
  margin-bottom: 15px;
}
.popupArea > div > div.text > table tr th,
.popupArea > div > div.text > table tr td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  padding-bottom: 3px;
}
.popupArea > div > div.text > table tr th {
  padding-right: 20px;
  white-space: nowrap;
}
.popupArea > div > div.text > table tr td.price {
  font-size: 1.1em;
  font-weight: bold;
}
.popupArea .foodlist {
  margin: 0 20px 40px;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist {
    margin: 0 0 40px;
  }
}
.popupArea .foodlist p.title {
  margin-bottom: 5px;
}
.popupArea .foodlist p.title::first-letter {
  padding-right: 5px;
  font-size: 0.9em;
}
.popupArea .foodlist p.note {
  margin-top: 10px;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist p.note {
    font-size: 0.9em;
  }
}
.popupArea .foodlist p.note span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  background: #555;
  margin: 0 5px;
}
.popupArea .foodlist dl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.popupArea .foodlist dl dt, .popupArea .foodlist dl dd {
  color: #222;
  padding: 2px;
  border-left: 1px solid #222;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl dt, .popupArea .foodlist dl dd {
    font-size: 0.9em;
  }
  .popupArea .foodlist dl dt:nth-child(3n-2), .popupArea .foodlist dl dd:nth-child(3n-2) {
    border-left: none;
  }
}
.popupArea .foodlist dl dt.checked, .popupArea .foodlist dl dd.checked {
  background: #555;
  color: #fff;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl dt:nth-child(3n-2), .popupArea .foodlist dl dd:nth-child(3n-2) {
    border-left: none;
  }
}
.popupArea .foodlist dl.tokutei7 {
  margin-bottom: 15px;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei7 {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
}
.popupArea .foodlist dl.tokutei7 dt, .popupArea .foodlist dl.tokutei7 dd {
  width: calc(100% / 8);
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei7 dt, .popupArea .foodlist dl.tokutei7 dd {
    width: calc(100% / 3);
    border-top: none;
  }
  .popupArea .foodlist dl.tokutei7 dt:nth-child(3n), .popupArea .foodlist dl.tokutei7 dd:nth-child(3n) {
    border-right: 1px solid #222;
  }
}
.popupArea .foodlist dl.tokutei7 dt:last-child, .popupArea .foodlist dl.tokutei7 dd:last-child {
  border-right: 1px solid #222;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei7 dt:last-child, .popupArea .foodlist dl.tokutei7 dd:last-child {
    width: calc(100% / 3 + 1px);
  }
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei21 {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
}
.popupArea .foodlist dl.tokutei21 dt, .popupArea .foodlist dl.tokutei21 dd {
  width: calc(100% / 10);
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  font-size: 0.95em;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei21 dt:nth-child(3n), .popupArea .foodlist dl.tokutei21 dd:nth-child(3n) {
    border-right: 1px solid #222;
  }
}
.popupArea .foodlist dl.tokutei21 dt:last-child, .popupArea .foodlist dl.tokutei21 dd:last-child {
  border-right: 1px solid #222;
  width: calc(100% / 10);
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei21 dt:last-child, .popupArea .foodlist dl.tokutei21 dd:last-child {
    width: calc(100% / 3 + 1px);
  }
}
.popupArea .foodlist dl.tokutei21 dt:nth-child(10), .popupArea .foodlist dl.tokutei21 dd:nth-child(10) {
  border-right: 1px solid #222;
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei21 dt:nth-child(10), .popupArea .foodlist dl.tokutei21 dd:nth-child(10) {
    border-right: none;
  }
}
.popupArea .foodlist dl.tokutei21 dt:nth-child(11), .popupArea .foodlist dl.tokutei21 dt:nth-child(12), .popupArea .foodlist dl.tokutei21 dt:nth-child(13), .popupArea .foodlist dl.tokutei21 dt:nth-child(14), .popupArea .foodlist dl.tokutei21 dt:nth-child(15), .popupArea .foodlist dl.tokutei21 dt:nth-child(16), .popupArea .foodlist dl.tokutei21 dt:nth-child(17), .popupArea .foodlist dl.tokutei21 dt:nth-child(18), .popupArea .foodlist dl.tokutei21 dt:nth-child(19), .popupArea .foodlist dl.tokutei21 dt:nth-child(20), .popupArea .foodlist dl.tokutei21 dd:nth-child(11), .popupArea .foodlist dl.tokutei21 dd:nth-child(12), .popupArea .foodlist dl.tokutei21 dd:nth-child(13), .popupArea .foodlist dl.tokutei21 dd:nth-child(14), .popupArea .foodlist dl.tokutei21 dd:nth-child(15), .popupArea .foodlist dl.tokutei21 dd:nth-child(16), .popupArea .foodlist dl.tokutei21 dd:nth-child(17), .popupArea .foodlist dl.tokutei21 dd:nth-child(18), .popupArea .foodlist dl.tokutei21 dd:nth-child(19), .popupArea .foodlist dl.tokutei21 dd:nth-child(20) {
  border-top: none;
}
@media screen and (max-width: 1230px) {
  .popupArea .foodlist dl.tokutei21 dt, .popupArea .foodlist dl.tokutei21 dd {
    font-size: 1vw;
  }
}
@media screen and (max-width: 668px) {
  .popupArea .foodlist dl.tokutei21 dt, .popupArea .foodlist dl.tokutei21 dd {
    font-size: 0.9em;
    width: calc(100% / 3);
    border-top: none;
  }
}
