@charset "utf-8";
/**
 *
 */
input[type="text"], input[type="email"], input[type="password"],
input[type="search"], input[type="tel"], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #333;
    font: 14px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,sans-serif;
}
a {
    color: #06C;
    text-decoration: none;
}

input[type=text],
input[type=password],
textarea,
select {
    font-family: monospace;
    font-size: 20px;
}

input[type=text],
input[type=password],
select {
    box-sizing: border-box;
    height: 34px;
}

.error-message {
    color: #C00;
}

/*----------------------------------------------------------------------
 * 共通パーツ
 *--------------------------------------------------------------------*/
/* アンカー矢印 */
.schedule-list ul > li,
.setting-menu ul > li,
.KZ8bYr5hdLJb6l6o {
    display: block;
    background-color: transparent;
    background-image: url("../img/next_pink.png");
    background-position: right center;
    background-repeat: no-repeat;
}

/*----------------------------------------------------------------------
 * 共通パーツ(角丸)
 *--------------------------------------------------------------------*/
.schedule-edit .inner,
.setting-password .inner,
.radius-border-box{
    margin: 10px 10px 15px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3),0 -1px 2px rgba(0,0,0,0.2);
    border-radius: .5em;
    background-color: #FFF;
}

.schedule-edit .inner > :first-child,
.schedule-edit .inner > :first-child >:first-child,
.setting-password .inner > :first-child,
.setting-password .inner > :first-child >:first-child,
.radius-border-box-top-inherit{
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

/*----------------------------------------------------------------------
 * ログインフォーム
 *--------------------------------------------------------------------*/
.login-form dl {
    margin: 10px 7px;
}

.login-form input[type="password"],
.login-form input[type="text"] {
    width: 100%;
    height: 3em;
    line-height: 3em;
    padding-left: 6px;
    font-size: 16px;
    -webkit-appearance: none;
}

.login-form .error-message {
    margin-bottom: .5em;
}

.login-form [name="shop_cd"] {
    border: 1px solid #888;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.login-form [name="girl_cd"] {
    border: 1px solid #888;
    border-bottom: none;
    border-radius: 0;
}

.login-form [name="password"] {
    border: 1px solid #888;
    border-radius: 0 0 5px 5px;
}

/*----------------------------------------------------------------------
 * サブミットボタン
 *--------------------------------------------------------------------*/
.submitBtn input[type=submit] {
    width: 100%;
    height: 38px;
    padding: 5px;
    border: 1px solid #F9E3EA;
    border-radius: 3px;
    background-color: #FEDEEB;
    background-image: -webkit-linear-gradient(#ffffff, #FEDEEB);
    background-image: linear-gradient(#ffffff, #FEDEEB);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/*----------------------------------------------------------------------
 * ヘッダー
 *--------------------------------------------------------------------*/
.head-navi ul {
    display: table;
    table-layout: fixed;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    box-sizing: border-box;
}

.head-navi li {
    display: table-cell;
    text-align: center;
    white-space: nowrap;
}

.head-navi li {
    line-height: 2em;
    border: 1px solid #F9E3EA;
    background-color: #FEDEEB;
    background-image: -webkit-linear-gradient(#ffffff, #FEDEEB);
    background-image: linear-gradient(#ffffff, #FEDEEB);
    font-weight: bold;
}

.head-navi ul > li:hover{
    background-color: #ebf5ff;
    background-image: none;
}

.head-navi ul > li > a {
    display: block;
}

/*----------------------------------------------------------------------
 * 本日の予約状況
 *--------------------------------------------------------------------*/
.reservation-list ul > li {
    padding: .5em;
    line-height: 1.5em;
    border-bottom: 1px solid  #aaaaaa;
    background-color: #FEDEEB;
}

.reservation-list ul > li .real-time > span {
    color: #0082FC;
}

.reservation-list ul > li .hotel-room > span {
    color: red;
}

/**
 * 接客開始ボタン
 */
.reservation-list .link-btn {
    margin: .5em .7em;
}

.reservation-list .link-btn > a {
    display: block;
    border-radius: 5px;
    background-color: yellow;
    padding: .5em;
    box-shadow: 3px 3px 0 #888888;
    text-align: center;
}

/**
 * お店に電話する
 */
.reservation-list .shop-tel {
    margin: .5em .2em;
}

.reservation-list .shop-tel > a {
    display: block;
    border-radius: 5px;
    background-color: #E6E6E6;
    background-image: -webkit-linear-gradient(#FFFFFF, #E6E6E6);
    background-image: linear-gradient(#FFFFFF, #E6E6E6);
    padding: .5em;
    border: 1px solid #C5C5C5;
    text-align: center;
}

/*----------------------------------------------------------------------
 * 出勤予定
 *--------------------------------------------------------------------*/
.schedule-list .day-limit {
    text-align: center;
}
.schedule-list ul {
    background-color: #FEDEEB;
    border-top: transparent 1px solid;
    border-bottom: transparent 1px solid;
}

.schedule-list ul > li {
    border-bottom: 1px solid  #aaaaaa;
    margin: 0.5em;
    background-color: white;
}

.schedule-list ul > li > a {
    display: block;
    padding: .5em;
    min-height: 2em;
    color: inherit;
}

.schedule-list ul > li:hover {
    background-color: #ebf5ff;
}

.schedule-list .sun{
    color: red;
}
.schedule-list .sat {
    color: blue;
}

.schedule-list .scdate {
    display: inline-block;
    line-height: 2em;
    padding: 0 1em;
    background-color: #D8D8D8;
}

.schedule-list .working-hours {
    display: inline-block;
    line-height: 2em;
    width: 7em;
    margin-left: 1em;
    text-align: center;
}

/**
 * ページング
 */
.pageing {
    margin: 1em 0;
    text-align: center;
}

.pageing * {
    display: inline-block;
}

.pageing .prev,
.pageing .next {
    width: 80px;
    text-align: center;
}

.pageing .prev {
    padding: 5px 8px;
    border: 1px solid #ccc;
    background-color: #FFF;
    border-radius: 4px 0 0 4px;
}

.pageing .next {
    padding: 5px 8px;
    border: 1px solid #ccc;
    background-color: #FFF;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

/*----------------------------------------------------------------------
 * 出勤予定編集
 *--------------------------------------------------------------------*/
.schedule-edit .item-name{
    background-color: #F9F7F1;
    font-weight: bold;
    padding: .5em;
}

.schedule-edit .item-line {
    border-top: 1px solid #DBD8CF;
}

.schedule-edit .dataarea {
    padding: .5em;
}

.schedule-edit .submitBtn {
    padding: .5em;
}

.schedule-edit select{
    font-size: 16px;
}

.schedule-edit select + span,
.schedule-edit span + select{
    margin-left: 3px;
}

.schedule-edit .return{
    margin: 1em .7em .7em .7em;
    font-size: 16px;
}

.schedule-edit .dataarea label {
    line-height: 34px;
}

/*----------------------------------------------------------------------
 * 設定メニュー
 *--------------------------------------------------------------------*/
.setting-menu > h1{
    padding: .5em;
}

.setting-menu ul {
    background-color: #FEDEEB;
    border-top: 1px solid  #aaaaaa;
}

.setting-menu ul > li {
    border-bottom: 1px solid  #aaaaaa;
}

.setting-menu ul > li > a{
    display: block;
    padding: .5em;
    min-height: 3em;
    color: inherit;
}

.setting-menu ul > li:hover{
    background-color: #ebf5ff;
}

/*----------------------------------------------------------------------
 * パスワード設定
 *--------------------------------------------------------------------*/
.setting-password .item-name {
    background-color: #F9F7F1;
    font-weight: bold;
    padding: .5em;
}

.setting-password .input-box,
.setting-password .submitBtn {
    border-top: 1px solid #DBD8CF;
    padding: .5em;
}

.setting-password input {
    width: 100%;
    font-size: 16px;
    padding: 5px;
}

.setting-password .return {
    margin: 1em .7em .7em .7em;
    font-size: 16px;
}

/**
 * フラッシュメッセージ
 */
.message {
    color: #fff;
    font-weight: bold;
    margin: .5em 2px;
    padding: 5px;
}

.message {
    background-color: #ffcc00;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/*----------------------------------------------------------------------
 * 編集アイテム名
 *--------------------------------------------------------------------*/
.edit-common > h1 {
    padding: .5em;
}

.edit-common .item-name {
    background-color: #F9F7F1;
    font-weight: bold;
    padding: .5em;
}

.edit-common .item-line {
    border-top: 1px solid #DBD8CF;
}

.edit-common .dataarea {
    padding: .5em;
}

.edit-common .submitBtn {
    padding: .5em;
}

.edit-common select{
    font-size: 16px;
}

.edit-common select + span,
.edit-common span + select{
    margin-left: 3px;
}

.edit-common .return{
    margin: 1em .7em .7em .7em;
    font-size: 16px;
}

.edit-common .dataarea label {
    line-height: 34px;
}

/**
 * 横幅制限
 */
.wrapper {
    max-width: 640px;
    margin: 0px auto;
}

/**
 * ヘッダー レイアウト
 */
.menu-header-box {
    position: relative;
    height: 55px;
    z-index: 4;
    background-color: white;
}

.menu-header-box .logo-head {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -23px;
}

.menu-header-box .top-link {
    position: absolute;
    top: 50%;
    right: 78px;
    width: 70px;
    height: 44px;
    margin-top: -22px;
    display: block;
}

.menu-header-box .menu-btn {
    position: absolute;
    top: 50%;
    right: 4px;
    height: 44px;
    width: 64px;
    margin-top: -22px;
}

/**
 * マイページTOP レイアウト
 */
.top-link-box  {
    display: block;
    text-align: center;
}

.top-link-box > img {
    display: block;
    margin: 0 auto;
}

.top-link-box > span {
    display: inline-block;
    font-size: 10px;
    vertical-align: 1px;
    color: #e95295;
}

/**
 * メニューボタン レイアウト
 */
.menu-btn-box  {
    display: block;
    text-align: center;
}

.menu-btn-box > .menu-btn-inner {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: thin #e95295 solid;
    border-radius: 4px;
}

.menu-btn-box > span {
    display: inline-block;
    font-size: 10px;
    vertical-align: 1px;
    color: #e95295;
}

/*
 * ハンバーガーアイコン
 */
.menu-btn-inner .menu-trigger-icon {
    position: absolute;
    top: 50%;
    left: 2px;
    right: 2px;
    height: 0;
}

.menu-trigger-icon span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e95295;
    border-radius: 4px;
}

.menu-trigger-icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger-icon .first {
    top: -6px;
}

.menu-trigger-icon .second {
    top: 0;
}

.menu-trigger-icon .therd {
    top: 6px;
}

.menu-trigger-icon.active .first {
    -webkit-transform: translateY(6px) rotate(-315deg);
    transform: translateY(6px) rotate(-315deg);
}

.menu-trigger-icon.active .second {
    opacity: 0;
}

.menu-trigger-icon.active .therd {
    -webkit-transform: translateY(-6px) rotate(315deg);
    transform: translateY(-6px) rotate(315deg);
}

.inner-menu-box {
    position: relative;
}

.inner-menu-box .inner ul {
    padding-top: 55px;
    line-height: 56px;
    text-align: center;
}

.inner-menu-box .inner ul a {
    color: #fff;
}

.inner-menu-box .inner {
    position: absolute;
    width: 100%;
    background-color: #e95295;
    margin-top: -403px;
    -webkit-transition: 0.8s cubic-bezier(0, 0, 0.2, 1);
    transition: 0.8s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0.95;
    z-index: 3;
}

.inner-menu-box .inner.open {
    margin-top: 0px;
}

/*
 * プロフィールトップ
 */
.profile-top-info {
    margin: 10px 0;
    height: 180px;
    background-image: url(../img/profile-bg.jpg);
}

.profile-top-info .shop-name {
    text-shadow:2px 2px 2px #fff;
    color: #e95295;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 15px;
}

.girls-name {
    text-align: center;
    margin-bottom: 20px;
}

.girls-name span {
    font-size: 2.5em;
    color: #333;
}

.girls-name span + span {
    margin-left: 10px;
}

.profile-top-info p {
    text-align: center;
}

.profile-top-info .shop-top-text {
    text-shadow:2px 2px 2px #fff;
    color: #e95295;
    font-size: 1.5em;
    font-weight: bold;
}

/**
 * 見出し
 */
.hedding-ttl {
    background-color: #FFF0F7;
    border-left: 12px #e95295 solid;
    margin: 11px 0;
    padding: .5em;
}
