@charset "UTF-8";

/**/

.fa-top {
    padding: 0;
    margin: 0;
    position: relative;
    top: -10px;
}


/* utility ----------------------------------------*/

.ovh {
    overflow: hidden;
}

.mb10 {
    margin-bottom: 10px;
}

.FlexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.FlexBox--justify {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.FlexBox--reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.FlexBox--column {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.FlexBox--Wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.FlexBox--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.FlexBox--baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.FlexBox--end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-end;
}

.FlexBox__item {
    display: block;
}

.FlexBox__item--half {
    width: 50%;
}

.text-center {
    text-align: center;
}

.tableinfo dt:first-of-type,
.tableinfo dd:first-of-type {
    border-top: none;
}

.tableinfo dt {
    float: left;
    clear: both;
    padding: 8px 3px 9px 10px;
    width: 150px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: dotted 1px #D0CCBE;
    font-size: 12px;
}

.tableinfo dd {
    margin-left: 88px;
    padding: 8px 10px 9px 10px;
    line-height: 1.4;
    text-align: justify;
    ;
    border-top: dotted 1px #D0CCBE;
    word-break: break-all;
    font-size: 13px;
}

.tableinfo dd .number {
    font-size: 16px;
    font-weight: bold;
}

.tableinfo dd .quest {
    font-size: 11px;
}


/* end utility ----------------------------------------*/


/* bxslider ----------------------------------------*/

.bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-pager,
.bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
    background: #000;
}


/* end bxslider ----------------------------------------*/


/* お店の設定 ----------------------------------------*/

.welcomeMenu a.menuBtn {
    color: rgba(255, 255, 255, 1);
}
.widget a {
    color: rgba(255, 94, 94, 1);
}

.widget a.link:hover {
    color: rgba(255, 94, 94, 1) !important;
}

.welcomeMenu a.menuBtn {
    font-size: 14px;
    padding: 5px 0px;
    display: block;
    width: 150px;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline-color: rgba(255, 255, 255, 1);
    outline-offset: 0;
    transition: all 1s cubic-bezier(0.19, 1, .22, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    outline: 1px solid rgba(255, 255, 255, 1);
}
.widget a.more {
    font-size: 14px;
    padding: 5px 0px;
    display: block;
    width: 220px;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-shadow: inset 0 0 20px rgba(255, 94, 94, 0);
    outline-color: rgba(255, 94, 94, 1);
    outline-offset: 0;
    transition: all 1s cubic-bezier(0.19, 1, .22, 1);
    border: 1px solid rgba(255, 94, 94, 1);
    outline: 1px solid rgba(255, 94, 94, 1);
}

.widget a.underline:hover {
    text-decoration: underline;
}

.welcomeMenu a.menuBtn:hover,
.welcomeMenu a.active,
.widget a.more:hover {
    text-decoration:none;
    background-color: #ff5e5e;
    color: white;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 94, 94, .5), 0 0 20px rgba(255, 94, 94, .2);
    outline-color: rgba(255, 94, 94, 0);
    outline-offset: 15px;
}

.welcomeMenu a.menuBtn:hover:before,
.widget a.more:hover:before {
    opacity: 1;
    -webkit-transform: scale(150);
    transform: scale(100);
    transition: transform 1s ease-in, opacity 0.1s cubic-bezier(.15, .05, .3, .98);
    background-color: #FF5E5E;
}
.welcomeMenu a.menuBtn {
    margin:5px;
    float:left;
}
.welcomeMenu {
    display:inline-block;
    margin:20px;
    padding:10px;
    border-radius:5px;
    background:rgba(0,0,0,0.5);
}

.welcomeMenu a.menuBtn:before,
.welcomeMenu a.menuBtn:after,
.widget a.more:before,
.widget a.more:after {
    transition: transform 0.3s ease-out, text-shadow 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out, text-shadow 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out, text-shadow 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: -webkit-transform 0.42s cubic-bezier(.15, .05, .3, .98), text-shadow 0.42s cubic-bezier(.37, .28, .54, .95), opacity 0.3s ease-out, box-shadow 0.46s cubic-bezier(.27, .35, .48, .99), color 0.42s cubic-bezier(.42, .17, .45, .98), background-color 0.42s cubic-bezier(.42, .17, .45, .98), border 0.3s ease-out;
    -moz-transition: -moz-transform 0.42s cubic-bezier(.15, .05, .3, .98), text-shadow 0.42s cubic-bezier(.37, .28, .54, .95), opacity 0.3s ease-out, box-shadow 0.46s cubic-bezier(.27, .35, .48, .99), color 0.42s cubic-bezier(.42, .17, .45, .98), background-color 0.42s cubic-bezier(.42, .17, .45, .98), border 0.3s ease-out;
    -ms-transition: -ms-transform 0.42s cubic-bezier(.15, .05, .3, .98), text-shadow 0.42s cubic-bezier(.37, .28, .54, .95), opacity 0.3s ease-out, box-shadow 0.46s cubic-bezier(.27, .35, .48, .99), color 0.42s cubic-bezier(.42, .17, .45, .98), background-color 0.42s cubic-bezier(.42, .17, .45, .98), border 0.3s ease-out;
    -o-transition: -o-transform 0.42s cubic-bezier(.15, .05, .3, .98), text-shadow 0.42s cubic-bezier(.37, .28, .54, .95), opacity 0.3s ease-out, box-shadow 0.46s cubic-bezier(.27, .35, .48, .99), color 0.42s cubic-bezier(.42, .17, .45, .98), background-color 0.42s cubic-bezier(.42, .17, .45, .98), border 0.3s ease-out;
    transition: transform 0.42s cubic-bezier(.15, .05, .3, .98), text-shadow 0.42s cubic-bezier(.37, .28, .54, .95), opacity 0.3s ease-out, box-shadow 0.46s cubic-bezier(.27, .35, .48, .99), color 0.42s cubic-bezier(.42, .17, .45, .98), background-color 0.42s cubic-bezier(.42, .17, .45, .98), border 0.3s ease-out;
}

.cdef {
    color: #333 !important;
}

a.cdef:hover {
    text-decoration:none;
    color: #ff5e5e !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.acdef {
    color: #ff5e5e !important;
}

.wp--white {
    background-color: white;
}

.wp--gray {
    background-color: #f0f0f0;
}

.wp--banner {
    padding: 10px 0;
}

a:hover .syame_sub_text {
    color: #ff5e5e;
}

a:hover .syame_main {
    color: #ff5e5e;
}


/* end お店の設定 ----------------------------------------*/


/* widget----------------------------------------*/

p {
    padding: 0;
}

.widget {
    padding: 80px 0;
    *zoom: 1;
    line-height: 1.4;
    overflow: hidden;
    min-width: 990px;
}

.widget:before,
.widget:after {
    content: " ";
    display: table;
}

.widget:after {
    clear: both;
}

.widget img {
    max-width: 100%;
}

.inner {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

.inner.inner--small {
    width: 660px;
}

.widget h2 {
    /*    font-family: impact;
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;*/
    font-family: impact;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
    border-bottom: 4px solid;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
}

div#shopbody {
    border-bottom: 2px solid #eee;
}


/* widget----------------------------------------*/


/* 即ヒメ ----------------------------------------*/

.bx-wrapper {
    margin: 0 auto;
    position: relative;
}

.bx-viewport {
    overflow: visible !important;
}

.bx-prev,
.bx-next {
    position: absolute;
    z-index: 1;
    top: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 80px;
    text-indent: -99999px;
    height: 120px;
}

.bx-prev {
    right: -60px;
    background-image: url(../images/icon_angle-right.svg);
}

.bx-next {
    left: -60px;
    background-image: url(../images/icon_angle-left.svg);
}

.bxslider_fliter>div {
    position: absolute;
    z-index: 1;
}

.bxslider_fliter {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

.bxslider_fliter .left-opa-layer {
    top: 0;
    left: -165px;
    width: 125px;
    height: 500px;
    opacity: 0.7;
}

.bxslider_fliter .left-all-layer {
    top: 0;
    width: 3000px;
    height: 500px;
    right: 1085px;
}

.bxslider_fliter .right-opa-layer {
    top: 0;
    right: -165px;
    width: 125px;
    height: 500px;
    opacity: 0.7;
}

.bxslider_fliter .right-all-layer {
    top: 0;
    width: 3000px;
    height: 500px;
    left: 1085px;
}

.immediatelylist {
    overflow: hidden;
}

.immediatelylist_box {
    margin-top: 20px;
    font-size: 12px;
}

.immediatelylist_box .immediatelylist_time {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1;
}

.immediatelylist_box .immediatelylist_name {}

.immediatelysub {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 20%;
    font-size: 12px;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    opacity: 0;
}

.immediatelysub:hover {
    opacity: 1;
}

.blackbox {
    width: 90%;
    margin: 0 5%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    line-height: 1.5;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.blackbox--patern2 {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.immediatelysub:hover .blackbox {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.immediatelysub_more {
    display: inline-block;
    border: 1px solid;
    padding: 2px 15px;
    position: absolute;
    bottom: 150px;
    left: 55px;
}

.immediatelysub_more:hover {
    background-color: rgba(255, 255, 255, 0.5);
}


/* end  即ヒメ ----------------------------------------*/


/* 直送便 ----------------------------------------*/

.ddlist {}


/*.ddlist_box {}*/

.ddlist > li {
    width: 460px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    float: right;
    border-bottom: 1px dotted #ccc;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-top: 10px;
    left: 0;
    position: relative;
    ;
}

.ddlist > li:hover {
    left: 10px;
}

.ddlist > li:nth-child(2n+1) {
    margin-right: 30px;
    float: left;
}

.ddlist > li .ddlist_img {
    display: block;
    float: left;
    width: 120px;
    margin-right: 20px;
    overflow: hidden;
    height: 120px;
}

.ddlist > li .ddlist_img img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ddlist > li .ddlist_img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ddlist_box {
    float: left;
    width: 320px;
}

.ddlist_box .ddlist_category {
    margin-right: 10px;
    padding: 0 10px;
    float: left;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    min-width: 85px;
    text-align: center;
}

.ddlist_category--event {
    background: #FF9800;
}

.ddlist_category--secret {
    background: #03A9F4;
}

.ddlist_category--newface {
    background: #4CAF50;
}

.ddlist_category--girl {
    background: #E91E63;
}

.ddlist_box .ddlist_date {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
}

.ddlist_box .ddlist_text {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    padding-top: 2px;
}

.ddlist_box .ddlist_text span {
//    padding-top: 10px;
//    margin-bottom: 10px;
//    font-size: 14px;
//    display: block;
//    font-weight: bold;
}
.ddlist_box .ddlist_text .msgtitle {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ddlist_box .ddlist_text .msgbody {
    margin-bottom: 10px;
    display: block;
}
.ddlist_box .ddlist_text .msgshopname {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* end 直送便 ----------------------------------------*/


/* 写メ日記 ----------------------------------------*/

.syamelist {}

.syamelist .syame_box {
    float: left;
    width: 178px;
    height: 350px;
    background-color: white;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0 0 0 2px #eee;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.syamelist .syame_box:hover {
    transform: translate(-5px, -5px);
    box-shadow: 0 0 0 2px #eee, 5px 5px 0 2px #f0f0f0;
}

.syamelist .syame_box:nth-child(5n) {
    margin-right: 0;
}

.syame_main {
    position: relative;
    margin-bottom: 10px;
    background: #f9f9f9;
    color: #333;
}

.syame_main .syame_girl_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.syame_main .syame_girl_img img {
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.syame_box:hover .syame_main .syame_girl_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.syame_girl_comment {
    color: rgba(255, 94, 94, 1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    bottom: 0;
    left: 0;
    width: 178px;
    opacity: 1.8;
    font-size: 14px;
    padding: 10px 10px 0;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: bold;
}

.syame_sub {}

.syame_sub_img {
    vertical-align: middle;
    padding: 0 10px 0 10px;
    float: left;
}

.syame_sub_fliter {
    overflow: hidden;
    height: 50px;
    border-radius: 50%;
    width: 50px;
}

.syame_sub_text {
    width: 183px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
}

.syame_sub_text .syame_sub_name {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98px;
    white-space: nowrap;
}

.syame_sub_text .syame_sub_3size {
    padding-bottom: 3px;
    line-height:15px;
}


/* end 写メ日記 ----------------------------------------*/


/* メッセージ ----------------------------------------*/

.bx-controls-direction .dn {
    display: none;
}

.message_txt {
    margin: 0 auto;
    max-width: 840px;
    text-align: justify;
    border-radius: 1rem;
}

.message_txt_inner {
    color: #fff;
    padding: 3rem 4rem;
    background-color: #FF5E5E;
    border-radius: 1rem;
    font-size: 14px;
}

.messagefacelist li {
    position: relative;
    width: 120px;
    padding-top: 40px;
    text-align: center;
}

.message_txt_inner::after {
    content: "";
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #FF5E5E transparent transparent transparent;
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    bottom: -10px;
}

.messagefacelist .messageface_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.message_txt_title {
    font-size: 18px;
    padding-bottom: 8px;
}

.messagefacelist li.pick .messageface_img {
    box-shadow: 0 0 0 2px #FF5E5E;
}

.messagefacelist .messageface_name {
    font-size: 12px;
}

.message .bx-next {}

.message .bx-prev {}

.messagefacelist li:hover .delay1 {
    -webkit-animation: waves 0.5s linear;
    animation: waves 0.5s linear;
    /*-webkit-animation-delay: .1s;*/
    /*animation-delay: .1s;*/
}

.messagefacelist li:hover .delay2 {
    -webkit-animation: waves 0.5s linear 0.2s forwards;
    animation: waves 0.5s linear 0.2s forwards;
}

.messagefacelist .circle {
    display: block;
    height: 118px;
    width: 118px;
    border-radius: 50%;
    background: rgba(255, 94, 94, 1);
    margin: 0;
    -webkit-transition: 5s ease;
    transition: 5s ease;
    position: absolute;
    top: 41px;
    z-index: -1;
    left: 1px;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


/* end メッセージ ----------------------------------------*/


/* フリースペース ----------------------------------------*/

.freelist {
    float: left;
    font-size: 13px;
    line-height: 1.8rem;
    width: 690px;
}

.freelist>li {
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.freelist>li a:before,
.freelist>li a:after {
    content: " ";
    display: table;
}

.freelist>li a:after {
    clear: both;
}

.freelist>li a {
    *zoom: 1;
    display: block;
}

.freelist>li.freelistli--noimg {
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 20px;
    text-overflow: ellipsis;
}

.freelist_img {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}

.freelist_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    margin-top: 5px;
}

.free_img {
    float: right;
    width: 240px;
    font-size: 12px;
}

.free_img .free_img_title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.free_img .free_img_thum,
.schedulelist>li .schedule_img {
    position: relative;
}

.free_img .free_img_thum:before,
.schedulelist>li .schedule_img:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 0 20px #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.free_img:hover .free_img_thum:before,
.schedulelist>li:hover .schedule_img:before {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* end フリースペース ----------------------------------------*/


/* 店長オススメ ----------------------------------------*/

.managerlist {}

.managerlist .manager_box {
    float: left;
    width: 197px;
    padding: 0px 1px 1px 0px;
    font-size: 13px;
    position: relative;
}

.manager_girl_img {
    height: 200px;
    overflow: hidden;
}

.manager_girl_comment {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-top: 70px;
    color: white;
}

.manager_girl_comment:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 0 1px;
}

.manager_girl_comment p {}

.managerlist .manager_box .manager_girl_comment,
.managerlist .manager_box .manager_girl_comment:before,
.managerlist .manager_box .manager_girl_comment p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.managerlist .manager_box:hover .manager_girl_comment,
.managerlist .manager_box:hover .manager_girl_comment:before,
.managerlist .manager_box:hover .manager_girl_comment p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* end 店長オススメ ----------------------------------------*/


/* 地図・お店情報 ----------------------------------------*/

#store_map {
    width: 350px;
    height: 216px;
    float: left;
    margin-right: 40px;
}

.store_img {
    width: 240px;
    float: left;
    margin-right: 40px;
}

.store_img>a {
    display: block;
}

.store_imgunder {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.8;
}

.store_description {
    width: 690px;
    float: right;
    text-align: left;
    font-size: 14px;
}

.store_text {
    width: 580px;
    float: right;
    text-align: left;
    font-size: 14px;
}

.store_title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.store_subtitle {
    line-height: 1.5rem;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 30px;
}

.store_name {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    width: 100%;
}

.store_name_img {
    float: right;
    overflow: hidden;
    height: 100px;
    width: 100px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    margin-right: 10px;
}

.store_name_img:hover {
    overflow: hidden;
    border-radius: 20%;
}

.store_name_text {
    padding-top: 15px;
}

.store_name .store_type {
    font-size: 10px;
    font-weight: normal;
    padding-left: 10px;
}

.recruitbtn {
    display: block;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    float: left;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    font-weight: bold;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    min-width: 110px;
}

.recruitbtn.recruit--girl {
    color: #E91E63;
}

.recruitbtn.recruit--girl:hover {
    background-color: #E91E63;
    color: white;
    border-color: #E91E63;
}

.recruitbtn.recruit--men {
    color: #03A9F4;
}

.recruitbtn.recruit--men:hover {
    background-color: #03A9F4;
    color: white;
    border-color: #03A9F4;
}


/*求人ボタン*/

.recruitbtn:hover .recruit_comment {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.recruitbtn .recruit_comment {
    position: absolute;
    bottom: 40px;
    padding: 5px;
    width: 150px;
    left: -20px;
    background-color: #E91E63;
    color: white;
    border-radius: 2px;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.recruitbtn .recruit_comment:after {
    content: "";
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #E91E63 transparent transparent transparent;
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    bottom: -6px;
    z-index: 0;
}

.recruitbtn .recruit_comment.recruit_comment--men {
    background-color: #03A9F4;
}

.recruitbtn .recruit_comment.recruit_comment--men:after {
    border-color: #03A9F4 transparent transparent transparent;
}

.infowindow {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/* end 地図 ----------------------------------------*/


/* 週間出勤表 ----------------------------------------*/

.schedulelist {}

.schedulelist li {
    width: 170px;
    float: left;
    margin-top: 15px;
    text-align: center;
}

.schedulelist li .schedule_img {
    height: 220px;
    overflow: hidden;
}

.schedule_name {
    font-size: 11px;
}

.schedule_name .schedule_clock {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.schedule_name .schedule_size {
    font-size: 10px;
    opacity: 0.7;
    margin-top: 3px;
}

.schedule_newface {
    position: absolute;
    top: -12px;
    background: url(../img/icon_newface.svg) center no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    right: -12px;
}

.i_clock svg {
    width: 30px;
    height: 21px;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover .i_clock svg {
    fill: rgba(255, 94, 94, 1);
}


/* end 週間出勤表 ----------------------------------------*/


/* 動画 ----------------------------------------*/

.movielist {}

.movielist li {
    float: left;
    margin-right: 15px;
    width: 320px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.movielist li:nth-child(3n) {
    margin-right: 0;
}

.movielist li .mask {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../img/icon_video.svg);
    height: 240px;
    opacity: 0;
    -webkit-transform: translate(0px, 340px);
    -moz-transform: translate(0px, 340px);
    -o-transform: translate(0px, 340px);
    -ms-transform: translate(0px, 340px);
    transform: translate(0px, 340px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 320px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}

.movielist li:hover .mask {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0);
    -moz-transform: translate(0px, -320px) rotate(0);
    -o-transform: translate(0px, -320px) rotate(0);
    -ms-transform: translate(0px, -320px) rotate(0);
    transform: translate(0px, 0px) rotate(0);
}

.movielist li:hover .movie_img {
    width: 320px;
    height: 240px;
    overflow: hidden;
}

.movielist li:hover .movie_img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.movielist li .movie_text {
    height: 0;
    opacity: 0;
    width: 320px;
    overflow: hidden;
    -webkit-transform: translate(0px, -100px);
    -moz-transform: translate(0px, -100px);
    -o-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    position: absolute;
    top: 240px;
    box-sizing: border-box;
    color: white;
    font-size: 11px;
    text-shadow: 1px 1px #666;
    padding: 10px;
    text-align: center;
}

.movielist li:hover .movie_text {
    height: 240px;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    top: 60px;
}

.movielist li .movie_text .movie_title {
    font-size: 14px;
    padding: 10px 0;
}


/* end 動画 ----------------------------------------*/


/* 姉妹店 ----------------------------------------*/

.group_img {
    width: 200px;
    height: 200px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.group_text {
    text-align: center;
    margin-bottom: 20px;
}

.group_text .group_title {
    padding: 10px 0 5px;
    font-size: 14px;
}


/* end 姉妹店 ----------------------------------------*/


/* イベント ----------------------------------------*/

.event_box {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    left: 0;
}

.event_box:hover {
    left: 10px;
}

.event_box .event_title {
    font-size: 15px;
}

.event_box:not(:first-child) {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}

.event_box .event_text {
    padding-top: 5px;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event_time {
    width: 100px;
    margin-right: 20px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.event_content {
    width: 540px;
}


/* end イベント ----------------------------------------*/


/* システム ----------------------------------------*/

.system_img {
    text-align: center;
}

.system_img_text {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
}

.system_sp table {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
}

.system_sp table td {
    padding: 5px 0;
}


/* end システム ----------------------------------------*/


/* ニューフェイス ----------------------------------------*/

.newface_img {
    width: 180px;
    display: inline-block;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 240px;
}

.newface_img .newface_img_thum {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: url(../img/icon_heart.svg);
    width: 50px;
    height: 50px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 45px;
    opacity: 0.6;
    color: white;
    box-sizing: border-box;
    text-align: center;
    padding-top: 16px;
    font-size: 13px;
    line-height: 12px;
}

.newface_img .newface_img_thum .newface_in {
    font-size: 10px;
}

.newface_text {
    margin-right: 25px;
    font-size: 12px;
    display: inline-block;
    float: left;
    width: 260px;
    width: calc(100% - 235px);
    width: -webkit-calc(100% - 235px);
    line-height: 1.7;
}

.newface_text .newface_name {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
}

.newface_text .newface_size {
    margin-bottom: 15px;
    font-size: 11px;
}


/* end ニューフェイス ----------------------------------------*/


/* ヘブンニュース----------------------------------------*/

.hnews>.FlexBox__item:first-child {
    margin-right: 30px;
}

.hnews_box {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    left: 0;
    margin-bottom: 35px;
}

.hnews_box:hover {
    left: 10px;
}

.hnews_box:not(:first-child) {
    padding-top: 20px;
}

.hnews_box .hnews_text {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.hnews_box .hnews_img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.hnews_box .hnews_content {
    width: 290px;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
}

.hnews_box .hnews_content .hnews_title {
    font-size: 14px;
//    margin-bottom: 10px;
    font-weight: bold;
    margin:10px 0;
}

.hnews_box .hnews_content .hnew_date {
    font-weight: bold;
//    margin-top: 10px;
    font-size: 11px;
}


/* end ヘブンニュース----------------------------------------*/


/* トピックス----------------------------------------*/

.topic {
    font-size: 12px;
    line-height: 1.5;
}

.topic .topic_img {
    text-align: center;
}

.topic .topic_img .topic_caption {
    padding-top: 10px;
    padding-bottom: 30px;
}


/* end ヘブンニュース----------------------------------------*/


/* 女性求人 ----------------------------------------*/

#store_map {
    width: 350px;
    height: 216px;
    float: left;
    margin-right: 40px;
}

.recruit_img {
    width: 430px;
    float: left;
    margin-right: 40px;
}

.recruit_text {
    width: 520px;
    float: right;
    text-align: left;
    font-size: 14px;
}


/* end 女性求人 ----------------------------------------*/


/* クーポン ----------------------------------------*/

.coupon {
    display: table;
    position: relative;
    width: 940px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFF;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 10px #C0C0C0;
    color: #333;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
}

.coupon:after {
    /*background: linear-gradient( 45deg, transparent 33.333%, #C0C0C0 33.333%, #C0C0C0 66.667%, transparent 66.667%), linear-gradient( -45deg, transparent 33.333%, #C0C0C0 33.333%, #C0C0C0 66.667%, transparent 66.667%);
    background-size: 20px 40px;
    content: "";
    display: block;
    position: absolute;
    width: 181px;
    height: 15px;
    right: -83px;
    top: 72px;
    transform: rotate(-90deg);*/
}

.coupon .coupon_left,
.coupon .coupon_right {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
}

.coupon .coupon_left {
    width: 82%;
    border-left: 3px solid #E91E63;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.coupon .coupon_left .coupon_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.coupon .coupon_left .coupon_price {
    font-size: 24px;
    color: #E91E63;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    ;
}

.coupon .coupon_left .coupon_off {
    background: #E91E63;
    color: #FFF;
    text-align: center;
    padding: 4px 5px;
    font-size: 12px;
    display: inline-block;
    min-width: 85px;
    margin-right: 15px;
}

.now_price {
    color: #E91E63;
    font-size: 35px;
    font-weight: bold;
}

.now_count {
    font-weight: bold;
    color: #999;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 5px;
}

.coupon .coupon_left .coupon_term {
    background: #eee;
    padding: 8px;
    margin-top: 10px;
    border-radius: 1px;
    font-weight: bold;
    font-size: 11px;
}

.coupon .coupon_right {
    width: 18%;
    min-width: 150px;
    border-left: 1px dotted #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.coupon .coupon_right .coupon_more {
    background: #DA5E88;
    color: #FFFFFF;
    letter-spacing: 4px;
    border-bottom: 2px solid #b11f5c;
    border-radius: 4px;
    box-shadow: 0 2px 2px #C0C0C0;
    padding: 12px 16px;
    text-align: center;
    display: block;
}

.coupon .coupon_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #C0C0C0 transparent transparent;
    position: absolute;
    right: -1px;
    top: -1px;
}

.coupon .coupon_triangle--under {
    /*    position: absolute;
    top: -2px;
    right: -2px;
    height: 13px;
    width: 51px;
    background: #F0F0F0;
    z-index: 0;*/
}

/*.test {
    background: linear-gradient( 0deg, transparent 33.333%, #C0C0C0 33.333%, #C0C0C0 66.667%, transparent 66.667%), linear-gradient( 0deg, transparent 33.333%, #C0C0C0 33.333%, #C0C0C0 66.667%, transparent 66.667%);
    width: 20px;
    display: table-cell;
    height: 100%;
}

.coupon_colorlist li {
    position: absolute;
    left: 0;
    display: block;
    width: 5px;
    height: 6px;
    top: 0px;
}*/


/*.coupon_colorlist li:nth-child(1){
        background-color: #F02475;
}
.coupon_colorlist li:nth-child(2){
    background-color: #F27435;
}
.coupon_colorlist li:nth-child(3){
    background-color: #CFBE27;
}
.coupon_colorlist li:nth-child(4){
    background-color: #61AE24;
}
.coupon_colorlist li:nth-child(5){
    background-color: #00A1CB;
}
.coupon_colorlist li:nth-child(6){
    background-color: #01A4A4;
}
.coupon_colorlist li:nth-child(7){
    background-color: #4367a4;
}
.coupon_colorlist li:nth-child(8){
    background-color: #6459a9;
}
.coupon_colorlist li:nth-child(9){
    background-color: #F02475;
}
.coupon_colorlist li:nth-child(10){
    background-color: #F27435;
}*/


/* end クーポン ----------------------------------------*/
