@charset "utf-8";
/*
Theme Name: crepeandespresso_fc
Theme URI: https://enmusubi426.wp.xdomain.jp/
Description: クレープとエスプレッソとFCオリジナルテーマ
Version: 2.0
Author: Hisae Komatsu
Author URI: https://enmusubi426.wp.xdomain.jp/
*/
/*cssのリセット*/
/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
/* 1920px CSS PCフルサイズ */
* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden; /* 横スクロール防止 */
}
body {
  padding-top: 70px; /* ヘッダーの高さ分の余白を確保 */
}
body {
  color: #212121;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll; /* 縦スクロールの有効化 */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズなスクロール */
}
/* 親要素でなく、必要な要素にのみ適用 */
img, video {
  max-width: 100%;
  height: auto;
}
/* {
  max-width: 100%; /* 要素の最大幅を画面幅に制限 
  box-sizing: border-box; /* 幅計算を調整 
} */
.site-title {
  display: none;
}
/* {
  outline: 1px solid red;  すべての要素を可視化 
} */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* ボックスモデルの統一 */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Firefox専用スタイル */
@-moz-document url-prefix() {
  .table_form td {
    width: auto; /* Firefox用に調整 */
  }
}