/* Theme Name: Mellis Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of mellis
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: mellis
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  mellis-child
*/
/* 共通スタイル */
h3.aroma_midashi {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #de968d;
  margin-bottom: 0;
}

h3.aroma_midashi::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("https://xs577126.xsrv.jp/peco/wp-content/uploads/2025/11/h_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 左寄せ */
h3.aroma_midashi.left {
  justify-content: flex-start;
  text-align: left;
}

/* 中央寄せ */
h3.aroma_midashi.center {
  justify-content: center;
  text-align: center;
}

/* フォーム */
.ova-contact-page .text-email input,
.ova-contact-page .text-email select {
    font-size: 16px;
    width: 100%;
    border-color: transparent;
    background-color: #fcf5f5;
    padding: 17px 30px;
    border-radius: unset;
    appearance: none; /* ブラウザ標準の矢印を非表示（デザイン統一用） */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ova-contact-page .text-email select {
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

/* 追加 */
