/** //お知らせ **/

.kko {
  width:100%;
  max-width:1200px;
  margin:0 auto 10px;
  border-top: solid 5px #f5f5f5;
  border-bottom: solid 5px #f5f5f5;
  padding:10px 0 10px 15px;
  color:#B40404;
}
.kko a:link { color: #B40404; }
.kko a:visited { color: #B40404; }
.kko a:hover { color: #B40404; }
.kko a:active { color: #B40404; }
.kko a {
  text-decoration: none;
}

.osiwaku{
margin:10px 0;
}
.osiwaku a:link { color: #B40404; }
.osiwaku a:visited { color: #B40404; }
.osiwaku a:hover { color: #B40404; }
.osiwaku a:active { color: #B40404; }
.osiwaku a {
  text-decoration: none;
}
.osi{
  margin:0 auto 10px;
  border-top: solid 5px #f5f5f5;
  border-bottom: solid 5px #f5f5f5;
  padding:5px 0;
  text-align:center;
}
.osi2{
  text-align:center;
  margin:0 auto 10px;
  border-top: solid 5px #f5f5f5;
  border-bottom: solid 5px #f5f5f5;
  padding:5px 0px 0px 15px;
}
@media screen and (min-width: 768px) {
  .osi2 {
    display:none;
  }
}
@media screen and (max-width: 767px) {
 .osi {
    display:none;
  }
}
/** お知らせ// **/

/** //キャンペーン **/

.image_a {
	text-align: center;
    margin:0 auto;
}

/** キャンペーン// **/



/* freepage */
#fp{
width:900px;
margin:0 auto;
}


/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
 
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font-size: 14px;
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #444;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  scroll-behavior: smooth;
}
a {
  color: #464e54;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  max-width:1250px;
  min-width:1080px;
  width: 95%;
}

.layout_wrapper2 {
  margin: 0 auto;
  width: 500px;
}
.layout_wrapper3 {
  margin: 0 auto;
  width: 1000px;
  border-top: 1px solid #d8d8d8;
}

.layout_header,
.layout_container,
.layout_footer{
  margin: 0 auto;

}
.layout_header {
  padding-top: 10px;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 90%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }


/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 100%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prd_lst::before {
    content: "";
    display: block;
    width: 25%;
    order:1; 
}
.prd_lst::after {
    content: "";
    display: block;
    width: 25%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  padding: 0% 1%;
  word-break: break-all;
  box-sizing: border-box;
}
  .prd_lst_unit_s {
    width: 25%;
    height: 265px;
  }
  .prd_lst_unit_m {
    width: 31.25%;
    height: 201px;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    width:150px;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 100%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 100%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}


/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align: center;
    font-size: 76.923%;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}

/*最近チェックした商品*/

.box_small .item_box {
  display:inline-block;
  margin: 0 14px 20px 14px;
  width: 112px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 12px;
}
.header_block{
  clear: both;
  padding: 1.1em 0 0 0;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  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 {
  display:inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 205px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
}
.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}
.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 {
  margin-bottom: 10px;
}
/*//最近チェックした商品*/

a:hover img{
    opacity:0.8;
}





/** //ヘッダー **/

header{
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.header-navi{
    width: 100%;
    background-color: #f4f4f4;
    justify-content: center;
}

.header-navi-area{
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding-top: 15px;
}

.growstore-logo{
    width: 250px;
}

.header-navi-container.a{
    width: 25%;
}

.header-navi-container.b{
    width: 75%;
}

.header-navi-list{
    display: flex;
    justify-content: right;
    margin-top: 20px;
    padding-left: 0px;
}

.header-navi-listitem{
    list-style: none;
    margin-left: 20px;
}

.header-navi-text{
    color: #444;
    text-decoration: none;
}
.header-navi-text:hover{
    color: #464e54;
    text-decoration: underline;
}

.header-navi-icon{
    margin-right: 5px;
    width: 15px;
}

.top-sns:hover{
    opacity: 0.7;
}

.top-sns-image{
    width: 25px;
}

.main-menu-list{
    display: flex;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.main-menu-listitem{
    list-style: none;
    text-align: center;
    padding: 30px 12px;
}
.main-menu-listitem:hover{
    background-color: #f4f4f4;
}

.main-menu-text{
    color: #444;
    font-size: 15px;
}
.main-menu-text:hover{
    color: #464e54;
}
.main-menu-text.b{
    font-weight: 500;
}

.main-menu-inner{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    background-color: #f4f4f4;
    z-index: 1000;
}
.main-menu-inner.inneractive{
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
}

.menu-inner-list{
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 10px 0px;
}

.menu-inner-listitem{
    margin: 0px 20px;
    padding: 0px 10px;
}

.menu-inner-text{
    color: #444;
    text-decoration: none;
}
.menu-inner-text:hover{
    color: #464e54;
    text-decoration: underline;
    opacity: 0.8;
}

.menu-inner-image{
    border-radius: 30px;
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
}

/** ヘッダー// **/



/** //ヘッダー（レスポンシブ） **/

.header-responsive{
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;
    background: #f4f4f4;
    z-index: 10010;
    box-shadow: 0px 0px 5px 0px #535353;
}
.header-responsive.panelactive{
    position: fixed;
    top: 0;
    left: 0;
}
.header-responsive.scrollactive{
    position: fixed;
    top: 0;
    left: 0;
}

.header-responsive-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.responsive-logo{
    text-align: left;
}

.main-menu-responsive{
    width: 350px;
}

.main-menu-responsive-list{
    display: flex;
    width: 100%;
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top: 40px;
}

.main-menu-responsive-listitem{
    position: relative;
    width: 33%;
    margin: auto;
    cursor: pointer;
}
.main-menu-responsive-listitem.menu{
    display: grid;
}

.main-menu-responsive-text{
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.main-menu-responsive-text:hover{
    opacity: 0.8;
    color: inherit;
    text-decoration: underline;
}

.main-menu-responsive-text.menu{
    display: block;
    grid-area: 1/1;
    opacity: 1;
}
.main-menu-responsive-text.menu.panelactive{
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.main-menu-responsive-text.close{
    display: block;
    grid-area: 1/1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.main-menu-responsive-text.close.panelactive{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.main-menu-responsive-icon{
    width: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

/** ヘッダー（レスポンシブ）// **/



/** //サイドメニュー **/

.content-hidden-menu{
    display: none;
    position: absolute;
    top: -500px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #535353;
    opacity: 0;
    pointer-events: none;
    overflow-Y: scroll;
    z-index: 10000;
}

.content-hidden-menu.panelactive{
    position: fixed;
    top: 80px;
    opacity: 1;
    background: linear-gradient(to right, #535353, #535353ec);
    pointer-events: all;
    transition: 0.5s;
 }



.hidden-menu-search{
    height: 70px;
    border-bottom: solid 1px #333;
}

.hidden-menu{
    position: relative;
    border-bottom: solid 1px #333;
}

.hidden-menu-text{
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    justify-content: space-between;
}
.hidden-menu-text:hover{
    color: #e3e3e3;
    cursor: pointer;
}

.hidden-menu-icon{
    vertical-align: middle;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
.hidden-menu-icon.right{
    position: absolute;
    top: 40%;
    right: 5px;
}
.hidden-menu-icon.right.panelactive{
    display: none;
}
.hidden-menu-icon.right2{
    display: none;
    position: absolute;
    top: 27px;
    right: 5px;
}
.hidden-menu-icon.right2.panelactive{
    display: block;
}

.hidden-menu-list{
    display: none;
}
.hidden-menu-list.hiddenlistactive{
    display: block;
    list-style: none;
    background-color: #2e2e2eb6;
    margin: 0;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
    pointer-events: none;
}
.hidden-menu-list.panelactive{
    max-height: 5000px;
    transition: 3s;
    pointer-events: all;
}

.hidden-menu-listitem{
    padding-left: 30px;
    border-bottom: solid 1px #333;
}

/** サイドメニュー（レスポンシブ）// **/



/** //検索窓 **/

.content-search{
    box-sizing: border-box;
    width: 100%;
}


.content-search input[type="text"]{
    width: 100%;
    height: 18px;
    padding: 2px 5px 2px 10px;
    border: none;
    color: #292929;
    font-size: 14px;
    background-color: #ffffff;
    border:1px solid #00920c;
    border-radius: 5px 0px 0px 5px;
}
.content-search input[type="submit"]{
    width: 30%;
    background: url('https://www.zounotamago.com/growstore/img2024/icon/icon_search.png') no-repeat;
    background-size: 35%;
    background-position: center;
    cursor: pointer;
    border:1px solid #00920c;
    border-radius: 0px 5px 5px 0px;
}

input[type="text"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-form{
    width: 100%;
    display: flex;
    position: relative;
    margin-right: 10px;
}

.content-search.hidden-responsive{
    display: none;
    box-sizing: border-box;
    width: 80%;
    height: 70px;
    margin: auto;
    padding-top: 15px;
}

.content-search.hidden-responsive input[type="text"]{
    width: 75%;
    height: 28px;
    padding: 5px 5px 5px 10px;
    margin-right: 5px;
    border: none;
    color: #292929;
    font-size: 14px;
    background-color: #ffffff;
    border: solid 2px #444;
    border-radius: 3px;
}
.content-search.hidden-responsive input[type="submit"]{
    width: 15%;
    height: 40px;
    background:#3399ff;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    cursor: pointer;
    border-color: inherit;
    border-radius: 3px;
}

/** 検索窓// **/



/** //pagetopへ戻る **/
.pagetop{
    position: fixed;
    top: 120%;
    right: 5%;
    transition: 1s;
    z-index: 95;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    text-align: center;
}
.pagetop.scrollactive{
    position: fixed;
    top: 90%;
    transition: 1s;
}
.pagetop:hover{
    cursor: pointer;
    opacity 0.8;
}

/** pagetopへ戻る// **/



/** //フッター **/

footer{
    background-color: #f4f4f4;
    margin: 30px 0px;
    padding: 50px 0px;
    width: 100%;
}

.content-footer{
    display: flex;
    position: relative;
    margin: auto;
    width: 1200px;
}

.footer-container{
    display: flex;
    width: 100%;
}

.footer-responsive-sns{
    display: none;
}

.footer-title{
    font-size: 16px;
    font-weight: bold;
}
.footer-title.calendar{
    text-align: center;
    font-weight: bold;
}

.footer-menu{
    width: 25%;
}

.footer-menu-list{
    list-style: none;
    padding: 0px 20px;
    margin: 0px 15px;
}

.footer-menu-listitem{
    margin: 10px 0px;
}

.footer-menu-listitem.sns{
    display: flex;
    margin: 20px 0px;
}

.footer-menu-ten{
    width: 15px;
    margin-bottom: 5px;
}

.footer-menu-text{
    text-decoration: none;
    color: inherit;
    color: #464e54;
}
.footer-menu-text:hover{
    text-decoration: underline;
    color: #838383;
}

.tell-contact{
    padding-left: 20px;
    margin: 30px 0px 0px 15px;
}

.footer-sns{
    margin-left: 15px;
}
.footer-sns:hover{
    opacity: 0.7;
}

.footer-sns-image{
    width: 50px;
}

.table-calendar{
    width: 95%;
    margin: auto;
    font-size: 14px;
}

.table-calendar td{
    padding: 0!important;
}

.calendar-2{
    display: none;
}

.footer-menu.responsive{
    display: none;
}

/** フッター// **/



/** //コピーライト **/
.copyright{
    font-size: 12px;
    color: #464e54;
    text-align: center;
    margin-bottom: 20px;
}

/** コピーライト// **/



/** レスポンシブ// **/

@media screen and (max-width: 1300px) {
    .header-navi-area{
      max-width: 95%;
    }
}

@media screen and (max-width: 1200px) {
    header{
        display: none;
    }
    .header-responsive{
        display: block;
    }
    .content-hidden-menu{
        display: block;
    }
    .content-search.hidden-responsive{
        display: block;
    }
    .content-footer{
        width: 95%;
    }
    .footer-menu-list{
        padding: 0px;
    }
    .tell-contact{
        padding: 0px;
    }
}

@media screen and (max-width: 1050px) {
    .footer-container{
        flex-wrap: wrap;
    }
    .footer-menu.calendar{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-menu-list.calendar{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-title.calendar{
        width: 100%;
    }
    .calendar-1{
        width: 50%;
    }
    .calendar-2{
        display: block;
        width: 50%;
    }
    .calendar-color{
        margin: 10px 0px;
    }
    .calendar-br{
        display: none;
    }
    .footer-responsive-sns{
        order: 1;
    }
    .footer-menu.support{
        order: 2;
        width: 33.3%;
    }
    .footer-menu.shopping{
        order: 3;
        width: 33.3%;
    }
    .footer-menu.about{
        order: 4;
        width: 33.3%;
    }
}

@media screen and (max-width: 760px) {
    .growstore-logo{
        width: 200px;
    }
    .main-menu-listitem{
        border-top: 1px solid #d3d3d3;
        padding: 15px 0px;
        margin: auto;
    }
    .main-menu-listitem:hover{
        background-color: #464e5407;
    }
    .main-menu-responsive{
        width: 150px;
    }
    .main-menu-responsive-list{
        margin-top: 25px;
    }
    .main-menu-responsive-icon{
        width: 25px;
    }
    .main-menu-responsive-p{
        display: none;
    }
     .content-hidden-menu.panelactive{
        top: 70px;
        height: calc(100% - 70px);
    }
    .footer-responsive-sns{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 10px 0px;
    }
    .footer-sns{
        margin: 0px 15px;
    }
    .footer-sns-image{
        width: 40px;
    }
    .footer-menu-listitem.sns{
        display: none;
    }
    .footer-menu.support{
        display: none;
    }
    .footer-menu.shopping{
        display: none;
    }
    .footer-menu.about{
        display: none;
    }
    .footer-menu.responsive{
        display: block;
        order: 2;
        width: 100%;
    }
    .footer-menu-listitem:hover{
        background-color: #fafafa;
    }
    .footer-menu-text{
        display: flex;
        justify-content: space-between;
    }
    .footer-right{
        display: block;
        width: 15px;
        height: 15px;
        padding-top: 2.5px;
    }
}


@media screen and (max-width: 500px) {
    .footer-menu-list.calendar{
        margin: 0px;
    }
}


@media screen and (max-width: 450px) {
    .header-responsive{
        padding: 10px 10px 0px;
    }
    .growstore-logo{
        width: 150px;
    }
    .main-menu-responsive{
        width: 80px;
    }
    .main-menu-responsive-list{
        margin-top: 15px;
    }
    .main-menu-responsive-icon{
        width: 20px;
    }
    .main-menu-responsive-listitem.login{
        display: none;
    }
    .content-hidden-menu.panelactive{
        top: 55px;
        height: calc(100% - 55px);
    }
    .table-calendar{
        padding: 0px 5px;
    }
    .calendar-br{
        display: block;
    }
}

/** レスポンシブ// **/