@import '/static/css/uikit.min.css';
@import '/static/css/globalnav.css';

/* common
----------------------------------------------- */
#header{
    border-bottom: 1px solid #e5ddd4;
}

#contents{
    padding-bottom: 120px;
}

#pagetitle{
    width: 100%;

    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

#pagetitle .rsvg{
    width: 80px;
}

#pagetitle .rsvg .a{
    fill:#fff;
}

#pagetitle h2{
    color: #fff;
    font-size: 42px;
    margin-top: 24px;
}

ul,h1,h2,h3,h4,address{
    padding: 0;
    margin: 0;
}

/* GroupSubmenu
----------------------------------------------- */
#group_submenu{
    background: #d47359;
    text-align: center;
    padding-bottom: 24px;
     transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.yougo #group_submenu{background:#d47359;}
.short #group_submenu{background:#97ce2c;}
.day #group_submenu{background:#50c997;}
.care #group_submenu{background:#54b2e2;}
.grouphome #group_submenu{background:#ae89c4;}

#group_submenu ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    margin-top: -24px;
}

#group_submenu ul li a{
    display: block;
    width: 200px;
    border-radius: 6px;
    padding: 15px 0 20px 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow:0px 3px 0px 0px rgba(0,0,0,0.3);
-moz-box-shadow:0px 3px 0px 0px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 3px 0px 0px rgba(0,0,0,0.3);

    background: url(../img/icon_arrow_down.svg) no-repeat center 95%;
    background-size: 6%;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#group_submenu ul li a:hover{
    background-position: center 100%;
}

#group_submenu ul li.yougo a{
    padding: 26px 0;
}

#group_submenu ul li a small{
    display: block;
    font-size: 12px;
    margin-top: 4px;
    font-weight: normal;
}

#group_submenu ul li.yougo a{background-color: #d47359;}
#group_submenu ul li.short a{background-color: #97ce2c;}
#group_submenu ul li.day a{background-color: #50c997;}
#group_submenu ul li.care a{background-color: #54b2e2;}
#group_submenu ul li.grouphome a{background-color: #ae89c4;}

.yougo #group_submenu ul li.yougo a,
.short #group_submenu ul li.short a,
.day #group_submenu ul li.day a,
.care #group_submenu ul li.care a,
.grouphome #group_submenu ul li.grouphome a{
     box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
    background-image: none;
}





/* outline
----------------------------------------------- */
#outline #outline_body{
    padding: 62px 0;
    line-height: 3;
    text-align: center;
}

#outline #outline_body p{
    font-size: 18px;
    font-weight: bold;
    color:#8e6f50;
}


#outline section h3{
    font-size: 24px;
    color:#8e6f50;
    text-align: center;
    padding: 32px 0;
    border-top:1px solid #dcd2d2;
    border-bottom:1px solid #dcd2d2;
}


#outline section table{
    margin: 32px auto;
    width: 700px;
}

#outline section table tr th,
#outline section table tr td{
    padding: 18px;
}

#outline section table tr th{
    text-align: right;
    font-weight: bold;
    color: #333333;
}

#outline section table tr td{
    line-height: 1.6;
}

#outline section table tr td small{
    display: block;
    font-size: 12px;
}


/* service
----------------------------------------------- */
.group_contents h3{
    font-size: 32px;
    margin: 72px 0;
}

.group_contents h3 small{
    font-size: 14px!important;
    vertical-align: middle
}



#service #service_outline{
    padding: 42px 0;
    border-top:1px solid #dcd2d2;
    border-bottom:1px solid #dcd2d2;
}
#service #service_outline p{
    font-size: 1.5em;
    line-height: 2.8;
}




#service #service_body{
    margin: 62px 0;

}

#service #service_body p{
    font-size: 1.2em;
    text-align: center;
    line-height: 1.8;
    margin:2em 0;
}
#service #service_body section h5{
    font-size: 1.4em;
    color:#fff;
    padding: 8px;
    border-radius: 18px;
    font-weight: bold;
    text-align: center;
}
#service #service_body section .green h5{background:#66cccc;}
#service #service_body section .red h5{background:#cc6666;}

#service #service_body section{margin-bottom: 2em;}
#service #service_body section{
    text-align: left;
    width: 100%;
}




#service #service_target{border-top:1px solid #dcd2d2;padding-top: 6px;}
#service #service_target h4{
    background: url(../img/icon_arrowleft.svg) no-repeat ;
    color: #064e97;
    font-size: 22px;
    padding-left: 34px;
    font-weight: bold;
    margin: 1em 0;
}

#service #service_target ul li{
    line-height: 1.8;
    list-style: disc;
    list-style-position: inside;
}


/* price
----------------------------------------------- */
#price #price_body{margin: 62px 0;}
#price #price_body section{
    padding-top: 38px;
    padding-bottom: 28px;
}
#price #price_body section .left{
    font-size: 18px;
    line-height: 2.8;
    width: 30%;
    text-align: center;
    color: #fff;
    border-radius: 6px;

}

#price #price_body h4{
    font-size: 28px;
    margin-bottom: 34px;
    border-top:1px solid #dcd2d2;
    padding-top: 34px;
}

#price #price_body section h4{
    padding-top: 0;
    border:none;
}

#price #price_body section div.left h4{
    width: 100%;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;

    text-indent: -9999px;
    padding-top: 0;
    border:none;
    margin-bottom: 0;
}


#price #price_body section div.left h4 br{
    display:none;
}


#price #price_body section.option h4{
    font-size: 28px;
    margin-bottom: 34px;
}

#price #price_body section{margin-bottom: 2em;}

#price #price_body table{
    width: 100%;
}

#price #price_body table th,
#price #price_body table td{
    font-weight: bold;
    padding: 18px 0;
    text-align: center;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
}

#price #price_body table td:last-child{
    border-right: 0;
}

#price #price_body table th{
    background: #999999;
    color: #fff;
}

#price #price_body table tr.half th,
#price #price_body table th.half{
    padding: 12px 0;
}

#price #price_body table .group1{
    padding: 12px 0;
    background: #b0b0b0;
}


#price #price_body section .guide{
    text-align: left;
    margin: 20px 0;
    font-size: 1.2em;
    list-style: disc;
    list-style-position: inside;
}


#price #price_body article.price_group{
    margin-top: 140px;
}

#price #price_body article.price_group:first-child{
    margin-top: 0;
}


/* access
----------------------------------------------- */
#access .address{
    width: 100%;
    text-align: center;
    line-height: 1.4;
}
 /* SP-Tablet
-------------------------------------------------------------------------------------------- */

@media screen and (max-width: 960px) {

    /* GroupSubmenu
    ----------------------------------------------- */
    #group_submenu{padding-bottom: 0;}
    #group_submenu ul li{
        display: block;
        margin: 0;
    }

    #group_submenu ul li a{
        display: block;
        width: 100%;
        height: 25%;
        padding: auto;
        font-size: 1.2em;
        border-radius: 0;
        background-size: 2%;
        transition: none;
    }


    /* outline
    ----------------------------------------------- */
    #outline #outline_body{
        padding: 32px;
        line-height: 2;
        text-align: left;
    }

    #outline #outline_body p{
        display: inline;
        font-size: 1.0em;
    }

    #outline section h3{font-size: 1.8em;}
    #outline section table{width:90%;font-size: .8em;}
    #outline section table tr td small{font-size: 0.8em;}


    /* service
    ----------------------------------------------- */
    .group_contents h3{
        font-size: 32px;
        text-align: center;
    }


    .group_contents h3 small{
        display: block;
        margin-top: 1em;
    }

    #service #service_outline{
        padding:4%;
    }

    #service #service_outline p{
        font-size: 18px;
        line-height: 2;
    }
    #service #service_body{
        padding: 12px;
    }
    #service #service_body section .left{
        font-size: 1.8em;
        width: 96%;
        margin: auto;
        padding: 2% 0;
    }

    #service #service_body section p{
        text-align: left;
    }
    #service #service_body section p br{
        display: none;
    }


    #service #service_body section .left h4,
    #service #service_body section.kaigo .left h4,
    #service #service_body section.kenko .left h4{background-size: 30%}
    #service #service_body section.kouryu .left h4,
    #service #service_body section.sien .left h4{background-size: 20%;}
    #service #service_body section.life .left h4{background-size: 10%;}

    #service #service_body section .right{
        text-align: left;
        width: 90%;
        margin: 4% auto;
    }

    #service #service_target{
        width: 90%;
        margin: auto;
    }


    /* price
    ----------------------------------------------- */
    #price #price_body{margin: 62px 0;}
    #price #price_body section{
         border-top:1px solid #dcd2d2;
        padding-top: 38px;
        padding-bottom: 28px;
    }
    #price #price_body section .left{
        font-size: 1.8em;
        width: 96%;
        margin: auto;
        margin-bottom: 1em;
    }

    #price #price_body section div.left h4{
        width: 100%;
        height: auto;
        font-size: 0.5em;
        font-weight:bold;
        background:none !important;
        text-indent: 0;
        line-height: 1.4;
        padding:1em 0;
    }

    #price #price_body section div.right h5{
        text-align:center;
    }


    #price #price_body section .right{
        width: 96%;
        margin: auto;
    }


    #price #price_body .option{
        width: 96%;
        margin: auto;
    }


    /* contact
    ----------------------------------------------- */
    #contact section .frame{
        border: 1px solid #cccccc;
        padding: 12px;
    }

    #contact h3{
        text-align: center;
    }

    #contact section .number .left table{
        width: 100%;
    }

    #contact section .number .left table tr td{
        padding: 8px;
        font-size:0.8em;
        text-align: center;
    }

    #contact section .group1{
        width: 100%;
        border-right:none;
    }
    #contact section .group1 .tel{
        margin-left: 0;
        text-align: center;
    }

    #contact section .group2{
        width: 100%;
    }

    #contact section .group2 .left{
        padding: 24px 0;
        text-align: center;
    }


    #contact section .group2 .tel{
        margin-left: 0;
        padding: 24px 0;
        text-align: center;
    }


    #contact section .time{
        width: 100%;
        padding: 24px 0  0 0;
        margin: auto;
        margin-top: 20px;
        border-top: 1px solid #cccccc;
        text-align: center;
    }

    #contact section .time .left{
        margin-left: 0;
    }

    #contact section .time .right{
        width: 100%;
        padding: 0;
        margin-right: 0;
    }

    #contact section .form{
        width: 100%;
        padding: 34px 0;
    }

    #contact section .form table{
        width: 100%;
        margin-bottom: 2em;
    }

    #contact section .form .butttom{
        width: 70%;
        padding: 2em 0;
    }

    #contact section .form input[type="submit"]{
        margin: 5% auto;
        width: 100%;
    }


    /* information
    ----------------------------------------------- */
    #information{
        padding:0 4%;
    }



}
