@charset "utf-8";


body{
    font-family: TsukuGoPro-B;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight:bold;

}
.top_header {
    background: rgba(255, 255, 255, 0.8);
}

.equipment_headding_bg {
    background-image: url("../images/equipment_bg.png");
    padding-top: 88px;
}

#anchor_link {
    display: flex;
    justify-content: center;
    padding: 50px 0 150px;
}

.to_link {
    border-left: 1px solid;
}

.to_link a {
    display: block;
    padding: 15px 40px;
}

.last_link {
    border-right: 1px solid;
}

#shared,
#exclusive,
#parking {
    padding: 100px 0 150px;
}

#shared {
    background: #E8E6DF;
}

#parking {
    background: #F3F4F4;
}

#shared h2 {
    padding: 5px 0;
    background: #B8B298;
}

#exclusive h2 {
    padding: 5px 0;
    background: #968C83;
}

#parking h2 {
    padding: 5px 0;
    background: #7E7F74;
}

.equipment_contents h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
}

.detail_equipment_content h3 span {
    font-size: 0.85rem;
}

.detail_equipment_content {
    width: 30%;
    padding-bottom: 60px;
    font-weight: 700;
}

.detail_equipment_content h3 {
    margin: 10px 0 5px;
    color: #A6192E;
    line-height: 25px;
    font-size: 1.09rem;
    font-family: TsukuminPr6-M;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.detail_equipment_content p {
    line-height: 22px;
    font-size: 0.8rem;
}

.equipment_contents {
    max-width: 960px;
    margin: 0 auto;
}

.equipment_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image_text{
    text-align: right;
    font-size: 0.8rem;
}

.image_text_2{
    margin-top: -80px;
}

@media screen and (max-width: 768px) {
    .equipment_contents {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 2%;
    }
    #shared, #exclusive, #parking {
        padding: 100px 0 50px;
    }
}

@media screen and (max-width: 480px) {
    #shared, #exclusive, #parking {
        padding: 50px 0 50px;
    }
    #anchor_link {
        padding: 0 0 50px;
    }
    .detail_equipment_content {
        width: 45%;
        padding-bottom: 30px;
        font-weight: 700;
    }
    
}