/* Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/

/* Default Link Color */

a, .la-ball-triangle-path {
    color:#1e4575;
}

a:hover, #header.nav-solid nav a:hover {
    color:#395475;
}

/* Default Icon Color */

.icon i {
    color: #dd77ff;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #1e4575;
}

.pricing-block-content:hover {
    border-color:#395475;
}

.price-block-content:hover {
    border-color:rgba(255, 0, 0, 0);
}

/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#c9bf9d;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #295AA0;
    border-color: #295AA0;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    /*background-color:#1e4575;*/
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color: #272727;
}

.safty-color, .safty-color, .safty-color{
    color: #fff;
    font-size: 4px;
}

.section-heading h2:after {
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("/images/banner-images/main3.jpg") no-repeat center top;
    background-size:cover;
}

#banner_g {
    background: url("/images/banner-images/main4.jpg") no-repeat center top;
    background-size:cover;
}
/*
#banner_lp {
    background: url("/images/banner-images/main1.jpg") no-repeat center top;
    background-size:cover;
}

#banner_lpg {
    background: url("/images/banner-images/main2.jpg") no-repeat center top;
    background-size:cover;
}
*/
#sub_banner {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image:url("/images/banner-images/main1.jpg");
    background-size: cover;
    width: 100%;
    height: 100px;
    padding-top: 62.5%;

}

#top_banner {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image:url("/images/banner-images/main2.jpg?1");
    background-size: cover;
    width: 100%;
    height: 100px;
    padding-top: 62.5%;

}

.img-title {
    position: relative;
}

.img-service {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin: 10px;
}

.img-title img {
    width: 100%;
}

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/

/* Banner Typography */

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-weight: 400;
    font-size: 12px;
    color:#f5f5f5;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:300;
    color: #f3f3f3;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 22px;
    font-weight:700;
    color:#111;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-size: 16px;
    font-weight:400;
}

h2 {
    /*font-size: 25px;
    font-weight:300;*/
    font-size: 16px;
    font-weight:400;
    color:#111;
}

h3 {
    font-size: 16px;
    font-weight:400;
    color: #111;ギャラ飲み容姿重視、ギャラ飲みアプリの中で、ギャラ飲み相場は比較的安いです。ギャ
}

h4 {
    /*font-family: 'Open Sans', sans-serif, Arial, Helvetica;*/
    font-size: 18px; 
    font-weight:400;
    color:#f5f5f5;
}

h5 {
    /*font-family: 'Open Sans', sans-serif, Arial, Helvetica;*/
    font-size: 16px; 
    font-weight:400;
    color:#111;
}

h6 {
    /*font-family: 'Open Sans', sans-serif, Arial, Helvetica;*/
    font-size: 12px;
    font-weight:400;
    color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#f5f5f5;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#f5f5f5;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#395475;
    color:#395475;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color: #f5f5f5;
    background:#5B5B5B;
}

#pr-footer, #pr-footer p, #pr-footer a {
    font-size:10px;
    font-weight:normal;
    color: #272727;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}