/* =========================================
   レイアウト基本
========================================= */
.video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wrap,
.navigation-top .wrap,
.page-one-column .panel-content .wrap {
  max-width: 1200px;
}

/* =========================================
   サイドバー調整
========================================= */
.has-sidebar #secondary { width: 26%; }
.has-sidebar:not(.error404) #primary { width: 68%; }

/* =========================================
   ウィジェット
========================================= */
h2.widget-title {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

/* =========================================
   テーブル調整
========================================= */
table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

/* =========================================
   ボタンカラー
========================================= */
button,
input[type="button"],
input[type="submit"] {
  background: #ff8770;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #ed745e;
}

/* =========================================
   CTA（VK）
========================================= */
.veu_cta {
  background-color: #fffff0;
}
.veu_cta .cta_title {
  background-color: #b28044;
}

/* =========================================
   フッター基本
========================================= */
.site-footer .ewidget,
.site-footer .widget {
  color: #333;
}

.site-footer .widget a,
.site-footer .widget p,
.site-footer .widget li,
.site-footer .widget span,
.site-footer .widget div {
  color: #333;
}

/* 電話番号 */
.site-footer .widget a[href^="tel:"] {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .widget a[href^="tel:"]:hover {
  text-decoration: underline;
}

/* =========================================
   フッターCTAボタン色
========================================= */
.footer-contact-box a,
.footer-contact-box a * {
  background: #ff6a00 !important;
  color: #fff !important;
  border-color: #ff6a00 !important;
}

.footer-contact-box a:hover,
.footer-contact-box a:hover * {
  background: #e45c00 !important;
}

/* =========================================
   ★今回の修正ポイント（最重要）
   ボタン位置制御
========================================= */
.veu_contact .contact_bt {
  float: left !important;
  display: block !important;
  margin: 10px 0 0 0 !important;
}

/* 念のためテキストも左寄せ */
.veu_contact,
.veu_contact .contact_txt,
.veu_contact .contact_bt {
  text-align: left !important;
}

/* =========================================
   不要要素
========================================= */
.site-info {
  display: none;
}

/* 投稿アイキャッチ非表示 */
.single-featured-image-header {
  display: none;
}