body{
    background-color: #e5e0cf;
}
a{
    color: #a76f00;
}
.content_wrap{
    background-color: #fff;
    max-width: 1054px;
    margin: 143px auto 0;
    padding-bottom: 60px;

}

@media screen and (max-width: 960px){
    .content_wrap{
        margin-top: 65px;
    }
}

.top--hasegawashoten01 {
    padding-top: 30px!important;
}

.brandstory{
    color: #a76f00;
}
.lead h2{
    font-weight: 500;
}
.ohanashikiita{
    color: #a76f00;
}
#mokuji ul a:hover{
    color: #a76f00;
    transition: 0.3s;
}
.toi{
    color: #a76f00;
}
.chushaku{
    color: #a76f00;
}



.kiji h2{
    background-color: #e5e0cf;
    border-bottom: none;
    padding: 6px 8px;
    margin-bottom: 39px;
}

@media screen and (max-width: 960px){
    .kiji h2{
        margin-bottom: 20px;
    }
}
.haikei_last{
    background-color: #a76f00;
}
.name_ishibashi:before{
    content: '石橋様：';
    font-weight: 700;
}

.kiji_last_2 h2 {
    padding: 6px 0px;

}

.kiji_last_2 p,.kiji_last_2 h2{
    color: #fff;
}
.kiji_last_2 h2{
    background-color: transparent;
}
.kiji_last_2_item img{
    border: 1px solid #fff;
}

.kiji_last_2_item p{
    text-align: left;
}

.btn_k p {
    text-align: center;
}

.interviewee--hasegawashoten01 {
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
    position: relative;
}

.interviewee--hasegawashoten01::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 90px);
    height: 1px;
    background-color: #000;
}


.interviewee--hasegawashoten01::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 90px);
    height: 1px;
    background-color: #000;
}


@media screen and (max-width: 960px){
    .interviewee--hasegawashoten01::before,
    .interviewee--hasegawashoten01::after{
        width: calc(100% - 30px);
    }
}

.top__img--hasegawashoten01 {
    height: 100%;
    object-fit: cover;
    display: block;
}

.tenpomei--hasegawashoten01 {
    width: fit-content;
    text-decoration: none;
    font-weight: 700;
}
