body{
    font-family:Avenir, Helvetica , Arial , Verdana , Roboto ,
        "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ==========================================================================
   Layout
   ========================================================================== */

#wrapper{
    background: #fff;
    color: #222;
    overflow: hidden;
}

#header{
    border-bottom: 1px solid #1EB9EE;
    line-height: 14px;
}

#the-header{
    padding: 20px 0;
    background: #1EB9EE;
    color: #fff;
}

@media (max-width: 767px)
{
    #header{
        margin-top: 0;
    }
}

@media (min-width: 768px)
{
    #header #the-subline{
        padding-top: 40px;
    }
}

#the-logo img {
    width: auto;
    
    height: 110px;
}

#the-header a{
    color: #fff;
}

#the-header a:hover{
    text-decoration: none;
}

#header span.divider{
    display: inline-block;
    padding: 0 7px;
}

#nav-header{
    padding-top: 53px;
    font-size: 22px;
    text-align: right;
}

#global-navs {
    background: #fff;
    color: #000;
    padding: 10px 0;
}

#global-navs a{
    color: #222;
}

#global-nav > li{
    display: inline-block;
}

#global-nav .dropdown-menu{
    max-width: 120px;
    min-width: 0;
    width: 115px;
    text-align: center;
}

#global-nav .dropdown-menu>li>a{
    padding: 10px 20px;
}

@media (min-width: 768px)
{
    #global-nav{
        float: left;
    }
    #global-app-nav{
        float: right;
    }
}

#global-app-nav li{
    border-radius: 5px;
}

#header .the-application a,
#header .the-application a:hover{
    background-color: #FB8B2C;
    color: #fff;
}

#slider-container .slick-dots{
    bottom: 20px;
}

#slider-container .slick-dots li button:before,
#slider-container .slick-dots li.slick-active button:before{
    color: #fff;
}

#slider-container img{
    width: 100%;
    height:auto;
}

@media (max-width: 991px)
{
    #global-navs{
        text-align: center;
    }
    #global-nav{
        margin-bottom: 15px;
        float: none;
    }
}

#slider-container{
    border-bottom: 80px solid #1EB9EE;
}

@media (max-width: 767px)
{
    #the-header{
        text-align: center;
    }
    
    #global-app-nav{
        text-align: right;
    }
    
    #global-app-nav li{
        float: none;
        display: inline-block;
    }
    
    #slider-container{
        border-bottom-width: 20px;
    }
    
    #slider-container .slick-dots{
        bottom: 5px;
    }
}

#footer{
    border: 1px solid #1EB9EE;
    padding: 20px 0 40px 0;
    margin-top: 40px;
}

#footer a{
    color: #222;
}

#footer-nav{
    text-align: center;
    margin-bottom: 40px;
}

#footer-nav > li{
    display: inline-block;
}

#footer #rights{
    margin-bottom: 30px;
    font-size: 70%;
}


/* ==========================================================================
   Layout
   ========================================================================== */

.container{
    max-width: 1048px;
    
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 767px)
{
    .container{
        border-left: 0;
        border-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px)
{
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.text-strong{
    font-size: 140%;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 ProN W6", "HiraMinProN-W6" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    
    margin: 40px 0;
}
.text-strong img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px)
{
    .text-strong br{
        display: none;
    }
}


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

#main .about-campaign{
    text-align: center;
    margin-bottom: 30px;
}

#main #the-first{
    text-align: center;
}

#main #the-first .page-content-container > div{
    margin-bottom: 30px;
}

#main #the-first .examples {
    margin-bottom: -30px;
}

#main #the-first .examples .col-xs-12{
    margin-bottom: 30px;
}

#main #the-first .examples .col-xs-12 img{
    width: 100%;
    height:auto;
}


#main #the-msg .page-content-container > div{
    margin-bottom: 30px;
}

#main #the-msg .questions{
    margin: 40px -500%;
    padding:60px 500%;
    overflow: hidden;
    background: #343434;
}

#main #the-msg .question 
{
    margin-bottom: 40px;
}

#main #the-msg .question img,
#main #the-msg .flow img{
    width: 100%;
    height:auto;
}

#main #the-msg .flow .row{
}

#main #the-msg .flow .col-sm-1{
    padding-top: 8.5%;
    margin-left: 2.04444444%;
    margin-right: 2.04444444%;
}

@media screen and (max-width: 767px)
{
    #main #the-msg .flow .col-xs-12{
        max-width: 80%;
    }
}

#main #the-msg .but{
    margin: 50px 0;
    text-align: center;
}

#main #the-msg .examples{
    margin: 50px 0;
}

#main #the-msg .example{
    margin-bottom: 15px;
}

#main #the-msg .example:first-child,
#main #the-msg .example:last-child{
    padding-left: 15%;
}

#main #the-msg .example:nth-child(2){
    text-align: center;
}

#main #the-msg .example:nth-child(3){
    text-align: right;
}




#main #the-msg .whys{
    margin: 70px -500%;
    padding: 60px 500%;
    overflow: hidden;
    background: transparent url(../img/front/front_03_bg.png) repeat-x left bottom;
}

#main #the-msg .why {
    text-align: center;
}

#main #the-msg .why-detail .col-xs-12:first-child{
    padding-top: 80px;
}

#main #the-msg .why-detail .col-xs-12:last-child{
}

#main #the-msg .why img{
    width: 400px;
    max-width: 100%;
    height: auto;
}

#main #the-msg .then{
    margin: 100px 0 0 0;
}

#main #the-msg .then img{
    width: 100%;
    height:auto;
}

#main #the-msg .then2{
    margin: -40px 0;
    position: relative;
    z-index: 10;
    text-align: center;
}

#main #the-msg .then-list{
    margin: 0px -500%;
    padding:80px 500%;
    background: #ff0000;
    color: #fff;
    position: relative;
    z-index: 3;
}

#main #the-msg .then-list img{
    width: 100%;
    height: auto;
}

#main #the-msg .then-next{
    position: relative;
    z-index: 0;
    margin-top: -180px;
    text-align: center;
    margin-bottom: 60px;
}


#wrapper #container #main .start{
    margin: 0px 0 100px 0;
    text-align: center;
}

body.front #wrapper #container #main .start{
    margin-top: -20px;
}

#main #the-msg{
    border-bottom: 3px dotted #222;
    margin-bottom: 60px;
}


#main #the-benefit .page-content-container > h3,
#main #the-benefit .page-content-container > div{
    margin-bottom: 30px;
}

#main #the-benefit h3{
    text-align: center;
    margin-bottom: 60px;
}

#main #the-benefit .the-point{
    text-align: center;
    
    margin: 0px -500%;
    padding:10px 500%;
    background: #1EB9EE;
    color: #fff;
    
    margin-top: 40px;
    margin-bottom: 30px;
}

#main #the-benefit .the-services,
#main #the-benefit .the-service-price{
    text-align: center;
    margin: 30px 0;
}

#main #the-benefit .the-point img,
#main #the-benefit .the-service-price img{
    width: 100%;
    height:auto;
}

#main #the-benefit .the-exceptional{
    background: #ff9288;
    margin: 20px -500%;
    padding: 20px 500% 40px 500%;
    border-top: 5px solid #ff4b30;
    border-bottom: 5px solid #ff4b30;
    
    text-align: center;
}

#main #the-benefit .the-exceptional h4{
    margin: 30px 0;
}

#wrapper #container #main #the-benefit .the-point-desc{
    margin-bottom: 60px;
}

#main #the-benefit .the-easy{
    margin: 60px 0;
}

#main #the-benefit .the-easy .media{
    margin: 0 0 70px 0;
}

#main #the-benefit .the-easy .media-object{
    margin-top: -55px;
}

#main #the-benefit .the-easy .the-point-desc3{
    text-align: center;
}

#main #the-benefit .the-security .the-point-desc img{
    width: 100%;
    height: auto;
}


#main #the-feature{
    margin-bottom: 50px;
}

#main #the-feature .the-content{
    border: 1px solid #1EB9EE;
    border-radius: 25px;
    padding: 25px 40px;
}

#main #the-feature .page-content-container > div{
    margin-bottom: 30px;
}

#main #the-feature h3{
    text-align: center;
    margin-bottom: 30px;
}

#main #the-feature .the-website-desc{
    margin: 20px 0;
}

#main #the-feature .to-detail{
    text-align: center;
    margin: 40px 0 10px 0;
}

#main #the-feature .to-detail a{
    display: inline-block;
    padding: 0 15px;
}


#main .the-env .whatis{
    text-align: center;
}

body.func-restaurant .funcs section .whatis{
    
    border-left: 7px solid #ff0000;
    padding-left: 15px;
}

body.func-restaurant .example-desc p{
    margin-bottom: 0;
}

#main #the-func-restaurant .page-content-container > div,
#main #the-func-gnavi .page-content-container > div,
#main #the-func-tabelog .page-content-container > div,
#main #the-func-hotpepper .page-content-container > div{
    margin-bottom: 20px;
}

#main #the-func-restaurant {
    margin: 60px 0;
    text-align: center;
    overflow: hidden;
}

#main .the-env .whatis,
#main #the-func-restaurant .whatis{
    background: #1EB9EE;
    color: #fff;
    padding: 20px 500%;
    margin: 20px -500%;
}

#main #the-func-restaurant .summary{
    margin: 60px 0;
}


#main #the-func-gnavi{
    padding-bottom: 50px;
    border-bottom: 3px dotted #222;
    margin-bottom: 50px;
}

#main #the-func-gnavi .whatis{
    margin: 40px 0 20px 0;
}

#main #the-func-gnavi .summary-desc-block{
    border: 2px solid #ff0000;
    margin-top: 20px;
}

#main #the-func-gnavi .summary-desc{
    background: #ff0000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

#main #the-func-gnavi .examples{
    margin: 40px 0;
    text-align: center;
}

#main #the-func-gnavi .examples.text-left{
    text-align: left;
}

#main #the-func-gnavi .feature{
    border-left: 30px solid #ff0000;
    border-right: 30px solid #ff0000;
    padding: 25px;
    margin-top: 20px;
}

#main #the-func-gnavi .feature .primary-one{
    margin-bottom: 30px;
}

#main #the-func-gnavi .feature .primary-one img{
    width: 100%;
    height: auto;
}

#main #the-func-gnavi .summary-desc-block .example-desc{
    max-width: 481px;
    margin: -10px auto 20px auto;
}

#main #the-func-gnavi .example-desc.text-left{
    text-align: left;
}

#main #the-func-gnavi .example-desc p{
    margin-bottom: 0;
}

#main #the-func-gnavi .examples p{
    margin-bottom: 15px;
}


#main #the-func-tabelog{
    padding-bottom: 50px;
    border-bottom: 3px dotted #222;
    margin-bottom: 50px;
}

#main #the-func-tabelog .whatis{
    margin: 40px 0 20px 0;
    border-left-color: #FF8A00;
}

#main #the-func-tabelog .bordered{
    border: 1px solid #000;
    padding: 10px;
}

#main #the-func-tabelog .examples.text-left{
    text-align: left;
}

#main #the-func-tabelog .example-desc.text-left{
    text-align: left;
}


#main #the-func-hotpepper{
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#main #the-func-hotpepper .whatis{
    border-left: 7px solid #24D541;
    padding-left: 15px;
    margin: 40px 0 20px 0;
}

#main #the-func-hotpepper .examples{
    margin: 40px 0;
    text-align: center;
}

#main #the-func-hotpepper .examples.text-left{
    text-align: left;
}

#main #the-func-hotpepper .example-desc{
    max-width: 481px;
    margin: -10px auto 20px auto;
}

#main #the-func-hotpepper .example-desc.text-left{
    text-align: left;
}

#main #the-func-hotpepper .feature{
    border-left: 30px solid #24D541;
    border-right: 30px solid #24D541;
    padding: 25px;
    margin-top: 20px;
}

#main #the-func-hotpepper .feature .primary-one{
    margin-bottom: 30px;
}

#main #the-func-hotpepper .feature .primary-one img{
    width: 100%;
    height: auto;
}



#main #the-func-salon .page-content-container > div,
#main #the-func-hpb .page-content-container > div{
    margin-bottom: 20px;
}

#main #the-func-salon {
    margin: 60px 0;
    text-align: center;
    overflow: hidden;
}

#main #the-func-hpb .about{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 500%;
    margin: 20px -500%;
}

#main #the-func-salon .whatis{
    background: #FB8181;
    color: #fff;
    padding: 20px 500%;
    margin: 20px -500%;
}

#main #the-func-hpb .whatis{
    border-left: 7px solid #FB8181;
    padding-left: 15px;
    margin: 40px 0 20px 0;
}


#main #the-func-salon .summary{
    margin: 60px 0;
}

#main #the-func-hpb{
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#main #the-func-hpb .summary-desc-block{
    background: #FFD0D0;
    border-radius: 5px;
    padding: 25px;
}

#main #the-func-hpb .summary-desc-block-content{
    max-width: 538px;
    margin: 0 auto;
}

#main #the-func-hpb .whatis{
    margin: 40px 0 20px 0;
}

#main #the-func-hpb .feature{
    padding-top: 25px;
}



#main #the-info-restaurant {
    margin: 60px 0;
    text-align: center;
    overflow: hidden;
}

body.info-restaurant .infos .about{
    background: #FF8511;
    color: #fff;
    padding: 20px 500%;
    margin: 20px -500%;
}

#main #the-info-restaurant .summary{
    margin: 60px 0;
}

#main #the-info-restaurant .summary .row{
    margin-bottom: 20px;
}

#main #the-info-restaurant .summary .row a{
    display: block;
    width: 100%;
    padding: 0px 10px;
    height: 110px;
    line-height: 110px;
    
    text-align: center;
    border-radius: 30px;
    background: #F8D47C;
    box-shadow: 1px 2px 2px #000;
}

body.info-restaurant .infos .page{
    margin-bottom: 80px;
}

body.info-restaurant .infos .page .about,
body.info-restaurant .infos .page .summary{
    text-align: center;
}

body.info-restaurant .infos .page .summary{
    margin-bottom: 40px;
    line-height: 60px;
}
body.info-restaurant .infos .page .summary:last-child{
    margin-bottom: 0;
    line-height: 2;
}


body.info-salon #why .summary{
    margin: 0 0 20px 0;
    text-align: center;
}

body.info-salon #why .the-answer{
    background: #CF2013;
    border: 3px solid #FF1200;
    color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

body.info-salon #why .then{
    margin: 40px 0;
    text-align: center;
}

body.info-salon #why .conclusions{
    background: #000;
    color: #fff;
    margin: 40px -500%;
    padding: 30px 500%;
    text-align: center;
}

body.info-salon #why .conclusions .head{
    margin-bottom: 30px;
}

body.info-salon #why .info-services{
    margin: 40px 0;
    text-align: center;
}

body.info-salon #why .info-services > div{
    margin-bottom: 20px;
}

body.info-salon #why .info-services img{
    width: 100%; height: auto;
}

body.info-salon #why .then-imp{
    margin: 40px 0 0 0;
    text-align: center;
}

body.info-salon #why .facts{
    background: #ff0000;
    color: #fff;
    margin: 40px -500% 120px -500%;
    padding: 40px 500%;
    text-align: center;
}

body.info-salon #why .fact-desc{
    margin-bottom: 40px;
}

body.info-salon #why .facts img{
    width: 100%; height: auto;
}

body.info-salon #the-benefit .summary{
    text-align: center;
}

body.info-salon #the-benefit .the-campaign{
    margin: 40px -500%;
    padding: 0 500%;
    background: #FFF100;
}

body.info-salon #the-benefit .the-campaign img{
    width: 100%; height: auto;
}

#the-qa .qa-block{
    border: 2px solid #E07B74;
    border-radius: 10px;
    padding: 20px;
}

#the-qa .qa-block h3{
    margin-top: -70px;
    text-align: center;
    padding-bottom: 40px;
}

#the-qa .qa-row{
    margin-bottom: 40px;
}
#the-qa .qa-row .q{
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 15px;
}
#the-qa .qa-row .the-label{
    font-weight: 700;
}
#the-qa .qa-row .a{
    line-height: 2;
}



#main #the-price .about{
    margin: 60px 0;
    text-align: center;
}

#main #the-price .the-services{
    margin-top: 40px;
    margin-bottom: 20px;
}

#main #the-price .the-services .col-sm-12{
    text-align: center;
}

#wrapper #container #main #the-price .start{
    margin: 40px 0 80px 0;
}

#main #the-price .price{
    text-align: center;
    padding: 25px;
    background: #FB8B2C;
}

#main #the-price .contact{
    text-align: center;
    padding: 25px;
    background: #C7F1FF;
}

@media (max-width: 767px)
{
    #main #the-price .the-services .col-xs-12{
        margin-bottom: 20px;
    }
}

body.func-restaurant .funcs section .about{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 20px 500%;
    margin: 20px -500%;
}


#main #the-company .about{
    margin: 40px 0;
}

#main #the-design .about{
    background: #1EB9EE;
    color: #fff;
    padding: 20px 500%;
    margin: 20px -500%;
}

#main #the-design h3{
    margin-top: 40px;
}

#main #the-fc .about{
    background: #1EB9EE;
    color: #fff;
    padding: 20px 500%;
    margin: 20px -500%;
}


#main #the-privacy .about,
#main #the-terms .about{
    margin: 40px 0;
}


#main #the-voice .page-content-container > div{
    margin-bottom: 30px;
}

#main #the-voice .examples{
    margin: 30px 0 0 0;
}

#main #the-voice .examples img{
    width: 100%;
    height:auto;
}

#main #the-voice .about{
    margin-top: 30px;
}

#main #the-voice .the-voice{
    margin-bottom: 20px;
}

#main #the-voice .the-voice .media{
}

#main #the-voice .the-voice .media-body{
    display: flex;
    align-items: center;
    height: 96px;
}

#main #the-voice .the-voice .body{
    clear: both;
    padding-top: 20px;
}



#main #the-campaign-2017-start .the-point{
    text-align: center;
    
    margin: 0px -500%;
    padding:10px 500%;
    background: #1EB9EE;
    color: #fff;
    
    margin-top: 40px;
    margin-bottom: 30px;
}

#main #the-campaign-2017-start .the-point:first-child{
    margin-top: 0;
}

#main #the-campaign-2017-start .the-point img,
#main #the-campaign-2017-start .the-services img{
    width: 100%;
    height: auto;
}

#main #the-campaign-2017-start .the-services{
    text-align: center;
    margin: 30px 0;
}

#main #the-campaign-2017-start .the-res-services{
    margin-bottom: 60px;
    border-bottom: 5px dotted #333;
    padding-bottom: 60px;
}

#main #the-campaign-2017-start .the-application{
    text-align: center;
    margin: 60px 0 60px 0;
}

#main #the-campaign-2017-start .the-steps .col-sm-4{
    padding-left: 5px;
    padding-right: 5px;
}

#main #the-campaign-2017-start .the-arrow{
    margin: 30px 0 0 0;
    text-align: center;
}

#main #the-campaign-2017-start .the-desc-one{
    margin-bottom: 30px;
}

#main #the-campaign-2017-start .the-desc-block{
    padding-bottom: 30px;
    border-bottom: 2px dotted #999;
    margin-bottom: 30px;
}

#main #the-campaign-2017-start .the-desc-block-last{
    border-bottom: 0;
}

#main #the-campaign-2017-start .the-try{
    text-align: center;
}