@charset "utf-8";

/* ヘッダーここから */
.top-bar {
  background-color: #2b1e1a;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
  margin: 0 auto;
  width: 950px;
}
.reserve-btn {
    background-color: #DD513A;
    color: #fff;
    font-size: 1em;
    padding: 2.6em 1em;
    transition: ease .3s;
}
.header .header-right .reserve-btn {
    text-decoration: none;
    color: #fff;
}	  
	  
.header {
  width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
  height: 80px; /* ロゴ画像に合わせて調整 */
  box-sizing: border-box;
}

/* ロゴ */
.header-logo h1 {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
 
}

/* 中央エリア：縦並び */
.header-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  flex-grow: 1;
  margin: 0 20px;
  position: relative;
}

/* 電話アイコン */
.phone-icon {
  align-self: flex-end; /* 電話アイコンを右に寄せる */
  margin-bottom: 5px;
}

.higakiubr img {
  height: 28px;
}

/* navリンク横並び */
.nav {
  display: flex;
  justify-content: flex-end; /* ← これが右寄せのポイント */
  gap: 14px;
  font-size: 14px;
padding-top: 1em;
}

.header .header-center .nav a {
  text-decoration: none;
  color: #000;
}

/* 右側：予約ボタン */
.header-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.reserve-btn {
    background-color: #c7432e;
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: flex
;
    align-items: center;
    height: 75%;
}