body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #473130;
  height: auto;
  background: #f8f6f2;
}
.fnt-montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#wrapper {
  overflow: hidden;
}
.key-img {
  width: 1920px;
  margin-left: calc(50% - 960px);
}
@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .key-img {
    width: auto;
    margin-left: 0;
  }
}
/*--------------------------------------
    common
--------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  max-width: calc(100% - 40px);
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
:root {
  --pink: #d55864;
}
.pink {
  color: var(--pink);
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fwb {
  font-weight: bold;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*--------------------------------------
    header
--------------------------------------*/
header {
  background: #fff;
  padding: 20px 0 10px;
}
header .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 1120px;
}
header .logo {
  width: 210px;
}
header .tel a {
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-top: -8px;
  display: block;
  margin-right: 2px;
  letter-spacing: 0.07em;
}
header .tel a span {
  color: var(--pink);
}
header .tel img {
  width: 18px;
  margin-right: 2px;
}
header .time {
  line-height: 21px;
  background: #e698a4;
  margin-top: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*--------------------------------------
    footer
--------------------------------------*/
footer {
  background: #473130;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 25px 0 10px;
}
footer ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 25px;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

footer .copyright {
  font-size: 13px;
  letter-spacing: 0.04em;
}
footer .copyright span {
  margin-left: 27px;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
.thanks {
  height: calc(100svh - 92px - 70px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.thanks .button a {
  margin-top: 20px;
  display: block;
  text-decoration: underline;
}
.thanks .button a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .wrap {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .row {
    flex-direction: column;
  }
  .thanks {
    height: calc(100svh - 92px - 49px);
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  header {
    padding: 12px 0;
  }
  header .logo {
    width: 88px;
    margin-left: -9px;
  }
  header .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
  }
  header .time {
    margin-top: -2px;
    margin-right: -10px;
    font-size: 10px;
    line-height: 11px;
    max-width: 71px;
    padding: 0 3px 4px;
    box-sizing: border-box;
  }
  header .info .sp {
    bottom: -8px;
    right: 9px;
    position: absolute;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  header .tel a {
    font-size: 20px;
    margin-top: -1px;
    display: block;
    margin-right: 5px;
  }

  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding: 16px 0;
  }
  footer ul {
    gap: 16px;
    margin-bottom: 0;
  }
  footer .copyright {
    font-size: 12px;
  }
  footer .copyright span {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  header .tel a {
    font-size: 5.3vw;
    height: 35px;
  }
  header .logo {
    width: 22vw;
  }
}

/*=============================================
******************* policy  **********************
*=============================================*/
.policy {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  color: #473130;
  font-weight: 400;
  line-height: 27px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}
.policy h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.policy h3 {
  font-weight: 700;
  color: #d55864;
}
.policy .text {
  margin-top: 32px;
}
.policy .content {
  margin-top: 32px;
}
.policy .info {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .policy {
    padding: 50px 20px;
  }
}
