/**
 * File: single.css
 * Usage: single.php(投稿の個別ページ)のスタイルを定義します。
*/

.bl_shop_single {
  position: relative;
}

.bl_shop_single .el_shop_bg_sp {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  z-index: -1;
}

.bl_shop_single_wrap {
  margin-bottom: 87px;
  position: relative;
}

.bl_shop_single_wrap .el_shop_bg_ougi {
  position: absolute;
  bottom: -7%;
  right: 3%;
  width: 100%;
  max-width: 61px;
  z-index: 1;
}

.bl_shop_item {
  padding-block: 35px;
}

.bl_shop_item_inner {
  margin-bottom: 40px;
  padding-inline: 24px;
}

h1.bl_shop_item_ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-block: 16px;
  font-weight: 700;
  color: #42602d;
  font-family: 'ShipporiMinchoB1', sans-serif;
  margin-top: 0;
}

.bl_shop_item_thumb {
  margin-bottom: 32px;
}

.bl_shop_item_thumb img{
  object-fit: cover;
aspect-ratio: 16/9;
}


.bl_shop_item_inner h2 {
  font-size: 18px;
  line-height: 1.6;
  margin-block: 16px;
  font-weight: 700;
  color: #42602d;
  font-family: 'ShipporiMinchoB1', sans-serif;
  margin-top: 0;
  background: #dbd3bc;
  padding: 8px 10px;
}

.bl_shop_item_inner h3 {
  font-size: 16px;
  line-height: 1.6;
  margin-block: 16px;
  font-weight: 700;
  color: #42602d;
  font-family: 'ShipporiMinchoB1', sans-serif;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .bl_shop_single .el_shop_bg_sp {
    height: 320px;
  }

  .bl_shop_item_inner {
    max-width: 1160px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .bl_shop_item {
    padding-block: 89px;
  }

  h1.bl_shop_item_ttl {
    font-size: 32px;
  }

  .bl_shop_item_thumb {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    margin-bottom: 80px;
  }
}
