/* ↓ fixe_menu 2019/02/01 */
#fixedMenu{
//    display:none;
}
#fixed_menu{display: none;height: 55px;}
#fixed_menu .menu_contents{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    background:#000; */
    background: rgba(85,85,85,0.6);
/* ↑マイヘブンリニューアル 2020/04/01*/
    box-shadow:0 -1px 2px rgba(0,0,0,0.3);
    position:fixed;
    bottom:0px;
    z-index:100;
    width:96%;
    padding: 0 2%;
    overflow:hidden;
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    height:60px; */
    height: 55px;
/* ↑マイヘブンリニューアル 2020/04/01 */
	display: flex;
}
#fixed_menu .menu_contents .btn{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    width: 21%; */
    width: 26%;
	margin-right:2%;
/* ↑マイヘブンリニューアル 2020/04/01 */
}
#fixed_menu .menu_contents .reserve_btn{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    width: 54%; */
    width: 48%;
/* ↑マイヘブンリニューアル 2020/04/01 */
    margin: 0 auto;
    flex-grow: 2;
}
#fixed_menu .menu_contents .reserve_btn a{
    display:block;
    background:#f8860a;
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    margin:7px 0; */
/*    line-height:45px; */
    margin:10px 0;
    line-height:34px;
/* ↑マイヘブンリニューアル 2020/04/01 */
    color:#fff;
    text-align:center;
    font-size:12px;
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    position:relative; */
/*    height:45px; */
/*    border-radius:30px; */
    height:34px;
    border-radius:5px;
/* ↑マイヘブンリニューアル 2020/04/01 */
    cursor:pointer;
    font-weight:bold;
    position:relative;
	border-radius:5px;
}
#fixed_menu .menu_contents .reserve_btn a span{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    line-height:45px; */
    line-height:33px;
/* ↑マイヘブンリニューアル 2020/04/01 */
}
/* ↓マイヘブンリニューアル 2020/04/01 */
#fixed_menu .menu_contents .reserve_btn a .tel_text{
/*	position:absolute; */
/*	bottom:3px; */
/*	height:19px; */
/*	left:0; */
/*	right:0; */
/*	margin:auto; */
/*	line-height:19px; */
    height:12px;
    margin:10px 0px;
    line-height:12px;
}
/* ↑マイヘブンリニューアル 2020/04/01 */
#fixed_menu .menu_contents .reserve_btn a img{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    width:16px; */
/*	position:absolute; */
/*	top:5px; */
/*	left:0; */
/*	right:0; */
/*	margin:auto; */
	width:16px;
    vertical-align:middle;
    margin: 0px 5px 2px;
/* ↑マイヘブンリニューアル 2020/04/01 */
}
#fixed_menu .menu_contents .job_offer a{
    position:relative;
    display:block;
    text-align:center;
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    height:45px; */
/*	margin:7px 0; */
/*	background:#fff; */
/*	border-radius: 5px; */
    height:33px;
    margin:11px 0;
	border-radius:5px;
    background: #faa;
/* ↑マイヘブンリニューアル 2020/04/01 */
}
/* ↓マイヘブンリニューアル 2020/04/01 */
#fixed_menu .menu_contents .job_offer .btn_mens{
    background: #7ce;
}
/* ↑マイヘブンリニューアル 2020/04/01 */
#fixed_menu .menu_contents .job_offer a img{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*	width:21px; */
/*	margin-top:10px; */
    vertical-align: middle;
    width:17px;
/* ↑マイヘブンリニューアル 2020/04/01 */
}
#fixed_menu .menu_contents .job_offer a span{
/* ↓マイヘブンリニューアル 2020/04/01 */
/*	position: absolute; */
/*    bottom: 3px; */
/*    width: 100%; */
/*    left: 0; */
/*    right: 0; */
/*    margin: auto; */
/* ↑マイヘブンリニューアル 2020/04/01 */
    font-size: 11px;
/* ↓マイヘブンリニューアル 2020/04/01 */
/*    color: #666; */
    color: #fff;
    line-height: 33px;
    margin: 11px 3px;
    white-space: nowrap;
/* ↑マイヘブンリニューアル 2020/04/01 */
    font-weight: 700;
    white-space: nowrap;
}
#fixed_menu .menu_contents .job_offer a .jobs_icon{
	width: 35px;
	height: 16px;
	bottom: 23px;
	color: #fff;
	border-radius: 3px;
	line-height:16px;
}
#fixed_menu .menu_contents .job_offer a .jobsGirl{
	background:#fd4c96;
}
#fixed_menu .menu_contents .job_offer a .jobsGirlText{
	color:#fd4c96;
	line-height:19px;
	height:19px;
}
#fixed_menu .menu_contents .job_offer a .jobsMens{
	background:#334664;
}
#fixed_menu .menu_contents .job_offer a .jobsMensText{
	color:#334664;
	line-height:19px;
	height:19px;
}

/* モーダル */
#modal_reserve {
    display: none;
    width:90%;
    padding: 0;
    color: #666666;
    position:fixed;
    z-index: 10002;
    text-align:center;
    overflow:hidden;
    top:50%;
    margin-top:-180px;
}
#modal-bg {
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index:10001;
}
#modal_close {
    font-size: 36px;
    color: #fff;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10002;
    cursor:pointer;
    display:none;
}
#modal_reserve .reserve_inner{
    background-color: #ffffff;
    border-radius:8px;
	padding: 10px 0 10px;
}
#modal_reserve .phone_reservation{
    display:none;
    background:#fff;
    border-radius: 5px;
    padding: 10px 0;
}
#modal_reserve h3{
	line-height: 1.5;
    font-size:13px;
    font-weight:bold;
	padding-bottom: 5px;
}
#modal_reserve .select_contents{
    width:90%;
    margin:5px auto 5px;
	border: 1px solid #adb3b0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow:hidden;
}
#modal_reserve .day_select{
    width:50%;
    float:left;
    position:relative;
}
#modal_reserve select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
#modal_reserve .day_select .week{
    width:100%;
    text-align:left;
    line-height:36px;
    cursor:pointer;
    color:#666;
    background:url(/img/arrow/bottom-arrow_g.svg?cashe02=1552037058) no-repeat;
    background-position:right 5px bottom 4px;
    padding:0 5px;
    font-size:11px;
    font-weight:bold;
}
#modal_reserve .day_select .icon_arrow img{
    transform: rotate(270deg);
}
#modal_reserve .girl_select{
    width:50%;
    float:left;
    position:relative;

}
#modal_reserve .girl_select:before{
    position:absolute;
	background: #adb3b0;
    width:1px;
    height:41px;
    content:'';
    top:-5px;
    left:0;
}
#modal_reserve .girl_select .girl{
    line-height:36px;
    width:100%;
    padding:0 5px;
    cursor:pointer;
    color:#666;
    background:url(/img/arrow/bottom-arrow_g.svg?cashe02=1552037058) no-repeat;
    background-position:right 5px bottom 4px;
    font-size:11px;
    font-weight:bold;
}
#modal_reserve .girl_select .icon_arrow img{
    transform: rotate(270deg);
}
#modal_reserve .girl_select .second_person{
    display:none;
}
#modal_reserve .time_select {
	margin:15px auto 20px;
    overflow:hidden;
    height:40px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0; 
    padding:0 15px;
    -webkit-overflow-scrolling: touch;
}
#modal_reserve .time_select .item {
    width:60px!important;
    margin:0px 2.5px;
    cursor:pointer;
    white-space: nowrap;
    display: inline-flex;
    color:#fff;
    height:40px;
    line-height:1;
    border-radius:5px;
    font-weight:bold;
    font-size: 12px;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-justify-content: center;
}

#modal_reserve .calender{
/* ↓ カレンダーから探す 表示変更 @SC 2021/11/11 */
    width:45%;
    background:#29a23d;
    border-radius:20px;
    height:30px;
    line-height:30px;
    margin:3px auto 5px;
/*    color: #6bb690;*/
    color:#fff;
    font-size:80%;
    padding:0;
/* ↑ カレンダーから探す 表示変更 @SC 2021/11/11 */
}
#modal_reserve .time_select .item.on {
    background:#6bb690;
}
#modal_reserve .time_select .item.off {
    background:#c3c0c0;
}
#modal_reserve .time_select .item.tel {
    background:#c3c0c0;
}
.css_arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
}
.css_arrow::before,
.css_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.css_arrow::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.css_arrow::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #29a23d;
    border-right: 1px solid #29a23d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#modal_reserve .chat_inner{
    margin-top:10px;
    position:relative;
    cursor:pointer;
    background-color: #ffffff;
    border-radius: 8px;
    padding:5px 0;
}
#modal_reserve .chat_inner .chat_guidance{
    margin-top:2px;
    font-weight:bold;
}
#modal_reserve .chat_inner .chat_guidance img{
    width:20px;
    margin-right:5px;
    vertical-align:middle;
}
#modal_reserve .chat_inner .online{
    width:45%;
    background:#29a23d;
    border-radius:20px;
    height:30px;
    line-height:30px;
    margin:3px auto 5px;
    color:#fff;
    font-size:80%;
}
#modal_reserve .chat_inner .offline{
    width:45%;
    background:#c3c0c0;
    border-radius:20px;
    height:30px;
    line-height:30px;
    margin:3px auto 5px;
    color:#fff;
    font-size:80%;
}

#modal_reserve .chat_inner .icon_arrow{
    position:absolute;
    transform:rotate(-180deg);
    right:5px;
    top:0;
    bottom:0;
    margin:auto;
    height:24px;
}

#modal_reserve .phone_inner{
    margin-top:45px;
    background-color: #ffffff;
    border-radius: 8px;
    border:3px solid #df5656;
}
#modal_reserve .phone_inner .phone_guidance{
    position:relative;
    cursor:pointer;
    margin:10px 0;
}
#modal_reserve .phone_inner .phone_guidance img{
    width:20px;
    vertical-align:middle;
    margin-top:-3px;
}
#modal_reserve .phone_inner .phone_guidance .icon_arrow{
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    margin:auto;
    height:24px;
}
#modal_reserve .phone_inner .phone_guidance .icon_arrow img{
    width:24px;
    transform:rotate(180deg);
}
#modal_reserve .phone_inner .phone_guidance .reserve_text{
    font-size:75%;
}
#modal_reserve .phone_inner .phone_guidance .call_number{
    font-size:14px;
    color:#666;
    text-decoration:none;
	position: absolute;
	top: 30px;
	color: white;
	left: 60px;
}
#modal_reserve .phone_inner .phone_guidance .call_number a{
	color: #ffffff;
    text-decoration:none;
	font-size: 13px;
}
#modal_reserve .phone_inner .phone_guidance .shopinfotelbtn{
    border:0;
    background:#df5656;
    color:#fff;
    width:65%;
	margin: 10px auto 10px;
    color:#fff;
    text-decoration:none;
    position:relative;
    border-radius:30px;
	line-height: 1.5;
    font-size:14px;
	padding: 10px 5px;
}
#modal_reserve .call_txt{
    color: #666666;
}
#modal_reserve .phone_inner .phone_guidance .shopinfotelbtn .icon_arrow{
    display:inline;
    position:absolute;
    top:0;
    bottom:0;
	left: 16px;
    margin:auto;
    padding:0;
    height:20px;
    right:auto;
}
#modal_reserve .phone_inner .phone_guidance .shopinfotelbtn .icon_arrow .icon_tel{
    width:20px;
    transform:rotate(0deg);
    margin:0;
}

#modal_reserve .phone_reservation .tel_number{
    margin-top:20px
}
#modal_reserve .phone_reservation .tel_number a{
    color:#df5656;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
}
#modal_reserve .phone_reservation .shopinfotelbtn{
    border:0;
    background:#df5656;
    color:#fff;
    width:65%;
	margin: 10px auto 10px;
    color:#fff;
    text-decoration:none;
    position:relative;
    border-radius:30px;
	line-height: 1.5;
    font-size:14px;
	padding: 10px;
}
#modal_reserve .phone_reservation .shopinfotelbtn span{
    display:inline;
    position:absolute;
    top:0;
    bottom:0;
    left:30px;
    margin:auto;
    padding:0;
    height:20px;
}
#modal_reserve .phone_reservation .shopinfotelbtn img{
    width:20px;
}
#modal_reserve .phone_reservation .reserve_text{
    margin-bottom:20px;
}
#modal_reserve .phone_reservation .reserve_text a{
    color:#666;
    text-decoration:none;
}

/* ↑ fixe_menu scfujimoto 2019/02/01 */
/* ↓ css修正 2022/04/26 SMC */
/* ↓ [H]店舗ページに検索結果への動線を配置 2019/06/18 */
#common_shop_footer {
    text-align: left;
    width: 90%;
    margin: 10px auto 10px;
    padding: 0!important;
}
#common_shop_footer a {
    font-size: 9px;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    padding: 5px 5px;
    border: 1px solid #a3a3a3;
    width: calc(49% - 3px)!important;
    box-sizing: border-box;
    height: 47px!important;
    display: inline-flex;
    height: 35px;
    margin:0 2% 0 0!important;
}
#common_shop_footer a:last-child{
	margin: 0!important;
}
#common_shop_footer a div {
    display: inline-block;
    height: 40px;
    margin: auto;
    text-align: center;
    padding-top: 2%;
}
#common_shop_footer a div span {
    display: block;
    line-height: 15px;
    color: #333;
    font-size: 11px;
}
/* ↑ [H]店舗ページに検索結果への動線を配置 2019/06/18 */
/* ↑ css修正 2022/04/26 SMC */
@media( max-width: 767px ){
	#fixed_menu{display: block;}
}