/*
Theme Name: Petitdevil
*/

@import url(http://fonts.googleapis.com/css?family=Lato:100,300);

img{ max-width: 100%; height:auto; }

body{
        font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#0a0a0a;
	background-color:#fff;
}
body a:hover{
    text-decoration: none;
}
.modal { 
    position:fixed; 
    display:none; 
    z-index:9999; 
    top:50%; 
    left:50%; 
    width:400px; 
    height:200px; 
    margin:-100px 0 0 -200px; 
    padding:20px; 
    text-align:center;
/*    color: #000; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	transition: all .1s linear;
}
.modal p { 
	margin-bottom: 60px;
}
.modal a { 
    margin: 10px;
    padding: 5px 10px;
    cursor:pointer; 
    border: solid 1px #000;
    border-radius: 3px;
    color: #000;
}
.modal a:hover{
    background: #ff73a2;
    color: #fff;
}
header{
    padding: 15px;
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/top-bg1.gif) repeat;
}
#header_info{
    width: 50%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    float: left;
}
#header_info img{
    width: 100%;
}
header #button{
    float: right;
    margin-top: 0.5em;
}
header #button li{
    float: left;
    text-align: center;
    margin-left: 1em;
    line-height: 100%;
}
header #button li a{
    display: block;
    color: #FF396C;
}
header #button i{
    display: block;
    font-size: 2.2em;
}
header #button span{
    font-size: 0.6em;
}
header #reservation, .reservation-btn{
    width: 90%;
    margin: 0.5em auto;
    background: #FF396C;
    border-radius: 3px;
    text-align: center;
}
header #reservation a, .reservation-btn a{
    display: block;
    color: #fff;
    padding: 0.3em;
}
li.visible-xs {
    color: #FF396C;
}
.today {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/today_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.featured {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/FEATURED-GIRLS_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.map {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/MAP_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.reservation {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/RESERVATION-FORM_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.girls {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/ALL-GIRLS_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.price {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/PRICE_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.playguide {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/PLAY-GUIDE_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.htp {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/HOW-TO-PLAY_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.access {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/ACCESS_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.cartoon {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/CARTOON_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
.tumblrtitle {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/05/Tumblr_sp.png) no-repeat center;
    height: 32px;
    margin-bottom: 10px;
}
nav{
    display: none;
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
}
nav li{
    width: 100%;
    border-bottom: solid 1px #ffffff;
    font-size: 1.2em;
}
nav li:first-child{
    padding: 1em;
}
nav li a{
    display: block;
    padding: 0.6em;
    padding-left: 1.5em;
    color: #fff;
    font-size: small;
}
nav li i{
    display: inline-block;
    width: 30px;
    text-align: center;
}
nav .pink{
    background: #FF6699;
}
nav .pink a{
    color: #fff;
}
nav .brown{
    background: #ebe3dc;
}
nav .brown a{
    color: #7b0535;
}
nav .vergundy{
    background: #FF396C;
}
nav .vergundy a{
    color: #fff;
}
#page-top{
    display:none;
	width:60px;
	position:fixed;
	right:10px;
	bottom:10px;
    z-index: 9999;
    border-radius: 3px;
    cursor: pointer;
}
#page-top a{
    display: block;
    color: #fff;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background: rgba(255,129,171,0.7);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
    border-radius: 3px;
}
#page-top p i{
    display: block;
    font-size: 24px;
}
#page-top p span{
    font-size: 8px;
}
#page-top p:hover{
	background: rgba(255,129,171,1);
    border-radius: 3px;
}
footer{
    border-top: solid 2px #FF5B9D;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-top: 1em;
}
#footer-info{
    margin: 0 15px;
}
#footer-info img{
    width: 45%;
    height: auto;
    float: left;
}
#footer-info .tel{
    width: 50%;
    float: right;
    text-align: right;
    color: #ff73a2;
    font-size: 1.5em;
    margin-top: 20px;
}
#footer-info .tel a{
    color: #ff73a2;
}
#copyright{
    margin: 1em 0 0;
    padding: 1em 0;
    text-align: center;
    font-size: 0.9em;
    background-color: #FF99CC;
    color: #ffffff;
}
#copyright a {
    color: #ffffff;
}
#sub-content{
    background-image: url(..wp-content/themes/Petitdevil/image/bg02.png);
}
#main{
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/main-bg.png) repeat;
}
.carousel-indicators{
    bottom: -40px;
}
.carousel-indicators li{
    border: none;
    background: #676767;
}
.carousel-indicators .active{
    background: #ff73a2;
}
.carousel-caption{
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,129,171,0.8);
    text-shadow: none;
    padding: 3px;
    margin: 0;
    font-size: 0.8em;
    line-height: 1;
}
.carousel-caption span{
    font-size: 0.8em;
}
.carousel-caption p{
    margin: 0;
}
#slider img{
    width: 100%;
}
#catch{
    padding: 2em;
}
#catch h1{
    text-align: center;
    color: #FF2D7F;
    font-size: 1.3em;
}
#catch h1 i{
    font-size: 1.5em;
}
p.attention {
    text-align: center;
    color: #FF2D7F;
    font-size: 1.3em;
}
p.attention {
    font-size: 1.5em;
}
#main h2{
    font-size: 0.8em;
    text-align: center;
    color: #820538;
}
#main h2 span{
    font-size: 1.6em;
    display: block;
    text-decoration: underline;
    margin-bottom: 5px;
    color: #FF3968;
}
#main .link{
    background: #FF396C;
    border-radius: 3px;
    text-align: center;
    margin: 25px 15px 0 15px;
}
#main .link a{
    display: block;
    color: #fff;
    padding: 0.5em;
}
#schedule{
    padding: 1em 0 2em;
    background-image: url(../image/bg02.png);
}
#schedule li{
    width: 33.33333333%;
    float: left;
    position: relative;
}
#schedule li img{
    width: 100%;
    height: auto;
}
#schedule .name{
    position: absolute;
    background: rgba(255,129,171,0.6);
    width: 100%;
    z-index: 10;
    bottom: 0;
    text-align: center;
}
#schedule .name span{
    display: block;
    font-weight: bold;
}
#schedule .name a{
    display: block;
    color: #fff;
    padding: 0.5em 0;
}
#newface{
    padding: 1em 0 2em;
}
#newface li{
    width: 50%;
    float: left;
    position: relative;
}
#newface li img{
    width: 100%;
    height: auto;
}
#newface .name{
    position: absolute;
    background: rgba(255,129,171,0.6);
    width: 100%;
    z-index: 10;
    bottom: 0;
    text-align: center;
}
#newface .name a{
    display: block;
    color: #fff;
    padding: 0.5em 0;
}
#newface .name .size{
    display: block;
    font-size: 1em;
    margin-bottom: 2px;
}
#newface .name .comment{
    display: block;
    font-size: 0.9em;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
#campaign{
    padding: 0.1em 0 2em;
    background-image: url(../image/bg02.png);
}
#campaign .slide{
    margin-bottom: 0px;
}
#campaign img{
    width: 100%;
    height: auto;
}
#movies{
    padding: 1em 0 2em;
}
#movies ul{
    margin: 0 15px;
}
#movies li{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
#movies li a p{
    color: #1a1a1a;
}
#movies li a i{
    color: #ff81ab;
}
#movies li a:hover i{
    color: #676767;
}
#movies li i{
    font-size: 4em;
}
#movies li i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -20px;
}
#movies li img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.sidemap {
    display: none;
}
.CD {
    text-align: center;
    padding: 0 2em 30px 2em;
}
.wp-video-m {
    width: 100%;
}
.contents {
    padding: 0 1em;
}
.line {
    text-align: center;
    margin: 20px 10px 30px 10px;
}
.route {
    text-align: center;
    margin: 0 auto 30px auto;
}
/* 新インフォメーション */
.info_sns{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:0;
}
.info_sns li{
	list-style-type:none;
	width: 150px;
	text-align:center;
	padding:6px;
	margin:0;
}
.info_sns li a{
	color:#fff;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
	padding:6px 0;
}
.info_sns li a i{
	color:#fff;
}
.info_sns li.sns-line a{
    background-color: #1dcd00;
}
.info_sns li.sns-whatsapp a{
    background-color: #25d366;
}
.info_sns li.sns-whatsapp p{
	text-align:center;
}
.info_sns li.sns-wechat a{
    background-color: #7bb32e;
}
.info_sns li.sns-fb a{
    background-color: #0084FF;
}
.info_sns li.sns-skype a{
    background-color: #00aff0;
}
.info_sns li.sns-mail a{
    background-color: #3c3c3c;
}
.info_sns li.no-sns a{
	background: #ddd;
	border: 1px solid #888;
	color: #888;
	pointer-events: none;
}
/*表示・非表示*/

.hidden_box {
	padding: 0;
	text-align: center;
}

.hidden_box label {
	border-radius: 15px;
	color:#fff;
	cursor :pointer;
	margin: 0 auto;
	padding: 6px 0;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.hidden_box label i{
	color:#fff;
}
.sns-whatsapp .hidden_box label{
	background-color:#25d366;
}
.sns-wechat .hidden_box label{
	background-color:#7bb32e;
}
.hidden_box input {
	display: none;
}

.hidden_box .hidden_show {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	transition: 0.5s;
}


.hidden_box input:checked ~ .hidden_show {
	height: auto;
	opacity: 1;
	padding: 10px 0;
}
.hidden_box input:checked ~ .hidden_show img{
	display:block;
	margin:0 auto;
}
/* 地図 */
.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80%;
}
.space {
    margin: 80px auto;
}

/* 営業時間 */
.opentime {
    color: #FF396C;
    font-size: 110%;
    font-weight: bold;
}

/* 予約フォーム */
.form {
    margin: 0 10%;
    font-size: 1.7rem;
}
.screen-reader-response {
    display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: solid 2px #666;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    height: 50px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    border: solid 2px #666;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    height: 50px;
    width: 100%;
}
span.wpcf7-list-item-label {
    padding: 10px;
    color: #333;
    height: 50px;
    width: 100%;
    line-height: 1.8;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: solid 2px #666;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    width: 100%;
    height: 100px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: solid 2px #FF396C;
    background: rgba(255,129,171,0.8);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    height: 50px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background: #FF396C;
}
span.wpcf7-not-valid-tip {
    color: red;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    text-align: center;
    font-size: 1.7rem;
    background: yellow;
    padding: 10px;
}
.name {
    padding-bottom: 2%;
}
.tel {
    padding-bottom: 2%;
}
.email {
    padding-bottom: 2%;
}
.date {
    padding-bottom: 2%;
}
.time {
    padding-bottom: 2%;
}
.requestcast {
    padding-bottom: 2%;
}
.course {
    padding-bottom: 2%;
}
.option {
    padding-bottom: 2%;
}
.message {
    padding-bottom: 2%;
}
.submit {
    padding-bottom: 5%;
}

div#thumbnails_id li {
    list-style-type: none;
    float: left;
}
.tumblr li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px #888;
}
.tumblr img {
    height: 75px;
}
.tumblr {
    margin-top: 15px;
}

@media only screen and (max-width : 321px) {
.tumblr ul li img {
    height: 69px !important;
}
/* 年末年始 SP小 */
.nenga table tr td {
    font-size: 1.2rem !important;
}
}

@media only screen and (max-width : 376px) {
.tumblr img {
    height: 85px !important;
}
}

@media only screen and (max-width : 415px) {
.tumblr img {
    height: 100px;
}
/* 地図 */
.ggmap {
position: relative;
padding-bottom: 80% !important;
padding-top: 100px !important;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80%;
}
.space {
    margin: 60px auto;
}
.route {
    text-align: center;
    margin: -40px auto 30px auto;
}
/* 年末年始 SP */
.nenga {
    width: 90% !important;
    padding: 5px 10px !important;
    margin: 0 auto 30px !important;
}
.nenga > h2 {
    font-size: 1.8rem !important;
}
.nenga table tr td {
    font-size: 1.4rem !important;
}
}

@media only screen and (max-width : 568px){
	#schedule ul{
	    margin-bottom: 0;
	    padding: 0;
	}
	#schedule li{
		font-size:13px;
	}
}

/* Small devices (tablet, 768px and up) */
@media only screen and (min-width : 768px){
    header{
        position: fixed;
        width: 20%;
        height: 100%;
        float: left;
        padding: 0;
        border-right: solid 2px #FF5B9D;
        background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/top-bg1.gif) repeat;
    }
    #header_info{
        width: 100%;
        margin: 30px auto 0;
        float: none;
    }
    #header_info img{
        max-width: 350px;
        margin-bottom: 5px;
        margin-right: 20px;
    }
    header #reservation{
        width: 80%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    header #tel{
        color: #FF396C;
         font-size: 160%;
        font-weight: bold;
    }
.opentime {
    color: #FF396C;
    font-size: 160%;
    font-weight: bold;
}
    header #tel a{
        color: #FF396C;
    }
    nav{
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/top-bg1.gif) repeat;
    }
    nav ul{
        border-top: solid 1px #eae1da;
    }
    nav li{
        font-size: 1em;
    }
    nav li a{
        padding: 0.4em;
        padding-left: 1em;
        font-size: inherit;
    }
    nav .vergundy{
        margin-top: 5px;
    }
    #footer-info{
        width: 200px;
        float: left;
    }
    #footer-info img{
        width: 100%;
        float: none;
    }
    #footer-info .tel{
        width: 100%;
        float: none;
        text-align: center;
        font-size: 24px;
        padding-left: 20px;
        margin-top: 0px;
        display: none;
    }
    #sitemap{
        float: left;
        font-size: 1.1em;
        margin-top: 35px;
        margin-left: 20px;
    }
    #sitemap li{
        padding-right: 15px;
    }
    #sitemap a{
        color: #1a1a1a;
    }
    #main{
        width: 80%;
        float: right;
    }
    #main .link{
        width: 400px;
        margin: 35px auto 0 auto;
    }
    #schedule li{
        width: 16.6666666666%;
    }
    #newface li{
        width: 25%;
    }
    #movies ul{
        margin: 0;
    }
    #movies li{
        float: left;
        width: 33.33333333%;
        margin-bottom: 0;
    }
    #movies li i{
        margin-top: -60px;
    }

/* PC　CSS追加 */

div#thumbnails_id li {
    list-style-type: none;
    float: left;
}
.tumblr li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px #888;
}
.tumblr img {
    height: 110px;
}
.tumblr {
    margin-top: 15px;
}

.carousel-caption {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,129,171,0.8);
    text-shadow: none;
    padding: 7px;
    margin: 0;
    font-size: 1.2em;
}
.today {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/today.png) no-repeat center;
    height: 45px;
    margin-bottom: 20px;
}
.featured {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/FEATURED-GIRLS.png) no-repeat center;
    height: 45px;
    margin-bottom: 20px;
}
.map {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/MAP.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.reservation {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/RESERVATION-FORM.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.girls {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/03/ALL-GIRLS.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.price {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/PRICE.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.playguide {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/PLAY-GUIDE.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.htp {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/HOW-TO-PLAY.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.access {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/ACCESS.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.cartoon {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/04/CARTOON.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
.tumblrtitle {
    background: url(http://petitdevil.tokyo/wp-content/uploads/2017/05/Tumblr.png) no-repeat center;
    height: 45px;
    margin-bottom: 30px;
}
#catch h1 {
    text-align: center;
    color: #FF2D7F;
    font-size: 2em;
}
p.attention {
    text-align: center;
    color: #FF2D7F;
    font-size: 2em;
}
#schedule .amd-list li a {
    text-decoration: underline;
    color: #FF3968;
    font-size: 1.2em;
    font-weight: bolder;
}
#newface .name {
    position: absolute;
    background: rgba(255,129,171,0.6);
    width: 100%;
    z-index: 10;
    bottom: 0;
    text-align: center;
    font-size: 1.2em;
}
#newface .name .size {
    display: block;
    font-size: 1em;
    margin-bottom: 2px;
}
#schedule .name {
    position: absolute;
    background: rgba(255,129,171,0.6);
    width: 100%;
    z-index: 10;
    bottom: 0;
    text-align: center;
    font-size: 1.1em;
}
.sidemap {
    display: inline;
}
.CD {
    text-align: center;
    padding-bottom: 50px;
}
.wp-video-m {
    width: 70%;
}
.form {
    margin: 0 20%;
    font-size: 1.7rem;
}
.contents {
    padding: 0;
}

}

/* schedule */

#schedule .amd-list li{
	list-style: none;
    padding: 0;
}
#schedule .amd-list li a{
    text-decoration: underline;
    color: #FF3968;
}
#schedule .amd-list li{
    width: 14.2%;
    margin-bottom: 15px;
}

/* reservation */

#reservation{color:#333;}
#reservation #name{
    width: 48%;
    float: left;
}
#reservation #tel{
    width: 48%;
}
#reservation #email{
    width: 98%;
}
#reservation .girl{
    width: 48%;
    float: left;
}
#reservation #duration{
    width: 48%;
}
#reservation #date{
    clear: both;
    width: 48%;
    float: left;
}
#reservation #time{
    width: 48%;
}
#reservation #outcall{
    width: 98%;
}
#reservation #message{
    width: 98%;
}
#reservation button{
    width: 98%;
}

#reservation input{
    border: solid 2px #666;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation select{
    border: solid 2px #666;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation textarea{
    border: solid 2px #666;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #333;
    width: 100%;
    min-height: 100px;
    margin: 1%;
}
#reservation button{
    border: solid 2px #FF396C;
    background: rgba(255,129,171,0.8);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    height: 50px;
    /*width: 100%;*/
    margin: 1%;
}
#reservation button:hover{
    background: #FF396C;
}
::-webkit-input-placeholder {
   color: #333;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}
:-ms-input-placeholder {  
   color: #333;  
}

/* / reservation */

/* system */

#system{    
    /*width: 890px;*/
    margin: 0 auto;
	padding: 30px 5px;
	color:#1a1a1a;
}
dl{
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

dl dt{
    float: left;
    clear: left;
    width: 120px;
    padding: 5px 0;
    font-weight: bold;
}

dl dd{
    padding: 5px 0 5px 120px;
    border-bottom: 1px solid #ddd;
}

option{
	color:#333;
}

/* /system */

/*--
Slide
---------------------------------------*/

#slideshow .row{
	margin:auto 0px;
}

#slideshow ul{
	padding:0;
	margin-top:40px;
}

#slideshow ul li{
	list-style:none;
	float:left;
	margin-right:10px;
    margin-bottom:10px;
}
#slideshow ul li img{
	max-height:116px;
	max-width:80px;
}
#slideshow .active {
  filter: alpha(opacity=99)!important;
  -moz-opacity: 0.99!important;
  opacity: 0.99!important;
}
/* /slider */

/* 年末年始 PC */
.nenga {
    border-radius: 10px;
    width: 50%;
    padding: 5px 10px 10px;
    margin: 0 auto 50px;
    background-color: #F00;
    text-align: center;
}
.nenga > h2 {
    color: #FFFFFF !important;
    border-bottom: 1px solid #FFF !important;
    font-weight: bold !important;
    font-size: 2.5rem !important;
    line-height: 1.5em !important;
    margin: 0;
}
.nenga table {
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
    line-height: 1;
    border-radius: 6px;
    border: 2px solid #F00;
    margin: 0 auto;
}
.nenga table tr td {
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    background-color: #FF0000;
    font-size: 18px;
    border-right: 1px solid #FFF;
}
.nenga table tr td:last-child {
    border: none;
}