/*
Theme Name: backup
Template: arkhe
*/

/* ----------
  COMMON
-------------- */
* {
    box-sizing: border-box;
}


body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    text-align: justify;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pc_view {}

.sp_view {
    display: none !important;
}


a {
    color: #006359;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: #00908e;
}


@media (max-width: 800px) {
    .pc_view {
        display: none !important;
    }

    .sp_view {
        display: inherit !important;
    }

    .sp_view_tel {
        display: block !important;
    }

}

/*----営業カレンダー追従ボタン----*/

#floating-button {
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 10;
}

#floating-button figure {
    height: 230px;
    width: 70px;
}


#floating-button a img {
    width: 100%;
}

#floating-button a:hover {
    opacity: 0.7;
}

.grecaptcha-badge {
    visibility: hidden;
}


@media (max-width: 650px) {
    #floating-button {
        display: none;
    }
}

/* ----------------------
   header/gnavi
-------------------------*/
.l-header {
    padding: 0px 0;
}

.l-header__logo .c-headLogo:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.c-gnav__a:hover {
    color: #00908e;
    text-decoration: none;
}

.gnav_contact {
    background: #ee8b33;
    padding-right: 20px;
    margin-left: 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.5s ease 0s;
}

.gnav_contact a {
    background: url(/bui/img/icon_contact.png) 17px 50%;
    background-repeat: no-repeat;
    padding-left: 50px !important;
    padding-right: 0 !important;
    background-size: auto;
    color: #fff !important;
    font-weight: bold;
}

.gnav_contact:hover {
    background: #E07C24;
}



/* ----------------------
   パンくず
-------------------------*/
.p-breadcrumb {
    margin: 0 auto;
    padding: 8px 0 30px;
    position: relative;
    width: 100%;
}


/*wooの3つ目パンくずを非表示*/
.p-breadcrumb__item:nth-of-type(3) {
    display: none;
}



/* ----------------------
   ドロワー
-------------------------*/
.p-drawer {
    background: #f1ffe0;
    color: #2864f0;
    font-weight: bold;
}


.wp-block-column ul {
    margin-left: 20px;
}


/* ----------------------
   TOPページ（front-page）
-------------------------*/
.h2box {
    text-align: center;
}


.h2box h2 {
    color: #00908e;
    position: relative;
    display: inline;
}

.h2box h2::before {
    content: "";
    width: 90px;
    height: 60px;
    position: absolute;
    top: -70px;
}



/*-----------key------------*/
.top_key {
    margin: 0 calc(50% - 50vw);
}



/* -----------お知らせ----------------*/
#top_news {
    padding: 50px 0 80px;
    margin: 0 calc(50% - 50vw);
}

#top_news div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#top_news div img {
    position: absolute;
    top: -65px;
    left: -22px;
    width: 130px;
}

.top_newsbtn {
    position: absolute;
    bottom: -50px;
    right: 0;
    display: block;
}

.top_newsbtn:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(/bui/img/icon_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 0;
}


#top_news article:nth-child(1) {
    width: 25%;
    border-right: 2px solid #00908e;
    text-align: right;
    padding-right: 20px;
}

#top_news article:nth-child(2) {
    width: 60%;
}

#top_news article h2 {
    font-size: 173%;
    margin: 20px 0 21px;
    letter-spacing: 0.15em;
    color: #00908e;
}

#top_news ul {
    list-style: none;
}

#top_news ul li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}

#top_news ul li p {
    font-size: 90%;
}

#top_news ul li a {
    font-size: 100%;
    margin-top: 6px;
    display: inline-block;
}

.cateicon_news {
    background: #e0e0e0;
    border-radius: 5px;
    padding: 3px 15px;
    font-size: 85%;
}

@media screen and (max-width: 1000px) {
    #top_news div {
        width: 80%;
    }

    #top_news article:nth-child(1),
    #top_news article:nth-child(2) {
        width: 100%;
    }

    #top_news ul {
        list-style: none;
        padding: 0 0 10px 0;
        margin-bottom: 0px;
    }

    #top_news article h2 {
        text-align: center;
    }

    #top_news article:nth-child(1) {
        border-right: 0px solid #00908e;
        padding-right: 0px;
    }


}


/*-----------4つのポイント------------*/
#top_point {
    margin: 0 calc(50% - 50vw);
    background-image: url(/bui/img/bg_point.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 10px;
}



#top_point h2::before {
    background: url(/bui/img/img_title_point.png);
    background-size: cover;
    left: 60px;
}

#top_point .p-contents_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 60px auto 20px;
}


#top_point article {
    width: 40%;
    padding: 60px 30px 30px;
    border: 4px solid #00908e;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 50px;
}

#top_point article .p-c_title {
    text-align: center;
    margin-bottom: 20px;
}

#top_point h3 {
    color: #00908e;
    position: relative;
    display: inline;
}

#top_point h3::before {
    content: "";
    position: absolute;
    top: -28px;
    transform: translate(-50%, -50%);
}


#top_point .p-c_title1::before {
    background: url(/bui/img/img_point01.png);
    background-size: cover;
    left: 50%;
    width: 26px;
    height: 29px;
}

#top_point .p-c_title2::before {
    background: url(/bui//img/img_point02.png);
    background-size: cover;
    left: 40%;
    width: 30px;
    height: 29px;
}

#top_point .p-c_title3::before {
    background: url(/bui//img/img_point03.png);
    background-size: cover;
    left: 40%;
    width: 30px;
    height: 29px;
}

#top_point .p-c_title4::before {
    background: url(/bui//img/img_point04.png);
    background-size: cover;
    left: 40%;
    width: 30px;
    height: 29px;
}


#top_point h3::after {
    content: "";
    background: url(/bui//img/img_point-deco.png);
    background-size: cover;
    width: 20px;
    height: 29px;
    position: absolute;
    left: -30%;
    top: -20px;
}

@media (max-width: 650px) {
    #top_point .p-contents_box {
        margin: 20px auto;
    }

    #top_point article {
        width: 85%;
        margin: 20px auto;
    }
}



/*-----------電源だけですぐ使える------------*/

#top_use {
    margin: 140px auto 40px;
    max-width: 1000px;
}

#top_use .h2box {
    margin-bottom: 40px;
}

#top_use h2::before {
    background: url(/bui//img/img_title_use.png);
    background-size: cover;
    right: 30px;
}

#top_use .t-use_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#top_use .t-use_inner article {
    width: 30%;
}

@media (max-width: 650px) {
    #top_use .t-use_inner article {
        width: 80%;
        margin: 30px auto;
    }
}


/*-----------選べる２種類------------*/
#top_choose {
    margin: 90px calc(50% - 50vw) 50px;
    background-image: url(/bui//img/bg_choose.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 10px;
    position: relative;
}



#top_choose h2::before {
    background: url(/bui//img/img_title_choose.png);
    background-size: cover;
    left: -20px;
}


#top_choose h2::after {
    content: "";
    display: inline-block;
    background: url(/bui//img/img_balloon.png);
    background-size: cover;
    width: 70px;
    height: 102px;
    position: absolute;
    left: -120px;
    top: -140px;
}

#top_choose .t-cho_inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto 60px;
}

#top_choose .t-cho_inner article {
    width: 46%;
    background-color: white;
    border: 4px solid #00908e;
    border-radius: 20px;
    padding: 30px 30px 10px 30px;
    position: relative;
}

#top_choose .t-cho_inner article h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top_choose article div {
    margin: 20px 0;
}

#top_choose .t-cho_inner article a:hover {
    opacity: 0.7;
}



.btn_o a {
    background: #dd880f;
    border-radius: 60px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    border-radius: 60px;
    padding: 15px 90px;
    color: white;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.btn_o a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}



#top_choose .t-cho_price {
    max-width: 1000px;
    margin: 0 auto 40px;
    background-color: white;
    border: 4px solid #00908e;
    border-radius: 20px;
    padding: 30px;
}

#top_choose .t-cho_price h3 {
    background-color: #00908e;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 180%;
    margin-top: 0;
    margin-bottom: 20px;
}

#top_choose .t-cho_price p {
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    #top_choose .t-cho_price {
        width: 90%;
        margin: 0 auto 50px;
    }

    #top_choose {
        margin: 90px calc(50% - 50vw) 50px;
        background-image: url(/bui/img/bg_choose.png);
        background-repeat: repeat;
        background-size: 163%;
        padding: 90px 0 10px;
        position: relative;
        background-position: 32%;
    }

    #top_choose h2::after {
        content: "";
        display: inline-block;
        background: url(/bui/img/img_balloon.png);
        background-size: contain;
        width: 70px;
        height: 102px;
        position: absolute;
        left: 94%;
        top: -163px;
    }

    #top_choose .t-cho_inner {
        margin: 70px auto 0px;
    }

}


@media (max-width: 860px) {
    #top_choose .t-cho_inner article {
        width: 90%;
        margin: 50px auto;
    }
}


/*-----------配送・返却------------*/
#top_send {
    max-width: 1000px;
    margin: 0 auto;
}


#top_send .t_send_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_send .decoline {
    display: block;
    padding: 5px 30px;

}

#top_send h3 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

#top_send .souryou::before {
    content: "";
    display: inline-block;
    background: url(/bui/img/img_flag01.png);
    background-size: cover;
    width: 30px;
    height: 37px;
    position: absolute;
    left: 0;
}


#top_send .h2box {
    margin-bottom: 40px;
}

#top_send .txt {
    width: 55%;
}


.muryou {
    font-size: 140%;
    font-weight: bold;
    color: white;
    background-color: #00908e;
    padding: 2px 6px 4px 15px;
    border-radius: 50px;
    margin-left: 5px;
}

#top_send .henkyaku_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_send .henkyaku::before {
    content: "";
    display: inline-block;
    background: url(/bui/img/img_flag02.png);
    background-size: cover;
    width: 30px;
    height: 37px;
    position: absolute;
    left: 0;
}

#top_send .henkyaku_box article {
    width: 48%;
}

@media (max-width: 810px) {

    #top_send .txt,
    #top_send .map {
        width: 90%;
        margin: 20px auto;
    }

    #top_send .henkyaku_box article {
        width: 90%;
        margin: 20px auto;
    }

}



/*-----------法人契約------------*/

#top_houjin {
    margin: 50px calc(50% - 50vw) 0;
    background-image: url(/bui/img/bg_houjin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 10px;
    text-align: center;
}

#top_houjin .t_hou_inner {
    margin: 20px;
}

#top_houjin h2 {
    color: white;
    margin-bottom: 30px;
}

#top_houjin p {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

#top_houjin .t_hou-point {
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#top_houjin article {
    width: 46%;
    padding: 20px;
}


.btn_keiyakubox {
    text-align: center;
}

.btn_keiyaku {
    position: relative;
    margin: 60px 0;
    display: inline-block;
}


.btn_keiyaku::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;

}

.btn_keiyaku a {
    background-color: #dd880f;
    border: 4px solid white;
    border-radius: 60px;
    padding: 15px 90px;
    color: white;
    font-weight: bold;
	display:block;
}

.btn_keiyaku a:hover {
    background-color: #dca24f;
}

@media (max-width: 650px) {
    #top_houjin article {
        width: 90%;
        margin: 0 auto 20px;
        padding: 0;
    }
}

@media (max-width: 370px) {
    .btn_keiyaku a {
        padding: 15px 35px;
    }
}


/* ----------------------
   TOPページ
-------------------------*/
/*-----------key------------*/
#top_key {
    margin: 0 calc(50% - 50vw);
}


.c-postContent h2 {
    border-left: 8px solid #00908e;
    padding-left: 18px;
}

.c-postContent h3 {
    border-bottom: 3px solid #eee;
    padding-bottom: 5px;
}

.c-postContent h4 {
    color: #00908e;
}

.wp-block-woocommerce-empty-cart-block h2 {
    border-left: 0px solid #00908e;
}


/*
.c-postContent h2 {
    position: relative;
    max-width: 1000px;
    margin: 100px auto 75px;
    text-align: center;
}


.c-postContent h2::before,
.c-postContent h2::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.c-postContent h2::before {
    border-left: solid 3px black;
    border-top: solid 3px black;
    top: -15px;
    left: 100px;
}

.c-postContent h2::after {
    border-right: solid 3px black;
    border-bottom: solid 3px black;
    bottom: -15px;
    right: 100px;
}*/

@media (max-width: 720px) {
    .home h2::before {
        left: 0;
    }

    .home h2::after {
        right: 0;
    }
}

/* ----------------------
   TOPへ
-------------------------*/
.c-fixBtn {
    background: url(/bui/img/img_totop.png);
    box-shadow: none;
    width: 80px;
    height: 99px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
}

.c-fixBtn .c-fixBtn__icon {
    opacity: 0;
}

@media (max-width: 960px) {
    .c-fixBtn {
        background: none;
    }

}

/* ----------------------
   TEXT STYLE
-------------------------*/
.acc_mark {
    background: #e4f1ff;
    margin: 0 2px;
    padding: 2px;
}


.acc_black {
    width: fit-content;
    background: #000;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    margin: 30px auto !important;
    padding: 10px 20px;
}

.acc_mark_y {
    background: #fff08b;
    margin: 0 2px;
    padding: 2px;
    color: #cf5d39;
}

.acc_mark_b {
    background: linear-gradient(transparent 15%, rgba(13, 159, 227, 0.3));
}

.acc_green {
    color: #00908e;
}

.acc_mark_y2 {
    background: linear-gradient(transparent 60%, #fff68a 30%);
    ;
}

.fs70 {
    font-size: 70%;
}

.fs120 {
    font-size: 120%;
}

.fs160 {
    font-size: 160%;
}



/* ----------------------
   BTN
-------------------------*/



/* -----------------------------
   下層用
--------------------------------*/
.p-topArea {
    min-height: 25vh;
}

.p-topArea.-noimg {
    background: url(/bui/img/bg_h2.jpg) no-repeat 0 100%;
    background-size: cover;
    /*height: 180px;*/
}


/*---------------特定商取引----------------*/
.table_detail th {
    width: 25%;
}

/*---------------安心補償サービス----------------*/

.hosyou_detail {
    background-color: #e0f1ee;
    margin: 0 calc(50% - 50vw);
    padding: 20px 0;

}

.hosyou_detail h3 {
    text-align: center;
    border-left: none;
}

.hosyou_board_col3,
.hosyou_board_col1w {
    max-width: 1000px;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}


.hosyou_b_col1w_inner {
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.4s;
    margin: 2% 0;
    background: white;
}


.hosyou_board_col3 article {
    display: block;
    color: #000;
    width: 30%;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.4s;
    margin: 2% 0;
    border: 4px solid #00908e;
    background: white;
}

.hosyou_board_col3 article h3 {
    text-align: center;
}

.hosyou_board_col3 article .item_tbox {
    height: 55px;
}

.hosyou_board_col3 article .item_imgbox {
    height: 200px;
    overflow: hidden;
    margin: 3%;
    padding: 7%;
    display: flex;
    justify-content: center;
}

.hosyou_board_col3 article .item_tbox h4 {
    border-bottom: 2px dotted #22b9a4;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.hosyou_board_col3 article .item_imgbox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 850px) {
    .hosyou_board_col3 article {
        width: 70%;
        margin: 0 auto 5%;
    }

    .hosyou_board_col3 article .item_imgbox {
        padding: 1%;
    }
}

.tbl-r05 td:first-child {
    background: #ecf5f3;
}

@media screen and (max-width: 700px) {
    .tbl-r05 {
        width: 100%;
    }

    .tbl-r05 .thead {
        display: none;
    }

    .tbl-r05 tr {
        width: 100%;
    }

    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
    }

    .tbl-r05 td:first-child {
        background: #00908e;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
}


/*--------------営業カレンダー-----------------*/
.calendar-caption {
    font-size: 200%;
}



/* ----------------
  よくある質問
----------------------- */

.accordion {
    margin: 3em auto;
}

.accordion a {
    text-decoration: underline;
}

.toggle {
    display: none;
}

.option {
    position: relative;
}

.faqtitle,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.faqtitle {
    padding: 1em;
    display: block;
    font-weight: bold;
    cursor: pointer;
    /* background: #e8f5fb; */
    /* border: 1px solid #cbe7f4; */
    /* border-radius: 10px; */
    border-bottom: 3px solid #ddd;
    transition: all 0.5s ease 0s;
}

.faqtitle:hover {
    background: #eee;
}

.faqtitle::after,
.faqtitle::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #00908e;
    transition: all 0.3s;
}

.faqtitle::after {
    transform: rotate(90deg);
}

.faqtitle p::before {
    content: "Q.";
    color: #00908e;
    margin-right: 4px;
}

.content {
    max-height: 0;
    overflow: hidden;
}

.content p {
    margin: 0;
    padding: 1em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    background: #f4fdfd;
}

.toggle:checked+.faqtitle+.content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked+.faqtitle::before {
    transform: rotate(90deg) !important;
}


@media (max-width: 519px) {
    .linetitle {
        padding-top: 0px !important;
    }

    .accordion {
        margin: 3em auto;
        max-width: 90vw;
    }

    .faqtitle {
        padding: 1em 2em 1em 2.5em;
        display: block;
        font-weight: bold;
        cursor: pointer;
        text-indent: -1.4em;
        line-height: 1.4;
    }
}




/* -----------------------------
   CTA
--------------------------------*/



/* -----------------------------
   FOOTER
--------------------------------*/
#bu_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px auto;
}

#bu_footer article:nth-of-type(1) {
    width: 35%;
}

#bu_footer article:nth-of-type(1) img {
    width: 70%;
    margin-bottom: 20px;
}

#bu_footer article:nth-of-type(2) {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#bu_footer article:nth-of-type(2) ul {
    width: 48%;
    list-style: none;
}

#bu_footer article:nth-of-type(2) ul li a {
    padding: 5px 10px 5px 20px;
    display: block;
    margin-bottom: 3px;
    color: #000;
}

#bu_footer article:nth-of-type(2) ul li a:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(/bui/img/icon_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 0;
}

#bu_footer article a:hover {
    color: #a6393d !important;
}

#footer_tel {
    background: url(/bui/img/icon_foottel.png) no-repeat 0 50%;
    background-size: auto;
    padding-left: 20px;
    margin-top: 10px;
}

#footer_mail {
    background: url(/bui/img/icon_footmail.png) no-repeat 0 50%;
    background-size: auto;
    padding-left: 20px;
}

#bu_copy {
    text-align: center;
    background: #e8e8e8;
    padding: 25px 20px;
}



@media (max-width: 800px) {
    #bu_footer {
        width: 100%;
        margin: 25px auto;
        flex-direction: column-reverse;
    }

    #bu_footer article:nth-of-type(1) {
        width: 90%;
    }

    #bu_footer article:nth-of-type(1) img {
        width: 100%;
    }

    #bu_footer article:nth-of-type(2) {
        width: 100%;
        margin-bottom: 30px;
    }

    #bu_footer article:nth-of-type(2) ul {
        width: 100%;
        padding-left: 0;
    }

    #bu_footer article:nth-of-type(2) ul li a {
        padding: 5px 10px 10px 20px;
        display: block;
        margin-bottom: 3px;
        color: #000;
        border-bottom: 1px solid #eee;
    }
}


/* -----------------------------
   Woo commerce
--------------------------------*/

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    border-left: 0px solid #00908e;
}


/*１カラムの大きいサムネイル削除*/
.p-entry__thumb {
    display: none;
}

/*ロゴのサイズが大きくなるのを修正*/
.woocommerce img,
.woocommerce-page img {
    width: 100%;
    height: 100%;
}

/*買い物カゴページの商品写真の比率調整*/
.l-content .wc-block-cart-items__row .wc-block-cart-item__image {
    aspect-ratio: 1 / 1 !important;
}

.l-content .wc-block-cart-items__row .wc-block-cart-item__image img {
    height: auto !important;
    max-width: 100%;
    object-fit: cover !important;
}




/*ロゴサイズ修正に付随して、支払い画面の商品サムネの比率崩れるのを改善*/
.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
    max-width: 100%;
    height: auto;
}

.wc-block-cart .wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button {
    background-color: #f7860e;
}

.wc-block-cart .wc-block-cart__submit-container:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #f89b38;
}

.wc-block-components-button__text {
    color: white;
}




.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #006359;
}

.woocommerce ul.products li.product .price {
    color: #006359;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 10px 0;
    display: block;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: block;
    background: #d37108;
    transition: all 0.5s ease 0s;
}

.woocommerce div.product form.cart .button:hover {
    background: #f7860e;
}


.woocommerce .summary .c-pageTitle__main {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
}

.product_meta {
    font-size: 90%;
}

/**/
.c-postContent .woocommerce-tabs .panel h2,
.c-postContent .cart_totals h2 {
    margin-bottom: 20px;
}


/*商品の更新日非表示*/
.type-product .c-postMetas,
.product_meta,
.woocommerce div.product .woocommerce-tabs .panel {
    display: none !important;
}



/*バリエーションのある商品の選択中価格*/
.woocommerce div.product span.price .woocommerce-Price-amount {
    color: #d37108 !important;
    font-size: 150% !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    margin-top: 30px;
}

.single-product .c-pageTitle__main {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    background: #00908e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}


/*追加情報を非表示*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    margin-top: 30px;
}

/*関連商品のお買い物かごに追加ボタン*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    background: #d37108;
    color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    background: #f5b979;
    color: white;
}


/*お買い物カゴに追加 & 注文するボタン*/
.woocommerce button.button.alt {
    background-color: #2271b3;
    border-radius: 4px;
}

.woocommerce button.button.alt:hover {
    background-color: #5ca8e9;
}

/*お支払いへ進むボタン*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #2271b3;
    border-radius: 4px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #5ca8e9;
}


/*-------支払いページのカレンダー--------*/
#ui-datepicker-div {
    width: 390px !important;
}

.woocommerce-checkout .orddd-datepicker label {
    font-size: 27px !important;
    font-weight: 600 !important;
    color: black !important;
    /* padding-bottom: 10px !important; */
    position: absolute !important;
    top: 8px !important;
    left: 0 !important;
}

.wc-block-components-text-input input[type=text] {
    height: 30px !important;
    position: relative;
    padding-bottom: 30px !important;
    margin-top: 50px !important;
    border: 2px solid hsla(0, 0%, 7%, .8) !important;
}

/************************************
** お問い合わせフォームの入力
************************************/
.article h2 {
    color: #000 !important;
}

.entry-title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.entry-title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #F57500;
}

#cf-tbl {
    width: 70%;
    margin: 30px auto;
}

#cf-tbl table {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 0 0.5em;
    text-align: left;
    vertical-align: top;
    border-width: 1px;
    vertical-align: middle;
    font-size: 85%;
}

#cf-tbl table tr td p {
    text-align: unset !important;
}

#cf-tbl table tr th {
    width: 35%;
    background: #eee;
}

#cf-tbl input[type="date"] {
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#cf-tbl select {
    padding: 6px;
    margin-bottom: 10px;
}

#cf-tbl input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 10px;
}

.radio-renraku {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

@media screen and (max-width:768px) {
    #cf-tbl {
        width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }

    #cf-tbl table tr th,
    #cf-tbl table tr td {
        width: 100%;
        padding: 5px 5%;
    }

    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
}

/*「必須」文字デザイン*/
.req {
    font-size: .75em;
    padding: 5px;
    background: #00908e;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/*「任意」文字デザイン*/
.opti {
    font-size: .8em;
    padding: 5px;
    background: #909090;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #00908e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    margin: 15px auto 0
}

@media screen and (max-width:768px) {
    input.wpcf7-submit {
        width: 250px;
    }
}

input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}


/* ----------------------
   SP Menu
-------------------------*/
.foot_spmenu {
    display: none;
}

@media screen and (max-width: 960px) {
.btn_keiyaku a { padding: 15px 75px;}
    .foot_spmenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .foot_spmenu_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .foot_spmenu_inner a {
        display: block;
        padding: 45px 10px 2px 12px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 90%;
    }

    .foot_spmenu_inner a:hover {
        opacity: 1;
    }

    .foot_spmenu_inner a:nth-child(1) {
        background: #0c7ad5 url("/sm/img/icon_tel_w.png") no-repeat 50% 27%;
        background-size: 24px 25px;
        color: #fff !important;
        width: 40%;
        height: 78px;
        border-right: 1px solid #fff;
    }

    .foot_spmenu_inner a:nth-child(2) {
        background: #ceac0b url("/sm/img/icon_mail_w.png") no-repeat 50% 27%;
        background-size: 22px 18px;
        border-right: 1px solid #fff;
        width: 40%;
        height: 78px;
    }

    .foot_spmenu_inner a:nth-child(3) {
        background: #00c34d url("/sm/img/icon_fukidashi.svg") no-repeat 50% 27%;
        background-size: 22px 18px;
        width: 20%;
        height: 78px;
    }

    .l-footer__foot {
        margin-bottom: 75px;
    }

    .p-fixBtnWrap {
        align-items: flex-end;
        bottom: 11%;
    }

    .c-copyright {
        text-align: left;
    }

    .l-footer__foot .u-flex--c {
        justify-content: flex-start;
    }

    [data-btns=rr-rl] .l-header__body {
        grid-template-areas: "left center right search menu";
        grid-template-columns: 6% 75% auto var(--ark-searchW) var(--ark-drawerW);
    }
}