body {
  min-width: 1100px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #333;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}
body a {
  text-decoration: none;
}
body a:hover {
  opacity: 0.8;
}
body p {
  margin: 0;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .sp_only {
  display: none !important;
}
body .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

a[href^="tel:"] {
  pointer-events: none;
}

.wrapper {
  width: 100%;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0;
  height: 775px;
}
#fv .inner {
  padding: 19px 0 0;
}
#fv .logo {
  width: 552px;
  margin: 0 0 69px 47px;
}
#fv h1 {
  width: 556px;
  margin-inline: auto;
}

.sect_title {
  margin-inline: auto;
}

.lead {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.link_wrap {
  display: flex;
  justify-content: space-between;
}
.link_wrap li {
  width: 320px;
  text-align: center;
}
.link_wrap li .txt {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin: 18px 0 30px;
}
.link_wrap li .sns {
  display: flex;
  justify-content: center;
  gap: 0 17px;
  margin-bottom: 22px;
}
.link_wrap li .sns li {
  width: 50px;
}
.link_wrap li .regi {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.link_wrap li .regi li {
  width: 156px;
}
.link_wrap li.rakuten {
  color: #D04242;
}
.link_wrap li.yahoo {
  color: #3F8FCB;
}

.bnr {
  display: flex;
  gap: 20px;
}
.bnr li {
  width: 320px;
}

#shugale {
  margin-bottom: 97px;
}
#shugale .inner {
  padding-top: 25px;
}
#shugale .sect_title {
  width: 235px;
  margin-bottom: 52px;
}
#shugale .lead {
  margin-bottom: 58px;
}
#shugale .link_wrap {
  margin-bottom: 71px;
}

#just {
  margin-bottom: 70px;
}
#just .sect_title {
  width: 302px;
  margin-bottom: 61px;
}
#just .lead {
  margin-bottom: 52px;
}
#just .link_wrap {
  margin-bottom: 78px;
}

footer {
  background: #D4E9E2 url(../img/ftr_bg.jpg) no-repeat center 0;
}
footer .inner {
  padding: 144px 0 0;
}
footer .txt {
  letter-spacing: 0.08em;
  height: 275px;
  overflow: auto;
  margin-bottom: 40px;
  padding-top: 15px;
}
footer .txt h3 {
  font-size: 20px;
  color: #3F8FCB;
  margin-bottom: 7px;
}
footer .txt p {
  line-height: 33px;
  margin-bottom: 33px;
}
footer .txt p:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .txt a {
  color: #333;
  border-bottom: 1px solid #333;
}
footer .logo {
  width: 121px;
  margin: 0 0 58px auto;
}
footer .copy {
  background: #D4E9E2;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer small {
  display: block;
  text-align: center;
  color: #000;
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */