@charset "UTF-8";
/*全体*/
iframe {
  vertical-align: bottom;
}

/*end 全体*/
/*レイアウト*/
.yk-stiky-box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

/*end レイアウト*/
/*改行関連*/
br.yk-br-xs {
  display: none;
}

br.yk-br-s {
  display: none;
}

br.yk-br-md {
  display: none;
}

br.yk-br-down-md {
  display: none;
}

br.yk-br-up-md {
  display: none;
}

br.yk-br-lg-xl {
  display: none;
}

br.yk-br-l {
  display: none;
}

br.yk-br-m-xxl {
  display: none;
}

/*end 改行関連*/
.yk-pegetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 10;
  margin: 0;
}

.yk-pegetop a {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
  color: #fff;
}

.yk-pegetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  width: 25px;
}

.yk-pegetop-hide {
  display: none;
}

a[href^="tel:"] {
  cursor: default;
}

/*end その他*/
footer {
  margin: 50px 0;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yk-icon-kome {
  position: relative;
  padding-left: 1em !important;
}

.yk-icon-kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

header {
  position: relative;
  z-index: 10;
}

header .logo-box {
  position: absolute;
  top: 0;
  left: 0;
}

#top .yk-top-content {
  position: relative;
  z-index: 3;
  margin-top: -70px;
}

#top .logo-mark {
  max-width: 200px;
}

#top .btn-box {
  margin-top: 50px;
  max-width: 185px;
}

#top p.top-title-p {
  margin: 0;
  padding: 2rem 2rem 0;
  line-height: 1.25;
}

footer {
  padding: 0 30px;
}

/*common*/
html {
  font-size: 10px;
}

html.font-small {
  font-size: 8px;
}

html.font-medium {
  font-size: 10px;
}

html.font-large {
  font-size: 10.6px;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #463d3a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  background: #ffffff;
}

main {
  overflow-x: hidden;
}

button {
  outline: none;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: .5;
}

@media (max-width: 575.98px) {
  br.yk-br-xs {
    display: inherit;
  }
  br.yk-br-s {
    display: inherit;
  }
}

@media (min-width: 768px) and (max-width: 849.98px) {
  br.yk-br-md {
    display: inherit;
  }
}

@media (max-width: 767.98px) {
  br.yk-br-down-md {
    display: inherit;
  }
}

@media (min-width: 768px) {
  br.yk-br-up-md {
    display: inherit;
  }
  br.yk-br-m-xxl {
    display: inherit;
  }
}

@media (min-width: 850px) {
  br.yk-br-lg-xl {
    display: inherit;
  }
  #top p.top-title-p {
    font-size: 2.4rem;
  }
}

@media (max-width: 849.98px) {
  br.yk-br-l {
    display: inherit;
  }
}

/*# sourceMappingURL=../../maps/sk_style.css.map */
