/*
Theme Name: 竹風軒EC
Description: 竹風軒EC Template
Author: 管理人
*/
body{
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
    line-height: 1.8;
}
.gochi{
    font-family: 'Noto Sans JP', sans-serif;
}
.in{
    margin: auto;
}
ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
h2{
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: center;
}
h3{
    line-height: 1.6;
    margin-bottom: 0.8em;
    text-align: center;
}
h4{
    line-height: 1.6;
    margin-bottom: 0.8em;
}
h5{
    line-height: 1.6;
    margin-bottom: 0.5em;
}
/*----------------------------------------------------------------*/
/*------ヘッダー------*/
header{
    background-color: #fff;
    padding: 10px 0;
}
header.is-fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hed_navsab::after{
    content: "";
    display: block;
    clear: both;
}
.hed_navsab{
    font-size: 0;
    line-height: 1;
    text-align: right;
}
.hed_navsab ul li{
    font-size: 12px;
}
.hed_navsab ul li a{
    padding: 5px 10px;
    border-radius: 5px;
}
.hed_navsab ul .login_boton{
    margin-left: 15px;
}
.hed_navsab ul .login_boton a{
    background-color: #000;
    color: #fff;
    font-weight: bold;
}


nav{
    margin-top: 10px;
}
nav ul li a{
    display: block;
    padding: 5px 50px;
}
nav ul li a p{
    font-size: 17px;
    display: inline-block
}
nav ul li a span{
    font-size: 13px;
    display: inline-block;
    padding-left: 1.5em;
}

/* Material iconsを利用する */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1em; /* 推奨サイズ */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;

    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;

    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;

    /* IEサポート */
    font-feature-settings: 'liga';
}

/*----------------------------------------------------------------*/
/*------フッター------*/
.footer_contentbox{
    width: 100%;
    max-width: 855px;
    margin: 60px auto 0;
}
.fcnpn{
    font-size: 10px;
    text-align: center;
}
.footer_content::after,
.footer_botns::after{
    content: "";
    display: block;
    clear: both;
}
.footer_content .footer_ligo,
.footer_content .footer_data{
    float: left;
}
.footer_datah{
    font-weight: bold;
}

.footer_botn a{
    color: #fff;
    background-color: #364a1e;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 500;
}
.footer_botn a img{
    position: absolute;
    left: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
}


/*----------------------------------------------------------------*/
/*------サイドバー------*/
/*------サイドバーボタン------*/
.saidnavbotm_box{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
}
.saidnavbotm_box.active{
    left: 230px;
}
.saidnavbotm a{
    height: 100vh;
    padding: 0 1.2vw;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.saidnavbotm a .botns{
    position: relative;
    width: 23px;
    height: 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2vw;
}
.saidnavbotm a .botns span{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    transition: 0.5s;
    left: 0;
}
.saidnavbotm a .botns span:nth-child(1){
    top: 0;
}
.saidnavbotm a .botns span:nth-child(2){
    top: 0;
    bottom: 0;
}
.saidnavbotm a .botns span:nth-child(3){
    bottom: 0;
}
.saidnavbotm a.active .botns span:nth-child(1){
    transform:rotate(45deg);
    top: 7px;
}
.saidnavbotm a.active .botns span:nth-child(2){
    opacity: 0;
    left: 50%;
}
.saidnavbotm a.active .botns span:nth-child(3){
    transform:rotate(-45deg);
    bottom: 6px;
}
.saidnavbotm p{
    font-size: 13px;
    writing-mode: vertical-rl;
    line-height: 1.8;
}
/*------サイドバーナビ------*/
.saidnav{
    width: 230px;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 2;
    padding: 100px 5px 30px;
    top: 0;
    left: -290px;
    transition: 0.5s;
    overflow: scroll;
}
.saidnav.active{
    left: 0;
}


.said_link{
    font-size: 15px;
    border-bottom: 1px solid #000;
    margin-top: 10px;
}
.said_link li{
    border-top: 1px solid #000;
}
.said_link li a{
    display: block;
    position: relative;
    padding: 8px 5px;
}
.saidlistcat i{
    margin-right: 1em;
}
.saidlistprice .said_link a{
    padding-left: 50px;
}
.saidlistprice a::before{
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    border-radius: 2px;
}
.saidlistprice .current-menu-item a::after{
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 13px;
    width: 8px;
    height: 13px;
    border-right: solid 2px #364a1e;
    border-bottom: solid 2px #364a1e;
    transform: rotate(45deg);
}
.said_contactbotn a{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background-color: #364a1e;
    color: #fff;
    padding: 20px;
}
.said_contactbotn a span{
    font-size: 19px;
}
.said_contactbotn a i{
    font-size: 53px;
}
.said_pagelink{
    margin-top: 30px;
}
.said_pagelink a{
    position: relative;
    padding: 5px 5px 5px 30px;
    display: block;
}
.said_pagelink a::before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 5px;
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*----------------------------------------------------------------*/
/*------ホーム------*/
/*ホーム共通パーツ*/
.home_linkbotm a{
    border: 1px solid #000;
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    position: relative;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 200px;
}
.home_linkbotm a::before,
.home_linkbotm a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.home_linkbotm a::before{
    right: 10px;
    width: 15px;
    height: 1px;
    background: #000;
}
.home_linkbotm a::after{
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home_taitl01{
    margin-bottom: 40px;
}
.home_taitl01 span{
    display: block;
}
/*スライダー*/
.mv {
    position: relative;
    z-index: 0;
}
.mv .mv_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mv .mv_img .in{
    position: relative;
}
.mv_contentbox{
    position: absolute;
}
.mv_itemtaitlimg{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-weight: 600;
}
.mv_itemtaitlrub{
    display: inline-block;
    vertical-align: middle;
}
.mv_item_slidh,
.mv_item_slidtext{
    margin-top: 1em;
}
/*------ホームトピックス一覧------*/


/*------ホーム商品一覧------*/

.home03{
    
}

.home_itemimgbox{
    color: #fff;
}
.home_itemimgbox .home_linkbotm a{
    border-color: #fff;
}
.home_itemimgbox .home_linkbotm a::before{
    background-color: #fff;
}
.home_itemimgbox .home_linkbotm a::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*----------------------------------------------------------------*/
/*------下層ページ------*/
.content_boxw{
    margin-top: 40px;
}
/*ヘッダー画像*/
.content_hedimg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 1px;
    
}
.content_hedimg h2{
    text-align: left;
}
.hedimg_news{/*お知らせ一覧*/
    background-image: url(images/hedimg_news.jpg);
}
.hedimg_topic{/*特集一覧*/
    background-image: url(images/hedimg_topic.jpg);
}
.hedimg_item{/*特集一覧*/
    background-image: url(images/hedimg_item.jpg);
}
/*---予算から探す---*/

.footer_pricelist ul::after{
    content: "";
    display: block;
    clear: both; 
}
.footer_pricelist ul li{
    float: left;
}
.footer_pricelist a{
    display: block;
    border: 1px solid #000;
    position: relative;
    padding: 1em 1.5em 1em 1em;
}
.footer_pricelist a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*------パンくず------*/
.pankuzu li{
    display: inline-block;
    vertical-align: middle;
}
.pankuzu li + li{
    margin-left: 1em;
}
.pankuzu li + li::before{
    content: " > ";
    display: inline-block;
    margin-right: 1em;
}

/*------ページナビ------*/
.pagination{
    margin-top: 3em;;
    text-align: center
}
.pagination span,
.pagination a{
    display: inline-block;
    padding: 2px;
    margin: 0 2px;
    vertical-align: middle;
}
.pagination a{
    color: #717071;
}

/*詳細次、前ボタン*/
.singl_npbox{
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}
.singl_npbox .next,
.singl_npbox .prev{
    display: inline-block;
    line-height: 1;
}
.singl_npbox a{
    background-color: #000;
    color: #fff;
    width: 2.5em;
    height: 1.4em;
    padding: 0.2em;
    position: relative;
}
.singl_npbox .next+.prev a::before{
    content: "";
    display: block;
    height: 0.5em;
    width: 1px;
    background-color: #fff;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
/*------お知らせ------*/
/*------お知らせ一覧------*/
.news_list table{
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.news_list table tr + tr{
    border-top: 1px solid #000;
}
.news_list table th{
    font-weight: normal;
}

/*------お知らせ詳細------*/
.news_itemtaim{
    margin-bottom: 1em;
}
/*------トピックス------*/
/*------トピックス一覧------*/
.topic_list li{
    
}
.topic_list li a{
    display: block;
}
.topic_listbox li {
}
.topic_list li .topic_listimg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 52%;
}
/*------トピックス詳細------*/
.topicboximg{
    text-align: center;
}
/*------商品------*/
/*------商品一覧------*/
.item_list{

}
.item_list ul li a{
    display: block;
}
.item_list .item_listimg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70%;
    position: relative;
}
.item_list .item_listimg .item_listbotn{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: hsl(87deg 42% 20% / 48%);
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.5s;
    opacity: 0;
}
.item_list a:hover,
.item_list a:hover .item_listimg .item_listbotn{
    opacity: 1
}
.item_listtaitl{
    margin-top: 0.7em;
}
/*------商品詳細------*/
.item_imgslist .contentitem_imgslist{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60%;
    position: relative;
}
.item_imgslist .slick-arrow{
    position: absolute;
    z-index: 1;
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1em;
    bottom: 9px;
}

.item_imgslist .prev{
    right: 3em;
}
.item_imgslist .next{
    right: 0;
}
.item_imgslist .next::before{
    content: "";
    display: block;
    width: 1px;
    height: 0.5em;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.item_imgslist .slick-counter{
    position: absolute;
}
.item_imgslist .slick-counter span{
    display: block;
    line-height: 1.2;
}
.item_imgslist .slick-counter .current{
    padding-right: 1em;
}
.item_imgslist .slick-counter .total{
    position: relative;
    padding-left: 1em
}
.item_imgslist .slick-counter .total::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #000;
    transform: rotate(-26deg);
}
.item_contenttaitl{
    margin-bottom: 20px;
	text-align: left;
}
.item_contenttaitl p,
.item_contenttaitl span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.item_contenttaitl p{
    margin-right: 0.2em;
}
.item_content_data{
    margin-bottom: 30px;
}
.item_content_data table{
    width: 100%;
}
.item_content_data table tr{
    border-bottom: 1px solid #000;
}
.item_content_data table th{
    
}
.item_content_data table tr:nth-child(1) th{
	font-size:120%;
	font-weight: 600;
}
.item_contentccbotm{
    margin: 20px 0 10px;
}
.item_contentccbotm a{
    background-color: #717071;
    color: #fff;
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 2px;
}
.item_content_dataf a{
    color: #3d3a39;
    text-decoration: underline;
}


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

.contact_hed{
    margin-bottom: 30px;
}
.contact_hed .ca7{
    font-size: 13px;
    margin-top: 1em;
}
.contact_table{
    width: 100%;
    max-width: 900px;
    margin: 60px auto 40px;
}
.contact_table table{
    width: 100%;
}
.contact_table th p,
.contact_table td p{
    font-size: 80%;;
}
.contact_table th span{
    display: inline-block;
    font-size: 60%;
    color: #ca750d;
    margin-left: 0.5em;
}
.contact_table input,
.contact_table textarea{
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    background: #f1f1f1;
    color: #6c6c6c;
    letter-spacing: .1em;
}
.contact_table td .your-name{
    width: 49%;
}
.contact_table td .your-name02,
.contact_table td .your-name04{
    margin-left: 2%;
}
.contact_table td .p-postal-code{
    margin: 0 5px;
    width: 8em;
}
.contact_table td .p-locality,
.contact_table td .p-extended-address,
.contact_table td .sabadres,
.contact_table td .email{
    margin-bottom: 5px;
    width: 100%;
}
.contact_table td .tel,
.contact_table td textarea{
    width: 100%;
    resize: none;
}
.contactsubmit{
    text-align: center;
    margin-bottom: 100px;
}
.contactsubmit input{
    border: none;
    padding: 10px 40px;
    background-color: #808080;
    color: #fff;
}
/*--ラジオボタン--*/
.kubun {
    vertical-align:middle;
}
.contact_table input[type="radio"]{
    display:none;
}
.kubun .wpcf7-list-item {
    margin: 0;
    padding: 0;
}
.kubunã€€label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.kubun .wpcf7-list-item-label{
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    padding-left: 2em;
}
.kubun .wpcf7-list-item-label::before,
.kubun .wpcf7-list-item-label::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    background: #ffffff;
}
.kubun .wpcf7-list-item-label::after {
    z-index: 0;
    left: -0.1rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #364a1e;
}
.contact_table input[type="radio"]:checked + .wpcf7-list-item-label::before {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-width: 0.625rem;
    border-color: #364a1e;
}

/*--------------特定商取引法に基づく表記----------------*/

.transaction02_tbox{
	margin-top:30px;
}
.is_tablelist table{
	width:100%;
}
.is_tablelist table tr + tr{
	border-top:1px solid #ddd;
}
.is_tablelist table th{
	
}
.is_tablelist table th,
.is_tablelist table td{
	padding:5px;
}
.dlset dl {
    padding-top: 12px;
    padding-bottom: 8px;
    position: relative;
    min-height: 35px;
    border-bottom: 1px solid #dedede;
    margin: 0px;
}
.function__list__titleBox img{
	width:54px;
}
.function__list__item .home_linkbotm{
	margin-top:20px;
}
.function__list__label{
    vertical-align: middle;
    align-items: center;
    margin-left: 12px;
    font-size: 10px;
    color: #fff;
    background-color: #007c6b;
    padding: 4px 8px;
    border-radius: 4px;
}




