﻿/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #222;

}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: 0;
    margin: 0;
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #4fa33a;
}

.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    padding: 50px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;
    
    margin-bottom: 50px;
}
.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.polo-btn {
    display: block;
    color: #fff;
    /*border: 1px solid;*/
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
	/*background: #4dc100;*/
	height: 74px;
}
.polo-btn.app,
.polo-btn.app:hover{
	background: url(/assets/img/app-store.png) no-repeat center;
    background-size: contain;
}
.polo-btn.google,
.polo-btn.google:hover{
	background: url(/assets/img/google-play.png) no-repeat center;
    background-size: contain;
}
.polo-btn:hover{opacity:0.8}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
	padding: 0 20px;
    position: fixed;
    right: 0;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #daefcd;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 298px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted #4dc100;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
        color: #4ec100;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 350px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
        color: #4ec100;
    font-size: 3em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.close-btn:hover {
    color: #84FFB0;
}




/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader.gif') 
    no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
        background-color: rgba(255, 255, 255, 0.97);
	padding: 0px;
	box-shadow: 1px 1px 1px 1px rgba(221, 221, 221, 0.55);
}
.logo {
    color: #4dc100;
    font-size: 2.8em;
    line-height: 1.6;
    font-family: inherit;
	display: block;
	margin: 0;
    padding: 0;
}
#logo_menu {
    padding: 5px 0px;
	display: table;
    width: 100%;
}
.logo p{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;	
	padding-top: 5px;
	
}

#logo_menu  span {
    color: #4dc100;
    display: block;
	vertical-align: middle;
	font-size: 15px;

}

#menu-toggle {
    z-index: 1;
    font-size: 53px;
    float: right;
    border: 1px solid #4dc100;
    color: #4dc100;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #4dc100;
    border-color: #4dc100;
    color: #fff;
}
.f-b{
    width: calc(100% - 75px);
    display: table-cell;
    vertical-align: middle;
}
.header-b{
    vertical-align: middle;
    display: table-cell;
	width: 75px;
}
.header-b ul{
   margin:0;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
    background: url(../img/f-top.jpg);
    background-size: cover;
    padding-top: 80px;
    position: relative;
}

.headings {
    padding: 25% 0 30% 0;
    text-align: left;
	color: #4f4f50;
}
h1.wow.animated.fadeInDown.animated {
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 20px;
    color: #fc7e70;
    text-shadow: 1px 1px 1px #5d5d5d;
    text-align: center;
	padding: 0;
    margin: 0;
}
.headings h1 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 1.7;
}
.hand-container {
    max-height: 650px;
    overflow: hidden;
}
.iphone-hand {
    padding: 20px 30px 0px 30px;
}

.polo-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #4dc100;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Features
/////////////////////////////////////////////////////////////////////*/

.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}
.feature-box p {
    padding: 0px 20px;
}
.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
	text-align: center;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/


#gallery{
    background: url(/assets/img/characteristic.png) no-repeat;
	
    background-size: cover;

}

#screenshots .item{
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #fff;
    background: #4dc100;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#6ecba9;
}



/* ///////////////////////////////////////////////////////////////////// 
//  09 - Team Member
/////////////////////////////////////////////////////////////////////*/

.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
}
.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0px 3px;
    color: #fff;
}
.team-social li a {
    display: inline-block;
}
.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.team-member p {
    padding: 10px 10px 15px 10px;
}
.team-member h2 {
    font-size: 25px;
}
.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}
.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}
.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}
.github a i {
    color: #444;
    border-color: #444;
}
.github a i:hover {
    color: #fff;
    background-color: #444;
}


/* ///////////////////////////////////////////////////////////////////// 
//  10 - Testimonial
/////////////////////////////////////////////////////////////////////*/


#testimonial {
    background: url(../img/aaaimg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.review-star {
    text-align: center;
    color: rgb(255, 214, 0);
    font-size: 30px;
    padding-top: 20px;
}
.client-pic {
    /*padding: 0em 2em;
    max-width: 360px;*/
    margin: 0 auto;
	width: 430px;
}

.client-pics {
    margin: 0 auto;
}


.review-desc {
    font-size: 17px;
    font-weight: 100;
    font-style: italic;
    color: #fff;
    text-align: center;
	text-shadow: 1px 1px 1px #000;	
}
#testimonial .block-title {
    color: #fff;
}
#testimonial .block-title span {
    border-color: #fff;
}
p.client-name {
    float: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  11 - Subscribe Section
/////////////////////////////////////////////////////////////////////*/



#subscribe {
    /*background: url(../img/subs-bg.jpg);*/
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.susbcribe-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}
.container.subscribe-wrap {
    max-width: 600px;
}
#exampleInputEmail1 {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #01bc85;
    border-radius: 0px;
    box-shadow: none;
}
.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 34px;
    margin-top: 0px;
    background: #01bc85;
    box-shadow: none;
    border: 2px solid #01bc85;
    margin-left: -16px;
    color: #fff;
}
.subscribe-wrap .form-group {
    margin-right: -16px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  12 - Contact us Section
/////////////////////////////////////////////////////////////////////*/


.address {
    width: 30%;
    float: left;
    background: url(../img/gmap-bg.jpg);
    height: 640px;
}
.mailbox {
    width: 100%;
    float: left;
    background-image: url(../img/contact.jpg);
	background-size: 1920px;
    background-color: #222;
    padding-bottom: 111px;
    height: 640px;
}
.address .container {
    max-width: 100%;
}
.mailbox .container {
    max-width: 90%;
}
.address-list {
    list-style: none;
    padding: 160px 0px 70px 0px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: table;
}
.address-list li {
    font-size: 22px;
    padding: 0.5em 0;
    color: #fff;
    font-weight: 100;
}
.address-list li i {
    display: table-cell;
    background-color: blue;
    line-height: 1.8;
    width: 81px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}
.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.mailbox .container {
    margin-top: 225px;
    margin-bottom: 0px;
}
#contactForm input,#contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #00ceb8;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
    padding: 20px;
    height: auto;
}
#contactForm .form-group {
    margin-bottom: 25px;
}
#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}
.contact-submit {
    margin: 0 auto;
    margin-top: -38px;
    width: 160px;
    background: #fff;
    color: #00ceb8;
    border: 2px solid #00ceb8;
    font-size: 46px;
    padding: 0;
    margin: 0 auto;
    margin-top: -46px;
}
.contact-submit:hover {
    background: #00ceb8;
    color: #fff;
}
#contact {
    position: relative;
}
.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #fff;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6ecba9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6ecba9;
}


/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
        background: #4dc100;
    padding: 20px 0px 22px 0px;
}
.footer-logo {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}
.copyright {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
}
#footer span{
    color: #e9e9e9;
    display: block;
    margin-bottom: -24px;
}
.f-user img{
    width:100%;
}
.sidebar-nav a span{
    display: block;
    font-size: 20px;
}

.copyright a{
	color: #fff;
}

.link_topics{
	margin: 15px 0;
	text-align: center;
}

.link_topics a{
	color: #777;
}
/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;

    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
    padding: 200px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
	
	
	.review-desc{
	font-size: 15px;
	}
	


	
	
}




/*追加*/

*{
	list-style-type: none;
	text-decoration: none;
}

ol,ul{
	padding: 0
}

.Wrapper{
    width:100%;
    margin:20px auto;
}

/* Btn */
.Btn{
    width:auto;
    overflow:hidden;
	margin-bottom: 0;
}
.Btn li{
    width:50%;
    padding:30px 2%;
    float:left;
    text-align:center;
    cursor: pointer;
	font-size: 28px;
	color: #fff;
	
    background: rgb(204, 204, 204);
}




.row{
	margin: 0;
}





.sumaho-text {
    width: 75%;
    /* float: left; */
    display: table-cell;
    font-size: 17px;
    padding-right: 10%;
    margin: 12% 0px;
    vertical-align: top;
    text-align: left;
}


.sumaho-photo {
    display: table-cell;
    vertical-align: middle;
}

.sumaho-photo img {
    width: 100%;
}

.aaajapan {
    text-align: center;
	    font-size: 14px;
	margin: 20px 0;
}

#merit {
    border-top: 1px solid #ccc;
    border-bottom: 5px solid #ccc;
}


#features h3 span {
    display: block;
}


/*c-h*/


.c-h {
    background: #fff;
       border: 9px solid #4dc100;
    margin-top: 0px;
    padding: 1em 5em;
	    border-radius: 0 0 0.5em 0.5em;
	
}



#screenshots .item p {
   text-shadow: 1px 1px 1px #000;
	font-size: 15px;
}


#gallery h2 {
    text-shadow: 1px 1px 1px #000;
}


#testimonial h2 {
    text-shadow: 1px 1px 1px #000;
}





.c-h h4 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 0.3em 0;
}

.c-h h3 {
    font-size: 21px;
    border: 1px solid;
    width: 44%;
    padding: 0.5em;
    clear: both;
    text-align: center;
    margin: 0;
    box-shadow: rgb(221, 221, 221) 1px 1px 1px;
    background: rgb(255, 155, 53);
    color: #fff;
}
.use01,.use02,.use03,.use04 {
    padding: 2em 0;
}

.use01, .use02, .use03 {
    border-bottom: 1px solid #ddd;
}
 h3 {
    font-size: 24px;
    line-height: 1.3;
}


.contact-a {
    padding: 2em 0 4em;
	width: 80%;
    margin: 0 auto;
}


.contact-a li {
 
    margin-right: auto;
    margin-left: auto;

}

.contact-a li a.orderBtn,
.contact-a li a.documentBtn{ 

    font-size: 28px;
    letter-spacing: 3px;
    /* font-size: 17px; */
    color: #ffffff;
    text-shadow: 1px 1px 1px #ffab64;
    /*padding: 2em 0;*/
    background: #ff9b35;
    /*width: 80%;*/
    margin-right: 1%;
    margin-left: 1%;
    padding: 1em 0;
    width: 48%;
    text-align: center;
    box-shadow: 0px 4px #bb7d49;
    border-radius: 6px;
    display: block;
	float: left;
}
.contact-a li a.documentBtn{
	text-shadow: 1px 1px 1px #4dc100;
	background: #4dc100;
	box-shadow: 0px 4px #388c00;
}

.contact-a li a.orderBtn:hover{
	    background: rgba(255, 155, 53, 0.78);
}
.contact-a li a.documentBtn:hover{
	    background: #87d454;
}
	



.contact p{
	text-align: center;
	font-size: 19px;
}



h1.titleBg{
	text-align: center;
}

p.infoNote {

    padding: 1em;
    line-height: 1.5;
    color: #4f4f50;
	margin: 0;
}

h3.orderTitle {
    padding: 0;
    margin: 0;
    margin-top: 1em;
}


.information-a {
    border: 4px double #d4d4d4;
    background: #ffffff;
}


label.center {
    text-align: center;
}


label.center {
    text-align: center;
    width: 25%;
}


#form .center {
    margin: 1em 0;
}

input[type="submit"] {
    background: #ec6519;
    border: white;
    font-size: 22px;
    width: 20%;
    height: 2.5em;
    color: #fff;
    /* margin-bottom: 1em; */
}

form ul li {
    display: inline-block;
}

form ul li label {
    width: auto;
}

.required-a li {
    width: 50%;
}






.offi_regula {
    display: block;
    background: url(/assets/img/icon_1r_24.png) no-repeat 28% center;
    background-size: 20px 20px;
    /* padding: 0 0 0 24px; */
    font-size: 14px;
    /* margin-left: 30px; */
    margin-bottom: 30px;
    text-decoration: none;
    color: #4e92cc;
    line-height: 17px;
    margin-top: 10px;
    text-align: center;
}

.price{
    width: 60%;
    background: white;
    margin: 1em 20%;
    font-size: 1.5em;
	
}

.price li {
    border: 2px solid #d0d0d0;
    padding: 1em 0;
	text-align: center;
    margin-bottom: -10px;
}

.price li:last-child {
    border:none;	
}

#B2.active {
    background: #4dc100;
}

h3.h3 {
	color: #fff;
    line-height: 1.4;
    text-align: center;
	text-shadow: 1px 1px 1px #000;
}

.maru{
	width: 15%;
    display: table-cell;
	text-align: left;
	padding: 1%;
	
}

.maru02{
	display: table-cell;
    vertical-align: middle;
	    width: 50%;
	
}



.footer-pa {
    padding: 0 80px;
}


.banner-02 {
    display: table-cell;
    width: 74%;
}

.copy {
    vertical-align: middle;
    display: table-cell;
}




.banner-02 ul{
	text-align: left;
}

.banner-02 li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-align: center;

}
.banner-02 li a{
	font-size: 12px;
	color: #fff;
} 




.copy {
 
    vertical-align: middle;
    display: block;
}



	
	a:focus, a:hover {
    text-decoration: none;
    color: #4fa33a;
}


@media all and (min-width: 980px) {
	
	
	.ffb {
    display: none;
}
	
	
	
	
	
	
	#testimonial{

    background-attachment: fixed;

}

	
	
	
	#banner {

    background-attachment: fixed;

}

	
	#gallery {
background-attachment: fixed; 
}

	
	.merit .items {
    width: 33%;
    float: left;
}
	.items img{
		width: 300px;
		height: auto;
	}
	
		.face-cube-about p{
		font-size: 18px;
		padding: 10px 0;
	}
	
h2 {
    font-size: 30px;
    font-weight: 100;
    font-family: initial;
	text-align: center;
}
	
	h2.h2 {
    color: white;
}
	
	.col-md-4 {
    width: 25%;
}
	

	
	.sumaho-text p {
    line-height: 1.5;
 
	
	}
	
	h2.orderTitle {
    background: #4dc100;
    border-radius: 0.4em;
    padding: 0.3em;
    font-size: 17px;
    color: #fff;
    margin: 2em 0;
    /* font-size: 10px; */
}
	
	
	.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 16px;

}
	
	
.sidebar-nav li {
    text-indent: 0px;
    line-height: 31px;
   border-bottom: 1px dotted #727171;
}
	
	.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    padding: 15px 15px;
}
	
	
	h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
}
	
	

	.bot_counsbtn {
    display: none;
}
	


	/*ヘッダー*/
	
.header-b ul{
    width: 100%;
    text-align: center;
	margin: 0;
    padding: 0;
	   
}
	
	.header-b li {
    display: table-cell;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: middle;
	padding-top: 5px;
}
	
	.header-b li a{
	color: #333;
	display: block;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
	}
	
			

	.header-b li.account a{
	color: #fff;
	background: #4dc100;
    padding: 0.5em;

	
	
	
}
	
	.sumaho-footer {
    display: none;
}
	
		#user .sumaho-photo img{
		display: none;
	}
	
	
	.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
}
	
	
	
	
	
}


@media all and (max-width: 1200px) and (min-width: 980px) {
	
	
	.banner-02 {
    display: table-cell;
    width: 60%;
}
	
	.banner-02 ul{
		text-align: center;
	}
	
	
	.f-b {
    display: table-cell;
}
	
	.banner-02 li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-align: center;
}
	
	
	
	.copy {
    display:block;
}
	
	
	.copyright {
    text-align: center;

}
	
}

@media all and (max-width: 979px) {
	
	
	.polo-btn {

    font-size: 30px;

}

	
	#logo_menu img {
    height: 52px;
}

	
	#sidebar-wrapper {

    padding: 0 10px;
    margin-right: -250px;
 
}
	
	
	.sidebar-nav {

    width: 230px;
    
}
	
	
	#sidebar-wrapper.active{
	right: 250px;
    width: 250px;
		
	}
	
	
	.sidebar-nav li {
    background: url(../img/menu-mark.png) no-repeat top 34px right;
    background-size: 30px;
    line-height: 33px;

}
	.sidebar-nav li a {
    line-height: 1.5;
    font-size: 14px;
    padding: 20px 0;
    /* margin-bottom: -8px; */
}
	.sidebar-nav a span {

    font-size: 14px;
}
	
	
	.s-m span {
    display: block;
}
	
	.h3 {
    font-size: 19px;
}
	
	
	.client-pic{
	width: 100%;
		
	}
	
	
	.ffa {
    display: none;
}
	
	
	
	
	

	
.banner-02{
	display: block;
	}
		
.banner-02{
    width: 100%;
	}
	
.copy{
    display: block;
	margin-bottom: 17%;
	}
	
.banner-02 ul{
    text-align: center;
	}
.banner-02 li{
	margin: 0px 0 15px 0;
	display: block;
	}
	
.banner-02 li a{
	font-size: 16px;
	}
	
.slidedown {
    font-size: 50px;
    color: #4dc100;
    position: absolute;
    bottom: -6%;
    left: 45%;
    margin: 0;
    z-index: 99;
    cursor: pointer;
    padding: 0;
}
	
h1.wow.animated.fadeInDown.animated {
    padding-bottom: 0;
    font-size: 25px;
    text-shadow: 1px 1px 0px #ffffff;
    color: #fb8071;
}
	
.headings h1 {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 1.7;
}
	
	
#testimonial {

    background-position: center;
}

		
h2.orderTitle {
    background: #4dc100;
    border-radius: 0.4em;
    padding: 0.3em;
    font-size: 17px;
    color: #fff;
    margin: 2em 0;
    /* font-size: 10px; */
}
		
.review-desc{
	font-size: 15px;
	text-align: start;
	}
	
.step li {
    width: 100%;
    float: left;
    margin-right: 0;
	margin-bottom: 17px;
}
.maru {
    width: 100%;
    display: block;
    padding: 0;
}
.maru02 {
    display: block;
    width: 100%;
}
.logo {
    font-size: 1.5em;
    text-shadow: 1px 1px 0px #ffffff;

}
.contact{
     padding: 0 15px;
}
	
	
#banner {
	padding-top: 0;
	 background-position: center;
  
}
	
	
.face-cube-about p{
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0;
	}
	
.Wrapper span img {
    width: 72%;
    height: auto;
}
	
.block-title {

   padding: 0 10px; 

}
	
.f-b .col-xs-6 {
    width: 87%;
}
	
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;

}
	
.aicon .col-xs-6 {
    width: 20%;
    float: right;
	padding: 0;
	margin: 0;
}

.f-user img {
    width: 100%;
}
.items img {
    width: 100%;
}
	
#form {
    width: 100%;
}
	
	
	
	
.headings p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 1.7;
}
	

	
.price li {
    border: 2px solid #d0d0d0;
    padding: 1em;
    margin-bottom: -10px;
    width: 100%;
}
	
	
.price {
    width: 100%;
    background: white;
    /* margin: 1em 20%; */
    font-size: 1.5em;
    /* padding: 10px 0; */
    box-sizing: border-box;
	margin: 0;
}
	
	
.h2, h2 {
    font-size: 21px;
    line-height: 1.5;
	text-align: center;
}
	
	
.c-h {

    margin-top: 0px;
    padding: 10px;
}
	
.sumaho-photo{
	display: block;
	}
	
	
	
.c-h h3 {
	width: 100%;
}
	
	
.offi_regula {

    background: url(/assets/img/icon_1r_24.png) no-repeat left top;
    display: block;
    background-size: 20px 20px;
    padding: 0 10px 0 29px;
    font-size: 14px;
    margin-bottom: 30px;
    text-decoration: none;
    color: #4e92cc;
    line-height: 17px;
    margin-top: 10px;
}
	
	
.Btn li{
		font-size: 18px;
	}
	
.c-h h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
	padding-bottom: 0;

}
	
	
form input[type="text"] {
    width: 95%;
    box-sizing: border-box;
}
	
	
form ul li {
    display: block;
    text-align: left;
    padding-left: 5%;
    /* display: inline-block; */
}
	

form label {
    display: inline-block;
    text-align: left;
    width: 100%;
}
	
	
form select {
    width: 74%;
}
	
label.center{
		    text-align: center;
    width: 68%;
	}
	
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 1em 0;
    /* box-sizing: border-box; */
    height: auto;
}
	
.sumaho-text p {
    line-height: 1.5;
    font-size: 16px;
    padding: 0;
}

.sumaho-photo img {
    width: 100%;
	width: 33px;
}

.sumaho-text {
    width: 77%;
    /* float: left; */
    display: table-cell;
    font-size: 17px;
    margin-right: 0;
    margin: 12% 0px;
    vertical-align: middle;
    text-align: left;
	padding: 0;
}
	
.bot_counsbtn {
    display: block;
    width: 100%;
    background: #ff9b35 url(/assets/img/texch-03.png) center top repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 9px 0px #a04204;
}
	
.bot_counsbtn img{
		width: 100%;
	}
	
	
	
.contact {
    display: none;
}
	
.aaajapan {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #f3f3f3;
}
	

	
	
.headings {
    padding: 25% 0 10% 0;
}
#testimonial h2{
    color:#fff;
}
	
	#menu-toggle {
    z-index: 1;
    font-size: 53px;
    float: right;
    border: 1px solid #4dc100;
    color: #ffffff;
    background: #4ec100;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}

.aicon{
	display: table-cell;
    vertical-align: middle;
	
}	
	.f-b{
	display: table-cell;
	width: 100%;
	}
	
	
.sumaho-footer{
    padding-bottom: 25px;
}

.sumaho-footer a {
    display: block;
    border-bottom: 1px dotted #fff;
}
	
	.aaajapan{
		margin: 0;
	}
	
	
	#user .sumaho-photo img{
		width: 100%;
	}
	
	.f-user img {
    display: none;
}
	
	
	
	li.sumaho-roguin {
    display: none;
}
	
	
	.f-b {
    vertical-align: middle;
}	
}




@media all and (max-width: 640px) {	

h2 span{
   display:block;
}
	
#user span {
    display: block;
}	
#features span {
    display: block;
}	
	
.block {
    padding: 3% 0 0;
}
.face-cube-about{
    padding: 0 16px;
    text-align: start;
}
.title-box {
    margin-bottom: 10px;
}
.feature-box {
    padding: 14px 0px;
}
.customNavigation {
    margin-bottom: 26px;
}
#subscribe {
    padding: 0 ;
}
.contact-a li a {
    width: 100%;
	font-size: 20px;
}
#gallery {
    margin-top: 16px;
}
.step-02 h3 br{
    display:none;	
}
.title-box h2 span{
    display:block;
}
.use01, .use02, .use03, .use04 {
    padding: 3% 5%;
}
.img_res {

    margin: auto;
}


}





/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }

.logo p {
padding-top: 10px;	
padding-left: 10px;
}
.headings p br{
	display:none;
}
	

.logo {
    font-size: 1.7em;
}	
	
}



@media all and (max-width: 369px) {
	.logo p {
    padding-left: 20px;
    font-size: 16px;
}
	#menu-toggle{
	font-size: 35px;
}
	
	

}



#logo_menu  img{
	float: left;
    height: 65px;
}

.f-b .col-xs-6 p {
	padding-top: 0.2em;
	color: #4dc100;
	padding-left: 1em;
	margin: 0;
	
}




.step p {
	text-align: left;
}

p.step-p{
	text-align: center;
	
}


label.l_Cel{
	display: inline-block;
    text-align: left;
    width: 50%;
}



.check {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}


input.btn-back{
	    font-size: 22px;
    height: 2.5em;
    width: 20%;
    border: none;
    margin: 30px;
    /* border-radius: 4px; */
    color: #222;
    background: #aaa;
    cursor: pointer;
}
@media all and (max-width: 979px) {
	#logo_menu img {
    height: 52px;
}
}
@media all and (max-width: 500px) {
	#logo_menu img {
    height: 40px;
}
}