/*
  for smartphone
*/
@media (max-width: 767px) {
    #headerMainSp {
        background-color: #D10A1C;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
    }
    #headerLogoSp {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 65px;
    }
    #headerLogoSp img {
        zoom: 0.6;
    }
    #headerRegionSp {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        color: #D10A1C;
        line-height: 1.25em;
        text-decoration: none;
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-left: 5px;
        white-space: initial;
    }
    #headerRegionSp.hokkaido {
        font-size: 12px;
    }
}
