@charset "UTF-8";

body {
  background-color: #fff;
}

#header, .mainArea {
  background-color: #000;
}

.container {
  max-width: 1300px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1340px) {
  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#header a {
  color: #fff;
}

#header.nav-fix {
  top: 0;
  background-color: rgba(0, 0, 0, .9);
}

#header .container ul.gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-family: serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header .container ul.gnav-menu li {
  margin-left: 1em;
  margin-right: 1em;
}

@media screen and (max-width: 639px) {
  #header .container ul.gnav-menu {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  #header .container ul.gnav-menu {
    flex-wrap: wrap;
    font-size: 14px;
  }

  #header .container ul.gnav-menu li {
    width: 40%;
  }
}

.mainmv {
  position: relative;
  min-height: 1000px;
  background: url(../images/lionshinjuku-bld/bg202303.webp) no-repeat top center #000;
  background-size: cover;
}

@media screen and (max-width: 639px) {
  .mainmv {
    min-height: 600px;
  }
}

@media screen and (max-width: 480px) {
  .mainmv {
    min-height: 480px;
  }
}

.mainmv::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, transparent 70%, #000);
  background: -webkit-linear-gradient(bottom, transparent 70%, #000);
  background: linear-gradient(to bottom, transparent 70%, #000);
  z-index: 1;
}

.mainmv #header .container {
  position: absolute;
  top: 920px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 639px) {
  .mainmv #header .container {
    top: 550px;
  }
}

@media screen and (max-width: 480px) {
  .mainmv #header .container {
    top: 440px;
  }
}

.mainmv #header.nav-fix {
  position: fixed;
  top: 0;
  height: 4.5em;
  background-color: rgba(0, 0, 0, .9);
}

@media screen and (max-width: 480px) {
  .mainmv #header.nav-fix {
    height: 6.5em;
  }
}

.mainmv #header.nav-fix .container {
  position: static;
  height: 1em;
  padding-top: 20px;
}

@media screen and (max-width: 480px) {
  .mainmv #header.nav-fix .container {
    padding-top: 30px;
  }
}

.mainmv #header .backlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 100;
  text-align: right;
}

.mainmv #header .backlink a {
  display: inline-block;
  background-color: #FFF000;
  padding: 7px 10px 5px;
  line-height: 1;
}

.mainmv #header .backlink a img {
  max-width: 150px;
}

.mainmv #header.nav-fix .backlink a {
  padding: 5px 10px 5px;
}

.mainmv #header.nav-fix .backlink a img {
  max-width: 90px;
}

@media screen and (max-width: 639px) {
  .mainmv #header .backlink a img {
    max-width: 90px;
  }
}

.mainmv h1 {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  /*  max-width: 400px;*/
  z-index: 5;
  width: 100%;
  text-align: center;
}

.mainmv h1 img {
  max-width: 400px;
}

@media screen and (max-width: 639px) {
  .mainmv h1 {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .mainmv h1 img {
    max-width: 300px;
  }
}

.mainArea h2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mainArea h2 img {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .mainArea h2 img {
    width: 90%;
  }
}

.mainArea h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #E3A919;
  margin: 0 auto 0px;
  max-width: 1200px;
}

@media screen and (max-width: 1420px) {
  .mainArea h3 {
    width: 90%;
  }
}

.mainArea>h3:nth-of-type(3), .mainArea>h3:nth-of-type(2) {
  text-align: center;
}

@media screen and (max-width: 1420px) {
  .mainArea>h3:nth-of-type(3), .mainArea>h3:nth-of-type(2) {
    text-align: left;
  }
}

@media screen and (max-width: 639px) {
  .mainArea h3 {
    font-size: 20px;
  }
}

.mainArea p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  margin: 0 auto 0px;
}

@media screen and (max-width: 639px) {
  .mainArea p {
    font-size: 16px;
  }
}

.mainArea section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0px;
  padding-bottom: 80px;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1420px) {
  .mainArea section {
    width: 90%;
  }
}

.mainArea>section:first-of-type {
  max-width: 1200px;
}

@media screen and (max-width: 1220px) {
  .mainArea>section:first-of-type {
    width: 90%;
  }
}

.mainArea>h3:first-of-type, .mainArea>p:first-of-type {
  margin: 0 auto 0px;
  max-width: 1200px;
}

@media screen and (max-width: 1220px) {
  .mainArea>h3:first-of-type, .mainArea>p:first-of-type {
    width: 90%;
  }
}

.mainArea>p:first-of-type {
  margin: 0 auto 15px;
}

.mainArea section div.textarea h3, .mainArea section div.textarea p {
  width: 80%;
}

.mainArea section div.textarea p {
  margin-bottom: 15px;
}

@media screen and (max-width: 840px) {
  .mainArea section {
    display: block;
  }

  .mainArea section div.textarea h3, .mainArea section div.textarea p {
    width: 100%;
  }
}

/* fleximglist */

.fleximglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0px;
  max-width: 1200px;
}

.fleximglist li {
  width: 48%;
  margin-top: 20px;
}

/* gallery */

.gallery {
  width: 100%;
  position: relative;
}

.flexgallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery .slider-pict img {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.flexgallery .slider-pict {
  width: 55%;
  margin-top: 25px;
  position: relative;
}

.gallery .slide-item {
  position: relative;
}

.gallery button.slick-prev, .gallery button.slick-next {
  z-index: 2;
}

.gallery .slick-prev::before {
  font-family: "lionicon";
  position: relative;
  content: "\f104";
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  opacity: 1;
}

.gallery .slick-next::before {
  font-family: "lionicon";
  position: relative;
  content: "\f105";
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  opacity: 1;
}

.gallery .slider-pict .slick-prev {
  left: 0px;
  top: 47%;
}

.gallery .slider-pict .slick-next {
  right: 20px;
  top: 47%;
}

.gallery .slick-prev:hover:before {
  animation: arrow_prev .5s ease-out forwards;
}

@keyframes arrow_prev {
  0% {
    right: 0px;
  }

  50% {
    right: 5px;
  }

  100% {
    right: 0;
  }
}

.gallery .slick-next:hover:before {
  animation: arrow_next .5s ease-out forwards;
}

@keyframes arrow_next {
  0% {
    left: 0px;
  }

  50% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

.gallery .thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 25px;
}

.flexgallery .thumbnail-list {
  width: 43%;
  margin-left: 2%;
}

.gallery .thumbnail-item {
  width: 15.6%;
  min-height: 80px;
  margin-right: 1%;
  margin-bottom: 5px;
  opacity: 0.5;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.gallery .thumbnail-item:nth-child(6n) {
  margin-right: 0%;
}

.flexgallery .thumbnail-item {
  width: 32%;
}

.flexgallery .thumbnail-item:nth-child(3n) {
  margin-left: 0%;
}

.gallery .thumbnail-item img {
  height: 100%;
  object-fit: cover;
}

.gallery .thumbnail-current {
  opacity: 1;
}

@media screen and (max-width: 840px) {
  .gallery {
    display: block;
    width: 100%;
  }

  .gallery {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .gallery #slider-pict {
    width: 100%;
  }

  .flexgallery .slider-pict {
    width: 100%;
  }

  .gallery .thumbnail-list {
    width: 100%;
    margin: 20px auto 0px;
  }

  .gallery .thumbnail-item {
    width: 13.4%;
    min-height: 80px;
    margin-right: 1%;
  }

  .gallery .thumbnail-item:nth-child(6n) {
    margin-right: 1%;
  }

  .gallery .thumbnail-item:nth-child(7n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 540px) {
  .gallery .thumbnail-item {
    width: 24.2%;
    min-height: 80px;
    margin-right: 1%;
  }

  .gallery .thumbnail-item:nth-child(4n) {
    margin-right: 0%;
  }

  .gallery .thumbnail-item:nth-child(7n) {
    margin-right: 1%;
  }
}

.container.floor h2 {
  border-bottom: none;
  background: url(../images/lionshinjuku-bld/bg_title.png) no-repeat top center;
  background-size: contain;
  padding-bottom: 50px;
  padding-top: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container.floor h2 img {
  width: auto;
}

.container.floor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.container.floor ul:after {
  content: "";
  width: 30%;
}

.container.floor ul li {
  width: 31%;
  margin-bottom: 50px;
  position: relative;
}



@media screen and (max-width: 840px) {
  .container.floor ul li {
    width: 48%;
  }
}

@media screen and (max-width: 540px) {
  .container.floor ul li {
    width: 100%;
  }
}

.container.floor ul li a figure {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.container.floor ul li a figure img {
  display: block;
  transition-duration: 0.5s;
}

.container.floor ul li a:hover figure img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.container.floor ul li h3 {
  margin-top: 10px;
  font-size: 22px;
  color: #E3A919;
}

.container.floor ul li h4 {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .8);
}

.container.floor ul li a:hover h4 {
  z-index: 50;
}

.container.floor ul li h4 span {
  background-color: #000;
  color: #FFF000;
  display: inline-block;
  width: 80px;
  max-width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: serif;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container.floor ul li:first-of-type h4 span {
  padding-top: 10px;
  line-height: 30px;
}

.container.floor ul li h4 img {
  width: 40%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.container.floor ul li:first-of-type h4 img, .container.floor ul li:nth-of-type(5) h4 img {
  width: 40%;
}

@media screen and (max-width: 840px) {
  .container.floor ul li h4 span {
    width: 4.4em;
  }
}

@media screen and (max-width: 580px) {
  .container.floor ul li h4 img {
    width: 40%;
  }
}

.shop_info .unit_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: none;
}

.shop_info .unit_table dt {
  width: 25%;
  padding: 20px;
  flex-shrink: 1;
  font-weight: bold;
  background-color: #fff;
  border-right: 1px solid #FDD777;
  border-bottom: 1px solid #F0E9DB;
}

@media screen and (max-width: 480px) {
  .unit_table dt {
    border-left: none;
  }
}

.shop_info .unit_table dd {
  width: 75%;
  border-right: none;
}

.shop_info .unit_table dt:last-of-type {
  border-bottom: none;
}

.shop_info .unit_table dd:last-child {
  border-bottom: none;
}

.shop_info .unit_table dd:last-of-type span+h5 {
  margin-bottom: 20px;
}

.shop_info .unit_table dd:last-of-type span+h5:last-of-type {
  margin-bottom: 0px;
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information .shop_info {
  width: 50%;
}

.information .map {
  width: 45%;
}

@media screen and (max-width: 940px) {
  .information {
    display: block;
  }

  .information .shop_info {
    width: 100%;
  }

  .information .map {
    width: 100%;
    margin-top: 30px;
    height: 400px;
  }
}