html {
  scroll-behavior: smooth;
}

#nagare {
  scroll-margin-top: 100px;
}

#review {
  scroll-margin-top: 50px;
}

#oshirase {
  scroll-margin-top: 150px;
}

#yokusou {
  scroll-margin-top: 100px;
}

#kitchen {
  scroll-margin-top: 100px;
}

#range {
  scroll-margin-top: 100px;
}

#toilet {
  scroll-margin-top: 100px;
}

#toilet {
  scroll-margin-top: 100px;
}

#glass {
  scroll-margin-top: 100px;
}

#profile {
  scroll-margin-top: 100px;
}

#point {
  scroll-margin-top: 100px;
}

#privacy {
  scroll-margin-top: 100px;
}

#recruit {
  scroll-margin-top: 120px;
}

#flooring {
  scroll-margin-top: 100px;
}


body {
  width: 100%;
  font-family: "poppins", "Avenir-Light", "sans-serif";
  font-weight: 550;
  text-align: center;
  overflow-x: hidden;
  margin: auto;
  background: rgb(254, 254, 242);
  z-index: -13;
  position: relative;
}
@media (min-width: 800px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 0.9rem;
  }
}

body.preload .wow.fadeIn {
  opacity: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

.pagewrapper {
  background: rgb(254, 254, 242);
}

.wrapper {
  z-index: -12;
  overflow-x: hidden;
  position: relative;
}

.contentwrapper {
  position: relative;
  z-index: -11;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.areawrapper {
  margin: 60px auto 0;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 800px) {
  .areawrapper {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }
}

.itemwrapper {
  position: relative;
}
@media (min-width: 800px) {
  .itemwrapper {
    margin: auto;
    padding-top: 50px;
    width: 70%;
  }
}
@media (max-width: 800px) {
  .itemwrapper {
    margin: auto;
    padding: 20px 20px 0;
  }
}

.smallwrapper {
  width: 60%;
  margin: auto;
}
@media (min-width: 800px) {
  .smallwrapper {
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  .smallwrapper {
    width: 100%;
    padding: 0 5px;
  }
}

.topwrapper {
  width: 60%;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .topwrapper {
    width: 80%;
    padding: 0 5px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .textwrapper {
    padding: 10px 30px;
  }
}

.subwrapper {
  width: 90%;
  margin: auto;
}

.flexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media (min-width: 800px) {
  .pcnone {
    display: none;
  }
}

@media (max-width: 800px) {
  .spnone {
    display: none;
  }
}

.font_mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.font_gothic {
  font-family: "poppins", "Avenir-Light", "sans-serif";
  font-style: normal;
}

.weight900 {
  font-weight: 900;
}

.weight600 {
  font-weight: 600;
}

.weight550 {
  font-weight: 550;
}

.maintitle {
  color: rgb(0, 35, 86);
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .maintitle {
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.maintitle span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maintitle img {
  width: 60px;
}

@media (min-width: 800px) {
  .rem0_9 {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 800px) {
  .rem0_9 {
    font-size: 0.7rem !important;
  }
}

@media (min-width: 800px) {
  .rem1 {
    font-size: 1rem !important;
  }
}
@media (max-width: 800px) {
  .rem1 {
    font-size: 0.8rem !important;
  }
}

@media (min-width: 800px) {
  .rem1_2 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 800px) {
  .rem1_2 {
    font-size: 0.8rem !important;
  }
}

@media (min-width: 800px) {
  .rem1_3 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 800px) {
  .rem1_3 {
    font-size: 0.9rem !important;
  }
}

@media (min-width: 800px) {
  .rem1_5 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 800px) {
  .rem1_5 {
    font-size: 1rem !important;
  }
}

@media (min-width: 800px) {
  .rem1_8 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 800px) {
  .rem1_8 {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 800px) {
  .rem2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 800px) {
  .rem2 {
    font-size: 1.5rem !important;
  }
}

.linkhover369 a:hover {
  color: #336699;
}

.linkhover_opa70:hover {
  opacity: 0.7;
}

.boxlink {
  position: relative;
}
.boxlink a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.topimg {
  position: relative;
  margin-top: 55px;
}
@media (min-width: 800px) {
  .topimg {
    margin-top: 60px;
  }
}

.top_title {
  background: rgba(255, 255, 255, 0.646);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 20px 0;
  width: 100%;
}
.top_title p {
  color: rgb(0, 35, 86);
}
.top_title span {
  display: block;
}

.no_indent {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.bgopa_img {
  position: absolute;
  z-index: -18;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #667b99;
  border: solid 2px #667b99;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

button#js-pagetop {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
button#js-pagetop p {
  color: white;
}/*# sourceMappingURL=kyotsu.css.map */