@charset "UTF-8";

/* =====================
method
========================*/
.method{
    padding:60px 0 0;
}

.method__contents{
    margin:60px 5.13% 0;
}

.method__3step{
    padding:20px 5.7%;
    background-color: var(--primary-lightBeige);
    margin-top:55px;
    position: relative;
}

.method__3step::before{
    content: '';
    background: url(../images/triangle_arrow_y.svg) no-repeat center center;
    background-size:contain;
    width:23px;
    height:15px;
    position: absolute;
    bottom:-35px;
    left:50%;
    transform: translate(-50%);
}

.method__3step:last-of-type::before{background: none;}


.method__3step dt{
    padding-bottom:20px;
    border-bottom: solid 1px var(--primary-lightBrown);
    color: var(--primary-mainBrown);
    font-family:var(--serif);
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.method__3step img{
    display: block;
}

.method__3step dt span{
    display: block;
    color:var(--primary-lightBrown);
    font-family:var(--num);
    font-size: 3.0rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin:20px 0 5px;
}

.method__3step dd{
    margin-top:20px;
    color: var(--primary-mainBrown);
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
}

/* method PC 821px */
@media screen and (min-width:821px) {
    .method{
        max-width:1160px;
        padding:120px 0;
        margin:0 auto;
    }

    .method h2{
        padding-bottom:20px;
        border-bottom:solid 1px var(--primary-mainBrown);
    }

    .method__contents{
        max-width:1160px;
        justify-content: space-between;
        display: flex;
        margin:0;
    }
    

    .method__3step{
        width:350px;
        padding:20px;
        position: relative;

    }
    
    .method__3step::before{
        content: '';
        background: url(../images/triangle_arrow_x.svg) no-repeat center right;
        background-size:contain;
        width:18px;
        height:27px;
        position: absolute;
        left:380px;
        top:50%;
        transform: translate(-50%);
    }    
    
    .method__3step dt{
        font-size: 2.0rem;
    }
    
    .method__3step dd{
        margin-top:20px;
        font-size: 1.6rem;
    }

}/* method pc 821 */

.need{
    margin:60px 5.13%;
    border: solid 1px var(--primary-lightBrown);
}

.need h4{
    padding:20px 0;
    background-color: var(--primary-lightBeige);
    color: var(--MainBrown, #513924);
    text-align: center;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.2em;
}

.need ul{
    padding:30px 5.7%;
}

.need li{
    margin-left:30px;
    list-style-type:disc;
    font-size: 1.6rem;
    line-height: 2.0;
    letter-spacing: 0.2em;
}

/* need PC 821px */
@media screen and (min-width:821px) {
    .need{
        margin:60px 0 0;
    } 

    .need h4{
        font-size: 2.0rem;
    }

    .need ul{
        padding:30px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .need li{
        margin-right:5px;
    }
}/* need pc 821 */


.need--delivery{
    margin-top:60px;
    padding:60px 5.13%;
    background-color: var(--primary-lightBeige);
}

.need--delivery h4{
    padding:10px;
    border-bottom:solid 1px var(--primary-mainBrown);
    color: var(--primary-mainBrown);
    font-family:var(--serif);
    text-align: center;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.2em;
}

.need--delivery__contents{
    margin-top:55px;
    padding:20px 5.7%;
    background-color: var(--primary-white);
    position: relative;
}

.need--delivery__contents::before{
    content: '';
    background: url(../images/plus.svg) no-repeat center center;
    background-size:contain;
    width:27px;
    height:27px;
    position: absolute;
    bottom:-40px;
    left:50%;
    transform: translate(-50%);
}

.need--delivery__contents:last-of-type::before{
    content: '';
    display: none;
} 

.need--delivery__contents dt{
    padding-bottom:10px;
    border-bottom:solid 1px var(--primary-textgray);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
}

.need--delivery__contents dd{
    margin-top:20px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.need--delivery__contents dd li{
    list-style:disc;
    margin-left:20px;
}

.need--delivery__certificate{
    display: flex;
    align-items: center;
}

.need--delivery__certificate img{
    width:80px;
    position: relative;
    bottom:40px;
}


.need--delivery__certificate ul{
    width:200px;
    margin-left:5.7%;
}

.need--delivery__certificate p{
    margin-top:17px;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left:15px;
}

.request--contents{
    display: flex;
    align-items: center;
    gap:15px;
}

.request--contents ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.request--contents ul li{
    width:85px;
}

.request--contents p{
    letter-spacing: 0;
    margin-left:15px;
    margin-top:10px;
}

.need--delivery__request div img{
    width:70px;
    height:70px;
}

.need--delivery__item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need--delivery__item img{
    width:70px;
    margin-bottom:20px;
}

.need--delivery__address{
    margin-top:50px;
    padding:20px 5.7%;
    background-color:#FBF9F5;
}

.need--delivery__address h5{
    color: var(--primary-mainBrown);
    text-align: center;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.2em;
    border-bottom:solid 1px var(--primary-mainBrown);
    padding-bottom:10px;
}

.need--delivery__address p{
    margin-top:20px;
    color: var(--primary-mainBrown);
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
}

/* need--delivery PC 821px */
@media screen and (min-width:821px) {
    .need--delivery{
        padding:30px;
    }
    
    .need--delivery h4{
        padding:15px;
    }

    .need--delivery__flex{
        display: flex;
        justify-content: space-between;
    }
    
    .need--delivery__contents{
        width:340px;
        margin-top:30px;
        padding:20px;
    }
    
    .need--delivery__contents::before{
        content: '';
        width:20px;
        left:360px;
        top:50%;
        transform: translate(-50%);
    }
    
    .need--delivery__address{
        margin-top:30px;
        padding:20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .need--delivery__address h5{
        padding:0;
        margin-right:100px;
        text-align: center;
        border-bottom:none;
    }
    
    .need--delivery__address p{
        margin:0 100px 0 0;
        padding-left:100px;
        border-left:solid 1px var(--primary-mainBrown);
        color: var(--primary-mainBrown);
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.15em;
    }

    .need--delivery__item img{
        width:70px;
        margin-top:20px;
    }



}/* need--delivery pc 821 */



/* requestBtn */
.requestBtn{
    max-width:300px;
    margin-top:20px;
    margin-bottom:3px;
    padding: 12px 5% 12px 1.6%;
    display: block;
    background: var(--primary-lightBeige);
    box-shadow:4px 4px 0px 0px #D2C9BC;
    color: var(--primary-mainBrown);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.requestBtn::after{
    content: '';
    width: 15px;
    height: 18px;
    background: url(../images/btn_arrow2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.requestBtn:hover {
    opacity: 0.8;
    transform: translate(-2px,-2px);
    box-shadow: 8px 8px 6px rgba(210, 201, 188, 0.8);
}

.requestBtn:active {
    opacity: 1;
    transform: translate(2px,2px);
    box-shadow: 4px 4px 0px 0px rgba(210, 201, 188, 0.1);
    background-color: var(--primary-lightBeige);
}


/* =====================
attention
========================*/
.attention{
    padding:60px 0;
}

.attention__dl{
    margin:0 5.13%;
    padding:40px 0;
    border-bottom: 1px dashed var(--primary-lightBrown);
}

.attention__dl:first-of-type{
    padding-top:50px;
}

.attention__dl:last-of-type{
    padding-bottom:0;
    border: none;
}


.attention__dl dt{
    color: var(--primary-mainBrown);
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.0;
    letter-spacing: 0.2em;
}

.attention__dl dt span{
    display: block;
    font-family:var(--num);
    font-size: 2.5rem;
    line-height: 2.0;
    letter-spacing: 0.2em;
}

.attention__dl dd{
    margin-top:20px;
    font-size: 1.5rem;
    line-height: 2.0;
    letter-spacing: 0.2em;
}

/* attention PC 821px */
@media screen and (min-width:821px) {
    .attention{
        max-width:1160px;
        margin:0 auto;
        padding:120px 0;
    }
        
    .attention__dl{
        max-width:1160px;
        margin:0 auto;
        padding:60px 130px 60px 130px;
    }
    .attention__dl:first-of-type{
        padding-top:100px;
    }
    
    
    .attention__dl dt{
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.4;
        text-indent: -2.4em;
    }
    
    .attention__dl dt span{
        display: inline;
        line-height: 1.4;
        margin-right:10px;
    }


}/* attention pc 821 */

/* =====================
faq
========================*/
.faq{
    padding:58px 5.13% 0;
}

.faqaccordion{
    border: solid 1px var(--primary-mainBrown);
    margin-top:40px;
}

.faqaccordion__summary{
    background-color: var(--primary-lightBeige);
    padding:15px 15% 15px 2.8%;
    color: var(--primary-mainBrown);
    font-family:var(--serif);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
    display: flex;
}

.faqaccordion__summary::before{
    content: 'Q.';
    display: block;
    font-size: 2.2rem;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-right:5px;
}

.faqaccordion__summary::after{
    content: "";
    width: 25px;
    height: 26px;
    background: url(../images/accordion_btn.svg) no-repeat center;
    position: absolute;
    right: 8%;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.3s ease-out;
}

.faqaccordion.open .faqaccordion__summary::after {
    transform: rotate(225deg);
}

.faqaccordion__detail {
    padding: 0 5.7%;
    font-size: 1.4rem;
    line-height: 2.0;
    letter-spacing: 0.2em;
    display: flex;
    overflow: hidden;
    max-height: 0; 
    transition: max-height 0.7s ease, padding 0.7s ease; 
}

.faqaccordion.open .faqaccordion__detail {
    max-height: 1200px;
    padding: 20px 5.7%;
}

.faqaccordion__detail::before{
    content: 'A.';
    display: block;
    color: var(--primary-mainBrown);
    font-family:var(--serif);
    font-size: 2.2rem;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-right:5px;
}

.faqaccordion__detail a{
    border-bottom:solid 1px var(--primary-textgray);
}

/* faq PC 821px */
@media screen and (min-width:821px) {
    .faq{
        margin:0 auto;
    }
    
    .faqaccordion{
        max-width:1160px;
        padding:0;
        margin:60px auto 0;
    }

    .faqaccordion:first-of-type{
        margin-top:80px;
    }
    
    .faqaccordion__summary{
        font-size: 2.0rem;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.2em;
      }
    
    .faqaccordion__summary::before{
        content: 'Q.';
        display: block;
        font-size: 2.4rem;
        margin-right:20px;
    }
    
    .faqaccordion__summary::after{
        content: "";
        position: absolute;
        left:  calc(50% + 520px);
    }

    .faqaccordion__detail {
        padding: 0;
        margin-right:0px;
        font-size: 1.4rem;
        line-height: 2.0;
        letter-spacing: 0.2em;
    }

    .faqaccordion__detail::before{
        font-size: 2.4rem;
        margin-right:20px;
    }
    

        

}/* faq pc 821 */