@charset "UTF-8";

/*
Theme Name: xriza様テーマ
Author: Kimura
Author URI: https://wordpress.org/
Description: 私たちの「test」テーマは、ブロックエディターの力を披露するように設計されています。 すべてのデフォルトブロックのカスタムスタイルを備えており、エディターに表示されるものがWebサイトに表示されるものと同じように表示されるように構築されています。
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
Text Domain: test
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

#wpadminbar {
  display: none;
}

/* ---------------------------
  画像はみ出し防止の追加CSS
--------------------------- */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover; /* 画像を切らずに全部見せたいなら contain に変更 */
}

.w1186, .w980, .inner {
  width: min(92vw, 1186px);
  margin: 0 auto;
}

.inner > * {
  min-width: 0;
}
