@charset "UTF-8";

.shop_info {
    display: block;
    vertical-align: top;
    margin-top: 2px;
}

.shop_name {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.shop_logo {
    height: 40px;
    margin-top: 4px;
}

.shop_index_logo {
    height: 64px;
}

.shop_call {
    display: inline-block;
}

.shop_call a:hover {
    opacity: 0.8;
}

.shop_phone {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: 12px;
}

.shop_telopen {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 12px;
}

.shop_tel {
    display: inline-block;
    padding: 0 4px 0 4px;
    font-size: 24px;
    line-height: 24px;
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
    color: white;
    background: transparent;
}

.shop_tel a {
    text-decoration: none;
    color: white;
    padding-right: 2px;
}

.shop_tel a:hover {
    color: #fda4d0;
}

.shop_tel2 {
    display: none;
}

.shop_open {
    display: inline-block;
    padding: 0 8px 0 4px;
    font-size: 12px;
    line-height: 12px;
    font-family: serif;
    font-weight: bold;
    /*font-style: italic;*/
    text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
    color: white;
    background: transparent;
}

.index_banner {
    display: inline-block;
    width: 468px;
    margin: 0 auto;
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone portrait
---------------------------------------------------------------------------------------------------------------------
*/

/*@media screen and (max-width: 480px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {*/
@media screen and (max-width: 520px) {
    .shop_info {
        margin-top: 18px;
    }

    .shop_name {
        display: inline-block;
    }

    .shop_logo {
        height: 36px;
    }

    .shop_index_logo {
        height: 48px;
    }

    .shop_call {
        display: inline-block;
    }

    .shop_phone {
        width: 52px;
        height: 52px;
        margin-left: 32px;
    }

    .shop_telopen {
        display: inline-block;
        vertical-align: top;
        margin: -8px 0 0 0;
    }

    .shop_tel {
        display: inline-block;
        padding: 0 4px 0 4px;
        font-size: 18px;
        line-height: 24px;
        font-family: serif;
        font-weight: bold;
        font-style: italic;
        text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
        color: white;
        background: transparent;
    }

    .shop_tel2 {
        display: none;
        padding: 0;
        font-size: 16px;
        line-height: 16px;
        font-family: serif;
        font-weight: bold;
        font-style: italic;
        text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
        color: white;
        background: transparent;
    }

    .shop_open {
        display: inline-block;
        padding: 0 4px 0 2px;
        font-size: 10px;
        line-height: 10px;
        font-family: serif;
        font-weight: bold;
        font-style: italic;
        text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
        color: white;
        background: transparent;
    }

    .index_banner {
        width: calc(100vw - 16px);
        overflow: hidden;
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone landscape
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 896px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .shop_info {
        margin-top: 2px;
    }

    .shop_name {
        display: inline-block;
    }

    .shop_logo {
        height: 48px;
    }

    .shop_index_logo {
        height: 48px;
    }

    .shop_call {
        display: inline-block;
    }

    .shop_phone {
        width: 52px;
        height: 52px;
    }

    .shop_telopen {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        margin-left: 14px;
    }

    .shop_tel {
        display: inline-block;
        padding: 0 8px 0 4px;
        font-size: 24px;
        line-height: 24px;
        font-family: serif;
        font-weight: bold;
        font-style: italic;
        text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
        color: white;
        background: transparent;
        text-decoration: none;
    }

    .shop_tel a {
        text-decoration: none;
        color: white;
        padding-right: 2px;
    }

    .shop_tel a:hover {
        color: #fda4d0;
    }

    .shop_tel2 {
        display: none;
    }

    .shop_open {
        display: inline-block;
        padding: 0 8px 0 4px;
        font-size: 10px;
        line-height: 10px;
        font-family: serif;
        font-weight: bold;
        font-style: italic;
        text-shadow: 1px 1px 3px black, 1px -1px 3px gray, -1px 1px 3px black, -1px -1px 3px gray;
        color: white;
        background: transparent;
    }

    .index_banner {
        width: calc(100vw - 16px);
        overflow: hidden;
    }
}
