@charset "utf-8";


    body{
        position: relative;
        background-repeat: repeat;
        color: #111111;
        background-color:#fffce5;
        line-height: 1.8rem;
        overflow-wrap: normal;
    }
    h1{
        font-size: 1.2rem;
    }
    h2{
        font-size: 1rem;
    }
    h3{
        font-size: 1rem;}
    p{
    margin: 0rem;}
    #wrap{
            width: 100%;
            overflow-x: hidden !important;
            margin: 0;
            padding: 0;
    }
    li{
        list-style: none;}
    a:visited {
        color:#4d4717;} 
    a:link {
        text-decoration: none;
        color:#4d4717;}   
    a:hover{
        opacity: 0.7;
        text-decoration: underline;}
    input:hover{
            opacity: 0.7;
    }


    /* svg */
    .logo{
        position: relative;
        width: 100%;
        height: auto;
    }
    #logo{
        position: absolute;
        top: -0.5rem;
        left: 0;
        width: 100%;
    }
    .sp_logo{
        display:none;
    }
    .system{
        position: relative;
        width: 60%;
        height: auto;
        margin: 1rem auto;
        flex-basis: 100%;
    }
    #system{
        width: 100%;
    }


    /* ヘッダー */
    header{
        /* display: none; */
        position: fixed;
        top: 0rem;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        padding: 1rem;
        z-index: 99999;
        height: 4rem;
        width: 100%;
        background-color: #4d4717;
        color: #eeeeee;
    }
    header a{
        display: flex;
        flex-basis: 10%;
        align-items:flex-start;
    }
    .pc-menu{
        display: flex;
    }
    .pc-menu ul{
        color: #eeeeee;
        display: flex;
        margin:auto 3rem 0 auto;
    }
    .pc-menu li{
        color: #eeeeee;
        font-size: 1rem;
        margin-left: 3rem;
    }
    .pc-menu li a:link,.pc-menu li a:visited{
        color: #eeeeee;
    }
    .top_info{
    margin-top: 4rem;
    height: auto;
    }
    .top_info_bk{
    display: flex;
    flex-wrap: nowrap;
    background-image: url(images/header/244A0032.jpg);
    background-attachment: fixed;
    height: auto;
    }
    .top_info_flexbox_left{
        width: 50%;   
        margin: 0 2% 0 auto;
        height: auto;
        color: #4d4717;
        text-shadow: #ffffff 0.1rem 0.1rem 0.2rem;
    }
    .top_info_flexbox_first{
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: #4d4717 1px solid;
    font-family: "Sawarabi Mincho";
    }

    .top_info_flexbox_first .main_title{
        display: flex;
        flex-wrap: wrap;
    }
    .top_info_flexbox_first .main_title p{
       flex-basis: 100%;
    }
    .top_info_flexbox_first .main_title h1,.top_info_flexbox_first .main_title h2{
    padding: 0.8rem;
    font-size: 3rem;
    letter-spacing:0.6rem;
    }

    .top_info_flexbox_second{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0.5rem 0;  
    }
    .top_info_flexbox_second .conte{
    display: flex;
    flex-basis: 50%;
    align-items: center;
    }
    .top_info_flexbox_second .conte h3{
        width: 6rem;
        background-color: #4d4717;
        color: #eeeeee;
        padding: 0.4rem;
        margin: 0.2rem 1rem;
        font-size: 0.9rem;
        text-shadow: none;
    }
    .top_info_flexbox_second .conte p{
        color: #4d4717;
        padding: 0.4rem;
        margin: 0.2rem 0;
        font-size: 0.9rem;
    }
    .top_info_flexbox_right{
        width: 20%;   
        margin: 0 auto 0 0;
        color: #4d4717;
        display: flex;
        align-items: flex-end;
    }
    .top_info_flexbox_right .top_info_flexbox{
        background-color:  rgba(255,255,255,0.4);
        width: 100%;
        margin: 1rem 0;
        padding: 1rem 1rem 0.5rem 1rem;
    }
    .top_info_flexbox_right .top_info_flexbox h3{
        width: 80％;
        background-color: #4d4717;
        color: #eeeeee;
        padding: 1rem;
        font-size: 1rem;
        text-align: center;
    }
    .top_info_flexbox_right .top_info_flexbox p{
        width: 80％;
        color: #4d4717;
        padding: 1rem auto;
        font-size: 2em;
        text-align: center;
    }
    .top_info_flexbox_right .top_info_flexbox .info{
        font-size: 0.8rem;
        text-align: left;
        padding: 0;
    }
    .pc-menu2{
        width: 100%;
        padding: 0 auto;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background-color: #4d4717;
    }
    .pc-menu2 .menu-main_menu-container{
        margin: 0 auto;
        display: flex;
        background-color: #4d4717;
    }
    .pc-menu2 ul{
        width: 100%;
        padding: 0 auto;
        color: #eeeeee;
        display: flex;
        margin-bottom: 0;

    }
    .pc-menu2 li{
        color:  #eeeeee;
        font-size: 1rem;
        padding: 1rem 2.4rem;
        text-align: center;
        border-left: #393939 1px solid;
    }
    .pc-menu2 li:last-child{
        border-right: #393939 1px solid;
    }
    .pc-menu2 li a:link,.pc-menu2 li a:visited{
        color:  #eeeeee;
    }



    /* フッダー */
    footer{ 
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        background-color: #393939;
        color: #ddd;
        
    }
    footer p{
        margin: 0 auto;
        text-align: center;
        padding: 1rem 0 1rem 1rem;
        width: 100%;
    }
    .caution{
        width: 90%;
        margin: 1rem auto;
        padding: 1rem 2rem;
        border: #4d4717 1px solid;
    }



    /* TOP
    -------------------------------------------
    front-page.php
    -------------------------------------------
    */


    /* メインコンテンツ */
    .top_main{
        width: 100%;
        height: auto;
        background-color: #fffce5;
        padding: 2rem;
    }
    .shopinfo,.workinfo{
        margin: 4rem auto 0 auto;
        width: 80%;
        min-width: 780px;
        padding: 2rem auto;
        background-color: rgba(255,255,255,0.4);
        box-shadow: #4d4717 0.1rem 0.1rem 0.2rem;
    }
    .shopinfo h2{
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    background-color: #4d4717;
    padding: 1rem;
    margin-bottom: 0;
    font-family: "Sawarabi Mincho";
    }
    .news_list_wrap{
    color: #4d4717;
    margin: 4rem 0;
    position: relative;
    }
    .news_list_wrap ul{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 4rem 0 0 0;
        justify-content: space-evenly;
        padding: 0 auto;
    }
    .news_list_wrap ul li{
        display: flex;
        width: 40%;
        flex-basis: 45%;
        flex-wrap: wrap;
        margin: 1rem;
        padding: 1rem;
        border: #bbbbbb solid 0.1rem;
    }
    .news_list_wrap ul li .thum{
        flex-basis: 100%;
    }
    .news_list_wrap ul li .text{
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        min-height: 240px;
    }
    .news_list_wrap ul li .text .single_title{
        margin: 0.5rem;
        font-size: 1.2rem;
        flex-basis: 100%;
    }
    .news_list_wrap ul li .text .single_text{
        margin: 1rem 0;
        position: relative;
        border-bottom: #4d4717 1px solid;
        width: 100%;
    }
    .news_list_wrap ul li .text .single_text p{
   
        padding-bottom: 2rem;
       
    }
    .news_list_wrap ul li .text .single_text a{
        /* margin: 1rem auto; */
        position: absolute;
        right: 1rem;
    }
    .btn_common{
        margin: 1rem 1rem 1rem auto;
        background-color: #4d4717;
        padding: 0.5rem 1rem;
        color: #ffffff;
        width: 8rem;
    }
    .btn_common a:visited,.btn_common a:link{
        color: #ffffff;
    }
    .btn_atend{
        display: flex;
        margin: 1rem;
        justify-content: right;
    }
    .btn_atend p{
        background-color: rgba(255,255,255,0.6);
        padding: 0.4rem;
        margin: 0 0 0 2rem;
    }


    /* システム */
    .system_info_wrap{
        position: relative;
        margin: 0 0 6rem 0;
    }
    .system_info_box{
        background-color: #4d4717;
        color: #ffffff;
        padding: 1rem 0;
        margin: 1rem;
    }
    .system_info_box ul li{
        list-style:outside;
    }
    .system_info_box ul{
        margin-bottom:0;
    }
    .system_coution{
        padding: 1rem;
    }


    /* クーポン */
    .coupon_wrap{
        color: #4d4717;
        margin:0;
        position: relative;
        line-height: 1rem;
    background-color: rgba(77, 71, 23, 0.3);
        }
    .coupon_wrap ul{    
        
        padding: 1rem;
    }
    .coupon_wrap ul .coupon_li{
            display: flex;
            width: 780px;
            height: 320px;
            flex-wrap: wrap;
            margin: 4rem auto;
            color: #4d4717;
            background-color: #fffce5;
            background-image: url(images/svg/coupon.svg);
            background-repeat: no-repeat;
            background-size: cover;
            padding: 1rem 12rem 1rem 2rem;
            box-shadow: #4d4717 0rem 1rem 1rem;

        }
    .coupon_wrap ul .coupon_li .text{
            flex-basis: 60%;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            min-height: 240px;
        }
    .coupon_wrap ul .coupon_li .single_title{
            flex-basis: 100%;
            font-size: 2rem;
            margin: 1rem 0 0 1rem;
            font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","MS Pゴシック",sans-serif;
        }
    .coupon_price{
            display: flex;
    }
    .coupon_wrap ul .coupon_li .coupon_box{
            width: 5rem;
            height: 5rem;
            background-color: #943b3b;
            margin: 1rem;
            padding: 0.8rem;
        
        }
    .coupon_wrap ul .coupon_li .coupon_box p{
            color: #ffffff;
            font-size: 1.2rem;
            overflow-wrap: break-word;
            text-align: center;

        }
    .coupon_wrap ul .coupon_li .coupon_price h4{
            margin: auto 0 auto 1rem ;
            padding: 0 0.8rem;
            font-size: 3.2rem;
            text-align: left;
            width: calc(100% - 5rem);
            flex-basis: calc(100% - 5rem);
            font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","MS Pゴシック",sans-serif;
            border-bottom: #393939 1px solid;
        }
    .coupon_wrap ul .coupon_li .coupon_price h4 .coupon_unit{
        font-size: 1.6rem;
    }
    .coupon_wrap ul .coupon_li .coupon_textarea{
        border: #393939 1px solid;
        font-size: 0.8rem;
        padding: 0.4rem;
        width: 100%;
    }
    .coupon_wrap ul .coupon_li .text .single_text a{
            margin: 1rem auto;
            position: absolute;
            right: 1rem;
        }



    /* 在籍部分 */
    .therapist_wrap,.therapist_wrap_sp{
        padding: 1rem 2rem;
        position: relative;
        background-color: rgba(77, 71, 23, 0.3);
    }
    .therapist_wrap ul,.therapist_wrap_sp ul{    
        padding: 0rem;
        width: 100%;
    
    }
    .cast_li{    
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;  
    background-image: url(images/defo/thera_bk.jpg);
        background-size: contain; 
        flex-wrap: wrap;
        padding: 1rem;
    }
    .top_thera_photo_eria{
        width: 100%;
        flex-basis: 30%;    
        padding: 0rem;
        margin: 1rem 0;
    }
    .top_thera_text_eria{
        flex-basis: 70%;
        display: flex;
        flex-wrap: wrap;
        padding: 1rem;
        color: #4d4717;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .top_thera_photo{
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;

    }
    .top_thera_text_eria h2{
        flex-basis: 100%;
        color: #ffffff;
        text-shadow: #eeeeee 0 0 2rem;
        background-color: #4d4717;
    padding: 1rem;
    /* margin: 0.5rem; */
    }
    .top_thera_text_eria h2 span{
    font-size: 1.4rem;
    margin: 1rem 0;
    }
    .threesize{
        flex-basis: 100%;  
        padding: 1rem;
    }
    .info_box{
        width: 100%;
        text-align: right;
    }
    .top_thera_scu_eria{
        width: 100%;
        height: auto;
        display: block;
        background-color: rgba(250, 250, 250, 0.8);
    }


    /* 出勤情報エリア */
    .therapist_wrap ul.staff_block,.therapist_wrap_sp ul.staff_block{    
        background-image: url(images/defo/thera_bk.jpg);
        background-size: contain; 
        padding: 1rem 0;
        margin: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .therapist_wrap ul.staff_block li,.therapist_wrap_sp ul.staff_block li{   
        flex-basis: 16%; 
        height: auto;
        padding: 0.4rem 0.6rem;
        float:none;
        background-color: #ffffff;
    }
    .therapist_wrap ul.staff_block li .thumb,.therapist_wrap ul.staff_block li .clear,.therapist_wrap_sp ul.staff_block li .thumb,.therapist_wrap_sp ul.staff_block li .clear{   
        display: none;
    }
    .therapist_wrap ul.staff_block li .post-info .name,.therapist_wrap_sp ul.staff_block li .post-info .name{   
        height: 3rem;
    }



    /* 店舗情報エリア */
    .shopinfo_wrap{
        margin: 0 0 1rem 0; 
        padding: 1rem;
        position: relative;
        background-image: url(images/defo/thera_bk.jpg);
        background-size: contain; 
    }
    .shopinfo_wrap table{
        width: 100%;
        height: auto; 
        border: 1px solid #4d4717 ;
        color: #4d4717;
    }
    .shopinfo_wrap td{
        padding: 0.4rem;
        border: 1px solid #4d4717 ;
        color: #4d4717 ;
        background-color:rgba(255,255,255,0.2)
    }
    .tdf{
        min-width: 10rem;
    }

    .allshops{
        margin: 0.5rem 0;
    }
    .allshops tr .tdf{
        width: 10rem;
    }




    /* topへ戻る */
    #pageTop:hover{
        opacity: 0.5;}
    #pageTop{   
        width: 10rem;
        text-align:center;
        background:#4d4717;
        color:#fff;
        font-size:1.2rem;
        padding:1rem;
        margin: 0 auto;
        text-decoration:none;
        cursor:pointer;
    }

    /* フローティングバナー */
    .floating-banner {
        position: fixed;/* 追従 */
        z-index: 99999;/* 他の要素の下に隠れないように */
        bottom: 2rem;/* バナーの上下の位置 */
        right: 1rem;/* バナーの左右の位置 */
        padding:  1rem 2rem;
        color: #393939;
        background-color: rgba(250, 250, 250, 0.8);
    }
    .floating-banner span{
        font-size: 2rem;
        color: #393939;
        justify-content: end;
    }
    .floating-banner p{
        color: #393939;
    }
    .icon {
        width: 50px;/* バナーの横幅を指定 */
        margin: 0 1rem;
    }
    .floating-banner:hover {
        opacity: .9;/* ホバーで少し透過 */
    }


    /* フワッと */
    body {
        animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;
    }
    @keyframes fadeIn {
        0% {opacity: 0}
        100% {opacity: 1}
    }
    @-webkit-keyframes fadeIn {
        0% {opacity: 0}
        50%{opacity: 0.3}
        100% {opacity: 1}
    }

    /* ページネーション */
    .pnavi{
        margin:0 auto;
        padding:1rem;
        text-align:center;
        border-bottom:1px solid #393939
    }
    .pnavi a{
        margin:0 1rem;
        }



    /* パンクズ */
    .bread_eria{
        width: 60%;
        height: 2rem;
        border-radius: 0.5rem;
        border:solid 0.5px #81D8D0;
        background-color: #e5fffc;
        margin: 1rem auto;
        padding: 0.5rem 2rem;
        font-size: 0.8rem;
    }

    /* 出勤情報
    -------------------------------------------
    page-weekly.php
    -------------------------------------------
    */

    .scu_wrap{
        padding: 0 0 1rem 0;
        position: relative;
        background-color: rgba(77, 71, 23, 0.3);
        margin-bottom: 1rem;
    }
    .scu_wrap ul{    
        padding: 0rem;
        width: 100%;   
    }

    .cast_li_weekly{
        display: flex;
        width: 100%;
        height: auto;
        margin: 0;  
        background-image: url(images/defo/thera_bk.jpg);
        background-size: contain; 
        flex-wrap: wrap;
        padding: 1rem;
        justify-content:flex-start;
        align-items:flex-start;
    }
    .cast_li_weekly .top_thera_photo_eria{
        flex-basis: 15%;    
        padding: 0;
        margin: 0;
    }

    .cast_li_weekly .top_thera_scu_eria{
        display:flex;
        flex-wrap:wrap;
        flex-basis: 85%;
        display: flex;
        flex-wrap: wrap;
        padding:0 0.1rem;
        color: #4d4717;
        align-items: center;
    }
    .cast_li_weekly .top_thera_scu_eria h2{
        color: #ffffff;
        text-shadow: #eeeeee 0 0 2rem;
        background-color: #4d4717;
        padding: 0.4rem;
        font-size:1.2rem;
        flex-basis:40%;
        margin-bottom: 0.4rem;
    }

    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.monday,.cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.tuesday,.cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.wednesday,.cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.thursday,.cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.friday{
        background-color: #777777;
        color: #ffffff;
        padding: 0.4rem;
    
    }
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr td{
    overflow-wrap:break-word;
    padding:0.2rem;
    font-size:1rem;
    }
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.saturday{
        background-color: #444488;
        color: #ffffff;
        padding: 0.4rem;

    }
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th.sunday{
        background-color: #884444;
        color: #ffffff;
        padding: 0.4rem;
    
    }
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th .date{
        display:inline;
        width:100%;
    }
    .cast_li_weekly .info_box{
        margin: 1rem 1rem 1rem auto;
        width: 60％;
        background-color: #B28936;
        color: #4d4717;
        padding: 1rem;
        font-size: 1rem;
        text-align: center;
    }

    /* ご利用の流れ
    -------------------------------------------
    page-usageflow.php
    -------------------------------------------
    */

    .firstuser{
        width: 95%;
        color: #eeeeee;
        background-color: #333333;
        padding: 1rem 1rem 1rem 3rem;
        text-align: center;
        margin: 2rem auto;
    }
    .firstuser div{
        text-align: left;
    }
    .step{
        background-color: rgba(255,255,255,0.8);
        padding: 1rem;
        text-align: left;
        margin: 1rem 0 2rem 0;
        border: #393939 1px solid;
        display:flex;
        flex-wrap:wrap;
        color:#4d4717;
    }
    .step p{
        margin: 1rem 0;
    }
    .step .text{
        flex-basis:80%;
        padding: 1rem 0 0 3rem;
        text-align: left;
    }
    .step h3{
        flex-basis:100%;
        font-size: 2rem;
        padding: 1rem 1rem 0 2rem;
        border-bottom: #393939 1px solid;
        margin: 0;
    }
    .step img.step_svg{
        flex-basis:20%;
        width:90%;

    }
    .step div .floating-banner{ 
        position:static;
        z-index: 0;
        width:22rem;
        padding:  1rem 0rem 1rem 2rem;
        color: #ffffff;
        background-color: #B28936;
        margin: 2rem auto;
        box-shadow: #4d4717 0.1rem 0.1rem 0.2rem;
    }  
    .step div .floating-banner p,.step div .floating-banner span{ 
        color: #ffffff;
    }  
    .sankaku{
        text-align: center;
        margin: 0 auto;
        color: #777777;
        font-size: 3rem;
    }


    /* エリア情報
    -------------------------------------------
    map.php
    -------------------------------------------
    */

    .step .map_text{
        flex-basis:80%;
        padding: 1rem 0 0 3rem;
        text-align: left;
        display:flex;
        flex-wrap:wrap;
    }
    .step .map_text p{
        flex-basis:100%;
        width:100%;
    }
    .step img.step_svg{
        flex-basis:20%;
        width:90%;
        margin: 0 auto 0 0;
    }







    /* 新着情報
    -------------------------------------------
    single.php
    -------------------------------------------
    */

    .news_single_wrap{
        color: #4d4717;
        margin: 0 0 1rem 0;
        position: relative;
        display:flex;
        flex-wrap:wrap;
        padding: 5rem 1rem 4rem 1rem;
        background-color: #fff;}
    .news_single_wrap .title{
        border-bottom:1px solid #393939;
        margin: 1rem 0;
        flex-basis: 100%;}
    .news_single_wrap .title h3.single_title{
            margin: 1rem 1rem 0.4rem 1rem;
            font-size: 2rem;
        }

    .news_single_wrap .thum{
            flex-basis: 40%;
            width: 100%;
        }
    .news_single_wrap .thum img{
            width: 100%;
            padding: 0 1rem;
        }
    .news_single_wrap .text{
            flex-basis: 60%;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            margin: 0 0 1rem 0;
            position: relative;
            border-bottom: #4d4717 1px solid;
            padding-bottom: 2rem;
        }

    .news_single_wrap a.btn_common{
            /* margin: 1rem auto; */
            position: relative;
            margin: 0 0 0 auto;
    }


    /* 在籍ページ
    -------------------------------------------
    single-staff.php
    -------------------------------------------
    */
    /* 在籍部分 */

    .top_thera_text_eria_de{
        flex-basis: 65%;
        display: flex;
        flex-wrap: wrap;
        padding: 1rem 1rem 1rem 0;
        color: #4d4717;
        align-items: center;
        margin: 0 0 2rem 1rem;
    }

    .top_thera_text_eria_de h2{
        flex-basis: 100%;
        color: #ffffff;
        text-shadow: #eeeeee 0 0 2rem;
        background-color:#4d4717;
    padding: 1rem;
    /* margin: 0.5rem; */
    }
    .top_thera_text_eria_de h2 span{
    font-size: 1.4rem;
    margin: 1rem 0;
    }
    .threesize_de{
        flex-basis: 100%;  
        display: flex;
        padding: 1rem;
    }
    .threesize_de span{
        font-size: 1.2rem;
        margin: 0 0 0 0.4rem;
    }
    .threesize_de h3{
        font-size: 1rem;
        margin: 0 1rem;
    }


    .top_thera_qatext_eria{
        flex-basis: 70%;
        padding: 2rem 1rem;
    }
    .top_thera_qatext_eria .thera_q{
        font-size: 1.4rem;
        text-align: left;
    }

    .top_thera_qaphoto_eria{
        flex-basis: 30%;
        padding: 2rem 1rem 0 1rem;
    }


    .top_thera_qaphoto_eria_sec{
        flex-basis: 30%;
        padding: 2rem 1rem;
        margin: -8rem 0 0 0;
    }


    /* 求人ページ
    -------------------------------------------
    page-rrec.php
    -------------------------------------------
    */


    .shopinfo .rrec{
        background-color: #664411;
    }


    .step_icons{
        display: flex;
        flex-wrap: nowrap;
        margin: 1rem 0;
        flex-basis: 100%;
        background-color: rgba(100, 50, 10, 0.4);
    }

    .step_icon{
        flex-basis: 18%;
        margin: 1%;
        border: #664411 solid 1px;
        border-right: #664411 solid 3px;
        border-bottom: #664411 solid 3px;
        background-color: #fff;
        padding: 1rem;
    }
    .step_icon p,.step_icon h4{
        margin: 0;
    }

    .sankaku{
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        flex-basis: 1%;
        margin:1% 0 0 -1%;
        padding:0;
        height: 30%;
        background-color: #664411;
        padding: 0 auto;
    }

    .step_text{
        padding: 4rem 0;
        width: 100%;
    }

    .step_text p{
        padding:0 1rem;
    }

    .step_box{
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        padding: 1rem;
        background-color: rgba(102, 68, 17, 0.7);
    }

    .step_box_item{
        flex-basis: 33%;
        border: #664411 solid 1px;
        border-right: #664411 solid 3px;
        border-bottom: #664411 solid 3px;
        background-color: #fff;
        padding: 1rem 1rem 3rem 1rem;
        position: relative;
    }
    .step_box_item p{
        padding: 0rem;
    }
    .step_box_item h5{
     border-bottom: #664411 solid 2px;
    }
    .step_box_item .button{
     display: block;
     position: absolute;
     bottom: 0.4rem;
     left: 2rem;
     width: calc(100% - 4rem);
     text-align: center;
     background-color: #fff;
     color: #111111;
     border:2px solid #664411;
     border-bottom: 4px solid #664411;
     border-radius: 0.8rem;
    }

    .step_box_item .button:hover{
     margin-top: 3px;
     color: #fff;
     background: #664411;
     border-bottom: 2px solid #664411;
     border-radius: 1.2rem;
     text-decoration: none;
    }
    .step_text .box{
        border:1px double #664411;
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
    .step_text ul{
        border:2px double #664411;
        padding: 1rem 2rem;
    }
    .step_text li{
        list-style:  square;
    }
    .spdisplay{
        display: none;
    }


@media screen and (max-width: 1280px){
    header{
       justify-content: center; 
    }
    header a{
    flex-basis: 15%;
   }
    .pc-menu ul{
        margin:0 auto;
        padding: 0;
    }
    .pc-menu li{
        font-size: 0.8rem;
        margin-left: 1rem;
    }


    .top_info_flexbox_left{
            width: 100%;   
            margin: 0 auto;
            flex-basis:60%;
            display:flex;
            flex-wrap:wrap;
            padding: 0 0 0 1rem;
        }

    .top_info_flexbox_right{
            flex-basis: 40%;
            padding: 0 1rem;
        }    
    .top_info_flexbox_first{
            padding:0;
            display:flex;
            flex-wrap:wrap;
            flex-basis:100%;
            align-items:baseline;
        }

    .top_info_flexbox_first h2{
        font-size:0.8rem;
        margin: 1.4rem auto 1rem auto;
    }
    .top_info_flexbox_second .conte h3{
        width: 4.8rem;

        padding: 0.2rem 0.4rem;
        margin:0.2rem;
        font-size: 0.6rem;
        text-align:center;
    }
    .top_info_flexbox_second{
        padding:0.2rem 0.2rem 0.2rem 3rem;  
    }
    .top_info_flexbox_second .conte p{

        padding: 0.1rem;
        margin: 0;
        font-size: 0.8rem;
        line-height:1rem;
    }
    .main_title{
        flex-basis:100%;
        padding: 0rem 0rem 0rem 2rem; 
        margin: 0 0 -1rem 0;
    }
    .top_info_flexbox_first .main_title h1{
        padding: 0.1rem  2rem  0.1rem  1rem ;
        font-size:4.8rem;
        text-align:right;
        margin-bottom: 0;
        }
    .top_info_flexbox_first  .main_title p{
        font-size: 1rem;
        width:100%;
        text-align:center;
        }
    .top_info_flexbox_first .main_title h2{
            padding: 0rem;
            font-size: 1rem;
            margin: 0 auto;
            }

    .pc-menu2{
        display: none;
    }
    .top_main{
        padding:1rem;
    }
    .shopinfo,.workinfo{
        margin: 0 auto;
        width: 100%;
        min-width: 10px;
        padding: 0;
    }
    .shopinfo h2,.workinfo h2{
        font-size: 1.4rem;
        padding: 0.8rem;
        margin:0rem;
     }
     .news_list_wrap{
     margin: 0 0 4rem 0;
     }
     .news_list_wrap ul{
        margin: 0;
        padding:0;
        }
    .news_list_wrap ul li{
        display: flex;
        width: 100%;
        flex-basis: 100%;
        flex-wrap: wrap;
        margin:0.2rem;
        background-color: #fff;
        }
    .news_list_wrap ul li .thum{
        flex-basis: 30%;
        }
    .news_list_wrap ul li .thum img{
         width:100%;
            }
    .news_list_wrap ul li .text{
                flex-basis: 70%;
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                min-height: 0px;
                font-size:0.8rem;
            }
    .news_list_wrap ul li .text a{
            bottom: 0;
            }
    .single_text p{
        display:none;
    }
    .news_list_wrap ul li .text .single_text{
    width:100%;
    flex-basis:100%;
    margin:0;
    padding-bottom: 1rem;
    }
    .news_list_wrap ul li .text .single_title{
        font-size: 1rem;
        margin:0 1rem 0.4rem 1rem;
    }
    .btn_common{
     font-size:1rem;
       padding: 0.4rem 1rem;
    }
    .system{
        width: 90%;
    }
    .system_info_wrap{
    font-size: 0.8rem;
    margin: 0 0 2rem 0;
    }
    .system_info_box{
    font-size:0.8rem;
    padding:1rem;
    }
    .system_info_box ul{
     padding:0 1rem;
        }
    .caution{
        padding: 0 1rem;
    }
    .system_coution{
        font-size: 0.8rem;
    }
    .coupon_wrap ul{    
        padding: 0.4rem;
    }
    .coupon_wrap ul .coupon_li{
        width: 100%;
        height: auto;
        margin: 1rem 0;
        /* background-size:contain; */
        padding: 0.2rem;
        font-size: 0.6rem;
        min-height: 145px;
        align-items: flex-start;
        box-shadow: #4d4717 0rem 0.4rem 0.4rem;
    }
    .coupon_wrap ul .coupon_li .single_title{
        flex-basis: calc(100% - 5rem);
        width: 100%;
        font-size: 1rem;
        margin: 0.2rem;
        font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","MS Pゴシック",sans-serif;
    }
    .coupon_wrap ul .coupon_li .coupon_box{
        width: 4rem;
        height: auto;
        margin: 0.2rem;
        padding: 0.2rem;
    
    }
    .coupon_wrap ul .coupon_li .coupon_box p{
        font-size: 0.6rem;
    }
    .coupon_wrap ul .coupon_li .coupon_price{
    align-items: flex-end;
    }
    .coupon_wrap ul .coupon_li .coupon_price h4{
        margin: 0 ;
        padding: 0 0.8rem;
        font-size: 2rem;
        width: calc(100% - 2rem);
        flex-basis: calc(100% - 2rem);
    }
    .coupon_wrap ul .coupon_li .coupon_price h4 .coupon_unit{
        font-size: 0.6rem;
    }
    .coupon_wrap ul .coupon_li .coupon_textarea{
    font-size: 0.5rem;
    padding: 0.2rem;
    width: calc(100% - 5rem);
    margin: 0.2rem;
    line-height: 0.6rem;
    }
    .therapist_wrap{
        padding: 0.2rem;
    }
    .therapist_wrap p{
        font-size: 0.8rem;
    }
    .therapist_wrap ul{    
        padding: 0rem;
        width: 100%; 
    }
    .shopinfo .therapist_wrap_sp ,.workinfo .therapist_wrap_sp{
        display: none;
    }
    
    .cast_li{    
        margin: 1rem 0;  
        padding: 0.4rem;
     }
     .top_thera_photo_eria{
         width: 100%;
         flex-basis: 100%;    
         padding:0 1rem;
         margin: 1rem 0;
     }
     .top_thera_text_eria{
         flex-basis: 100%;
         padding: 1rem 0 0 0.2rem;
         font-size: 0.8rem;
    
     }
     .top_thera_photo{
         width: 100%;
         max-width: 100%;
         height: auto;
         display: block;
     
     }
     .top_thera_text_eria h2{
         flex-basis: 100%;
        padding: 0.4rem;
        font-size: 1rem;
     }
     .top_thera_text_eria h2 span{
        font-size: 0.8rem;
        margin: 1rem 0;
     }
     .threesize{
         flex-basis: 100%;  
         padding: 0.6rem;
     }
     .info_box{
         width: 100%;
         text-align: right;
     }
     .top_thera_scu_eria{
         width: 100%;
         height: auto;
         display: block;
         background-color: rgba(250, 250, 250, 0.8);
     }
    
     .shopinfo_wrap{
        margin: 0 0 1rem 0; 
        padding: 0.4rem;
    }
    .shopinfo_wrap table{
    font-size: 0.8rem;
    }
    .shopinfo_wrap td{
        padding: 0.4rem;
    }
    .tdf{
        min-width: 5rem;
    }
    #pageTop{   
        width: 10rem;
    
        padding:0.4rem;
        margin: 1rem auto;
    
    }
    
    /* 新着情報
    -------------------------------------------
    single.php
    -------------------------------------------
     */
    
    
    .news_single_wrap .thum{
            flex-basis: 100%;
            width: 100%;
        }
    .news_single_wrap .text{
            flex-basis: 100%;
            margin: 1rem;
        }
    
    /* システム */
    .btn_atend{
        margin:1rem 0.2rem;
        justify-content: space-between;
    }
    .btn_atend p{
            background-color: rgba(255,255,255,0.6);
            padding: 0.4rem;
            margin: 0 0.2rem;
        }
    /* 在籍一覧 */
     .therapist_wrap ul.staff_block li{   
            flex-basis: 47%;
            padding: 0.1rem; 
        }
    .therapist_wrap ul.staff_block{    
            justify-content:left;
        }
    .therapist_wrap ul.staff_block li .post-info .name{   
            height: auto;
        }
    /* 在籍ページ
    -------------------------------------------
    single-staff.php
    -------------------------------------------
     */
    /* 在籍部分 */
    .today_attend ul li{
        font-size: 0.8rem;
        line-height: auto;
    }
    .top_thera_text_eria_de{
        flex-basis: 100%;
        margin: 0;
        padding: 1rem;
    }
    .top_thera_text_eria_de h2 span{
       font-size: 1.4rem;
       margin: 1rem 0;
    }
    .threesize_de{
        flex-basis: 100%;  
        display: flex;
        padding: 1rem;
    }
    .threesize_de span{
        font-size: 0.8rem;
        margin: 0 0 0 0.4rem;
    }
    .threesize_de h3{
        font-size: 0.8rem;
        margin: 0 0.4rem;
    }
    
    
    .top_thera_qatext_eria{
        flex-basis: 100%;
        padding: 2rem 0.4rem;
    }
    .top_thera_qatext_eria .thera_q{
        font-size: 1rem;
        text-align: left;
    }
    
    .top_thera_qaphoto_eria,.top_thera_qaphoto_eria_sec{
        flex-basis: 50%;
        padding: 0.2rem;
        margin: 0;
    }
    
    
    /* 出勤情報
    -------------------------------------------
    page-weekly.php
    -------------------------------------------
     */
    
     .scu_wrap{
        padding: 0 0 1rem 0;
        position: relative;
        background-color: rgba(77, 71, 23, 0.3);
        margin-bottom: 1rem;
    }
    .scu_wrap ul{    
        padding: 0rem;
        width: 100%;   
    }
    
    
    
    /* 出勤 */
     .cast_li_weekly .top_thera_photo_eria{
        flex-basis: 20%;    
        z-index: 2;
    }
    
    .cast_li_weekly .top_thera_scu_eria{
        display:flex;
        flex-wrap:wrap;
        flex-basis: 100%;
        padding:0;
        margin: -5rem 0 0 0;
    }
    .cast_li_weekly .top_thera_scu_eria h2{
        padding: 0.4rem;
        font-size:1rem;
        flex-basis:75%;
        margin: 0 0 0 auto;
        margin-bottom: 0.4rem;
        order: 0;
    }
    .cast_li_weekly .top_thera_scu_eria .btn_common{
        order: 1;
        flex-basis: 40%;
        font-size: 0.8rem;
        background-color:#bbbbbb;
        margin: 0.4rem 0.4rem 0.4rem auto;
        padding: 0.4rem;
    }
    
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly{
        order:2;
    }
    
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr td,.cast_li .top_thera_scu_eria .attmgr_weekly tbody tr td{
       line-height: 1.2rem;
       font-size: 0.8rem;
    }
    .cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th,.cast_li .top_thera_scu_eria .attmgr_weekly tbody tr th{
        line-height: 1.2rem;
        font-size: 0.8rem;
     }
    
    /* ご利用の流れ
    -------------------------------------------
    page-usageflow.php
    -------------------------------------------
     */
    
     .firstuser{
        padding: 0.8rem;
        margin: 1rem auto;
        font-size: 0.8rem;
     }
     .firstuser div{
        text-align: left;
     }
     .step{
        padding: 1rem;
        margin: 1rem 0 2rem 0;
     }
     .step .text{
        width: 100%;
        padding:0;
        flex-basis: 100%;
        order: 1;
     }
     .step h3{
        font-size: 1.2rem;
     }
     .step img.step_svg{
        flex-basis:100%;
        width:90%;
        order: 0;
        padding: 1rem;
    
     }
     .step div .floating-banner{ 
    
        width:100%;
        padding:  1rem;
        margin: 2rem auto;
    }  
    .step div .floating-banner p,.step div .floating-banner span{ 
        color: #ffffff;
        margin: 0;
    }  
    .sankaku{
        text-align: center;
        margin: 0 auto;
        color: #777777;
        font-size: 3rem;
    }
    
    
    
    .step .map_text{
        width: 100%;
        padding:0;
        flex-basis: 100%;
     }
    
     .step .map_svg{
     display: none;
     }
    
    
    }

@media screen and (max-width: 768px){
body {
    line-height: auto;
    background-color: #ffffff;
}
header{
    display: none;
}

ul {
    padding: 1rem 0.4rem;
}
.top_info{
    margin-top: 0rem;
    height: auto;
    
    }
.top_info_bk{
        flex-wrap: wrap;
        padding:1rem 0 0 0;
        background-size: contain;
        }
.top_info_flexbox_left{
        width: 100%;   
        margin: 0 auto;
        color: #4d4717;
        flex-basis:100%;
        display:flex;
        flex-wrap:wrap;
        padding: 0;
    }
.top_info_flexbox_first{
        padding:0;
        display:flex;
        flex-wrap:wrap;
        flex-basis:100%;
        align-items:baseline;
    }
.sp_logo{
    display:block;
    flex-basis:30%;
    width:100%;

}
.logo{
    height: auto;
}
#logo{
    position: absolute;
	top: 1rem;
    width: 100%;
    transform:rotate(15deg);
}
.top_info_flexbox_first h2{
    font-size:0.8rem;
    margin: 1.4rem auto 1rem auto;
}
.top_info_flexbox_second .conte h3{
    width: 4.8rem;
    background-color: #4d4717;
    color: #ffffff;
    padding: 0.2rem 0.4rem;
    margin:0.2rem;
    font-size: 0.6rem;
    text-align:center;
}
.top_info_flexbox_second{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding:0.2rem;  
    background-color:rgba(255,255,255,0.3);
    line-height:1rem;
}
.top_info_flexbox_second .conte p{
    color: #4d4717;
    padding: 0.1rem;
    margin: 0;
    font-size: 0.8rem;
    line-height:1rem;
}
.main_title{
    flex-basis:70%;
    padding: 0rem; 
    margin: 0 0 -1rem 0;


}
.top_info_flexbox_first .main_title h1{
    padding: 0.1rem  0rem  0.1rem  1rem ;
    font-size:2.8rem;
    text-align:right;
    margin-bottom: 0;
    }
.top_info_flexbox_first  .main_title p{
    font-size: 0.8rem;
    width:100%;
    }
.top_info_flexbox_right,.pc-menu2{
    display: none;
}
.top_main{
    padding:0rem;
    background-color: #ffffff;
}
.shopinfo,.workinfo{
    margin: 0 auto;
    width: 100%;
    min-width: 10px;
    padding: 0;
}
.shopinfo h2,.workinfo h2{
    font-size: 1.4rem;
    padding: 0.8rem;
    margin:0rem;
 }
 .news_list_wrap{
 margin: 0 0 4rem 0;
 }
 .news_list_wrap ul{
    margin: 0;
    padding:0;
    }
.news_list_wrap ul li{
    display: flex;
    width: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin:0.2rem;
    background-color: #fff;
    }
.news_list_wrap ul li .thum{
    flex-basis: 100%;
    padding: 0 1rem;
    }
.news_list_wrap ul li .thum img{
     width:100%;
        }
.news_list_wrap ul li .text{
            flex-basis: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            min-height: 0px;
            font-size:0.8rem;
        }
.news_list_wrap ul li .text a{
        bottom: 0;
        }
.single_text p{
    display:none;
}
.news_list_wrap ul li .text .single_text{
width:100%;
flex-basis:100%;
margin:0;
padding-bottom: 1rem;
}
.news_list_wrap ul li .text .single_title{
    font-size: 1rem;
    margin:0.4rem;
}
.btn_common{
 font-size:1rem;
   padding: 0.4rem 1rem;
   text-align: center;
}
.system{
    width: 90%;
}
.system_info_wrap{
font-size: 0.8rem;
margin: 0 0 2rem 0;
}
.system_info_box{
font-size:0.8rem;
padding:1rem 0rem 1rem 1rem;
}
.system_info_box ul{
 padding:0 0 0 1rem;
    }
.caution{
    padding: 0 1rem;
}
.system_coution{
    font-size: 0.8rem;
}
.coupon_wrap ul{    
    padding: 0.4rem;
}
.coupon_wrap ul .coupon_li{
    width: 100%;
    height: auto;
    margin: 1rem 0;
    /* background-size:contain; */
    padding: 1rem 0.4rem 0.4rem 0.4rem;
    font-size: 0.8rem;
    min-height: 145px;
    align-items: flex-start;
    box-shadow: #4d4717 0rem 0.4rem 0.4rem;
    background-image: none;
}
.coupon_wrap ul .coupon_li .single_title{
    flex-basis: 100%;
    width: 100%;
    font-size: 1.1rem;
    margin: 0.4rem;
    font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","MS Pゴシック",sans-serif;
    font-weight: 800;
}
.coupon_wrap ul .coupon_li .coupon_box{
    width: 6rem;
    height: 2rem;
    margin: 0.2rem;
    padding: 0.2rem 0.4rem;
    align-items: center;
    justify-content: center;
    display: flex;

}
.coupon_wrap ul .coupon_li .coupon_box p{
    font-size: 0.6rem;
}
.coupon_wrap ul .coupon_li .coupon_price{
align-items: flex-end;
font-weight: 800;
font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","MS Pゴシック",sans-serif;
}
.coupon_wrap ul .coupon_li .coupon_price h4{
    margin: 0.2rem 0 0.2rem 0;
    padding: 0 0.8rem;
    font-size: 1.6rem;
    width: 100%;
    flex-basis: 100%;
}
.coupon_wrap ul .coupon_li .coupon_price h4 .coupon_unit{
    font-size: 0.8rem;
}
.coupon_wrap ul .coupon_li .coupon_textarea{
font-size: 0.8rem;
padding: 0.4rem;
width: 100%;
margin: 0.2rem;
line-height: 1.2rem;
background-color: #ffffff;
}
.therapist_wrap{
    padding: 0.2rem;
}
.therapist_wrap p{
    font-size: 1rem;
}
.therapist_wrap ul{    
    padding: 0rem;
    width: 100%; 
}
.shopinfo .therapist_wrap_sp ,.workinfo .therapist_wrap_sp{
    display: none;
}

.cast_li{    
    margin: 1rem 0;  
    padding: 0.4rem;
 }
 .top_thera_photo_eria{
     width: 100%;
     flex-basis: 100%;    
     padding:0 1rem;
     margin: 1rem 0;
 }
 .top_thera_text_eria{
     flex-basis: 100%;
     padding: 1rem 0 0 0.2rem;
     font-size: 1rem;
 }
 .top_thera_text_eria p{
    flex-basis: 100%;
    padding:0.4rem;
    font-size: 1rem;
}
 .top_thera_photo{
     width: 100%;
     max-width: 100%;
     height: auto;
     display: block;
 
 }
 .top_thera_text_eria h2{
     flex-basis: 100%;
    padding: 0.4rem;
    font-size: 1rem;
 }
 .top_thera_text_eria h2 span{
    font-size: 0.8rem;
    margin: 1rem 0;
 }
 .threesize{
     flex-basis: 100%;  
     padding: 0.6rem;
 }
 .info_box{
     width: 100%;
     text-align: right;
 }
 .top_thera_scu_eria{
     width: 100%;
     height: auto;
     display: block;
     background-color: rgba(250, 250, 250, 0.8);
 }

 .shopinfo_wrap{
    margin: 0 0 1rem 0; 
    padding: 0.4rem;
}
.shopinfo_wrap table{
font-size: 0.8rem;
}
.shopinfo_wrap td{
    padding: 0.4rem;
}
.tdf{
    min-width: 5rem;
}
#pageTop{   
    width: 10rem;

    padding:0.4rem;
    margin: 1rem auto;
}
.allshops tr .tdf{
    width: 6rem;
}

/* 新着情報
-------------------------------------------
single.php
-------------------------------------------
 */


.news_single_wrap .thum{
        flex-basis: 100%;
        width: 100%;
    }
.news_single_wrap .text{
        flex-basis: 100%;
        margin: 1rem;
    }
.news_single_wrap .title h3.single_title{
        margin: 1rem 0rem 0.4rem 1rem;
        font-size: 1rem;
    }
/* システム */
.btn_atend{
    margin:1rem 0.2rem;
    justify-content: space-between;
}
.btn_atend p{
        background-color: rgba(255,255,255,0.6);
        padding: 0.4rem;
        margin: 0 0.2rem;
    }
/* 在籍一覧 */
 .therapist_wrap ul.staff_block li{   
        flex-basis: 47%;
        padding: 0.1rem; 
    }
.therapist_wrap ul.staff_block{    
        justify-content:left;
    }
.therapist_wrap ul.staff_block li .post-info .name{   
        height: auto;
    }
/* 在籍ページ
-------------------------------------------
single-staff.php
-------------------------------------------
 */
/* 在籍部分 */
.today_attend ul li{
    font-size: 0.8rem;
    line-height: auto;
}
.top_thera_text_eria_de{
    flex-basis: 100%;
    margin: 0;
    padding: 1rem;
}
.top_thera_text_eria_de h2 span{
   font-size: 1.4rem;
   margin: 1rem 0;
}
.threesize_de{
    flex-basis: 100%;  
    display: flex;
    padding: 1rem;
}
.threesize_de span{
    font-size: 0.8rem;
    margin: 0 0 0 0.4rem;
}
.threesize_de h3{
    font-size: 0.8rem;
    margin: 0 0.4rem;
}


.top_thera_qatext_eria{
    flex-basis: 100%;
    padding: 2rem 0.4rem;
}
.top_thera_qatext_eria .thera_q{
    font-size: 1rem;
    text-align: left;
}
.top_thera_qatext_eria p{
   padding: 0.4rem;
}
.top_thera_qaphoto_eria,.top_thera_qaphoto_eria_sec{
    flex-basis: 50%;
    padding: 0.2rem;
    margin: 0;
}


/* 出勤情報
-------------------------------------------
page-weekly.php
-------------------------------------------
 */

 .scu_wrap{
    padding: 0 0 1rem 0;
    position: relative;
    background-color: rgba(77, 71, 23, 0.3);
    margin-bottom: 1rem;
}
.scu_wrap ul{    
    padding: 0rem;
    width: 100%;   
}



/* 出勤 */
 .cast_li_weekly .top_thera_photo_eria{
    flex-basis: 20%;    
    z-index: 2;
}

.cast_li_weekly .top_thera_scu_eria{
    display:flex;
    flex-wrap:wrap;
    flex-basis: 100%;
    padding:0;
    margin: -5rem 0 0 0;
}
.cast_li_weekly .top_thera_scu_eria h2{
    padding: 0.4rem;
    font-size:1rem;
    flex-basis:75%;
    margin: 0 0 0 auto;
    margin-bottom: 0.4rem;
    order: 0;
}
.cast_li_weekly .top_thera_scu_eria .btn_common{
    order: 1;
    flex-basis: 40%;
    font-size: 0.8rem;
    background-color:#bbbbbb;
    margin: 0.4rem 0.4rem 0.4rem auto;
    padding: 0.4rem;
}

.cast_li_weekly .top_thera_scu_eria .attmgr_weekly{
    order:2;
}

.cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr td,.cast_li .top_thera_scu_eria .attmgr_weekly tbody tr td{
   line-height: 1.2rem;
   font-size: 0.8rem;
}
.cast_li_weekly .top_thera_scu_eria .attmgr_weekly tbody tr th,.cast_li .top_thera_scu_eria .attmgr_weekly tbody tr th{
    line-height: 1.2rem;
    font-size: 0.8rem;
 }

/* ご利用の流れ
-------------------------------------------
page-usageflow.php
-------------------------------------------
 */

 .firstuser{
    padding: 0.8rem;
    margin: 1rem auto;
    font-size: 0.8rem;
 }
 .firstuser div{
    text-align: left;
 }
 .step{
    padding: 1rem;
    margin: 1rem 0 2rem 0;
 }
 .step .text{
    width: 100%;
    padding:0;
    flex-basis: 100%;
    order: 1;
 }
 .step h3{
    font-size: 1.2rem;
 }
 .step img.step_svg{
    flex-basis:100%;
    width:90%;
    order: 0;
    padding: 1rem;

 }
 .step div .floating-banner{ 

    width:100%;
    padding:1rem 0 1rem 1rem;
    margin: 2rem auto;
}  
.step div .floating-banner p,.step div .floating-banner span{ 
    color: #ffffff;
    margin: 0;
    font-size: 1.8rem;
}  
.step div .floating-banner p{
    font-size: 1rem;
}
.sankaku{
    text-align: center;
    margin: 0 auto;
    color: #777777;
    font-size: 3rem;
}



.step .map_text{
    width: 100%;
    padding:0;
    flex-basis: 100%;
 }

 .step .map_svg{
 display: none;
 }

 /* 求人ページ
    -------------------------------------------
    page-rrec.php
    -------------------------------------------
    */


    .shopinfo .rrec{
        padding: 1rem 0.4rem;
    }
    .rrec .step{
        padding: 1rem 0.4rem;
    }


    .step_icons{
        flex-wrap: wrap;
        margin: 0.4rem 0;
        padding: 1rem 0;
    }

    .step_icon{
        flex-basis: 100%;
        padding: 0.6rem 1rem;
        margin-bottom: 0;
    }

    .sankaku{
        clip-path: polygon(0 0,100% 0,50% 100%);
        flex-basis: 90%;
        height:0.6rem;

    }

    .spdisplay{
        display: inline;
    }








    .step_text{
        padding: 4rem 0;
        width: 100%;
    }

    .step_text h4{
        padding:0 1rem;
        font-size: 1.2rem;
        border-bottom:#664411 solid 1px ;
    }

    .step_box{
        flex-wrap: wrap;
        padding: 1rem 0.6rem;
    }

    .step_box_item{
        flex-basis: 100%;
        margin: 0.2rem 0;
        border-right: #641 solid 6px;
        border-bottom: #641 solid 8px;
    }
    .step_box_item .button{
     background-color: #446611;
     color: #fff;
     border:2px solid #335500;
     border-bottom: 4px solid #335500;
     border-radius: 0.8rem;
    }

    .step_text .box{
        border:1px double #664411;
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
    .step_text ul{
        border:2px double #664411;
        padding: 1rem 2rem;
    }
    .step_text li{
        list-style:  square;
    }
















    /* フワッと */
    body {
        animation:none;
        -webkit-animation:none;
        font-size: 1rem;
        line-height: auto;
        background-color: #ffffff;
    }

    #pageTop{   
        font-size:1rem;
        padding:0.8rem;
        margin: 0 auto;
    }





}









