/*お知らせ*/
#box_info {
  position: relative;
  height: 46px;
}
#box_info img{
  width: 100%;
  height: 46px;
  object-fit: cover;
  position: fixed;
  z-index: 99999;
}
@media (max-width: 1100px) {
#box_info {
  display: none;
}
}

/* ************************************************
*  layout
* ************************************************ */
#container {
  margin: 0 auto;
  width:1100px;
  text-align:left;
}
@media (max-width: 768px) {
#container {
  width:100%;
} 
#main {
  width:95%;
  margin: 0 auto;
} 
#container > #main{
    padding-left: 0;
    padding-right: 0;
  }

}
#main {
  width: 850px;
  padding-top: 30px;
}
@media (max-width: 600px) {
  #main {
    width: 95%;
    padding-top: 0;
  }
  #container > #main{
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px;
  }

}
#side {
  width: 230px;
  padding-right: 20px;
  padding-top: 30px;
}
@media (max-width: 1100px) {
  #side{
  width: 95%;
  margin: auto;
  padding: 0;
  }
}



/* ************************************************
*  header
* ************************************************ */
#header{
  clear:both;
  padding: 10px 0;
  border-bottom: 2px solid #67a538;
}
@media (max-width: 1100px) {
  #header{
  	border-bottom: 0;
  }
}
#header .header-inner{
  max-width: 1100px;
  margin: auto;
}
#header .header-top{
  overflow: hidden;
}
#header .header-inner h1{
line-height: 1.5;
font-weight: normal;
font-size: 16px; 
display:flex;
}
@media (max-width: 1100px) {
#header{
  padding: 0;
}
#header .header-inner{
  width: 95%;
}
#header .header-inner h1{
font-size: 12px;
line-height: 1.5;
  display: block;
}
#header .header-top{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
          margin-top: 0;
}
}
#header .logo {
  float:left;
}
#header .logo a {
  display: flex;
  -webkit-align-items: flex-start;  /* Safari etc. */
  -ms-align-items    : flex-start;  /* IE10        */
  align-items        : flex-start;
}
#header .logo img {
  max-width: 223px;
  width: 100%;
}

@media (max-width: 1100px) {
#header .logo {
  text-align: center;
  margin-top: -55px;
}
#header .logo a {
  display: block;
}
#header .logo img {
  max-width: auto;
  width: 40%;
  margin: auto;
}
}
#header .logo-info{
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  line-height: 1.5;
}
@media (max-width: 1100px) {
#header .logo-info{
  font-size: 12px;
  text-align :center;
  margin-left: 0;
  margin: 5px 0 0;
}
}
#header .header_link {
  float: right;
}
#header .header_link ul {
  display:flex;
  align-items: center;
  justify-content: center;
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  line-height: 16px;
  vertical-align: middle;
}
#header .header_link ul li:first-child {
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
#header .header_link ul li a {
  font-size: 12px;
}
#header .header_link ul li a .icon{
  display: block;
  height: 30px;
  margin-bottom: 5px;
}
#header .header_link ul li a .icon img{
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  display: block;
}
@media (max-width: 1100px) {
#header .header_link ul{
  justify-content: flex-end;
  padding-top: 25px;
}
#header .header_link ul li a .icon{
  margin-bottom: 0;
}
}

.view_cart {
position:relative; 
}
.header-tools__count {
position:absolute;
font-size: 14px;
top:16px;
right:9px;
color: #930808;
}
@media screen and (max-width: 1112px) {
.header-tools__count {
right:0;
top:18px;
}
#header .header_link ul li a{
font-size: 0;
}
}

/* ハンバーガーメニュー */
@media (max-width: 1100px) {
  #header.is-open .header_menu{
    transform: translateX(0);
    opacity: 1;
  }
}
.button-hamburger {
  position: absolute;
  left: 2.5%;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  z-index: 35000;
  /* margin: auto 0; */
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none; /* Chrome, Safari, Opera, Android */
     -moz-appearance: none; /* Firefox */
          appearance: none; /* IE非対応 */
}
.is-open .button-hamburger{
  position: fixed;
}
@media screen and (min-width: 1100px) {
  .button-hamburger {
    display: none;
  }
}
.openbtn{
  position: relative;
  cursor: pointer;
  width: 50px;
  height:50px;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 5px;
  height: 2px;
  border-radius: 5px;
  background: #000;;
  width: 70%;
}
.openbtn span:nth-of-type(1) {
  top:13px; 
}
.openbtn span:nth-of-type(2) {
  top:21px;
}
.openbtn span:nth-of-type(3) {
  top:29px;
}
.openbtn span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:-2px;
  color: #000;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.openbtn.active span:nth-of-type(1) {
  top: 10px;
  left: 5px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 22px;
  left: 5px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(3)::after {
  content:"Close";
    transform: translateY(0) rotate(-45deg);
  top:8px;
  left:9px;
}  

#header .header_menu {
  float: right;
  margin-top: 10px;
}
#header .header_menu ul {
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
}
#header .header_menu ul i {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 135%;
}
#header .header_menu ul li {
  border-right: 1px solid #ddd;
  margin-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  vertical-align: middle;
}
#header .header_menu ul li:last-child {
  border-right: none;
}
#header .header_menu ul li a {
  text-decoration: none;
}
#header .header_menu ul li a:hover{
  color: #67a538;
}
@media (max-width: 1100px) {
#header .header_menu {
  margin-top: 0;
  float: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 30000;
  opacity: 0;
  transform: translateX(100%);
  transition: transform .3s, opacity .3s;
  overflow:scroll;
}
#header .header_menu h2{
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.1em;
  display: flex;
}
#header .header_menu h2 img{
  display: block;
  float: left;
  width: 150px;
  margin-left: 5px;
  margin-right: 15px;
}
#header .header_menu ul {
  max-width: 100%;
  float: none;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header .header_menu ul li {
  margin-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #2f0f04;
  border-right: 0;
  border-bottom: solid 1px #bbbbbb;
}
.header_menu a{  
  padding: 1em 0; 
  display: block;
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: -8px;
  transform: rotate(45deg);
}
.header_menu .nav-item a.open{  
  display: block; 
  pointer-events: none;
}
.header_menu .nav-item .nav-item_sub a{  
  background: #ffffe0;
  display: block; 
}
#header .header_menu ul .nav-item .nav-item_sub ul {
  padding: 0;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:first-child {
  border-top: solid 1px #bbbbbb;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:last-child {
  border-bottom: 0;
}
}

/*グローバルメニュー*/
.global_menu ul {
  max-width: 100%;
  display: flex;
  align-items: center;  
  justify-content: center; 
}
.global_menu ul li {
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 24.9%;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  color: #2f0f04;
  background: #f3f3f3;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.global_menu ul li:last-child {
  border-right: none;
}
.global_menu ul i {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 135%;
}

/* ************************************************
*  side
* ************************************************ */
#side .box {
  margin-bottom: 30px;
  word-wrap: break-word;
}
#side h2 {
  font-weight: bold;
  font-size: 1.17em;
}
.box_default ul li div{
  position: relative;
  padding: 0.7em 0 0.6em;
  text-align: left;
}
.box_search {
  position: relative;
  margin: 20px 0;
  margin-top: 0;
  width: 200px;
}
.box_search i {
  position: absolute;
  top: 20px;
  left: 15px;
}
.box_search input{
  padding: 15px 0 15px 0;
  background: none;
  text-align: center;
  border: solid 2px #333;
  border-radius: 5px;
  width: 200px;
  max-width: 200px;
}
.search_word {
  border: 1px solid #67a538;
  margin-right: 10px;
  display: inline-block;
  padding: 0px 7px;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #67a538;
}
.search_word a{
  color:#008000;
}
.search_word a:hover{
  opacity: 0.7;
}
@media (max-width: 1100px) {
  .box_search{
    width: 100%;
  }
  .box_search input{
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .search_word{
    font-size: 12px;
    padding: 2px 10px;
  }
}

#side .box ul li {
  padding: 0 0 0 8px;
}
#side .box ul li:hover{
  background-color: #f4f4bd;
  border-radius: 5px;
}

#side_recommend_box .item_box .item_detail p.item_price{
  color: #c1143a;
}
.box_contents {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}
.box_contents img{
  margin: 0.5rem auto;
}

@media (max-width: 768px){
#side_recommend_box .item_box {
width: 100%;
}
}

/* ************************************************
*  footer
* ************************************************ */
#footer {
  clear:both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
}
#footer h2 {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 1.5em;
  font-weight: normal;
}
ul.foot_policy{
  display: flex;
  margin-bottom: 40px; 
}
ul.foot_policy li{
  width: 33.3%;
  padding: 0 1rem;
}
ul.foot_policy h3, ul.foot_contact_box h3 {
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 5px 0;
  text-align: center;
}
ul.foot_policy li img{
  margin: 2rem auto;
  width: 60px;
}
ul.foot_policy li p{
  font-size: 0.9em;
  line-height: 23px;
  letter-spacing: 0.1em;
  margin: 1rem 0;
}
ul.foot_policy li .more {
  font-size: 0.9em;
  margin-top: 40px;
  text-decoration: underline;
  float: right;
}
@media (max-width: 1100px) {
#footer h2 {
  font-size: 1.17em;
}
ul.foot_policy{
  display: block;
}
ul.foot_policy li{
  width: 100%;
  padding-bottom: 4rem;
}
}
ul.foot_contact_box h3  {
  background-color: #fafafa;
}
ul.foot_contact_box{
  display: flex;
} 
ul.foot_contact_box li{
  width: 50%;
  padding: 0 1rem;
}
ul.foot_contact{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul.foot_contact li{
  width: 100%;
  padding: 1rem 0.3rem;
}
ul.foot_contact li p {
  text-align: center;
}
ul.foot_contact li .tell {
  font-size: 1.8em;
  line-height: 2;
  display: block;
  text-align: center;
}
ul.foot_contact li .sales {
  display: block;
  text-align: center;
}
#footer .btn {
  font-size: 1.1em;
  line-height: 1.5;
  position: relative;
  padding: 0.9rem 1em;
  float: left;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  border: 1px solid #bbb;
}
#footer .btn span{
  color: #4a4a4a;
  font-weight: normal;
}
@media (max-width: 1100px) {
ul.foot_contact_box{
  display: block;
} 
ul.foot_contact_box li{
  width: 100%;
}
ul.foot_contact{
  display: block;
}
ul.foot_contact li{
  width: 100%;
  padding: 1rem 0.3rem;
}
#footer .btn {
  width:100%;
  clear: both;
  margin-bottom: 1.5rem;
}
}
.caution {
  margin-top: 0px;
  padding-top: 20px;
}
.caution a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  height: 40px;
  width: 50%;
  margin: 1rem auto;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}
.caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
.caution a {
  width: 95%;
  font-size: 0.8em;
}
.caution a::before {
  left: 10px;
}
}
.footer_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  margin: 2rem 0;
}
.footer_menu li {
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.footer_menu li:last-child {
  border-right: none;
}
@media (max-width: 1100px) {
.footer_menu li {
  padding: 0 3px;
}
} 
#p-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

#sistershop {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding: 15px 0;
  color: #666;
  margin: auto;
}
@media (max-width: 1100px) {
#sistershop {
  width: 95%;
}
}
.copyright {
  font-size: 0.8em;
  text-align: center;
  padding: 1rem 0;
}




























/* ************************************************
*  all
* ************************************************ */


* {
  margin: 0px;
  padding: 0px;
}
html {
  overflow-y: scroll;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  text-align:left;
  font-size: 15px;
  font-family:'メイリオ', 'Meiryo', sans-serif; serif;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}
a {
  outline: none;
  color: #333;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#company a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}
img {
  border: none;
  vertical-align: middle;
}

.br-2{
    display: block;
    content: '';
    height: 1.5em;
}

.red{
  color: #ff0000;
}

p {
  margin: 0 0 10px;
}
/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}


hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}



/* ************************************************
*  main
* ************************************************ */

.header_block{
  clear: both;
  padding: 0.4em 0 0.4em 0.8em;
  margin-bottom: 10px;
  border-left:4px solid #67a538;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h2{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  width: 200px;
  vertical-align:top;
  margin-right: 8px;
  /display:inline;
  /zoom:1;
}
@media screen and (max-width: 1024px) and (min-width: 769px){
  .item_box{max-width: calc(25% - 15px);}
}

.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
}
.item_box .item_detail {
  margin: 0;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
/*   text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; */
}

.item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 0.8em;
  text-align: left;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  font-size: 0.9em;
  font-weight: bold;
  color: #c1143a;
  text-align: right;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h1.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 768px) {
h1.product_name {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  border-bottom: 0;
}
}
h2.recommend_item {
  margin-bottom: 0.8em;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  width: 100%;
}

.product_detail_area {
  position: relative;
  width: 100%;
}
.product_detail_area p{
  margin-bottom: 15px;
}

.product_detail_area .source {
  width: 100%;
  padding: 15px 20px;
  background-color: #f6f6f4;
  text-align : initial;
}
.product_detail_area .source span{
  display: block;
  margin-right: 20px;
}
.product_detail_area h2 {
  font-size: 1.18em;
  text-align : initial;
}
.product_detail_area h3 {
  font-size: 15px;
  text-align : initial;
}
.product_detail_area .attention {
  background-color: #f7eded;
  border: 1px solid #e9cfcf;
  padding: 15px 20px;
  margin: 10px 0 20px 0;
}

.product_images {
  margin-top: 10px;
  margin: auto;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  overflow: hidden;
  margin-top: 10px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 0;
  width: 35%;
  font-weight: normal;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  font-size: 17px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 22px;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  line-height: 26px;
  /* border-bottom: 1px solid #ddd; */
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}
.product_button_area {
  border-bottom: #ccc solid 1px;
  margin-bottom: 40px;
}
.product_link_area {
  margin: 20px 0 0;
}


.share{
  margin: 15px 0 0;
}
.share li{
  display: inline-block;
  float: left;
  max-width: 100px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  商品詳細ページ 説明内容
* ************************************************ */
.ex{
line-height: 1.7;
}
@media (max-width: 768px) {
.ex{
text-align: left;  
}
}

.ex p {
  text-align : initial;
}
.ex li {
  padding: 15px;
  box-sizing: border-box;
  text-align : initial;
}
ul.ex, ul.ex_left {
  display: flex;
  padding-bottom: 20px;
}
ul.ex li, ul.ex_left li{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
ul.ex_left li:first-child{
  width: 40%;
}
.ex img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
ul.ex, ul.ex_left {
  display: block;
}
ul.ex li, ul.ex_left li{
  padding: 15px 0;
  width: 100%;
}
}

.purple_ex {
  background:#6a3f9e;
  color:#fff;
  padding: 30px;
  box-sizing:border-box;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 768px) {
.purple_ex {
  text-align: left;
}
}

.flow {
  border: 3px solid #67a538;
width: 100%;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid #67a538;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #67a538;
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000;
 flex-basis: 30%;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dt img {
  margin: auto;
}

.flow > li dl dd {
 flex-basis: 70%;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: #67a538;
  background: -moz-linear-gradient(to right, #67a538 0%,rgb(193 219 187) 100%)
  background: -webkit-linear-gradient(to right, #67a538 0%,rgb(193 219 187) 100%)
  background: linear-gradient(to right, #67a538 0%,rgb(193 219 187) 100%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

@media (max-width: 768px) {
.flow > li {
  padding: 25px 15px 15px;
}
.flow > li dl {
  display: block;
}
.flow > li dl dt {
 flex-basis: 100%;
}
.flow > li dl dd {
 flex-basis: 100%;
}
}



/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 125px;
  height: 125px;
  cursor: pointer;
}
.zoom-tiny-image {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
  color: #3d3935;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.pageNav{
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.pageNav span{
  margin: 0 10px;
}
.pageNav a{
  display: inline;
  padding:10px 15px;
  border:1px #ccc solid;color:#000053;
  border-radius: 5px / 5px;
  margin: 0 -10px;
}
.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  padding: 10px;
  margin: 0 10px 10px 0;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

@media (max-width: 959px) {
.sub_category_area,
.sub_group_area {
  width: 90%;
  margin: 0 auto 20px auto;
}
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background: #f6f6f4;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy, company
* ************************************************ */

#policy, #company {
  line-height: 1.8;
  font-size: 14px;
}

#company h1 {
  position: relative;
  margin:25px 0;
  color: #67a538;
  text-align: left;
  font-size: 30px;
  border-bottom: solid 2px #67a538;
  font-weight: normal;
}
#policy h1, #company h2 {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  font-weight: normal;
  width: 100%;
}
  #policy h2 {
  font-size: 17px;
}
  #policy h3 {
  font-size: 14px;
}
@media (max-width: 768px) {
#policy, #company {
  width: 95%;
  margin: auto;
}
  #company h1 {
  font-size: 26px;
}
  #policy h1, #company h2 {
  font-size: 20px;
}
  #policy td {
    text-align:left;
}
}
.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 30px;
}
.sk_box h2 {
  margin-bottom: 0.5em;
  font-size: 15px;
  color: #806e6f;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #e0e0de;
  border-left: 1px solid #e0e0de;
  border-right: 1px solid #e0e0de;
  border-collapse: separate;
  empty-cells:show;
}
.sk_box th {
  padding: 10px 15px 10px 15px;
  width: 170px;
  text-align: left;
  background-color: #f7f7f5;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 10px 15px;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #e0e0de;
}
.sk_box th,
.sk_box td:fast-child {
  border: none;
}
@media (max-width: 768px) {
.sk_box table {
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #e0e0de;
}
.sk_box th {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e0e0de;
  display: inline-block;
  text-align: center;
}
.sk_box td {
  padding: 10px 0;
  text-align: center;
  border: none;
  display: block;
  width: 90%;
  margin: auto
}
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}
#payment_method img {
  width: 140px;
  margin-bottom: 10px;
  display: inline;
}
#payment_method .payment_img {
  width: 30px;
}
#payment_method .nppay_img {
  width: 468px;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 478px) {
#payment_method .nppay_img {
  width: 100%;
}
}




/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-width: 60%;
  text-align : initial;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
  box-sizing: border-box;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footstamp p{
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}
.footstamp a {
  color: #999;
}
@media (max-width: 768px) {
.footstamp {
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-bottom: 0;
}
.footstamp p{
  margin-right: 10px;
}
}
.sort {
  margin-left: auto;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}
.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}
@media (max-width: 768px) {
.sort {
  font-size: 0.9em;
  margin-bottom: 10px;
  text-align: center;
}
.pager {
  margin: 10px 0 20px 0;
}
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
}

.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 10px 20px 20px 0;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #696969;
}
.to_top:hover {
  text-decoration: none;
  color: #3F5B2A;
  border-color: #67a538;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 15px;
  border-radius: 3px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}






















/* ************************************************
*  free_page
* ************************************************ */


.two {
  display: flex;
}
.two li{
  width: 47%;
  margin: 0 10px;
  padding: 15px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
.two {
  display: block;
}
.two li{
  width: 90%;
  margin: 0 auto;
}
}

#free_page .free_title {
  display: inline-block;
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin: 20px 0 15px 0;
  color: #3d3935;
  text-align: left;
}
#free_page img {
  width: 100%;
  margin: 10px 0;
}
#free_page .attention {
  color: red;
  text-decoration: underline;
}
.information h2 {
  display: block;
  font-size: 1.3em;
}
.information {
  background-color: #fbfbe9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0 0;
}
.information div{
  display: block;
  margin: 15px 0;
}
.information li{
  margin: 0 0 5px 0;
}
.information a{
  text-decoration: underline;
}
.information dt{
  float: left;
	 padding: 2.5px;
}
.information dd{
	 padding: 2.5px;
}
.information .ul-in ul li,
.information .ul-in ol li{
  padding: 0 0 0 1em ;
}
#free_page .entrytime {
  display: block;
  margin: 10px 0;
  text-align: right;
  font-size: 1em;
}

@media (max-width: 768px) {
#free_page {
  width: 95%;
  margin: auto;
  padding-bottom: 50px;
}
#free_page .free_title {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  font-size: 20px;
}
}


/* アレンジレシピ */
.arrange_recipe_title {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
  margin: 30px 0;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #67a538;
}
.arrange_recipe_title span{
  margin-left: 35px;
  font-size: 1.2em;
}
.arrange_recipe_title:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.arrange_recipe {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.arrange_recipe a{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px 10px;
  margin-right: 20px;
  max-width: 25%;
}
.arrange_recipe a:last-child{
  margin-right: 0;
}
.arrange_recipe h4{
  font-size: 0.9em;
  margin-top: 15px;
  margin-left: 5px;
}



.lp {
  max-width:1100px;
  margin:auto;
  text-align: center;
}

.lp ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.lp ul li{
  width: 45%;
  margin: 0 10px;
}

.lp .title{
  font-size: 1.3em;
  color: red;
  line-height: 36px;
}

.lp img.title{
  width: 70%;
  margin: 30px 0;
}

.lp img{
  max-width: 100%;
  height: auto;
}

.lp .p_attention {
  padding: 30px 0 100px 0;
  color: #000;
  font-size: 1.1em;
  line-height: 26px;
  width: 80%;
  margin: auto;
  text-align: left;
  letter-spacing: 0.03em;
}

.lp-02 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-02 ul li{
  width: 20%;
  margin: 0 10px;
}
.lp-02 img{
  width: 100%;
}
.cart_in {
  background: #6eb83f;
  padding-bottom: 40px;
}
.cart_in_sale {
  background: #e63e32;
  padding: 30px 0;
}
.cart_in .title{
  color: #fff;
}
.cart_in_sale_last {
  padding: 60px 0;
}
.cart_in p{
  color: #fff;
}
@media (max-width: 1100px) {
  .lp {
    max-width:100%;
  }
}


@media (max-width: 415px) {
  #main{
    margin-top: 5px;
  }
.lp ul li{
  width: 40%;
}
.cart_in p{
  width: 90%;
  margin: auto;
  font-size: 0.8em;
}
.lp .attention {
  font-size: 0.9em;
  line-height: 26px;
  width: 90%;
  margin:auto;
}
}





/*--------------------------------------
  レビュー
--------------------------------------*/
.p-review-title {
  margin: 30px 0;
  color: #000;
  font-size: 2em;
}
.p-review {
  padding-bottom: 30px;
}
.p-review article{
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid #000;
  background-color: #fff;
  display: flex;
  color: #212121;
  text-decoration: none;
  padding: 20px 0;
  margin: 15px 0;
  text-align: left;
  align-items: center;
}
.p-review img {
  max-width:  170px;
  border-radius: 100%;
  margin: 0 15px;
}
.p-review .body {
  width: 90%;
  margin: auto;
}
.p-review .head {
  margin-bottom: 10px;
}
.p-review .title {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.p-review .name {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 15px;
}
.p-review .star {
  color:#eee;
  margin-right: 5px;
}
.p-review .star02 {
  color:#f90;
}
.p-review .day {
  color:#000;
  font-size: 0.7em;
}
.p-review .text{
  font-size: 0.9em;
  line-height: 21px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
.p-review article{
  width: 90%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
}


/* ************************************************
*  定期宅配　質問
* ************************************************ */

.repeat_attn {
    position: relative;
    margin: 2em 0;
    padding: 38px 10px 7px;
    border: solid 2px #6bba62;
}

.repeat_attn h2 {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 5px 15px;
    height: 33px;
    line-height: 25px;
    font-size: 17px;
    background: #6bba62;
    color: #ffffff;
    font-weight: bold;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
text-align:left;
vertical-align: top;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

/* ************************************************
*  アレンジレシピ
* ************************************************ */

/*レシピタイトル*/
#free_page .recipe_title {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin: 40px 0 30px 0;
  text-align: center;
  color: #3d3935;
}
@media (max-width: 768px) {
#free_page .recipe_title {
  font-size: 26px;
  margin: 20px 0 15px 0;
}
}
/*レシピ画像*/
.main-image {
  padding: 10px 0 30px 0;
  box-sizing: border-box;
  max-width: 50%;
  margin: auto;
}
#free_page .recipe_title_s {
  background: #f5f5f5;
  position: relative;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  padding: 10px 15px 5px 15px;
  box-sizing: border-box;
  color: #00a237;
  border-bottom: solid 1px #fff;
  background-image: url(https://img07.shop-pro.jp/PA01438/298/etc/people.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
#free_page .recipe_title_s span{
  position: absolute;
  right: 48px;
  top: 8px;
  color: #333;
  font-size: 24px;
}
#free_page .recipe-product-title{
  margin:40px 0 15px 0;
  color:#00a237;
  font-size: 1.1em;
  font-weight: 500;
}
#free_page .recipe-product p{
  color:#333;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}
ul.recipe {
  display: flex;
}
ul.recipe li {
  margin: 10px;
}
/*材料*/
.recipe-item {
  flex-basis: 45%;
}
.recipe-item table {
  background: #f5f5f5;
  width: 100%;
  border-collapse: separate;
  empty-cells:show;
}
.recipe-item th {
  width: 250px;
  text-align: left;
  font-weight: 600;
}
.recipe-item td {
  zoom: 1;
  content: ' ';
  text-align: right;
  font-weight: 300;
  font-size: 0.95em;
}
.recipe-item th,
.recipe-item td {
  color: #333;
  padding: 15px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
}
ul.recipe-product {
  background: #f5f5f5;
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
ul.recipe-product li:first-child{
  flex-basis: 40%;
}
ul.recipe-product li:last-child{
  flex-basis: 60%;
}
ul.recipe-product li img{
  width: 90%;
  background: #fff;
}
ul.recipe a{
  text-decoration: underline;
  font-size: 0.9em;
}
ul.recipe a:hover{
  color: #00a237;
}
/*作り方*/
.recipe-howto {
  flex-basis: 55%;
}
li.recipe-howto ol {
  counter-reset:number;
  list-style-type: none!important;
  margin-bottom: 40px;
}
li.recipe-howto ol li {
  position: relative;
  line-height: 1.5em;
  padding: 1em 0.5em 1em 40px;
  border-bottom: 2px dotted #cccccd;
}
li.recipe-howto ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #00a237;
  color: #fff;
  font-weight:500;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#free_page .recipe-howto .point {
  border: 1px solid #00a237;
  border-radius: 5px;
  padding: 15px;
  color: #00a237;
}
#free_page .point .point-title{
  font-size: 1.1em;
  color: #00a237;
  border-bottom: 2px solid #00a237;
  font-weight: 500;
  font-style: italic;
}
.point span{
  margin-top: 10px;
  display: block;
}
@media (max-width: 1100px) {
.main-image {
  max-width: 100%;
}
ul.recipe {
  display: block;
}
}


































/* 要確認 */
.reserve_ttl {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  width: 100%;
  margin-bottom: 15px;
}
.reserve_ttl span{
  background: #44ad38;
  color: #fff;
  display: block;
  width: 100%;
}
.reserve_ttl strong{
  color: #44ad38;
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
.reserve_ttl h1{
  background: #44ad38;
  color: #fff;
  display: block;
  width: 150px;
  font-size: 15px;
}

.reserve_ttl .detail{
  text-align: left;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 1100px) {
.reserve_ttl strong{
  display: inline-block;
  font-size: 1em;
}
.reserve_ttl h1{
  background: #44ad38;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 0.8em;
}

}



.for-sp {
  display: none;
}

.for-mob {
  display: none;
}

@media (max-width: 1100px) {
.for-pc {
  display: none;
}
.for-sp {
  display: block;
  margin: auto:
  width: 100%;
}
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

/*　20231215 カート購入数 */
table.add_cart_table td input {
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #333;
}

/*　20240109 グローバルメニュー */
.dropdown li{
  list-style:none;
  position:relative;
}
.submenu{
  display:none;
}
#gNav ul .submenu li {
border-right: none;
  font-size: 0.8em;
  padding: 1.25em 0.5em 1em;
}
#gNav ul .submenu li:last-child {
  border-bottom: none;
}
.dropdown_toggle #arrow{
   	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.dropdown{
  width:100%;
  padding:0;
  color: #2f0f04;
}
.submenu{
background: #f3f3f3;
    margin-top:11px;
    padding:0;
}
.submenu a{
    display:block;
    text-decoration:none;
}
.submenu a:hover{
background: #f3f3f3;
}
#gNav ul {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #67a538;
}
#gNav ul li {
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    color: #2f0f04;
    background: #f3f3f3;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
#gNav ul li:last-child {
    border-right: none;
}
#gNav ul i {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 135%;
}
#gNav .submenu {
  display: none;
  position: absolute;
  z-index: 9999;
}

/*　20240123 インスタマーク */
.insta img{
  margin: auto;
  width: 25%;
}

@media (max-width: 768px) {
.insta img{
  width: 15%;
}
}

/*　20240131 トップボタンのデザイン */
#pageTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 2px solid #67a538;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s;
    background-color: #fff;
}
/* トップボタンホバー時 */
#pageTopBtn:hover {
    background-color: #67a538;
}
#pageTopBtn:hover::before {
    background-color: #fff;
}
#pageTopBtn:hover::after {
    background-color: #fff;
}
/* トップボタンの矢印 */
#pageTopBtn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 27px;
    width: 2px;
    height: 15px;
    background-color: #67a538;
    transition: all .5s;
    transform: translateY(-50%) rotate(-45deg);
}
#pageTopBtn::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 27px;
    width: 2px;
    height: 15px;
    background-color: #67a538;
    transition: all .5s;
    transform: translateY(-50%) rotate(45deg);
}

/*　20240227 情報ページ */
#articles_page{
  margin-bottom: 60px;
}

#articles_page h1{
  position: relative;
  margin:25px 0 10px 0;
  color: #67a538;
  text-align: left;
  font-size: 30px;
  border-bottom: solid 2px #67a538;
  font-weight: normal;
}
@media (max-width: 768px) {
#articles_page h1 {
  font-size: 26px;
}
}

/* 20240315 送料無料マーク */
.new_mark_img1{
  display: block !important;
  background: #FFE7D2;
  padding: 5px 10px !important ;
  margin-bottom: 5px !important;
  width: 60px!important;
}

/* 20240405 カテゴリ・グループアイコン */
.c_icon {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 2px;
}

/* 20240712 下にスクロールするとヘッダーが消えて上にスクロールするとヘッダーが表示する */
@media (max-width: 1100px) {
#header .logo img {
  width: 200px;
}
#header {
  height: 100px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: 1s;
}
#header .header_link ul {
  padding-top: 25px;
}
.h_nav{
  padding-top: 100px;
}
.shipping-banner.for-sp.souryo {
  padding-top: 100px;
}
.shipping-banner.for-sp img{  
  width: 100%;
}
}

/* 20240401 関連商品 */

.lineup_items {
  background-color: #f5f5f5;
  width: 95%; 
  padding: 10px 10px 30px 10px;
  border-radius: 10px;
  margin: 10px auto 30px;
}

.lineup_items h2 {
  text-align:center;
  padding: 10px;
  font-weight: normal;
}
.lineup_items p {
  text-align:center;
}

.lineup_items ul {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  background-color: #fff;
}

.lineup_items li {
  box-sizing: border-box;
  padding: 5px 5px 0;
}
.lineup_items .item_name {
  text-align:left;
}


.lineup_items .items03 li {
  width: 33%;
}

.lineup_items .items04 li {
  width: 25%;
}

@media screen and (max-width: 767px) {
.lineup_items .items03 li {
  width: 50%;
}
.lineup_items .items04 li {
  width: 50%;
}
}



.contents {
    display: flex;
    flex-direction: row-reverse;
}
@media (max-width: 1100px) {
.contents {
    display: block;
  }
}

/* 商品一覧ダウンボタン */
.fixed_btn{
position: fixed;
bottom: 15px;
right: 15px;
color: #fff;
background-color: #6eb83f;
border-radius: 50%;
width: 134px;
height: 134px;
padding: 0;
font-weight: 700;
z-index:9999;
box-shadow: 2px 4px #4b8725;
cursor: pointer;
}
.fixed_btn p{
text-align: center;
font-size: 1.1em;
line-height:1.5;
}
.fixed_btn img{
width:14px;
margin-top:-20px;
}
.fixed_btn .size{
margin:-10px 0  15px;
font-size:1.6em;
}
@media (max-width: 414px) {
.fixed_btn{
bottom: 10px; 
right: 10px;
width: 90px;
height: 90px;
font-size:11px;
padding-top: 10px;
}
.fixed_btn img{
width:8px;
margin-top:-2px;
margin-left:3px;
}
.fixed_btn .size{
margin:-2px 0 5px;
font-size:1.4em;
}
}
