/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.8
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.0.74-beta1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/

/* --- Map --- */
.home-map { margin:2rem 0; }
.home-map iframe { width:100%; height:400px; border:0; }

/* --- Carousel --- */
.slick-slider {
  margin: 30px auto;
  max-width: 1000px;
}
.slick-slider .slide {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: center;
}
.slick-slider img {
  margin-bottom: 8px;
  border-radius: 4px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-slider h3 {
  font-size: 1.1em;
  margin: 10px 0 0;
}
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
  justify-content: center;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 220px;
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-4px) scale(1.02);
}
.card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card .thumb {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-content {
  padding: 16px;
}
.card-content h3 {
  font-size: 1.1em;
  margin: 0;
}

/* POINTラベル装飾 */
.quote-label {
  display: inline-block;
  background: #fae3ea;       /* 和風ピンク系も可 */
  color: #c62828;
  font-weight: bold;
  border-radius: 6px;
  padding: 2px 12px;
  margin-right: 8px;
  font-size: 0.95em;
  letter-spacing: 0.1em;
}

/* まとめ・fancy-quote装飾 */
.fancy-quote {
  background: #f9f8f3;
  border-left: 6px solid #ebc38b;
  padding: 18px 18px 18px 30px;
  margin: 1.8em 0 1.8em 0;
  border-radius: 8px;
  color: #444;
  font-size: 1.05em;
  font-style: italic;
  box-shadow: 0 2px 8px rgba(200,180,80,0.04);
  position: relative;
}
.fancy-quote:before {
  content: "“";
  color: #ebc38b;
  font-size: 2em;
  font-family: serif;
  position: absolute;
  left: 10px; top: 10px;
  line-height: 1;
}