@media(max-width: 767px){/*以下sp用のcss*/
  .sp{
    display:block!important;
  }
  .pc{
    display:none!important;
  }

  /*以下共通部分*/

  header{
    height:60px;
  }

  .header-relative{
    position: relative;
  }

  .header-flame{
    width:100%;
    height:60px;
    padding:0 20px;

  }

  .header-title a{
    display: flex;
  }
  .header-title img{
    width:45px;
    height:25px;
    margin-right:5px;
    margin-top:18px;
  }

  .header-title h1{
    color:#ffffff;
    margin-top:15px;
    font-size: 20px;
  }

  .header-menu{
    display:none;
  }

  .menu-border{
    margin:auto 0;
    width:27px;
    height:20px;
    position: relative;
  }

  .menu-border .border{
    position: absolute;
    width:27px;
    height:3px;
    background:#ffffff;
    border-radius: 1px;
    transition-duration: 0.3s;
  }

  .border1{
    top:0;
  }

  .border2{
    top:0;
    bottom:0;
    margin:auto;
  }

  .border3{
    bottom:0;
  }

  .header-menu-list-sp{
    position: absolute;
    top:60px;
    padding:20px 20px 40px 20px;
    background:#000000;
    z-index:9;
    width: 100%;
    display: none;
  }

  .header-menu-list-sp > .menu > ul > li >a{
    font-size: 16px;
    font-weight: bold;
  }

  .header-menu-list-sp li{
    margin-bottom: 8px;
  }

  .header-menu-list-sp li ul.sub-menu{
    margin: 8px 0 0 24px;
  }

  .header-menu-list-sp li ul.sub-menu li a{
    font-size: 14px;
  }

  .header-menu-list-sp li ul.sub-menu li a:before{
    content:"- "
  }

  .container{
    width:100%;
    padding:0 20px;
    margin:auto;
  }

  .page-container{
    width:100%;
    padding:0 20px;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-top{
    width:50px;
    height:50px;
    background:#DED9D9;
    color:#333333;
    position:fixed;
    bottom:30px;
    right:30px;
    text-align: center;
    cursor:pointer;
    display:none;
  }

  .page-top i {
  padding-top:8px;
  }

footer{
  background:#333333;
  color:#ffffff;
  padding:0;
  font-size:12px;
}

.footer-menu{
  display: none;
}

.footer-logo{
  text-align: center;
  margin-top:0px;
  margin-right:0px;
  padding:16px;
}

/*以上共通部分*/


/*以下トップページ*/

.menu > ul > li{
  margin-bottom:20px;
}

.main-img{
  display:none;
}

.main-img-sp{
  width:100%;
  height:90vh;
}

.main-img-sp .metaslider{
  width:100%;
  height:100%;
}

.main-img #metaslider_container_348,.main-img #metaslider_348{
  width:100%;
  height:100%;
}

.main-img-sp ul,.main-img-sp li{
  width:100%;
  height:100%!important;
}

.main-img-sp img{
  width:100%;
  max-width:100%;
  height:100%!important;
  object-position: center;
}

.main-img-text{
  position:absolute;
  top:100px;
  margin:auto;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  opacity:0.8;
}

#fade1,#fade2{
  display:none;
}

.las-charm{
  text-align: center;
  background:#020316;
  padding:30px 20px;
  color:#ffffff;
}

.las-charm > h1{
  margin-bottom:40px;
  font-size:16px;
}

.las-charm > p {
  margin-bottom:30px;
  font-size:12px;
  text-align: left;
}

.loop-slider-box-sp{
  width:90%;
  margin: 0 auto 30px;
  height:90px;
}

.slick-slide{
  width:100px;
}

.show-img-flame-sp{
  display:none;
  position:fixed;
  z-index:10;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  width:85%;
  height:75%;
  background:#000000;
}

.show-img-flame{
  margin:0;
  width:100%;
}

.show-img1-sp,.show-img2-sp,.show-img3-sp,.show-img4-sp,
.show-img5-sp,.show-img6-sp,.show-img7-sp{
  position:relative;
  display: none;
  background:#000000;
}

.show-img-flame-sp i {
  position:absolute;
  top:2px;
  right:2px;
  color:#ffffff;
  cursor:pointer;
}

.show-img-flame-sp img{
  width:80%;
  height:200px;
  display: block;
  position: static;
  margin:auto;
  padding-top:20px;
}

.show-img-text-sp{
  width:90%;
  height:100px;
  position: static;
  bottom:20px;
  right:0;
  left:0;
  margin:auto;
  color:#ffffff;
}

.show-img-text-sp h2{
  text-align: center;
  margin:5px 0 20px;
}

.show-img-text-sp p{
  text-align: left;
  font-size:12px;
  margin:0;
}

.loop-slider-box-sp{
  height:90px;
}

#loop-slider-sp li {
  width:100px;
}

#loop-slider-sp img{
  width:80px;
  height:80px;
  cursor:pointer;
}

.big:hover{
  transform: scale(1.3);
}

.loop-slider:after {
    content: "";
    display: none;
    clear: none;
}

.swiper-container {
  height:100px;
}

.swiper-container img {
  width:100px;
  height:100px;
  display: block;
  z-index:5;
  margin:auto;
}

.las-hotel{
  text-align: center;
  background:#000000;
  padding:30px 0 0;
  color:#ffffff;
}

.las-hotel > h1{
  margin-bottom:20px;
  font-size:16px;
}

.las-hotel > p {
  font-size:12px;
  text-align: left;
  padding:0 20px;
}

.hotel-alert{
  margin-top:15px;
  margin-bottom:30px;
  color:#ffffff;
  font-size:12px;
  text-align: left;
  padding:0 20px;
}


#slider{
  position: relative;
  overflow: hidden;
  width:40%;
  margin:auto;
}

#slider-box{
  width:1000%;
  display: flex;
}

.slider-image{
  width:10%;
  transition: all .7s ease;
  position:relative;
  height:150px;
}

.slider-image img{
  width:100%;
  max-width:100%;
  height:100%;
}

.hotel-control{
  margin-bottom:0;
  display:flex;
  flex-wrap: wrap;
}

.hotel {
  font-size: 20px;
  color:black;
  width:20%;
  text-align: center;
  padding-top:10px;
  padding-bottom:10px;
  cursor:pointer;
  background:#E4D5AE;
}

.hotel-control li {
  font-size:10px;
}

.hotel-control li:hover{
  background:#937433;
}

.flex-active{
  background:#937433;
}

.las-game{
  text-align: center;
  background:#032C05;
  padding:30px 0;
  color:#ffffff;
}

.las-game .container > h1{
  margin-bottom:20px;
  font-size:16px;
}

.las-game .container> p {
  margin-bottom:30px;
  font-size:12px;
  text-align: left;
}

.games{
  display: flex;
  flex-direction: column;
}
.game {
  width:100%;
  margin:20px auto;
  border:3px solid #ffffff;
  display: flex;
  justify-content: space-between;
}

.game-thumbnail{
  overflow: hidden;
}

.game img{
  width:150px;
  height:150px;
}

.game-text{
  width:57%;
  margin: 5px auto 0;
  position:relative;
}

.game-text h2{
  margin:0;
  font-size:14px;
}

.game-text p{
  margin-top:10px;
  font-size:12px;
  text-align: left;
}

.game-text a{
  font-weight:bold;
  display: block;
  position: absolute;
  bottom:5px;
  left:0;
  right:0;
  margin:auto;
  font-size:16px;
}

.game-text a:hover{
  text-decoration: underline;
}

.las-enter{
  text-align: center;
  background:#0E0223;
  padding:30px 10px;
  color:#ffffff;
}

.las-enter .container> h1{
  font-size:14px;
  margin-bottom:20px;
}

.las-enter .container> p {
  font-size:10px;
  text-align: left;
  margin-bottom:20px;
}

.pickup-title{
  text-align: center;
}

.pickup-items{
  display: flex;
  flex-direction: column;
}

.pickup-item-img{
  width:100%;
  height:50vw;
}

.pickup-item img{
  width:100%;
  max-width:100%;
  height:100%;
}

.pickup-item{
  margin-bottom:30px;
  width:100%;
}

/*以上トップページ*/


/*以下ホテルページ*/
.hotel-main{
  padding:20px 0 0 0;
  background:#ffffff;
  display: flex;
  flex-direction: column;
}

.hotel-info{
  text-align: center;
  background: #ffffff;
  width:100%;
  margin:0 auto;
}

.hotel-main-img{
  padding-top: 60px;
  background:#000000;
  position:relative;
  height:67vw;
}

.hotel-main-img img {
  display: block;
  opacity:0.5;
  width:100%;
  max-width:100%;
}

.hotel-title{
   color:#ffffff;
   opacity:0.6;
   font-weight: bold;
   position:absolute;
   top:80px;
   right:20px;
}

.hotel-title>h1{
  font-size:24px;
}

.hotel-info{
  text-align: left;
}

.hotel-info h2{
  color:#f00000;
  font-size:20px;
  text-align: center;
  margin-bottom:20px;
}

.hotel-info p{
  font-size:12px;
  color:#000000;
  line-height:1.8;
  font-weight: bold;
  margin-bottom:40px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom:40px;
  }

  .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .googlemap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom:40px;
  }

  .googlemap iframe,
  .googlemap object,
  .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }





.silk{
  color:blue;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top:30px;
}

.silk:hover{
  text-decoration: underline;
}

.hotel-detail{
  margin-top:80px;
}

.hotel-map {
  margin-top:60px;
  text-align: center;
}

table {
  border:1px solid #000000;
  width:90%;
  margin:20px auto;
  border-collapse: collapse;
}

.td-left{
  width:40%;
  background:#CFCECC;
  border:1px solid #000000;
  font-weight:bold;
  text-align: center;
  padding:5px 0;
}

.td-right{
  width:60%;
  border:1px solid #000000;
  font-weight:bold;
  text-align: center;
  padding:5px 0;
}

.td-right i{
  color:#E7EF1A;
}

.hotel-sidebar{
  text-align: center;
  width:100%;
  padding:20px 0;
}

.hotel-sidebar li:hover{
  text-decoration: underline;
  text-decoration-color: black;
}

.hotel-sidebar img{
  width:100%;
  max-width: 100%;
  object-position: center;
  height:58vw;
}

.hotel-sidebar h3 a{
  color:#000000;
}

.hotel-sidebar-hotel{
  margin-top:20px;
}
/*以上ホテルページ*/


/*以下ゲームページ*/
.game-main{
  padding:20px 0 0 0;
  background:#032C05;
  display: flex;
  flex-direction: column;
}

.game-main .page-container{
  padding: 0;
}


.game-main-img{
  padding-top: 60px;
  background:#000000;
  position:relative;
  height:67vw;
}

.game-main-img img {
  display: block;
  opacity:0.5;
  width:100%;
  max-width:100%;
}

.game-info{
  text-align: left;
  width:100%;
  margin:0 auto;
  padding:0 20px;
}

.game-info #toc_container{
width:100%;
margin:0 auto 30px;
background:#F9F9F9;
}

.game-info .toc_title{
color:#000000;
}

.game-info .toc_toggle{
color:#000000;
}

.game-info .toc_toggle a{
color:#01cbd7;
}

.game-info .toc_list a {
color:#01cbd7;
}

.game-title{
   color:#ffffff;
   opacity:0.6;
   font-weight: bold;
   position:absolute;
   top:80px;
   right:20px;

}

.game-title h1{
  font-size:24px;
}

.game-info{
  color:#ffffff;
}

.game-info > h2{
  margin-bottom:20px;
  text-align: center;
  font-size:20px;
}

.game-info > h3{
  font-size:16px;
}

.game-info > p{
  margin-bottom:40px;
  font-size:12px;
}



th{
  background:#CFCECC;
}

.roulette-table{
  background:#ffffff;
  padding:10px 0;
  border:5px solid #750A0A;
  border-radius:10px;
  border-collapse: collapse;
  margin:0 auto 30px;
}

.roulette-table td{
  padding:5px 10px;
}

.bj-table{
  background:#ffffff;
  padding:10px 0;
  border:5px solid #750A0A;
  border-radius:10px;
  border-collapse: collapse;
  margin:0 auto 30px;
}

.bj-table td{
  padding:5px 20px;
}



.game-sidebar{
  text-align: center;
  width:100%;
  height:auto;
  background:#750A0A;
  padding:20px 20px;
}

.game-sidebar > h1{
  color:#ffffff;
  font-weight:bold;
}

.game-sidebar li:hover{
  text-decoration: underline;
}

.game-sidebar img{
  width:100%;
  max-width: 100%;
  height:58vw;
  object-position: center;
}

.game-sidebar p{
  color:#ffffff;
}

.game-sidebar-game{
  margin-top:20px;
}


/*以上ゲームページ*/


/*以下投稿ページ*/
.content-area{
  background:#E6E6E6;
  padding-top:100px;
}

.page-title{
  width:100%;
  margin:0 auto;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  border-bottom:4px solid #E9262C;
  padding-bottom:20px;
}

.category-title{
  width:100%;
  margin:10px auto 0;
}

.category-title p{
  display: inline-block;
  background:#D81F32;
  color:#ffffff;
  padding:2px 6px;
  font-size:12px;
}

.tag-title{
  width:100%;
  margin:10px auto 0;
}

.tag-title p{
  display: inline-block;
  background:#D81F32;
  color:#ffffff;
  padding:2px 6px;
  font-size:12px;
}

.date-title{
  width:100%;
  margin:10px auto 0;
}

.date-title p{
  display: inline-block;
  background:#D81F32;
  color:#ffffff;
  padding:2px 6px;
  font-size:12px;
}

.search-title{
  width:100%;
  margin:10px auto 0;
}

.contents{
  width:100%;
  margin:20px auto 0;
  display: flex;
  flex-direction: column;

}

.posts{
  width:100%;
  margin-top:40px;
}

.post{
  margin-bottom:40px;
  background:#ffffff;
  padding: 20px;

}

.post:hover{
  opacity:0.7;
}

.post a{
  display: flex;
  flex-direction: column;
}

.post-img{
  width:90%;
  height:auto;
  margin:0 auto;
}

.post img{
  max-width:100%;
  width:70vw;
  height:45vw;
}

.post-body{
  width:90%;
  margin:auto;
  color:#000000;
}

.post-meta{
  display: flex;
  margin:15px 0 10px;
}

.post-category{
  background:#D81F32;
  color:#ffffff;
  padding:1px 3px;
  font-size:10px;
}

.post-date{
  padding:1px 3px;
  font-size:10px;
}

.post-text h2{
  font-size:14px;
}

.post-text p{
  font-size:12px;
}

.page-navi{
  text-align: center;
}

.page-navi a{
  color:#000000;
}

.page-navi span{
  color:#ffffff;
  background:#E9262C;
  border:1px solid #E9262C;
}

.page-numbers{
  margin:0 4px;
  font-size:20px;
  border:1px solid #000000;
  padding:4px 8px;
}

.post-sidebar{
  width:100%;
  margin-top:20px;
  background:#ffffff;
  padding:0 20px 20px;
}

.post-sidebar a{
  color:#000000;
}

.post-sidebar a:hover{
  text-decoration: underline;
}



.widget-title{
  padding-bottom:4px;
  border-bottom:4px solid #E9262C;
  margin-top:20px;
  margin-bottom:5px;
}

.widget_search{
  margin-top:20px;
}

  /*以上がpostのcss*/


  /*以下singleのcss*/
  .single{
    width:100%;
  }

  .single-page{
    background:#ffffff;
    margin-top:80px;
    padding:50px 30px;
  }

  .single-category{
    background:#D81F32;
    color:#ffffff;
    padding:2px 6px;
    font-size:12px;
  }

  .single-title{
    margin:20px 0;
  }

  .single-img img{
    max-width: 100%;
  }

  .single-date{
    margin:10px 0;
  }

  .single-body{
    padding-bottom:60px;
    border-bottom:1px solid #E2E2E2;
  }

  .entry-links{
    text-align: center;
    margin-top:30px;
  }

  .entry-links a{
    color:#000000;
  }

  .entry-links span{
    color:#ffffff;
    background:#E6E6E6;
    border:1px solid #E6E6E6;
  }

  .post-page-numbers{
    margin:0 4px;
    font-size:20px;
    border:1px solid #000000;
    padding:4px 8px;
  }

  .tag{
    margin-top:20px;
    display: flex;
  }

  .tag-list{
    display: flex;
  }

  .tag-list li{
    margin-right:10px;
  }

  .tag-name{
    margin-right:20px;
    color:#ffffff;
    font-weight:bold;
    background:#E6E6E6;
    padding:0 10px;
  }

  .tag-list a {
    color:#000000;
  }

  .page-link{
    margin:30px 0;
    font-weight:bold;
    font-size:20px;
  }

  .link-title{
    text-align: center;
  }

  .link-posts{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .link-post{
    width:46%;
    margin-bottom:30px;
  }

  .link-post:hover{
    opacity:0.7;
  }

  .link-post-img{
    overflow: hidden;
  }

  .link-post-img img{
    max-width:100%;
    width:40vw;
    height:22vw;
  }

  .link-post-title{
    margin-top:5px;
  }

  .link-post-title h1{
    font-size:12px;
    color:#000000;
  }

    #usp_add-another{
       color:red;
   }
/*以上投稿ページ*/


/*以下ログインページ*/
#wpmem_login{
  margin:auto;
}
fieldset{
  width:300px;
  display: block;
  margin:auto;
}

fieldset a{
  color :red;
}

fieldset span.link-text-forgot a,
fieldset span.link-text-register a{
  display: block;
}


#wpmem_login .div_text{
  width:100%;
}

.login-contents a{
  color :red;
}
/*以上ログインページ*/




}/*max-width: 768px 以上sp用css*/
