@charset "UTF-8";

/* CSS Document */

@import url("common_sp.css");
header {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/top/text_shop.png) no-repeat center;
    background-size: 30%;
}

header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}


header a:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の%に固定 */
}

#contents_info {
    background: #FFFFFF;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    padding: 35px 0 0;
    font-size: 100%;
}

.info_head {
    width: 100%;
    text-align: center;
}

.info {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    align-content: flex-start;
    text-align: center;
}

.info_img {
    margin-bottom: 30px;
}

.info_info {
    width: 100%;
    margin-bottom: 10px;
}

.shopname {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    padding-bottom: 10px;
}


.info_link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: 77%;
}

.info_link p {
    text-align: center;
    width: 99%;
    padding-right: 1%;
    margin-top: 20px;
    text-decoration: underline;
}

.kyujinlink2{
}