@charset "UTF-8";
/**********************
woocomace注文入力
汎用
インデックス
梵字
レイアウト
カテゴリ一覧
商品詳細
**********************/

/*woocomace注文入力*/
.yith-wapo-container label{padding:0;}
.yith-wapo-container .wapo-addon-description{font-size:.8em; line-height:1.5; margin-bottom:10px; letter-spacing:0;}
.yith-wapo-container select{border-radius:10px;}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container {margin-top: 0;}

/*汎用*/
.c-item__button{width: 100%;}
.c-item__ttl {margin-bottom: .5em;}
.s_txt{font-size:.7em; letter-spacing:0;}
.wp-block-table td,.wp-block-table th {padding: 5px 10px;}
.customize .title2{
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left: 1em;
    background-color: #e3e0dd;
    height: 40px;
    line-height: 40px;
}
.customize img{
    vertical-align: middle;
}
.customize .js-accrodion-btn{
    cursor: pointer;
    position: relative;
}
.customize .js-accrodion-btn::after{
    content: "▲";
    position: absolute;
    right: 1rem;
    font-size: .8em;
}
.customize .is-active.js-accrodion-btn::after{
    content: "▼";
}
@media screen and (max-width: 1024px) {
    .c-grid[data-grid="3"] .c-grid__item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .customize .title2{
        font-size: 1.4rem;
    }
    .c-grid[data-grid="3"]{
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
    }
    .c-grid[data-grid="3"] .c-grid__item {
        width: 47%;
        margin-top: 3%;
    }
    .c-grid[data-grid="4"] .c-grid__item {
        padding: 0 2%;
    }
    .c-item__link{
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .c-grid[data-grid="3"] .c-grid__item {
        width: 100%;
    }
}

/*インデックス*/
.p-index__feature-content {
  padding-top: 0;
}
.p-index__intro-section{
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .p-index__intro-section{
        padding-bottom: 60px;
    }
}

/*梵字*/
.bonji_area{
    margin-top: 30px;
}
.bonji_area ul{
    display: flex;
    flex-wrap: wrap;
}
.bonji_area ul li{
    width: 20%;
    text-align: center;
    padding: 2% 1% 0;
}
.bonji_area ul li .syuha{
    font-size: 13px;
}
.bonji_area ul li .yomi{
    font-size: 12px;
    margin-top: -1.5em;
    line-height: 1;
}
.bonji_area ul li figure{
    border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
    .bonji_area ul{
        justify-content: center;
    }
    .bonji_area ul li{
        width: 118px;
    }
}
@media screen and (max-width: 540px) {
    .bonji_area ul li .yomi{
        margin-top: -1.3em;
    }
}

/*レイアウト*/
.layout_area{
    margin-top: 30px;
}
.layout_area ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.layout_area ul li{
    width: 40%;
    text-align: center;
    padding-top: 10px;
}
@media screen and (max-width: 540px) {
    .layout_area{
        margin-top: 20px;
    }
    .layout_area ul{
        margin-bottom: 20px;
    }
    .layout_area ul li{
        width: 50%;
    }
}

/*カテゴリ一覧*/
ul.p-category__list {
    justify-content: flex-start;
}
li.p-category__list-item {
    width: 20%;
}
@media screen and (max-width: 1280px) {
    .p-product__container {
        margin: 0 60px;
    }
}
@media screen and (max-width: 767px) {
    li.p-category__list-item {
        width: 33.333%;
    }
    a.p-category__list-item-link {
        display: flex;
        align-items: center;
    }
    .p-category__list-item-figure{
        width: 25%;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .p-category__list-item-figure:before{
        content: "";
        display: block;
        padding-top: 100%;
    }
    .p-category__list-item-figure::after {
      padding-bottom: 0;
    }
    .p-category__list-item-figure .p-category__list-item-bg{
        background-position: center center;
    }
    .p-category__list-item-ttl {
        width: 75%;
        height: 100%;
        position: relative;
        padding-top: 0;
        padding-left: .5em;
        line-height: 1.4;
    }
    .p-category__list-item-ttl::before,
    .p-category__list-item-ttl::after{
        top: 15%;
        font-size: 1rem;
    }
}
@media screen and (max-width: 640px) {
    .p-product__container {
        margin: 0 20px;
    }
    li.p-category__list-item {
        width: 50%;
    }
}

/*商品詳細*/
.posted_in a.sub_cat1{text-decoration:underline;}
.posted_in a.sub_cat1::after{content:",";}
.posted_in a.sub_cat1:nth-last-child(1 of .sub_cat1)::after{content:"";}
.c-detail-data__desc table.size_cust tr th,
.c-detail-data__desc table.size_cust tr td{
    padding: .5em 0;
    text-align: center;
    border-bottom: 1px dashed #bbb;
    border-right: 1px dotted #ccc;
}
.c-detail-data__desc table.size_cust tr th{
    font-size: 85%;
    font-weight: bold;
    background-color: #F1F1F1;
    border-bottom: none;
    border-right: 1px solid #fff;
}
.c-detail-data__desc table.size_cust tr th:last-child,
.c-detail-data__desc table.size_cust tr td:last-child{
    border-right: none;
}