
@charset "Shift_JIS";

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    color: #000;
}

img{
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .pc-none {
        display: none;
    }
}

@media screen and (min-width: 650px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 650px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}


/*===============================

ヘッダーメニュー

================================*/

header{
    overflow: hidden;
    height: 93px;
    background: rgba(50, 200, 2, 0.9);
}
header ul{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto
}
header .logo{
    width: 235px;
    margin: auto;
    position:absolute;
    top: 0;
    left: 0;
    right: 0
}
header .data{
    padding-top: 8px;
    color: #fff
}
header .data h1{
    font-size: 0.7rem;
}
header .card{
    width: 240px;
    padding-top: 8px
}
header .tel{
    position:absolute;
    top: 12px;
    right: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
}
header .tel span{
    display: block;
    color: #fffbca;
    font-size: 1.8rem;
    text-shadow:0px 1px 0px #999;
}
header .tel small{
    display: block;
    padding: 5px 0;
    color: #000;
    font-size: 0.7rem
}
.header-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}


/*===============================

ヘッダーメニューSP

================================*/

.header-nav{
    position: fixed;
    overflow: hidden;
    background: rgba(50, 200, 2, 0.9);
    width: 100%;
    height: 62px;
    top: 0px;
    right: 0px;
    font-weight: bold;
    text-align: center;
    z-index: 10000;
    box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);

}

.header{
    margin-top: 62px;
}
.header-logo {
    position: fixed;
    width: 105px;
    height: 58px;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000
}
.header-tel {
    position: fixed;
    overflow: hidden;
    width: 62px;
    height: 58px;
    top: 2px;
    right: 62px;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
    text-align: center;
    z-index: 10000
}
.header-tel a{
    color: #fff;
    display: block;
    text-decoration: none
}
.header-tel .header-icon{
    margin-top:7px;
    font-size: 1.9rem
}
.header-tel .header-icon p{
    margin-top: 2px;
    color: #fffbca;
    font-size: 0.7rem
}

.header-schedule {
    position: fixed;
    overflow: hidden;
    width: 62px;
    height: 60px;
    top: 0px;
    left: 0px;
    border-right: 1px dotted #fff;
    text-align: center;
    z-index: 10000
}
.header-schedule a{
    color: #fff;
    display: block;
    text-decoration: none
}
.header-schedule .header-icon{
    margin-top:10px;
    font-size: 1.8rem
}
.header-schedule .header-icon p{
    margin-top: 2px;
    color: #fffbca;
    font-size: 0.7rem
}

.header-girls {
    position: fixed;
    overflow: hidden;
    width: 62px;
    height: 60px;
    top: 0px;
    left: 62px;
    border-right: 1px dotted #fff;
    text-align: center;
    z-index: 10000
}
.header-girls a{
    color: #fff;
    display: block;
    text-decoration: none
}
.header-girls .header-icon{
    margin-top:10px;
    font-size: 1.8rem
}
.header-girls .header-icon p{
    margin-top: 2px;
    color: #fffbca;
    font-size: 0.7rem
}

.header-menu {
    position: fixed;
    overflow: hidden;
    width: 62px;
    height: 60px;
    top: 0px;
    right: 0px;
    text-align: center;
    z-index: 10000
}
.header-menu a{
    color: #fff;
    display: block;
    text-decoration: none
}
.header-menu .header-icon{
    margin-top:10px;
    font-size: 1.8rem
}
.header-menu .header-icon p{
    margin-top: 2px;
    color: #fffbca;
    font-size: 0.7rem
}


/*===============================

調整

================================*/

@media screen and (max-width: 599px) {
    .adjustment{
        margin-top: 62px
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .adjustment{
        margin-top: 62px
    }
}
@media screen and (min-width:1280px) {
    .adjustment{
        margin-top: 200px
    }
}


/*===============================

フッター

================================*/

@media screen and (max-width: 599px) {
    footer{
        width: 100%;
        background: #000;
    }
    footer p{
        padding: 10px 0;
        color: #999;
        font-size: 0.7rem;
        text-align: center;
        line-height: 1.3
    }
    footer a{
        color: #fff;
        text-decoration: none
    }

    .footer-index{
        position: fixed;
        width: 100%;
        background: #fff;
        bottom: 0px;
        left: 0px;
        z-index: 10;
    }
    .footer-index p{
        padding: 15px 0;
        color: #fff;
        font-size: 0.7rem;
        text-align: center
    }
    .footer-index a{
        color: #000;
        text-decoration: none
    }
}
@media screen and (min-width:600px) {
    footer{
        width: 100%;
        background: #000;
    }
    footer p{
        padding: 15px 0;
        color: #999;
        font-size: 0.7rem;
        text-align: center;
        line-height: 1.5
    }
    footer a{
        color: #fff;
        text-decoration: none
    }

    .footer-index{
        position: fixed;
        width: 100%;
        background: #fff;
        bottom: 0px;
        left: 0px;
        z-index: 10;
    }
    .footer-index p{
        padding: 15px 0;
        color: #fff;
        font-size: 0.7rem;
        text-align: center
    }
    .footer-index a{
        color: #000;
        text-decoration: none
    }
}


/*===============================

ナビ

================================*/

@media screen and (max-width: 599px) {
    nav{
    }
    nav ul{
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: auto
    }
    nav li{
        width: calc(100% / 2);
        padding-bottom: 10px;
        text-align: center
    }
    nav li:last-child{
        width: calc(100% / 1);
    }
    nav .detail{
        width: 97%;
        margin: auto;
        padding: 13px 0;
        background-color:#32ce28;
        box-shadow: inset 0px 1px 0px #b2f17f, 0px 6px 0px #1a8213;
        border-radius: 3px;
        color: #fff;
        font-size: 0.9rem;
        text-shadow:0px 1px 1px #333;

        font-weight: bold
    }
    nav .detail span{
        display: block;
        color: #fffbca;
        font-size: 0.8rem;
    }
    nav .detail-rec{
        width: 97%;
        margin: auto;
        padding: 13px 0;
        background-color:#ff68ab;
        box-shadow: inset 0px 1px 0px #ffa8cf, 0px 6px 0px #de2276;
        border-radius: 3px;
        color: #fff;
        font-size: 0.9rem;
        text-shadow:0px 1px 1px #333;

        font-weight: bold
    }
    nav .detail-rec span{
        display: block;
        color: #fffbca;
        font-size: 0.8rem;
    }
    .menu{
        background: url("../img/menu-bg.png");
        background-size: 100% auto;
    }
    .menu a{
        color: #fff;
        text-decoration: none
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    nav{
    }
    nav ul{
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: auto
    }
    nav li{
        width: calc(100% / 3);
        padding-bottom: 10px;
        text-align: center
    }
    nav li:last-child{
        width: calc(100% / 1);
    }
    nav .detail{
        width: 97%;
        margin: auto;
        padding: 13px 0;
        background-color:#32ce28;
        box-shadow: inset 0px 1px 0px #b2f17f, 0px 6px 0px #1a8213;
        border-radius: 3px;
        color: #fff;
        font-size: 1.1rem;
        text-shadow:0px 1px 1px #333;

        font-weight: bold
    }
    nav .detail span{
        display: block;
        color: #fffbca;
        font-size: 0.8rem;
    }
    nav .detail-rec{
        width: 99%;
        margin: auto;
        padding: 13px 0;
        background-color:#ff68ab;
        box-shadow: inset 0px 1px 0px #ffa8cf, 0px 6px 0px #de2276;
        border-radius: 3px;
        color: #fff;
        font-size: 0.9rem;
        text-shadow:0px 1px 1px #333;

        font-weight: bold
    }
    nav .detail-rec span{
        display: block;
        color: #fffbca;
        font-size: 0.8rem;
    }
    .menu{
        background: url("../img/menu-bg.png");
        background-size: 100% auto;
    }
    .menu a{
        color: #fff;
        text-decoration: none
    }
}
@media screen and (min-width:1280px) {
    nav{
        background: #f6f6f6 url(../img/nav-bg.png) repeat;
    }
    nav ul{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto;
        border-left: 1px dotted #ccc
    }
    nav li{
        width: calc(100% / 7);
        text-align: center
    }
    nav a{
        display: block;
        width: 100%;
        padding: 20px 0;
        letter-spacing: 0.5px;
        color:#4a4a4a;
        border-right: 1px dotted #ccc;
        transition: 0.5s;
        text-decoration: none
    }
    nav a:hover {
        background: #fff
    }
    nav span{
        display: block;
        font-family: Times New Roman,sans-serif;
        font-size: 0.8rem;
    }
    nav ul .recruit{
        overflow: hidden;
        position: absolute;
        width: 172px;
        height: 112px;
        max-height: 112px;
        background: #ff84bb;
        top: 0;
        right: 0;
        text-align: center
    }
    nav .recruit a{
        height: 112px;
        color: #ff0;
        font-size: 1.5rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #cd3b7c;
        line-height: 1.6
    }
    nav .recruit a:hover {
        background: #dd5d96
    }
    .nav-sub{
        background: #444
    }
    .nav-sub dl{
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto;
        border-left: 1px dotted #777;
    }
    .nav-sub dt{
        width: calc(100% / 6);
        text-align: center
    }
    .nav-sub a{
        padding: 15px 0;
        color: #fff;
        border-right: 1px dotted #777;
        font-size: 0.9rem;
        font-weight: bold
    }
    .nav-sub a:hover {
        background: #999
    }
    .nav-sub .rec{
        background: #ff84bb
    }
    .nav-sub .rec a{
        padding: 14px 0;
        color: #ff0;
        font-size: 1rem;
        text-shadow:0px 1px 0px #cd3b7c
    }
    .nav-sub .rec a:hover {
        background: #ffc0dc
    }
}


/*===============================

認証ページ

================================*/

@media screen and (max-width: 599px) {
    .index-bg{
    }
    .index{
        background-image: url("../img/bg.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        overflow: auto;
        text-align: center;
    }
    .index .mask {
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
    .index h1{
        margin: 0;
        padding-top: 20px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #000;
    }
    .index h2{
        padding: 10px;
        color: #e9ffe2;
        font-size: 1.4rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #000;
    }
    .index h3{
        padding-bottom: 20px;
        color: #fffbca;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 1px 0px #000;
        line-height: 1.5
    }
    .index p{
        padding: 20px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        line-height: 2
    }
    .index .logo{
        width: 320px;
        margin: auto;
        margin-bottom: 20px
    }
    .index-text{
        background: url("../img/newface-bg.png");
        padding: 20px;
        font-size: 0.7rem;
        line-height: 1.5
    }
    .index-text h2{
        color: #ea68a2;
        font-size: 1rem;
        font-weight: bold
    }
    .index-banner{
        padding: 20px 0 40px
    }
    .index-banner .banner-01 img{
        width: 100%;
        margin-bottom: 5px
    }
    .index-banner .banner-02 img{
        width: 200px;
        margin: 3px
    }
    .index-banner .banner-03 img{
        width: 88px;
        margin: 3px
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .index-bg{
    }
    .index{
        background-image: url("../img/bg.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        overflow: auto;
        text-align: center;
    }
    .index .mask {
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
    .index h1{
        margin: 0;
        padding-top: 20px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #000;
    }
    .index h2{
        padding: 10px;
        color: #e9ffe2;
        font-size: 1.4rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #000;
    }
    .index h3{
        padding-bottom: 20px;
        color: #fffbca;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 1px 0px #000;
        line-height: 1.5
    }
    .index p{
        padding: 20px;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        line-height: 2
    }
    .index .logo{
        width: 60%;
        margin: auto;
        margin-bottom: 20px
    }
    .index-text{
        background: url("../img/newface-bg.png");
        padding: 20px;
        font-size: 0.7rem;
        line-height: 1.5
    }
    .index-text h2{
        color: #ea68a2;
        font-size: 1rem;
        font-weight: bold
    }
    .index-banner{
        padding: 30px 2px
    }
    .index-banner .banner-01 img{
        width: auto;
        margin: 3px
    }
    .index-banner .banner-02 img{
        width: 200px;
        margin: 3px
    }
    .index-banner .banner-03 img{
        width: 88px;
        margin: 3px
    }
}
@media screen and (min-width:1280px) {
    .index-bg{
        position: relative;
        background: url("../img/newface-bg.png")
    }
    .index{
        width: 640px;
        background-image: url("../img/bg.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        overflow: auto;
        text-align: center;
    }
    .index .mask {
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
    .index h1{
        margin: 0;
        padding-top: 20px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #000;
    }
    .index h2{
        padding: 10px;
        color: #e9ffe2;
        font-size: 1.4rem;
        font-weight: bold;
        text-shadow:0px 1px 0px #000;
    }
    .index h3{
        padding-bottom: 20px;
        color: #fffbca;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        text-shadow:0px 1px 0px #000;
        line-height: 1.5
    }
    .index p{
        padding: 20px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        line-height: 2
    }
    .index .logo{
        width: 320px;
        margin: auto;
        margin-bottom: 20px
    }
    .index-text{
        position: absolute;
        width: auto;
        height: 800px;
        overflow-y: auto;
        top: 30px;
        left: 680px;
        font-size: 0.75rem;
        line-height: 1.6
    }
    .index-text h2{
        color: #ea68a2;
        font-size: 1rem;
        font-weight: bold
    }
    .index-banner{
        padding: 30px 2px
    }
    .index-banner .banner-01 img{
        width: auto;
        margin: 3px
    }
    .index-banner .banner-02 img{
        width: 200px;
        margin: 3px
    }
    .index-banner .banner-03 img{
        width: 88px;
        margin: 3px
    }
}


.enter {
    background-color:#4dc227;
    width: 300px;
    margin: auto;
    font-size:0.9rem;
    color:#fff;
    background-image: linear-gradient(bottom, rgb(100,170,30) 0%, rgb(129,212,51) 100%);
    box-shadow: inset 0px 1px 0px #b2f17f, 0px 6px 0px #3d6f0d;
    border-radius: 5px;
    text-shadow:0px 1px 0px #000;
}
.enter a{
    display: block;
    padding:12px 0;
    color: #fff;
    text-decoration:none;
}
.enter span{
    display: block;
    font-size: 2.5rem;

    transform: rotate(.03deg);
}

.leave {
    background-color:#111;
    width: 240px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size:0.8rem;
    color:#fff;
    background-image: linear-gradient(bottom, rgb(100,170,30) 0%, rgb(129,212,51) 100%);
    box-shadow: inset 0px 1px 0px #666, 0px 6px 0px #000;
    border-radius: 5px;
    text-shadow:0px 1px 0px #000;
}
.leave a{
    display: block;
    padding:10px 0;
    color: #fff;
    text-decoration:none;
}
.leave span{
    display: block;
    font-size: 1.8rem;

    transform: rotate(.03deg);
}


/*===============================

口コミ

================================*/

@media screen and (max-width: 599px) {
    .kuchikomi{
        width: 320px;
        margin: auto;
        overflow-x: hidden;
        padding-top: 20px
    }
    .kuchikomi ul{
        display: flex;
        flex-wrap: wrap;
    }
    .kuchikomi li{
        width : calc(100% / 1) ;
    }
    .kuchikomi li p{
        padding: 5px;
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .kuchikomi{
        padding-top: 20px
    }
    .kuchikomi ul{
        display: flex;
        flex-wrap: wrap;
    }
    .kuchikomi li{
        width : calc(100% / 1) ;
    }
    .kuchikomi li p{
        padding: 5px;
    }
}
@media screen and (min-width:1280px) {
    .kuchikomi{
        width: 100%; 
    }
    .kuchikomi ul{
        padding-top: 20px
    }
    .kuchikomi li{
        float: left;
        width : calc(100% / 3) ;
    }
    .kuchikomi li p{
        padding: 5px;
    }
}



/*===============================

タイトルバー

================================*/

@media screen and (max-width: 599px) {
    .tit{
        padding: 20px 0 10px;
        font-size: 0.7rem;
        text-align: center
    }
    .tit span{
        display: block;
        padding-bottom: 3px;
        font-size: 1.5rem;
    }
    .tit-sub{
        margin-bottom: 5px;
        padding-top: 15px;
        background: linear-gradient(#eaffd4, #fff ) ;
        font-size: 0.7rem;
        text-align: center
    }
    .tit-sub span{
        display: block;
        padding-bottom: 3px;
        font-size: 1.5rem;
    }
    .line{
        width: 180px;
        margin: auto
    }
}
@media screen and (min-width:600px) {
    .tit{
        padding-top: 35px;
        background: linear-gradient(#eaffd4, #fff ) ;
        font-size: 0.8rem;
        text-align: center
    }
    .tit span{
        display: block;
        padding-bottom: 3px;
        font-size: 1.8rem;
    }
    .line{
        width: 240px;
        margin: auto
    }

    .tit-sub{
        padding: 20px 0 10px;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }
    .tit-sub span{
        display: block;
        padding-bottom: 3px;
        font-size: 1.8rem;
        font-weight: normal
    }
}

/*===============================

バナー小

================================*/

@media screen and (max-width: 599px) {
    .banner-s{
        padding-top: 20px
    }

}
@media screen and (min-width:1280px) {
    .banner-s{
        width: 600px;
        margin: auto;
        padding-top: 20px
    }
}

/*===============================

在籍一覧

================================*/

@media screen and (max-width: 599px) {
    .girls{
    }
    .girls ul{
        display: flex;
        flex-wrap: wrap;
        padding: 10px
    }
    .girls li{
        width: calc(100% / 3);
        text-align: center
    }
    .girls a{
        text-decoration: none
    }
    .girls .detail{
        margin: 3px;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .girls .image{
        position:relative;
    }
    .girls .name{
        padding: 5px 0 2px;
        color: #4dc227;
        font-size: 0.9rem;
    }
    .girls .size{
        color: #333;
        font-size: 0.6rem;
    }
    .girls .icon{
        margin-top: 5px;
        padding: 5px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 0.8rem;
        text-align: center
    }
    .girls .comment{
        padding: 5px 0 3px;
        background: #333;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .girls .scroll{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .girls .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:35px;
        height:35px;
        border-radius:35px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 35px
    }
    .girls .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:32px;
        height:32px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.6rem;
        font-weight: bold;
        line-height: 1
    }
    .girls .soku span{
        display: block;
        padding-top: 5px;
        color: #ff0;
        font-size: 0.8rem
    }
    .girls .osusume{
        position:absolute;
        top: -3px;
        right: -2px;
        width:40px;
    }
    .girls .text{
        padding-top: 20px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center
    }
    .girls .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .girls .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 0.8rem;
        line-height: 1.2
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .girls{
        padding: 50px;
        background: url("../img/newface-bg.png");
    }
    .girls ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 20px
    }
    .girls li{
        width: calc(100% / 4);
        padding-bottom: 20px;
        text-align: center
    }
    .girls .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .girls .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .girls .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .girls .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .girls .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .girls .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .girls .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .girls .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .girls .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .girls .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .girls .icon{
        padding: 7px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center
    }
    .girls .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.2
    }
    .girls .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .girls .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 1.1rem;
        line-height: 1.2
    }
}
@media screen and (min-width:1280px) {
    .girls{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png");
    }
    .girls ul{
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 20px
    }
    .girls li{
        width: calc(100% / 6);
        padding-bottom: 20px;
        text-align: center
    }
    .girls .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .girls .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .girls .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .girls .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .girls .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        z-index: 2;
        line-height: 50px
    }
    .girls .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .girls .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .girls .soku-sub{
        position:absolute;
        bottom: 0px;
        left: 0;
        width:100%;
        height:28px;
        background:rgba(0,0,0,.7);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        z-index: 1;
        line-height: 1.1
    }
    .girls .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .girls .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .girls .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .girls .icon{
        padding: 7px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center
    }
    .girls .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.2
    }
    .girls .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .girls .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 1.1rem;
        line-height: 1.2
    }
}

/*===============================

新人紹介

================================*/

@media screen and (max-width: 599px) {
    .newface{
    }
    .newface ul{
        padding: 0 5px 0;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .newface li{
        padding-bottom: 5px;
        text-align: center
    }
    .newface .detail{
        width: 115px;
        margin: 5px;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .newface .image{
        position:relative;
    }
    .newface .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:32px;
        height:32px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.6rem;
        font-weight: bold;
        line-height: 1
    }
    .newface .soku span{
        display: block;
        padding-top: 5px;
        color: #ff0;
        font-size: 0.8rem
    }
    .newface .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:35px;
        height:35px;
        border-radius:35px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 35px
    }
    .newface .osusume{
        position:absolute;
        top: -3px;
        right: -2px;
        width:40px;
    }
    .newface .name{
        padding: 5px 0 2px;
        color: #4dc227;
        font-size: 0.9rem;

    }
    .newface .size{
        font-size: 0.6rem;
    }
    .newface .icon{
        margin-top: 5px;
        height: 25px;
        background: #fffff0;
        color: #ea68a2;
        font-size: 0.8rem;
        text-align: center;
        line-height: 25px
    }
    .newface .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .newface .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .newface .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .newface-sub{
        padding: 10px 5px 20px
    }
    .newface-sub ul{
        display: flex;
        flex-wrap: wrap;
    }
    .newface-sub li{
        width: calc(100% / 3);
        text-align: center
    }
    .newface-sub .detail{
        margin: 5px;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .newface-sub .image{
        position:relative;
    }
    .newface-sub .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:32px;
        height:32px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.6rem;
        font-weight: bold;
        line-height: 1
    }
    .newface-sub .soku span{
        display: block;
        padding-top: 5px;
        color: #ff0;
        font-size: 0.8rem
    }
    .newface-sub .name{
        padding: 5px 0 2px;
        color: #4dc227;
        font-size: 0.9rem;

    }
    .newface-sub .size{
        font-size: 0.6rem;
    }
    .newface-sub .icon{
        height: 30px;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center;
        line-height: 30px
    }
    .newface-sub .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .newface-sub .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:35px;
        height:35px;
        border-radius:35px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 35px
    }
    .newface-sub .osusume{
        position:absolute;
        top: -3px;
        right: -2px;
        width:40px;
    }
    .newface-sub .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .newface-sub .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 0.8rem;
        line-height: 1.2
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .newface{
        padding: 50px;
        background: url("../img/newface-bg.png");
    }
    .newface ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 20px
    }
    .newface li{
        width: calc(100% / 4);
        padding-bottom: 20px;
        text-align: center
    }
    .newface .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .newface .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .newface .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .newface .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .newface .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .newface .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .newface .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .newface .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .newface .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newface .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .newface .icon{
        padding: 7px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center
    }
    .newface .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.2
    }
    .newface .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .newface .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .newface-sub{
        padding: 50px;
        background: url("../img/newface-bg.png");
    }
    .newface-sub ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 20px
    }
    .newface-sub li{
        width: calc(100% / 4);
        padding-bottom: 20px;
        text-align: center
    }
    .newface-sub .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .newface-sub .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .newface-sub .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .newface-sub .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .newface-sub .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .newface-sub .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .newface-sub .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .newface-sub .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .newface-sub .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newface-sub .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .newface-sub .icon{
        height: 30px;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center;
        line-height: 30px
    }
    .newface-sub .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.2
    }
    .newface-sub .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .newface-sub .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 1.1rem;
        line-height: 1.2
    }
}
@media screen and (min-width:1280px) {
    .newface{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png");
    }
    .newface ul{
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 20px
    }
    .newface li{
        width: calc(100% / 6);
        padding-bottom: 20px;
        text-align: center
    }
    .newface .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .newface .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .newface .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .newface .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .newface .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .newface .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .newface .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .newface .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .newface .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newface .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .newface .icon{
        height: 30px;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center;
        line-height: 30px
    }
    .newface .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.2
    }
    .newface .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .newface .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 1.1rem;
        line-height: 1.2
    }
    
    .newface-sub{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png");
    }
    .newface-sub ul{
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 20px
    }
    .newface-sub li{
        width: calc(100% / 6);
        padding-bottom: 20px;
        text-align: center
    }
    .newface-sub .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .newface-sub .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .newface-sub .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .newface-sub .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .newface-sub .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .newface-sub .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .newface-sub .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .newface-sub .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .newface-sub .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newface-sub .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .newface-sub .icon{
        padding: 7px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center
    }
    .newface-sub .comment{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.2
    }
    .newface-sub .time{
        padding: 10px 0 8px;
        background: #4dc227;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.2
    }
    .newface-sub .time-no{
        padding: 10px 0 8px;
        background: #bbb;
        color: #eee;
        font-size: 1.1rem;
        line-height: 1.2
    }
}

.newface-button{
    width: 180px;
    margin: auto
}
.button {
    z-index: 1;
    position: relative;
    width: 180px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: bold;
    background-color: #4dc227;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center
}
.button a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-shadow:0px 1px 0px #666;
    text-decoration: none;
    line-height: 50px;
}


/*===============================

お知らせ情報

================================*/

@media screen and (max-width: 599px) {
    .information{
        padding-bottom: 20px;
        background: #fff;
    }
    .information ul{
        margin: auto
    }
    .information li{
    }
    .information .inner{
        height: 300px;
        overflow-y: auto;
    }
    .information .title{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../img/title-bg.png) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 45px;
        padding-top: 4.2%;
    }
    .information .title p{
        color: #29a600;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }
    .information .comment{
        padding: 0px 15px 10px;
        font-size: 0.8rem;
        line-height: 1.6
    }
    .information .comment .image{
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .information .comment .image img{
        width: 100px
    }
    .information .comment .image-l{
        padding-bottom: 10px
    }
    .information .day{
        padding: 5px 10px 5px;
        color: #aaa;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: right
    }
    .information .name{
        color: #ff57a2;
        font-size: 1rem;
        font-weight: bold
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .information{
        padding: 40px;
        background: #fffff0
    }
    .information ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto
    }
    .information li{
        width: calc(100% / 1);
        text-align: center
    }
    .information .inner{
        height: 300px;
        overflow-y: auto;
        width: auto;
        margin: auto;
        margin: 20px;
        padding: 20px;
        background: #fff;
        box-shadow: 1px 1px 3px #ddd;
    }
    .information .detail{
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #29a600;
    }
    .information .title{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../img/title-bg.png) center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 45px;
        margin: auto;
    }
    .information .title p{
        padding-top: 15px;
        color: #29a600;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }
    .information .comment{
        font-size: 0.9rem;
        text-align: left;
        line-height: 1.8
    }
    .information .comment .image{
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .information .comment .image img{
        width: 150px
    }
    .information .comment .image-l{
        padding-bottom: 10px
    }
    .information .day{
        padding: 5px 0;
        color: #2d6fad;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: right
    }
    .information .name{
        color: #ff57a2;
        font-size: 1rem;
        font-weight: bold
    }
}
@media screen and (min-width:1280px) {
    .information{
        padding: 60px 0;
        background: #fffff0
    }
    .information ul{
        display: flex;
        flex-wrap: wrap;
        width: 1240px;
        margin: auto
    }
    .information li{
        width: calc(100% / 2);
        text-align: center
    }
    .information .inner{
        height: 300px;
        overflow-y: auto;
        width: auto;
        margin: auto;
        margin: 20px;
        padding: 20px;
        background: #fff;
        box-shadow: 1px 1px 3px #ddd;
    }
    .information .detail{
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #29a600;
    }
    .information .title{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../img/title-bg.png) center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 45px;
        margin: auto;
    }
    .information .title p{
        padding-top: 15px;
        color: #29a600;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }
    .information .comment{
        font-size: 0.9rem;
        text-align: left;
        line-height: 1.8
    }
    .information .comment .image{
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .information .comment .image img{
        width: 150px
    }
    .information .comment .image-l{
        padding-bottom: 10px
    }
    .information .day{
        padding: 5px 0;
        color: #2d6fad;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: right
    }
    .information .name{
        color: #ff57a2;
        font-size: 1rem;
        font-weight: bold
    }
}

/*===============================

本日の出勤情報

================================*/

@media screen and (max-width: 599px) {
    .today{
        margin-top: 20px;
        padding: 10px 0 30px;
        background: url("../img/newface-bg.png");
    }
    .today ul{
        display: flex;
        flex-wrap: wrap;
        padding: 8px
    }
    .today li{
        width: calc(100% / 3);
        text-align: center
    }
    .today a{
        text-decoration: none
    }
    .today .detail{
        margin: 3px;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .today .image{
        position:relative;
    }
    .today .name{
        padding: 5px 0 2px;
        color: #4dc227;
        font-size: 0.9rem;
    }
    .today .size{
        color: #333;
        font-size: 0.6rem;
    }
    .today .icon{
        margin-top: 5px;
        padding: 5px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 0.8rem;
        text-align: center
    }
    .today .comment{
        padding: 5px 0 3px;
        background: #333;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .today .scroll{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .today .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:35px;
        height:35px;
        border-radius:35px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 35px
    }
    .today .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:32px;
        height:32px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.6rem;
        font-weight: bold;
        line-height: 1
    }
    .today .soku span{
        display: block;
        padding-top: 5px;
        color: #ff0;
        font-size: 0.8rem
    }
    .today .osusume{
        position:absolute;
        top: -3px;
        right: -2px;
        width:40px;
    }
    .today .text{
        padding-top: 20px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center
    }
    .today-btn-bg{
        width: 100%;
       padding-bottom: 10px
    }
    .today-btn-on{
        display: inline-block;
        background-color: #E85A70;
        color: #FFF;
        width: 32%;
        margin: 1px 1px 5px 1px;
        padding: 10px 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    .today-btn-on:hover{
        cursor: pointer;
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
    }

    .today-btn{
        display: inline-block;
        background-color: #333;
        color: #fff;
        width: 32%;
        margin: 1px 1px 5px 1px;
        padding: 10px 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    .today-btn:hover{
        cursor: pointer;
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .today{
        padding: 0 0 80px;
        background: #fff
    }
    .today ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding: 0 40px
    }
    .today li{
        width: calc(100% / 4);
        padding-bottom: 15px;
        text-align: center
    }
    .today a{
        text-decoration: none
    }
    .today .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .today .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .today .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .today .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .today .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .today .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .today .icon{
        padding: 7px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center
    }
    .today .comment{
        padding: 10px 0;
        background: #333;
        color: #fff;
        font-size: 1.2rem;
    }
    .today .scroll{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .today .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .today .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .today .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .today .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .today .text{
        padding-top: 20px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center
    }
    .today-btn-bg{
        width: 1000px;
        margin: auto;
        padding: 20px 0
    }
    .today-btn-on{
        display: inline-block;
        background-color: #E85A70;
        color: #FFF;
        width: 13.6%;
        margin: 1px;
        padding: 15px 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    .today-btn-on:hover{
        cursor: pointer;
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
    }

    .today-btn{
        display: inline-block;
        background-color: #333;
        color: #fff;
        width: 13.7%;
        margin: 1px;
        padding: 15px 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    .today-btn:hover{
        cursor: pointer;
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
    }
}
@media screen and (min-width:1280px) {
    .today{
        padding: 0 0 80px;
        background: url("../img/today-bg.png");
        background-size: 100% auto
    }
    .today ul{
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto;
        padding-top: 30px
    }
    .today li{
        width: calc(100% / 6);
        padding-bottom: 15px;
        text-align: center
    }
    .today a{
        text-decoration: none
    }
    .today .detail{
        position:relative;
        width: 95%;
        background: #fff;
        box-shadow: 1px 1px 1px #ddd;
        font-weight: bold
    }
    .today .image{
        position:relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    .today .image img{
        display: block;
        transition-duration: 0.6s;
    }
    .today .image img:hover{
        transform: scale(1.1);
        transition-duration: 0.6s;
    }
    .today .name{
        padding-top: 8px;
        color: #4dc227;
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .today .size{
        padding: 5px 0 8px;
        font-size: 0.8rem;
    }
    .today .icon{
        padding: 7px 0;
        background: #fffff0;
        color: #ea68a2;
        font-size: 1rem;
        text-align: center
    }
    .today .comment{
        padding: 10px 0;
        background: #333;
        color: #fff;
        font-size: 1.2rem;
    }
    .today .scroll{
        padding: 5px 0 3px;
        background: #bbb;
        color: #fff;
        font-size: 0.8rem;
        line-height: 1.2
    }
    .today .new{
        position:absolute;
        bottom: 3px;
        right: 3px;
        width:50px;
        height:50px;
        border-radius:50px;
        background:rgba(232,90,112,.9);
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 50px
    }
    .today .soku{
        position:absolute;
        top: 0;
        left: 0;
        width:50px;
        height:50px;
        background:rgba(200,166,63,.9);
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.1
    }
    .today .soku span{
        display: block;
        padding-top: 8px;
        color: #ff0;
        font-size: 1.1rem
    }
    .today .osusume{
        position:absolute;
        top: 0px;
        right: 3px;
        width:60px;
    }
    .today .text{
        padding-top: 20px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center
    }
    .today-btn-bg{
        width: 1000px;
        margin: auto;
        padding: 20px 0
    }
    .today-btn-on{
        display: inline-block;
        background-color: #E85A70;
        color: #FFF;
        width: 13.6%;
        margin: 1px;
        padding: 15px 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    .today-btn-on:hover{
        cursor: pointer;
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
    }

    .today-btn{
        display: inline-block;
        background-color: #333;
        color: #fff;
        width: 13.7%;
        margin: 1px;
        padding: 15px 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        -webkit-tap-highlight-color: transparent;
        transition: .2s ease-out;
    }
    .today-btn:hover{
        cursor: pointer;
        text-decoration: none;
        transform: translateY(-4px);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
    }
}


/*===============================

コンセプト

================================*/

@media screen and (max-width: 599px) {
    .concept{
        padding-bottom: 30px
    }
    .concept .image{
        padding-bottom: 20px
    }
    .concept .text{
        margin: 0 10px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .concept .text span{
        color: #f00;
        font-size: 1rem;
        font-weight: bold
    }
}
@media screen and (min-width:600px) {
    .concept{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .concept .image{
        padding-top: 20px
    }
    .concept .text{
        background: #fff;
        padding: 25px;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 2.5
    }
    .concept .text span{
        color: #f00;
        font-size: 1rem;
        font-weight: bold
    }
}


/*===============================

イベント

================================*/

@media screen and (max-width: 599px) {
    .event{
    }
    .event ul{
        padding: 20px 10px;
    }
    .event .title{
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../img/title-bg.png) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 45px;
        padding-top: 4.2%;
    }
    .event .title p{
        color: #29a600;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }
    .event .comment{
        padding: 0px 15px 10px;
        font-size: 0.8rem;
        line-height: 1.6
    }
    .event .comment .image{
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
    .event .comment .image img{
        width: 100px
    }
    .event .comment .image-l{
        padding-bottom: 10px
    }
    .event .day{
        padding: 5px 10px 5px;
        color: #aaa;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: right
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .event{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .event ul{
        width: 75%;
        margin: auto;
        padding-top: 30px
    }
    .event .detail{
        margin-bottom: 30px;
        padding: 30px;
        background: #fff;
        box-shadow: 1px 1px 3px #ddd
    }
    .event .title{
        padding-bottom: 10px;
        color: #4dc227;
        font-size: 1.1rem;
        font-weight: bold
    }
    .event .comment{
        margin-top: 10px;
        padding: 20px;
        background: #fffff0;
        border: 1px dotted #ccc;
        font-size: 1rem;
        line-height: 1.5
    }
}
@media screen and (min-width:1280px) {
    .event{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .event ul{
        width: 1200px;
        margin: auto;
        padding-top: 30px
    }
    .event .detail{
        margin-bottom: 30px;
        padding: 30px;
        background: #fff;
        box-shadow: 1px 1px 3px #ddd
    }
    .event .title{
        padding-bottom: 10px;
        color: #4dc227;
        font-size: 1.1rem;
        font-weight: bold
    }
    .event .comment{
        margin-top: 10px;
        padding: 20px;
        background: #fffff0;
        border: 1px dotted #ccc;
        font-size: 1rem;
        line-height: 1.5
    }
}


/*===============================

プロフィール

================================*/

@media screen and (max-width: 1279px) {
    .profile{
    }
    .profile ul{
        padding: 0 10px 30px 10px;
    }
    .profile h5{
        margin: 20px 0 15px;
        padding: 13px 0;
        background: -webkit-linear-gradient(0deg, #6c6c6c, #333, #6c6c6c);
        color: #fff;
        font-size: 1.3rem;
        border-radius: 5px;
        text-align: center;
        text-shadow:0px 1px 2px #000
    }
    .profile .icon{
        width: 125px;
        margin: auto;
        margin-top:5px;
        margin-bottom:5px;
        padding: 10px;
        background-color: #77e951;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
        text-shadow:0px 1px 1px #2caa03
    }
    .profile .comment{
        width: auto;
        background: #fffbca;
        padding: 15px;
        font-size: 0.9rem;
        border-radius: 5px;
        box-shadow: 1px 1px 2px #eee;
        line-height: 2
    }
    .profile .scroll{
        margin-top: 15px;
        margin-bottom: -5px;
        padding: 10px 0;
        background: #fff2f8;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.2
    }

    .faq {
        list-style: none;
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: bold;
    }
    .faq dt {
        clear: both;
        margin-bottom: 16px;
        padding-bottom: 6px;
        border-bottom: dashed 1px #ccc;
    }
    .faq .faq-q {
        margin-right: 12px;
        text-indent: -20px;
        padding-left: 20px;
        margin-bottom: 6px;
    }

    .faq .faq-q:before{
        content: "Q.";
        color: #ea68a2;
    }
    .faq .faq-a {
        text-indent: -20px;
        padding-left: 20px;
    }

    .faq .faq-a:before {
        content: "A.";
        color: rgba(47, 166, 229, 0.86);
    }

    .weekly {
        margin-top: 15px;
        margin-bottom: 13px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
    }

    .weekly dl {
        width: calc(100% / 2);
        text-align: center;
        background: #fff;
        font-size: 12px;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        box-sizing:border-box;
    }
    .weekly dt{
        background: #666;
        padding: 10px 0;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold
    }
    .weekly dl dt.sat {
        background: #469fe5;
    }

    .weekly dl dt.sun {
        background: #e54665;
    }
    .weekly dd{
        padding: 10px 0;
        font-size: 1.1rem;
        font-weight: bold
    }


    .profile-option {
    }

    .profile-option .box {
        width: 286px;
        margin: auto
    }

    .profile-option .detail {
        float: left;
        width: 137px;
        height: 32px;
        margin: 3px;
        padding: 0px;
        background: url("../img/bg_profile-li.gif") no-repeat;
    }

    .profile-option .detail .left {
        float: left;
        width: 24px;
        margin: 4px 0px 0px 4px;
        padding: 0px;
    }

    .profile-option .detail .right {
        float: right;
        width: 105px;
        margin-top: 10px;
        padding: 0px;
        font-size: 12px;
        text-align: left;
    }

}
@media screen and (min-width:1280px) {
    .profile{
        padding: 0 0 80px;
        background: url("../img/newface-bg.png")
    }
    .profile ul{
        display: flex;
        flex-wrap: wrap;
        width: 1140px;
        margin: auto;
        margin-top: 20px;
        padding: 30px;
        background: #fff;
        box-shadow: 1px 1px 3px #eee
    }
    .profile .photo{
        width: 300px
    }
    .profile .data{
        width: 810px;
        padding-left: 30px;
    }
    .profile h5{
        margin: 20px 0 15px;
        padding: 13px 0;
        background: -webkit-linear-gradient(0deg, #6c6c6c, #333, #6c6c6c);
        color: #fff;
        font-size: 1.3rem;
        border-radius: 5px;
        text-align: center;
        text-shadow:0px 1px 2px #000
    }
    .profile .icon{
        width: 125px;
        margin: auto;
        margin-bottom: 10px;
        padding: 10px;
        background-color: #77e951;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
        text-shadow:0px 1px 1px #2caa03
    }
    .profile .comment{
        width: auto;
        height: 124px;
        overflow-y: auto;
        background: #fffbca;
        padding: 15px;
        font-size: 0.9rem;
        border-radius: 5px;
        box-shadow: 1px 1px 2px #eee;
        line-height: 1.9
    }
    .profile .scroll{
        margin-top: 10px;
        padding: 12px 0 10px;
        background: #fff2f8;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .faq {
        list-style: none;
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: bold;
    }
    .faq dt {
        clear: both;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: dashed 1px #ccc;
    }
    .faq .faq-q {
        margin-right: 12px;
        text-indent: -20px;
        padding-left: 20px;
        margin-bottom: 6px;
    }

    .faq .faq-q:before{
        content: "Q.";
        color: #ea68a2;
    }
    .faq .faq-a {
        text-indent: -20px;
        padding-left: 20px;
    }

    .faq .faq-a:before {
        content: "A.";
        color: rgba(47, 166, 229, 0.86);
    }

    .weekly {
        width: 1000%;
        margin-top: 20px;
        margin-bottom:10px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
    }

    .weekly dl {
        width: calc(100% / 7);
        text-align: center;
        background: #fff;
        font-size: 12px;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        box-sizing:border-box;
    }
    .weekly dt{
        background: #666;
        padding: 15px 0;
        color: #fff;
        font-size: 1.1rem;
        font-weight: bold
    }
    .weekly dl dt.sat {
        background: #469fe5;
    }

    .weekly dl dt.sun {
        background: #e54665;
    }
    .weekly dd{
        padding: 15px 0;
        font-size: 1.1rem;
        font-weight: bold
    }


    .profile-option {
    }

    .profile-option .box {
        width: 286px;
        margin: auto
    }

    .profile-option .detail {
        float: left;
        width: 137px;
        height: 32px;
        margin: 3px;
        padding: 0px;
        background: url("../img/bg_profile-li.gif") no-repeat;
    }

    .profile-option .detail .left {
        float: left;
        width: 24px;
        margin: 4px 0px 0px 4px;
        padding: 0px;
    }

    .profile-option .detail .right {
        float: right;
        width: 105px;
        margin-top: 10px;
        padding: 0px;
        font-size: 12px;
        text-align: left;
    }
}


/*===============================

お客様の声

================================*/

@media screen and (max-width: 599px) {
    .review {
        float: left;
        width: 100%;
    }
    .review-form{
    }
    .review-form table{
        width: 95%;
        margin: auto;
        font-size: 0.7rem;
    }
    .review-form tr{
        line-height: 2.5;
        border-bottom: 1px dotted #ccc;
    }
    .review-form th{
        color: #00a0e9;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
    }
    .review-form td{
        vertical-align: middle
    }
    .review-form input{
        height: 20px;
        border: 1px solid #ddd
    }
    .review-form select{
        height: 25px;
        background: #fff;
        border: 1px solid #ddd
    }
    .review-form textarea{
        width: 180px;
        height: 100px;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #ddd
    }
    .review-form table span{
        color: #f00;
        font-size: 1rem
    }
    .review-thanks{
        padding: 15px;
        font-size: 0.9rem;
        line-height: 2;
        text-align: center
    }
    .review-sent{
        width: 150px;
        margin: auto;
        padding-top: 10px
    }
    input.review-submit {
        width: 150px;
        height: 40px;
        margin-bottom: 5px;
        background: -moz-linear-gradient(top, #FFF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        border: 1px solid #DDD;
        color: #111;
        font-weight: bold;
        padding: 10px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    input.review-submit:hover {
        background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
    }

    /* Acordeon styles */
    .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #fff;/* アコーディオン タブ文字色 */
        overflow: hidden;
    }
    .review input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .review label {
        position: relative;
        display: block;
        background-color: #eee;
        color: #333;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 3;
        cursor: pointer;
    }
    .review label span{
        font-size: 0.7rem
    }
    .review .tab-content {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
    }
    .review .tab-content p {
        margin: 1em;
        color: #000;
        font-size: 0.8rem;
        line-height: 1.7
    }
    .review .tab-content span{
        text-align: left
    }
    .review .tab-content strong{
        text-align: left
    }
    /* :checked */
    .review input:checked ~ .tab-content {
        max-height: 20em;
    }
    /* Icon */
    .review label::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }
    .review input[type=checkbox] + label::after {
        content: "+";
    }
    .review input[type=radio] + label::after {
        content: "\25BC";
    }
    .review input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }
    .review input[type=radio]:checked + label::after {
        transform: rotateX(180deg);
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .review {
        float: left;
        width: 100%;
    }
    .review-form{
        background: url("../img/newface-bg.png");
        padding: 50px 0;
    }
    .review-form table{
        width: 700px;
        margin: auto;
        font-size: 0.8rem;
    }
    .review-form tr{
        line-height: 2.5;
        border-bottom: 1px dotted #ccc;
    }
    .review-form th{
        vertical-align: middle;
        text-align: right
    }
    .review-form td{
        width: 500px;
        vertical-align: middle
    }
    .review-form input{
        height: 20px;
        border: 1px solid #ddd
    }
    .review-form select{
        height: 25px;
        background: #fff;
        border: 1px solid #ddd
    }
    .review-form textarea{
        width: 100%;
        height: 100px;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #ddd
    }
    .red{
        color: #f00;
        font-size: 1rem
    }
    .review-thanks{
        padding: 15px;
        font-size: 0.9rem;
        line-height: 2;
        text-align: center
    }
    .review-sent{
        width: 150px;
        margin: auto;
        padding-top: 10px
    }
    input.review-submit {
        width: 150px;
        height: 40px;
        margin-bottom: 5px;
        background: -moz-linear-gradient(top, #FFF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        border: 1px solid #DDD;
        color: #111;
        font-size: 0.9rem;
        font-weight: bold;
        padding: 10px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    input.review-submit:hover {
        background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
    }

    /* Acordeon styles */
    .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #fff;/* アコーディオン タブ文字色 */
        overflow: hidden;
    }
    .review input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .review label {
        position: relative;
        display: block;
        background-color: #eee;
        color: #333;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 3;
        cursor: pointer;
    }
    .review label span{
        font-size: 0.7rem
    }
    .review .tab-content {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
    }
    .review .tab-content span{
        text-align: left
    }
    .review .tab-content strong{
        text-align: left
    }
    .review .tab-content p {
        margin: 1em;
        color: #000;
        font-size: 0.8rem;
        line-height: 1.7
    }
    /* :checked */
    .review input:checked ~ .tab-content {
        max-height: 20em;
    }
    /* Icon */
    .review label::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }
    .review input[type=checkbox] + label::after {
        content: "+";
    }
    .review input[type=radio] + label::after {
        content: "\25BC";
    }
    .review input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }
    .review input[type=radio]:checked + label::after {
        transform: rotateX(180deg);
    }


}
@media screen and (min-width:1280px) {
    .review {
        float: left;
        width: 100%;
    }
    .review-form{
        background: url("../img/newface-bg.png");
        padding: 50px 0;
    }
    .review-form table{
        width: 700px;
        margin: auto;
        font-size: 0.8rem;
    }
    .review-form tr{
        line-height: 2.5;
        border-bottom: 1px dotted #ccc;
    }
    .review-form th{
        vertical-align: middle;
        text-align: right
    }
    .review-form td{
        width: 500px;
        vertical-align: middle
    }
    .review-form input{
        height: 20px;
        border: 1px solid #ddd
    }
    .review-form select{
        height: 25px;
        background: #fff;
        border: 1px solid #ddd
    }
    .review-form textarea{
        width: 100%;
        height: 100px;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #ddd
    }
    .red{
        color: #f00;
        font-size: 1rem
    }
    .review-thanks{
        padding: 15px;
        font-size: 0.9rem;
        line-height: 2;
        text-align: center
    }
    .review-sent{
        width: 150px;
        margin: auto;
        padding-top: 10px
    }
    input.review-submit {
        width: 150px;
        height: 40px;
        margin-bottom: 5px;
        background: -moz-linear-gradient(top, #FFF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        border: 1px solid #DDD;
        color: #111;
        font-size: 0.9rem;
        font-weight: bold;
        padding: 10px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    input.review-submit:hover {
        background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
    }

    /* Acordeon styles */
    .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #fff;/* アコーディオン タブ文字色 */
        overflow: hidden;
    }
    .review input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .review label {
        position: relative;
        display: block;
        background-color: #eee;
        color: #333;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 3;
        cursor: pointer;
    }
    .review label span{
        font-size: 0.7rem
    }
    .review .tab-content {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
    }
    .review .tab-content p {
        margin: 1em;
        color: #000;
        font-size: 0.8rem;
        line-height: 1.7
    }
    .review .tab-content span{
        text-align: left
    }
    .review .tab-content strong{
        text-align: left
    }
    /* :checked */
    .review input:checked ~ .tab-content {
        max-height: 20em;
    }
    /* Icon */
    .review label::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }
    .review input[type=checkbox] + label::after {
        content: "+";
    }
    .review input[type=radio] + label::after {
        content: "\25BC";
    }
    .review input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }
    .review input[type=radio]:checked + label::after {
        transform: rotateX(180deg);
    }


}


/*===============================

料金システム

================================*/

@media screen and (max-width: 599px) {
    .price{
        width: 85%;
        margin: auto
    }


    .option{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        box-shadow: 1px 1px 5px #ddd;
    }
    .option ul{
        display: flex;
        flex-wrap: wrap;
        padding: 15px 10px 20px 10px
    }
    .option li{
        width: calc(100% / 2);
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ecd69c;
        font-size: 0.9rem;
        text-align: center
    }
    .option li:last-child{
        border-bottom: 0px
    }
    .option li span{
        font-size: 1.1rem;
        font-weight: bold;
    }

    .area{
        padding: 10px;
    }
    .area h2 {
        padding: 0.3em 0.5em;
        font-size: 1.1rem;
        background: transparent;
        border-left: solid 5px #e493b7;
    }
    .area p{
        margin-bottom: 10px;
        padding: 5px 0;
        font-size: 0.9rem;
        border-bottom: 1px dotted #ecd69c;
        line-height: 1.5
    }
    .area span{
        display: block;
        padding: 10px 0;
        color: #f00;
        font-size: 0.8rem;
        font-weight: bold
    }

    .notes{
        position:relative;
        width: auto;
        margin-bottom: 25px;
        padding: 60px 20px;
        background: #f5f5f5
    }
    .notes .title{
        position:absolute;
        width: 150px;
        padding: 10px;
        background: #32ce28;
        color: #ff0;
        font-weight: bold;
        top: 35px;
        left: 45px;
        text-align: center
    }
    .notes .inner{
        width: auto;
        padding: 25px;
        background: #fff;
        font-size: 0.8rem;
        box-shadow: 1px 1px 2px #ddd;
        line-height: 1.5
    }
    .notes .inner span{
        display: block;
        padding-top: 15px;
        color: #f00;
        font-size: 0.8rem;
        font-weight: bold
    }
    .notes .image{
        width: 262px;
        margin: auto;
        padding-bottom: 15px
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .price{
    }
    .option{
        width: 75%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 30px;
        box-shadow: 1px 1px 5px #ddd;
    }
    .option ul{
        display: flex;
        flex-wrap: wrap;
        padding: 15px 10px 20px 10px
    }
    .option li{
        width: calc(100% / 2);
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ecd69c;
        font-size: 1rem;
        text-align: center
    }
    .option li:last-child{
        border-bottom: 0px
    }
    .option li span{
        font-size: 1.2rem;
        font-weight: bold;
    }

    .area{
        width: 75%;
        margin: auto;
        padding-bottom: 60px
    }
    .area h2 {
        padding: 0.3em 0.5em;
        font-size: 1.1rem;
        background: transparent;
        border-left: solid 5px #e493b7;
    }
    .area dl{
        background: #fff;
        margin-top: 25px;
        padding: 25px;
        box-shadow: 1px 1px 5px #ddd;
    }
    .area p{
        margin-bottom: 10px;
        padding: 5px 0;
        color: #666;
        font-size: 1rem;
        font-weight: bold;
        border-bottom: 1px dotted #ecd69c;
        line-height: 1.5
    }
    .area span{
        display: block;
        padding: 10px 0;
        color: #f00;
        font-size: 0.9rem;
        font-weight: bold
    }

    .notes{
        padding: 110px 0;
        background: #f5f5f5
    }

    .notes .inner{
        position:relative;
        width: 1050px;
        margin: auto;
        padding: 75px;
        background: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        box-shadow: 1px 1px 2px #ddd;
        line-height: 2
    }
    .notes .inner .title{
        position:absolute;
        width: 250px;
        padding: 20px;
        background: #32ce28;
        color: #ff0;
        font-size: 1.2rem;
        font-weight: bold;
        top: -35px;
        left: 45px;
        text-align: center
    }
    .notes .inner span{
        display: block;
        padding-top: 15px;
        color: #f00;
        font-size: 0.8rem;
        font-weight: bold
    }
    .notes .image{
        width: 262px;
        margin: auto;
        padding-bottom: 15px
    }

}
@media screen and (min-width:1280px) {
    .price{
        width: 50%;
        margin: auto
    }


    .option{
        width: 1200px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 30px;
        box-shadow: 1px 1px 5px #ddd;
    }
    .option ul{
        display: flex;
        flex-wrap: wrap;
        padding: 15px 10px 20px 10px
    }
    .option li{
        width: calc(100% / 2);
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ecd69c;
        font-size: 1rem;
        text-align: center
    }
    .option li:last-child{
        border-bottom: 0px
    }
    .option li span{
        font-size: 1.2rem;
        font-weight: bold;
    }

    .area{
        width: 1200px;
        margin: auto;
        padding-bottom: 60px
    }
    .area h2 {
        padding: 0.3em 0.5em;
        font-size: 1.1rem;
        background: transparent;
        border-left: solid 5px #e493b7;
    }
    .area dl{
        background: #fff;
        margin-top: 25px;
        padding: 25px;
        box-shadow: 1px 1px 5px #ddd;
    }
    .area p{
        margin-bottom: 10px;
        padding: 5px 0;
        color: #666;
        font-size: 1rem;
        font-weight: bold;
        border-bottom: 1px dotted #ecd69c;
        line-height: 1.5
    }
    .area span{
        display: block;
        padding: 10px 0;
        color: #f00;
        font-size: 0.9rem;
        font-weight: bold
    }

    .notes{
        padding: 110px 0;
        background: #f5f5f5
    }

    .notes .inner{
        position:relative;
        width: 1050px;
        margin: auto;
        padding: 75px;
        background: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        box-shadow: 1px 1px 2px #ddd;
        line-height: 2
    }
    .notes .inner .title{
        position:absolute;
        width: 250px;
        padding: 20px;
        background: #32ce28;
        color: #ff0;
        font-size: 1.2rem;
        font-weight: bold;
        top: -35px;
        left: 45px;
        text-align: center
    }
    .notes .inner span{
        display: block;
        padding-top: 15px;
        color: #f00;
        font-size: 0.8rem;
        font-weight: bold
    }
    .notes .image{
        width: 262px;
        margin: auto;
        padding-bottom: 15px
    }

}



/*===============================

ご利用方法

================================*/


@media screen and (max-width: 599px) {
    .flow{
       
    }
    .flow ul{
        display: flex;
        flex-wrap: wrap;
    }
    .flow li{
        width: calc(100% / 1);
        padding: 10px 0;
    }
    .flow dl{
        padding: 10px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .flow dt{
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #ccc
    }
    .flow a{
        color: #bf9841
    }
    .flow dt span{
        display: block
    }
    .flow strong{
        display: block;
        padding-top: 20px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center
    }
    .flow .image{
        margin-bottom: -10px;
        padding-top: 20px
    }
    .flow .text{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        background: #fffff0;
        box-shadow: 1px 1px 5px #ddd;
    }
    .flow .text p{
        padding: 15px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .flow .text span{
        color: #f00;
        font-weight: bold
    }
    .flow .text-rec{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        background: #fff8ff;
        box-shadow: 1px 1px 5px #ddd;
        text-align: center
    }
    .flow .text-rec .inner{
        overflow: auto;
        height: 210px;
        padding: 15px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .flow .text-rec .title{
        padding: 10px 0;
        background: #fff;
        color: #fd65ca;
        font-size: 1rem;
        font-weight: bold;
    }
    .title-01 {
        position: relative;
        background: #151d26;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin: 0;
    }
    .title-01:after {
        border: 15px solid transparent;
        border-top-color: #151d26;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 46%;
        position: absolute;
        width: 0;
    }
    .title-01 span{
        color: #f00;
        font-size: 0.8rem
    }
    .title-02 {
        position: relative;
        background: #05b2ec;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin: 0;
    }
    .title-02:after {
        border: 15px solid transparent;
        border-top-color: #05b2ec;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 46%;
        position: absolute;
        width: 0;
    }
    .title-03 {
        position: relative;
        background: #ff9c00;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin: 0;
    }
    .title-03:after {
        border: 15px solid transparent;
        border-top-color: #ff9c00;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 46%;
        position: absolute;
        width: 0;
    }
    .title-04 {
        position: relative;
        background: #fd65ca;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin-top: 20px;
    }
    .title-04:after {
        border: 15px solid transparent;
        border-top-color: #fd65ca;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 46%;
        position: absolute;
        width: 0;
    }
    .card{
        width: 240px;
        margin: auto;
        padding: 15px 0
    }
    input.sysNextSubmit {
        width: 100%;
        border-radius: 0;
        background: -moz-linear-gradient(top, #FFF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        border: 1px solid #DDD;
        color: #111;
        padding: 10px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: bold
    }
    input.sysNextSubmit:hover {
        background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
    }
}
@media screen and (min-width:600px) {

    .flow{
        padding: 50px 0 100px 0;
        background: url("../img/newface-bg.png")
    }
    .flow ul{
        display: flex;
        flex-wrap: wrap;
        background: #fff
    }
    .flow li{
        width: calc(100% / 1);
        padding: 10px 0;
    }
    .flow dl{
        padding: 50px;
        font-size: 0.9rem;
        line-height: 2
    }
    .flow dt{
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #ccc
    }
    .flow a{
        color: #bf9841;
        font-size: 1.2rem
    }
    .flow dt span{
        display: block
    }
    .flow strong{
        display: block;
        padding-top: 20px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center
    }
    .flow .inner-rec{
        width: 1000px;
        margin: auto;
        margin-top: 30px;
        background: #fff;
        box-shadow: 1px 1px 5px #ddd;
    }
    .flow .image{
        margin-bottom: -10px;
        padding-top: 20px
    }
    .flow .image-rec{
        margin-bottom: -10px
    }
    .flow .text{
        width: 1200px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #fffff0;
        box-shadow: 1px 1px 5px #ddd;
    }
    .flow .text p{
        padding: 25px;
        font-size: 0.9rem;
        line-height: 2
    }
    .flow .text span{
        color: #f00;
        font-weight: bold
    }
    .flow .text .card{
        width: 320px;
        margin: auto;
        padding: 25px 0
    }
    .flow .text-rec{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px 0;
        background: #fff8ff;
        box-shadow: 1px 1px 5px #ddd;
        text-align: center
    }
    .flow .text-rec .inner{
        overflow: auto;
        height: 290px;
        padding: 15px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .flow .text-rec .title{
        padding: 10px 0;
        background: #fff;
        color: #fd65ca;
        font-size: 1rem;
        font-weight: bold;
    }
    .title-01 {
        position: relative;
        background: #151d26;
        color: #fff;
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        padding: 20px 0;
    }
    .title-01:after {
        border: 15px solid transparent;
        border-top-color: #151d26;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 49.3%;
        position: absolute;
        width: 0;
    }
    .title-01 span{
        color: #ff0;
        font-size: 1rem
    }
    .title-02 {
        position: relative;
        background: #05b2ec;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin: 0;
    }
    .title-02:after {
        border: 15px solid transparent;
        border-top-color: #05b2ec;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 48%;
        position: absolute;
        width: 0;
    }
    .title-03 {
        position: relative;
        background: #ff9c00;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin: 0;
    }
    .title-03:after {
        border: 15px solid transparent;
        border-top-color: #ff9c00;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 48%;
        position: absolute;
        width: 0;
    }
    .title-04 {
        position: relative;
        background: #fd65ca;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 15px 0;
        margin-top: 20px;
    }
    .title-04:after {
        border: 15px solid transparent;
        border-top-color: #fd65ca;
        border-bottom-width: 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 48%;
        position: absolute;
        width: 0;
    }

    input.sysNextSubmit {
        width: 100%;
        border-radius: 0;
        background: -moz-linear-gradient(top, #FFF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        border: 1px solid #DDD;
        color: #111;
        padding: 10px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 1rem;
        font-weight: bold
    }
    input.sysNextSubmit:hover {
        background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
    }

}

/*===============================

体験漫画

================================*/

@media screen and (max-width: 599px) {
    .manga{
        padding-bottom: 30px
    }
    .manga ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding-top: 30px
    }
    .manga li{
        width: calc(100% / 2);
        padding-bottom: 10px
    }
    .manga_img{
        width: 95%;
        margin: auto;
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .manga{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .manga ul{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding-top: 30px
    }
    .manga li{
        width: calc(100% / 2);
    }
    .manga_img{
        width: 95%;
        margin: auto;
    }
}
@media screen and (min-width:1280px) {
    .manga{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .manga ul{
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto;
        padding-top: 60px
    }
    .manga li{
        width: calc(100% / 4);
    }
    .manga_img{
        width: 95%;
        margin: auto;
    }
}


/*===============================

ご予約

================================*/

@media screen and (max-width: 599px) {
    .contact{

    }
    .contact .text{
        padding: 15px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .contact .text span{
        color: #f00
    }

    .contact_main {
        padding: 10px;
        font-size: 0.7rem;
        border-bottom: 1px dotted #c8a63f
    }
    .contact_main input{
        height: 30px;
        background: #fffff0;
        vertical-align: middle;
        border: 1px solid #ddd
    }
    .contact_main textarea{
        background: #fffff0;
        border: 1px solid #ddd
    }
    .contact_main select{
        height: 34px;
        border: 1px solid #ddd;
        background: #fffff0;
        font-size: 0.7rem;
    }
    .contact_main .left {
        padding: 6px 0px 0px 22px;
        width: 150px;
        height: 25px;
        background: url("../img/bg_contact.gif") no-repeat;
        color: #61533f;
        font-weight: bold
    }
    .contact_main .right {
    }
}
@media screen and (min-width:600px) and ( max-width:1279px) {
    .contact{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .contact ul{
        width: 95%;
        margin: auto;
        margin-top: 30px;
        padding: 30px;
        background: #fff;
        box-shadow: 1px 1px 3px #ddd
    }
    .contact .text{
        padding: 15px;
        font-size: 0.8rem;
        line-height: 2
    }
    .contact .text span{
        color: #f00
    }

    .contact_main {
        width: 100%x;
        margin: auto;
        padding: 10px;
        font-size: 0.7rem;
        border-bottom: 1px dotted #c8a63f
    }
    .contact_main input{
        height: 30px;
        background: #fffff0;
        vertical-align: middle;
        border: 1px solid #ddd
    }
    .contact_main textarea{
        background: #fffff0;
        border: 1px solid #ddd
    }
    .contact_main select{
        height: 34px;
        border: 1px solid #ddd;
        background: #fffff0;
        font-size: 0.7rem;
    }
    .contact_main .left {
        float: left;
        padding: 8px 0px 0px 22px;
        width: 150px;
        height: 25px;
        background: url("../img/bg_contact.gif") no-repeat;
        color: #61533f;
        font-size: 0.8rem;
        font-weight: bold
    }
    .contact_main .right {
        float: right;
        width: 700px;
    }

}
@media screen and (min-width:1280px) {
    .contact{
        padding: 50px 0 80px;
        background: url("../img/newface-bg.png")
    }
    .contact ul{
        width: 1140px;
        margin: auto;
        margin-top: 30px;
        padding: 30px;
        background: #fff;
        box-shadow: 1px 1px 3px #ddd
    }
    .contact .text{
        padding: 15px;
        font-size: 0.8rem;
        line-height: 2
    }
    .contact .text span{
        color: #f00
    }

    .contact_main {
        width: 900px;
        margin: auto;
        padding: 10px;
        font-size: 0.7rem;
        border-bottom: 1px dotted #c8a63f
    }
    .contact_main input{
        height: 30px;
        background: #fffff0;
        vertical-align: middle;
        border: 1px solid #ddd
    }
    .contact_main textarea{
        background: #fffff0;
        border: 1px solid #ddd
    }
    .contact_main select{
        height: 34px;
        border: 1px solid #ddd;
        background: #fffff0;
        font-size: 0.7rem;
    }
    .contact_main .left {
        float: left;
        padding: 8px 0px 0px 22px;
        width: 150px;
        height: 25px;
        background: url("../img/bg_contact.gif") no-repeat;
        color: #61533f;
        font-size: 0.8rem;
        font-weight: bold
    }
    .contact_main .right {
        float: right;
        width: 700px;
    }

}


.banner-l{
    overflow-x: hidden;
    margin-bottom: -30px
}
#slider,#thumbnail_slider{
    width: 1200px;
    margin: 0 auto 25px 0;
}
.slide-item img{
    width: 100%
}
.thumbnail-item img{
    width: 98%;
    margin: auto
}




/*===============================

ウィジェット

================================*/

@media screen and (max-width: 599px) {
    .widget{
        padding: 20px 5px
    }
    .widget ul{
        display: flex;
        flex-wrap: wrap;
    }
    .widget li{
        width: calc(100% / 1);
    }
    .widget li p{
        padding: 5px
    }
}
@media screen and (min-width:600px) and ( max-width:959px) {
    // タブレットに適用したいスタイル //
}
@media screen and (min-width:960px) and ( max-width:1279px) {
    // タブレット横に適用したいスタイル //
}
@media screen and (min-width:1280px) {
    .widget{
        padding: 60px 0
    }
    .widget ul{
        display: flex;
        flex-wrap: wrap;
        width: 1230px;
        margin: auto
    }
    .widget li{
        width: calc(100% / 3);
    }
    .widget li p{
        padding: 5px
    }
}



/*===============================

パンくずリスト

================================*/

@media screen and (max-width: 599px) {
    .breadcrumb{
        display: none
    }
}

.breadcrumb{
    padding: 15px 0 0;
    background: url("../img/newface-bg.png")
}
.breadcrumb ol{
    width: 1200px;
    margin: auto;
    font-size: 0.7rem;
}
.breadcrumb ol li{
    display: inline;
    list-style-type: none;
}
.breadcrumb ol li:before {
    content:" > ";
}
.breadcrumb ol li:first-child:before {
    content:"";
}
.breadcrumb li a{
    color: #000;
    text-decoration: none
}
.breadcrumb span{
    color: #000;
}


/*===============================

ページトップ

================================*/

#page_top{
    width: 100px;
    height: 62px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #4dc227;
    z-index: 100000
}
#page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 62px;
    text-decoration: none;
}
#page_top a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -17px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 34px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
