@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

terminal8/index.php CSS

------------------------------------------------- */
#main h2 {
  background-color: #4d3614;
}

.terminal8Area {
  padding: 20px;
}
.terminal8Area img {
  width: 100%;
}
.terminal8Area .textArea {
  display: table;
  width: auto;
  margin: 0 auto 15px;
}
.terminal8Area .textArea .read {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 140%;
  font-size: 1.15em;
}
.terminal8Area .textArea .notice {
  text-indent: -1em;
  padding-left: 1em;
}
.terminal8Area .btn {
  text-align: center;
  margin-bottom: 25px;
}
.terminal8Area .btn a {
  display: inline-block;
  background-color: #8EC256;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
}
.terminal8Area .btn a:hover {
  opacity: 0.7;
}
.terminal8Area .shopList {
  display: flex;
  flex-wrap: wrap;
}
.terminal8Area .shopList .shop {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.terminal8Area .shopList .shop:nth-child(2n) {
  margin-left: 30px;
}
.terminal8Area .shopList .shop .photo {
  width: 50%;
}
.terminal8Area .shopList .shop > div {
  width: calc(50% - 15px);
}
.terminal8Area .shopList .shop > div .num {
  display: block;
  background-color: #404042;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  width: 20px;
  line-height: 20px;
  padding-top: 2px;
  font-size: 15px;
  text-align: center;
}
.terminal8Area .shopList .shop > div h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.terminal8Area .shopList .shop > div h4 small {
  font-size: 0.85em;
}
.terminal8Area .shopList .shop > div .cate {
  background-color: #eee;
  line-height: 100%;
  padding: 3px 5px;
  display: inline-block;
}
/* 640px以内（iPhone） */
@media screen and (max-width: 640px) and (orientation: portrait) {
  .terminal8Area .shopList .shop {
    width: 100%;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .terminal8Area .shopList .shop:nth-child(2n) {
    margin-left: 0;
  }
}/*# sourceMappingURL=index.css.map */