@charset "utf-8";
/* CSS Document */
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, margin-inline-start {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body, h1, h2, h3, h4, ul, li, p, form {
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-size: ;
	color: #fff;
}
img {
    width: 100%;
}
a img {
	border: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active {
	text-decoration: none;
	color: #fff;
}
.box {
	margin: 10px auto;
}
.c_both {
	clear: both;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}




/* =======================================
   body
======================================= */

#container {
	position:relative;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
    overflow: hidden;
}


/* =======================================
   header 
======================================= */


#header {
	background:#FF0099;
    height:60px;
    width:100%;
    position: relative;
    font-weight:bold;
}


#header_h1 {
    position: absolute;
    display: block;
    top: 0px;
    text-indent: -9000px;
}
.logo {
    line-height: 62px;
    padding-left: 5px;
}

/* slider
--------------------------------*/

.bx-wrapper {
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
    background: #000;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

/* info
--------------------------------*/
.shopinfotext p{
    text-align: center;
    line-height: 1.4;
}

/* tel reserve
--------------------------------*/

.shopinfobox-buttons-box {
    padding: 6px 3px;
    margin-bottom: 8px;
    border-radius: 3px;
}
.shopinfobox-buttons-wrap {
    clear: both;
    display: flex;
    justify-content: space-between;
}    
a.shopinfobox-button {
    border: 1px solid #a3a3a3;
    color: #000;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -ms-linear-gradient(top,#fff,#e1e1e1);
    background: -moz-linear-gradient(top,#fff,#e1e1e1);
    background: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#e1e1e1));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#E1E1E1);
    display: block;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    margin: 0 3px;
} 
.shopinfobox-button-text-wrap {
    display: inline-block;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
}
.shopinfobox-button-text-wrap.m-telicon {
    background-image: url(https://img.cityheaven.net/img/icon/keep/icon-tel-o.png);
}
.shopinfobox-button-text-wrap.m-reserveicon {
    background-image: url(https://img.cityheaven.net/img/icon/keep/icon-reserve-o.png);
    padding: 8px 0 4px 32px!important;
}
span.shopinfobox-button-text {
    display: block;
    line-height: 15px;
    font-size: 13px;
    color: #555;
    text-align: left;
}
span.shopinfobox-button-text {
    display: block;
    line-height: 15px;
    font-size: 13px;
    color: #555;
    text-align: left;
}
span.shopinfobox-button-text.m-small {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
}

/* tabMenu
--------------------------------*/
.tabMenu {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.tabMenu:before, .tabMenu:after {
    content: "";
    position: absolute;
    top: 40px;
    display: block;
    width: 8px;
    border-bottom: 2px solid;
    left: 0;
}
.tabMenu-parent {
    position: relative;
    margin-bottom: 12px;
    padding: 0 8px;
}
.tabMenu-parent-item {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    border-bottom: 2px solid;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
}
.tabMenu-parent-item.is_current {
    border: 2px solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.tabMenu-parent-item a {
    display: block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
li:after, div.half_list:after {
    content: "";
    clear: both;
    display: block;
}
.tabMenu-parent-item>a i {
    font-size: 13px;
    margin-right: 2px;
    vertical-align: middle;
    padding-bottom: 2px;
}




/* =======================================
   footer
======================================= */


#footer {
	clear: both;
	height: 100px;
	background-color: #e34788;
}

#copy {
	padding-top: 30px;
	text-align: center;
	color: #fff;
}



/* drawer menu
-------------------------------*/

.drawer-menu-item {
    padding: 18px;
}

#menu_box {
	position: relative;
    width: 100%;
    height: 208px;
    margin-bottom: 10px;
    background-image: url(../img/menu.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
#menu_box #menu_tel {
	position: absolute;
    width: 300px;
    height: 80px;
    top: 80px;
    left: 6px;
}

#menu_wrapper {
    height: 100px;
    border-bottom: 10px solid #f83291;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#menu {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#menu li {
	list-style-type: none;
	width: 187px;
	float: left;
}
#menu span {
	visibility: hidden;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
}
#menu a {
	display: block;
	height: 100px;
}

#googleTranslate {
    margin: 50px 10px 100px;
    padding: 10px 0;
    background: #fff;
    border-radius: 2px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    z-index: 20;
    text-align: center;
}


/* title
-------------------*/
h5 {
    color: white;
    background: url(../img/title_bg.jpg);
    background-size: contain;
    padding: 10px 0 10px 20px!important;
    font-size: 120%;
    margin: 0;
    text-shadow: 3px 3px 2px #000000ab;
    font-family: 'Noto Serif JP';
    border-left: 12px solid #99005c;
}
/* 続きを見る
-------------------*/
.hidden_box {
    margin: 0 0 2em 0;
    padding: 0;
}

.hidden_box label {
    display: block;
    text-align: center;
    margin: 8px auto 12px auto;
    width: 80%;
    background-color: #e4e4e4;
    border: 1px solid #5b5b5b;
    padding: 15px 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(.35,#e9e9e9),color-stop(1,#dbdbdb));
    border-radius: 10px;
    color: #5b5b5b;
    font-weight: bold;
}

.hidden_box label:hover {
    background: #efefef;
}

.hidden_box input:only-of-type {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0 50px;
    height: auto;
    opacity: 1;
}

/* =======================================
   page_top
======================================= */

.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 8px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    text-decoration: none;
    width: 60px;
    height: 60px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	border-radius: 5px;
    font-size: 30px;
    line-height: 2;
}
.pagetop a:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}


.bt_tel {
    position: fixed;
    display: block;
    background: #f8860a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    bottom: 5px;
    right: 8px;
    width: 60%;
    height: 40px;
    z-index:2;
    line-height: 42px;
}

.bt_tel img {
    width: 18px;
    vertical-align: middle;
    margin: 0px 5px 2px;
}

.bt_tel span {
}

.bt_schedule {
    width: 35%;
    color: #fd4c96!important;
    position: fixed;
    display: block;
    background: white;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    bottom: 5px;
    left: 8px;
    height: 40px;
    z-index: 2;
    line-height: 42px;
}
.bt_schedule span {
}
/* =======================================
   heaven 
======================================	*/


#bunner_wrapper {
    height: 140px!important;
}



.heaven_girlistbtn {
    margin: 5px auto 5px;
    width: 96%;
}

.heaven_girlistbtn a {
    display: block;
    color: black;
    border: 1px solid #a3a3a3;
    border-radius: 16px;
    text-align: center;
    background: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#e1e1e1));
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 32px;
}

.heaven_top_shop {
    text-align: center;
    margin:0 0 30px 0;
    line-height: 1.5;
}

.heaven_top_shop p {
    font-size:12px;
    padding:6px 0;
    line-height:24px;
}

.heaven_top_shop p:nth-child(1) {
    font-size:34px;
    display:inline-block;
    font-weight:bold;
    padding:10px 0 30px;
}

.heaven_top_shop p:nth-child(2) , .heaven_top_shop p:nth-child(3) {
    font-size:24px;display:inline-block;width:100%;padding: 0;
}

.heaven_top_shop p:nth-child(4) {
    font-size:24px;display:inline-block;width:100%;
}

.heaven_top_shop p a {
    display: inline-block;
    padding: 4px 16px 4px 40px;;
    background:rgba(255,2552,255,0.3);
    background-image: url(../img/icon/icon-pin.png);
    background-repeat: no-repeat;
    background-position: 0 1%;
    background-size: auto 98%;
    color: #40a2ff;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #3ea1ff;
    margin: 0 0 20px 0;
}

.heaven_top_shop .button {
    border: 1px solid #a3a3a3;
    color: #333;
    width: 100%;
    border-radius: 10px!important;
    text-align: center;
    background: -ms-linear-gradient(top,#fff,#e1e1e1);
    background: -moz-linear-gradient(top,#fff,#e1e1e1);
    background: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#e1e1e1));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#E1E1E1);
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    margin: 6px 0;
}


.heaven_top_shop .h_tel,.heaven_top_shop .h_reserve {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 0 2px;
    height: 80px;
}

.heaven_top_shop .h_tel div {
    background-image: url(../img/icon/icon-tel.png);
    padding-left: 90px;
    background-repeat: no-repeat;
    background-position: 12px 0;
    background-size: auto 100%;
}

.heaven_top_shop .h_tel span {
    display: block;
    line-height: 34px;
    font-size: 24px;
    color: #555;
    text-align: left;
}

.heaven_top_shop .h_reserve div {
    background-image: url(../img/icon/icon-reserve.png);
    padding-left: 90px;
    background-repeat: no-repeat;
    background-position: 12px 0;
    background-size: auto 100%;
    height:100%;
}

.heaven_top_shop .h_reserve span {
    display: block;
    line-height: 70px;
    font-size: 24px;
    color: #555;
    text-align: left;
}




.heaven_map {
    position: fixed;
    display: block;
    background: #99005c;
    margin: 7px 0;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    top: -7px;
    right: 118px;
    width: 117px;
    height: 91px;
    z-index: 1401;
    border-right: 2px solid rgba(255,255,255,0.25);
    padding: 10px 0 0 0;
}


/* info
-------------------------*/

.info {
    width: 90%;
    padding: 20px 5%;
}


/* Contact Form 
-----------------------------*/


.contact {
	margin-bottom: 50px;
}
.contact p{
	margin-bottom: 5px;
}

/* Copyrights */

#copyrights {
  position: relative;
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #222;
}

.credits {
  color: #999;
}

#aboutus .icon {
	font-size: x-large;
}
.form-control {
    font-size: 16px !important;
}




