/*
Theme Name:storefront child
Theme URI:
Description:WordPressテーマ「storefront」の自作子テーマです。
Template:storefront
Author:seiya okado
Author URI:
Version:2.5.6
*/



a {
    color: #577aff;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: rgba(0, 0, 0, 0);
}


.site-content.site-content-no-side div#secondary {
    display: none;
}

.shop-info-wrapper p {
    color: #000;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .site-content.site-content-no-side div#primary {
        width: 100%;
        margin-right: 0;
    }
}

/*----------------------------------------------------------------------
single page
-----------------------------------------------------------------------*/
header.entry-header .post-author {
    display: none;
}

header.entry-header .post-comments {
    display: none;
}

.type-post div#respond {
    display: none;
}

/*div#primary {
    width: 100%;
    margin-right: 0;
}*/

.hentry .wp-post-image {
    max-width: 500px;
    width: 100%;
}

/*----------------------------------------------------------------------
header
-----------------------------------------------------------------------*/

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}

.storefront-primary-navigation {
    background-color: #eaeaea;
    box-shadow: 0 2px 4px #c1c1c1;
}

.site-header-cart a.cart-contents {
    display: none !important;
}

header#masthead .col-full {
    display: flex;
    align-items: center;
}

.register-btn-wrapper {
/*    width: 100%;
    margin: 0 auto;
    max-width: 66.4989378333em;
    padding: 0 2.617924em;
    box-sizing: border-box;*/
}

.header_btns {
    margin-left: 3%;
    margin-bottom: 1.41575em;
}

.header_cart_btn.header_btns a {
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.header_cart_btn.header_btns a i.fas.fa-shopping-cart {
    font-size: 25px;
    padding: 15px;
}

.hcb_num {
    position: absolute;
    background-color: #ff2d2e;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    top: 0;
    right: 0;
}

.register-btn-wrapper h3 {
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
}

.register-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.register-btn a {
    margin-left: 5px;
    padding: 5px 10px;
    color: #fff;
    background-color: #333333;
    margin-bottom: 10px;
    white-space: nowrap;

}

@media screen and (max-width: 767px) {

nav#site-navigation {
    margin-left: auto;
}

button.menu-toggle {
    border: 0;
    background-color: #eaeaea;
}

button.menu-toggle, button.menu-toggle:hover {
    background-color: #eaeaea;
}

}


.sp-500only {
    display: none;
}


@media screen and (max-width: 500px) {

    .sp-500only {
        display: block;
    }

    .pc-500only {
        display: none !important;
    }

    header#masthead .col-full {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wp-block-cover, .wp-block-cover-image {
        display: flex;
    }

    .register-btn-wrapper.header_btns {
        margin-left: auto;
    }

}

/*----------------------------------------------------------------------
front page
-----------------------------------------------------------------------*/
h2.fp-title {
    text-align: center;
    margin: 32px auto;
}

.wp-block-cover {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wp-block-cover__inner-container p {
    margin-block-start: 0;
    margin-block-end: 0;
}

h2.fp_mv_title {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

h3.fp_mv_subtitle {
    margin-bottom: 0;
    font-size: 25px;
    padding-top: 30px;
    font-weight: 600;
    text-align: center;
}

.mv-text-color-black {
    color: #000 !important;
    text-shadow: 0 0 4px #fff;
}

.mv-text-color-white {
    color: #fff !important;
    text-shadow: 0 0 4px #000;
}

.fp_mv_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.mv-img-color-black {
    background-color: #000;
}

.mv-img-color-white {
    background-color: #fff;
}




@media screen and (max-width: 768px) {
    .jckwds-reserve-wrap {
        overflow-x: scroll;
    }

    th.jckwds-reservation-action {
        word-break: keep-all;
        white-space: nowrap;
    }

    .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
        padding: 15px 0 0;
    }

}

@media screen and (max-width: 500px) {

    .wp-block-cover {
        height: auto;
        min-height: 80vw;
        padding: 20px 0;
    }

    h2.fp-title {
        margin: 20px auto;
        font-size: 22px;
    }

    .shop-info-wrapper p {
        font-size: 16px;
    }

    h2.fp_mv_title {
        font-size: 9.5vw;
    }
    h3.fp_mv_subtitle {
        font-size: 6vw;
    }
}

/*----------------------------------------------------------------------
footer
-----------------------------------------------------------------------*/

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
}

.footer-links a {
    margin-bottom: 15px;
    text-decoration: none;
}

.rights {
    text-align: center;
}

.rights p {
    margin-bottom: 0;
}

.footer-links {
    margin-bottom: 12px;
}

@media screen and (max-width: 600px) {

.footer-links {
    flex-wrap: wrap;
}

.footer-links a {
    margin-bottom: 15px;
    text-decoration: none;
    width: 49%;
}

}

@media screen and (max-width: 420px) {

    .footer-links {
        flex-direction: column;
    }

    .footer-links a {
        width: auto;
    }
}

/*----------------------------------------------------------------------
cart
-----------------------------------------------------------------------*/
a.checkout-button.button.alt.wc-forward.shop-back-btn {
    background-color: #00125f;
}

a.checkout-button.button.alt.wc-forward.shop-back-btn:before , a.cart-back-btn:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f30b";
    margin-left: 0.5407911001em;
    transform: rotate(180deg);
}

a.checkout-button.button.alt.wc-forward.shop-back-btn:after {
    display: none;
}

.woocommerce .woocommerce-message a.button.wc-forward {
    display: none;
}

a.cart-back-btn {
    width: 100%;
    background-color: #00125e;
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20%;
    float: left;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 4%;
}

/*----------------------------------------------------------------------
my-account
-----------------------------------------------------------------------*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

div#customer_login {
    display: flex;
    justify-content: center;
}

.register-page .u-column1.col-1 {
    display: none;
}

div#customer_login .u-column2.col-2 {
    display: none;
}

.register-page div#customer_login .u-column2.col-2 {
    display: block;
}

form.woocommerce-form.woocommerce-form-login.login label,
form.woocommerce-form.woocommerce-form-register.register label {
    padding-left: 0;
}

span.show-password-input {
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 0;
    top: 0;
    line-height: 0;
    margin: auto;
    height: 100%;
    display: block;
}

.show-password-input::after {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    margin: 0;
}

h2.ma-news-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
}

.ma-news {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.hentry .entry-content a.man-page-link {
    text-decoration: none;
    float: right;
    margin-top: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: #4865d6;
}

.hentry .entry-content .ma-news a {
    text-decoration: none;
    margin-left: 5px;
}

.ma-vo-info-wrapper {
    margin-bottom: 1em;
}

p.ma-vo-info {
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    div#customer_login .u-column1.col-1 {
        width: 100%;
    }
}

/*----------------------------------------------------------------------
product
-----------------------------------------------------------------------*/

.single-product div.product table.variations select {
    border: 1px solid;
    border-radius: 0;
    padding: 5px 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 0;
}

.woocommerce-tabs ul.tabs li.active::after {
    display: none !important;
}

li.description_tab.active, li.additional_information_tab.active {
    border-bottom: 2px solid #2591ff !important;
}

li.description_tab {
    padding: 0 15px;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #2591ff;
    transition: 0.3s;
}

.woocommerce-tabs ul.tabs li a {
    color: #727272;
    transition: 0.3s;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 80%;
    margin: 1.618em auto !important;
}

.woocommerce-variation-price {
    font-size: 1.41575em;
    color: #000;
}

@media screen and (min-width: 768px) {
.woocommerce-tabs .panel {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 0;
}

}
/*----------------------------------------------------------------------
items
-----------------------------------------------------------------------*/


@media screen and (max-width: 600px) {

    tr.wcpt-row.wcpt-product-type-variable {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    tr.wcpt-row.wcpt-product-type-variable td {
        width: 100%;
        text-align: center;
    }

    a.wcpt-product-image-wrapper.wo_table_img {
        width: 100%;
        display: contents;
    }

    tr.wcpt-row.wcpt-product-type-variable td .wcpt-product-image-wrapper img {
        width: 80%;
        margin: 0 auto !important;
    }

}


/*----------------------------------------------------------------------
company
-----------------------------------------------------------------------*/

.company-table {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
}

.company-table tbody {

}

.company-table tr {
}

.company-table th {
    width: 200px;
    border-bottom: 1px solid;
}

.company-table td {
    border-bottom: 1px solid;
}

@media screen and (max-width: 500px) {

    .company-table tr {
        display: flex;
        flex-direction: column;
    }

    .company-table th {
        width: 100%;
        border-bottom: 0;
        text-align: center;
    }

}

/*----------------------------------------------------------------------
NEWS
-----------------------------------------------------------------------*/
.pn-image {
    max-width: 40%;
    float: left;
    margin-right: 15px;
}

.page-new {
    float: left;
    color: inherit;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.pn-title {
}

.pn-title h3 {
    font-size: 30px;
    font-weight: 600;
    clear: inherit;
}

.pagination.pagination-news .page-numbers {
    background-color: red;
    width: 30px;
    height: 30px;
    display: block;
}

.pagination.pagination-news .page-numbers {
    background-color: #1f428b;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    border: 1px solid;
    align-items: center;
    justify-content: center;
}

.pagination.pagination-news .page-numbers.current {
    background-color: #fff;
    color: #1f428b;
}

.pagination.pagination-news .page-numbers.dots {
    background-color: #fff;
    color: #1f428b;
    border: 0;
}

.pagination.pagination-news .page-numbers.prev,
.pagination.pagination-news .page-numbers.next {
    width: 45px;
}

.pagination.pagination-news {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.pn-date {
    width: 100%;
    text-align: right;
}

aside.entry-taxonomy {
    display: none;
}

@media screen and (max-width: 500px) {
    .pn-image {
        max-width: 80%;
        float: initial;
        margin: 0 auto;
    }
}


/*----------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------*/

.mw_wp_form.mw_wp_form_input {
    width: 100%;
}

.mw_wp_form.mw_wp_form_input form {
    width: 100%;
}


.contact-contents {
    width: 100%;
    /* min-height: 731px; */
    margin-bottom: 113px;
    padding: 33px 53px 53px;
    box-sizing: border-box;
}

.contact-content {
    font-size: 13px;
    color: #212121;
    display: flex;
    padding: 20px 0;
}

.contact-title {
    min-width: 140px;
}


.contact-title span {
    color: red;
    font-size: 10px;
    vertical-align: text-bottom;
}


.contact-subtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.cc-border-bottom {
    border-bottom: 2px solid #F3F3F3;
}

.contact-form {
    padding-left: 40px;
    width: 100%;
    font-size: 15px;
}


.cc-text {
    height: 36px;
}

.cc-textarea {
    min-height: 182px;
}

.contact-company {
    background: #F3F3F3;
    border: none;
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding: 0 1%;
    box-sizing: border-box;
}

.contact-company-kana {
    background: #F3F3F3;
    border: none;
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding: 0 1%;
    box-sizing: border-box;
}

.contact-yourname,
.contact-yourname-kana,
.your-address,
.contact-tel,
.contact-mail {
    background: #F3F3F3 !important;
    border: none;
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding: 0 1%;
    box-sizing: border-box;
}

.your-zip {
    background: #F3F3F3 !important;
    border: none;
    width: 130px;
    height: 36px;
    font-size: 16px;
    padding: 0 1%;
    box-sizing: border-box;
}


.contact-message {
    background: #F3F3F3;
    border: none;
    width: 100%;
    font-size: 16px;
    resize: vertical;
    min-height: 182px;
    padding: 0 1%;
    box-sizing: border-box;
}


.contact-submit-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.contact-confirm {
    width: 210px;
    height: 40px;
    background-color: #404040;
    color: #fff;
    margin-top: 30px;
    font-size: inherit;
    transition: 0.3s;
}

.contact-submit {
    width: 210px;
    height: 40px;
    background-color: #404040;
    color: #fff;
    margin-top: 30px;
    font-size: inherit;
}

.submit-complete {
    text-align: center;
}

.submit-complete h3 {
    font-weight: 500;
    margin: 30px;
}

.mwform-radio-field-text {
    font-size: 16px;
    line-height: 20px;
}

/*プライバシーポリシーに同意チェック*/

.privacy-check {
    display: flex;
}

.privacy-check span > label > span {
    display: none;
}

.privacy-check label {
    padding: 0;
}


/*MW WP FORM ラジオボタンのデザイン*/

.cc-radio {
    display: flex;
    align-items: center;
}

.cc-radio span {
    margin-right: 15px;
}

.contact-inquiry {
    display: none;
    /* ＜input＞タグの表示を消します*/
}

label {
    position: relative;
    /* ＜label＞を位置の指標になる指示を書きます*/
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}

/* ＜span＞タグの疑似要素を作ります*/
.contact-inquiry+span::before,
span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.contact-inquiry+span::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f3f3f3;
    /* ラジオボタンの元の色の指定*/
    border: 1px solid #E5E5E5;
}

.contact-inquiry+span:hover::before {
    background: #E5E5E5;
    /* ラジオボタンのマウスオーバーしたときの色の指定*/
}

.contact-inquiry+span::after {
    opacity: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #222222;
    /* ラジオボタンのチェックした時の色の指定*/
    -webkit-transform: scale(2);
    transform: scale(2);
}

.contact-inquiry:checked+span::before {
    /* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
    background: #f3f3f3;
}

.contact-inquiry:checked+span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact-title span {
    color: red;
    font-size: 10px;
    vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {

    /*CONTACT*/

    .contact-contents {
        padding: 20px;
    }

    .contact-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-title {
        margin-bottom: 5px;
    }

    .contact-form {
        padding-left: 0;
    }

    .cc-radio {
        align-items: flex-start;
        flex-direction: column;
    }

    .cc-radio span {
        margin-right: 0;
    }

}

@media screen and (max-width: 375px) {

    /*CONTACT*/

    .contact-title {
        font-size: 15px;
    }

    .contact-subtitle {
        font-size: 15px;
    }

    .contact-yourname,
    .contact-yourname-kana,
    .your-address,
    .contact-tel,
    .contact-mail {
        font-size: 15px;
    }

    .contact-company {
        font-size: 15px;
    }

    .contact-company-kana {
        font-size: 15px;
    }


    .contact-message {
        font-size: 15px;

    }

    .submit-complete {
        text-align: center;
    }

    .submit-complete h3 {
        font-weight: 500;
        margin: 30px;
    }

}