@charset "UTF-8";
html {
  background-color: #000;
  width: 100%;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
html h1,
html h2,
html h3,
html h4,
html p,
html a,
html div,
html ul,
html li,
html th,
html td {
  width: 100%;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
html body {
  position: relative;
}
html img {
  width: 100%;
  vertical-align: bottom;
}
html ul {
  list-style: none;
}
html header {
  width: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  background-color: #000;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  html header {
    max-width: 1200px;
    position: static;
  }
}
html header img {
  filter: invert(100%);
  height: 30px;
  width: auto;
}
@media screen and (min-width: 769px) {
  html header img {
    height: 80px;
  }
}
html header input {
  display: none;
}
html header nav {
  width: 101vw;
  height: 130%;
  position: fixed;
  top: -140%;
  left: 0;
  z-index: 99;
  background-color: #000000;
  opacity: 0.97;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  html header nav {
    width: auto;
    position: static;
  }
}
html header nav .menu {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 50px 20px 0 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  html header nav .menu {
    flex-direction: row;
    padding: 0;
  }
}
html header nav .menu li {
  border-bottom: solid 1px #ffffff;
  padding: 25px 0;
}
@media screen and (min-width: 769px) {
  html header nav .menu li {
    border-bottom: none;
    padding: 0;
  }
}
html header nav .menu li a {
  font-size: 2rem;
  margin: 0 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  html header nav .menu li a {
    font-size: clamp(1rem, 1.3vw, 1.9rem);
    margin: 0 10px;
  }
}
html header .menu-icon {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  html header .menu-icon {
    display: none;
  }
}
html header .menu-icon .navicon,
html header .menu-icon .navicon:before,
html header .menu-icon .navicon:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}
html header .menu-icon .navicon:before {
  bottom: 10px;
}
html header .menu-icon .navicon:after {
  top: 10px;
}
html header #menu-icon:checked ~ .menu-icon .navicon {
  background: rgba(255, 255, 255, 0);
}
html header #menu-icon:checked ~ .menu-icon .navicon:before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
html header #menu-icon:checked ~ .menu-icon .navicon:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
html header #menu-icon:checked ~ nav {
  top: 0;
}
html .sidBer {
  position: fixed;
  bottom: 180px;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  transition: 0.6s all;
  opacity: 0;
  transform: translateY(50px);
  line-height: 1;
}
html .sidBer p {
  text-align: center;
  color: white;
  font-size: 1.6rem;
}
html .sidBer #btn {
  color: white;
}
html .left-sidBer {
  width: 7.5vh;
  left: 0px;
  height: 150px;
  border-radius: 0 25px 25px 0;
  background: linear-gradient(335deg, rgb(39, 34, 23) 0%, rgb(39, 34, 23) 5%, rgb(101, 58, 1) 18%, rgb(156, 98, 18) 31%, rgb(218, 145, 38) 39%, rgb(218, 145, 38) 43%, rgb(167, 116, 21) 50%, rgb(167, 116, 21) 62%, rgb(245, 200, 99) 71%, rgb(245, 200, 99) 77%, rgb(165, 124, 33) 85%, rgb(114, 83, 22) 100%);
}
html .left-sidBer a {
  width: auto;
  text-decoration: none;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
}
html .right-sidBer {
  width: 9vh;
  height: 290px;
  border-radius: 25px 0 0 25px;
  right: 0px;
  background-color: #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: row;
  align-items: center;
}
html .right-sidBer p {
  width: auto;
  margin-bottom: 11px;
  text-align: start;
  display: inline-block;
}
html .right-sidBer ul {
  display: flex;
  align-items: center;
  width: 100%;
}
html .right-sidBer ul li:first-child {
  width: 50%;
  margin-bottom: 15px;
}
html .right-sidBer ul li {
  width: 70%;
}
html .right-sidBer ul li a img {
  width: 100%;
  max-width: 83px;
}
html .sidBar-anchor {
  bottom: 80px;
  right: 10px;
  border-radius: 999px;
  height: 60px;
  width: 60px;
  border: #6b6b6b solid 1px;
}
html .sidBar-anchor .scroll-top {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
html .sidBar-anchor .scroll-top span {
  width: 46%;
  height: 3px;
  background-color: #c4c4c4;
  position: relative;
  display: block;
  opacity: 1;
}
html .sidBar-anchor .scroll-top span:nth-child(1) {
  top: 45%;
  left: 44%;
  transform: rotate(45deg);
}
html .sidBar-anchor .scroll-top span:nth-child(2) {
  top: 40%;
  transform: rotate(-45deg);
  right: -13%;
}
html .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
html .wrapper h2 {
  font-size: clamp(2.3rem, 6.1vw, 4.5rem);
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  html .wrapper h2 {
    letter-spacing: 6px;
  }
}
html .wrapper h3 {
  font-size: 2.5rem;
}
html .wrapper .top {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 20px;
  position: relative;
}
html .wrapper .top .logo {
  width: 90%;
  position: absolute;
  text-align: center;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
html .wrapper .top .logo img {
  width: 80%;
  max-width: 600px;
  filter: invert(100%) drop-shadow(0px 0px 7px black) drop-shadow(0px 0px 5px black);
}
html .wrapper .top h1 img {
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  html .wrapper .top h1 img {
    height: 100%;
    max-height: 900px;
  }
}
html .wrapper .about {
  padding: 0 10px;
  margin-bottom: 40px;
}
html .wrapper .about .gold {
  font-size: clamp(2.3rem, 5.9vw, 4.2rem);
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  display: inline-block;
  background: linear-gradient(90deg, #e5c11f 10%, #e9e1bd 30%, #b98f19 50%, #d8c78f 90%);
  background: -webkit-linear-gradient(360deg, #e5c11f 10%, #e9e1bd 20%, #b98f19 50%, #d8c78f 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html .wrapper .about p {
  font-size: clamp(1.7rem, 4.1vw, 2rem);
  letter-spacing: 1.5px;
  line-height: 1.7;
}
html .wrapper .system {
  background-image: url(../imgs/back-length.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 10px 20px 10px;
  margin: 0 10px 20px;
  color: #000;
}
html .wrapper .system .system-title {
  text-align: center;
  font-size: clamp(3.5rem, 8.8vw, 4.5rem);
  letter-spacing: 7px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  html .wrapper .system .system-title {
    letter-spacing: 12px;
  }
}
html .wrapper .system .menu-text {
  text-align: left;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 30px;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 769px) {
  html .wrapper .system .menu-text {
    max-width: 850px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  html .wrapper .system .system-container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
html .wrapper .system .system-container .menu-warpper {
  margin-bottom: 20px;
}
html .wrapper .system .system-container .menu-warpper .menu-top {
  border-top: #ffffff 2px solid;
  padding: 10px 10px;
}
@media screen and (min-width: 769px) {
  html .wrapper .system .system-container .menu-warpper .menu-top {
    padding: 10px 30px;
  }
}
html .wrapper .system .system-container .menu-warpper .menu-top .menu-big {
  display: flex;
  justify-content: space-between;
}
html .wrapper .system .system-container .menu-warpper .menu-top .menu-big p {
  text-align: center;
  width: 50%;
  font-size: clamp(1.6rem, 3.7vw, 2.5rem);
}
html .wrapper .system .system-container .menu-warpper .menu-center {
  border-top: #ffffff 2px dotted;
  padding: 6px 0px;
}
html .wrapper .system .system-container .menu-warpper .menu-center .manu-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .wrapper .system .system-container .menu-warpper .menu-center .manu-inner .menu-fee {
  width: 100%;
  padding: 0 2px;
}
@media screen and (min-width: 769px) {
  html .wrapper .system .system-container .menu-warpper .menu-center .manu-inner .menu-fee {
    padding: 0 5px;
  }
}
html .wrapper .system .system-container .menu-warpper .menu-center .manu-inner .menu-fee .menu-fee-item {
  display: flex;
  justify-content: space-between;
  padding: 0 1vw;
}
html .wrapper .system .system-container .menu-warpper .menu-center .manu-inner .menu-fee .menu-fee-item .text {
  letter-spacing: 1.3px;
  font-size: clamp(1.3rem, 3.4vw, 2.3rem);
}
html .wrapper .system .system-container .menu-warpper .menu-center .manu-inner .menu-fee .menu-fee-item .money {
  width: 60%;
  text-align: end;
  font-size: clamp(1.5rem, 3.7vw, 2.3rem);
}
html .wrapper .system .system-container .menu-warpper .menu-bottom {
  padding-top: 10px;
  border-top: #ffffff 2px dotted;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
html .wrapper .system .system-container .menu-warpper .menu-bottom .manu-inner {
  width: 100%;
}
html .wrapper .system .system-container .menu-warpper .menu-bottom .manu-inner .menu-service p {
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
}
html .wrapper .system .system-container .menu-warpper #slide .slider img {
  width: 100%;
}
html .wrapper .viproom {
  margin-bottom: 40px;
  padding: 0 10px;
}
html .wrapper .viproom ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  html .wrapper .viproom ul li {
    margin-bottom: 20px;
  }
}
html .wrapper .viproom p {
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  letter-spacing: 0.5px;
}
html .wrapper .viproom .text-min {
  font-size: clamp(1.4rem, 3.7vw, 1.6rem);
  letter-spacing: 0.4px;
}
html .wrapper .vipsystem {
  background-image: url(../imgs/back-side.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  margin: 0 10px 40px;
  padding: 20px 10px 20px 10px;
}
html .wrapper .vipsystem h2 {
  margin-bottom: 20px;
}
html .wrapper .vipsystem .vipsystem-warpper {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
  padding: 10px 0;
}
html .wrapper .vipsystem .vipsystem-warpper .vipsystem-inner {
  display: flex;
  margin-bottom: 30px;
}
html .wrapper .vipsystem .vipsystem-warpper .vipsystem-inner p {
  font-size: clamp(1.7rem, 4.533vw, 2.5rem);
}
html .wrapper .vipsystem .vipsystem-warpper .vipsystem-inner:last-child {
  margin-bottom: 0;
}
html .wrapper .gallery {
  margin-bottom: 50px;
}
html .wrapper .gallery .gallery-text h2 {
  text-align: center;
  margin-bottom: 40px;
}
html .wrapper .gallery .gallery-text p {
  font-size: clamp(1.6rem, 4.2vw, 2rem);
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  html .wrapper .gallery .gallery-text p {
    margin-bottom: 50px;
    text-align: center;
  }
}
html .wrapper .gallery .gallery-content {
  width: 100%;
  height: 100%;
  max-height: 700px;
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px 15px;
  grid-template-areas: "item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01" "item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01" "item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01" "item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01" "item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01 item-01" "item-02 item-02 item-02 item-02 item-02 item-02 item-02 item-03 item-03 item-03 item-03 item-03 item-03 item-03" "item-02 item-02 item-02 item-02 item-02 item-02 item-02 item-03 item-03 item-03 item-03 item-03 item-03 item-03" "item-02 item-02 item-02 item-02 item-02 item-02 item-02 item-03 item-03 item-03 item-03 item-03 item-03 item-03" "item-02 item-02 item-02 item-02 item-02 item-02 item-02 item-03 item-03 item-03 item-03 item-03 item-03 item-03" "item-02 item-02 item-02 item-02 item-02 item-02 item-02 item-03 item-03 item-03 item-03 item-03 item-03 item-03" "item-04 item-04 item-04 item-04 item-04 item-04 item-04 item-05 item-05 item-05 item-05 item-05 item-05 item-05" "item-04 item-04 item-04 item-04 item-04 item-04 item-04 item-05 item-05 item-05 item-05 item-05 item-05 item-05" "item-04 item-04 item-04 item-04 item-04 item-04 item-04 item-05 item-05 item-05 item-05 item-05 item-05 item-05" "item-04 item-04 item-04 item-04 item-04 item-04 item-04 item-05 item-05 item-05 item-05 item-05 item-05 item-05" "item-04 item-04 item-04 item-04 item-04 item-04 item-04 item-05 item-05 item-05 item-05 item-05 item-05 item-05";
}
@media screen and (min-width: 769px) {
  html .wrapper .gallery .gallery-content {
    max-height: 1200px;
    gap: 30px 30px;
  }
}
html .wrapper .gallery .grid-item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
html .wrapper .gallery .item-01 {
  grid-area: item-01;
}
html .wrapper .gallery .item-02 {
  grid-area: item-02;
}
html .wrapper .gallery .item-03 {
  grid-area: item-03;
}
html .wrapper .gallery .item-04 {
  grid-area: item-04;
}
html .wrapper .gallery .item-05 {
  grid-area: item-05;
}
html .wrapper .sns {
  text-align: center;
  margin-bottom: 70px;
}
html .wrapper .sns h3 {
  font-size: clamp(2rem, 5.3vw, 3rem);
  margin-bottom: 30px;
  letter-spacing: 3px;
}
html .wrapper .sns a {
  text-align: center;
}
html .wrapper .sns a img {
  width: 20%;
  max-width: 120px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  html .wrapper .sns a img {
    width: 130px;
    max-width: 130px;
  }
}
html .wrapper .recruit {
  margin-bottom: 40px;
}
html .wrapper .recruit h2 {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 6px;
}
@media screen and (min-width: 769px) {
  html .wrapper .recruit h2 {
    letter-spacing: 9px;
  }
}
html .wrapper .recruit table {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #c5c5c5;
}
@media screen and (min-width: 769px) {
  html .wrapper .recruit table {
    padding: 40px 0;
  }
}
html .wrapper .recruit table tbody tr {
  vertical-align: baseline;
}
html .wrapper .recruit table tbody tr th,
html .wrapper .recruit table tbody tr td {
  color: #000;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  letter-spacing: 1.2px;
  line-height: 1.5;
  padding: 5px;
}
html .wrapper .recruit table tbody tr th a,
html .wrapper .recruit table tbody tr td a {
  color: #000;
  text-decoration: none;
}
html .wrapper .recruit table tbody tr th {
  line-height: 1.5;
  width: 25%;
}
html .wrapper .access {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
html .wrapper .access h2 {
  text-align: center;
}
html .wrapper .access .map iframe {
  padding: 0 20px 0;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 769px) {
  html .wrapper .access .map iframe {
    height: 550px;
  }
}
html .wrapper .access img {
  filter: invert(100%);
  width: 60%;
  padding: 60px 0 30px;
  max-width: 500px;
}
html .wrapper .access table {
  width: 100%;
  max-width: 500px;
  padding: 0 25px;
  margin: 0 auto 50px;
}
html .wrapper .access table tbody tr {
  vertical-align: baseline;
}
html .wrapper .access table tbody tr th,
html .wrapper .access table tbody tr td {
  color: #fff;
  font-size: clamp(1.5rem, 3.7vw, 1.9rem);
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding: 5px;
}
html .wrapper .access table tbody tr th a,
html .wrapper .access table tbody tr td a {
  text-decoration: none;
}
html .wrapper .access table tbody tr td {
  text-align: left;
}
html .wrapper .access table tbody tr th {
  width: 25%;
}
html footer p {
  text-align: center;
  font-size: clamp(1.3rem, 2.9vw, 1.5rem);
}/*# sourceMappingURL=meerj.css.map */