/*
Theme Name:live-ecm child
Theme URI:
Description:live-ecm child
Template:live-ecm
Author:Remake
Author URI:https://live-ecm.com/
Version:4.1.7
*/

/* CSS Document */
/* 共通パーツ等
-------------------------------------------------------------- */
a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* 固有名詞画像
------------------------------ */
img.img-company {
    height: 16px !important;
    display: inline;
    vertical-align: text-top;
    opacity: 0.7;
}

img.img-owner {
    height: 16px !important;
    opacity: 0.75;
}

img.img-address {
    height: 38px !important;
    opacity: 0.7;
}

img.img-tel {
    height: 13px !important;
    opacity: 0.7;
}

img.img-mail {
    height: 30px !important;
}

/* テーブル
------------------------------ */
table.table-default th,
table.table-default td {
    border: solid 1px #ccc !important;
}

/* ヘッダー
-------------------------------------------------------------- */
/* ヘッダーナビゲーション
------------------------------ */
header #site-navigation ul.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
}

.primary-navigation {
    width: 100%;
}

.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
    background-color: #f7f7f7;
}

.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    font-weight: 700;
}

.main-navigation ul ul li,
.secondary-navigation ul ul li {
    border-bottom: #f5e9e2 solid 1px;
}

/* フッター
-------------------------------------------------------------- */
header#masthead {
    margin-bottom: 0;
    border-bottom: none;
    padding-top: 16px;
    border-bottom: solid 1px #ccc;
    position: sticky;
    top:0;
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    header#masthead {
        margin-bottom: 0;
        border-bottom: none;
        padding-top: 16px;
        /*border-bottom: solid 4px #f57900;*/
        position: relative;
        width: 100%;
    }
}


header#masthead .site-branding {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    padding: 0 0 1px;
}

header#masthead .site-search {
    margin-bottom: 0;
    margin-top: 15px;
}

header#masthead .site-branding img.custom-logo {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* ナビゲーション
------------------------------ */
header#masthead .storefront-primary-navigation {
    padding-bottom: 8px;

    display: flex;
}

header#masthead .storefront-primary-navigation>.col-full {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

header#masthead .storefront-primary-navigation nav.main-navigation {
    display: flex !important;
    order: 2;
    margin-right: 0;
}

header#masthead .storefront-primary-navigation nav.main-navigation ul.nav-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-left: 0;
    width: 100%;
}

header#masthead .storefront-primary-navigation nav.main-navigation ul.nav-menu>li.menu-item>a {
    padding: 0;
}


header#masthead ul.site-header-cart a.cart-contents {
    padding: 0;
    font-size: 22px;
    margin: 0;
}

header#masthead ul.site-header-cart a.cart-contents:after {
    color: #D68316;
    margin: 0 0 0 10px;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: #fad26e !important;
}

.wc-block-grid__product-onsale,
.onsale,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #D68316 !important;
}

button.menu-toggle {
    position: absolute;
}

.main-navigation ul li a,
.site-title a,
.site-branding h1 a,
button.menu-toggle,
button.menu-toggle:hover,
.handheld-navigation .dropdown-toggle {
    color: #222;
    right: 7px;
    top: 16px;
    z-index: 991;
}

.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
    background-color: #D68316 !important;
    border-color: #D68316 !important;
}

button.menu-toggle {
    border: none;
}

button.menu-toggle::before {
    transform: translateY(-9px);
}

button.menu-toggle::after {
    transform: translateY(9px);
}

button.menu-toggle::before,
button.menu-toggle::after,
button.menu-toggle span::before {
    height: 4px;
    width: 26px;
    margin-top: 0px;
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    background-color: #000 !important;
}

.menu-toggle:focus {
    outline: 0;
}
body:not(.user-type-vendor) .pro-dashboard{
    display: none; /*ベンダロール以外のダッシュボード*/
}
body:not(.user-type-yith_affiliate) .affiliate-dashboard{
    display: none; /*アフィリエイター以外のダッシュボード*/
}
.wcv-cols-group.wcv-horizontal-gutters {
    display: flex;
    flex-direction: row-reverse;
}
footer .footer-widgets {
    padding-top: 0;
    border-bottom: none;
}

footer .footer-widgets .widget_nav_menu {
    margin-bottom: 0;
}

footer .site-info {
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

/* ヘッダースライダー
------------------------------ */
.flexslider {
    border: none !important;
}

.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
    color: #ffffff80;
}

/* フッター
-------------------------------------------------------------- */
/* フッターナビゲーション
------------------------------ */
footer.site-footer ul#menu-footer_menu-1 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

footer.site-footer ul#menu-footer_menu-1>li.menu-item:nefore {
    display: none;
}

/* 固定ページ共有
-------------------------------------------------------------- */
body {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    color: #000;
}

body.page .hentry .entry-content .alignwide {
    margin-left: auto !important;
    margin-right: auto !important;
}

body.page div#content {
    padding-top: 5px;
}

body.page div#content main article .entry-content {
    padding-top: 16px;
}

h2.sectiontitle {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #0047AD;
    line-height: 1.4em;

}

.imagecolumn {
    border-bottom: solid 1px #ccc;
}

.imagecolumn .number {
    font-size: 60px;
    color: #0047AD;
    text-align: right;
    margin: 0;
    font-weight: bold;
    line-height: 1em;
}

.imagecolumn h3 {
    margin: 0 0 20px;
}

/* 見出し
------------------------------ */
body.page header.entry-header h1.entry-title {
    font-size: 32px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 700;
    text-align: center;
}

h3.wp-block-heading {
    font-size: 1.5rem;
}
/* シングルページ
-------------------------------------------------------------- */
/* 商品ページ
------------------------------ */
@media screen and (max-width: 480px) {
    body.single-product #content {
        margin-top: 40px;
    }
}

.product-table-title {
    font-size: .9rem;
    font-weight: 700;
    color: #f57a00;
    margin-bottom: .25rem;
}

.woocommerce-Tabs-panel--description dl {
    border-top: 2px solid #f57a00;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-Tabs-panel--description dt {
    width: 25%;
}

.woocommerce-Tabs-panel--description dd {
    width: 75%;
}

.woocommerce-Tabs-panel--description dt,
.woocommerce-Tabs-panel--description dd {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f4f2f1;
    font-weight: normal;
    padding: 1rem 0 0 0.5rem;
}

.woocommerce-tabs .panel h2:first-of-type {
    display: none
}

.product .onsale {
    position: absolute;
    top: 0;
    right: 0;
    background: #fad26e;
    color: #492815;
    padding: 0.35rem;
    border: none;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 9px;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
    border-radius: 12px;
}

/* カテゴリーページ
------------------------------ */

/*@media (max-width: 600px) {
body.archive #content {
	margin-top: 100px;
}
}*/

body.archive ul.products li.product {}

input[type="search"] {
    background-color: #fff;
    color: #43454b;
    border: solid 1px #ccc;
    border-radius: 4px;
}

#page .flexslider .slides img {
    width: auto;
    height: 222px !important;
    /* object-fit: cover; */
    display: block;
    border-radius: 17px;
    box-shadow: 5px 5px 12px #aaa9;
}

.flexslider .slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    padding: 0.4rem 0;
}

#page .flex-direction-nav a:before {
    font-size: 23px;
}

#page .flex-direction-nav .flex-next,
#page .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    z-index: 0 !important;
    background-color: #D68316;
    border-radius: 70%;
    text-align: center;
    padding-top: 0.4rem;
}

.wp-element-button.add_to_cart_button {
    background: #eee;
    color: #000;
    font-weight: 700;
}

.add_to_cart_button i.fa.fa-shopping-cart {
    color: #D68316;
    margin-right: 0.25rem;
}

.woocommerce-loop-product__title,
.product .price,
.woocommerce-Price-amount bdi {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 1rem;
}

.single_add_to_cart_button.button.alt {
    background-color: #ff9900;
}

.single_add_to_cart_button.button.alt:hover {
    background-color: #ffb443;
}

.wpulike {
    display: inline !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #D68316 !important;
    padding: 1em 2em 1em 1.5em !important;
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-noreviews li {
    padding-left: 1.5rem;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
    left: 0.2em !important;
}

.storefront-sorting select {
    padding: 0.25rem;
    color: #000;
    border-color: #ccc;
}

.site-footer a:not(.button):not(.components-button) {
    color: #000 !important;
    text-decoration: none;
}

.site-footer {
    background-color: #f4f4f4;
    color: #000 !important;
    border-bottom: 8px solid #ff6600;
    padding: 30px 0 30px;
}

.widget_nav_menu ul li::before {
    color: #D68316 !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.wpcf7-submit {
    margin-left: 1rem
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button {
    background-color: #D68316;
    border-color: #D68316;
    color: #fff;
}

.justify-center {
    justify-content: center;
}

.mw-35 {
    max-width: 350px;
    margin: auto;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.wpcf7-previous,
.wpcf7-submit {
    width: 33% !important
}

ul.products,
.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.storefront-full-width-content .woocommerce-products-header {
    padding-bottom: 0
}

.hentry .entry-content a {
    text-decoration: none;
}

.list-none {
    list-style-type: none;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left;
}

.slides a {
    cursor: default
}
.header-login a{padding: .7rem;}
.header-login {
    position: absolute;
    right: .5rem;
    top: -9px;
    z-index: 10;
}
@media (max-width: 768px) {
    .header-login{display: none;}
}

@media (min-width: 768px) {
    button.menu-toggle {padding: 0;}
    .handheld-navigation { display: none;}

    .main-navigation ul.menu>li.menu-item-has-children>a::after,
    .main-navigation ul.menu>li.page_item_has_children>a::after,
    .main-navigation ul.nav-menu>li.menu-item-has-children>a::after,
    .main-navigation ul.nav-menu>li.page_item_has_children>a::after {
        color: #D68316;
    }

    .storefront-primary-navigation>.col-full {
        width: 100%;
    }

    .woocommerce-active .site-header .site-search {
        float: none;
        position: absolute;
        right: 9.4rem;
        transform: translate(10%, -50%);
        z-index: 9;
    }

    #masthead>.col-full {
        position: relative;
    }

    .site-search .widget_product_search form::before {
        top: 0.75em !important;
        left: 0.65em !important;
        color: #D68316;
        font-size: 1.3rem;
        left: 13.7rem;
    }


    .site-header-cart .cart-contents .count {
        font-size: .6em !important;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}


.footer-cart-contents .count {
    background-color: #ec5b5b !important;
}

.button.alt {
    background-color: #be252e;
}

.button.alt:hover {
    background-color: #ff2b2b
}

@media (max-width: 768px) {

    .woocommerce-active .site-header .site-search {
        float: none;
        position: absolute;
        top: 50%;
        right: 3.5%;
        transform: translate(10%, -50%);
        z-index: 9;
    }

    .woocommerce-message .button {
        display: block;
        margin-bottom: 0.5rem;
        float: none !important;
    }

    .storefront-primary-navigation>.col-full {
        width: 100%;
    }

    .main-navigation.toggled .handheld-navigation,
    .main-navigation.toggled .menu>ul:not(.nav-menu),
    .main-navigation.toggled ul[aria-expanded=true] {
        left: 0;
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 0 2rem;
        top: 5rem;
        border-top: solid 1px #eee;
        z-index: 9;
    }

    .handheld-navigation,
    .nav-menu,
    .main-navigation div.menu>ul:not(.nav-menu) {
        transition: none !important;
    }

    header#masthead .site-branding img.custom-logo {
        max-width: 58%;
    }

    input.wpcf7-form-control {
        width: 100%;
    }

    footer.site-footer .widget_nav_menu ul li {
        width: 50%;
    }

    ul#menu-footer_menu {
        flex-wrap: wrap;
    }

    ul.products li.product {
        width: 50%;
        padding: 0 5px;
    }

    .site-footer {
        background-color: #f4f4f4;
        color: #000 !important;
        border-bottom: 8px solid #ff6600;
        padding: 30px 0;
        margin: 0 0 70px;
    }

}

@media (max-width: 568px) {
    header#masthead .site-branding img.custom-logo {
        max-width: 217px;
    }

    .ml-sm-0 {
        margin-left: 0;
    }
}


.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

/* SP非表示設定 */
@media screen and (max-width: 980px) {
    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }
}

/* ----------------------------------------------------------------------
エフェクト　表示
---------------------------------------------------------------------- */
/* 画面外にいる状態 */
.fadein {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.fadein:nth-of-type(2) {
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
}

.fadein:nth-of-type(3) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

.fadein:nth-of-type(4) {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}

.fadein:nth-of-type(5) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

.fadein:nth-of-type(6) {
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
}

.fadeup-contents {
    -webkit-animation-name: fadeup-contents;
    animation-name: fadeup-contents;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeup-contents {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeup-contents {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.main-visual {
    margin: 0;
    padding: 0;
    height: 680px;
    box-sizing: border-box;
    position: relative;

}

.main-logo{
    margin: 0px auto 0;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    width: 600px;
}

.site-cate {
    margin: 5px 10px 0 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
}

.lead-big {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    background: #FAF4A8;
}

.bg-blue {
    margin: 0;
    background: #0047AD;
    color: #fff;
}

.bg-gray {
    margin: 0;
    background: #f4f4f4;
}

.bg-gray-prof {
    margin: 0 0 50px;
    background: #f4f4f4;
}

@media screen and (max-width: 768px) {
    .main-logo{
        margin: 10px auto 0;
        width: 100%;
    }
    .main-visual {
        margin: 0px 0 0;
        padding: 10px 0;
        height: 280px;
    }

    .main-pic {
        margin: 0 auto;
        padding: 0;
        background: url("../img/img-mainv-01.jpg") no-repeat;
        background-size: cover;
        background-position: center center;
        height: 440px;
        max-width: 94%;
        text-indent: -9999px;
        border-radius: 20px;
    }
}

.page-container {
    margin: 0 auto;
    padding: 50px 15px;
    max-width: 1200px;
    line-height: 1.8;
}

@media screen and (max-width: 992px) {
    .page-container {
        margin: 0 auto;
        padding: 50px 15px;
        max-width: 1200px;
    }
}

@media screen and (max-width: 480px) {
    .page-container {
        margin: 0;
        padding: 40px 15px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.page-heading {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .page-heading {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
}

ul.point-base {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.point-base li {
    margin: 0;
    padding: 40px;
    width: 47%;
    list-style-type: none;
    background: #fff;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 768px) {
    ul.point-base {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    ul.point-base li {
        margin: 10px 0;
        padding: 20px;
        width: 100%;
        list-style-type: none;
    }
}

.prof-base {
    margin: 0 auto;
    padding: 30px 50px;
    border-radius: 12px;
    text-align: left;
    max-width: 1000px;
    border: 0px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.prof-base .prof-title {
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 780px) {
    .prof-base {
        margin: 20px auto 0;
        padding: 30px 50px;
        background: #fff;
        border-radius: 12px;
        text-align: left;
        width: 100%;
    }

    .prof-base .prof-title {
        margin: 0;
        padding: 0 0 5px;
        border-bottom: 0px solid #eee;
        font-weight: bold;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .prof-base {
        margin: 0px auto 0;
        padding: 10px 20px;
        background: #fff;
        border-radius: 12px;
        text-align: left;
        width: 100%;
    }

    .prof-base .prof-title {
        margin: 0;
        padding: 0 0 5px;
        border-bottom: 1px solid #eee;
        font-weight: bold;
        font-size: 18px;
    }
}

.locaboliveec-pic {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

.locaboliveec-pic img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {
    .locaboliveec-pic {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .locaboliveec-pic img {
        width: 100%;
        height: auto;
    }
}

.pic-text {
    margin: 40px auto 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/*よくある質問　＋の位置調整*/
.ewd-ufaq-post-margin-symbol span {
    padding: 10px 0 0;
    font-size: 12px;
    color: #999;
}

/*会員登録*/
.touroku-area {
    margin: 40px 0 0;
    padding: 25px 0 35px;
    background: #FFF7EA;
    border-radius: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 99%;
}

.touroku-area h2 {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.button-touroku {
    display: inline-block;
    width: 250px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    line-height: 53px;
    outline: none;
    background-color: #FC8841;
    color: #fff;
    border-radius: 33px;
    font-size: 18px;
    cursor: pointer;
}

.button-touroku::before,
.button-touroku::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}

.button-touroku,
.button-touroku::before,
.button-touroku::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button-touroku:hover {
    background-color: #FABF95;
    color: #fff;
}

/*お問い合わせ　送信ボタン*/
.wpcf7-form input[type=submit] {
    margin: 30px 0 0;
    padding: 10px 20px;
    background: #FC8841;
    color: #fff;
    border-radius: 25px;
    border: none;
    display: block;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wpcf7-form input[type=submit]:hover {
    background: #FABF95;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 10px 20px;
    display: block;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
    margin: 5px 0 0;
}

.u-mt-xsmall {
    margin: 10px 0 0;
}

.u-mt-small {
    margin: 20px 0 0;
}

.u-mt {
    margin: 30px 0 0;
}

.u-mt-large {
    margin: 40px 0 0;
}

.u-mt-xlarge {
    margin: 50px 0 0;
}

.u-mt-xxlarge {
    margin: 60px 0 0;
}

.u-mr-xxsmall {
    margin: 0 5px 0 0;
}

.u-mr-xsmall {
    margin: 0 10px 0 0;
}

.u-mr-small {
    margin: 0 20px 0 0;
}

.u-mr {
    margin: 0 30px 0 0;
}

.u-mr-large {
    margin: 0 40px 0 0;
}

.u-mr-xlarge {
    margin: 0 50px 0 0;
}

.u-mr-xxlarge {
    margin: 0 60px 0 0;
}

.u-mb-xxsmall {
    margin: 0 0 5px 0;
}

.u-mb-xsmall {
    margin: 0 0 10px 0;
}

.u-mb-small {
    margin: 0 0 20px 0;
}

.u-mb {
    margin: 0 0 30px 0;
}

.u-mb-large {
    margin: 0 0 40px 0;
}

.u-mb-xlarge {
    margin: 0 0 50px 0;
}

.u-mb-xxlarge {
    margin: 0 0 60px 0;
}

.u-ml-xxsmall {
    margin: 0 0 0 5px;
}

.u-ml-xsmall {
    margin: 0 0 0 10px;
}

.u-ml-small {
    margin: 0 0 0 20px;
}

.u-ml {
    margin: 0 0 0 30px;
}

.u-ml-large {
    margin: 0 0 0 40px;
}

.u-ml-xlarge {
    margin: 0 0 0 50px;
}

.u-ml-xxlarge {
    margin: 0 0 0 60px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
    text-align: center;
}

.align_r {
    text-align: right;
}

.align_l {
    text-align: left;
}

.flo_l {
    float: left;
}

.flo_r {
    float: right;
}

.cboth {
    clear: both;
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=70 )";
    background: none !important;
    cursor: pointer;
}

/* ----------------------------------------------------------------------
 header - ヘッダー設定
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
    font-size: 10%;
}

.text20 {
    font-size: 20%;
}

.text30 {
    font-size: 30%;
}

.text40 {
    font-size: 40%;
}

.text50 {
    font-size: 50%;
}

.text60 {
    font-size: 60%;
}

.text70 {
    font-size: 70%;
}

.text80 {
    font-size: 80%;
}

.text90 {
    font-size: 90%;
}

.text100 {
    font-size: 100%;
}

.text110 {
    font-size: 110%;
}

.text120 {
    font-size: 120%;
}

.text130 {
    font-size: 130%;
}

.text140 {
    font-size: 140%;
}

.text150 {
    font-size: 150%;
}

.text160 {
    font-size: 160%;
}

.text170 {
    font-size: 170%;
}

.text180 {
    font-size: 180%;
}

.text190 {
    font-size: 190%;
}

.text200 {
    font-size: 200%;
}

.text210 {
    font-size: 210%;
}

.text220 {
    font-size: 220%;
}

.text250 {
    font-size: 250%;
}

.text300 {
    font-size: 300%;
}

.text400 {
    font-size: 400%;
}

.text-bd {
    font-weight: 700;
}

.text-ud {
    text-decoration: underline;
}

.text-normal {
    font-weight: 400;
}

/* コピーライト非表示　*/
.site-info {
    display: none;
}

/* お問い合わせ　テキスト入力横幅調整*/
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
.input-text {
    padding: 5px 10px;
    background-color: #fefefe;
    color: #43454b;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

.news {
    margin: 180px auto 60px;
    padding: 0 10px;
    max-width: 1064px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .news {
        margin: 0px auto 40px;
        padding: 0 10px;
        max-width: 1064px;
        box-sizing: border-box;
    }
}

.table-fit table {
    width: auto !important;
}
/* アフィリエイト申請でベンダーになるを消す */
.yith-wcaf-registration-form .apply_for_vendor_label{display: none;}
.wcv-vendor-list-search .control-group {
    display: flex;
    flex-flow: column;
    padding: 0 1rem;
}
select#_wcv_vendor_cat {
    border-radius: 0;
    padding: 9px;
}

@media (min-width: 768px) {
    .site-header .site-branding {
        display: block;
        width: 300px;
        float: left;
        margin-left: 0;
        margin-right: 0;
        clear: both;
    }

    header#masthead .storefront-primary-navigation nav.main-navigation ul.nav-menu {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        margin-left: 0;
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    
}

.newsarea{
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    width: 100%;
}

ul.news-text{
    margin: 30px auto;
    padding: 0;
    width: 800px;
    list-style: none;
}

@media screen and (max-width: 768px) {
    ul.news-text{
        margin: 30px auto;
        padding: 0;
        width: 100%;
        list-style: none;
    }
}

ul.news-text li{
    margin: 25px 0;
    padding: 0 0 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.contents-heading{
    margin: 40px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

.bg-green{
    background: #E4F8EF;
}

.bg-gray{
    background: #f4f4f4;
}

.kinou-base{
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.kinou-base .kinou-box{
    margin: 20px 0;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    width: 48%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.kinou-base .kinou-box .left-box{
    margin: 0;
    padding: 0;
    width: 40%;
}

.kinou-base .kinou-box .left-box img{
    width: 90%;
    height: auto;

}

ul.kinou-list{
    margin: 0;
    padding: 0;
    width: 50%;
}

ul.kinou-list li{
    margin: 5px 0;
    padding: 0;
    box-sizing: border-box;
    list-style: disc;
}

.kinou-base-02{
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.kinou-base-02 .kinou-box-small{
    margin: 20px 0;
    padding: 20px 15px;
    background: #fff;
    border-radius: 12px;
    font-weight: bold;
    width: 18%;
    box-sizing: border-box;
}


.kinou-base .kinou-box-small{
    margin: 20px 0;
    padding: 20px 15px;
    background: #fff;
    border-radius: 12px;
    font-weight: bold;
    width: 18%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .kinou-base{
        margin: 20px 0 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .kinou-base .kinou-box{
        margin: 20px 0;
        padding: 40px;
        background: #fff;
        border-radius: 12px;
        width: 100%;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .kinou-base .kinou-box .left-box{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .kinou-base .kinou-box .left-box img{
        width: 90%;
        height: auto;
    
    }
    
    ul.kinou-list{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    ul.kinou-list li{
        margin: 5px 0;
        padding: 0;
        box-sizing: border-box;
        list-style: disc;
    }

    .kinou-base-02 .kinou-box-small{
        margin: 20px 0;
        padding: 20px 15px;
        background: #fff;
        border-radius: 12px;
        font-weight: bold;
        width: 48%;
        box-sizing: border-box;
    }
}

.btn-orange {
    background-color: #ff6f00;
    color: #fff;
    font-weight: 900;
}

.btn-01 {
	display: inline-block;
    padding: 0 0 3px;
	width: 380px;
	height: 55px;
    line-height: 53px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ff6600;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
    font-weight: bold;
	cursor: pointer;
}

.btn-01:hover {
	background: #fb8232;
    color: #fff;
}

.btn-02 {
	display: inline-block;
	width: 380px;
	height: 55px;
    line-height: 53px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ff6600;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
    font-weight: bold;
	cursor: pointer;
}

.btn-02:hover {
	background: #fb8232;
    color: #fff;
}

@media screen and (max-width: 768px) {

    .btn-01 {
        display: inline-block;
        padding: 0 0 3px;
        width: 100%;
        height: 55px;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #ff6600;
        color: #fff;
        border-radius: 33px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }
    .btn-02 {
        display: inline-block;
        width: 100%;
        height: 55px;
        line-height: 53px;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #ff6600;
        color: #fff;
        border-radius: 33px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

.sp-ph img {
    width: 100%;
    height: auto;
}

}


.storefront-full-width-content .woocommerce-products-header h1:last-child {
        margin-bottom: 50px;
        font-size: 30px;
        font-weight: bold;
    }

@media screen and (max-width: 768px) {
    .storefront-full-width-content .woocommerce-products-header h1:last-child {
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: bold;
    }
}

.vendor_list--shop-name{
    margin: 10px;
    padding: 0;
    font-size: 16px;
    color: #000;
}
.vendor_list--shop-name a{
    color: #000;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
div#primary {
    max-width: 100% !important;
    margin: auto !important;
    padding: 0 0 30px;
}
.site-main {
    margin: 0 auto !important;
    width: 100% !important;
}
ul.products {
    margin: 0 0 0 -30px !important;
}

.secondary-navigation{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

.menu-secondarymenu-container ul{
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

.menu-secondarymenu-container ul li{
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    list-style: none;
}
}
.slider{
    background: url("img/pattern-bg.png") no-repeat !important;
    background-size:cover;
  }

  .slick-dots {
    position: absolute;
    bottom: 13px !important;
    display: block;
    width: 100%;
    padding: 0px 0 0;
    margin: 0px 0 0;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 768px) {
.products .slick-dots {
    position: absolute;
    bottom: -16px !important;
    display: block;
    width: 100%;
    padding: 0px 0 0;
    margin: 0px 0 0;
    list-style: none;
    text-align: center;
}
}

.alpha.entry-title, .eo-event-title.entry-title {
    font-size: 1.5rem;
    padding: 0.55rem 0;
}

.tetsuzuki-base{
    margin: 50px 0 0;
    padding: 20px 40px 40px;
    background: #f4f4f4;
    border-radius: 20px;
}

.tetsuzuki-title{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.flow-base{
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
}

.flow-base .box{
    margin: 0;
    padding: 0;
    width: 21%;
}

.flow-base .arrow{
    margin: 0;
    padding: 0;
    width: 5%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .tetsuzuki-base{
        margin: 50px 0 0;
        padding: 20px 15px;
        background: #f4f4f4;
        border-radius: 20px;
    }
    .flow-base{
        margin: 20px 0 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
    }
    
    .flow-base .box{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .flow-base .arrow{
        margin: 10px 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .flow-base .arrow img{
        margin: 0;
        padding: 0;
        transform: rotate(90deg);
        text-align: center;
    }


}



.flow-base .box .t-title{
    margin: 0;
    padding: 5px 0;
    border-radius: 12px 12px 0 0;
    background: #2AB781;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #2AB781;
}

.flow-base .box .t-text{
    margin: 0;
    padding: 10px;
    border-radius: 0px 0px 12px 12px;
    background: #fff;
    font-size: 15px;
    text-align: left;
    border: 1px solid #2AB781;
}

.flow-base .box .t-text .t-img{
    margin: 10px auto;
    padding: 0;
    width: 60px;
    text-align: center;
}

.flow-base .box .t-text .t-img img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .flow-base .box .t-text .t-img{
        margin: 10px auto;
        padding: 0;
        width: 30%;
        text-align: center;
    }
    .flow-base .box .t-text .t-img img{
        width: 100%;
        height: auto;
    }
}

.tetsuzuki-balloon {
    position: relative;
    display: inline-block;
    margin: 40px auto 0;
    padding: 15px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #2AB781;
    box-sizing: border-box;
    border-radius: 12px;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .tetsuzuki-balloon {
        font-size: 16px;
        text-align: left;
      }

  }
  


  .tetsuzuki-balloon:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #2AB781;
    z-index: 2;
  }
  
  .tetsuzuki-balloon:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #2AB781;
    z-index: 1;
  }



  .color-orange{
    color: #ff6600;
  }

  .aff-btnbase{
    margin: 50px 0 0;
    text-align: center;
    clear: both;
  }
  label[for="_wcv_store_address2"]{display: none;}