@charset "UTF-8";

body {
  font-family: HiraginoSans, Meiryo, sans-serif;
  font-size: 16px;
}

main * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

#search_main {
  background: #fff;
  margin: 15px auto;
  max-width: 1000px;
  padding: 8px;
  width: 80vw;
}

#search_main > h2 {
  background-color: #00529f;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 20px;
}

#search_main > div.title {
  background-color: #e9e9e9;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-size: 1.2em;
  margin: 8px;
  padding: 10px 20px;
}

#search_main > p {
  color: #494949;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: 1em;
}

#search_main > h3 {
  background: transparent;
  border-left: solid 5px #00529f;
  color: #494949;
  font-size: 1.1em;
  line-height: 2em;
  margin: 15px 0;
  padding: 0.25em 1em;
}

#search_main > h4 {
  background-color: #00529f;
  color: #fff;
  padding: 10px;
}

#searchCondition.item_shop {
  border-top: inherit;
  box-shadow: inherit;
  display: block;
}

#searchCondition.item_shop .conditionBody {
  display: block;
  margin: 0 auto;
  padding: 15px;
}

#searchCondition {
  margin: 0;
}

#searchCondition .conditionBody input + span {
    font-size: 0.9em;
}

dl, dt, dd, ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

/* header設定 */
header > .head {
  background-color: #fff;
  display: flex;
  padding: 5px 5px 0;
}

header > .head > section {
  margin-left: 3em;
}

header > .head > section > h1 {
  display: inline;
}

header > .head > section > h1 > a > img {
  max-width: 450px;
  width: 100%;
}

header > .head > section > div.shopInfo > div {
  display: flex;
  font-size: 0.8em;
  margin: 6px;
}

header > .head > section > div.shopInfo > div > p:nth-of-type(even) {
  margin-right: 15px;
}

header > .head > section > div.shopInfo > div > p > a > img {
  margin-top: -3px;
  width: 115px;
}

/* フッター設定 */
footer {
  background-color: #00529f;
  padding: 20px;
}

footer > div {
  text-align: center;
}

footer > div > ul {
  display: none;
}

#searchedItems {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#searchedItems .searchItem {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 7px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  box-sizing: border-box;
  display: flex;
  margin: 6px 0;
  padding: 10px 18px;
  position: relative;
  width: 100%;
}

#searchedItems .searchItem img.main {
  float: left;
  margin: 0 20px 0 3px;
  max-height: 85px;
  transition: .3s;
}

#searchedItems .searchItem .imgFrame {
  align-content: center;
  display: flex;
  height: 85px;
  justify-content: center;
  margin-right: 15px;
  width: 85px;
}

#searchedItems .searchItem img.main:hover {
  opacity: .7;
}

#searchedItems .searchItem h3 {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px;
    word-break: break-word;
}

#searchedItems .searchItem .itemStockQuantity {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#searchedItems .searchItem .itemStockQuantity .itemStock {
  align-items: flex-end;
  display: flex;
  height: 2em;
  justify-content: space-between;
  width: 200px;
}

#searchedItems .searchItem .itemStockQuantity .itemStock dt {
  font-size: .85em;
  margin: 0 5px 1px 0;
}

#searchedItems .searchItem .itemStockQuantity .itemStock dd {
  color: #3c6;
  font-weight: bold;
}

#searchedItems .searchItem .itemStockQuantity .itemStock dd strong {
  font-size: 1.3em;
}

#searchedItems .searchItem .itemPriceCart {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#searchedItems .searchItem .itemPriceCart .prices {
  align-items: flex-end;
  display: flex;
  height: 2em;
  justify-content: space-between;
  width: 200px;
}

#searchedItems .searchItem .itemPriceCart .prices dt {
  font-size: .85em;
  margin: 0 5px 1px 0;
}

#searchedItems .searchItem .itemPriceCart .prices dd {
  color: #dd1b1b;
  font-weight: bold;
}

#searchedItems .searchItem .itemPriceCart .prices dd strong {
  font-size: 1.3em;
}

#searchedItems .countTitle {
  align-items: flex-end;
  display: inline-flex;
  margin-bottom: 8px;
  margin-top: 8px;
}

#searchedItems .count {
  color: #dd1b1b;
  font-size: 1.5em;
  font-weight: bold;
}

#searchedItems hr {
    background-color: #ff6000;
    border: none;
    height: 0.5px;
    width: 100%;
}

#searchedItems .countAlert {
    color: #dd1b1b;
    display: flex;
    flex-direction: row-reverse;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 18px;
}

section.noItems h2 {
    border-bottom: 1px solid #d8c7b3;
    margin: 0 15px 20px;
    padding: 10px 20px 5px;
}

section.noItems h2::before {
    color: #e9c186;
    content: '\ea08';
    font-family: typicalo;
    font-size: 36px;
    padding-right: 20px;
    vertical-align: middle;
}