@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
*/



.entry-title, .page-title { display: none; }

img {
  pointer-events: none;
}

.wps-archive--title {
    display: none;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.card {
  display: block;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 10px;
}

.more-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.more-btn {
  padding: 10px 24px;
  border-radius: 999px;
  background: #f7f3ef;
  text-decoration: none;
  color: #6b5b53;
}

.gallery a {
  text-decoration: none;
}