@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.l-header__logo a,
.l-header__title a,
.l-header__nav a,
.c-postList__link,
.c-postCard__link,
.p-archivePost__link,
.l-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.c-searchForm__s,
.wp-block-search__input {
  min-height: 44px;
  padding: 8px 12px;
  font-size: 16px;
}
.c-searchForm__submit,
.wp-block-search__button {
  min-width: 44px;
  min-height: 44px;
}

.c-postThumb,
.c-postThumb__figure,
.p-postList__figure {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.c-postThumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
