/** Shopify CDN: Minification failed

Line 72:0 Expected "{" but found "."
Line 97:10 Unexpected "{"
Line 97:19 Expected ":"
Line 155:3 Expected identifier but found "."
Line 174:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet blocks */
#section-news-list .news-list-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size:0.8rem;
  }
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom:30px
  }
  #section-news-list .news-list{
    border: 1px solid #ccc;
      list-style-type: none; 
  padding-left: 0; 
  }
  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 10px;
    color: #fff;
    background:#153951;
    padding: 5px;
    margin-right: 15px;
  }
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }

  #section-news-list .news-list-title{
    font-size: 12px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 768px){
    #section-news-list .container{
      padding: 10px 20px;
    }
    @media screen and (min-width: 750px)
.section-2127e3ea-c45d-4b5f-832b-0cfe3df112fc-padding {
    padding-top: 10px;
    padding-bottom: 52px;
}
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }
  #shopify-section-dc5a9d11-07f1-4f4f-95a0-c46188ba0ae4 #section-news-list .news-list-category {
    background: #153951;
}

@media (max-width: 768px) {
    #section-news-list .news-list-title {
        font-size: 12px!important;

}
.section-2127e3ea-c45d-4b5f-832b-0cfe3df112fc-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.section-{{ section.id }} .page-title h1 {
    display: none !important;
}
.banner-info:hover {
    background-color: transparent; /* remove the background or set it to transparent */
}
.heading-inner .title_heading h3 {
 background: transparent !important;
}
  .button-main1 {
    color: #fff !important;
}
  .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    max-width: 1140px;
    margin: 0 auto;
}

.heading-inner.text-center, .title_heading {
  text-align: left; /* テキストを左寄せに変更 */
}

.title-section-image.text-center {
  margin: 0; /* 画像を中央から左寄せにするために必要な場合、余白を調整 */
  text-align: left; /* 画像のテキスト説明等も左寄せに */
}
/* ブログサムネイル画像のスタイル */
.section-blog-v1 .content-section-blog-v1 .picrure img {
  width: 100%; /* 幅をコンテナに合わせる */
  height: 100%; /* 高さをコンテナに合わせる */
  object-fit: cover; /* 画像がコンテナに収まるように調整 */
  object-position: center; /* 画像の中心部分を表示 */
}

.section-blog-v1 .content-section-blog-v1 .picrure {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
}

.section-blog-v1 .content-section-blog-v1 .picrure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img {
    width: 100%; /* または固定ピクセルサイズ */
    height: auto; /* アスペクト比を保持 */
}
  body{
    display:none;
  }
/* 既存のスタイルシート */
  ...

  /* スライドショーの各画像にホバーエフェクトを適用 */
  .section-slideshow-v7 .content-section-blog .box-picrure {
    transition: transform 0.3s ease;
    display: inline-block; /* 必要に応じて変更 */
  }

  .section-slideshow-v7 .content-section-blog:hover .box-picrure {
    transform: scale(1.05); /* 拡大率は調整可能 */
  }
  .button-main1 {
    
color: #333; /* テキストカラーを#333に設定 */
}
#section-template--21600977977666__9217c55d-c667-458a-a1c3-06a9e0f9341d .section-title p{
    width: 852px !important;
    margin: 0 auto;

  }