/*
Theme Name: Blaze
Theme URI: http://blaze.edge-themes.com
Description: A Portfolio Theme with Attitude
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: blaze
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

i,
cite,
em,
var,
address,
dfn {
    font-style: normal !important;
}

.wpb_content_element {
    margin-bottom: 20px;
}

.yakuhanjp {
    font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}

.yakuhanjps {
    font-family: YakuHanJPs, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
}

.yakuhanmp {
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.yakuhanmps {
    font-family: YakuHanMPs, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.yakuhanrp {
    font-family: YakuHanRP, "Rounded Mplus 1c", sans-serif;
}

.yakuhanrps {
    font-family: YakuHanRPs, "Rounded Mplus 1c", sans-serif;
}

body {
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    font-weight: normal !important;
    background: url(../../uploads/2018/04/8e1b944f4389bdaab6f11d5bc83190c8.jpg) repeat !important;
}


/* body背景が表示されるようにしている */

.edgtf-wrapper {
    background: transparent !important;
}

.edgtf-wrapper-inner,
.edgtf-full-width,
.edgtf-content,
.edgtf-content-inner>.edgtf-container {
    background: transparent !important;
}

footer .edgtf-footer-top-holder {
    background: transparent !important;
}

footer .edgtf-footer-bottom-holder {
    background: transparent !important;
}


/* --------- */

img {
    vertical-align: bottom;
}

#sub h5 {
    background-color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 13px 10px;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
}

#sub h5:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

#sub .bnr-list {
    margin-bottom: 15px;
    padding: 5px;
}

#sub .menu-list h5 {
    background-color: #8c0007;
    color: #fff;
}

#sub .menu-list h5:before {
    border: 15px solid transparent;
    border-top: 15px solid #8c0007;
}

#sub .menu-list ul {
    list-style-type: none;
    padding: 30px 20px 10px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: -20px;
}

#sub .menu-list ul li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #999;
    text-indent: -1em;
    padding-left: 1em;
}

#sub .menu-list ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #8c0007;
}

#sub .menu-list ul li a:hover {
    color: #8c0007;
}

#sub .white-base {
    background: #fff;
}

#sub .sub-heading {
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    color: #333;
    padding-top: 25px;
}

#sub .sub-text {
    padding: 0 20px 30px 20px;
    color: #333;
}

#sub .padd0 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #sub {
        margin-top: 5em;
    }
}

.edgtf-page-header {
    background-color: #fff !important;
    border-bottom: 5px solid #8c0007;
}

#slider-pro-1 .sp-buttons {
    margin-top: -22px;
    padding-top: 0;
}

.edgtf-main-menu>ul>li>a {
    height: 100%;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    background-color: transparent;
    /*
  -webkit-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
  -moz-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
  transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out
  */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.edgtf-main-menu>ul>li>a:before {
    height: 2px;
    bottom: 0;
}

.edgtf-main-menu>ul>li>a:after {
    height: 1px;
    bottom: 4px;
}

.edgtf-main-menu>ul>li>a>span.edgtf-item-outer {
    display: block;
    position: relative;
    top: 50%;
    /*
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
  */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.edgtf-main-menu>ul>li>a span.edgtf-item-inner {
    display: inline-block;
    padding: 0 17px;
    border-width: 0;
    position: relative;
    border-color: transparent;
    background-color: transparent;
    /*
  -webkit-transition: border-color .2s ease-out,background-color .2s ease-out;
  -moz-transition: border-color .2s ease-out,background-color .2s ease-out;
  transition: border-color .2s ease-out,background-color .2s ease-out
  */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.edgtf-main-menu>ul>li>a span.edgtf-item-inner .edgtf-item-text {
    position: relative;
}

.edgtf-main-menu>ul>li>a span.edgtf-item-inner .edgtf-item-text:after {
    content: none;
    width: 0 !important;
    display: block;
    height: 0 !important;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    /*
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out
  */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.edgtf-main-menu>ul>li>a:hover span.edgtf-item-inner .edgtf-item-text:after {
    background-color: #1d1d1d;
}

.edgtf-main-menu>ul>li>a .edgtf-item-outer {
    left: 0;
    overflow: hidden;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

.edgtf-main-menu>ul>li>a span.edgtf-item-inner:after,
.edgtf-main-menu>ul>li>a span.edgtf-item-inner:before,
.edgtf-main-menu>ul>li>a:after,
.edgtf-main-menu>ul>li>a:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    background-color: transparent;
    /*
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    width: 100%;
}

.edgtf-main-menu ul li {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: none;
}

.edgtf-main-menu ul li:hover {
    background: #eee;
}

.edgtf-main-menu ul li:first-child {
    border-left: 1px solid #e6e6e6;
}

a:hover img {
    opacity: 0.7;
}

a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.edgtf-main-menu ul li a {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: bold !important;
    color: #1d1d1d;
}

#main h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 0 0 10px 30px;
    border-bottom: 3px solid #8a0007;
    position: relative;
    color: #fff;
}

#main h4 span {
    padding-left: 10px;
    color: #808080;
    font-size: 15px;
}

#main h4:before {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    content: "";
    width: 10px;
    height: 10px;
    border: 4px solid #8a0007;
    border-radius: 100%;
}

#main h5 {
    font-size: 18px;
    color: #8a0007;
    margin: 20px 0;
    padding: 0;
}

.edgtf-top-bar {
    background-color: #fff !important;
    height: 100px !important;
    padding: 10px 0;
}

.edgtf-top-bar .widget {
    font-size: 15px !important;
    line-height: 1.42857143 !important;
}

.edgtf-top-bar p {
    color: #333 !important;
    margin: 0;
}

img.logo {
    padding: 5px 0;
    height: 80px;
    width: auto;
}

.bg-white .wpb_wrapper {
    background: #fff;
}

.bg-white .wpb_wrapper {
    background: rgba(0, 0, 0, 0) !important;
}

#side-menu {
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 500;
}

#side-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#side-menu ul li img {
    width: 100%;
}

#side-menu ul li {
    margin-bottom: 3px;
    cursor: pointer;
    width: 55px;
}

#side-menu ul li img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#side-menu ul li:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

@media (max-width: 992px) {
    #side-menu ul li {
        width: 45px;
    }
}

@media (min-width: 768px) {
    #side-menu.fixed {
        position: fixed;
    }
}

@media (width: 768px) {
    #sub h5 {
        font-size: 14px;
    }
    #sub .sub-heading {
        font-size: 110%;
        padding: 25px 5px 5px 0;
    }
}

@media (max-width: 767px) {
    /* side-menu */
    #side-menu {
        position: fixed;
        bottom: 0;
        top: auto;
    }
    #side-menu ul {
        display: flex;
        margin: 0 -5px;
    }
    #side-menu ul li {
        width: 50%;
        padding: 0 2px;
        margin: 0;
    }
    #side-menu ul li.sp-no {
        display: none;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
        line-height: 0;
    }
}


/*luvicon*/

.section001_bg>.vc_column-inner {
    padding-top: 0 !important;
}

.section001_bg {
    margin-bottom: 3em;
}

.section001_bg>.vc_column-inner>.wpb_wrapper {
    background-image: url("assets/img/sec001bg.png") !important;
    background-size: 100% 100% !important;
    padding: 20px 20px;
}

.scene_bg {
    background-color: #fff;
    padding-bottom: 20px;
    margin-top: 0px;
}

.margin_bottom_re {
    margin-bottom: 0px !important;
}

.pad10 {
    padding: 10px;
}

.bgwhite {
    background-color: #fff;
    width: 97%;
    margin-left: 15px;
}

.bgwhite05 {
    background: rgba(255, 255, 255, 0.3);
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.btext {
    text-align: center;
    font-size: 1.3em;
}

.bname {
    padding: 10px;
    margin: 0;
}

.tbold {
    font-weight: 800;
}

.tred {
    color: red;
}

.heading1 {
    color: #fff;
    font-size: 200%;
    text-align: center;
    position: relative;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.heading1::before,
.heading1::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.heading1::before {
    top: 0;
    left: 0;
    border-top: 2px solid #614b2c;
    border-left: 2px solid #614b2c;
}

.heading1::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #614b2c;
    border-right: 2px solid #614b2c;
}

.heading2 {
    color: #755534;
    font-size: 200%;
    text-align: center;
    font-weight: 600;
}

.heading3 {
    color: #ffff00;
    font-size: 180%;
    text-align: center;
    font-weight: 600;
}

.heading4 {
    color: #000;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
}

.seantx {
    line-height: 2;
    font-size: 110%;
    text-align: center;
    font-weight: 600;
    color: #000;
    padding: 20px;
}

.cen {
    text-align: center !important;
}

.rinktx {
    text-align: center;
}

.rinktx a {
    font-weight: 800;
    font-size: 100%;
    background: #8c0007;
    border-radius: 20px;
    padding: 5px 20px;
    width: 50%;
    color: #fff;
    margin: 20px 0;
}

.rinktx a:hover {
    filter: brightness(80%);
    transition-property: all;
    transition: 0.3s linear;
}

.toptx {
    color: #755534;
    font-size: 120%;
    font-weight: 600;
    line-height: 1.6;
}

.top-img-mg_0 {
    margin-bottom: 10px !important;
}

.top-time-text {
    margin-right: 5px;
    color: #fff;
    text-align: right;
    font-size: 1.2em;
    margin-bottom: 0;
}


/*.time{
	color:#fff;
	font-size:200%;
	line-height:1.6;
}*/

.taktext {
    color: #fff;
    font-size: 100%;
    line-height: 2;
}

.naka {
    text-align: center;
}

.line_h {
    line-height: 2;
}

body,
p {
    color: #fff;
}

.execphpwidget ul {
    list-style-type: none;
}

.firsttitle {
    /*background: url(../img/bg01.png) repeat;*/
    background-color: #8c0007;
    padding: 10px 30px;
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.5px;
    display: block;
    position: relative;
    color: #fff;
}

.firsttitle:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 7px;
    top: 0;
}

.firsttitle:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #643c18 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.tt-item {
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
}

.item-body {
    background-color: #fff;
}

.item-title {
    font-size: 18px;
    padding: 10px;
}

.tt-item .item-body .item-description p {
    color: #1d1d1d;
    margin-bottom: 0;
    padding: 10px;
}

.item-price {
    font-size: 23px;
    color: #8c0007;
    text-align: center;
    padding: 10px;
}

footer .edgtf-footer-bottom-holder {
    padding: 0px !important;
}

.edgtf-container-inner {
    padding-bottom: 0px !important;
}

.footer_bottom {
    padding: 25px 0px;
}

.footertext,
.comptext {
    color: #fff;
}

.comptext {
    line-height: 2;
}

.footer_b_l {
    text-align: left !important;
    padding: 50px 0 !important;
}

.edgtf-main-menu {
    display: block !important;
}

.edgtf-main-menu>ul {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    text-align: center !important;
}

.edgtf-main-menu>ul>li {
    flex-grow: 1 !important;
}

footer {
    z-index: 0 !important;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 30px 0;
}

.copyright {
    margin: 1em 0;
}

.copyright p {
    margin-bottom: 0;
}

.rink-white a {
    color: #fff;
}

a.rink-white {
    color: #fff;
}

.rink-white a:hover {
    opacity: 0.6;
}

a.rink-white:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 767px) {
    .footer-wrapper {
        padding: 30px 0 50px 0;
    }
}

.footer-wrapper .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-wrapper .box:first-child {
    margin-right: 10px;
}

.footer-wrapper .box:last-child {
    margin-left: 10px;
}

.footer-wrapper p {
    margin: 0;
    text-align: left;
}

.copyright {
    margin-bottom: 50px;
}

.edgtf-mobile-header-inner img.logo {
    width: 200px;
    height: auto;
}

.edgtf-mobile-header .edgtf-mobile-header-holder,
.edgtf-mobile-header .edgtf-mobile-nav {
    background-color: #8e0007 !important;
    color: #fff !important;
}

.edgtf-mobile-header .edgtf-mobile-nav a {
    color: #fff !important;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a {
    color: #fff !important;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a:hover {
    color: #fff !important;
}

.ranking-num {
    margin-bottom: 0;
    display: none;
}

@media (max-width: 1199px) {
    .ranking-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sp-button {
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .sp-button {
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .sp-button {
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (max-width: 568px) and (min-width: 320px) {
    .slider-pro {
        margin-top: -30px !important;
    }
    .sp-buttons {
        margin-top: -30px !important;
        margin-bottom: 30px !important;
    }
}

#edgtf-back-to-top-wrapper {
    position: fixed;
    bottom: 2vw;
    right: 5vw;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.26, 0.99);
    transition: transform 0.2s cubic-bezier(0.6, 0, 0.26, 0.99);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

#edgtf-back-to-top-wrapper.off {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

#edgtf-back-to-top-wrapper.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

#edgtf-back-to-top {
    display: inline-block;
    text-decoration: none;
    background: #ff8181;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #bd6565;
    transition: 0.4s;
    text-decoration: none !important;
    cursor: pointer;
    line-height: 1.75;
    vertical-align: middle;
    font-family: Quicksand, sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#edgtf-back-to-top:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    #edgtf-back-to-top-wrapper {
        bottom: 15vw;
    }
}

.edgtf-mobile-header .edgtf-mobile-nav {
    padding-bottom: 30px;
}

.detail-box .field_price {
    margin: 0 0 20px 0;
    text-align: right;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #fff;
}

.skuform {
    color: #fff;
}

.storycontent {
    margin-bottom: 6em;
}

.item-info .zaikostatus {
    font-size: 1.2em;
    margin: 1em 0 1.5em 0 !important;
}

#itempage .desc {
    border-top: 1px dashed #fff;
    padding-top: 2em;
    font-size: 1.5em;
}

.single-post .edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.single-post .edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    padding: 30px 0 !important;
}

#wc_cart {
    color: #fff;
}

#cart_table tbody {
    background: #fff;
    color: #333;
}

#cart_table tfoot,
#cart_table tfoot th {
    background: #fff;
    color: #333;
}

.customer_form tbody {
    background: #fff;
    color: #333;
}

#info-confirm {
    color: #fff;
}

table.law {
    margin-bottom: 1.071428em;
}

table.law tr {
    display: table-row;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

table.law th {
    display: table-cell;
    width: 25%;
    padding: .357143em 1.071428em;
    background-color: #efefef;
    border: 1px solid #ccc;
    vertical-align: middle;
}

table.law td {
    display: table-cell;
    padding: .357143em 1.071428em;
    border: 1px solid #ccc;
    text-align: left;
    color: #333;
    background-color: #fff;
}

table.law td p {
    color: #333;
}

table.law td a {
    text-decoration: underline;
}

table.law td a:hover {
    text-decoration: none;
}

.policy-section-title {
    font-size: 1.3em;
    color: #fff;
}

.iopt_select {
    padding: 5px;
}

.block-mb {
    margin-bottom: 3em !important;
}

.bg-white-blog {
    background-color: #fff;
    width: 99%;
    padding: 5px 0 5px 10px;
}

h3.edgtf-post-title {
    color: #fff !important;
}

.edgtf-post-info-date {
    color: #fff !important;
}

.rank-text {
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 2px;
}

.mg-text {
    margin-bottom: -15px !important;
    margin-left: 15px;
}

@media only screen and (max-width: 480px) {
    footer .edgtf-container-inner {
        padding-top: 0 !important;
    }
    .heading4 {
        font-size: 100%;
    }
    .heading3 {
        font-size: 150%;
    }
    .heading2 {
        font-size: 150%;
    }
    .seantx {
        font-size: 50%;
    }
    .rinktx {
        font-size: 50%;
    }
    .ranking-num {
        display: none;
    }
    .bg-white-blog {
        width: 97%;
    }
}

.currency_code {
    display: none;
}

#wc_cart #cart #cart_table_wrapper {
    overflow-x: auto;
    margin-bottom: 2em;
}

#wc_delivery .customer_form textarea {
    width: 100%;
    box-sizing: border-box;
}

#wc_delivery .send {
    margin-top: 2em;
}

#wc_confirm .send {
    margin-top: 2em;
}

#confirm_table th {
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .detail-box .field_price {
        font-size: 1.6em !important;
        margin-bottom: 0 !important;
    }
    #itempage .item-info {
        padding-top: 0.5em !important;
    }
    .item-info .zaikostatus {
        margin-top: 0.2em !important;
    }
    #wc_cart #cart .upbutton {
        text-align: left !important;
    }
    #wc_cart #cart .upbutton input[name=upButton] {
        float: right
    }
    #wc_cart #cart .upbutton {
        margin-bottom: 1em;
    }
    .xs-scroll-x {
        overflow-x: scroll;
    }
}

#error-page {
    font-size: 1.2em;
}

#error-page h2 {
    font-size: 1.4em;
    margin-bottom: 1em;
    color: #fff;
}

#error-page .return_settlement a {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #ff8c00;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

#error-page .return_settlement a:active {
    border-bottom: solid 2px #ff8c00;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#error-page .return_settlement a:hover {
    background: #d27d00;
}

.payment-box>li {
    list-style: none;
    margin-bottom: 1em;
}

.payment-box:not(.no-c)>li {
    color: #fff;
}

.payment-box>li:last-child {
    margin-bottom: 0;
}

.payment-box .card-icon {
    margin: 10px 0 0 0;
    padding: 0;
}

.payment-box .card-icon>li {
    list-style: none;
    display: inline-block;
}

.payment-box .card-icon:not(.no-c)>li {
    color: #fff;
}

.payment-box .card-icon>li img {
    height: 40px;
}

footer .payment-box .card-icon>li img {
    height: 40px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb0_6em {
    margin-bottom: 0.6em !important;
}

.mb1em {
    margin-bottom: 1em !important;
}

.error_message {
    margin-bottom: 1em;
    color: #fff;
}

.slider-pro {
    background: #fff;
}

.itemcode {
    display: none;
}

.firsttitle-osu {
    background-color: #8c0007;
    padding: 10px 30px;
    margin: 0 15px 20px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.5px;
    display: block;
    position: relative;
    color: #fff;
}

.firsttitle-osu:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 7px;
    top: 0;
}

.firsttitle-osu:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #643c18 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.holi-wrapper h1 {
    font-size: 2.0em;
    color: #8c0007;
    text-align: center;
    font-weight: 600;
}

.holi-wrapper p {
    font-size: 1.2em;
    padding-top: 2em;
    color: #333;
    font-weight: 600;
}


/* @date 19/11/27 */

input[type=submit] {
    background: #dddddd;
}

.edgtf-fixed-wrapper {
    position: relative;
}

.menu-cart-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 100;
}

.cf {
    *zoom: 1;
}

.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.cf:after {
    clear: both;
}

.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.snav ul,
.snav li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* 1 */


/* -- .snav -- */

.snav {
    width: auto;
    float: right;
    padding-top: 1.07143em;
    margin-right: .714286em;
}

.snav i {
    font-size: 1.57143em;
    padding: .454545em;
}

.incart-btn span {
    display: none;
}

.snav ul li i {
    color: #131313;
}

.incart-btn a {
    position: relative;
}

.incart-btn .total-quant {
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 20px;
    max-width: 30px;
    height: 20px;
    color: #fff;
    background-color: #fba60d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
}

.snav .membership {
    float: left;
}

.snav .membership a {
    display: block;
}

.snav .membership ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 1.4286em .714286em .714286em;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 2;
}

.snav .membership.On ul {
    display: block;
}

.snav .membership li {
    float: none;
    background: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 1.07143em .714286em;
    padding-bottom: .357143em;
}

.snav .membership li:first-child {
    margin-left: 0;
}

.snav .membership li:last-child {
    margin-bottom: 0;
    border: none;
}


/* -- .incart-btn -- */

.incart-btn {
    float: left;
}

.incart-btn a {
    display: block;
    color: #262626;
}


/* -- .search-box -- */

.search-box {
    float: left;
}

.snav .search-box i {
    font-size: 1.42857em;
    padding: .5em;
}

.search-box form {
    display: none;
}

.search-box.On form {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 1.4286em .714286em .714286em;
    background-color: #fff;
}

.search-box div.s-box {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    float: right;
    text-align: center;
}

.search-box input[type="text"] {
    width: 100%;
    border: none;
}

.search-box .searchsubmit {
    color: #aaa;
    font-size: 1.14286em;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    padding: .3124995em;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-box .searchsubmit:hover {
    background: none;
}

@media screen and (min-width: 1025px) {
    /* 1 */
    /* -- .snav -- */
    .snav {
        clear: right;
        margin-right: 0;
        padding-top: 1.071428em;
        float: none;
    }
    /* -- .search-box -- */
    .search-box {
        position: inherit;
        padding: 0 0 10px;
        float: right;
    }
    .snav .search-box i {
        display: none;
    }
    .search-box form {
        display: block;
    }
    .search-box div.s-box {
        width: auto;
    }
    .search-box input[type="text"] {
        width: auto;
        padding: .357143em;
        background-color: #fff;
    }
    .search-box .searchsubmit {
        position: inherit;
        color: #161616;
        padding: .357143em;
    }
    .snav .membership {
        padding: .357143em 0;
        float: right;
        overflow: hidden;
    }
    .snav .membership i {
        display: none;
    }
    .snav .membership ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }
    .snav .membership li {
        float: left;
        margin: 0;
        padding: 0;
        border: none;
        line-height: 100%;
    }
    .snav .membership li:first-child {
        color: #565656;
        font-weight: bold;
    }
    .snav .membership li:first-child,
    .snav .membership li a {
        font-size: 12px;
        border: none;
        margin: 0;
        padding: 0 .833334em;
        border-right: 1px solid #aaa;
    }
    .snav .membership li:last-child a {
        border-right: none;
    }
    /* -- .incart-btn -- */
    .incart-btn {
        min-width: 160px;
        margin-top: .714286em;
        float: right;
    }
    .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;
    }
    .incart-btn a:hover {
        background-color: #ffa500;
    }
    .incart-btn i {
        padding: 0;
    }
    .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 .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;
    }
}


/* 2 */


/* -- .snav -- */

.snav {
    padding: 0;
    margin-right: 0;
}

.snav i {
    color: #909090;
}

.snav .search-box i,
.snav .membership i,
.snav .incart-btn i {
    display: inline-block;
    font-size: 1.57143em;
    padding: 0 0 0 20px;
}

.snav .search-box.On i:before,
.snav .membership.On i:before {
    color: #666;
}

.snav .search-box i:hover,
.snav .membership i:hover,
.snav .incart-btn i:hover {
    cursor: pointer;
}

.snav .search-box form,
.snav .membership ul {
    display: block !important;
    position: absolute;
    top: 50px;
    left: auto;
    right: 0;
    width: 50vw;
    height: auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #333;
    z-index: -1;
}

.snav .search-box.On form,
.snav .membership.On ul {
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid #333;
    width: 50vw;
    top: 80px;
    right: 0;
    height: auto;
    opacity: 1;
    visibility: visible;
}


/* -- .search-box -- */

.snav .search-box form {
    z-index: 3;
}

.search-box div.s-box {
    border: none;
}

.search-box input[type="text"] {
    color: #aaa;
    width: 100%;
    padding: 0 45px 0 10px;
    line-height: 44px;
    background: none;
    border: 1px solid #aaa;
}

.search-box .searchsubmit {
    width: auto;
    color: #aaa;
    padding: 0 15px;
    line-height: 44px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-box .searchsubmit:hover {
    color: #aaa;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* -- .memebership -- */

.snav .membership li {
    margin: 0 0 10px;
}

.snav .membership li:first-child {
    color: #565656;
    border: none;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-size: 1.2em;
}

.snav .membership li,
.snav .membership li:last-child {
    border: 1px solid #333;
    padding-bottom: 0;
    text-align: center;
}

.snav .membership li a {
    color: #333;
    line-height: 44px;
    border: none;
    font-size: 1.1em;
}

.snav .membership li a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

#site-navigation li li.current-menu-item a,
#site-navigation .sub-menu li.current_page_item a,
#site-navigation .sub-menu li.current-menu-parent a,
#site-navigation .current-menu-ancestor .sub-menu a {
    background: none;
}


/* -- .incart-btn -- */

.snav .incart-btn i {
    padding-right: .454545em;
}

.incart-btn .total-quant {
    position: absolute;
    top: -8px;
    right: -5px;
    left: initial;
    color: #fff;
    background-color: #d3222a;
}

.loginbox {
    background: #fff;
}

.loginbox p {
    color: #1d1d1d;
}

#loginform p {
    margin: 0;
}

.loginbox input[type="text"],
.loginbox input[type="password"],
.loginbox input[type="email"],
.loginbox input[type="tel"],
.loginbox input[type="search"],
.loginbox input[type="url"] {
    padding: 0 10px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
}

.customer_form input[type="text"],
.customer_form input[type="password"],
.customer_form input[type="email"],
.customer_form input[type="tel"],
.customer_form input[type="search"],
.customer_form input[type="url"] {
    padding: 0 10px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
}

.item-info .quantity input.skuquantity {
    font-size: 18px;
}

#cart_table .quantity input {
    font-size: 18px;
}

.loginbox input#member_login {
    line-height: 40px;
    padding: 0 30px !important;
}

#wc_login .loginbox .new-entry h2 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
}

#wc_login .loginbox .new-entry #nav,
#wc_member .loginbox .new-entry #nav {
    margin-bottom: 0;
}

div.header_explanation {
    color: #fff;
}

#newmember input[type=submit] {
    color: #fff;
    background-color: #ff8c00;
    padding: 6px 20px;
}

.error_message {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
}

.member_sub_title {
    font-size: 1.14286em;
    margin: 0 0 1.25em;
    line-height: 1.25em;
}

#memberinfo table {
    background: #fff;
}

#memberinfo .member_submenu {
    margin: 30px 0;
}

#memberinfo .send {
    margin-top: 30px;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input.editmember,
.send input#purchase_button {
    color: #fff;
    background-color: #ff8c00;
}

#wc_changepassword #member_login {
    width: auto !important;
}

.member_submenu a {
    width: auto !important;
}

.customer_form {
    margin-bottom: 1.071428em;
}

@media screen and (min-width: 1025px) {
    /* 2 */
    .menu-cart-box {
        top: 100px;
        background: #fff;
        height: 100%;
    }
    /* -- .snav -- */
    .snav {
        float: none;
        margin: 0px 0px 0px 20px;
    }
    .snav .search-box i,
    .snav .membership i,
    .snav .incart-btn i {
        display: inline-block;
        font-size: 2em;
    }
    .search-box,
    .snav .membership,
    .incart-btn {
        float: left;
        margin-right: 20px;
        padding: 0;
    }
    .snav .search-box i,
    .snav .membership i,
    incart-btn i,
    .blog .snav .search-box i,
    .blog .snav .membership i,
    .blog .incart-btn i {
        padding: 0;
    }
    .snav .search-box i:hover,
    .snav .membership i:hover,
    .incart-btn i:hover,
    .blog .snav .search-box i:hover,
    .blog .snav .membership i:hover,
    .blog .incart-btn i:hover {
        color: #666 !important;
    }
    .snav .search-box,
    .snav .membership,
    .blog .snav .search-box,
    .blog .snav .membership {
        position: relative;
    }
    .snav .search-box form,
    .snav .membership ul,
    .blog .snav .search-box form,
    .blog .snav .membership ul {
        width: 300px;
        right: 0;
        top: -30px;
        left: -300px;
        z-index: -1;
    }
    .snav .search-box.On form,
    .blog .snav .search-box.On form {
        left: 270px;
        top: 0;
    }
    .snav .membership.On ul,
    .blog .snav .membership.On ul {
        width: 300px;
        right: 0;
        top: calc(2em + 10px);
        left: -300px;
        z-index: 100;
    }
    /* - .search-box - */
    .search-box .searchsubmit,
    .blog .search-box .searchsubmit {
        position: absolute;
    }
    .search-box input[type="text"],
    .search-box .searchsubmit,
    .blog .search-box input[type="text"],
    .blog .search-box .searchsubmit {
        line-height: 30px;
    }
    .search-box div.s-box,
    .blog .search-box div.s-box {
        width: 100%;
    }
    /* - .membership - */
    .snav .membership,
    .blog .snav .membership {
        overflow: initial;
    }
    .snav .membership li:first-child,
    .blog .snav .membership li:first-child {
        padding: 0;
    }
    .snav .membership li,
    .blog .snav .membership li {
        float: none;
    }
    .snav .membership li a,
    .blog .snav .membership li a {
        line-height: 30px;
    }
    /* - .incart-btn - */
    .snav .incart-btn,
    .blog .snav .incart-btn {
        min-width: initial;
        margin-top: 0;
    }
    .snav .incart-btn i,
    .blog .snav .incart-btn i {
        padding: 0;
    }
    .snav .incart-btn a,
    .blog .snav .incart-btn a {
        background: none;
        padding: 0;
    }
    .snav .incart-btn i:before,
    .blog .snav .incart-btn i:before {
        color: #aaa;
    }
    .snav .incart-btn a:hover i:before,
    .blog .snav .incart-btn a:hover i:before {
        color: #666;
    }
}

@media screen and (max-width: 1024px) {
    .snav i {
        color: #fff;
    }
    .edgtf-mobile-header-holder>.inner {
        height: 100%;
        padding: 0 15px;
    }
    .edgtf-mobile-header .edgtf-mobile-menu-opener {
        margin-left: 10px;
    }
    .edgtf-mobile-header .edgtf-mobile-opener-icon-holder .fa {
        font-size: 20px;
    }
    .edgtf-mobile-header .edgtf-position-right-inner {
        width: 100px;
    }
    .edgtf-mobile-header .edgtf-mobile-menu-opener a {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    #wc_login .loginbox input.loginmail,
    #wc_login .loginbox input.loginpass,
    #wc_member .loginbox input.loginmail,
    #wc_member .loginbox input.loginpass {
        font-size: 16px;
    }
    #wc_login .loginbox,
    #wc_member .loginbox {
        padding: 15px !important;
    }
    #wc_lostmemberpassword .loginbox {
        padding: 15px !important;
    }
    #wc_changepassword .loginbox {
        padding: 15px !important;
    }
    #wc_login .loginbox .new-entry h2 {
        font-size: 1.1em;
    }
    .customer_form input#loginmail,
    .customer_form input#mailaddress1,
    .customer_form input#mailaddress2,
    .customer_form input#loginpass,
    .customer_form input[type=password] {
        width: 100% !important;
        box-sizing: border-box;
    }
}

@media only screen and (orientation:portrait) and (max-width: 767px) {
    .edgtf-center-from-mobile-logo {
        margin-left: -60px;
    }
}

.history-area {
    margin-bottom: 1.85714em !important;
}

.cancelform_menu {
    margin-bottom: 2.85714em;
}

.cancelform_menu a {
    display: inline-block;
    padding: .714286em 1.42857em;
    width: 100%;
    background-color: #efefef;
    color: #262626;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (min-width: 38.75em) {
    .cancelform_menu a {
        width: auto;
    }
}

.cancelform-box .r2 {
    margin-top: 40px;
}

.cancelform-box .privacy {
    color: #fff;
}

.cancelform-box .privacy:hover {
    text-decoration: underline;
}

.send2 {
    margin-bottom: 30px;
}

/* @luvicon 22/02/02 */
.send-flg[value=false]+.send input.to_customerinfo_button {
    display: none;
}

#memberpages .privacy {
    color: #fff;
}

#memberpages .privacy:hover {
    text-decoration: underline;
}


/* cf7 */

#ui-datepicker-div {
    z-index: 1000 !important;
}

input.wpcf7-form-control.wpcf7-date,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-quiz,
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
select.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: "Noto Sans JP", Avenir, Verdana, Roboto, "Droid Sans", æ¸¸ã‚´ã‚·ãƒƒã‚¯, YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, serif;
    font-size: 1em;
    color: #0a0808;
    line-height: 1.6;
}

.table-res-form {
    width: 100%;
}

.requied {
    font-size: 0.8em;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: #f00;
    border-radius: 2px;
    margin-right: 0.5em;
}

.table-res-form {
    width: 100%;
    border: 1px #cdcdcd solid;
}

.table-res-form tr {
    border-top: 1px #cdcdcd solid;
}


/*
.table-res-form tr:first-child {
  border-top: none;
}
.table-res-form tr:nth-child(2n + 1) {
  background: #eee;
}
*/

.table-res-form th,
.table-res-form td {
    padding: 1.5em;
    background: #fff;
    text-align: left;
    vertical-align: middle;
}

.table-res-form th {
    width: 30%;
    border-right: 1px solid #cdcdcd;
    text-align: right;
}

.table-res-form .requied {
    margin-right: 0;
    margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
    .table-res-form th,
    .table-res-form td {
        width: calc(100% - 3em);
        display: block;
    }
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
}

.table-res-form input[type="text"],
.table-res-form input[type="number"],
.table-res-form input[type="email"],
.table-res-form input[type="tel"],
.table-res-form select,
.table-res-form textarea {
    border: 1px #cdcdcd solid !important;
    padding: 0.5em !important;
    border-radius: 5px;
    width: 100% !important;
    margin: 0;
}

.table-res-form input[type="text"]:focus,
.table-res-form input[type="number"]:focus,
.table-res-form input[type="email"]:focus,
.table-res-form input[type="tel"]:focus,
.table-res-form select:focus,
.table-res-form textarea:focus {
    background: #eeffff !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) !important;
}

.table-res-form .emarks {
    font-size: 0.75em;
    color: #dd81b1;
}

.table-res-submit {
    padding: 4em 0 0 0;
    text-align: center;
}

.table-res-submit p {
    margin-bottom: 0;
}

.table-res-submit .wpcf7-confirm,
.table-res-submit .wpcf7-submit {
    font-family: inherit !important;
    height: auto !important;
    border-radius: inherit !important;
    text-align: center !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 1em !important;
    font-weight: bold !important;
    line-height: 3.75em !important;
    padding: 0em 3em !important;
    position: relative !important;
    text-decoration: none !important;
    border: none !important;
    background: #8c0007 !important;
    background: -moz-linear-gradient(top, #8c0007 0%, #0f153c 70%, #0a0e27 100%);
    background: -webkit-linear-gradient(top, #8c0007 0%, #0f153c 70%, #0a0e27 100%);
    background: linear-gradient(to bottom, #8c0007 0%, #0f153c 70%, #0a0e27 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c0007', endColorstr='#0a0e27', GradientType=0);
    position: relative !important;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin: 3em 0 !important;
}

.table-res-submit .wpcf7-back {
    font-family: inherit !important;
    height: auto !important;
    border-radius: inherit !important;
    text-align: center !important;
    color: #666 !important;
    display: inline-block !important;
    font-size: 1em !important;
    font-weight: bold !important;
    line-height: 3.75em !important;
    padding: 0em 3em !important;
    position: relative !important;
    text-decoration: none !important;
    background: #eee !important;
    position: relative !important;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border-radius: none !important;
    margin: 3em 0 !important;
}

.table-res-submit .wpcf7-confirm:hover,
.table-res-submit .wpcf7-submit:hover {
    background: rgba(140, 0, 7, .7) !important;
}

.table-res-submit .wpcf7-back:hover {
    background: #ccc !important;
}

.table-res-form.products-form {
    margin-bottom: 3em;
}

.table-res-form.products-form input[type="text"],
.table-res-form.products-form select {
    font-size: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-res-form.products-form th {
    width: 15%;
}

.table-res-form.products-form .vc_row-flex p[class*="c"] {
    display: none;
}

.table-res-form.products-form .vc_row-flex:first-child p[class*="c"] {
    display: block;
}

.table-res-form.products-form .shipment-row input[name*=num] {
    text-align: right;
}

.wpcf7-checkbox>.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7-checkbox.vertical>.wpcf7-list-item {
    display: block;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .f-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .f-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .f-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .f-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .f-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

span[class*="zipcode"] input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

span[class*="zipcode"]>div {
    font-size: 14px !important;
    margin-bottom: 1em !important;
}

span[class*="pref"]>select {
    margin-bottom: 1em !important;
}

span[class*="addr1"]>input {
    margin-bottom: 1em !important;
}

.wpcf7-confirm:not([disabled])+.recaptcha-btn {
    cursor: pointer;
}

.wpcf7-confirm[disabled],
.wpcf7-confirm[disabled]+.recaptcha-btn,
.wpcf7-submit[disabled] {
    background: #eee !important;
    color: #aaa !important;
    border: 1px #eee solid !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) !important;
}

.table-res-submit .wpcf7-submit[disabled]:hover,
.table-res-submit .wpcf7-confirm[disabled]:hover,
.table-res-submit .wpcf7-confirm[disabled]:hover,
.table-res-submit .wpcf7-confirm[disabled]+.recaptcha-btn:hover {
    background: #eee !important;
    color: #aaa !important;
    border: 1px #eee solid !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) !important;
    /*cursor: auto;*/
}

.table-res-submit .wpcf7-confirm:hover,
.table-res-submit .wpcf7-submit:hover {
    box-shadow: none !important;
    cursor: pointer;
}

.table-res-submit .wpcf7-back:hover {
    background: #ccc !important;
    box-shadow: none !important;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em !important;
    padding: 0.2em 1em !important;
    border: 2px solid #ff0000 !important;
    background: #fff !important;
    color: #0a0808 !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    background: #fff !important;
    color: #0a0808 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000 !important;
    background: #fff !important;
    color: #0a0808 !important;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500 !important;
    background: #fff !important;
    color: #0a0808 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700 !important;
    background: #fff !important;
    color: #0a0808 !important;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: none !important;
}

div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: none !important;
}

.section000_bg>.vc_column-inner {
    padding-top: 0 !important;
}

.member-box {
    background: #fff;
}

.member-box a {
    display: block;
}

.member-box a p {
    margin: 0;
}

.member-box a .inner {
    padding: 8px 0;
    background-image: linear-gradient(-45deg, #f5eeed 25%, #f4e2de 25%, #f4e2de 50%, #f5eeed 50%, #f5eeed 75%, #f4e2de 75%, #f4e2de);
    background-size: 10px 10px;
    transition: all 0.2s ease-in-out;
}

.member-box a:hover .inner {
    opacity: .8;
    transition: all 0.2s ease-in-out;
}

.member-box a .t {
    font-size: 2em;
    color: #0a0808;
    text-align: center;
    font-weight: 700;
    letter-spacing: .1em;
    transition: all 0.2s ease-in-out;
}

.member-box a:hover .t {
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .member-box a .t {
        font-size: 1.6em;
    }
}