@charset "UTF-8";
article, aside, figure, footer, header, nav, section, main {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img,
article, aside, figure, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  font-size: 100%;
}

img, object {
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, select {
  font-size: 100%;
}

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

/* ====== utility ====== */
.ft_copy {
  font-size: 10px;
  font-size: .625rem;
}

.ft, .ft_link, .path, .select_sort span.tab, .select_note, .unit_price, .item_spec dl {
  font-size: 12px;
  font-size: .75rem;

}

body, .item_spec .sale {
  font-size: 14px;
  font-size: .875rem;

}

.select_title {
  font-size: 16px;
  font-size: 1rem;
}

.menu_title {
  font-size: 18px;
  font-size: 1.125rem;
}

.r, .ft_copy {
  text-align: right;
}

.c {
  text-align: center;
}

.flo_l {
  float: left;
}

.flo_r, .ft_mag {
  float: right;
}

.emph,
.alert {
  font-weight: bold;
}

.attention,
.alert {
  color: #e60012;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

/* micro clearfix */
.cf:before, .shell:before, .ft_lowest:before, .gnav:before, .wrap:before, .item_list:before, .sublist ul:before, .cf:after, .shell:after, .ft_lowest:after, .gnav:after, .wrap:after, .item_list:after, .sublist ul:after {
  content: '';
  display: table;
}

.cf:after, .shell:after, .ft_lowest:after, .gnav:after, .wrap:after, .item_list:after, .sublist ul:after {
  clear: both;
}

body {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;

}

img,
input[type="image"] {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.shell, .ft_lowest {
  /* max-width: 1281px; */
  max-width: 1217px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .shell, .ft_lowest {
    width: 100%;
  }
}

.hd {
  padding: 25px 0;
  background: url(../../common/images/common/hd_l.png) left top no-repeat, url(../../common/images/common/hd_r.png) right top no-repeat, url(../../common/images/common/hd_bg.png);
}

@media (max-width: 640px) {
  .hd {
    background: url(../../common/images/common/hd_bg.png);
  }
}

.hd a {
  color: #000;
}

.hd_logo {
  float: left;
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .hd_logo {
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .hd_logo {
    float: none;
    text-align: center;
  }
  .hd_logo img {
    width: 56.25%;
    min-width: 280px;
  }
}

.hd_btns {
  float: right;
  margin-bottom: 15px;
}

.hd_btns a {
  margin-left: 8px;
}

@media (max-width: 640px) {
  .hd_btns {
    display: none;
  }
}

.hd_spn {
  display: none;
  text-align: right;
}

.hd_spn a {
  display: inline-block;
  margin-right: 3%;
}

.hd_spn .btn1 {
  width: 7.8%;
}

.hd_spn .btn2 {
  width: 38.6%;
}

.hd_spn .btn3 {
  width: 35.2%;
}

@media (max-width: 640px) {
  .hd_spn {
    display: block;
  }
}

.hd_form {
  clear: both;
  float: right;
}

@media (max-width: 640px) {
  .hd_form {
    float: none;
    text-align: center;
  }
}

.hd_form form {
  position: relative;
  display: inline-block;
  width: 268px;
  height: 38px;
  background: url(../../common/images/common/hd_search.png);
}

.hd_form input[type="search"] {
  height: 38px;
  width: 75%;
  margin-left: 7%;
  border: none;
  background-color: transparent;
}

.hd_form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 19%;
  height: 38px;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.hd_form .hd_sitemap {
  display: inline-block;
  margin-right: 20px;
  padding-left: 15px;
  background: url(../../common/images/common/hd_marker.png) left center no-repeat;
}

@media (max-width: 640px) {
  .hd_form .hd_sitemap {
    display: none;
  }
}

.spmenu {
  display: none;
  position: relative;
}

.spmenu a {
  color: #fff;
}

.spmenu ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #5a0600;
  z-index: 2;
}

.spmenu li {
  margin: 0 10px;
  border-bottom: 1px dotted #fff;
}

.spmenu li:last-child {
  border-bottom: none;
}

.spmenu a {
  display: block;
  padding: 12px 0;
}

.gnav {
  box-sizing: border-box;
  min-height: 55px;
  padding: 16px 0;
  box-shadow: inset 0 1px 16px -8px rgba(0, 0, 0, 0.4), 0 1px 10px -8px rgba(0, 0, 0, 0.4);
}

@media (max-width: 640px) {
  .gnav {
    /*    font-size: 10px;
    ul {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
    }*/
    display: none;
  }
}

.gnav li {
  float: left;
  display: table;
  table-layout:fixed;
  box-sizing: border-box;
  width: calc(100% / 6);
  border-left: 1px solid #ccc;

}
.gnav li a {display: table-cell; vertical-align: middle; padding: 0 3px;}

.gnav li:first-child {
  border-left: none;
}

@media (max-width: 640px) {
  .gnav li {
    float: none;
  }
}

.gnav a {
  display: block;
  color: #000;
  text-align: center;
}

.ft {
  padding: 30px 0 50px;
  background: url(../../common/images/common/ft_bg.png);
}

.ft a {
  color: #fff;
}

@media (max-width: 1280px) {
  .ft {
    text-align: center;
  }
}

.ft_unit {
  float: left;
  margin-left: 4.9%;
  text-align: left;
}

.ft_unit:first-of-type {
  margin-left: 0;

}

.ft_unit li:first-child {margin-bottom: 20px;}

@media (max-width: 1280px) {
  .ft_unit {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
/***20170628***vertical-align:top;***/

@media (max-width: 640px) {
  .ft_unit {
    min-width: 174px;
    margin: 0 auto 20px;
  }
}

.ft_unit .arw:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: .5em;
  margin-left: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
}

@media (max-width: 1280px) {
  .ft_mag {
    float: none;
    margin-bottom: 25px;
  }
}

.ft_lowest {
  padding-top: 20px;
}

@media (max-width: 1280px) {
  .ft_lowest {
    text-align: center;
  }
}

.ft_link {
  float: left;
}

.ft_link a {
  display: inline-block;

}

@media (max-width: 1280px) {
  .ft_link {
    float: none;
  }
}

@media (max-width: 1280px) {
  .ft_copy {
    text-align: center;
  }
}

.refresh {
  position: fixed;
  /* right: 100px; */
  right: 30px;
  /* bottom: 100px; */
  bottom: 30px;
}

@media (max-width: 640px) {
  .refresh {
    right: 30px;
    bottom: 30px;
  }
}

.wrap {
  padding: 25px 0 10px;
  background-image: repeating-linear-gradient(90deg, #f5d1e6, #f5d1e6 16px, #f7d8eb 16px, #f7d8eb 32px);
}

.wrap2 {
  padding: 25px 0 30px;
  background-image: repeating-linear-gradient(90deg, #f5d1e6, #f5d1e6 16px, #f7d8eb 16px, #f7d8eb 32px);
}
.path {
  margin-bottom: 15px;
}

.path img {
  vertical-align: middle;
}

.select_body {
  float: right;
  width: 100%;
  margin-left: -250px;
}

@media (max-width: 1280px) {
  .select_body {
    float: none;
    max-width: 967px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 966px) {
  .select_body {
    max-width: 780px;
  }
}

@media (max-width: 779px) {
  .select_body {
    max-width: 641px;
  }
}

.select_base {
  margin-left: 250px;
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 2px 1px 6px -3px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1280px) {
  .select_base {
    margin-left: 0;
  }
}

.select_menu {
  float: right;
  width: 237px;
  margin-right: 13px;
}

@media (max-width: 1280px) {
  .select_menu {
    float: none;
    width: auto;
    max-width: 967px;
    margin: 0 auto;
  }
}

@media (max-width: 966px) {
  .select_menu {
    max-width: 780px;
  }
}

@media (max-width: 779px) {
  .select_menu {
    max-width: 641px;
  }
}

.select_title:before, .menu_title:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 80px;
  height: 15px;
  background: url(../../common/images/common/sparkle.png);
  content: '';
}

.select_title {
  position: relative;
  margin-bottom: 20px;
  padding: 8px 16px;
  background-color: #5a0600;
  color: #fff;
  border-radius: 5px;
}

.select_sort span {
  display: inline-block;
  margin-right: 1em;
}

.select_sort span a {
  color: #fff;
}

.select_sort span.title {
  font-weight: bold;
}

@media (max-width: 640px) {
  .select_sort span.title {
    display: block;
  }
}

.select_sort span.tab {
  width: 8em;
  border-radius: 10px;
  background-color: #f06ab6;
  color: #fff;
  text-align: center;
}

@media (max-width: 640px) {
  .select_sort span.tab {
    margin-bottom: 10px;
  }
}

.select_sort span.on {
  background-color: #e82c8f;
}

.select_sort.small span.tab {
  width: 5em;
}

.up {
  margin-top: -1.5em;
}

.select_note {
  margin-bottom: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #000;
}

.item_list {
  margin: 0 -6px;
}

.select_unit, .item_base {
  border: 1px solid #ffe5f2;
  border-radius: 5px;
  background-color: #fff1f8;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 6px, #ffe5f2 6px, #ffe5f2 7px), repeating-linear-gradient(90deg, transparent, transparent 6px, #ffe5f2 6px, #ffe5f2 7px);
}

.select_unit {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 177px;
  margin: 7px;
  padding: 10px;
  box-shadow: inset 2px 2px 10px -5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 779px) {
  .select_unit {
    margin: 15px;
  }
}

@media (max-width: 640px) {
  .select_unit {
    margin-right: 0;
    margin-left: 0;
    width: 48%;
  }
  .select_unit:nth-child(odd) {
    margin-right: 4%;
  }
}

.select_unit.new:before {
  position: absolute;
  top: -3px;
  left: 6px;
  width: 42px;
  height: 39px;
  z-index: 2;
  background: url(../../deco.select/images/select/ribbon_new.png);
  content: '';
}

.select_unit .tn {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.select_unit .tn.pickup:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 49px;
  height: 18px;
  background: url(../../deco.select/images/select/pickup.png);
  content: '';
}

.select_unit select {
  padding: 4px;
}

.unit_title {
  margin-bottom: 5px;
  color: #e82c8f;
  font-weight: bold;
}

.unit_price {
  text-align: right;
}

@media (max-width: 640px) {
  .btn_sub {
    width: 55%;
    min-width: 240px;
  }
}

.menu_title {
  position: relative;
  height: 47px;
  line-height: 47px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #5a0600;
  color: #fff;
  text-align: center;
}

.sublist {
  padding: 12px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  box-shadow: inset 2px 0 6px -3px rgba(0, 0, 0, 0.4), 1px 1px 6px -4px rgba(0, 0, 0, 0.4);
}

.sublist li {
  border-bottom: 1px solid #ccc;
}

.sublist li:last-child {
  border-bottom: none;
}

.sublist a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.sublist > li > a {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}

.sublist > li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(../../deco.select/images/select/+-.png) 0 0 no-repeat;
  content: '';
}

.sublist > li > a.on {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1280px) {
  .sublist > li > a.on {
    border-bottom-width: 0;
  }
}

@media (max-width: 640px) {
  .sublist > li > a.on {
    border-bottom-width: 1px;
  }
}

.sublist > li > a.on:before {
  background-position: 0 -13px;
}

.sublist ul a {
  padding-left: 2.5em;
  background: url(../../deco.select/images/select/cat_marker.png) 1em center no-repeat;
}

@media (max-width: 1280px) {
  .sublist ul li {
    float: left;
    margin-right: 1em;
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  .sublist ul li {
    float: none;
    margin-right: 0;
  }
}

.item_base {
  display: -webkit-flex;
  display: flex;
  padding: 25px;
}

@media (max-width: 1280px) {
  .item_base {
    display: block;
  }
}

.item_base > div {
  box-sizing: border-box;
  width: 50%;
}

@media (max-width: 1280px) {
  .item_base > div {
    width: auto;
  }
  .item_base > div.item_spec {
    max-width: 478px;
    margin: 50px auto 0;
  }
}

.item_pic {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 1280px) {
  .item_pic {
    display: block;
    text-align: center;
  }
  .item_pic img {
    height: auto;
    max-width: 200px;
  }
}

.item_spec {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 6px -4px rgba(0, 0, 0, 0.4);
}

.item_spec dl {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: inset 2px 2px 4px -3px rgba(0, 0, 0, 0.4), 2px 2px 4px -3px rgba(0, 0, 0, 0.4);
}

.item_spec dt {
  float: left;
  width: 10em;
  padding-top: 10px;
  font-weight: bold;
  text-indent: 1em;
}

@media (max-width: 567px) {
  .item_spec dt {
    float: none;
    width: auto;
  }
}

.item_spec dd {
  padding: 10px 0 10px 10em;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 567px) {
  .item_spec dd {
    padding-left: 0;
    text-indent: 1em;
  }
}

.item_spec .date {
  font-size: 16px;
  font-weight: bold;
}

.item_spec .sale {
  color: #c10303;
  font-weight: bold;
}

.item_spec select {
  padding: 4px;
}

.item_msg {
  color: #e82c8f;
  font-weight: bold;
}

.action {
  margin-bottom: 10px;
}

.social {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.social a {
  display: block;
  max-width: 33%;
}

.pager {
  margin: 30px;
  text-align: center;
}

.pager a {
  display: inline-block;
  margin: 0 5px;
  padding: 1px 5px;
  background-color: #eee;
  font-size: 16px;
}

/*# sourceMappingURL=maps/style.css.map */
