@charset "UTF-8";

/* ==========================================================
 ENJOY COMMON
========================================================== */

.ico-lighting-01{
  padding-left: 85px;
  background: url(/enjoy/lighting/img/ico_lighting_01.png) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  
  .ico-lighting-01{
    padding-left: 27px;
    background: url(/enjoy/lighting/img/ico_lighting_01.png) no-repeat 0 0;
    background-size: 28px auto;
  }
}

.mod-lighting{
  margin-bottom: 30px;
} 
  .mod-lighting-in{
    margin-bottom: 30px;
  } 
  .mod-lighting-content{
    position: relative;
    float:left;
    width: 625px;
    min-height: 790px;
    background-color: #f3f7fb;
    border: solid 1px #d9d9d9;
    background: #f3f7fb url(/enjoy/lighting/img/bg_lighting_01.png) left bottom no-repeat;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  } 
  .mod-lighting-content .lighting-arrow{
    overflow: hidden;
    position:absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    background-color: #7fb3c5;
    margin-top: -22px;
    text-indent:-9999px;
    z-index: 5;
  }
  
  .mod-lighting-content .lighting-arrow:hover{
    cursor:pointer;
  }
  
  .mod-lighting-content #lighingPrev{
    left: -40px;
    background: #7fb3c5 url(/enjoy/lighting/img/ico_arrow_01.png) center center no-repeat;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  .mod-lighting-content #lighingNext{
    right: -40px;
    background: #7fb3c5 url(/enjoy/lighting/img/ico_arrow_02.png) center center no-repeat;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  .mod-lighting-sub{
    overflow-x: hidden;
    overflow-y: scroll;
    float:right;
    width: 275px;
    height: 790px;
    border-top:1px solid #d9d9d9;    
    border-bottom:1px solid #d9d9d9;
    
  } 
  
  .mod-lighting-title{
    position:relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 4px solid #e4e8eb;
  }
  
  .tb-slider-wrapper{
    position:relative;
  }
  
    .mod-lighting-title .date{
      margin-bottom: 10px;
      font-size: 18px;
      color:#ef9092;
    }
    .mod-lighting-title .tag{
      display:inline-block;
      margin-right: 10px;
      background-color:#7ba28b;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      padding: 4px 10px;
      font-size: 12px;
      color:#fff;
      vertical-align: middle;
    }
    
    .mod-lighting-title br{
      display: none;
    }
    
    .mod-lighting-title .ttl{
      padding-right: 60px;
      font-size: 26px;
      line-height: 1;
    }
    .mod-lighting-title .img{
      position:absolute;
      top: 0;
      right: 0;
    }


.table-calendar{
  width: 100%;
  border-left:1px solid #d9d9d9;  
}
  .table-calendar .item{
    overflow:hidden;
    display:table;
    width: 100%;
  }
  
  .table-calendar .item:hover{
    cursor: pointer;
  }
  
  .table-calendar .date,
  .table-calendar .content{
    display:table-cell;
    height: 80px;
    padding: 15px 0;
    border-bottom:1px solid #d9d9d9;
  }
  .table-calendar .item.lighting-crnt .content,
  .table-calendar .item:hover .content{
    background-color: #f3f7fb;
  }
  .table-calendar .date{
    width: 60px;
    background-color:#f6f6f6;
    border-right:1px solid #d9d9d9;
    text-align:center;
    vertical-align: middle;
  }
    .table-calendar .sunday .date{
      background-color:#fce9ec;
    }
    .table-calendar .saturday .date{
      background-color:#eef8fa;
    }
    .table-calendar .month,
    .table-calendar .day{
      display:block;
    }
    .table-calendar .month{
      font-size: 14px;
      line-height: 1.4;
    }
    .table-calendar .day{
      font-size: 12px;
      line-height: 2;
    }
    
  .table-calendar .content{
    position:relative;
    padding: 15px 80px 15px 10px;
    font-size: 14px;
    line-height: 1.6;
  }
    .table-calendar .txt span{
      color:#6098aa;
    }
    .table-calendar .img{
      position:absolute;
      top: 50%;
      right: 10px;
      width: 52px;
      height: 52px;
      margin-top: -26px;
    }
    
    .table-calendar .img img{
      width: 100%;
    }
    
    
@media screen and (max-width: 768px) { /*-----------------------*/
  
.mod-lighting{
  margin-bottom: 30px;
} 
  .mod-lighting-in{
    margin-bottom: 30px;
  } 
  .mod-lighting-content{
    float:none;
    width: 100%;
    min-height: 0;
    background-color: #f3f7fb;
    border: solid 1px #d9d9d9;
    background: #f3f7fb url(/enjoy/lighting/img/bg_lighting_01.png) left bottom no-repeat;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  } 
  .mod-lighting-content .lighting-arrow{
    width: 35px;
    height: 35px;
    margin-top: -17px;
  }
  .mod-lighting-content #lighingPrev{
    left: -12px;
    margin-top:-44px;
    background-size: 6px auto;
  }
  .mod-lighting-content #lighingNext{
    right: -12px;
    margin-top:-44px;
    background-size: 6px auto;
  }
  
  .mod-lighting-sub{
    width: 100%;
    margin-top: 40px;
    overflow-x: scroll;
    overflow-Y: hidden;
    float:none;
    height: auto;
    border:1px solid #d9d9d9;
  } 


.scroll{overflow-x:scroll;}
.scroll::-webkit-scrollbar{height:5px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:#ffffff;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#dddddd;}/*バーの色*/

  .mod-lighting-title{
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
    .mod-lighting-title .date{
      margin-bottom: 10px;
      font-size: 15px;
      color:#ef9092;
    }
    .mod-lighting-title .tag{
      margin-right: 0;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 0 6px;
      font-size: 10px;
      color:#fff;
    }
    
    .mod-lighting-title br{
      display: block;
    }
    
    .mod-lighting-title .ttl{
      padding-right: 64px;
      font-size: 19px;
      line-height: 1;
    }
    .mod-lighting-title .img{
      position:absolute;
      top: inherit;
      bottom: 12px;
      right: 0;
      width: 40px;
    }
    
    .mod-lighting-title .img img{
      width: 100%;
      height: auto
    }
    

.table-calendar{ /*sp　テーブルカレンダー*/
  display: block;
  overflow: hidden;
  border:none;
width: 1806px!important;/*20201218 追加　*/
-webkit-overflow-scrolling: touch;
/*width:2500px!important;横幅*/
}

.table-calendar::-webkit-scrollbar{ 
   width: 15px;
}
.table-calendar::-webkit-scrollbar-thumb{ 
   background: #F70841;
   border-radius: 10px;
}
.table-calendar::-webkit-scrollbar-track-piece:start{
   background: #ffa5ba;
}
.table-calendar::-webkit-scrollbar-track-piece:end{
   background: #fff;
}


  .table-calendar .item{
    float: left;
    overflow:hidden;
    display:block;
    width: auto;
    max-width: 145px;
    min-width: 50px;
height: 113px;/**/
  }
  .table-calendar .date,
  .table-calendar .content{
    display:block;
    height: auto;
    padding: 10px 10px;
    border-bottom:1px solid #d9d9d9;
  }
  .table-calendar .date{
    width: 100%;
    border-right:1px solid #d9d9d9;
    text-align:center;
  }
  
  .table-calendar .item:last-child .date,
  .table-calendar .item:last-child .content{
    border-right: none;
  }
  
    .table-calendar .sunday .date{
      width: 100%;      
    }
    .table-calendar .saturday .date{
      width: 100%;
    }
    .table-calendar .month,
    .table-calendar .day{
      display:block;
    }
    .table-calendar .month{
      font-size: 12px;
      line-height: 1.4;
    }
    .table-calendar .day{
      width: 100%;
      font-size: 12px;
      line-height: 2;
    }
    
    .table-calendar .content{
      width: 100%;  
      position:relative;
      padding: 5px;
      border-right: 1px solid #d9d9d9;
      border-bottom: none;
      font-size: 14px;
      line-height: 1.6;
    }
    .table-calendar .txt{
      display: none;
    }
    .table-calendar .img{ 
      display: block;
    }

	    .table-calendar .img{
position: relative;
    top: 0%;
    right: 0px;
    width: 40px;
    height: 52px;
    margin-top: 0px;

/*position: absolute;
    top: 20%;
width: 40px;
    height: 52px;*/

	    }
	    
	    .table-calendar .img img{
	      width: 100%;
	    }

}


/* Slider Contents
---------------------------------------------------------- */
.tb-slider-content{
  overflow:hidden;
  position:relative;
}
  .tb-slider-content-item{
    float:left;
    width: 100%;
    padding: 30px 40px 25px;
  }
  

@media screen and (max-width: 768px) {
    
.tb-slider-content{
}
  .tb-slider-content-item{
    padding: 12px;
  }
      
}

/* Slider Images
---------------------------------------------------------- */
.tb-slider-img{
  overflow:hidden;
  position:relative;
  padding-bottom: 25px;
}
  .tb-slider-img-item{
    float:left;
    width: 100%;
    text-align:center;
  }
  
    .tb-slider-img-item img{
    -webkit-border-radius:6px;
    border-radius:6px;
  }

  .tb-slider-img .slick-dots{
    position: absolute;
    left: 0;
    bottom: 28px;
    z-index: 1000;
    width: 100%;
    text-align:center;
  }
    .tb-slider-img .slick-dots li{
      overflow: hidden;
      display:inline-block;
      width: 16px;
      height: 16px;
      margin: 0 5px;
      background-color:#e4e8eb;
      text-indent:-9999px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
    }
    .tb-slider-img .slick-dots li:hover{
      cursor:pointer;
    }
    .tb-slider-img .slick-dots li.slick-active{
      background-color:#6098aa;
    }
    
@media screen and (max-width: 768px) {
  
.tb-slider-img{
  padding:0 38px 44px;
}
  .tb-slider-img-item{
    float:left;
    width: 100%;
    text-align:center;
  }
  
  .tb-slider-img-item img{
    width: 100%;
  }
  
  .tb-slider-img .slick-dots{
    position: absolute;
    left: 0;
    bottom: 14px;
    height: 14px;
  }
    .tb-slider-img .slick-dots li{
      width: 14px;
      height: 14px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      vertical-align: top;
    }
    .tb-slider-img .slick-dots li.slick-active{
      background-color:#6098aa;
    }
    
}


/*新規ポップアップ----------------------*/


.b_color01{
color:#fdff81;
}

.b_color02{
color:#ffffff;
}

.fix-menu-h1{
text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 1000;
  width: 100%;
background-color: #7ba28b;
}

		.fix-menu2 {
  width: 100%;
		background-color: #7ba28b;
		}

.sec-to-ticket {
color:#ffffff;
background-color: #7ba28b;
width: 920px;
    margin: 0px 0px 50px 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
}

.sec-to-ticket2 {
color:#ffffff;
background-color: #7ba28b;
width: 920px;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
}

.fix-botan{
float:left;
}

.fix-box{
width:712px;
margin:10px auto 10px;
}

.fix-botan-c1{ /*赤(左)*/
float:left;
background-color: #da5e70;
box-shadow: inset 0 -2px #a73d4c;
margin:0 10px 0 10px;
}

.fix-botan-c2{ /*緑(右)*/
float:left;
background-color: #33bfb2;
box-shadow: inset 0 -2px #168b8c;
margin:0 10px 0 10px;
}

br.sp {
    display: inline; 
}
br.pc {
    display: none;
}

.sp {
    display: block; 
}
.pc {
    display: none;
}

.txt-s {
    font-size: 12px;
margin-bottom:10px;
}

.mod-lighting-in {
    margin-bottom: 10px;
}

/*新規ポップアップsp*/
@media screen and (max-width: 768px){

.fix-menu-h1{
    font-size: 0.9rem;
}

.sec-to-ticket {
width: 95%;
}

.sec-to-ticket2 {
width: 100%;
}

.fix-box{
width:100%;
margin:10px auto 10px;
display:flex;
}

.fix-botan-c1{ /*赤(左)*/
    float: left;
    width: 49%;
    margin: 0px 1% 0px 0px;
}

.fix-botan-c2{ /*緑(右)*/
    float: left;
    width: 49%;
    margin: 0px 0px 0px 1%;

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

br.sp {
    display: none;
}
br.pc {
    display: inline;
}

.sp {
    display: none;
}
.pc {
    display: inline;
}
.ttl-cmn-02.sp{
    display: none;
}


.btn-cmn:hover {
    background-color: #fff;
    border: 1px solid #7fb3c5;
    color: #6098aa;
    text-decoration: none;
}


/*SPのボタンセル上下開け*/
.mod-lighting-sub {
    margin-top: -10px;
}
.mod-lighting-content {
    margin-bottom: 10px;
}
/**/



.btn-cmn:hover.fix-botan-c1{
color: #fff;
background-color: #da5e70;
box-shadow: inset 0 -2px #a73d4c;
}

.btn-cmn:hover.fix-botan-c2{
color: #fff;
background-color: #33bfb2;
box-shadow: inset 0 -2px #168b8c;
}


.txt-s {
    font-size: 12px;
margin-bottom:10px;
}

.mod-lighting-in {
    margin-bottom: 0px;
}

}



/*新規ポップアップここまで-------------------------------------*/

/*カレンダーサブ移動20200623-------------------------------------*/
.sp200623 {
 display: none!important;
}

.pc200623 {
 display: block!important;
}

.alert200623 {
 font-size: 12px;
 margin-bottom: 10px;

}

.alert200624 {
 font-size: 12px;
 margin-bottom: 10px;
}


@media screen and (max-width: 768px){
.pc200623 {
 display: none!important;
}

.sp200623 {
 display: block!important;
}

.alert200624 {
 font-size:10px!important;
 line-height: 1.2!important;
 margin:10px 0 10px 0!important;
 padding-left:1em!important;
 text-indent:-1em!important;
}

.alert200623 {
 font-size:10px!important;
 line-height: 1.2!important;
 margin:2px 0 10px 0!important;
 padding-left:1em!important;
 text-indent:-1em!important;
}

}

.ipad2{
    display: none!important;
}

@media screen and (max-width: 768px){
.ipad2{
    display: none!important;
}
}

@media only screen and (max-width: 1000px) and (min-width: 768px){

.ipad{
    display: none!important;
}

.ipad2{
    display: block!important;
margin:10px 0 10px 0;
}

}



/* 2307???????????? */
button {
  display: none;
}