<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head {
  width: 330px;
  box-sizing: border-box;
  padding: 0 40px;
  position: fixed;
  height: 100%;
}
.headmenu {
  position: relative;
  height: 95%;
  width: 100%;
}
.logo {
  max-width: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.right-box {
  padding: 40px;
}
.right-box-naka {
  margin-left: 300px;
}

.menu {
}
.menu li {
  border-bottom: 1px solid #e3ded5;
}

.men a {
  display: block;
  color: #000000;
  transition: 0.5s;
  padding: 8px 0;
  position: relative;
}
.men a:hover {
  color: #bf9d5b;

  opacity: 1;
}
.men span {
  font-size: 110%;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.4;
}

.men a:before {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  right: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-top: 2px solid #bf9d5b;
  border-right: 2px solid #bf9d5b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.12s ease-in 0s;
}

.grup {
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
  width: 100%;
}
.grup a {
  color: #000;
  display: block;
  width: 100%;
  opacity: 1;
}
.grup a:hover {
  opacity: 0.6;
}

.grup h5 {
  font-size: 100%;
  font-weight: bold;
  color: #bf9d59;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.grup h5 span {
  background-color: #fff;
  padding-right: 20px;
}
.grup h5:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bf9d59;
  content: "";
  left: 0;
  top: 50%;
  z-index: -10;
}

.grup ul li p {
  position: relative;
  padding-left: 1em;
  font-size: 90%;
}
.grup ul li p:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #b7f653;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: -0.8em;
}
.grup img {
  max-width: 180px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.grup ul li p span {
  font-weight: bold;
  margin-left: 10px;
}

.req-imgbox {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.req-imgbox li {
  background-size: cover;
  background-position: center;
  height: 60vh;
  border-radius: 6px;
}

.sl01 {
  background-image: url(../img/01.jpg);
}
.sl02 {
  background-image: url(../img/02.jpg);
}
.sl03 {
  background-image: url(../img/03.jpg);
}
.sl04 {
  background-image: url(../img/04.jpg);
}

.main-img {
  position: relative;
}
.cati {
  position: absolute;
  top: 10%;
  left: 8%;
  max-width: 350px;
  z-index: 50;
}

.sphead {
  display: none;
}
.grup-sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .sphead {
    display: block;
  }
  .head {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: inherit;
    height: auto;
  }
  .headmenu {
    position: inherit;
    height: auto;
    width: 100%;
  }
  .menu {
    display: none;
  }
  .right-box {
    padding: 5%;
  }
  .right-box-naka {
    margin-left: 0px;
  }
  .logo {
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .req-imgbox li {
    height: 50vh;
  }

  .cati {
    position: absolute;
    top: 10%;
    left: auto;
    max-width: 100%;
    padding: 10%;
  }
  .grup {
    display: none;
  }
  .grup-sp {
    display: block;
    width: 100%;
    position: inherit;
  }
}
</pre></body></html>