/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/
body {
        font-size: 16px;
    line-height: 1.8em;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
}
header {
    margin-bottom: 0;
}
[type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    width: auto;
}
a {
    /*color: #fff;*/
}
.widget_categories li a {
    color: #fff;
}
a:hover {
    color: #BBBBBB;
    text-decoration: underline;
}
p {
    margin: 0 0 10px;
}
#secondary h3 {
    color: #000000;
}
@media screen and (max-width: 768px) {
    .customer_form tr {
        display: inherit;
    }
}
.customer_form th {
    color: #000000;
}
select {
    background-color: #FFFFFF;
}
pre {
    color: #fff;
}
/*　新東京花店　*/
.incart-btn {
    float: none;
}
.search-box div.s-box {
    float: none;
    text-align: left;
}
.front-il .itemimg img {
    /*width: auto;
	height: 225px;*/
}
@media screen and (min-width: 62.5em) {
    #main, .home #main {
        width: 100%;
        margin: 3.5em auto;
    }
    .two-column #secondary {
        width: 28%;
        margin-left: 2%;
    }
    #main.two-column #content {
        width: 68%;
        margin-right: 2%;
    }
    .incart-btn {
        float: none;
    }
    /*.front-il article {
    width: 21%;
  }*/
    #secondary section {
        padding: 0;
    }
}
.copyright {
    padding-top: 3em;
    font-size: 0.9em;
    color: #666;
}
footer {
    /*color: #555;
  padding: 0;
  background-color: #fff;*/
}
h2 {
    font-size: 2.7em;
    line-height: 1.3em;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 1em;
    /*color: #533822;*/
    /*border-bottom: 2px solid #a165a8;*/
}
h3 {
    font-size: 1.8em;
    text-align: center;
    margin: 0 0 .75em 0;
    padding: 0 0.5em 0.3em 0.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    border-bottom: 1px dotted #c7bbad;
}
h3:after {
    height: 0;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.8em;
        line-height: normal;
        padding: 5px 5px 5px 5px;
        font-weight: normal;
        /*margin-bottom: 15px;*/
    }
}
@media only screen and (max-width: 600px) {
    h2 {
        font-size: 1.6em;
        line-height: normal;
        /*text-align: left;*/
        padding: 5px 5px 5px 5px;
        font-weight: normal;
        /*margin-bottom: 15px;*/
    }
}
@media screen and (max-width: 768px) {
    .bgcolor3 {
        min-width: 100%;
    }
}
@media screen and (min-width: 62.5em) {
    header .inner {
        width: auto;
    }
}
/*.flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}*/
.flex-2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex-2col > li {
    width: 49%;
    margin: 2% 0% 0 1%;
}
.flex-2col > li:nth-of-type(odd) {
    width: 47.5%;
    margin: 2% 2.5% 0 0%;
}
.flex-2col > li:nth-of-type(even) {
    width: 47.5%;
    margin: 2% 0 0 2.5%;
}
.flex-2col-start {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col-start > li {
    width: 48%;
    margin: 2% 0 0 2%;
}
.flex-2col-start > li:nth-of-type(odd) {
    width: 47.5%;
    margin: 2% 2.5% 0 0%;
}
.flex-2col-start > li:nth-of-type(even) {
    width: 47.5%;
    margin: 2% 0 0 2.5%;
}
.flex-list2 {
    width: 18% !important;
    margin: 0 0 0 0% !important;
}
.flex-list3 {
    width: 28% !important;
    margin: 0 0 0 2% !important;
}
.flex-list4 {
    width: 38% !important;
    margin: 0 0 0 2% !important;
}
.flex-list5 {
    width: 49% !important;
    margin: 0% 1% 0 0% !important;
}
.flex-list6 {
    width: 58% !important;
    margin: 0% 0 0 2% !important;
}
.flex-list7 {
    width: 68% !important;
    margin: 0% 0 0 2% !important;
}
.flex-list8 {
    width: 78% !important;
    margin: 0% 0 0 2% !important;
}
.flex-list9 {
    width: 88% !important;
    margin: 0% 0 0 2% !important;
}
.flex-3col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.flex-3col > li:nth-of-type(3n) {
    width: 30%;
    margin: 5% 0% 0 0%;
}
.flex-3col > li:nth-of-type(1), .flex-3col > li:nth-of-type(2), .flex-3col > li:nth-of-type(3) {
    margin-top: 0%;
}
.flex-3col > li {
    width: 30%;
    margin: 5% 5% 0 0%;
}
.flex-4col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.flex-4col > li:nth-of-type(4n) {
    width: 22%;
    margin: 5% 0% 0 0%;
}
.flex-4col > li:nth-of-type(1), .flex-4col > li:nth-of-type(2), .flex-4col > li:nth-of-type(3), .flex-4col > li:nth-of-type(4) {
    margin-top: 0%;
}
.flex-4col > li {
    width: 22%;
    margin: 5% 4% 0 0%;
}
@media only screen and (max-width: 768px) {
    .flex-2col > li, .flex-2col-start > li {
        width: 100% !important;
        margin: 2% auto !important;
    }
    .flex-3col > li, .flex-3col > li:nth-of-type(3n) {
        width: 40%;
        margin: 2% auto !important;
    }
    .flex-4col > li, .flex-4col > li:nth-of-type(4n) {
        width: 45%;
        margin: 2% auto !important;
    }
    .flex-list2, .flex-list3, .flex-list4, .flex-list5, .flex-list6, .flex-list7, .flex-list8, .flex-list9 {
        width: 100% !important;
        margin: 2% auto !important;
    }
}
@media only screen and (max-width: 420px) {
    .flex-3col > li, .flex-3col > li:nth-of-type(3n) {
        width: 90%;
        margin: 2% auto !important;
    }
    .flex-4col > li, .flex-4col > li:nth-of-type(4n) {
        width: 100%;
        margin: 2% auto !important;
    }
}
.tax {
    font-size: 0.8em;
    color: #fff;
}
.price {
    text-align: left !important;
    font-weight: 600;
    font-size: 1.0em;
    margin-top: 0.5em;
}
.img-frame {
    text-align: center;
    padding: 2px;
    border: 2px solid #d7d8da;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 3px 1px #ccc;
}
.item {
    text-align: center;
    font-size: 1.0em;
    font-weight: 300;
    color: #545353;
    padding-left: 5%;
}
.sidenavi {
    width: 96%;
    margin: 0 auto;
}
.incart-btn .total-quant {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fba60d;
    margin-left: 1.25em;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-bottom;
    top: 0;
    left: 0;
    width: auto;
    min-width: 20px;
    max-width: 30px;
    height: 20px;
}
.incart-btn i:before {
    color: #fff;
    margin-right: 8px;
}
.incart-btn span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 1px;
}
.incart-btn a {
    background-color: #ff8c00;
    padding: 6px .714286em;
    text-align: center;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    display: block;
    color: #fff !important;
    position: relative;
}
.incart-btn i {
    padding: 0;
    font-size: 1.57143em;
}
.incart-btn {
    min-width: 100%;
    margin-top: 0em;
    /*
	float: left;
	*/
}
@media screen and (min-width: 62.5em) {
    /* -- .incart-btn -- */
    .incart-btn {
        min-width: 100%;
        margin-top: .714286em;
        /*
		float: right;
		*/
    }
}
.search-box form {
    display: block;
}
/* -- .search-box -- */
.search-box {
    position: inherit;
    padding: 0 0 10px;
    float: none;
}
@media screen and (min-width: 62.5em) {
    /* -- .search-box -- */
    .search-box {
        position: inherit;
        padding: 0 0 10px;
        /*
		float: right;
		*/
    }
}
.search-box .searchsubmit {
    position: inherit;
    color: #161616;
    padding: .357143em;
    font-size: 1.14286em;
    font-family: FontAwesome;
    background-color: #e3e3e3;
    border: 1px solid #767676;
}
.search-box input[type="text"] {
    width: auto;
    border: 1px solid #b5b3b3;
}
.search-box div.s-box {
    /*
	border: 1px solid #ccc;
	float: right;
	*/
}
.search-box div.s-box {
    display: block;
    position: relative;
    width: auto;
    border: 0px solid #ccc;
    /*text-align: center;*/
}
.search-box i {
    font-size: 1.42857em;
    padding: .5em;
}
.s-navi01 {
    width: auto;
    padding: 0 .714286em;
}
.s-navi01 li::nth-of-type(1) {
    line-height: 200%;
    text-align: center;
    margin-left: 1.07143em;
    margin-top: 1em;
}
.s-navi01 > li {
    line-height: 200%;
    text-align: center;
    margin-left: 0em;
    margin-top: 1em;
}
.s-navi01 > li:nth-of-type(1) {
    line-height: inherit;
    text-align: center;
    margin-left: 0em;
    margin-top: 0em;
}
.s-navi01 > li a {
    color: #808080;
    text-decoration: none;
}
.s-navi02 {
    width: 90%;
    padding: 0 .714286em;
}
.s-navi02 > li {
    line-height: 200%;
    text-align: center;
    margin-left: 1.07143em;
    margin-top: 1em;
}
.s-navi02 > li a {
    color: #808080;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #CCC;
}
.s-navi03 {
    width: 100%;
    padding: 0 .714286em;
}
.s-navi03 > li {
    line-height: 200%;
    text-align: center;
    margin-left: 1.07143em;
    margin-top: 1em;
}
.s-navi03 > li a {
    color: #808080;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px dotted #CCC;
}
.s-navi03 > li a::after {
    margin-left: .8rem;
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    font-weight: bold;
    color: #9b9b9b;
    content: "";
}
input, select, textarea {
    font-size: 1em;
}
/*.h3-ttl {
  padding-bottom: .357143em;
  border-bottom: 3px solid #eee;
  padding: 9px 7px;
  background-color: #e3e8eb;
  overflow: hidden;
  text-align: center;
  font-size: 110%;
  margin-top: 3em;
  width: 86%;
  margin: 2em auto 1.07143em;
  font-weight: 800;
}*/
@media only screen and (max-width: 768px) {
    .sidenavi {
        width: 100%;
        margin: 0 auto;
    }
    .s-navi02 li {
        margin-left: 0em;
    }
}
.widget_categories li {
    /*text-align: center;
  margin-left: 1.07143em;*/
    margin-top: 1em;
    line-height: 200%;
    width: 100%;
}
.widget_categories li a {
    /*color: #808080;*/
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px dotted #CCC;
}
.widget_categories li a:after {
    margin-left: .8rem;
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    font-weight: bold;
    color: #9b9b9b;
    content: "";
}
#secondary h3 {
    padding-bottom: .357143em;
    border-bottom: 3px solid #eee;
    padding: 9px 7px;
    background-color: #e3e8eb;
    overflow: hidden;
    text-align: center;
    font-size: 110%;
    width: 100%;
    margin: 2em auto 1.07143em;
    font-weight: 800;
}
/*===========================
spacer
===========================*/
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
    .mt10, .mt20, .mt30 {
        margin-top: 4% !important;
    }
    .mb10, .mb20, .mb30 {
        margin-bottom: 4% !important;
    }
    .mt40, .mt50, .mt60 {
        margin-top: 5% !important;
    }
    .mb40, .mb50, .mb60 {
        margin-bottom: 5% !important;
    }
    .mt70, .mt80 {
        margin-top: 8% !important;
    }
    .mb70, .mb80 {
        margin-bottom: 8% !important;
    }
}
.widget_nav_menu ul li {
    padding: 0 .714286em;
}
.widget_nav_menu ul li, .widget_pages li {
    text-align: center;
    margin-left: 1.07143em;
    margin-top: 1em;
    line-height: 200%;
    width: 100%;
}
.widget_nav_menu ul li a:after {
    margin-left: .8rem;
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    font-weight: bold;
    color: #9b9b9b;
    content: "";
}
.widget_nav_menu ul li a {
    color: #808080;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px dotted #CCC;
    padding-bottom: .357143em;
}
.new-entry h2 {
    font-size: 2.2em;
}
.member_page_title, .member_page_title {
    line-height: 1.285714em;
    margin: 3em 0 2.22222em;
    font-size: 1.285714em;
}
#content .page-title, #content .entry-title {
    font-size: 2.4em;
    margin-bottom: 2.222224em;
    line-height: 1.285712em;
}
div#swipebox-overlay {
    background: rgba(13, 13, 13, 0.5) none repeat scroll 0 0;
}
#cart_table thead, #cart_table tfoot {
    color: black;
}
.tax {
    color: #333;
}
/*footer {
     padding: 0; 
     background-color: #fff; 
     color: #262626; 
}*/
footer {
    /* background-color: #F1F7E6; */
    padding: 2.5em 1em;
}

    footer {
        clear: both;
        background-color: #131313;
        color: #000;
    }

/* -- .front-il -- */
.front-il article {
    width: 31% !important;
    margin-right: 2.25%;
    padding: 2.85712em 0 0;
}
.front-il article:nth-of-type(4n) {
    margin-right: 2.25%;
}
@media screen and (min-width: 38.75em) {
    .front-il article:nth-of-type(even) {
        margin-right: 2.25%;
    }
}
.front-il article:nth-of-type(3n) {
    margin-right: 0;
}
@media screen and (min-width: 55em) {
    .front-il article:nth-of-type(5n) {
        margin-right: 2.25%;
    }
}
.front-il article:nth-of-type(even) {
    margin-right: 2.25%;
}
@media screen and (min-width: 62.5em) {
    header .inner {
        display: block;
    }
}