/*
Theme Name: ichikawa
*/



@charset "UTF-8";

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


.wp-pagenavi .pages
 {
  display: none !important;
}

.wpcf7 input.s60 {
  width: 60ch;      /* 半角文字 60 個分の幅 */
  max-width: 100%;  /* スマホでのはみ出し防止 */
  box-sizing: border-box;
}

.wpcf7 textarea.r10 {
  min-height: 10em;    /* rows="10" 相当の高さ */
  width: 100%;         /* 横幅はお好みで */
  box-sizing: border-box;
}
