html {
  scroll-behavior: smooth;
}

body,
html {
  font-family: "Noto Serif JP", sans-serif;
  color: #555555;

}

.img_300 {
  max-width: 300px;
}

.img_250 {
  max-width: 250px;
}

.img_200 {
  max-width: 200px;
}

.img_170 {
  max-width: 170px;
}

.img_150 {
  max-width: 150px;
}

.uk-subnav-divider>::before {
  margin-right: 0;
}

.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  color: #DCBC83;
  font-family: Yu Gothic;
  font-weight: thin;
  border-bottom: 3px solid #DCBC83;

}

.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1em;
  line-height: 2em;
  color: #DCBC83;
  font-family: Yu Gothic;
  font-weight: thin;
}

.text01 {
  font-size: 0.9em;
  line-height: 2em;
  color: #fff;
  padding: 0 5%;
  text-align: left;
}

.text01s {
  font-size: 0.7em;
  color: #fff;
  text-align: left;
}


.title01 {
  font-size: 1em;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 5px 5px;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}


.sn-resopnsible {
  font-size: 1.2em;
  line-height: 1.8em;
}

@media screen and (max-width:600px) {
  .sn-resopnsible {
    font-size: 1em;
  }

  .heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
    line-height: 2.5em;
    color: #DCBC83;
    font-weight: thin;
  }
}

.full-page {
  height: 100vh;
}

.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: linear-gradient(270deg, #DCBC83 0%, #C49B5B 25%, #C49B5B 51%, #DCBC83 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.button a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

body {
  vertical-align: middle;
  /* padding: 50px 0; */
  text-align: center;
}


/* カルーセル */
.container {
  margin: 10px auto 0;
  /*max-width: 500px;*/
  width: 100%;
  height: 500px;
}

.slick-img .slick-cloned {
  width: 30% !important;
}

/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.5);
  transition: opacity .5s, transform .5s;
  width: 100%;
  margin: 100px auto;
}

/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1.5);
  width: 100%;
}

/* カルーセル 追加 CSS */

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 1;
  opacity: .60;
  color: #8b8b8b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}

.slick-next {
  right: 70px !important;
}

.slick-prev {
  left: 70px !important;
}


.l-contents__menu>a.menu-default {
  color: #999999;
}