img {
    display: block;
}
ul {
    list-style: none;
}
header {
    padding: 10px 0;
}
.logo_img {
    width: 15%;
}
.header_link {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.main_visual {
    position: relative;
}
.main_visual_text {
    background: rgba(255, 255, 255, 0.7);
    bottom: 65px;
    font-weight: bold;
    font-size: 35px;
    padding: 25px 40px;
    position: absolute;
}
.title_box {
    align-items: center;
    display: flex;
    justify-content: center;
}
.inner {
    padding: 0 5%;
}
table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.tel {
    text-decoration: none;
}
.sns_box {
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin: 50px auto 0;
}
.sns_img {
    width: 20%;
}
.top_img {
    width: 80%;
    margin-left: auto;
}
.top_button_box {
    position: relative;
}
#topBtn {
    position: fixed;
    bottom: 40px;
    right: 0;
    padding: 0 5%;
}
.radius {
    display: block;
    border-radius: 50%;
}
.footer_text {
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.catalog_box {
    display: flex;
    justify-content: space-between;
}
.catalog_img {
    box-shadow: 0 0 10px 10px #fff inset;
    width: 28%;
    position: relative;
}
.hover_block {
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    color: #fff;
    display: none;
    height: 100%;
    line-height: 1.3;
    overflow: hidden;
    padding: 8px;
    position: absolute;
    top: 0;
}
.hover_block.active {
    display: block;
    padding: 20px;
}

@media (min-width: 768px) {
    .pc_display {
        display: block;
    }
    .sp_display {
        display: none;
    }
}

@media (max-width: 767px) {
    .pc_display {
        display: none;
    }
    .sp_display {
        display: block;
    }
    .logo_img {
        width: 30%;
    }
    .main_visual_text {
        bottom: 20px;
        font-size: 16px;
        padding: 15px 20px;
    }
    .sns_box {
        margin-top: 30px;
        width: 50%;
    }
    .sns_img {
        width: 23%;
    }
    .btn_bottom {
        margin-top: 50px;
    }
    .top_img {
        width: 65%;
    }
    #topBtn {
        bottom: 15px;
    }
    .catalog_box {
        display: block;
        margin-top: 60px;
    }
    .catalog_img {
        width: 85%;
        margin: 30px auto 0;
    }
    .catalog_img:first-child {
        margin-top: 0;
    }
}
