@charset "UTF-8";

/* ==========================================================================
COMMON
========================================================================== */
p.kin18 {
    font-size: 10px;
    color: #999;
    line-height: 10px;
}

.hid2 {
    display: none;
}

.telb {
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 500;
}

table.syscon {
    width: 100%;
	border-spacing:1px;
}

td.td_head {
    background: #ddd;
}

table.syscon td {
    text-align: center;
    color: #333;
    padding: 3px 0;
}


img.todaylink {
    width: 97.5%;
}

.infotudu {
    text-align: right;
}

.misenai {
    display: none;
}

.infoseigen {
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.spsyame {
    text-align: center;
    margin-bottom: 12px;
}

h2.pclink {
    margin: 17px auto;
    text-align: center;
}

.magform {
    width: 95%;
    text-align: center;
    border: 1px solid #ADADAD;
    margin: 0 auto;
    padding: 15px 5px;
    line-height: 50px;
}

input[type="text"],textarea,select {
  outline: none;
      border-radius: 5px;
}
textarea {
  width: 95%;
  height: 108px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
}
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
input[type="text"] {
  width: 90%;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

input[type="submit"] {
    width: 170px;
    height: 40px;
    margin: 5px auto 0 auto;
    text-align: center;
    color: white;
    background-color: rgb(239, 118, 174);
    outline: none;
    border-radius: 5px;
}

body{
    width: 100%;
    margin: 0 auto;
    color: #382400;
    font-size: 13px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.6;
}

img.ninimgsp {
    width: 100%;
}


h1 {
    line-height: 1.2;
    font-weight: normal;
    font-size: 11px;
}
h1 a {
    color:#000;
    text-decoration:none;
}
h1 a:hover {
    color:#082B5d;
    text-decoration:underline;
}

h2 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:18px;
    color:#000;
}

h3 {
    margin-bottom: 0.5em;
    padding: 2px 5px;
    color: #333;
    font-size: 16px;
}
h2,h3{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;   
}
h4 {
    margin-bottom:0.25em;
    font-size:16px;
    color:#333;
}

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

p {
    margin:0 0 1em 0;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#082B5d;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

/* 各コンテンツ見出し */
section h2{
    line-height: 23px;
    clear: both;
    padding: 3px 0;
    margin-bottom: 5px;
    color: #FFF;
    text-align: center;
    background-color: #76d0ef;
}

section h3 {
    clear: both;
    padding: 0 5px;
    margin-bottom: 4px;
    border-left: 5px solid #767eef;
}


span.bk{
    color:#000;
}
span.red{
    color:red;
}


.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width:50px;
}

/* ==========================================================================
PAGE HEADER
========================================================================== */
header{
    text-align: center;
}
header p{
    margin-bottom: 0px;
}


/* ==========================================================================
GLOBAL NAVIGATION (*各ボタン類定義はnav.css)
========================================================================== */

nav {
    width:100%;
}

/* TOP CAROUSEL
========================================================================== */
.slick-slider {
    margin-bottom: 10px;
}
/* カルーセル 左右矢印の設定 */
.slick-prev:before, .slick-next:before {
    opacity: 0.75;
    color: #FFF;
    font-size: 30px;
}
.slick-next {
    right: 15px;
    z-index: 999;
}
.slick-prev {
    left: 15px;
    z-index: 999;
}

/* 初期化前表示対策 */
.nodisp{
    display: none;
}


/* ==========================================================================
MAIN CONTENTS
========================================================================== */

/* 新着情報
========================================================================== */

div.news_body{
    padding:10px 5px;
}
div.news_body h3{
    margin:0px;
}
div.news_body p.pic{
    text-align: center;
}
/* 
div.news_body p.pic img{
    width:100%;
}
*/


/* キャスト一覧・スケジュール(一部共通)
========================================================================== */

/* タブ */
ul.schedule_tab{
    width:100%;
    overflow: hidden;
    margin-bottom: 10px;
}
ul.schedule_tab li a{
    background-color: #CCC;
    width:33.3%;
    float:left;
    text-align: center;
    padding:5px 0;
}
ul.schedule_tab li.active a{
    background-color: #5f5f5f;
    color:#FFF;
}
/* キャスト表示枠 */
ul.castlist p{
    margin-bottom: 0.3em;
}
ul.castlist{
    width:99%;
    padding:0 0 0 0;
    overflow: hidden;
}
ul.castlist li{
    margin-right: 4px;
    margin-bottom: 5px;
    float: left;
    width:32%;
    padding:3px 2px 0px 2px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid #CFBC92;
}
ul.castlist li a{
    height: auto;
    overflow: hidden;
}
ul.castlist li:nth-child(3n){
    margin-right: 0;
}
ul.castlist li img.thumb{
    width:100%;
    text-align: center;
}
ul.castlist li p.cast_name{
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
}
ul.castlist li p.cast_name a {
    color: #277fe1;
    text-decoration: none;
    margin: 0;
    padding-bottom: 0;
}
ul.castlist li p.cast_data{
}
ul.castlist li p.cast_time{
    font-weight: bold;
    margin: 0;
}





/* 新人入店情報
========================================================================== */


div.newface{
    width: 200px;
    background: #F3F3F3;
    padding: 0 0 10px 0;
    height: 703px;
}

div.newface_body{
    width: 100%;
    font-size: 12px;
}

div.newface_body p{
    margin:0 0 5px 0;
    padding: 0 5px;
    box-sizing: border-box
}

section.newface ul li{
    padding 10px;
    overflow: hidden;
}
section.newface p.pic{
    width:40%;
    float:left;
    padding 10px;
}
section.newface div.newface_data{
    width:60%;
    float:right;
    padding 10px;
}

div.newface_body p.cast_name,
div.newface_body p.cast_data,
div.newface_body p.date{
    text-align: center;
}
div.newface_body p.date{
    background: #ef76ae;
    color:#FFF;
}

/* キャスト詳細ページ
========================================================================== */
section.cast_profile div.gallery{
    width: 100%;
    height: 430px;
}
section.cast_profile div.gallery-cell{
    width: 100%;
    height: 430px;
    text-align:center;
}
section.cast_profile div.gallery-cell img{
 max-height:400px;
 max-width:100%;   
}


ol.flickity-page-dots{
    bottom: 10px;
}

section.cast_profile div.cast_schedule table{
    width:100%;
}

section.cast_profile div.cast_schedule th{
    width: 33%;
    height: 25px;
    font-size: 80%;
    vertical-align: middle;
    background: #ddeffb;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
section.cast_profile div.cast_schedule td{
    width: 33%;
    height: 25px;
    font-size: 80%;
    vertical-align: middle;
    text-align: center;
    padding:5px 0;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
section.cast_profile div.cast_schedule th:last-child,
section.cast_profile div.cast_schedule td:last-child{
    border-right:1px solid #CCC;
}
section.cast_profile>div{
    margin-bottom: 10px;
}
section.cast_profile div.cast_data table{
    width: 100%;
}
section.cast_profile div.cast_data td.question{
    width: 38%;
    padding:0 0 0 5px;
    font-size: 90%;
    border-bottom: 1px dashed #28dbd6;
}
section.cast_profile div.cast_data td.answer{
    padding:0 0 0 5px;
    font-size: 100%;
    border-bottom: 1px dashed #28dbd6;
}
section.cast_profile p.shop_comment{
    margin: 5px;
    padding:5px;
    font-size: 110%;
    border: 1px solid #CCC;
}


section.cast_profile div.diary_iframe {
    /* width: 80%; */
    /* margin: 0 auto 15px auto; */
    /* max-width: 420px; */
    /* height: 400px; */
    padding: 5px;
}
.flickity-page-dots .dot{
    background: #76dcef;
}

/* イベントページ
========================================================================== */
section.event p.event_info{
    margin: 5px;
    border: 1px dotted #000;
    padding:5px;
}
section.event ul{
    border-top: 1px dotted #CCC;
    padding-bottom: 20px;
}
section.event li{
    padding : 5px;
    border-bottom: 1px dashed #ef76ae;
}
section.event p.event_title{
    text-align: center;
    font-weight: bold;
    color: deeppink;
    font-size: 110%;
    margin-bottom: 0;
}
section.event p.event_comment{
    padding :5px;
    margin-bottom: 0;
}






/* クレジット決済ページ
========================================================================== */

section.credit ul.credit_info{
    display:block;
    padding:5px 10px 5px 20px;
    margin: 5px;
    list-style-type: disc;
    background: #FFFFCC;
}

section.credit p.warning{
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 0;
}

section.credit ul.checkpoint {
    list-style-type: decimal;
    padding:10px 10px 10px 25px;
    display: block;
    border: 1px solid #000;
    margin: 0 10px;
}

section.credit ul.checkpoint li{
    color:red;
    margin-bottom: 5px;
}
section.credit div.payment{
    margin:0 auto 10px auto;
    padding: 5px;
    text-align: center;
}
section.credit div.payment button{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;	
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}
section.credit div.payment button:hover {background-color: #3e8e41}

section.credit div.payment button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
section.credit p.info_text{
    text-align: center;
}
/* クレジット決済ページ
========================================================================== */

section.mailmag p.mailmag{
    display:block;
    padding:5px 10px 5px 20px;
    margin: 5px;
    list-style-type: disc;
    background: #FFFFCC;
}

section.mailmag p.warning{
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 0;
}
section.mailmag p.formtitle{
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    padding: 10px 0 0 0;
    margin: 0;
}
section.mailmag label{
    font-size: 11px;
    padding: 10px 0 0 0;
    margin: 0;
}

section.mailmag hr{
    width:80%;
    margin:20px auto 10px auto;
    border-top: 1px dotted #000;
    padding: 0;
}

/* コンセプトページ
========================================================================== */

section.concept h3 {
        font-size: 100%;
}
section.concept h4 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0em;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    background-color: #ddfbf2;
}
section.concept p{
    padding:5px 10px;
    font-size: 100%;
    line-height:22px;
}

/* ホテルページ
========================================================================== */

div#controls ul li a {
    display: block;
    float: left;
    width: 29%;
    height: 24px;
    margin: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 12px !important;
    line-height: 13px;
}

/* ==========================================================================
SUB CONTENTS
========================================================================== */

/* 各種バナー類
========================================================================== */
section.sub_contents ul{
    overflow: hidden;
}
section.sub_contents ul li img{
    width: 100%;
}
section.sub_contents ul li.w50_l{
    width:49%;
    float: left;
    margin-bottom: 10px;
}
section.sub_contents ul li.w50_r{
    width:49%;
    float: right;
    margin-bottom: 10px;
}
section.sub_contents ul li.w100{
    width:100%;
    float: left;
    margin-bottom: 10px;
}
section.sub_contents div.movie{
    margin-bottom: 10px;
}

p.cast_name.text12.sphitokoto {
    background: #b3cff5;
    font-weight: normal;
    color: black;
    font-size: 10px;
}


/* FOOTER BANNER AREA
========================================================================== */


/* ==========================================================================
PAGE FOOTER
========================================================================== */
footer{
    text-align: center;
}


.footmenu {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    max-width: 910px;
    margin: 0 auto;
    line-height: 30px;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

img.sprank {
	width: 70%;
	margin: 2% 15%;
}

img.honjitu2 {
	width: 30%;
	margin: 5px 0;
}


.header-h1 {
	background-color: #63a5ff;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 4px;
}