#wrapper-main {
  padding: 0px;
  margin: 0px auto;
  max-width: 100%;
  width: 1024px;
  position: relative;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}
#wrapper-main img {
  border-radius: 0 !important;
}
#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}

.bnr {
  display: none;
}

h3 {
  margin: 1em 0;
}

/*head*/

.btn_more {
  background-image: url(./-btn_more.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 2rem;
  margin: 1rem 0;
}
.btn_more:hover {
  background-image: url(./-btn_more_o.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 2rem;
  margin: 1rem 0;
  cursor: pointer;
}

.itemlist {
  padding: 33px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
.itemS,
.itemN,
.itemW,
.itemMX {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0px !important;
}
.right,
.left {
  width: 100%;
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.no {
  width: 9%;
}
.description {
  width: 90%;
}

.item_nm {
  text-align: center;
}

.item_imgbox {
  width: 100%;
  text-align: center;
}
.featuretext {
  text-align: center;
  line-height: 20px;
  letter-spacing: 0px;
  width: 90%;
  margin: auto;
  padding-top: 15rem;
}

.sp_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp_tle_youtube {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tbl {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  width: 100%;
  border: 3px solid #da622e;
  border-collapse: collapse;
}

.td0 {
  padding: 10px 0px 10px 10px;
  width: 870px;
  height: 30px;
  border-top: 1px solid #da622e;
  border-left: 0px;
  border-right: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #da622e;
}
.td1 {
  padding: 10px 0px 10px 0px;
  width: 100px;
  text-align: center;
  border-top: 1px solid #da622e;
  border-left: 0px;
  border-right: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #da622e;
}
.td40 {
  padding: 14px 0px 0px 15px;
  border-top: 1px solid #da622e;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}
.td20 {
  padding: 14px 0px 14px 15px;
  border-top: 1px solid #da622e;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}
.td21 {
  padding: 5px 0px 0px 15px;
  border-top: 1px solid #da622e;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}
.td22 {
  padding: 5px 0px 10px 15px;
  border-top: 1px solid #da622e;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}

/* items */
.item-row {
}
.item-img {
}
.item-text {
}
.item-number {
  margin-bottom: 20px;
}
.item-title {
  font-size: 24px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.item-title a {
  color: #da622e;
  font-weight: bold;
}
.item-description {
  font-size: 18px;
  color: #da622e;
}
.sp_list, .pc_list{
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bnr {
    display: block;
  }
  .itemS {
    width: 24%;
  }
  .itemN {
    width: 30%;
  }
  .itemW {
    width: 49%;
  }
  .itemMX {
    width: 65%;
  }

  .left {
    width: 49%;
  }
  .right {
    width: 49%;
  }

  .featuretext {
    padding-top: 10%;
    font-size: 11px;
    width: 80%;
    color: #ffffff;
  }
}

/* Utility */
.text-orange {
  color: #da622e !important;
}

@media screen and (max-width: 767px) {
  /* items */
  .item-row {
    margin-bottom: 40px;
  }
  .item-img {
  }
  .item-text {
  }
  .item-number {
    margin-bottom: 20px;
  }
  .item-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .item-title a {
  }
  .item-description {
    font-size: 13px;
  }
  .item-img--sp {
    display: flex;
    align-items: center;
  }

  /* = 店舗リストテーブル ==========================================*/

  table.Stbl {
    font-size: 15px;
    line-height: 12px;
    width: 321px;
    border: 1px solid #da622e;
    border-collapse: collapse;
  }

  .td0 {
    padding: 5px 0px 5px 5px;
    width: 321px;
    height: 15px;
    border-top: 1px solid #da622e;
    border-left: 0px;
    border-right: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #da622e;
  }

  .td1 {
    font-size: 10px;
    text-align: center;
    padding: 7px 0px 7px 0px;
    width: 50px;
    border-top: 1px solid #da622e;
    border-left: 0px;
    border-right: 0px;
    font-weight: bold;
    color: #da622e;
  }

  .td2 {
    font-size: 10px;
    line-height: 12px;
    padding: 9px 0px 5px 5px;
    width: 250px;
    border-top: 1px solid #da622e;
    border-left: 0px;
    border-right: 0px;
  }

  .sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #page {
    width: 962px;
  }
  /* items */
  .item-row {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
  }
  .item-row--reverse {
    flex-direction: row-reverse;
  }
  .item-img {
    width: 50%;
  }
  .item-text {
    width: 50%;
  }
  .item-number {
    margin-bottom: 20px;
  }
  .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .item-title a {
  }
  .item-description {
    font-size: 18px;
  }
  .pc-hidden {
    display: none;
  }

  .td0{
    padding: 10px 50px;
  }
}
