@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: -
Template: lightning
Description: -
Author: -
Tags: 
Version: 0.1.2
*/

/* Common */

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
    HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana,
    "メイリオ", Meiryo, sans-serif;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}
a img {
  transition: 0.5s;
}
a img:hover {
  transform: scale(0.9, 0.9);
}

.txt70 {
  font-size: 70%;
}
.txt80 {
  font-size: 80%;
}
.txt90 {
  font-size: 90%;
}
.txt110 {
  font-size: 110%;
}
.txt120 {
  font-size: 120%;
}
.txt130 {
  font-size: 130%;
}

.txtRed {
	color:#dd0000;
}

.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right !important;
}

.btnArea {
  margin: 0 0 20px;
}

.btnArea .btnEntry {
  width: 100%;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 130%;
  text-decoration: none;
  text-align: center;
  background: #c5b8a8; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #998772;
  border-radius: 3px;
}
.btnArea .btnEntry:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}
.btnArea .btnEntry a {
  color: #fff;
}
.btnArea .btnReserve {
  width: 100%;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 130%;
  text-decoration: none;
  text-align: center;
  background: #f89174; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #dd0000;
  border-radius: 3px;
}
.btnArea .btnReserve:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}
.btnArea .btnReserve a {
  color: #fff;
}

  /* Line Entry Button  */

.btnLineEntry {
	   width: 100%;
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 130%;
    text-decoration: none;
    text-align: center;
    background: #4CC764;
    color: #fff;
    border-bottom: solid 4px #01A60F;
    border-radius: 3px;
}
.btnLineEntry a {
	    color: #fff;
}

.btnArea .btnLineEntry:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}



.home .siteContent {
  padding: 0;
}


/* Mobile menu style */

.vk-mobile-nav-menu-btn,
.vk-menu-acc .acc-btn {
  border: #fff !important;
}

/* Flexbox style */

.flexbox-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
}
.flexbox-container li {
  width: 92%;
  height: inherit;
  margin: 0 2% 0 0;
  padding: 20px auto;
}
.flexbox-container li:last-child {
  margin: 0;
}

/* Flexbox Shadow */
.flexbox-shadow li {
  -moz-box-shadow: 2px 2px 19px 0px rgba(209, 209, 209, 0.63);
  -webkit-box-shadow: 2px 2px 19px 0px rgba(209, 209, 209, 0.63);
  -ms-box-shadow: 2px 2px 19px 0px rgba(209, 209, 209, 0.63);
  box-shadow: 2px 2px 19px 0px rgba(209, 209, 209, 0.63);
}

/* Flexbox Start */
.flexbox-containerStart {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  list-style-type: none;
}
.flexbox-containerStart li {
  margin: 0 2% 0 0;
  padding: 20px auto;
}

/* Flexbox center */
.flexbox-containerCenter {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.flexbox-containerCenter li {
  width: 23%;
  margin: 0 2% 0 0;
  padding: 20px auto;
}



/* ----------------------------------------------------------------------
 Table scroll for SP
---------------------------------------------------------------------- */

.tblSlider  {
  margin:0 0 3em;
  overflow: auto;
  white-space: nowrap;
}


/* ----------------------------------------------------------------------
 Media Queary
---------------------------------------------------------------------- */

@media screen and (max-width: 896px) {
  .row {
    margin: 0 !important;
    padding: 0 1%;
  }

  #subNav .menu_inner li {
    padding: 1px 0 1px 12px;
  }

  .topConcept h2 {
    font-size: 5vw;
  }
  .topConcept .linkDetail {
    margin: 50px 0 0;
    padding: 5px 0;
  }
  .topConcept .conceptTxt {
    margin: 84px 0 0;
    padding: 0 10px;
    text-align: left;
  }

  .subCalendar .subNavtxt {
    margin: 20px 0 0 !important;
    padding: 0;
  }

  .swiper-container .swiper-slide .text {
    width: 70%;
    position: absolute;
    top: 40px;
    right: 15%;
  }

  .floorDetails {
    display: block;
  }
  .floorDetails li {
    width: 100%;
    margin: 20px auto;
  }
  .flexbox-container {
    display: block;
  }
  .flexbox-container li {
    width: 100%;
    margin: 20px auto;
  }

  /* Flexbox center */
  .flexbox-containerCenter {
    display: block;
  }
  .flexbox-containerCenter li {
    width: 100%;
    margin: 20px auto;
  }

  /* Flexbox Start */
  .flexbox-containerStart {
    display: block;
  }
  .flexbox-containerStart li {
    width: 100%;
    margin: 20px auto;
  }

}
