@charset "UTF-8";


body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size:1.0rem;
    line-height:1.75em;
    background-image: url(../images/mainbg.gif);
    background-repeat: repeat;
    color:#fff;
}

a{
  color:#a4a4a4;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

/*元は#890000*/
h1{
  background-color: #d6c59a;
  color:#fff;
  
  font-size:0.8rem;
  line-height:1.0em;
  padding:5px 0;
}

h1 span{
  display:block;
  width:960px;
  margin:0 auto;
}

/*ヘッダーコンテンツ*/

#header{
  background-color: #fff;
    background-position: center;
  color:#666;
  padding-bottom:15px;
  margin-bottom:0px;
}

#header div.wrap{
  width:960px;
  margin:0 auto;
  padding:0px 0;
}

#header div.wrap p.logo{
    text-align: center;
    width:100%;
    margin-top: 20px;
}

#header div.wrap p.logo img{
  width:70%;
  vertical-align:bottom;
}

#header div.wrap p.btn-login{
  display:table-cell;
  width:20%;
  vertical-align:middle;
  text-align:center;
}

#header div.wrap p.btn-login a{
  display:block;
}

#header div.wrap p.btn-login span{
  display:block;
  font-size:0.8rem;
  line-height:1.0em;
  margin-top:5px;
}

#header div.wrap p.btn-login img{
  width:90%;
  vertical-align:bottom;
}

/*グローバルナビゲーション*/

#g-navi{
  background-repeat:repeat-x;
  background-size:contain;
  background-color: rgba(125, 187, 71, 0.47);  
  margin-top:-15px;
}

#g-navi ul{
  width:945px;
  margin:0 auto;
}

#g-navi li{
  width:16.50%;
  float:left;
  text-align:center;
}

#g-navi li.lastchild{
  width:14.5%;
}

#g-navi li a{
  display:block;
}

#g-navi li img{
  width:100%;
  vertical-align:bottom;
}

/*ページトップ*/

#pagetop a{
  display:block;
  background-color:#d6c59a;
  color:#fff;
  
  text-align:center;
  padding:5px 0;
}

#pagetop a:hover{
  background-color:#d2d18d;
}

#pagetop img{
  width:30px;
  vertical-align:bottom;
}

/*フッターコンテンツ*/

#footer{
background-color: #d6c59a;
  padding:20px 0;
}

#footer div.wrap{
  width:960px;
  margin:0 auto;
}

#shopinfo{
  width:40%;
  float:left;
}

#shopinfo p.logo{
  text-align:center;
  margin-bottom:20px;
}

#shopinfo p.logo img{
  width:80%;
  vertical-align:bottom;
}

#shopinfo p.tel{
  text-align:center;
}

#shopinfo p.tel img{
  width:80%;
  vertical-align:bottom;
}

#f-navi{
  width:60%;
  float:right;
    margin-top: 38px;
}

#f-navi p.ttx{
  font-size:0.8rem;
  line-height:1.0em;
  font-weight:bold;
  color:#fff;
  margin-bottom:20px;
}

#f-navi li{
  font-size:0.8rem;
  line-height:2.0em;
  
  background-image:url(../images/bg-f-navi-li.png);
  background-repeat:no-repeat;
  background-position:center left;
  background-size:7.5px;
  
  width:20%;
  float:left;
  margin-bottom:15px;
  
}

#f-navi a{
  display:block;
  color:#fff;
  
  padding-left:10px;
}

#f-navi address{
  font-size:0.6rem;
  line-height:1.0em;
  color:#fff;
  margin-top:10px;
}

/*コンテンツストラクチャー*/

#contents{
  background-image: url(../images/mainbg.gif);
    background-repeat: repeat;
  color:#666;
}

#contents div.wrap{
  color:#666;
  
  width:940px;
  margin:0 auto;
  padding:10px;
}

/*メインコンテンツ共通スタイル*/

#main{
  width:740px;
  float:left;
}

#main h2 img{
  width:100%;
  vertical-align:bottom;
}

#main p.caption{
  padding:10px;
}

#main div.btn-detail{
  background-color:rgba(255, 255, 255, 0);
  text-align:right;
}

#main div.btn-detail a{
  display:inline-block;
}

#main div.btn-detail img{
  width:200px;
  vertical-align:bottom;
}

/*サイドバー共通スタイル*/

#sidebar{
  width:180px;
  float:right;
}

#sidebar h2{
  border-bottom:solid 1px rgba(185, 163, 141, 0);
}

#sidebar h2 img{
  width:100%;
  vertical-align:bottom;
}

#sidebar div.btn-detail a{
  display:block;
  padding:10px;
  padding-top:5px;
}

#sidebar div.btn-detail img{
  width:100%;
  vertical-align:bottom;
}

#sidebar p.banner{
  margin-bottom:10px;
}

#sidebar p.banner a{
  display:block;
}

#sidebar p.banner a:hover{
  opacity:0.5;
}

#sidebar p.banner img{
  width:100%;
  vertical-align:bottom;
}

/*キャストリスト*/

.castlist a{
  display:block;
  margin:0px;
  margin-top: 2px;
}

.castlist a:hover{
  /*border:solid 2px #f80;*/
  text-decoration:none;
}

.castlist div.states{
  position:relative;
  height: 275px;
}

.castlist p.thum img{
  width: 98%;
  vertical-align:bottom;
  margin-bottom: 0px;
  margin-left: 2px;
}

.castlist div.spec{
  /* position:absolute; */
  /* bottom:10px; */
  left:2px;
  width:98%;
  background-color:rgba(255,255,255,0.90);
  color:#666;
  text-align:center;
}

.castlist p.standby{
  background-color:#00aaee;
  color:#fff;
}

.castlist p.today{
  background-color:#f80;
}

.castlist p.standby img{
  width:100%;
  vertical-align:bottom;
}

.castlist p.name{
  font-weight:bold;
  line-height:1.5em;
  color:#f8b;
}

.castlist p.name span.age{
  font-size:0.8rem;
  line-height:1.5em;
}

.castlist p.size{
  font-size:0.8rem;
  line-height:1.5em;
}

.castlist time{
  font-weight:bold;
  line-height:1.5em;
  color:#0ae;
}

.castlist p.icon-new{
  position:absolute;
  top:0px;
  right:2px;
}

.castlist p.icon-new img{
  width:60px;
  vertical-align:bottom;
}

.castlist p.icon-rank{
  position:absolute;
  top:2.5px;
  left:2.5px;
}

.castlist p.icon-rank img{
  width:50px;
  vertical-align:bottom;
}

.castlist p.comment{
  font-size:0.8rem;
  line-height:1.5em;
  text-align:left;
  padding:5px;
  
  height:70px;
  overflow:hidden;
}

/*サイドバーコンテンツ個別スタイル*/

#pickup{
  background-color:rgba(0, 0, 0, 0);
  margin-bottom:10px;
}

#newface{
  background-color:rgba(0, 0, 0, 0.34);
  border:solid 1px rgb(185, 163, 141);
  margin-bottom:10px;
}

#sidebar section.search{
  background-color:rgba(0, 0, 0, 0.34);
  border:solid 1px rgb(185, 163, 141);
  margin-bottom:10px;
}

#sidebar section.search h2{
  margin-bottom:10px;
}

#sidebar section.search div.row{
  padding:0 10px;
  margin-bottom:10px;
}

#sidebar section.search div.row p.ttx{
  background-color:#fff;
  border:solid 1px #f8b;
  border-left:solid 5px #f8b;
  
  padding-left:5px;
  font-weight:bold;
  line-height:1.5em;
  margin-bottom:5px;
}

#sidebar section.search div.row ul{
  font-size:0.8rem;
  line-height:1.5em;
  color:#666;
}

#sidebar section.search div.row li{
  display:inline-block;
}

#sidebar section.search div.row li a{
  display:block;
  padding:0 5px;
  background-color:#fff;
  border:solid 1px #f8b;
  margin:2.5px 0;
}

#sidebar section.search div.row li a:hover{
  background-color:#f8b;
  color:#fff;
  text-decoration:none;
}

#ranking{
  background-color:#ffd;
  border:solid 1px #f8b;
  margin-bottom:10px;
}