@charset "utf-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
/* 画像
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
/* wrapp
-----------------------------------------------------------*/
.wrapp {
  position: relative;
  width: 100%;
  padding-top: 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
/* ヘッダー
-----------------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem 1.5rem;
  background: #000;
}
h1.logo {}
h1.logo img {
  max-width: 175px;
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 80%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 10px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 38px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #000;
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
.navigation-pc {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
.header-pc {
  display: none;
}
/* タブレット～*/
@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
  .navigation-pc {
    display: block;
  }
  .navigation__link-pc {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
  }
  .navigation__list-pc {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navigation__list-item-pc:first-child {
    border-top: none;
  }
  .navigation__list-item-pc {
    border: none;
    padding: 0 0.5rem
  }
  .navigation__link-pc {
    font-size: 0.9rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #fff;
  }
}

/* aside
-----------------------------------------------------------*/
aside.sidebar{
	color: #fff;
    position: fixed;
    z-index: 10;
    padding: 1rem 0rem;
    background: #000;
    width: 9vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
aside.side-recruit{
	width: 8vh;
	color: #000;
    background: linear-gradient(335deg, rgba(39, 34, 23, 1) 0%, rgba(39, 34, 23, 1) 5%, rgba(101, 58, 1, 1) 18%, rgba(156, 98, 18, 1) 31%, rgba(218, 145, 38, 1) 39%, rgba(218, 145, 38, 1) 43%, rgba(167, 116, 21, 1) 50%, rgba(167, 116, 21, 1) 62%, rgba(245, 200, 99, 1) 71%, rgba(245, 200, 99, 1) 77%, rgba(165, 124, 33, 1) 85%, rgba(114, 83, 22, 1) 100%);
}
.elm{
	transition: .2s;
    opacity: 0;
}
.side-left{
    left: 0;
    bottom: 150px;
    border-radius: 0 1rem 1rem 0;
}
.side-right{
    right: 0;
    bottom: 150px;
    border-radius: 1rem 0 0 1rem;
}
.sidebar-head{
	font-family:  YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.0rem;
	color: #fff;
	line-height: 1.5rem;
	margin: 0 0 1rem 0 ;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
aside.side-recruit .sidebar-head{
	margin-bottom: 0;
}
aside.side-recruit .sidebar-head a{
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.0); 
	font-size: 1.0rem;
    line-height: 1.2rem;
}
.sidebar ul{
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebar ul li{
}
.sidebar ul li a{
	display: block;
}
.sidebar ul li a img{
	
}
.side-left a{
    display: block;
}
/* h2 category
-----------------------------------------------------------*/
.category-line {
  margin: 0;
  padding: 1rem 1.5rem;
  background: #000;
}
h2.category {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1rem;
}
h2.category .category-sub {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 0.8rem;
  padding: 0 0 0 1rem;
}
.category-vip-line {
  margin: 0 0 2rem 0;
  padding: 1rem;
  background: linear-gradient(90deg, rgba(39, 34, 23, 1) 0%, rgba(39, 34, 23, 1) 5%, rgba(101, 58, 1, 1) 18%, rgba(156, 98, 18, 1) 31%, rgba(218, 145, 38, 1) 39%, rgba(218, 145, 38, 1) 43%, rgba(167, 116, 21, 1) 50%, rgba(167, 116, 21, 1) 62%, rgba(245, 200, 99, 1) 71%, rgba(245, 200, 99, 1) 77%, rgba(165, 124, 33, 1) 85%, rgba(114, 83, 22, 1) 100%);
}
.category-vip {
  font-size: 1rem;
}
/* タブレット～*/
@media (min-width: 768px) {
  h2.category {
    text-align: center;
  }
}
/* container
-----------------------------------------------------------*/
.container {
  width: 90%;
  margin: 0 auto;
}
/* タブレット～*/
@media (min-width: 768px) {
  .container {
    width: 70%;
    margin: 0 auto;
    max-width: 768px;
  }
}
/* Topメインビジュアル
-----------------------------------------------------------*/
.main-video-wrap{
  width: 100%;
  height: auto;
  background-color: #000;
  background-size: cover;
}
.main-video{
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.main {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url("../images/main-bg.webp") no-repeat center;
  background-size: cover;
}
.main img {
  width: 80%;
  height: 100%;
  max-width: 300px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0px 2px 3px #000);
}
/* タブレット～*/
@media (min-width: 768px) {
  .main {
    background: url("../images/main-bg-pc.webp") no-repeat center;
    background-size: contain;
    background-color: #000;
  }
}
/* system
-----------------------------------------------------------*/
.system-list {
  padding: 2rem 0;
}
.system-list::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/system-bg.webp");
  background-size: cover;
}
.system-list-wrapp {
  width: 75%;
  margin: 0 auto;
  max-width: 400px;
}
.system-list dl {
  margin: 0 auto 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.system-list dl:last-of-type {
  margin-bottom: 0;
}
.system-list dl dt, .system-list dl dd, .system-attention {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.system-list dl dt, .system-list dl dd {
  font-size: 1rem;
}
.system-attention {
  font-size: 0.8rem;
  margin: 0 auto 2rem;
  width: 100%;
}
/*crown.png css*/
.system-list dl dt img {
  text-align: center;
  margin: 0 0 0.5rem 0;
}
/*VIP*/
.system-vip-img {
  width: 90%;
  max-width: 680px;
  margin: 0 auto 4rem;
}
.vip-room-ttl, .vip-room-txt, .vip-room-txt-s, .vip-room-attention {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.vip-room-ttl {
  font-size: 1.5rem;
  line-height: 1rem;
  font-family: 'Quattrocento', serif;
  font-weight: 100;
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #fff;
}
.system-vip-img img {
  margin: 0 0 0.5rem 0;
}
.vip-room-ttlbox {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 1rem;
}
.vip-system-list {
  width: 84%;
  margin: 0 auto;
  max-width: 400px;
}
.vip-system-list dl {
  margin: 0 auto 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.vip-system-list dl:last-of-type {
  margin-bottom: 0rem;
}
.vip-system-list dl dt, .vip-system-list dl dd, .vip-system-attention {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.vip-system-list dl dt, .vip-system-list dl dd {
  font-size: 1rem;
}
.vip-system-attention {
  font-size: 0.8rem;
  margin: 0 auto 2rem;
  width: 90%;
}
.vip-room-attention {
  font-size: 0.8rem;
  width: 90%;
  line-height: 1rem;
}
.vip-room-txt {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto 1.5rem;
  text-align: justify;
}
.vip-room-txt-s {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.vip-box {
  display: flex;
}
.vip-box ul {
  text-align: center;
  width: 50%;
}
.vip-box li {
  color: #fff;
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
/* タブレット～*/
@media (min-width: 768px) {
  .system-list {
    padding: 2rem 0;
  }
  .system-list::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("../images/system-bg-pc.webp");
    background-size: cover;
  }
  .system-vip-img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vip-img {
    margin: 0 0 1rem 0;
  }
  .vip-pc-column {
    display: flex;
    flex-direction: column;
  }
}
/* recruit
-----------------------------------------------------------*/
.recruit-bnr {
  background: url("../images/recruitBG.webp") no-repeat center;
  background-color: #000;
  width: 100%;
}
.recruit-bnr img {
  margin: 0 auto;
  max-width: 398px;
}
.recruit-bnr-txt {
  background: linear-gradient(90deg, rgba(133, 0, 35, 1) 0%, rgba(255, 0, 18, 1) 100%);
}
.recruit-bnr-txt a{
  display: block;
  padding: 0.5rem 0;
  color: #fff;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1rem;
}
.recruit-jobdsc {
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/recruit-bg.webp");
  background-size: cover;
}
.recruit-list-wrapp {
  margin: 0 0 1rem 0;
}
.recruit-jobdsc h3.recruit-jobdsc-ttl {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 1rem;
}
.recruit-jobdsc .recruit-jobdsc-list {
  border-top: 1px dotted #fff;
  display: flex;
  margin: 0 0 0 0;
  padding: 0.5rem 0 0.5rem 1rem;
}
.recruit-jobdsc .recruit-jobdsc-list:last-child {
  border-bottom: 1px dotted #fff;
}
.recruit-jobdsc .recruit-jobdsc-list dt {
  width: 50%;
  color: #ff9648;
  text-align: left;
}
.recruit-jobdsc .recruit-jobdsc-list dd {
  width: 50%;
  color: #fff;
  text-align: center;
}
.inst-btn {
  margin: 0 0 1rem 0;
}
.inst-btn a {
  display: block;
}
.recruit-bnr-inst {
  padding: 0.5rem 2rem;
  background: linear-gradient(90deg, rgba(247, 181, 45, 1) 0%, rgba(214, 0, 81, 1) 35%, rgba(229, 22, 115, 1) 65%, rgba(29, 32, 135, 1) 100%);
  ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-bnr-inst .inst-icn {}
.recruit-bnr-inst .logo-inst img {
  max-width: 180px;
}
.recruit-bnr-inst .inst-icn img {
  max-width: 40px;
}
.recruit-bnr-tel {
  text-align: center;
  margin-bottom: 2rem;
}
.recruit-bnr-tel a {
  padding: 1rem 2rem;
  display: block;
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: #fff;
  color: #000;
}
.recruit-img-sp{display: block;}
.recruit-img-pc{ display: none;}
/* タブレット～*/
@media (min-width: 768px) {
.recruit-img-sp{display: none;}
.recruit-img-pc{display: block;}
	
  }
/* info
-----------------------------------------------------------*/
.information {
  background: #fff;
}
.info-img {
  display: flex;
  flex-direction: column;
  background: #000;
}
.info-video {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.info-img-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.info-txt {
  width: 75%;
  max-width: 300px;
  margin: 0 auto;
  padding: 4rem 0;
}
.info-txt-box {
  border-left: 2px solid #000;
}
.info-txt-box dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0.5rem 0;
}
.info-txt-box dl:last-child {
  padding-bottom: 0;
}
.info-txt-box dl dt, .info-txt-box dl dd {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0 1rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.info-txt-box dl dt {
  flex: 1;
  text-align: justify;
  text-align-last: justify;
}
.info-txt-box dl dd {
  flex: 2.8;
  text-align: left;
}
.info-txt-box dl dd.text-aline-justify {
  text-align: justify;
  text-align-last: justify;
}
/* タブレット～*/
@media (min-width: 768px) {
  .info-txt {
    max-width: 400px;
  }
  .info-txt-box dl dt, .info-txt-box dl dd {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
  .info-txt-box dl dd {
    flex: 1.8;
  }
}
/* access
-----------------------------------------------------------*/
.access {
  padding: 4rem 0;
  background: #fff;
}
.g-map {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
iframe {
  width: 100%;
  height: 190px;
  border: none;
}
@media (min-width: 768px) {
  iframe {
    height: 300px;
  }
}
/* sns
-----------------------------------------------------------*/
.sns {
  padding: 2rem 0;
  background: #fff;
}
.sns-info-copy {
  margin: 0 0 2.5rem 0;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1rem;
}
.sns-info-icon {
  display: flex;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0 0 0 0;
  align-items: center;
  justify-content: space-around;
}
/* footer
-----------------------------------------------------------*/
footer {
  padding: 1rem 0;
  background: #000;
  text-align: center;
}
.copy {
  font-size: 0.8rem;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/* .ScrollTop-btn
-----------------------------------------------------------*/
#page-top {
  width: 60px;
  height: 60px;
  font-size: 24px;
  position: fixed;
  right: 1%;
  bottom: 60px;
}
#page-top a {
  color: #fff;
  text-align: center;
  padding: 0 25%;
  background: #222;
  border-radius: 10em;
  display: block;
  text-decoration: none;
  line-height: 60px;
  opacity: 0.8;
}
#page-top a:hover {
  opacity: 0.5;
}