@import url("https://www.nagamatsu-n.com/60019861/wp-content/themes/multipress/style.css");
@import url("https://www.nagamatsu-n.com/60019861/wp-content/themes/multipress/theme.css");
@import url("https://www.nagamatsu-n.com/60019861/wp-content/themes/multipress/common.css");
@import url("https://www.nagamatsu-n.com/files/files_common.css");
@import url("https://www.nagamatsu-n.com/files/files_pc.css");


/* 上記CSS読込で崩れる部分の調整
------------------------------------------------------------------------------------------------------------------- */
/* vertical-align */
.ec-layoutRole__contentTop *,
.ec-layoutRole__contents * {
    vertical-align: baseline;
}

/* margin */
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contents ul,
.ec-layoutRole__contents ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.ec-layoutRole__contentTop .h1,
.ec-layoutRole__contentTop .h2,
.ec-layoutRole__contentTop .h3,
.ec-layoutRole__contentTop h1,
.ec-layoutRole__contentTop h2,
.ec-layoutRole__contentTop h3,
.ec-layoutRole__contents .h1,
.ec-layoutRole__contents .h2,
.ec-layoutRole__contents .h3,
.ec-layoutRole__contents h1,
.ec-layoutRole__contents h2,
.ec-layoutRole__contents h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* モーダルのフォント */
#ec-modal-header {
    font-size: 16px;
}

.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
    color: #ffffff !important;
}


/* その他の調整
------------------------------------------------------------------------------------------------------------------- */
/* 商品詳細のマージン */
#page_product_detail .ec-categoryNaviRole {
    margin-bottom: 70px;
}

/* 標準のページトップ非表示 */
.ec-blockTopBtn {
    display: none !important;
}

/* 標準の背景色 */
.ec-layoutRole {
    background: none;
}

/* カテゴリ */
.ec-itemNav__nav li a {
    margin: 5px;
    padding: 6px;
    background: #eeeeee;
}

/* 関連商品 */
#RelatedProduct-product_title {
    margin: 50px 0 30px;
    padding: 10px 10px 10px 20px;
    background: #525263;
    color: #ffffff;
    font-size: 21px;
}

/* 詳細不明 */
.ec-borderedDefs dd {
    line-height: 2;
}


/* PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) {

    /* 標準のロゴとコピーライト非表示 */
    .ec-headerRole,
    .ec-footerRole {
        display: none;
    }

    /* ティザーからのマージン */
    .ec-layoutRole__contentTop {
        margin-top: 70px;
    }
}


/* SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) {

    /* PC専用の要素を非表示 */
    #branding_box,
    #branding_box #site-description,
    #branding_box #header_information,
    #branding_box #header_information .main_header,
    #branding_box #access,
    #main_teaser,
    #footer_block,
    #footer_block .fixed_btn,
    .ec-headerNaviRole,
    .ec-footerTitle__logo {
        display: none !important;
        height: 0 !important;
    }

    /* 幅調整、背景非表示 */
    body {
        min-width: inherit !important;
        background: none !important;
    }

    /* ハンバーガーメニューの文字はみ出し対策 */
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        display: flex;
    }

    /* カートに入れるボタンの文字はみ出し対策 */
    .ec-blockBtn--action {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
        line-height: 1.2em;
    }

    /* iPhoneでハンバーガーメニューが見切れる不具合対応 */
    .ec-headerLinkArea {
        padding-bottom: 20vw;
    }
}


/* 以下、案件ごとに追記で調整
------------------------------------------------------------------------------------------------------------------- */


/* ボタン色調整
---------------------------------------------------------------------------------------------------- */
/*全ての商品*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #367d45;
}

/*タイトル下の余白*/
.ec-layoutRole__contentTop .h1,
.ec-layoutRole__contentTop h1,
.ec-layoutRole__contents .h1,
.ec-layoutRole__contents h1 {
    margin-bottom: calc(70 / 2000 * 100%);
}

/*ショッピングカートページのフッター上余白*/
.ec-layoutRole .ec-layoutRole__contents {
    margin-bottom: calc(120 / 2000 * 100%);
}

/*手続きの数字〇部分のカラー設定*/
.ec-progress .is-complete .ec-progress__number {
    background: #367d45 !important;
}

/*手続きの数字部分のカラー設定*/
.ec-progress .is-complete .ec-progress__label {
    color: #367d45 !important;
}

/*SPロゴ下余白削除*/
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
}

/*SPのナビ内カラー部分*/
.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea {
    background: #367d45;
    color: #fff;
}

/* ＝＝＝＝＝＝フッター＝＝＝＝＝＝ */
.ec-footerRole {
    background: #b2d063;
    color: #FFF;
}

.ec-footerNavi {
    color: #367d45;
}

.ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #FFF;
    font-weight: bold;
}

/* コピーライト */
.ec-footerTitle {
    color: #367d45;
    padding: 20px 0;
    text-align: center;
}

.ec-footerRole {
    border: none;
}