@charset "utf-8";
/*-----------------------------
contact
-----------------------------*/
#contact {
  padding: 80px 0 120px;
  background: url(../images/bg_kusa.jpg) repeat top center;
  position: relative;
}
#contact .inner {
  overflow: hidden;
}
#contact .en-title,
#contact h2 {
  color: var(--white);
  text-shadow: 0 0 10px rgba(0,0,0,.1);
}
#contact h2 {
  margin-bottom: 30px;
}
#contact .t-text {
  color: var(--white);
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0,0,0,.1);
  margin-bottom: 30px;
}
#contact .contact-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contact .contact-btn .button-w {
  margin: 0 25px;
}
.ft-deco .ft-deco1 {
  position: absolute;
  left: 8%;
  top: -250px;
  z-index: 1;
}
.ft-deco .ft-deco2 {
  position: absolute;
  left: 15%;
  top: -100px;
  z-index: 1;
}
.ft-deco .ft-deco3 {
  position: absolute;
  right: 15%;
  top: -100px;
  z-index: 1;
}
.ft-deco .ft-deco4 {
  position: absolute;
  right: 8%;
  top: -192px;
  z-index: 1;
}


@media (max-width: 768px) {
  #contact {
    padding: 80px 0 60px;
  }
  .ft-deco .ft-deco1 {
    left: 3%;
    top: -75px;
    width: 60px;
  }
  .ft-deco .ft-deco2 {
    left: 17%;
    top: -19px;
    width: 60px;
  }
  .ft-deco .ft-deco3 {
    right: 19%;
    top: -38px;
    width: 60px;
  }
  .ft-deco .ft-deco4 {
    right: 3%;
    top: -65px;
    width: 85px;
  }
  #contact .contact-btn .button-w {
    margin: 0 0 20px;
  }
}

/*-----------------------------
footer
-----------------------------*/

.left-banner {
  position:fixed;
  bottom: 10px;
  left: 10px;
  width: 180px;
  height: 180px;
  z-index: 1000;
}
.left-banner .banner-relative{
  position:relative;
  width:100%;
  height:100%;
} 
.left-banner img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.banner-close{
  position:absolute;
  top: -5px;
  right: -5px;
  width: 32px;
  height: 32px;
  cursor:pointer;
  z-index:11;
}

footer.footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: var(--color4);
  color: var(--brown);
}
footer.footer .inner {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto 50px;
  justify-content: center;
  flex-wrap: wrap;
}
footer.footer .company-inner {
  width: 40%;
}
footer.footer .menu-ft {
  width: 60%;
  display: flex;
  flex-flow: wrap;
  margin: 0 auto 50px;
  justify-content: center;
  flex-wrap: wrap;
}
footer.footer .menu-ft ul {
  flex: 1 1 calc(33% - 10px);
}
footer.footer .menu-ft ul li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer.footer .menu-ft ul li.f-menu-title a {
  font-family: "en-title", sans-serif;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 28px;
}
footer.footer .company {
  text-align: left;
}
footer.footer .company img {
  margin-bottom: 10px;
}
footer.footer .company .company-name {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
footer.footer .address {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer.footer .address span {
  position: relative;
  padding: 4px 10px;
  background: var(--brown);
  color: var(--white);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 3px;
}
footer.footer .address span:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 10px;
  border: 5px solid transparent;
  border-top: 5px solid var(--brown);
  width: 0;
  height: 0;
}
footer.footer .sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
footer.footer .sns .sns-icon {
  margin-right: 50px;
}
footer.footer .sns .sns-icon:last-of-type {
  margin-right: 0;
}
footer.footer .scrollTop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
footer.footer .contact_icon {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 0px;
  bottom: 80px;
  background: var(--color4);
  border-radius: 20px 0 0 20px;
  z-index: 999;
  width: 70px;
  box-shadow: 0px 4px 15px rgba(0,0,0,.1);
  padding: 25px 0;
}
footer.footer .contact_icon img {
  margin: 0 auto;
  width: 50px;
}
footer.footer .contact_icon img.line {
  margin-top: 15px;
}
footer.footer .contact_icon ul {
}
footer.footer .contact_icon ul li {
}
footer.footer .contact_icon ul li a {
  text-align: center;
  margin-top: 20px;
}
footer.footer .contact_icon ul li a svg {
  width: 30px;
}
footer.footer .contact_icon ul li a svg path {
  fill: var(--brown);
}
footer.footer .sns .sns-icon:hover path,
footer.footer .sns .sns-icon:hover circle,
footer.footer .contact_icon ul li a:hover svg path {
  fill: #e87492;
	background: linear-gradient(to right, #e87492 33%, #f2b630 33% 66%, #62b1dd 66%);
  transition: .3s;
}
footer.footer .scrollTop.is-show {
  display: flex;
}
footer.footer .copyright {
  margin-top: 50px;
  text-align: center;
}
footer.footer .copyright a {
  display: inline-block;
}


@media (max-width: 1024px) {
  footer.footer {
    padding-top: 50px !important;
  }
  footer.footer .company img {
    margin: 0 auto 20px;
    width: 70%;
  }
  footer.footer .company-inner {
    width: 100%;
  }
  footer.footer .company .company-name {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
  footer.footer .menu-ft {
    width: 100%;
  }
  footer.footer .menu-ft ul {
    flex: 1 1 calc(100% - 10px); /* 各要素を25%幅で配置（-10pxはマージン調整用） */
    margin: 2px; /* 要素間に隙間をつける */
  }
  footer.footer .address span {
    font-size: 13px;
    padding: 2px 10px;
  }
  footer.footer .address {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  footer.footer .address span:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
	footer.footer .menu-ft ul {
		display: block;
	}
	footer.footer .menu-ft ul li {
		width: 100%;
		font-size: 18px;
		border-right: none;
		border-bottom: 0px solid #fff;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 0px;
		margin-bottom: 0px;
		height: 40px;
		text-align: left;
	}
  footer.footer .sns {
    width: 100%;
    margin: 30px auto;
    justify-content: center;
  }
  footer.footer .sns .sns-icon {
    margin-right: 40px;
  }
	footer.footer .menu-ft ul li:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-right: auto;
	}
	footer.footer .scrollTop {
		right: -22px;
		bottom: 30px;
		z-index: 999;
	}
	footer.footer .scrollTop img {
		width: 60%;
	}
	footer.footer .scrollTop.is-show {
		display: flex;
		width: 10%;
	}
	footer.footer .bottom-shop {
		display: block;
	}
	footer.footer .contact_icon {
    display: none;
  }
  footer.footer .contact_icon img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .left-banner {
    bottom: 5px;
    left: 5px;
    width: 140px;
    height: 140px;
  }
}

