/*singular*/

.direction.none .featureInner,
.alignment.none .featureInner{
 position: relative;  
}
.alignment {
    margin-top: 3rem;
}

.product {
    margin-bottom: 4rem;
}
.singleContact2 {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius:15px;
    text-align: center;
    position: relative;
}
.singleContact2.zaiko0:after {
        content: "在庫切れ";
}

#kakou {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 3rem;
    padding-left: 0;
}
#kakou li {
    width: 38%;
    margin: 0 2%;
    border: 1px solid #e2dad1;
    background: #e2dad1;
    padding-top: .5rem;
    text-align: center;
    max-width:220px;
}
#kakou li div {
    background: #FFF;
    width: 100%;
    padding: .5rem;
    margin-top: .5rem;
}
.bnrBtn {
    max-width:420px;
    margin: 3rem auto !important;
}
.singleContact {
    padding: 0;
    border: none;
}
.washiArea {
    margin-top: 3rem;
}
.washiArea .textArea,
.washiArea .simpleTtl {
    text-align: left;
}

.washiArea thead td {
    background: #e2dad1;
    color:#000;
}
.washiArea thead td {
    border: 1px solid #ffffff;
}
.washiArea td {
    padding: 1rem;
}
.washiArea p {
    margin-bottom: 0;
}
.plusContact {
    margin-top: 3rem;
}
#detailCut .column2 dl,
#detailCut .column3 dl {
    width: 100%;
    text-align: center;
    border: 1px solid #e2dad1;
}
#detailCut .column2 dl dt,
#detailCut .column3 dl dt {
    background: #e2dad1;
    padding: .5rem;
    color: #2e0a19;
    margin-bottom: 0;
}
#detailCut .column2 dl dd,
#detailCut .column3 dl dd {
    background: #FFF;
}
#detailCut .column2 {
grid-template-columns:  48% 48%;
}

#detailCut .column2 dl dd {
    text-align: left;
    padding:0;
}
#detailCut .column2 dl dd p {
    padding:1rem;
    margin-bottom: 0;
}
h6 {
    margin-top: 2rem;
    text-align: center;
}
.comment {
    color: #898989;
    margin-top:1rem;
    display: block;
}
.tokusyu .inner {
    margin-bottom:5rem;
}
.tokusyu dd {
    background: #f6f0eb !important;
    text-align: center !important;
}
.tokusyu dd img {
    max-width:303px;
}
#awaseFeature .featureInner {
    position:relative;
    padding: 0.5rem;
}
#awaseFeature .column3 {
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 0 24px;
}
#awaseFeature .column3 dl {
   margin-block: 0;
       background-color: #FFF;
       border: 1px solid #e2dad1;
}
#awaseFeature .column3 dl dt {
    padding: .5rem;
    text-align: center;
    background: #e2dad1;
    margin-bottom: 1rem;
}

#awaseFeature .column3 dl dd {
    padding: 0 1rem;
}
#awaseFeature .column3 dl dd img {
    display: block;
    margin: 0 auto;
}
#awaseFeature .column3 dl:first-of-type dd img {
    margin-bottom: .5rem;
}
.featureInner figure {
    width: fit-content;
    margin: 0 auto 1rem;
}
dd .answer {
    font-weight: bold;
}
.contactBlc article .tel + p {
    width: fit-content;
    text-align: left;
    margin: 0 auto 2rem;
}
.guideLink {
    display: flex;
    justify-content: center;
    list-style: none;
}
.guideLink li {
    position: relative;
    padding-right:20px;
    margin: 0 1rem;
}
.guideLink li a {
    text-decoration: none;
}
.guideLink li:after {
 font-family: "Material Symbols Outlined";
  content: "\e5cc";
  color: #6a0016;
  font-size: 1.5rem;
  z-index: 10;
  pointer-events: none;
  transition: .3s all;
  display: block;
  height:20px;
  width:15px;
  position: absolute;
  top: 0;
  right: 0px;
}
.guideLink li:hover:after {
  right: -8px;
}
.washiArea table {
  margin-bottom: 1rem;
}
#detailCut .column2 dl {
    background: #FFF;
}
.guideLink {
    padding-left: 0;
}
 #detailCut .column3 dl {
    margin-bottom: 0;
 }
@media screen and (max-width:480px) {
    #kakou li {
        width: 48%;
    }
    .bnrBtn {
        width: 100%;
    }
    .bnrBtn span {
        letter-spacing: .5px;
    }
    .bnrBtn .vk_button_link.btn {
        padding: .5rem .2rem;
    }
    .washiArea td {
        padding:.5rem;
    }
    #detailCut .column3 {
        grid-template-columns: repeat(3,auto);
        grid-gap:4px;
    }
    #detailCut .column3 dt {
        font-size:12px;
        text-align: center;
        padding:.5rem 0 !important;
    }
    #detailCut .column2 {
        grid-template-columns: repeat(2,49%);
        grid-gap:2%;
    }
    #awaseFeature .column3 {
        grid-template-columns: repeat(2,49%);
        grid-gap:2%;
        margin-top: 1rem;
    }
    .alignment.none .featureInner:after {
        height: 103%;
    }
    #detailCut .column2 dl dt {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}