/* T-068 言語ガード（日本語 /booking-form/ 専用）のブロック枠・確認ダイアログ */

.irico-lang-guard {
  position: fixed;
  /* inset ショートハンドは旧 iOS Safari 非対応のため個別指定 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.55);
}

.irico-lang-guard__box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px 20px;
  box-sizing: border-box;
  text-align: center;
}

.irico-lang-guard__box h2 {
  margin: 0 0 12px;
  padding: 0 28px;
  font-size: 1.2em;
  line-height: 1.4;
}

.irico-lang-guard__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #888;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}

.irico-lang-guard__close:hover,
.irico-lang-guard__close:focus {
  color: #333;
}

.irico-lang-guard__box p {
  margin: 0 0 20px;
  font-size: 0.95em;
  line-height: 1.6;
  text-align: left;
}

.irico-lang-guard__switch {
  display: block;
  background: #2e7d32;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 20px;
}

.irico-lang-guard__switch:hover,
.irico-lang-guard__switch:focus {
  background: #1b5e20;
  color: #fff;
}

.irico-lang-guard__keep {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 4px;
  opacity: 0.9;
}

.irico-lang-guard__ack-label {
  display: block;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 1.5;
}

.irico-lang-guard__ack-label input {
  margin-right: 6px;
}

.irico-lang-guard__continue {
  display: inline-block;
  background: #eee;
  color: #333;
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 0.95em;
  cursor: pointer;
}

.irico-lang-guard__continue:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* 2段目：仮予約するボタンの上のインライン注意書き（非ブロック） */

.irico-lang-notice {
  max-width: 480px;
  margin: 16px auto;
  padding: 14px 16px;
  border: 2px solid #2e7d32;
  border-radius: 8px;
  background: #f1f8e9;
  text-align: center;
  box-sizing: border-box;
}

.irico-lang-notice p {
  margin: 0 0 10px;
  font-size: 0.95em;
  line-height: 1.5;
}

.irico-lang-notice .irico-lang-guard__switch {
  margin-bottom: 0;
}
