@charset "UTF-8";
/*
Theme Name:STORY Child
Version:1.17
Template:story_tcd041
*/

/* フッターカスタム */
.footer-content {
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.footer_info .align1 {
  text-align: left !important;
}
.footer-logo {
  max-width: 200px;
}
.footer-logo img {
  width: 100%;
}
.footer_map {
  width: min(100%, 550px);
  height: 330px;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .footer_map {
    width: min(100%, 350px);
  }
}
@media screen and (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer-logo {
    margin-inline: auto;
  }
  .footer_info .align1 {
    text-align: center !important;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
}

/* フッターインスタアイコン追加 */
.instagram-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #bca78d;
	width: 100%;
	font-weight: 600;
	transition: opacity 0.3s ease;
}

.instagram-link:hover {
    opacity: 0.7;
}

.instagram-link .instagram-icon-img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
	.instagram-link {
		justify-content: center;
	}
}
