@charset "UTF-8";

.header_banner img {
    width: 100%;
    object-fit: cover;
}

.guerrillaLink {
    display: block;
    overflow: hidden;
    width: 95vw;
    height: auto;
    margin: 0 auto 20px;
    background-color: #FFF;
    border: 1px solid #ff2350;
    border-radius: 10px;
}

.guerrillaLink img {
    display: block;
}

.main_title {
    display: flex;
    align-items: center;
    height: auto;
    padding: 6px 10px;
}

.main_title a {
    text-decoration: none;
    color: #000;
}

.main_title img {
    width: 60px;
    /* ↓ H1911_記念日ゲリラPR(H2204-144) 2023/07/25 */
    height: 60px;
    /* ↑ H1911_記念日ゲリラPR(H2204-144) 2023/07/25 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main_title h1 {
    font-size: calc((95vw - 100px) / 15);
    color: #000000;
    line-break: anywhere;
}

.main_title .shop_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.main_title .shop_text {
    /* ↓ H1911_記念日ゲリラPR(H2204-150) 2023/07/25 */
    /* width: calc(100% - 80px); */
    /* padding: 0 10px; */
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding: 0 0 0 10px;
    /* ↑ H1911_記念日ゲリラPR(H2204-150) 2023/07/25 */ 
}

.main_title .shop_text .shop_name {
    font-size: 12px;
    color: #757575;
}

@media screen and (min-width: 400px) {
    .main_title h1 {
        font-size: 18.5px;
    }
}
