#shop-cart-button-container {
  float: right;
  width: 200px;
}

#menu-button{   
  position: fixed;
  z-index: 99;
  left: 10px;
  top: 50px;
}

#shop-cart-button {
  position: fixed;
  z-index: 99;
  top: 50px;
  right:0;
}
@media screen and (min-width: 35.5em){
  #shop-cart-button {
    top: 55px;
  }
}

.shop-main {
  font-size: 14px;
}

.shop-menu-button {
  margin: 5px;
}

.shop-search-box,
.shop-deliver-area {
  box-sizing: border-box;
  background-color: #fff4ee;
  border: #ffd6bd 4px solid;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 35.5em){
  .shop-search-box,
  .shop-deliver-area {
    padding: 30px;
  }
  .shop-search-box-list{
    width: 23%;
  }
  .shop-search-box-price{
    width: 31%;
  }
}
.shop-search-item {
  padding: 5px;
  text-align: left;
}

.shop-search-box .serch-button{
  border-top: 1px solid #ffd6bd;
  margin-top: 5px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.shop-about-deliver-area {
  padding: 5px 5px 20px 5px;
  /*max-width: 700px;*/
}

.contact-area{
  box-sizing: border-box;
}
.contact-area div{
  box-sizing: border-box;
}
.shop-tel-box-wrap{
  padding-right: 0px;
}
.shop-tel-box{
  box-sizing: border-box;
  border: #fff2ac 2px solid;
  background: #fffcf0;
  padding: 15px;
  text-align: center;
  border-radius: 3px;
}
@media screen and (min-width: 35.5em){
  .shop-tel-box-wrap{
    padding-right: 20px;
    width: 74%;
  }
  .button-area{
    width: 25%;
  }
}

.shop-tel-box .tel{
  font-size: 30px;
  justify-content: center;
}
.shop-tel-box .tel svg{
  margin-right: 10px;
}
.shop-tel-box .tel a{
  color:black;
}
.shop-service {
  border: 4px solid #FCD008;
  border-radius: 2px;
  background: #fffdf1;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 30px;  
}

.shop-service h2 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  height: 30px;
}
.shop-service h2 svg{
  height: 30px;
  width: 30px;
}
.shop-service p{
  font-size: 16px;
}

.shop-top-image{
  padding: 0 0 20px 0;
  line-height: 0;
}
.shop-top-image img {
  margin: auto;
} 
@media screen and (min-width: 35.5em){
  .shop-top-image {
    padding: 30px 0 20px 0;
  }
  
 .shop-service h2 {
   margin-bottom: 0px;
 }  
}

.shop-top-comment {
  box-sizing: border-box;
  background-color: #fff4ee;
  padding: 30px;
  font-size: 16px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 5px;
}

.shop-deliver-area .headline{
  padding: 0 5px;
}
.shop-deliver-area .headline svg{
  margin-right: 15px;
}

.shop-deliver-area-select-container {
  padding: 0 5px;
}

.shop-deliver-area-message-container {
  padding: 0 5px;
}
.shop-deliver-area-message {
  height: 100%;
  position: relative;
  padding: 5px 5px 5px 5px;
  color: #d90000;
  font-weight: bold;
  vertical-align: middle;
  background: #fff;
  border-radius: 5px;
}
.shop-deliver-area-message svg {
  margin-right: 10px;
  width: 66px;
}
.shop-deliver-area-message .text{
  width: calc(100% - 78px);
}

.shop-cart-item .fs-dropdown-selected{
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.shop-cart-item .fs-dropdown-selected select{
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0 40px 0 15px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
  background: none;
}
.shop-cart-item .fs-dropdown-selected select::-ms-expand {
  display: none;
}
.shop-cart-item .variations{
  text-align: right;
}
.shop-cart-item .variation{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  margin: 5px 0;
  border: solid 1px #ffd6bd;
  border-radius: 3px;
}
@media screen and (min-width: 35.5em){
  .shop-cart-item .variation{
    width: 80%;
  }
}

.shop-item-num-container .item-num{
  border: solid 1px #ffd6bd;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.shop-item-num-container .lad{
  border: solid 1px #ffd6bd;
  text-align: center;
  height: 32px;
  width: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: #f0efeb; /* Old browsers */
  background: -moz-linear-gradient(top, #fbfaf6 0%, #f0efeb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbfaf6 0%,#f0efeb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbfaf6 0%,#f0efeb 100%); 
}

.shop-item-num-text{
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 35.5em){
  .shop-item-num-text{
    display: inline;
    width: auto;
    text-align: left;
  }
}

.shop-item {
  margin: 10px;
}

.shop-item-image-container {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.shop-item-image {
  width: 100%;
  height: 100%;
  padding-top: 75%;
  position: relative;
}

.shop-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  top: 0px;
  left: 0px;
  object-fit: cover;

}

.shop-item-row {
  font-size: 14px;
}

.shop-item-row a{
  color: #0033ff;
  font-weight: bold;
  border: none;
}

.shop-item-top-area{
  text-align: right;
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.shop-item-child-category {
  text-align: center;
}

.shop-item-num-container {
  padding-top: 5px;
}

.shop-item-cart-button {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.shop-voice-contents {
  margin-top: 10px;
}

@media screen and (min-width: 35.5em) {
  .shop-voice-item {
    box-sizing: border-box;
    padding-right: 10px;
  }

  .shop-voice-item:nth-child(2n){
    padding-left: 10px;
    padding-right: 0px;
  }
}

.shop-voice-container{
  background-color: #fffcf0;
  margin-bottom: 20px;
  padding: 30px;
}

.shop-voice-container .comment {
  position: relative;
  padding-left: 40px;
}

.shop-voice-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}

.shop-guide-box{
  border: 4px solid #e5e5e5;
  padding: 30px 30px 30px 10px;
  margin-bottom: 30px;
}

.shop-guide-container {
  position: relative;
  margin-bottom: 20px;
  margin-left: 25px;  
}

.shop-voice-container .data{
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #f4e9bd;
  border-bottom: 1px solid #f4e9bd;
  margin-bottom: 10px;
}

.shop-guide-icon {
  position: absolute;
  top: 10px;
  left: 5px;
}

.shop-guide-container h3{
  display: flex;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  margin-bottom: 10px;
}

.shop-guide-container h3 svg{
  margin-right: 10px;
}


@media screen and (min-width: 35.5em) {
    .shop-info-img{
      padding-right: 30px;
    }

}

.shop-detail-thumbnail {
  padding: 5px;
}

.shop-detail-thumbnail img {
  width: 100%;
  height: 100%;
}

.shop-detail-main-image {
  text-align: center;
}

.shop-detail-main-image img {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.shop-detail-image-prev {
  background-image: url(../images/ico_view_prev.png);
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
}

.shop-detail-image-next {
  background-image: url(../images/ico_view_next.png);
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
}

.shop-item-right{
}
.shop-item-right .button-row{
  padding: 10px 0;
}
.shop-detail-thumbnail-thumbnail-wrap{
  margin-top: 10px;
}
@media screen and (min-width: 35.5em){
  .shop-item-right{
    box-sizing: border-box;
    padding-left: 60px;
  }
  .shop-detail-thumbnail-thumbnail-wrap{
    margin-top: 20px;
  }
  .shop-item-right .button-row{
    padding: 20px 0;
  }
}

.shop-detail-info-row .variation-row{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 0px;
  font-size: 16px;
}
.shop-detail-info-row .variation-row .fs-dropdown-selected{
  width: 50%;
  margin-left: 5px;
}

.shop-detail-desc {
  padding: 5px;
}

.shop-item-text{
  border: 4px solid #e5e5e5;
  padding: 15px 0;
  margin-top: 15px;
}
.shop-detail-desc h3 {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.shop-detail-desc{
  padding: 0 15px;
  margin-bottom: 20px;
}
.item-icons .icon{
  display: inline-block;
  background-color: #fff4ee;
  color: #ff6300;
  font-weight: bold;
  width: 95%;
  padding: 8px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 35.5em){
  .shop-item-text{
    padding: 30px;
    margin-top: 30px;
  }
  .shop-detail-desc{
    padding: 0 30px;
  }
}

.shop-search-item input {
  font-size: 16px;
}

.shop-search-item-price {
  margin-top: 10px
}

.shop-search-item-price input {
  height: 36px;
  border: 1px solid #ffd6bd;
  border-radius: 3px;
}
.fs-dropdown-selected{
  border: 1px solid #ffd6bd;
  border-radius: 3px;
}

.shop-deliver-area-select-container .fs-dropdown-selected {
  font-size: 18px;
  height: 48px;
}

.shop-page-top {
  margin-top: 10px;
  text-align: right;
}

/*menu*/
.off #on-wrap{
  display: none;
}
.on #on-wrap{
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  animation: fade 0.3s linear;
}
.menu-list{
  position: fixed;
  height: auto;
  left: -100%;
  top: 0;
  z-index: 101;
  width: 200px;
  max-width: 80%;
  height: 100%;
  background-color: #6e6e6e;
  padding: 20px;
  font-size: 20px;
}
.menu-list.on{
  left: 0;
  animation: menu-open 0.3s linear;
}
.menu-list.off{
  animation: menu-close 0.3s linear;
}
.menu-list a{
  color: #fff;
  padding: 10px 0;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  border: none;
}
.menu-list a path{
  fill: #fff;
}
.menu-list a svg{
  width: 30px;
  margin-right: 10px;
}
@keyframes menu-open {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes menu-close {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 35.5em){
  #gm .wrap{
    display: flex;
  }
  .menu-list{
    position: relative;
    top: 0;
    left: 0;
    background: url(../images/menu_bg.jpg) repeat-x;
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 0;
    z-index: 2;
  }
  .menu-list .menu{
    -webkit-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    box-sizing: border-box;
    height: 60px;
    text-align: center;
    border-left: #e5e5e5 1px solid;
  }
  .menu-list .menu:last-child{
    border-right: #e5e5e5 1px solid;
  }
  .menu-list .menu a{
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 60px;
    padding: 15px 0;
    line-height: 30px;
    border: none;
    transition: 0.3s;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
  }
  .menu-list .menu a svg{
    float: none;
  }
  .menu-list a path{
    fill: #F17225;
  }
  .menu-list .menu a .text{
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    /*margin-left: 10px;*/
    margin-top: 3px;
  }
  .menu-list .menu a:hover{
    background-color: rgba(255, 255, 255, 0.3);
  }
  .menu-list .menu a .menu-wrap{
    display: inline-block;
  }
  .menu-list.on{
    animation: none;
  }
  .menu-list.off{
    animation: none;
  }
}

/*商品詳細*/
.item-block{
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 35.5em){
  .item-block{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
  
/*右上カート*/
#cartbtn_area_select,
#cartbtn_deliver_date{
  display: none!important;
}

/*フォーム*/
.error_message {
  display: inline-block;
  color: red;
  border: 1px solid #F00;
  padding: 2px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
}

.shop-main .pure-g .shop-item-container {
  position: relative;
  padding-bottom: 170px;
}

.shop-cart-number:not(.shop-detail-info-row) {
  box-sizing: border-box;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  position: absolute;
  left: 0;
  bottom: 115px;
}
.shop-item-cart-button {
  box-sizing: border-box;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  position: absolute;
  left: 0;
  bottom: 55px;
}
.shop-item-cart-button iframe {
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0;
  bottom: -50px;
}

ul.pageNav {
    /zoom: 1;
    overflow: hidden;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    font-size: 0;
}
ul.pageNav li {
    display: inline-block;
    margin: 0;
    position: relative;
}
ul.pageNav li:not(:first-child):not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 60%;
    border-right: solid 1px #ccc;
}
ul.pageNav li:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 60%;
    border-right: solid 1px #ccc;
}
ul.pageNav li span,
ul.pageNav li a {
    display: block;
    text-align: center;
    padding: 5px 5px;
    color: #00c;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
ul.pageNav03 li a:hover {
    background: #ffc;
}
@media screen and (max-width:568px) {
  ul.pageNav {
    margin-bottom: 60px;
  }
