@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* 要素のデフォルトスタイルをリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストスタイルのリセット */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* テーブル要素のスタイルをリセット */
table {
  border-collapse: collapse;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 32px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 22px;
  }
}

a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 22px;
  }
}

span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  span {
    font-size: 22px;
  }
}

div {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 22px;
  }
}

.text__black {
  color: #2c3e50;
}

.bg__black {
  background-color: #2c3e50;
}

.text__gray {
  color: #95a5a6;
}

.bg__gray {
  background-color: #95a5a6;
}

.text__white {
  color: #ffffff;
}

.bg__white {
  background-color: #ffffff;
}

.text__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.text__blue {
  color: #3498db;
}

.bg__blue {
  background-color: #3498db;
}

.text__green {
  color: #2ecc71;
}

.bg__green {
  background-color: #2ecc71;
}

.text__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.text__dark_blue {
  color: #34495e;
}

.bg__dark_blue {
  background-color: #34495e;
}

.text__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.text__turquoise {
  color: #1abc9c;
}

.bg__turquoise {
  background-color: #1abc9c;
}

/* --- 予約カレンダー全体 --- */
.booking-calendar-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  font-family: sans-serif;
}

/* ヘッダー（ナビゲーション） */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.calendar-header h3 {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
  flex-grow: 1;
}

.calendar-nav-btn {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  cursor: pointer;
  border-radius: 4px;
}

.calendar-nav-btn:hover {
  background-color: #e9e9e9;
}

/* カレンダーテーブル */
.calendar-container {
  overflow-x: auto; /* スマホ表示などで横スクロールさせる */
}

.booking-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  table-layout: fixed;
}

.booking-table th,
.booking-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  vertical-align: middle;
}

.booking-table thead th {
  background-color: #f9f9f9;
  white-space: nowrap;
  font-size: 13px;
  padding: 10px 5px;
}

.time-col {
  width: 80px;
  background-color: #f9f9f9;
  font-weight: bold;
}

/* ステータス表示 (◎, ×, /) */
.slot-cell {
  height: 40px;
}

.status-slash,
.status-booked {
  font-size: 1.2em;
  color: #999;
}

.status-available {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #3498db;
  background-color: transparent;
  color: #3498db;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.status-available:hover {
  background-color: #eaf4fc;
}

/* 選択中のスタイル */
.status-available.selected {
  background-color: #3498db;
  color: #fff;
  font-weight: bold;
}

/* フッター */
.calendar-footer {
  margin-top: 1em;
  text-align: left;
}

.legend {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 0.5em;
}

#selected-slot-display {
  font-weight: bold;
  color: #d35400;
  background: #fff8e1;
  padding: 10px;
  border-radius: 4px;
  min-height: 1.2em;
}

.bl_post {
  background-color: red;
  width: 100%;
}
.bl_post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=app.css.map */