@charset "UTF-8";

.map-ttl {
  margin-bottom: 20px;
}
#maps {
  width: 100%;
  height: 500px;
  padding: 0;
  margin-bottom: 80px;
}
.maps {
  margin-bottom: 50px !important;
}
.gm-style-iw {
  /* width: 574px;
  height: 332px; */
  width: 647px;
  height: 432px;
  /* padding-inline-end: 0; */
}
.gm-style .gm-style-iw-c {
  padding: 0;
  overflow-x: hidden;
}
.info-window {
  font-family: "Noto Sans JP";
  padding: 0 15px;
}
/* 画像とテキストを2等分で横並び */
.info-flx {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  align-items: stretch; /* 画像とテキストの高さを揃える */
  flex-wrap: wrap; /* 画面が狭いときは折り返し */
  margin-bottom: 20px;
}
/* 左側（画像） */
.info-left {
  width: 50%; /* 2等分 */
  max-width: 50%; /* 最大幅を50%に制限 */
  /* text-align: left; */
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
}
/* 画像のスタイル */
.info-left img {
  max-width: 100%; /* 幅いっぱい */
  /* height: auto;
  display: block; */
  border-radius: 5px;
  height: 100%; /* 高さを右側のテキストと合わせる */
  object-fit: cover; /* アスペクト比を保ちつつ、枠いっぱいに表示 */
}
/* 右側（テキスト） */
.info-right {
  width: 50%; /* 2等分 */
  max-width: 50%;
  text-align: left; /* 左揃え */
  padding-left: 10px; /* 余白を少し追加 */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 上下中央揃え */
}
.info-right h3 {
  margin: 0;
}
.adrs1,
.open,
.tel {
  margin-top: 10px;
}
.tel-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}
.tel-link:hover {
  text-decoration: underline;
}
.map-cntr {
  text-align: center;
}
.map-hp-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  width: 80%;
  padding: 10px 0;
  border-radius: 30px;
  margin: 20px 0;
  transition: 0.2s;
  font-size: 18px;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
.map-hp-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.fa-caret-right {
  margin-left: 5px;
}
.fa-inst2 {
  color: black;
  margin-bottom: 20px;
  font-size: 36px !important;
}
.map-over {
  margin: 50px 0 20px 0;
}
@media screen and (max-width: 600px) {
  #maps {
    width: 90%;
    height: 460px;
    margin: 0 auto 80px auto;
    padding: 0;
  }
  .maps {
    margin-bottom: 30px !important;
  }
  .gm-style-iw {
    max-width: 300px !important;
    max-height: 360px !important;
    height: 360px !important;
  }
  .info-flx {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch; /* 画像とテキストの高さを揃える */
    flex-wrap: wrap; /* 画面が狭いときは折り返し */
    margin-bottom: 20px;
  }
  .info-left {
    width: 100%; /* 2等分 */
    max-width: 100%; /* 最大幅を50%に制限 */
  }
  /* 右側（テキスト） */
  .info-right {
    width: 100%; /* 2等分 */
    max-width: 100%;
    padding-left: 0;
  }
  .info-right .name {
    margin-top: 20px;
  }
  .map-hp-btn {
    width: 100%;
  }
  .fa-instagram {
    font-size: 42px;
  }
}
