@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Kosugi&display=swap');

:root {
    /*------▼基本設定▼------*/
    --color-background: #fff;
    --color-background02: #E5DDC0;
    --color-font: #111;
    --color-primary: #382E30;
    --color-primary-tint: #76362F;
    --body-font-family: 'Kosugi', 'Fjalla One', sans-serif;
    --content-max-width: 1240px;
    /*------▼フォント設定▼------*/
    --font-family01: 'Kosugi', 'Fjalla One', sans-serif;
    --font-family02: 'Fjalla One', 'Kosugi', sans-serif;
}

.linkBtn,
.post .linkBtn {
    position: relative;
    display: inline-block;
    width: fit-content;
    max-width: 500px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: center;
    background: var(--color-primary);
    padding: 20px 100px 20px 80px;
    margin: 0 auto;
    border-radius: 0;
    transition: all .3s;
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
    /* 120-80px (1920-375) */
    background: var(--color-background01);
}

.widearea {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
下層
------------------------------------------------------*/

/*================================================
下層共通パーツ
================================================*/

/*------cvarea有ページ余白調整------*/

body.page-shopinfo #content,
body.page-service #content,
body.page-product #content,
body.page-packing #content,
body.page-faq #content {
    padding-bottom: 0 !important;
}

/*------パンくず------*/

#breadcrumb ul li b {
    display: none;
}

/*-----------------------------
cvarea
------------------------------*/
.cta01 {
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-right: calc(((100vw - 100%) / 2)* -1);
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-top: var(--px160);
    color: #fff;
}

.cta01 .cta01_wrap {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: var(--px80);
}

.post .cta01 h2 {
    text-align: center;
    border: none;
    font-size: var(--rem60);
    color: #fff;
}

.post .cta01 h2 b {
    display: block;
    font-size: var(--rem20);
    font-weight: normal;
    color: #fff;
}

.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: var(--content-max-width);
    margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}

.cta01 a.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}

.cta01 a.item:hover {
    opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {

    .cta01 .ctabtnlist li,
    .cta01 .ctabtnlist a.item {
        width: 100%;
        height: 160px;
    }

    .cta01 .ctabtnlist li+li {
        margin-top: 1rem;
    }

    .cta01 .cta01_wrap {
        padding: var(--px80) var(--px30);
    }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta01 .infotxt {
    font-size: var(--rem16);
    font-weight: 400;
	line-height:1.5em;
}

/*電話ボタン*/

.cta01 .telnum {
    font-size: var(--rem36);
    margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
    font-size: var(--rem20);
}

.cta01 a.telbtn {
    background: #80443e;
    color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
    font-size: var(--rem24);
}

.cta01 a.mailbtn {
    background: #fff;
    color: #111;
}


/*メールボタン*/

.cta01 .mailbtn02 .btnttl {
    font-size: var(--rem24);
}

.cta01 a.mailbtn02 {
    background: #6d6d6d;
    color: #fff;
}


/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before,
.cta01 .mailbtn02 .btnttl::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before,
.cta01 .mailbtn02 .btnttl::before {
    content: '\f0e0';
}

.cta01 .telnum::before {
    content: '\f3cd';
}

/*-----------------------------
ワイドエリア
------------------------------*/

.fullcolorarea {
    margin-right: calc(((100vw - 100%) / 2)* -1);
    margin-left: calc(((100vw - 100%) / 2)* -1);
    padding: var(--px150) 8%;
    background: #F3F1EA;
}

.fullcolorarea .contents_inner {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.post .fullcolorarea h2 {
    font-family: var(--font-family02);
    font-size: var(--rem42);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: 0 auto var(--rem60);
    background: transparent;
    border: none;
}

.post .fullcolorarea h2 b {
    display: block;
    font-size: var(--rem18);
    color: var(--color-primary);
    font-weight: 500;
    padding: 0;
    margin: 0 0 var(--rem14);
    border: none;
    background: transparent;
}

.post .fullcolorarea h2::before {
    content: none;
}

.post .fullcolorarea h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: var(--px80);
    border-bottom: 1px solid;
    background: transparent;
}

.post .fullcolorarea a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: var(--px40) 0 0;
    color: #fff;
    border-radius: 0;
}

.fullcolorarea+.cta01 {
    margin-top: 0 !important;
}

.fit_content {
    width: fit-content !important;
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------coln02-----------*/

.post .col2_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col2_list>li {
    width: 49%;
    margin-bottom: 2%;
}

@media print,
screen and (max-width: 600px) {
    .post .col2_list>li {
        width: 100%;
    }

    .post .col2_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col03-----------*/

.post .col3_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col3_list>li {
    width: 32%;
    margin-bottom: 2%;
}

.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media print,
screen and (max-width: 768px) {
    .post .col3_list>li {
        width: 49%;
    }

    .post .col3_list::before,
    .post .col3_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 600px) {
    .post .col3_list>li {
        width: 100%;
    }

    .post .col3_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col4-----------*/

.post .col4_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col4_list>li {
    width: 24%;
    margin-bottom: 1.5%
}

.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}

.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}

@media print,
screen and (max-width: 1240px) {

    .post .col4_list>li,
    .post .col4_list::before,
    .post .col4_list:after {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media print,
screen and (max-width: 768px) {
    .post .col4_list>li {
        width: 49%;
    }

    .post .col4_list::before,
    .post .col4_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 600px) {
    .post .col4_list>li {
        width: 100%;
    }

    .post .col4_list>li:last-child {
        margin-bottom: 0;
    }
}

/*--リスト内p調整------*/

.post .col3_list p,
.post .col4_list p {
    line-height: 1.6;
    margin-top: 10px;
    font-size: var(--rem20);
}

/*-----------------------------
table
------------------------------*/

.post table th {
    width: 25%;
    color: #fff;
    font-weight: normal;
    background: var(--color-primary);
}

.post table td {
    color: var(--color-font);
    background: #fff;
}

/*--table in table------------------------*/
.post table table,
.post table table th,
.post table table td {
    border: none;
    background: #fff;
    padding: 3px;
    width: auto;
    margin: 10px 0;
    color: var(--color-font);
}

@media print,
screen and (max-width: 640px) {

    .post table table,
    .post table table th,
    .post table table td {
        margin: 0;
    }
}

/*================================================
txtstyle
================================================*/

/*--h1-----------------------*/

h1.title,
.post h1,
header#h1Header h1.title {
    font-family: var(--font-family02);
    font-size: var(--rem42);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem60) auto;
    border: none;
    background: transparent;
}

h1.title b,
.post h1 b,
header#h1Header h1.title b {
    display: block;
    font-size: var(--rem18);
    color: var(--color-primary);
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    margin: 10px 0;
    border: none;
    background: transparent;
}

h1.title::before,
.post h1::before,
header#h1Header h1.title::before {
    content: none;
}

h1.title::after,
.post h1::after,
header#h1Header h1.title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: var(--px80);
    border-bottom: 1px solid;
    content: "";
}

/*--h2-----------------------*/

.post h2 {
    font-family: var(--font-family02);
    font-size: var(--rem28);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 0 var(--rem16);
    margin: var(--rem60) auto var(--rem36);
    border: none;
    background: transparent;
    border-left: min(calc(6px + (1vw - 19.2px) * 0.1294), 6px) solid var(--color-primary-shade);
}

.post h2:before,
.post h2:after {
    content: none;
}

/*--投稿-----------------------*/

h2.cat-loop {
    border: none;
}

/*--h3------------------------*/

.post h3 {
    font-size: var(--rem24w);
    font-family: var(--font-family01);
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 0;
    margin: var(--px60) auto var(--px20);
    border: none;
}

/*--テキスト調整------------------------*/

span.mintxt {
    font-size: 80%;
}

/*================================================
販売商品product
================================================*/

/*product_list*/
.post ul.product_list p {
    font-size: var(--rem18);
}

.post .product_list .product_top {
    text-align: left;
    border-bottom: solid 1px;
    padding-bottom: 6px;
}

.post ul.product_list p.product_listttl {
    font-size: var(--rem20);
    margin-top: 15px;
}

@media print,
screen and (min-width: 641px) {
    .post .product_listttl {
        min-height: 70px;
    }
}

.post .product_list .product_price {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    font-size: var(--rem20);
}

@media print,
screen and (min-width: 641px) {
    .post .product_list>li {
        margin-bottom: 3.5%;
    }
}

/*================================================
梱包方法/配送方法
================================================*/

/*--梱包方法--------------------------------*/

ul.packing_list {
    counter-reset: packingnum;
}

.post .packing_list li p {
    font-size: var(--rem18);
}

.post .packing_list p.packing_listttl {
    position: relative;
    font-size: var(--rem24w);
    margin-top: var(--rem20);
    border-bottom: solid 1px;
    padding-bottom: var(--rem16);
}

.post .packing_list p.packing_listttl:before {
    content: counter(packingnum, decimal-leading-zero);
    counter-increment: packingnum;
    line-height: 1;
    color: #fff;
    background: var(--color-primary);
    padding: 10px;
    margin-right: var(--rem20);
    position: relative;
    border-radius: 8px;
    font-size: var(--rem24w);
    z-index: 100;
}

@media print,
screen and (min-width: 641px) {
    .post .packing_list>li {
        margin-bottom: 3.5%;
    }
}

/*--配送方法--------------------------------*/

ul.flowlist02 {
    counter-reset: flow_list;
}

ul.flowlist02>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%;
    padding: var(--px60);
    border-radius: 0;
    background: #fff;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
}

.flowlist02>li:not(:last-child) {
    margin-bottom: 60px;
}

.flowlist02 .flow_img {
    width: 35%;
}

.post .flowlist02>li>dl {
    width: 100%;
    line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flowlist02>li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: var(--color-primary);
}

.flowlist02>li:not(:last-child) dl::after {
    border-width: 20px;
}

.post .flowlist02>li>dl dt {
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--rem30);
    font-weight: 600;
    padding: 0 0 var(--rem20) 0;
    margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    border-bottom: solid 1px;
}

.flowlist02>li dl dt .icon:before {
    content: counter(flow_list, decimal-leading-zero);
    counter-increment: flow_list;
    line-height: 1;
    color: #fff;
    background: var(--color-primary);
    padding: 10px;
    margin-right: var(--rem20);
    position: relative;
    border-radius: 8px;
    font-size: var(--rem30);
    z-index: 100;
}

.post .flowlist02>li>dl dd {
    padding: 0;
    font-size: var(--rem20);
}

@media print,
screen and (max-width: 768px) {

    .post .flowlist02>li>dl,
    .flowlist02 .flow_img {
        width: 100%;
    }

    .flow_img::before {
        padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
    }
}

/*================================================
梱包方法/配送方法
================================================*/

.qa_list {
    cursor: pointer;
}

.qa_list .qa_list_inner dt {
    position: relative;
    font-weight: normal;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: stretch;
    padding: 0rem 1rem 0rem 0rem;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
    position: relative;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: stretch;
    padding: 0;
    background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
    color: var(--color-primary);
    background: #ffffff;
    line-height: 1.0;
    padding: var(--rem30);
    font-size: var(--rem30);
    border-right: 1px solid #cccccc;
    width: 100%;
    text-align: center;
    max-width: 90px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
    background: var(--color-primary);
    color: #fff;
    line-height: 1.0;
    padding: var(--rem30);
    font-size: var(--rem30);
    font-weight: bold;
    width: 100%;
    text-align: center;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-family);
    border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}

.qa_list .qa_list_inner .q_desc {
    font-size: var(--rem18);
}

.qa_list .qa_list_inner .a_desc {
    font-size: var(--rem16);
}

.qa_list .qa_list_inner dt:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 3rem;
    width: 12px;
    height: 12px;
    border-right: 1px solid #494949;
    border-bottom: 1px solid #494949;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
    top: 43%;
    right: 2rem;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
    display: none;
    position: relative;
    padding: 0;
    margin: 0 0 1rem 0;
    border: 1px solid #cccccc;
    border-top: 0;
}

@media only screen and (max-width: 959px) {
    .qa_list .qa_list_inner {
        margin-bottom: 8rem;
    }
}

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

    .qa_list .qa_list_inner .q_desc,
    .qa_list .qa_list_inner .a_desc {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .qa_list .qa_list_inner dt {
        padding: 0rem 1rem 0rem 0rem;
    }

    .qa_list .qa_list_inner .a_ico,
    .qa_list .qa_list_inner .q_ico {
        max-width: 50px;
        padding: 1.2rem 1.0rem;
    }

    .qa_list .qa_list_inner dt:after {
        right: 1.5rem;
        width: 6px;
        height: 6px;
    }

    .qa_list .qa_list_inner .active:after {
        right: 1.0rem;
    }
}

@media only screen and (max-width: 559px) {
    .qa_list .qa_list_inner dd {
        font-size: 1.4rem;
    }

    .qa_list .qa_list_inner {
        margin-bottom: 6rem;
    }

    .qa_list .qa_list_inner dt {
        font-size: 1.4rem;
    }
}

/*================================================
お問い合わせ
================================================*/

.wpcf7-form .must {
    background: #DC143C;
}

.linkBtn.submit_btn {
    background: transparent;
    padding: 0;
}

.linkBtn.submit_btn:after {
    content: none;
}

.linkBtn.submit_btn:hover {
    color: #fff;
    background: transparent;
}

.linkBtn input[type="submit"],
.post .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    padding: 20px 30px 20px 10px;
    margin: var(--px40) auto 0;
    border-radius: 5px;
    transition: all .3s;
    font-family: var(--font-family02);
}

.linkBtn input[type="submit"],
.post .linkBtn input[type="submit"]:hover {
    color: #fff;
    background: var(--color-primary-tint);
}

.submit_btn .wpcf7-spinner,
.post .submit_btn .wpcf7-spinner {
    position: absolute !important;
    margin: 0 !important;
    bottom: -30px !important;
    top: inherit !important;
    right: 50% !important;
    transform: translate(-50%, 0%) !important;
}

/*================================================
フォーム送信完了
================================================*/

#thanks h2 {
    border: none;
    padding: 0;
}

/*================================================
サイトマップ
================================================*/

.post ul#sitemap_list.sitemap_disp_level_1>li {
    margin-bottom: 5px;
    padding: var(--rem24) 0 var(--rem24) 5px;
    background: none;
    border-bottom: solid 1px;
}

.post ul#sitemap_list.sitemap_disp_level_1>li a {
    font-weight: normal;
    font-family: var(--font-family02);
}

.post ul#sitemap_list.sitemap_disp_level_1 li a span.sub_ttl,
.post ul#sitemap_list.sitemap_disp_level_1 li ul.children a {
    margin-left: 1rem;
    font-size: 80%;
    font-weight: normal;
}

.post ul#sitemap_list.sitemap_disp_level_1>li a b {
    margin-right: 1rem;
    font-size: 90%;
    font-weight: normal;
}

/*================================================
HEADER
================================================*/
#header {
    background: transparent;
}

.sticky-header #header>.inner {
    background: rgba(255, 255, 255, .7);
}

#header a.head_btn.tel_btn::before {
    display: none;
}

#header .logo img {
    max-width: min(calc(25rem + (1vw - 1.92rem) * 7.8125), 250px);
}

/* ナビゲーション */
nav#mainNav ul li a {
  padding: min(calc(3rem + (1vw - 1.92rem) * 2.2321), 30px);
  font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.4464), 1.6rem);

  @media screen and (min-width:1250px) and (max-width:1900px) {
    padding: min(calc(3rem + (1vw - 1.92rem) * 2.2321), 30px) clamp(5px, 3.593vw - 40.28px, 28px);
  }

  @media screen and (max-width: 1250px) {
    padding: min(calc(3rem + (1vw - 1.92rem) * 2.2321), 30px) clamp(6px, 4.237vw - 37.38px, 16px);
  }
}

nav#mainNav ul li.current-menu-item a {
    background: transparent;
}

nav#mainNav ul li ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li.current-menu-item ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
    background: var(--color-background02);
}

nav#mainNav ul li.current-menu-item a b {
    color: var(--color-primary-tint);
}

nav#mainNav ul li a:hover {
    background: transparent;
}

nav#mainNav ul li a:hover b {
    color: var(--color-primary-tint);
}

nav#mainNav ul li ul.sub-menu li a:hover {
    color: var(--color-primary-tint);
}

@media print,
screen and (max-width: 1023px) {
    nav#mainNav ul li.current-menu-item a {
        background: var(--color-primary);
    }

    nav#mainNav ul li.current-menu-item a b {
        color: #fff;
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: transparent;
    color: var(--color-font);
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.2rem;
}

#header a.head_btn.tel_btn span.tel_icon {
    letter-spacing: .1rem;
}

#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}

#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}

#header a.head_btn.tel_btn:hover {
    background: #fff;
    color: var(--color-font);
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
}

#header a.head_btn {
    background: var(--color-primary);
}

#header a.head_btn:hover {
    background: var(--color-primary);
    opacity: .7;
}

#header .note {
    font-size: 10px;
}

/* SP */
@media print,
screen and (min-width: 1250px) {
    nav#mainNav ul li a b br {
        display: none;
    }
}

@media print,
screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        padding: 16px;
        border-bottom: 1px solid var(--color-border);
    }

    nav#mainNav ul li a b br {
        display: none;
    }
}

/*================================================
FOOTER
================================================*/
#footer {
    background: var(--color-primary);
    color: #fff;
    padding: var(--px80) 0;
}

#footer .footer_wrap {
    margin: 0 auto;
    max-width: var(--content-max-width);
    width: 94%;
}

#footer .footer__logo:not(:last-child) {
    text-align: left;
}

#footer .inner {
    width: 100%;
    margin-top: var(--px60);
}

#footer ul li a {
    color: #fff;
    margin-left: .5em;
}

#footer ul li a b {
    display: none;
}

#footer .footnav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

#footer .footnav ul>li {
    margin-right: 20px;
}

#footer .footnav ul>li:last-child {
    margin-right: 0;
}

#footer .footnav ul>li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: var(--rem14);
    font-weight: 600;
    color: #fff;
    background: none;
}

#footer .footnav ul>li::after {
    content: none;
}

#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
    opacity: .8;
}

#copyright {
    max-width: var(--content-max-width);
    width: 94%;
    background: transparent;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li p {
    text-align: center;
}

/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x,
.fa-2x {
    font-size: inherit;
}

#footer .socialicon ul,
.socialicon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

#footer .socialicon ul li,
.socialicon ul li {
    text-align: center;
    padding: 0 .6em;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .socialicon ul li::before,
.socialicon ul li::before {
    content: none;
}

#footer .socialicon ul li a,
.socialicon ul li a {
    padding: 0;
    overflow: initial;
    line-height: 1;
}

#footer .fa-facebook-square:before,
#footer .fa-twitter-square:before,
#footer .fa-youtube-square:before,
#footer .fa-instagram:before {
    color: var(--footer-color-primary);
    font-size: 3rem;
}

#footer .SvgLine {
    fill: var(--footer-color-primary);
    width: 28px;
    height: 28px;
}

@media print,
screen and (max-width: 768px) {
    #footer {
        padding-bottom: 60px;
    }

    #footer .socialicon ul,
    .socialicon ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media print,
screen and (max-width: 768px) {
    #footer .footer__logo:not(:last-child) {
        text-align: center;
    }

    #footer .footnav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footer .footnav ul li {
        margin-bottom: 2%;
    }
}

/*================================================
共通パーツ
================================================*/
.front_contents {
    padding: var(--px100) 0;
}

h1.title.top-loop,
h1.title.bottom-loop,
.post h2.main_ttl,
h2.main_ttl {
    color: var(--color-font);
    font-family: var(--font-family01);
    font-size: var(--rem28);
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

h1.title.top-loop span.en_ttl,
h1.title.bottom-loop span.en_ttl,
.post h2.main_ttl span.en_ttl,
h2.main_ttl span.en_ttl {
    font-family: var(--font-family02);
    font-size: var(--px96);
    font-weight: 800;
    text-align: left;
    letter-spacing: .4rem;
    display: block;
}

h1.title.top-loop,
h1.title.bottom-loop {
    margin: 0 auto var(--px60);
    text-align: center;
}

h1.title.top-loop span.en_ttl,
h1.title.bottom-loop span.en_ttl {
    text-align: center;
}

h1.title::after,
.post h1::after,
header#h1Header h1.title::after {
    content: none;
}

/*================================================
TOP
================================================*/

/* ABOUT */
.front_contents.About {
    margin: 0 auto;
    width: 80%;
    max-width: var(--content-max-width);
    padding: var(--px200) 0 var(--px40);
    position: relative;
}

.front_contents.About::before {
    content: "";
    background: url(/wp-content/uploads/bg_about01.png) no-repeat center / contain;
    display: block;
    width: min(calc(26.1rem + (1vw - 1.92rem) * 5.2427), 261px);
    height: min(calc(32rem + (1vw - 1.92rem) * 6.4725), 320px);
    position: absolute;
    top: 22%;
    left: -18%;
}

.front_contents.About::after {
    content: "";
    background: url(/wp-content/uploads/bg_about02.png) no-repeat center / contain;
    display: block;
    width: min(calc(41.7rem + (1vw - 1.92rem) * 7.5728), 417px);
    height: min(calc(35.5rem + (1vw - 1.92rem) * 6.0194), 355px);
    position: absolute;
    bottom: -14%;
    right: -13%;
}

@media print,
screen and (max-width: 768px) {
    .front_contents.About::before {
        top: 2%;
        left: -12%;
    }

    .front_contents.About::after {
        bottom: -14%;
        right: -13%;
    }
}

.About_ttl {
    width: 26%;
}

.About_inner {
    width: 72%;
}

.post h3.About_catch,
h3.About_catch {
    font-size: var(--rem36);
    line-height: 2;
    margin: 0 0 var(--px60);
    font-weight: 500;
}

.post .About_text p,
.About_text p {
    font-size: var(--rem16);
    line-height: 1.85;
    margin-bottom: 1em;
}

.post .About_text p:last-child,
.About_text p:last-child {
    margin-bottom: 0;
}

@media print,
screen and (max-width: 1023px) {
    .flexbox.About_wrap {
        display: block;
    }

    .front_contents.About {
        width: 90%;
    }

    .About_ttl {
        width: 100%;
    }

    .About_inner {
        width: 100%;
    }
}

@media print,
screen and (max-width: 768px) {

    .post h3.About_catch,
    h3.About_catch {
        font-size: var(--rem30);
        margin-top: var(--px40);
    }
}


/* サービス・プロダクト */
.serviceTop {
    position: relative;
    margin: var(--px60) 0 0;
}

.productTop::before {
    content: "";
    background: url(/wp-content/uploads/bg_about03.png) no-repeat center / contain;
    display: block;
    width: min(calc(28.2rem + (1vw - 1.92rem) * 6.6019), 282px);
    height: min(calc(31.9rem + (1vw - 1.92rem) * 7.5081), 319px);
    position: absolute;
    top: -27%;
    left: -3%;
}

@media print,
screen and (max-width: 768px) {
    .productTop::before {
        left: -10%;
    }
}

.serviceTop_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 20;
}

.serviceTop_wrap+.serviceTop_wrap {
    margin-top: calc(100px + 70px);
}

.serviceTop .imgarea {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 56%;
}

.serviceTop .imgarea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.serviceTop .txtarea {
    position: relative;
    width: 50%;
    background: #fff;
    padding: var(--px80);
    margin: 0 auto -70px -7%;
    z-index: 10;
}

@media print,
screen and (min-width: 1024px) {

    /*左右反転*/
    .serviceTop_wrap+.serviceTop_wrap {
        margin-top: calc(100px + 70px);
    }

    .serviceTop_wrap.rev {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .serviceTop_wrap.rev .txtarea {
        margin: 0 -7% -70px auto;
    }
}

@media print,
screen and (max-width: 1023px) {
    .serviceTop_wrap+.serviceTop_wrap {
        margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
    }

    .serviceTop_wrap.rev {
        flex-direction: row;
    }

    .serviceTop .imgarea,
    .serviceTop .txtarea {
        width: 90%;
    }

    .serviceTop .txtarea {
        margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
    }
}

/* 3カラム */
.front_contents.cardstyle02_content {
    padding: var(--px160) 0 var(--px100);
}

.card03_list.cardstyle02 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.card03_list.cardstyle02>li:hover .imgarea img {
    transform: scale(1.04);
}

.card03_list.cardstyle02>li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.card03_list.cardstyle02 .txtinner {
    position: relative;
    color: #fff;
    z-index: 1;
}

.card03_list.cardstyle02 .txtinner h3.Product_ttl {
    color: #fff;
    font-family: var(--font-family01);
    font-size: var(--rem24);
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.card03_list.cardstyle02 .txtinner h3.Product_ttl .Product_en {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 500;
    text-align: center;
    letter-spacing: .2rem;
    display: block;
}

.card03_list.cardstyle02 .imgarea {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    line-height: 0;
    z-index: -1;
}

.card03_list.cardstyle02 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card03_list.cardstyle02 a.filllink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

body#editor-style .card03_list.cardstyle02 a.filllink {
    position: static;
    display: block;
    background: #111;
    height: 30px;
}

body#editor-style .card03_list.cardstyle02 a.filllink::before {
    content: "ダブルクリックでリンク設定";
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

body#editor-style .card03_list.cardstyle02>li:before {
    z-index: -1;
}

body#editor-style .card03_list.cardstyle02 .imgarea {
    position: static;
}


/*-----------------------------
以下アウトラインデザイン
------------------------------*/

.card03_list>li {
    background: #eee;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.card03_list .txtarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: var(--px60);
    color: #111;
}

/* お問い合わせ */
body.home .cta01 {
    margin-top: var(--px100);
}

/* マップ */
iframe {
    width: 100%;
}

/* クレジット */
.Money {
    background: #fff;
    padding: var(--px100) var(--px60);
    margin: var(--px100) auto;
    max-width: 1600px;
    width: 94%;
}

.Money_text {
    margin: 0 auto var(--px60);
    text-align: center;
    font-size: var(--rem36);
    line-height: 1.65;
    font-weight: 600;
}

.Money .imgbox {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: 752px;
}

@media print,
screen and (max-width: 768px) {
    .Money .imgbox {
        width: 80%;
    }
}

/* 修正申し込みフォーム */
.personal_information {
    width: 100%;
    height: 200px;
    overflow: auto;
    border: 1px solid var(--color-table-border);
    padding: 10px;

    .pi_title {
        font-size: 110%;
    }

    .pi_title02 {
        border-bottom: 1px dotted #ccc;
    }

    .pi_title,
    .pi_title02,
    .pi_title03 .fw_b {
        font-weight: 700;
        padding-left: 0 !important;
    }

    .pi_title03 {
        padding-bottom: 15px;

        p,
        ul {
            padding-left: 15px;
        }

        .pi_access {
            padding-left: 30px;

            >div {
                display: flex;
            }
        }
    }
}

a.hover_line {
    position: relative;
    display: block;
    width: max-content;
}

a:hover .wp-image-325 {
    opacity: 0;
}

.wp-image-325-02 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

a:hover .wp-image-325-02 {
    opacity: 1;
}

/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンデザイン---*/

.link_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--color-primary);
    width: 100%;
    font-size: var(--rem16);
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    padding: 14px var(--px40) 12px;
    border-radius: 50vw;
    -webkit-transition: .3s;
    transition: .3s;
	border: solid 2px var(--color-font);
}
.link_btn::after {
    content: '\f078';
    position: absolute;
    font-size: .85em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: var(--rem16);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_btn:hover {
    color: var(--color-font);
	background: #fff;
	border: solid 2px var(--color-font);
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*     justify-content: center; */
    margin: var(--px40) auto;
    gap: 1%;
}
.post ul.linkbtn_list > li {
	width: auto;
	margin-bottom: var(--px20);
	text-align: center;
}
.post ul.linkbtn_list > li a.link_btn {
    width: auto;
    min-width: 240px;
    height: 100%;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 48%;
	}
	.post ul.linkbtn_list > li a.link_btn {
		max-width: none;
		width: 100%;
		min-width: auto;
	}
}
/*  */
.fsiz {
    font-size: 150%;
    line-height: 1.75em;
}