@charset "utf-8";


/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* フルードイメージ */
img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* スムーススクロール　（IE以外） */
html {scroll-behavior: smooth;}
a {
    text-decoration: none;
    outline:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
/* PCで電話リンクしない */
@media(min-width: 768px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@font-face {
    font-family: "C4_Minniam_Nexus_E";
    src: url("fonts/C4_Minniam_Nexus_E.ttf") format("truetype");
}
.miniam{
    font-family: "C4_Minniam_Nexus_E", sans-serif;
    font-weight: normal;
}


/* 基本設定
-------------------------------*/
body {
    font-family: Meiryo, "Yu Gothic", "Meiryo", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",verdana, sans-serif;
	font-size: 14px;
	line-height: 2em;
	-webkit-text-size-adjust: 100%;
    color:#282828;
    background-color:#0046A8;
}
#wrapper{
    width: 100%;
    max-width: 1040px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
    background-color: #fff;
    box-shadow: 0 0 20px #002354;
}





/* ヘッダー
-------------------------------*/
* html #header{height:1%;}
#header{
    padding: 15px 3%;
    box-shadow: 0 2px 5px #ccc;
    position: relative;
}
h1{
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 1.2em;
    padding-right: 300px;
}
.h_toi{
    position: absolute;
    top: 7px;
    right: 2.5%;
}



#header .inner{
    align-items: flex-end;
}
.h_logo{
    width: 45%;
}






@media screen and (max-width:900px){
    h1{
        height: auto;
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 1.2em;
        padding-right: 55px;
    }
    .h_toi{
        display: none;
    }
    .h_logo{
        width: 100%;
        padding-right: 55px;
    }
}
@media screen and (max-width:640px){


    .home h1{
        font-size: 10px;
        line-height: 1.3em;
    }


}












/* コンテンツ
-------------------------------*/

main{
    margin-top: 20px;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.page_title{
    width: 100%;
    background-color: #ddd;
    box-shadow: 0 0 6px #ccc;
    margin-bottom: 20px;
    padding: 4px;
}
.page_title ._in{
    width: 100%;
    height: 128px;
    border: solid 1px #d1d1d1;
    background-color: #fff;
    background-image: url(../img/common/bg_page_ttl.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page_title ._in .txt{
    width: auto;
    min-width: 250px;
    font-size: 27px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #0046a8;
    padding: 10px 0;
    background: url(../img/common/nav_dot.png) left bottom repeat-x;
}


#content_box {
    width: 72%;
    float: right;
}
.ttl01{
    width: 100%;
    height: 37px;
    border: solid 1px #B7B7B7;
    background: url(../img/common/bg_ttl01.jpg) left center  repeat-x;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    position: relative;
    font-family: "C4_Minniam_Nexus_E", sans-serif;
    font-size: 21px;
    line-height: 1.2em;
}
.ttl01:before{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 7px;
    height: 27px;
    background-color: #0085ce;
    content: "";
}
.ttl02{
    font-size: 18px;
    line-height: 1.2em;
    color: #0085ce;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px #ddd;
}
.ttl02 div{
    display: inline-block;
    padding-left: 3px;
    padding-right: 5px;
    position: relative;
}
.ttl02 div:after{
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background-color: #0085ce;
    content: "";
}

#side_box {
    width: 25%;
    float: left;
}
.side_nav{
    width: 100%;
    margin-bottom: 20px;
}
.side_nav li{
    margin-bottom: 5px;
}
.side_nav li a{
    width: 100%;
    height: 77px;
    border: solid 1px #848484;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 21px;
    line-height: 1.2em;
    color: #0046a8;
    background-size: cover;
}
.side_nav li.cat1 a{
    background-image: url(../img/common/bg_cat1.jpg)
}
.side_nav li.cat2 a{
    background-image: url(../img/common/bg_cat2.jpg)
}
.side_nav li.cat3 a{
    background-image: url(../img/common/bg_cat3.jpg)
}
.side_nav li.cat4 a{
    background-image: url(../img/common/bg_cat4.jpg)
}
.side_nav li.active a,
.side_nav li a:hover{
    color: #fff;
    background: -moz-linear-gradient(left, #0085CE, #0044A7);
    background: -webkit-linear-gradient(left, #0085CE, #0044A7);
    background: linear-gradient(to right, #0085CE, #0044A7);
}

.side_step{
    border: solid 1px #999;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7em;
}
.side_step dt{
    padding: 10px 13px;
    font-size: 18px;
    line-height: 1.2em;
    color: #0046a8;
}
.side_step dt div{
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.side_step dt.ss1 div{
    background: url(../img/common/icon_ss1.png) left top no-repeat;
}
.side_step dt.ss2 div{
    background: url(../img/common/icon_ss2.png) left top no-repeat;
}
.side_step dd{
    padding: 13px;
    background-color: #e6e6e6;
    margin-bottom: 7px;
}
.side_step dd:last-child{
    margin-bottom: 0;
}
.side_step dd.bg_w{
    background-color: transparent;
}
.side_step dd span{
    font-size: 106%;
    font-weight: bold;
    color: #0071A7;
}
.side_step dd.bg_ya{
    padding-bottom: 30px;
    background-image: url(../img/common/step_ya.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

@media screen and (max-width:1040px){


}

@media screen and (max-width:900px){
    
    
    .page_title ._in{
        height: 100px;
        padding: 0 20px;
    }
    .page_title ._in .txt{
        width: auto;
        font-size: 22px;
        line-height: 1.2em;
        padding: 0;
        background: none;
    }
    
    #content_box {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    #side_box {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: auto;
    }
    .side_nav{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .side_nav li{
        width: 48%;
    }
    .side_nav li a{
        height: 70px;
        padding: 10px;
        justify-content: center;
    }
    
    .side_step dt.ss2 div br{
        display: none;
    }
    
    
}
@media screen and (max-width:640px){
    main{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .page_title{
        box-shadow:none;
        padding: 3px;
    }
    .page_title ._in{
        height: 80px;
    }

    
    .ttl01{
        font-size: 18px;
        line-height: 1.2em;
    }
    
    
    
    
    .side_step dt div{
        padding-left: 30px;
    }
    .side_step dt.ss1 div{
        background-size: 25px auto;
    }
    .side_step dt.ss2 div{
        background-size: 25px auto;
    }
    br.sp{
        display: none;
    }


}

@media screen and (max-width:480px){

    .side_nav li{
        width: 100%;
    }


}
























/* フッター
-------------------------------*/
#footer{
    width: 100%;
    padding-top: 100px;
}
#footer .inner{
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    border-bottom: solid 5px #0085CE;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.f_nav{
    width: 100%;
    margin: auto;
    justify-content: center;
    line-height: 1.2em;
}
.f_nav li{
    padding: 0 1.8em;
    border-right: solid 1px #000;
}
.f_nav li:last-child{
    border-right: none;
}
.f_nav li a{
    text-decoration: underline;
}
.f_nav li a:hover{
    text-decoration: none;
}

#footer .copy{
    background-color: #E9E9E9;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    padding: 30px 3%;
}
#footer .f_sp{
    display: none;
    text-align: center;
    margin-top: 20px;
}
#footer .copy span{
    display: inline-block;
}
/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
}
@media screen and (max-width:900px){
    #footer{
        padding-top: 50px;
    }
    .f_nav{
        display: none;
    }
    #footer .f_sp{
        display: block;
    }
    #footer .copy{
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 1.6em;
    }
}
@media screen and (max-width:640px){
    #footer{
        padding-top: 20px;
    }
    #footer .inner{
        padding-left: 5%;
        padding-right: 5%;
    }
    #pageTop img{
        width:40px;
        height:auto;
    }
}




/* TOPページ
-------------------------------*/
.home #wrapper{
    background-image: url(../img/top/bg_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:  auto 750px;
}


.top_space{
    width: 100%;
    clear: both;
    height: 50px;
}
.top_access{
    width: 100%;
    max-width: 470px;
    margin-bottom: 100px;
}
.top_access .add{
    margin-bottom: 20px;
    line-height: 1.6em;
}
.top_access .add dt{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}
.g-map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 190px;/* 高さ */
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top_seo{
    width: 100%;
    line-height: 1.7em;
}
@media screen and (max-width:640px){
    .top_space{
        height: 30px;
    }
    .top_access{
        margin-bottom: 50px;
    }
    .top_seo{
        font-size: 90%;
        line-height: 1.8em;
    }
}





/* 企業案内
-------------------------------*/
.gaiyou{
    width: 100%;
    margin-bottom: 50px;
    border: solid 1px #999;
    line-height: 1.8em;
}
.gaiyou tr:not(:last-child){
    border-bottom: solid 1px #999;
}
.gaiyou th{
    width: 200px;
    padding: 10px 20px;
    background-color: #E6F6FF;
    border-right: solid 1px #999;
    font-weight: bold;
    color: #4D4D4D;
    vertical-align: top;
}
.gaiyou td{
    width: calc(100% - 200px);
    padding: 10px 20px;
}
.gaiyou td.cat p{
    text-indent: -1em;
    margin-left: 1em;
}

@media screen and (max-width:640px){
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-right: none;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
}







/* お問い合わせ
-------------------------------*/
.toi01{
    padding-top: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.toi01 p{
    margin-bottom: 30px;
}
.toi.ttl02{
    padding-top: 5px;
    background: url(../img/contact/bg_ttl02.png) left top repeat-x;
}
.toi.ttl02 div{
    font-size: 15px;
    color: #4d4d4d;
    padding-left: 30px;
    background: url(../img/contact/bg_ttl_maru.png) 10px center no-repeat;
}
.toi_txt{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mailform{
    background-color: #E6F6FF;
}
.mailform th span{
    font-size: 95%;
    color: #f00;
}

.length_l{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #b2b2b2;
}
.naiyou{
    width: 100%;
    height: 350px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #b2b2b2;
    resize: vertical;
}
.ac{text-align: center;}
.btn_sousin{
    background:url(../img/contact/button.png) center center/contain no-repeat;
    width: 100%;
    max-width:319px;
    height:58px;
    border:0px solid;
    cursor:pointer;
    transition: 0.3s;
}
.btn_sousin:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* 採用情報 */
#saiyo{
    padding-top: 50px;
}
.job_cat{
    margin-left:20px;
    margin-bottom:10px;
    font-weight:bold;
}
.job_cont{
    width: 100%;
    margin-bottom: 30px;
}

.job02{
    margin-top: 60px;
}
.toi.ttl02.bg_y{
    background-image: url(../img/contact/bg_ttl02_y.png);
}
.toi.ttl02.bg_y div{
    background-image: url(../img/contact/bg_ttl_maru_y.png);
}
.toi.ttl02.bg_y div:after{
    background-color: #E68D20;
}
.gaiyou.bg_y{
    background-color: #F7FCFF;
}
.gaiyou.bg_y th{
    background-color: #FCFFE6;
}
.mailform.bg_y{
    background-color: #FCFFE6;
}
.mailform.bg_y th{
    background-color: #FCFFE6;
}
.btn_sousin.bg_y{
    background-image:url(../img/contact/button_02.png);
}

@media screen and (max-width:640px){
    .toi_txt{
        text-align: left;
    }
    .toi_txt br{
        display: none;
    }
    .mailform{
        margin-bottom: 30px;
    }
    .mailform th{
        padding-bottom: 0;
    }
    .naiyou{
        height: 150px;
    }
}





/* クリーニング
-------------------------------*/

.biz_box{
    margin-top: 50px;
}
.biz_box .cap{
    margin-top: 30px;
    margin-bottom: 30px;
}
.biz_box .item{
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.biz_box .item .img{
    width: 53%;
    max-width: 377px;
    border: solid 1px #999;
}
.biz_box .item .txt{
    width: 45%;
}
.biz_list{
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #999;
    background-color: #D9F1FF;
}
.biz_list.bg_y{
    background-color: #fcffe6;
}
.biz_list .ttl02{
    margin-bottom: 0;
}
.biz_list .ttl02 div{
    width: 155px;
}
.biz_list ul{
    padding: 16px 20px;
}
.biz_list li{
/*    text-indent: -1em;
    margin-left: 1em;*/
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6em;
    color: #4D4D4D;
}
@media screen and (max-width:640px){

    .biz_box{
        margin-top: 40px;
    }
    .biz_box .cap{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .biz_box .item{
        display: block;
    }
    .biz_box .item .img{
        width: 100%;
        margin: 10px auto 0;
    }
    .biz_box .item .txt{
        width: 100%;
    }
    .biz_list ul{
        padding: 15px;
    }
    .biz_list li{
        font-size: 14px;
        line-height: 1.6em;
    }

}




/* ユニフォームレンタル
-------------------------------*/

.rent_box{
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.rent_box .img{
    width: 32%;
    max-width: 225px;
    border: solid 1px #999;
}
.rent_box .txt{
    width: 65%;
}
.rent_box .txt .ttl02{
    color: #4D4D4D;
}

.r_merit{
    width: 100%;
}
.r_merit ._in{
    width: 49%;
    background: url(../img/rental/num_bg.png) center bottom/cover no-repeat;
    border: solid 1px #999;
    padding: 20px;
    margin-bottom: 10px;
}
.r_merit ._in .num{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.2em;
    color: #0071A7;
    margin-bottom: 20px;
}
.r_merit ._in .num img{
    margin-right: 10px;
}
.r_merit ._in .num div{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: dotted 1px #004490;
}
.r_merit ._in p{
    font-size: 106%;
    line-height: 1.6em;
}
.r_kanri{
    width: 100%;
    background: url(../img/rental/num_bg_p.jpg) center bottom/cover no-repeat;
    border: solid 1px #999;
    padding: 20px;
    align-items: center;
}
.r_kanri .txt{
    width: 49%;
}
.r_kanri .img{
    width: 49%;
    text-align: center;
}
.r_kanri .txt .ttl{
    color: #FF6B8A;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: solid 9px #FF7B97;
}
.r_kanri .txt p{
    margin-left: 20px;
    line-height: 1.7em;
}
@media screen and (max-width:640px){
    .rent_box{
        display: block;
    }
    .rent_box .img{
        width: 100%;
        margin: 20px auto 0;
    }
    .rent_box .txt{
        width: 100%;
    }

    .r_merit ._in{
        width: 100%;
    }
    .r_merit ._in .num{
        font-size: 20px;
    }
    .r_merit ._in .num img{
        width: 25px;
        height: auto;
    }
    .r_kanri .txt{
        width: 100%;
        margin-bottom: 20px;
    }
    .r_kanri .img{
        width: 100%;
    }

}






/* 私物クリーニング
-------------------------------*/

.biz_box.bg_p{
    border: solid 1px #999;
    background-color: #FFE0E7;
    margin-top: 20px;
    padding-bottom: 5px;
}

.toi.ttl02.bg_p{
    background-image: url(../img/private/bg_ttl02_p.png);
    margin-bottom: 20px;
}
.toi.ttl02.bg_p div{
    background-image: url(../img/private/bg_ttl_maru_p.png);
}
.toi.ttl02.bg_p div:after{
    background-color: #FF7B97;
}
.psl_step{
    width: 95%;
    margin: auto;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-bottom: 15px;
}
.psl_step .img{
    width: 45%;
    text-align: center;
}
.psl_step .img img{
    border: solid 1px #848484;
}
.psl_step .txt{
    width: 50%;
}
.psl_step .txt dt{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.2em;
    color: #FF7B97;
    font-family: "C4_Minniam_Nexus_E", sans-serif;
    margin-bottom: 10px;
}
.psl_step .txt dt img{
    margin-right: 10px;
}
.psl_step .txt dt div{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: dotted 1px #FF7B97;
}

@media screen and (max-width:640px){
    .page_title ._in .txt.priv span{
        display: inline-block;
    }

    .psl_step{
        display: block;
        margin-bottom: 30px;
    }
    .psl_step .img{
        width: 100%;
    }
    .psl_step .txt{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .psl_step .txt dt{
        font-size: 19px;
    }
    .psl_step .txt dt img{
        width: 22px;
        height: auto;
    }


}




/* その他事業
-------------------------------*/

#sonota{
    padding-top: 20px;
}
.rent_box.hoka .img{
    width: 43%;
    max-width: 305px;
}
.rent_box.hoka .txt{
    width: 55%;
}
.hoka_tab{
    margin-top: 10px;
    width: 100%;
    border: solid 1px #999;
    line-height: 1.7em;
}
.hoka_tab tr:not(:last-child){
    border-bottom: solid 1px #999;
}
.hoka_tab th{
    background-color: #D9F1FF;
    padding: 5px 15px;
    font-weight: bold;
    border-right: solid 1px #999;
    vertical-align: top;
}
.hoka_tab td{
    padding: 5px 15px;
    font-weight: bold;
}
@media screen and (max-width:640px){
    .rent_box.hoka .img{
        width: 100%;
    }
    .rent_box.hoka .txt{
        width: 100%;
    }

    .hoka_tab{
        font-size: 90%;
    }
    .hoka_tab th{
        padding: 10px;
    }
    .hoka_tab td{
        padding: 10px;
    }
}












/* プリントの表示設定 */
@media print{
    body{
        width:1110px;
        margin:auto;
    }
    .navToggle{
        display: none;
    }
    
    
}
