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

/* フッターカスタム */
.footer-content {
  max-width: 1620px;
  display: flex;
  column-gap: 50px;
}
.footer_name {
  font-size: 15px;
  line-height: 2.4;
}
.footer_address img {
	height: 80px;
	margin-bottom: 25px;
}
.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%;
}
.fs-18 {
	font-size: 18px;
}
@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: 50px;
  }
  .footer-logo {
    margin-inline: auto;
  }
  .footer_info .align1 {
    text-align: center !important;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
  .footer_address {
	text-align: center;
  }
  .footer_name {
  	font-size: 14px;
  }
  .fs-18 {
	font-size: 15px;
  }
}
