@charset "UTF-8";
/*
Theme Name:SOLARIS Child
Version:2.11.2
Template:solaris_tcd088
*/

/* フッターカスタム */
.footer_address_box {
	display: flex;
}
.footer_address a {
	color: #00b700;
}
/*
.footer_address a:first-of-type {
	text-decoration: underline;
}
*/
.footer_address a:hover {
	color: #38d300!important;
}
.footer_address .design_button.quick_tag_ver {
    margin: 20px 0 20px 0;
}
#footer_top {
  padding-inline: 70px !important;
}
.footer_container {
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-inline: auto;
}
#footer_logo {
  margin-bottom: 40px;
}
#footer_logo img {
  margin-left: 0 !important;
}
.footer_address {
  line-height: 2;
  margin-right: 100px;
}
.footer_name {
  margin-bottom: 1em;
}
.footer_address address {
  font-style: normal;
}
.footer_map {
  width: min(100%, 600px);
  height: 350px;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .footer_map {
    width: min(100%, 350px);
  }
}
@media screen and (max-width: 959px) {
  #footer_top {
    padding: 40px 20px 35px !important;
  }
}
@media screen and (max-width: 767px) {
	.footer_address_box {
	display: block;
	}
	.footer_address {
  	margin-right: 0;
	margin-bottom: 40px;
	}
  .footer_container {
    flex-direction: column;
    row-gap: 20px;
  }
  #footer_logo {
    margin-bottom: 25px;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  #footer_top {
    padding-inline: 20px !important;
  }
}
