@charset "utf-8";
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
  margin-top: 40px;
}
.ec-sliderRole {
  padding: 0;
  max-width: 100%;
  position: relative;
}
.sec {
  margin-bottom: 40px;
}
#recomend_area_inner {
  display:flex;
}
.recomendleft {
  width:25%;
  padding:0 8px;
}
.productImage img {
  max-width:100%;
}
#top_info {
  font-size:16px;
}
#top_info span {
  margin-right:24px;
}
.ploduct_img img {
  max-width:100%;
}
div#mainMenu ul li:hover .sub_menu01,
div#mainMenu ul li:hover .sub_menu02 {
  display:block;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
#recomend_area_inner {display: flex;flex-wrap: wrap;}
  .recomendleft {
  width: 50%;
  padding: 4px;
}
#top_category ul {
  max-width:100%;
}
}
@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
    width: 100%;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    width:100% !important;
}
.tbl-r02 th {
  border-bottom: none !important;
}
#table01 th {
  width: 100% !important;
}
}

#table01 {
  width:100%;
}
#table01 tr {
}
#table01 th,
#table01 td {
  padding: 24px 0;
  border: 1px solid #b5b1b1;
  text-align: center;
}
#table01 th {
  width: 30%;
  background: #e8e8e8;
  text-align: center;
}
.tbl-r02,
.tbl-r03 {
    width: 100%;
  margin-bottom:16px;
}
.tbl-r02 th,
.tbl-r03 th {
  background: #e8e8e8;
  border:1px solid #000;
  padding: 16px;
  width: 50%;
  text-align: center;
}
.tbl-r02 td,
.tbl-r03 td {
  padding:16px;
  border:1px solid #000;
}

p {
  margin-bottom: 16px;
  font-size:16px;
}
h1, h2, h3, h4, h5 {
  margin-bottom: 16px;
  font-weight: 600;
}
h3 {
  font-size: 22px !important;
}

/* slide */
.prev-arrow {
  width: 32px !important;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.next-arrow {
  width: 32px !important;
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.prev-arrow:hover,
.next-arrow:hover {
  opacity:0.8;
}

@media screen and (min-width:800px) {
.pcNone {
	display: none;
}
.ec-itemNav__nav li {
  float: none;
  border-bottom: dotted 1px #ccc;
  margin: 8px auto;
  padding: 8px 0;
}
.ec-itemNav__nav li ul {
  border:none;
  top: 0;
}
.ec-itemNav__nav li ul li {
  border:none;
  padding:0;
  margin-left:200px;
  margin: 0 0 0 200px;
  left: 200px;
}
.ec-itemNav__nav li ul li ul li {
  left:0;
}
.ec-itemNav__nav li ul li a:hover,
.ec-itemNav__nav li ul li ul li a:hover {
  opacity:1;
}
.ec-itemNav__nav li ul li a:before {
  display:none;
}
.ec-itemNav__nav li ul li a {
  color:#fff !important;
  padding: 12px !important;
  margin: auto;
  text-align: center;
}
.ec-itemNav__nav {
  display: unset;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel,
.ec-blockBtn--cancel:hover {
  color: #fff !important;
}
}

@media screen and (max-width: 800px) {
.spNone {
	display: none;
}
.ec-layoutRole {
	margin-top:64px;
}
.ec-numberInput {
	margin-bottom:16px;
}
.ec-contactRole {
  margin-bottom: 40px;
}
.ec-headerNavSP,
.ec-drawerRoleClose {
  top:56px;
  background: #00a669;
  color: #fff;
}
.ec-drawerRole,
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-drawerRole .ec-headerLinkArea {
  background: #00a669;
}
}

/* おせちカテゴリ非表示 */
.cate113 {
  display: none;
}
