﻿/***********************************************/
/*  共通  */
/***********************************************/
ul{
	list-style:none;
}

li{
	list-style-image:none;!important
}


/***********************************************/
/*  movie  */
/***********************************************/

#contents * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family:Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ---- button ---- */

.button {
  display: inline-block;
  border: none;
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.area-group .button:hover {
  background-color: #ffc17c;
}

.genre-group .button:hover {
  background-color: #bfef7f;
}

.area-group .button:active,
.area-group .button.is-checked {
  background-color: #fa9626;
}

.genre-group .button:active,
.genre-group .button.is-checked {
  background-color: #8fda2d;
}

.time-group .button:active,
.time-group .button.is-checked {
  background-color: #79cce7;
}

.button.is-checked {
  color: white;
}

.button:active {
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  margin:0;
}

/*
.button-group .button:first-child { border-radius: 0.5em; }
.button-group .button:last-child { border-radius:0.5em; }
*/

#sideHead 
{
    width:100%;
}

#sideHead h2 {
    display:block;
    width:114px;
    height:114px;
    margin:0 auto 10px;
    background:url(../image/logo.gif) 0 0 no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    border:none;
    float:none;
}

#sideHead p
{
    width:90%;
    margin:0 auto 20px;
    font-size:12px;
    text-align:center;
}

/* ---- isotope ---- */

.grid {
  width: 760px;
  margin:0 0 0 190px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.filters 
{
    width:190px;  
    position:absolute;
    top:0;
    left:0;
}

/* ui group */

.ui-group {
  display: inline-block;
  margin-bottom:20px;
  width:100%;
}

.ui-group h3 {
  display: inline-block;
  width:100%;
  vertical-align: top;
  padding-left:5px;
  margin-right: 0.2em;
  font-size: 16px;
}

.areaGroup h3 {
  border-bottom:1px solid #fa9626;
}

.genreGroup h3 {
  border-bottom:1px solid #8fda2d;
}

.timeGroup h3 {
  border-bottom:1px solid #79cce7;
}

.ui-group .button-group {
  display: inline-block;
  width:100%;
}

.area-group
{
    display:none;
}

.genre-group
{
    display:none;
}

.button 
{
    width:100%;
    text-align:right;
    padding:5px 5% 5px 0;
}

.areaGroup .button {
  border-bottom:1px solid #fa9626;
}

.genreGroup .button {
  border-bottom:1px solid #8fda2d;
}
    

/* color-shape */

.color-shape {
    display:block;
  width: 180px;
  margin:0 5px 15px;
  float: left;
}

.color-shape h3{
  width: 100%;
  height:auto;
  margin-bottom:5px;
  font-size:12px;
  line-height:12px;
  text-align:center;
  color:#333;
  font-weight:normal;
}

.color-shape h3 a {
  text-decoration:none;
}

.detailsImg 
{
    position:relative;
    width:100%;
    height:180px;
    overflow:hidden;
    text-align:center;
}

.detailsImg img.thumImg
{
    height:100%;
    opacity:0.6;
}

.detailsLink
{
    position:absolute;
    right:10px;
    bottom:5px;
    display:block;
    width:100px;
    text-align:right;
}

.detailsLink a
{
    font-size:12px;
    line-height:1.2em;
    text-decoration:none;
}

.detailsLink a:hover
{
}

a.playBtn 
{
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    display:block;
    width:100%;
    height:100%;
}

a.playBtn img
{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index:100;
    display:block;
}

a.playBtnSp 
{
    display:none;
}

.textArea {
    height:70px;
    position:relative;
    padding-top:5px;
    border-bottom:1px solid #a3c4a8;
}

.textArea p 
{
    font-size:12px;
    text-align:center;
}

.color-shape:hover > .textArea 
{
    background-color:#d6ebd9;
}

.color-shape:hover > .detailsImg img.thumImg 
{
    opacity:1;
}

.detailsTime {
    position:absolute;
    left:10px;
    bottom:5px;
    width:40px;
    font-size:12px;
    line-height:1.2em;
}

#contents
{
    position:relative;
    width:950px;
    height:100%;
    min-height:700px;
	padding-bottom:30px;
}

#contents-header 
{
    width:100%;
    padding-bottom:30px;
    padding-top:10px;
	background:url(../image/main-bg.png) right 0 no-repeat; 
}

#contents-header h1
{
    display:block;
    width:516px;
    height:74px;
    display:block;
    margin-top:10px;
}

#contents-header h2
{
    display:block;
    width:448px;
    height:33px;
    margin-bottom:5px;
    float:none;
    background-color:inherit;
    border:none;
}

p.about-movie 
{
    width:516px;
}

#pc_pageTop 
{
    display:block;
    width:100px;
    margin:0 auto;
}

#pc_pageTop a
{
    display:block;
    width:100px;
    height:40px;
    line-height:40px;
    text-decoration:none;
    color:#FFF;
    background-color:#6c3400;
    text-align:center;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.tools_btn_pc 
{
    width:950px;
    margin-bottom:20px;
}

.tools_btn_R a
{
    display:block;
    width:40px;
    height:40px;
}

.footerLink 
{
    display:none;
}

.tools_btn 
{
    position:relative;
    bottom:inherit;
    right:inherit;
}


#footer {
  min-width: 950px;
  background-color: #e2e2e2;
}

.pc_share 
{
    display:block;
    width:190px;
    float:right;
    margin:0 auto 10px;
    overflow:hidden;
}

.tools_btn .tools_btn_R a
{
    text-indent:0%;
}

.tools_btn_L,
.tools_btn_R
{
    width:40px;
    height:auto;
}

.tools_btn_L 
{
    margin-right:10px;   
}

.tools_btn_R 
{
    
    margin-left:0%;   
}

.tools_btn_L a, .tools_btn_R a 
{
    width:40px;
    height:auto;
    text-indent:0%;
}

.tools_btn_L a img, .tools_btn_R a img
{
    width:100%;
}

.shareLine 
{
    display:none;
}

#pc_share_outer 
{
    width:950px;
    margin:0 auto;
}


#footer_L a.sp_footer_info,
#footer_L a.sp_footer_top
{
    display:none;
}

.sp_footer-nav
{
    display:none;
}

/***********************************************/
/*  clearfix  */
/***********************************************/
.cf:after {
  content: "";
  clear: both;
  display: block;
}



@media screen and (max-width: 768px)
{
    


#contents
{
    position:relative;
    width:96%;
    margin:0 auto;
	padding-bottom:30px;
}

#contents-header 
{
    width:100%;
    margin-bottom:-30%;
    padding-bottom:85%;
    padding-top:10px;
	background:url(../image/main-bg.png) 0 bottom no-repeat; 
	background-size:contain;
}

#contents-header h1
{
    display:block;
    width:100%;
    height:auto;
    display:block;
    margin-top:10px;
    margin-bottom:20px;
}

#contents-header h1 img
{
    width:100%;
}

#contents-header h2
{
    display:block;
    width:100%;
    height:auto;
    display:block;
    margin-top:10px;
    margin-bottom:20px;
    text-align:left;
}

#contents-header h2 img
{
    width:90%;
}

p.about-movie 
{
    width:100%;
    font-size:1.4em;
}  

.filters {
    width: 100%;
    position:relative;
    top: 0;
    left: 0;
}

.ui-group 
{
    display:none;
}

.area-group h3,
.genre-group h3
{
    
}

.option-set 
{
    display:inline;
    width:96%;
    height:50px;
    margin-bottom:5px;
    font-size:16px;
}

.area-group 
{
    padding-left:10px;
    border-left:5px solid #fa9626;
    margin-bottom:3%;
    display:none;
}
.genre-group 
{
    display:none;
    padding-left:10px;
    border-left:5px solid #8fda2d;
    margin-bottom:3%;
    display:none;
}



.detailsImg img.thumImg
{
    height:100%;
    opacity:1;
}






.grid {
  width: 100%;
  margin:0 auto;
}


.color-shape {
    display:block;
  width: 48%;
  margin:0 1% 30px;
  float: left;
}

.color-shape h3{
  width: 50%;
  height:40px;
  display:table-cell;
  vertical-align:middle;
  margin-bottom:5px;
  text-align:center;
  background-color:#FFF;
  border-top:1px solid #e79157;
  border-bottom:1px solid #e79157;
  color:#666;
  font-weight:normal;
  font-size:12px;
}

.color-shape h3.trevists{
  font-size:0.9em;
}

.color-shape h3.kents{
  font-size:0.8em;
}

.textArea 
{
    width:100%;
    height: 80px;
    position: relative;
    padding-top: 0;
    border-bottom: 1px solid #a3c4a8;
}

.detailsImg 
{
    position:relative;
    width:100%;
    height:120px;
    overflow:hidden;
}

.detailsImg img.thumImg
{
    height:100%;
}

.detailsLink a:hover
{
    background-color:#ff6c00;
}

a.playBtn 
{
    display:none;
}

a.playBtnSp
{
    z-index:100;
    display:block;
    width:100%;
    height:100%;
}

a.playBtnSp img
{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index:100;
    display:block;
    width:30%;
}





#sideHead 
{
    padding-top:20px;
}


#header 
{
    width:94%;
    margin:0 auto;
    padding:3% 0;
}
    
#header_L 
{
    width:65%;
}

#header_LL 
{
    width:100%;
    height:auto;
}

#header_LL a
{
    width:100%;
    height:61px;
    background:url(/s_library/image/image_logo.jpg) 0 0 no-repeat;
    background-size:contain;
}

#header_LL a img 
{
    display:none;
}

#header_R 
{
    width:27%;
}

#header_R #navi 
{
    width:100%;
    background:none;
}

#header_R h2 
{
    display:none;
}

#freesearch 
{
    display:none;
}

#header_R #btn_favo {
  width: 100%;
  float: right;
  border:none;
  margin: 0;
  padding:0;
}

#header_R #btn_favo a 
{
    display:block;
  width: 100%;
  height:61px;
  margin: 0;
  padding:0;
  background:url(/s_library/image/checkListBtn.gif) 0 0 no-repeat;
    background-size:contain;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}




 /* フッターリンク */
 
.footerLink 
{
    display:block;
}

.footerLink ul li
{
    position:relative;
    width:49%;
    float:left;
    margin:0 2px 2px 0;
    border-right:1px solid #65391a;
    border-bottom:1px solid #65391a;
    text-align:left;
    font-size:0.8em;
}

.footerLink ul li img
{
    position:absolute;
    top:25%;
    width:25%;
}

.footerLink ul li p
{
    overflow:hidden;
    padding:10% 0 10% 6%;
    font-size:0.8em;
}

.footerLink ul li a
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.link-mark 
{
    position:absolute;
    top:50%;
    right:10px;
    width:12px;
    height:20px;
    margin-top:-10px;
    background:url(/s_library/image/sp-pict.png) -570px -200px no-repeat;
}


.footerLink h3
{
    color:#FFF;
}

.titleHead img {
  width: 100%;
}

.footerLink table
{
    margin-bottom:10px;
    border-spacing: 0;
}

.footerLink .titleHead
{
    width:10%;
}



.footerLink .titleBody 
{
    vertical-align:middle;
  background-color: #fe8939;
}

.footerLink .titleBody h3
{
    border:none;
    text-indent:1em;
}

span.footer-marker 
{
    position:absolute;
    top:3px;
    left:-15px;
    display:block;
	width:10px;
	height:12px;
	background:url(../image/sp-pict.png) no-repeat -582px -200px;
} 






#footer 
{
    min-width:0;
}

#header_SEO h1,
#footer_L,
#footer_inner
{
    width:100%;
}

#footer_link,
#footer_inner_U
{
    display:none;
}



#header_SEO h1 
{
    display:none;
}

#footer_inner{
    background-color: #481F00;
    padding: 3% 0;
}

#footer_L
{
    width:100%;
    padding-bottom:3%;
}

#footer_L a 
{
    display:none;
}

#footer_L a.sp_footer_info
{
    width:auto;
    float:left;
    display:block;
    line-height:14px;
    margin-left:5%;
    vertical-align: baseline;
}

#footer_L a.sp_footer_top 
{
    width:auto;
    float:right;
    margin:0 5% 0 0;
    display:block;
    line-height:14px;
    vertical-align: baseline;
}

#footer_R
{
    width:100%;
    clear:both;
    text-align:center;
    background-color:#B3ADA0;
}

.shareLine 
{
    display:block;
}



.sp_footer-nav
{
    display:block;
}


@media screen and (max-width: 321px)
{

#header_LL a
{
    height:35px;
}

#header_R #navi 
{
    padding-bottom:0;
}

#header_R #btn_favo a 
{
    height:35px;
}

ul.happyhour-couponMenu2,
.happyhour-coupon p 
{
    height:auto;
}
    
}