@charset "UTF-8";
/*!
Theme Name:広陵福祉会:ときわ広陵こども園保育園
Description: レスポンシブテンプレート
Author: masaichi
*/
/*1: ress.css*/
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* デフォルトのマージンを削除、作成するCSSの制御を改善するため */
h1,
h2,
h3,
h4,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
button,
input,
label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定
h1,
h2,
h3,
h4 {
	text-wrap: balance;
}
*/
/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* 画像の扱い */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

/*2: 独自設定 */
/*2: 独自設定 */
html,
body {
  min-height: 100dvh;
}

a {
  word-wrap: break-word;
}

html {
  height: 100%;
}

body {
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 0;
  height: 100%;
  width: 100%;
  color: #303030;
}

h1 {
  font-size: clamp(30px, 3.6vw, 36px);
}

h2 {
  font-size: clamp(20px, 2.4vw, 24px);
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pagination {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;
}
.pagination a,
.pagination span {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-next,
.last,
.pagination-prev,
.start {
  width: 5rem;
  height: 5rem;
  display: flex;
  margin: 1rem;
  align-items: center;
  justify-content: center;
}

.pagenation-number {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pagenation-number li {
  width: 5rem;
  height: 5rem;
  margin: 1rem;
}

.single-pagination {
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
}
.single-pagination li {
  white-space: nowrap;
}

input,
textarea {
  border: 1px solid #ccc;
}