@charset "UTF-8";

/* ===================================
   Agoda 検索ボックス (Modern UI)
   sidebar で使用
   =================================== */

/* --- 全体のコンテナ --- */
.agoda-search-box {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 2rem;
  margin: 2.5rem 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.agoda-search-box:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  transform: translateY(-2px);
}

/* --- タイトル --- */
.agoda-search-box h3 {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* --- 提供元 (Powered by) 表記 --- */
.agoda-provider-text {
  font-size: 0.65rem;
  color: #777;
  font-weight: 500;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.agoda-provider-text strong {
  color: #333;
  font-weight: 800;
  letter-spacing: 0.03em;
}

/* タイトルとアイコン */
.agoda-title-icon {
  color: #2a81f8;
  margin-right: 0.6rem;
  font-size: 1.2rem;
}

/* --- フォームコンテナ --- */
.agoda-search-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.agoda-search-row {
  display: flex;
  gap: 1.2rem;
}

/* --- 各入力フィールド --- */
.agoda-search-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.agoda-search-field label {
  font-size: 0.8rem;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Input & Select */
.agoda-search-field input[type="date"],
.agoda-search-field select {
  width: 100%;
  padding: 0.8rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  font-size: 1rem;
  color: #333;
  font-family: inherit;
  font-weight: 500;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.015);
}

/* 矢印アイコンをselectにカスタムで追加 */
.agoda-search-field select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.65rem auto;
  cursor: pointer;
}

/* focus時のリング */
.agoda-search-field input[type="date"]:focus,
.agoda-search-field select:focus {
  outline: none;
  background-color: #fff;
  border-color: #2a81f8;
  box-shadow: 0 0 0 4px rgba(42, 129, 248, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

/* --- 検索ボタン --- */
.agoda-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #1a73e8, #0e5fc5);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0.5rem;
  letter-spacing: 0.03em;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, background 0.2s ease;
  box-shadow: 0 6px 12px rgba(26, 115, 232, 0.2);
}

.agoda-search-btn::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.agoda-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.35);
  background: linear-gradient(135deg, #207bf2, #1169db);
}

.agoda-search-btn:active {
  transform: translateY(1px);
  box-shadow: 0 3px 6px rgba(26, 115, 232, 0.2);
}

/* --- サイドバー内では縦並びに --- */
.sidebar .agoda-search-box {
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
}

.sidebar .agoda-search-row {
  flex-direction: column;
  gap: 1rem;
}

/* モバイル用 (画面幅600px以下) */
@media (max-width: 600px) {
  .agoda-search-box {
    padding: 1.5rem;
    border-radius: 12px;
  }
  .agoda-search-row {
    flex-direction: column;
    gap: 1rem;
  }
  .agoda-search-btn {
    padding: 0.9rem;
  }
}
