@charset "utf-8";
/*
Theme Name: crepeandespresso
Theme URI: https://enmusubi426.wp.xdomain.jp/
Description: クレープとエスプレッソとオリジナルテーマ
Version: 2.0
Author: Hisae Komatsu
Author URI: https://enmusubi426.wp.xdomain.jp/
*/
/* 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;
}
/* トップページ トップへ戻るレイアウト */
html {
    scroll-behavior: smooth;
}
/* ボックスモデルの統一 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 1920px CSS PCフルサイズ */
html {
  width: 100%;
  margin: 0;
  padding: 0;
}
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でスムーズなスクロール */
 /* padding-top: 70px; /* ヘッダーの高さ分の余白を確保 */
}
body {
  overflow-x: hidden; /* 横スクロール防止 */
}

/* 親要素でなく、必要な要素にのみ適用 */
img, video {
  max-width: 100%;
  height: auto;
}

/* スマートフォンでの画像切り替え */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* スマートフォン表示用メディアクエリ */
@media screen and (max-width: 768px) {
  .fv-pc {
    display: none;
  }
  .fv-sp {
    display: block;
  }
}

/* ヘッダー、フッターの設定 */
.site-title {
  display: none;
}

/* Firefox専用スタイル */
@-moz-document url-prefix() {
  .table_form td {
    width: auto; /* Firefox用に調整 */
  }
}

/* その他のスタイル（必要に応じて追加） */
.fv-fade-in-image {
  position: relative;
  z-index: 2;
}
