/*
Theme Name: i-seed-sky-child
Theme URI: 
Description: i-seed-skyrayの子テーマ
Author: 
Template: i-seed-skyray
Version: 1.0
*/

/* 親テーマのスタイルを継承 */
@import url("../i-seed-skyray/style.css");

/* header.php */
/* ロゴの大きさ */
/* .header .header-logo img {
  width: 200px !important;
}

@media screen and (max-width: 767px) {
  .header .header-logo img {
    width: 140px !important;
  }
} */

/* index.php */
/* リタエアー・リタアクア付属品注文のバナー */
.wcj-accessories_bnr {
  text-align: center;
}

.wcj-accessories_bnr img {
  width: 300px;
  height: auto;
}

/* page-contact.php */
/* お問い合わせページのよくある質問ボタン */
.page-contact .faq-btn {
  display: inline-block;
  font-weight: bold;
  padding: 20px;
  color: #d12e34;
  font-size: 1.1rem;
  border-top: 2px solid #d12e34;
  border-bottom: 2px solid #d12e34;
  border-right: 2px solid #d12e34;
  border-left: 76px solid #d12e34;
  border-radius: 6px;
  position: relative;
}
.page-contact .faq-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f128";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -56px;
  font-size: 2rem;
  color: #fff;
}
