@charset "UTF-8";


/*  common
------------------------- */

/* 

font-Gothic

font-明朝
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

*/

body,html {
    display: block;
}

body {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #ffffff;
    font-size: 13px;
    color: #535353;
}


a {
    color: #535353;
    transition: all 0.4s;
}

a:hover,
a:focus {
    color: #53868e;
    text-decoration: none;
}

img {
    width: inherit;
    max-width: 100%;
    height: auto;
}

p {
    line-height: 1.7;
}

ul {}

ul li {
    position: relative;
}

ul.circle {
    display: inline-block;
    list-style: none;
}
ul.circle li {
    padding-left: 18px;
    margin-bottom: 2em;
    text-align: left;
}
ul.circle li::before {
    content: "●";
    font-size: 15px;
    position: absolute;
    left: 0;
}

ul.disc {
    padding-left: 20px;
    list-style: disc;
}

ol.circle-number {
    display: inline-block;
    counter-reset: my-counter;
    list-style: none !important;
}

ol.circle-number li {
    padding-left: 18px;
    margin-bottom: 2em;
    text-align: left;
}

ol.circle-number li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ffffff;
    color: #000;
    display: block;
    float: left;
    line-height: 20px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    padding: 0px 1px 3px 3px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #000;
}

table {
    width: 100%;
}

th,td {
    position: relative;
    padding: 25px 10px;
}

th::before,
td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width : 98% ;
    width : -webkit-calc(100% - 5px) ;
    width : calc(100% - 5px) ;
    height: 1px;
    background-color: #53868e;
}

td::before {
    background-color: #ced9db;
}

th {
    width: 30%;
    color: #53868e;
}
td {
    width: 70%;
}

dl {}
dl dt {
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #53868e;
    border-bottom: solid 1px #53868e;
}
dl dd {
    margin-bottom: 48px;
}

h2, .h2 {
    font-size: 21px;
    line-height: 1.7;
}

h3, .h3 {
    font-size: 18px;
    line-height: 1.7;
}

a.more {
    position: relative;
    display: inline-block;
    padding: 10px 45px;
    color: #fff;
    border: solid 1px #fff;
}

a.more.addcolor {
    color: #53868e;
    border: solid 1px #53868e;
}

a.more::after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}

a.more.addcolor::after {
    background: #53868e;
}

a.more:hover {
    color: #333;
    background: none;
}

a.more.addcolor:hover {
    color: #fff;
    background: none;
}

a.more:hover:after {
    width: 100%;
}

a:hover img {
    opacity: 0.7;
    transition: all 0.4s;
}

div.has-image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

div.has-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 102%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.font-large {
    font-size: 15px;
}

.font-strong {
    font-size: 1.3em !important;
    font-weight: bold;
    color: #c01a21;
}

.centering {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.xs-mg-bottom0 {margin-bottom: 0px;}
.xs-mg-bottom15 {margin-bottom: 15px;}
.xs-mg-bottom30 {margin-bottom: 30px;}
.xs-mg-bottom50 {margin-bottom: 50px;}

.c_animated {
    visibility: hidden;
}



/*  header
------------------------- */

header {
    position: relative;
    margin-top: 5px;
}

.headerInner {
    position: relative;
}

.l_logo {
}

.l_logo h1 {
    float: left;
    margin: 0;
}

.l_logo img {
    width: 175px;
}

.l_logo p {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 0;
    padding-top: 8px;
    color: #898989;
}


/*  mainmenu */

#mainNav {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1000;
}

#drawer {
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.nav_openBtn {
}

.openBtn_inner {
    position: relative;
}
.menu-trigger {
    padding: 6px 8px;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #333;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #abce05;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 10px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    margin: -17px 0 0 -18px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .75s;
}

.open_nav {
    height: 100%;
    overflow: hidden;
}

main,
.l_logo,
.nav_openBtn {
    -webkit-transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
}

.open_nav main,
.open_nav .l_logo,
.open_nav .nav_openBtn {
    -moz-filter: blur(5px);
    filter: blur(5px);
}

.open_nav #drawer {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: rgba(255,255,255,.3);
}

.open_nav .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}
.open_nav .menu-trigger span:nth-of-type(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
.open_nav .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}


@media print{
    div#headAreaCover {
        display:none;
    }

    footer#footer {
        display:none;
    }
}


#navArea {
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navInner {
    display: table;
    width: 100%;
    height: 100%;
}

#navArea .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.open_nav #navArea {
    right: 0%;
}

#navArea ul {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
}

#navArea ul li {
    text-align: center;
    margin: 0 8.333%;
}

#navArea ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 16px 5px;
    color: #fff;
}

#navArea ul li a:hover {
    background: #fff;
    color: #333;
    font-weight: bold;
}

.close_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    left: auto;
}

.close_icon::before,
.close_icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
}

.close_icon::before {
    -webkit-transform: translateY(25px) rotate(-45deg);
    transform: translateY(25px) rotate(-45deg);
}
.close_icon::after {
    -webkit-transform: translateY(25px) rotate(45deg);
    transform: translateY(25px) rotate(45deg);
}




/*  urgentTel
------------------------- */

#urgentTel {
    margin-bottom: 75px;
    padding-bottom: 0
}

.urgentTelInner {
    position: relative;
    padding: 15px;
    text-align: center;
    border: solid 4px #cfc638;
}

.urgentTelInner h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}

.telNumber {
    margin: 10px 0;
}

.telNumber p {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transform: scale(.9,1);
}

.telNumber span {
    display: inline-block;
    padding: 0 3px;
}

.telNumber small {
    font-size: 14px;
}

.telNumber  {}

.telInfo p {
    margin-bottom: 0;
    font-size: 13px;
}

.telInfo p a {
    font-size: 13px;
}


/*  footer
------------------------- */

#footer {
    position: relative;
    padding-top: 30px;
}

#footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 3px;
    background: #535353;
}

#footerinfo {
    margin-bottom: 50px;
}

#footerinfo h2 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

#footerinfo p {
    margin-bottom: 0;
}

#footermanu {
    margin-bottom: 80px;
}

#footermanu ul {
    margin-bottom: 0;
    margin-left: -15px;
    padding-left: 0;
}

#footermanu ul li {
    display: inline-block;
    margin-bottom: 15px;
    border-right: solid 1px #535353;
}

#footermanu ul li a {
    display: inline-block;
    padding: 0px 15px;
}

#footer address {
    margin-bottom: 40px;
    font-size: 10px;
}



/*  page-common
------------------------- */

main {
    margin-top: 30px;
}

/*  page-hero */

.pageHero {
    position: relative;
}

.pageHero_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    min-width: 330px;
    z-index: 5;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
}

.pageTitle {
    overflow: hidden;
}

.pageTitle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 3px;
    background-color: rgba(0,0,0,.8);
    z-index: 10;
}

.pageTitle h2 {
    position: relative;
    bottom: -2em;
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.pageSubTitle {
    overflow: hidden;
}

.pageSubTitle span {
    position: relative;
    top: -3em;
    display: block;
    margin-top: 4px;
    padding-top: 20px;
    line-height: 1;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.pageHero_img {
    overflow: hidden;
}

.pageHero_img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,0%);
}

/*  page-hero animation */

.hero_img {
    position: relative;
}

.pageTitle::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
}

.pageTitle.do_action::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pageTitle h2,
.pageSubTitle span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pageTitle h2.do_action {bottom: 0;}
.pageSubTitle.do_action span {top: 0;}

.pageHero_img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.pageHero_img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    width: 102%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    z-index: 1;
}

.pageHero_img.do_action:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.section {
    margin-bottom: 25px;
    padding: 25px 0;
}

.sectionTitle {
    margin-bottom: 50px;
}

.sectionTitle h3 {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
}

.sectionTitle h3 span {
    display: block;
    font-size: 10px;
    color: #53868e;
}

.sectionInfo {
    margin-bottom: 50px;
}

.sectionSubTitle {
    margin-bottom: 50px;
}

.sectionSubTitle h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #635680;
}

.sectionSubTitle h4 span {
    display: inline-block;
    padding: 0 10px 10px;
    border-bottom: solid 4px #635680;
}


/*  page-flont
------------------------- */

#hero {
    margin-bottom: 165px;
}

.heroInner {
    position: relative;
}

.hero_text01 {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 10;
}

.hero_text01 p {
    display: inline-block;
    margin-bottom: 25px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: rgba(83, 134, 142, .6);
    opacity: 0;
}

.hero_text01 p:nth-child(1) {
    margin-bottom: 25px;
}
.hero_text01 p:nth-child(2) {}

.hero_text02 {
    position: absolute;
    bottom: -15px;
    left: 10px;
    z-index: 10;
    opacity: 0;
}

.hero_text02 p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1em;
    color: #9b7f56;
}

.hero_img {
    text-align: right;
}

.hero_img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,0%);
}

/*  hero-animation  */

.hero_img {
    position: relative;
    width: 100%;
    height: 150%;
    height: -webkit-calc(100vh - 134px);
    height: calc(100vh - 134px);
    overflow: hidden;
}

.hero_img {
    background: url(http://localhost:8888/cleanskamoto/wp-content/themes/cleansakamoto/lib/images/hero.jpg);
    background-size: cover;
    background-position: 50%;
}

.hero_img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    width: 102%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    z-index: 1;
}

.hero_img.do_action:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.hero_text02 {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
}

.hero_text02.do_action {
    opacity: .3;
}


/*  message  */

#message {
    background: #e6eff0;
}

#message h3 {
    margin: 0 0 45px;
    font-weight: bold;
}

#message h3 span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 2px 5px;
    margin-left: -5px;
    background: linear-gradient(transparent 50%, #e8e396 0%);
    line-height: 1.3em;
}

#message p {
    font-size: 15px;
    line-height: 2em;
}

.message_img01 {
}

.message_img02 {
}

.message_img img {
    width: 100%;
}


/*  service  */

#service {}

.serviceContent {}

.serviceCover {
    margin-bottom: 60px;
    background: #eee;
}

.serviceContent .serviceCover:last-child {
    margin-bottom: 0;
}

.serviceBox {
    position: relative;
}

.service01 .serviceBox {background-color: #53868e;}
.service02 .serviceBox {background-color: #635680;}
.service03 .serviceBox {background-color: #826859;}
.service04 .serviceBox {background-color: #536d8e;}

.serviceNumber {
    position: absolute;
    right: 15px;
    bottom: 100%;
}

.service02 .serviceNumber,
.service04 .serviceNumber {
    right: auto;
    left: 15px;
}

.serviceNumber img {
    max-width: 50px;
}

.service-col {
    position: relative;
}

.service_img {}

.service_img .has-image {
    padding-bottom: 62%;
}

.service_text {
    padding: 30px 20px;
}

.service_text h4 {
    margin: 0;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}

.service_text p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 2em;
}


/*  example  */

.example {}

.exampleBox {}

.exampleBox img {}

.exampleBox h4 {
    margin: 20px 0;
    font-size: 16px;
}

.exampleBox p {}



@media screen and (min-width: 600px) {

    /*  urgentTel
    ------------------------- */
    
    #urgentTel {margin-bottom: 125px;}
    .urgentTelInner {padding: 40px 15px;}
    .urgentTelInner h3 {
        margin: 0;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        font-size: 18px;
    }

    .urgentTelInner h3 span {
        display: inline-block;
        padding: 0px 40px;
        background-color: #fff;
    }
    .telNumber {margin: 0;}
    .telNumber p {font-size: 42px;}
    .telNumber span {padding: 0 15px;}
    .telNumber small {font-size: 24px;}
    .telInfo p {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    .telInfo p a {font-size: 16px;}
    .service_text {padding: 30px 15px;}

}



@media screen and (min-width: 992px) {


    /*  common
    ------------------------- */

    .pad-col1 {
        padding-left: 8.333%;
        padding-right:  8.333%;
    }
    
    .pad-col2 {
        padding-left: 16.666%;
        padding-right:  16.666%;
    }
    
    .pad-col3 {
        padding-left: 25%;
        padding-right:  25%;
    }

    .row-eq-height {
        display: flex;
        flex-wrap: wrap;
    }

    .xs-mg-bottom0,
    .xs-mg-bottom15,
    .xs-mg-bottom30,
    .xs-mg-bottom50 {margin-bottom: 0px;}

    .md-mg-bottom0 {margin-bottom: 0px}
    .md-mg-bottom15 {margin-bottom: 15px}
    .md-mg-bottom30 {margin-bottom: 30px}
    .md-mg-bottom50 {margin-bottom: 50px}


    /*  header
    ------------------------- */

    header {margin-top: 50px;}
    .l_logo img {width: 255px;}
    #mainNav {top: auto;bottom: 0;}
    .l_logo p {
        font-size: 12px;
        margin-bottom: 0;
        padding-top: 10px;
        padding-left: 30px;
    }
    .menu-trigger {padding: 6px 15px;font-size: 14px;}


    /*  mainmenu */

    #navArea {
        width: 50%;
    }

    .navClose {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }

    .close_icon {
        width: 50px;
        height: 50px;
        top: 30px;
        right: 30px;
        left: auto;
    }


    /*  footer
    ------------------------- */

    #footermanu ul li:nth-child(n+0) {
        border-right: solid 1px #535353;
    }

    #footermanu ul li:nth-child(4),
    #footermanu ul li:nth-child(8),
    #footermanu ul li:nth-child(9) {
        border-right: none;
    }



    /*  page-common
    ------------------------- */

    main {margin-top: 50px;}
    .section {margin-bottom: 50px;padding: 50px 0;}
    .sectionTitle h3 {font-size: 30px;}
    .sectionInfo {margin-bottom: 80px;}
    .sectionSubTitle {margin-bottom: 60px;}
    .sectionSubTitle h4 {font-size: 24px;}

    /*  page-hero */
    
    .pageHero {
        margin-bottom: 100px;
        position: relative;
    }
    
    .pageHero_text {
        position: absolute;
        top: 80px;
        left: 0;
        min-width: 330px;
        text-align: left;
        z-index: 5;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        background: none;
        padding: 0;
    }
    
    .pageTitle {
        overflow: hidden;
    }
    
    .pageTitle::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: rgba(0,0,0,.6);
        z-index: 10;
    }
    
    .pageTitle h2 {
        position: relative;
        bottom: -2em;
        margin: 0;
        margin-top: 10px;
        padding-left: 30px;
        padding-bottom: 15px;
        font-size: 30px;
        line-height: 1;
        font-weight: bold;
        color: #000;
    }
    
    .pageSubTitle {
        overflow: hidden;
    }
    
    .pageSubTitle span {
        position: relative;
        top: -3em;
        display: block;
        margin-top: 4px;
        padding-top: 20px;
        padding-left: 30px;
        line-height: 1;
        color: #c9c9c9;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }
    
    .pageHero_img {
        padding-left: 16.666%;
    }
    
    .pageHero_img img {
        position: relative;
        width: auto;
        left: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    
    /*  page-hero animation */
    
    .hero_img {
        position: relative;
    }
    
    .pageTitle::after {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
    }
    
    .pageTitle.do_action::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    
    .pageTitle h2,
    .pageSubTitle span {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .pageTitle h2.do_action {bottom: 0;}
    .pageSubTitle.do_action span {top: 0;}
    
    .pageHero_img {
        position: relative;
    }
    
    .pageHero_img:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -1%;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        width: 100%;
        height: 102%;
        background-color: #fff;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
    }
    
    .pageHero_img.do_action:before {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }



    /*  urgentTel
    ------------------------- */

    .urgentTelInner {padding: 40px;}



    /*  page-flont
    ------------------------- */

    #hero {margin-bottom: 100px;}
    .hero_img {width: auto;height: auto;padding-bottom: 0;background: none;}
    .hero_img img {
            display: inline-block;
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
            max-width: 920px;
            height: auto;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
    }
    .hero_text01 {left: 0px;padding-top: 80px;}
    .hero_text01 p {padding: 15px 30px;font-size: 24px;}
    .hero_text02 {bottom: -20px;left:auto;right:20px;}
    .message_img01 {margin-top: -82px;}
    .message_img02 {position: absolute;bottom: -82px;}

    #message {margin-bottom: 100px;}
    .service-col {width: 50%;float: left;}
    .service_text {padding: 40px;}
    .service_text p {margin-bottom: 15px;font-size: 15px;}

    

}



@media screen and (min-width: 1200px) {


    /*  footer
    ------------------------- */

    #footermanu ul li:nth-child(n+0) {
        border-right: solid 1px #535353;
    }

    #footermanu ul li:nth-child(5),
    #footermanu ul li:nth-child(9) {
        border-right: none;
    }

    .telNumber p {font-size: 48px;}
    .telNumber small {font-size: 30px;}
    .telNumber span {padding: 0 25px;}

}


