.top-fv{
  width: 100%;
  padding: 0 6.7% 110px;
  position: relative;
}
.top-back{
  position: absolute;
  z-index: -1;
  left: 0;
  top: -98px;
  background: #F7F4E5;
  width: 400px;
  height: 250px;
}
.top-fv .image{
  width: 100%;
}
.top-fv .image img{
  display: block;
  width: 100%;
  object-fit: cover;
}
.top-fv .title-block{
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(247, 244, 229, 0.54);
  width: 50%;
  max-width: 673px;
  padding: 56px 12px 82px 4.4%;
}
.top-fv .title-block .subtitle{
  width: 207px;
  display: block;
}
.top-fv .title-block .main{
  margin-top: 20px;
  margin-left: -10px;
}
.top-fv .title-block .detail{
  font-family: 'Kiwi Maru', serif;
  font-size: 28px;
  line-height: 40px;
  color: #3E0B0B !important;
  text-shadow: inherit!important;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
}
.top-fv .title-block .detail .icon{
  width: 24px;
  display: inline-block;
  margin-left: 15px;
}
/* お知らせ */
#newsArea{
  margin-top: 64px;
}
.news{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.news li{
  padding-bottom: 15px;
  border-bottom: 1px dashed #707070;
}
.news li .data{
  font-size: 16px;
  font-weight: 700;
  color: #B18A43;
  margin-bottom: 0;
}
.news li a{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Kiwi Maru', serif;
  color: #3E0B0B;
}
.news li:nth-child(n + 2){
  margin-top: 15px;
}



#saleArea .heading span,#blog .heading span{
  color: #583822;
}
#instagram {

}
#instagram .heading h2:before{
  content: "";
  position:absolute;
  width:31px;
  height: 31px;
  background: url(images/instagram.svg) no-repeat center;
  left:-38px;
  top:5px;
}
#instagram .gallery{
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 15px;
margin-bottom: 2rem;
}
#instagram .gallery .gallery-item{
  height: 300px;
  overflow: hidden;
  position: relative;
}
#instagram .gallery .gallery-item img{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  /* 991px以下に適用されるCSS（タブレット用） */
  .top-back{
    top: -66px;
    width: 320px;
    height: 150px;
  }
  .top-fv{
    width: 100%;
    padding: 0 6.7% 110px;
    position: relative;
  }
  .top-fv .image{
    width: 100%;
  }
  .top-fv .image img{
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .top-fv .title-block{
    padding: 32px 12px 60px 4.4%;
  }
  .top-fv .title-block .subtitle{
    width: 175px;
    display: block;
  }
  .top-fv .title-block .main{
    margin-top: 12px;
    margin-left: -6px;
    width: 320px;
  }
  .top-fv .title-block .detail{
    font-size: 20px;
    line-height: 32px;
  }
  .top-fv .title-block .detail .icon{
    width: 24px;
    display: inline-block;
    margin-left: 15px;
  }
  #newsArea{
    margin-top: 32px;
  }
  #instagram .gallery .gallery-item{
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  /* 991px以下に適用されるCSS（タブレット用） */
  .top-fv .title-block{
    width: 370px;
  }
  #instagram .gallery .gallery-item{
    height: 160px;
  }
}
@media screen and (max-width: 568px) {
  /* 991px以下に適用されるCSS（タブレット用） */
  .top-back{
    width: 290px;
  }
  .top-fv .title-block{
    width: 327px;
    padding: 30px 22px 60px 14px;
  }
  .top-fv{
    width: 100%;
    padding: 0 2.7% 115px;
    position: relative;
  }
  .top-fv .title-block .subtitle{
    width: 150px;
    display: block;
  }
  .top-fv .title-block .main{
    margin-top: 12px;
    margin-left: -6px;
    width: 100%;
  }
  .top-fv .title-block .detail{
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  #newsArea{
    margin-top: 0px;
  }
  .news li{
    padding-bottom: 15px;
    border-bottom: 1px dashed #707070;
  }
  .news li .data{
    font-size: 14px;
  }
  .news li a{
    font-size: 16px;
  }
  .news li:nth-child(n + 2){
    margin-top: 15px;
  }
  #instagram .gallery .gallery-item{
    height: 115px;
  }
}

.google-map-iframe {
	width: 100%;
	height: 100%;
}
/* スモールサイズ以下のデバイスの場合 */
@media (max-width: 576px) {
   .google-map-iframe {
        height: 300px; /* ここでは例として200pxを指定 */
        margin-top: 20px; /* 必要に応じてマージンを調整 */
    }
}