@charset "utf-8";

#garage_message p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.7em
}



/* --- callout --- */
.garage-values {
  padding: 60px 20px;
  background-color: #A6CB76;
  font-family: 'Helvetica Neue', Arial, sans-serif;
    border:1px solid #93c454;
    margin-top: 50px;
}

.section-title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  position: relative;
}

/* 3つ並べるグリッド配置（スマホでは縦並び） */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ガレージのツールボックスや看板をイメージした無骨かつ洗練されたカード */
.value-card {
  background: #ffffff;
  border: 1px solid #e0e0e0; /* 薄いボーダーでシャープに */
  padding: 40px 30px;
  position: relative;
  transition: all 0.3s ease;
}

/* ホバー時に少し浮き上がらせる（遊び心） */
.value-card:hover {
  border-color: #000; /* ホバーで黒枠に */
  transform: translateY(-5px);
}

.value-en {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  color: #111;
}

.value-ja {
  font-size: 1rem;
  font-weight: 700;
  color: #828282;
  margin: 0 0 15px 0;
}

.value-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}


.pickle_grage_insta {
    margin: 50px 0;
}


.pola_pictures{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 40px;
    text-align: center;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

    .pola_block {
        position: relative;
		display: flex;
        width:250px;/*＝ポラの表示サイズ*/
        height: 310px;/*＝ポラの表示サイズ*/
        background: url("../img/parts/pola_w1200.jpg") no-repeat;
        background-size:100% auto;
    }
        .pola_block img {
            width:214px;/*＝ポラ内の写真表示サイズ*/
            height:214px;/*＝ポラ内の写真表示サイズ*/
            object-fit: cover;/*上記サイズで切り抜き*/
            position: absolute;
            top:20px;
            left:17px;
        }

        .pola_block p {
            font-family: GSanSerif-B;
            text-align: center;
            font-size: 14px;
            line-height: 1.4em;
            width: 250px;
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
        }
            .pola_block p.three_line {/*3行*/
                font-size: 13px;
                line-height: 1.2em;
                bottom: 18px;
            }
        /*div全体をリンク*/
        .pola_block a {
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width: 100%;
    }