@media(min-width: 768px) and (max-width: 1080px){
  .header-relative{
    position: relative;
  }

  .header-flame{
    width:100%;
    height:80px;
    padding:0 30px;

  }

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

  .header-title h1{
    color:#ffffff;
    margin-top:16px;
  }

  .header-menu{
    display:none;
  }

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

  .menu-border .border{
    position: absolute;
    width:35px;
    height:5px;
    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:80px;
    padding: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:"- "
  }

  .footer-menu .menu{
    width:100%;
    margin:0 auto;
    padding:0 30px;
  }

  #menu-mymenu{
    display:flex;
    justify-content: space-around;
  }

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

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

  /*以上共通*/

  /*以下トップページ*/
  .main-img-sp{
    display: none;
  }

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

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

  .las-charm > p {
    margin-bottom:0;
  }

  .loop-slider-box{
    width:70%;
    height:100px;
    margin:0 auto;
  }

  .show-img-flame-sp{
    display:none;
  }

  .swiper-container{
    display:none;
  }


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

  .hotel-alert{
    margin-top:60px;
    color:#ffffff;
  }

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


  #slider{
    position: relative;
    overflow: hidden;
    width:50%;
    height:35vw;
    margin:auto;
  }

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

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

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

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

  .las-game .container> p {
    margin-bottom:60px;
  }

  .games{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }

  .game {
    width:500px;
    margin:20px auto;
    border:3px solid #ffffff;
    display: flex;
    justify-content: flex-start;
  }

  .game-thumbnail{
    width:200px;
    height:200px;
  }

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

  .game-text{
    text-align: center;
    width:300px;
    padding:6px;
    position:relative;
    margin: 0;
  }

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

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

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

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

  .las-enter .container> p {
    margin-top:20px;
  }

  .las-enter a:hover {
    text-decoration: underline;
  }

  .pickup-title{
    display: block;
    margin-top:40px;
    margin-bottom: 20px;
  }

  .pickup-items{
    display: flex;
    justify-content: space-between;
  }

  .pickup-item{
    width:30%;
  }

  .pickup-item-img{
    height:20vw;
    overflow: hidden;
  }

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

  .pickup-item-title{
    font-size: 18px;
  }
  /*以上トップページ*/


  /*以下ホテルページ*/

  .hotel-main-img{
    background:#000000;
    position:relative;
  }

  .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:100px;
     right:100px;
  }

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

  .hotel-main{
    padding-top:80px;
    background:#ffffff;
  }

  .hotel-info{
    text-align: center;
    background: #ffffff;
    width:65%;
  }

  .hotel-info h2{
    color:#f00000;
    text-align: center;
    margin:0 0 30px 0;
  }

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

  .hotel-text1,.hotel-text2{
    margin-top:80px;
  }

  .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;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .hotel-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  table {
    border:1px solid #000000;
    width:80%;
    margin:60px 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-hotel{
    margin-top:30px;
  }

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

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

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

  /*以上ホテルページ*/


  /*以下ゲームページ*/
  .game-main-img{
    padding-top:80px;
    background:#000000;
    position:relative;
  }

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

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

  .breadcrumb{
    background:#032C05;
    border:none;
  }

  .breadcrumb .post{
    background:#032C05;
  }

  .game-main{
    padding-top:80px;
    background:#032C05;
  }

  .game-info{
    text-align: left;
    width:65%;
    padding:0 60px 0 0px;
    color:#ffffff;
  }

  .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-info h2{
    margin-bottom:20px;
    text-align: center;
  }
  .game-info p{
    margin-bottom:40px;
  }

  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:30%;
    background:#750A0A;
    padding:30px 0;
  }

  .game-sidebar img{
    width:150px;
    height:100px;
    display: block;
    margin:0 auto;
  }


  .game-sidebar-game{
    margin-top:30px;
  }
  .game-sidebar-game:hover{
    text-decoration: underline;
  }

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

  /*以下投稿ページ*/

  .content-area{
    background:#E6E6E6;
    padding-top:100px;
    padding-bottom:80px;
  }

  .page-title{
    text-align: center;
    font-size:30px;
    font-weight: bold;
    border-bottom:6px solid #E9262C;
    padding-bottom:20px;
  }

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

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

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

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

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

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

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


  .contents{
    margin:20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

  }

  .posts{
    margin:80px 0;
    width:60%;
  }

  .post{
    margin-bottom:80px;
    background:#ffffff;
    padding: 20px;
    width:100%;
  }

  .post:hover{
    opacity:0.7;
  }

  .post a{
    display: flex;
  }

  .post-img{
    width:16vw;
    height:9vw;
    overflow: hidden;
  }

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

  .post-body{
    padding-left:10px;
    color:#000000;

  }

  .post-meta{
    display: flex;
  }

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

  .post-date{
    padding:2px 6px;
    font-size:12px;
  }

  .post-text{
    overflow: hidden;
  }

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

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


  .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:30%;
    margin-top:80px;
    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:60%;
  }

  .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;
    justify-content: space-around;
  }

  .link-post{
    width:23%;
  }

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


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

  .link-post-img img{
    max-width:100%;
    width:16vw;
    height:9vw;
  }

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

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

  #usp_add-another{
   color:red;
  }
}
