/*
Theme Name: Palmeria Child
Version: 1.3.2
Template: palmeria
*/


body.page-template-template-front-page .site-content .site-main>.hentry .front-page-header-wrapper:after {
    /* background: #3e3f46; */
    background: #161619;
}

.home .mphb-rooms-shortcode-wrapper {
    display: flex;
}

.site-branding div.custom-logo  {
    width: 110px;  /* 希望する幅 */
    height: auto;  /* アスペクト比を維持 */
    max-width: 110px;  /* レスポンシブ対応 */
}

@media screen and (max-width: 782px) {
    .home .mphb-rooms-shortcode-wrapper {
        flex-direction: column;
    }


 .site-branding div.custom-logo  {
     width: 80px;  /* 希望する幅 */
   }

}
