.elementor-1006 .elementor-element.elementor-element-a835f93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1006 .elementor-element.elementor-element-1772924{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ed47176 */body {
  color: #4a4a4a !important;
  background-color: #fffef8 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a78ea1 *//* 共通設定 */
body {
  background-color: #fffef8;
  color: #4a4a4a;
  font-family: "Helvetica Neue", sans-serif;
}

h2 {
  color: #a6782b;
  text-align: center;
  margin-bottom: 1rem;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.tarot-card {
  border: 2px solid #f2e5b8;
  border-radius: 12px;
  padding: 0.5rem;
  background-color: #fffaf0;
  cursor: pointer;
  transition: transform 0.3s;
  max-width: 120px;
  box-shadow: 0 4px 10px rgba(166, 120, 43, 0.1);
}

.tarot-card:hover {
  transform: scale(1.05);
}

.tarot-card img {
  width: 100%;
  border-radius: 8px;
}

/* アコーディオン */
.accordion-section {
  margin: 1rem auto;
  max-width: 00px;
}

.accordion-button {
  background-color: #fff3cd;
  border: 1px solid #f2e5b8;
  color: #6e5d29;
  padding: 1rem;
  text-align: left;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.accordion-button:hover {
  background-color: #ffefb3;
}

.accordion-content {
  background-color: #fffef4;
  border: 1px solid #f5eac4;
  padding: 1rem;
  display: none;
  border-radius: 0 0 8px 8px;
  margin-bottom: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
}

/* 表示切替制御用クラス */
.accordion-content.show {
  display: block;
}

/* タイトルなど */
.result-title {
  font-size: 1.5rem;
  color: #c99c3a;
  text-align: center;
  margin: 1.5rem 0;
}

@media (max-width: 600px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .accordion-button {
    font-size: 1rem;
  }
}


/* カード選択 */
.card-select-container {
  text-align: center;
  margin-bottom: 20px;
}

.card-select-button {
  border: none;
  background-color: #fff4d9;
  border: 2px solid #ffdf87;
  color: #b57600;
  padding: 12px 24px;
  margin: 8px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.card-select-button:hover {
  background-color: #ffefb3;
}

.card-select-button.selected {
  background-color: #ffe08c;
  color: #855e00;
  font-weight: bold;
}

/* 結果表示セクション */
.result-section {
  display: none;
  margin-top: 30px;
  background-color: #fff9e5;
  border: 2px solid #ffdf87;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* カード画像中央配置 */
.tarot-card-image {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 200px;
}

/* 各エレメントボタン */
.accordion-button {
  background-color: #fff4d9;
  border: 1px solid #ffdf87;
  color: #b57600;
  cursor: pointer;
  padding: 14px 20px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.3s ease;
  border-radius: 8px;
  margin-top: 10px;
}

.accordion-button:hover {
  background-color: #fff0c2;
}

.accordion-content {
  padding: 16px;
  display: none;
  background-color: #fffaf0;
  border-left: 3px solid #ffdf87;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
}/* End custom CSS */