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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*end その他*/
.sk-bg-01 {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

.sk-bg-01::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../img/common/bg_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.sk-bg-02 {
  padding: 3rem;
  border: 2px solid #4c691d;
  border-radius: 10px;
  background: #fff;
}

.sk-bg-02 p {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4c691d;
  color: #4c691d;
}

.sk-bg-03 {
  background: #94a577;
  color: #fff;
}

.sk-bg-03 h2 {
  color: #fff;
}

.sk-bg-04 {
  background-image: url("../img/common/premium.jpg");
}

.sk-btn-01 {
  display: inline-block;
  width: 80%;
  margin-top: 3rem;
  padding: 1.5rem 1rem;
  border-radius: 25rem;
  background: #ffb804;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.sk-btn-01:hover {
  opacity: 1;
  color: #333;
  box-shadow: 5px 5px 0 #ffe39b;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.sk-btn-02 {
  display: inline-block;
  padding: 2rem;
  border: 1px solid #4c691d;
  background: #fff;
  color: #4c691d;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

.sk-btn-02:hover {
  opacity: 1;
  color: #4c691d;
  box-shadow: 5px 5px 0 #4c691d;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.sk-btn-02::after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #4c691d;
  border-right: 3px solid #4c691d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

dl.sk-dl-01 dt {
  border-bottom: 2px dashed #4c691d;
  color: #4c691d;
}

footer {
  padding: 1.5rem;
  background: #4c691d;
  color: #fff;
}

footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer a img {
  width: 300px;
}

h2 {
  margin-bottom: 5rem;
  color: #333;
  font-weight: bold;
}

h3 {
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  background: #4c691d;
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  padding: 1.5rem;
  background: #4c691d;
  box-shadow: 0px 0px 8px #000000;
}

header a {
  display: inline-block;
}

header a img {
  width: 300px;
}

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

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

.sk-img-fit-box {
  overflow: hidden;
}

.sk-img-fit-box img {
  transition: all 0.3s ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.sk-img-fit-box-sqare img {
  aspect-ratio: 1;
  /* 縦横比を1:1 (正方形) に設定 */
}

.kcms_list_base {
  max-height: 450px;
  overflow-y: scroll;
}

.kcms_list li, .kcms_contents_list li {
  display: flex;
  flex-wrap: wrap;
}

.kcms_list li span, .kcms_contents_list li span {
  display: inline-block;
  width: auto;
}

.kcms_list li a, .kcms_contents_list li a {
  flex: 1 0 0%;
}

.sk-bg-img-box {
  position: fixed;
  padding-top: 0;
  z-index: -1;
  width: 100%;
}

#sk-top-mainimg {
  padding: 2rem;
}

.sk-ul-01 li:before {
  content: "●";
  font-size: 1.4rem;
  color: #4c691d;
  padding-right: .3rem;
}

/*common*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
}

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-weight: 400;
  word-wrap: break-word;
  background: #ffffff;
}

main {
  position: relative;
  overflow-x: hidden;
  padding-top: 79px;
}

button {
  outline: none;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: .5;
}

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

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

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

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

@media (min-width: 992px) and (max-width: 1399.98px) {
  br.sk-br-lg-xl {
    display: inherit;
  }
}

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

@media (min-width: 768px) and (max-width: 1399.98px) {
  br.sk-br-m-xxl {
    display: inherit;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 10px;
  }
}

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