@charset "UTF-8";
/* reserve */
.reserve-container {
  background-image: url(https://beautysalon-grace.jp/system_panel/uploads/images/bg_reserve.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 74px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 768px){
	.reserve-container {
  padding: 40px 0 44px;
}
}

.sub-title {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.17em;
  color: #ffffff;
  text-align: center;
}

.reserve-container .tel-box {
  display: flex;
  align-items: center;
}

.reserve-container .tel-box .txt32 {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.08em;
  transition: 0.4s;
}

.reserve-container .tel-box .img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.reserve-container .tel-box:hover .txt32 {
  color: #287350;
  transition: 0.4s;
}

/* .mail-box {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
} */

/* .weblink-box {
  display: flex;
  align-items: center;
} */
.reserve-container .reserve-flex {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
		display: block;
  max-width: 745px;
  margin: 40px auto 0;
}

.reserve-container .tel-container{
	text-align: center;
}

.reserve-container .reserve-flex .boder {
  border-bottom: 1px solid #9f9f9f;
  transform: rotate(90deg);
  width: 68px;
  margin: auto 0;
}

.tel-link-box {
  display: inline-block;
}

.tel-link-box .txtja {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.reserve-container .weblink {
  width: 253px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.4s;
  position: relative;
}

.reserve-container .weblink:hover {
  background: rgb(255, 255, 255, 0);
  border: 1px solid #ffffff;
  transition: 0.4s;
}

.weblink .weblink-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.weblink .weblink-box .active {
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0;
  transition: 0.4s;
}

.weblink:hover .active {
  opacity: 1;
}

.weblink-box .img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.weblink .txtja {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #ffffff;
}


.reserve-flex .weblink-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

/* フッター */
.footer {
  background: #f1f3f2;
  color: #5b5b5b;
}

.top-contact-wrapper {
  background: url("https://candf-company220104.smooooth.jp/system_panel/uploads/images/top-contact.png") no-repeat center center/cover;
  padding: 40px 0;
}

.contact-box {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 0 35px;
}

.top-contact-txt {
  margin: 30px auto 40px;
  text-align: center;
}

.top-contact-txt .txt16 {
  line-height: 29px;
}

.pagetop {
  /* position: fixed; */
  /* right: 90px; */
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #5b5b5b;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  z-index: 99;
  padding: 15px;
}

.pagetop:hover {
  color: #fff;
  background: #5b5b5b;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.4s;
}

.pagetop:hover p {
  color: #fff;
}

.pagetop img {
  height: 41px;
}

.footer-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 70px;
  width: 97%;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* max-width: 740px; */
		max-width: 795px;
}


.footer-left .txt14 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #5b5b5b;
}

.f-txt {
  /* width: 320px; */
  margin: 40px 0 8px;
}

.footer-logo .l-logo .logo-img {
  width: 66px;
  height: 66px;
}

.footer-logo .txt24 {
  font-weight: 500;
  line-height: 35px;
  color: #fff;
}

.footer-tel-link {
  display: inline-block;
}

.footer-tel-link .txt14 {
  transition: 0.4s;
}

.footer-tel-link:hover .txt14 {
  color: #287350;
  transition: 0.4s;
}

.footer-li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.footer-li .item-last {
  padding: 20px 0px 20px 20px;
}

.footer-li .item .txt14 {
  font-family: "Quicksand";
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  color: #5b5b5b;
}

.footer-li .item .txt14::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5b5b5b;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.footer-li .item:hover .h-line {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-li .item:hover .h-line::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sns-container {
  display: flex;
  margin-top: 33px;
}

.fb-txt {
  margin-right: 20px;
}

.sns-link {
  display: flex;
  align-items: center;
}

.sns-link .img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.sns-link .txt12 {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #5b5b5b;
  transition: 0.4s;
}

.sns-link:hover .txt12 {
  color: #287350;
  transition: 0.4s;
}

.copy {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
}

.copy .txt12 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #5b5b5b;
}

.txt-privacy {
  transition: 0.4s;
}

.copy a:hover .txt-privacy {
  color: #287350;
  transition: 0.4s;
}

.footer-link-container {
  margin-top: 10px;
}

.footer-link-container .weblink-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}

.footer-link-container .weblink-container .hp-box {
  margin-top: 0;
  margin-right: 10px;
}

.weblink-container .reserve-sns {
	margin:15px;
}

.footer-link-container .weblink-container .weblink {
  width: 228px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #5b5b5b;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.4s;
  position: relative;
}

.footer-link-container .weblink-container .weblink:hover {
  background: #5b5b5b;
  border: 1px solid #ffffff;
  transition: 0.4s;
}

.footer-link-container .weblink-container .weblink .img {
  transition: 0.4s;
}

.footer-link-container .weblink-container .weblink .weblink-box .img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.footer-link-container .weblink-container .weblink .txtja {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #5b5b5b;
  transition: 0.4s;
}

.footer-link-container .weblink-container .weblink:hover .txtja {
  color: #fff;
  transition: 0.4s;
}

.footer-link-container .weblink-container .weblink .txten {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #5b5b5b;
}

@media screen and (max-width: 1100px){
	.footer-box-wrapper {
		display: block;
	}
	.footer-link-container .weblink-container {
		justify-content: flex-start;
		padding-left: 20px;
}
.footer-left {
	padding-left: 20px;
}
}

@media screen and (max-width: 900px) {
  /* reserve */
  .inner {
    width: 90%;
  }
  .reserve-container .reserve-flex {
    flex-flow: column;
  }

  .reserve-container .reserve-flex .boder {
    margin: 30px auto 0;
    transform: rotate(0deg);
  }

  .reserve-container .tel-box .txt32 {
    font-size: 24px;
  }

  .weblink-container {
    margin-top: 40px;
  }

  /* フッター */
  .pagetop {
    bottom: 70px;
  }
  
}

@media screen and (max-width: 768px) {
  /* .footer-left {
    margin-right: 0;
  }
  .f-txt {
    width: 300px;
  }
  .pagetop {
    right: 20px;
  } */
  .reserve-container {
    margin: 0 auto 70px;
  }

  .footer-link-container .weblink-container {
    display: block;
  }
  .footer-link-container .weblink-container .mail-box {
    margin-top: 20px;
  }

  .footer-link-container {
    margin-top: 30px;
  }

  .footer-link-container .weblink-container {
    margin-top: 20px;
  }

  .f-txt {
    margin: 20px 0 8px;
  }
}
/*# sourceMappingURL=footer.css.map */
