@charset "UTF-8";

@media screen and (max-width: 767px) {
    .header {
        height: auto;
        padding: 12px 0;
    }
    .header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .header-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .header-logo-text {
        display: block !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #555555 !important;
        border-left: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        line-height: 1.4 !important;
    }
    .header-logo img {
        height: 28px;
    }
    .header .container > div:last-child {
        align-self: flex-end;
        margin-bottom: 5px;
    }
    .btn-reserve {
        padding: 8px 14px;
        font-size: 12px;
    }
	
/* =========================================
   ヘッダー＆パンくずリスト スマホ設定
========================================= */
.header > .container:first-child { 
    height: auto; 
    padding: 12px 20px; 
}
.hero { 
    margin-top: 105px !important; 
}
.breadcrumb { 
    font-size: 12px; 
    padding-top: 8px; 
    padding-bottom: 8px; 
}
}