/*
Theme Name: juza_lp
Theme URI: https://cleanblog.lebcit.tk/clean-blog/
Author: LebCit
Author URI: https://lebcit.tk
Description: The Clean Blog is a carefully styled Bootstrap blog theme, without sidebars, that is perfect for personal or company blogs. - Fully Responsive, with a Modern Design and a Distraction Free blog text optimized for legibility with a menu bar interface that conveniently appears when you scroll up ! - Defined featured image of a post or page turns into a responsive full screen custom parallax header background image ! - Galleries are displayed in a responsive touch-friendly image lightbox when images are linked to their respective media file. - The fixed/revealed footer displays social links controlled by the Customizer, and a dynamic copyright information line, based on your Site Title and the year's date of your first and last posts. The new improved navigation with one sub-menu depth on desktop and mobile can hold 5 main items and 5 children items on desktop. No limitation of items on mobile.
Version: 17.06.26
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-clean-blog
Tags: blog, custom-background, custom-menu, editor-style, featured-image-header, one-column, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Clean Blog is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
        ## Posts
        ## Pages
# Comments
# Widgets
# Infinite scroll
# Media
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    /*font-size: 0.9375rem;*/
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc !important;
    margin: 1.5em 10px !important;
    padding: 0.5em 10px !important;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.6em;
}
blockquote p {
    display: inline;
    color: #AA1F58;
}
q {
    quotes: "«" "»" "‹" "›";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle:before {
    content: "\2630";
    display: inline-block;
    margin-right: 5px;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

.content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
}

.site-main {
    margin: 0;
}

.site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%;
}

.site-footer {
    clear: both;
    width: 100%;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## landing
--------------------------------------------------------------*/


.index{
    background-color: #ffffff;
}

.indexin{
	text-align: center;
    padding: 30px 10px;
}

.container-lp {
    width: 100% !important;
	 margin-right: auto !important;
    margin-left: auto !important;
}


#content, .container-lp {
margin-right: 0px !important;
    margin-left: 0px !important;
}

.indexin:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 50px solid transparent;
    border-top-color: #ffffff;
    left: 50%;
    margin-left: -50px;
    margin-top: 20px;
}

.lpcontent {
    max-width: 1020px;
    padding: 110px 0 90px;
    margin: auto;
}
.check {
    background-color: #ffffff;
    padding: 60px 55px 35px;
    margin: auto;
    max-width: 800px;
}
ul {
    list-style-type: none;
    padding-left: 0;
}

.lpicon {
    font-size: 23px;
    padding-right: 5px;
    color: #e8132b;
}
.number {
    float: left;
    font-size: 40px;
    font-weight: 700;
    width: 15%;
}

body, h1, h2, h3, h4, h5, h6, p, li, ul, a, span, table, tr, th {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Sans-Serif !important;
}
    

.infotext {
    float: right;
    border-left: solid 2px #2f2f2f;
    width: 85%;
    padding: 0 25px;
    margin-top: 12px;
}

.infotext h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 130%;
    margin-bottom: 20px;
}

.infotext p {
    font-size: 17px;
    text-align: justify;
}

p {
    margin: 0 0 10px !important;
}


.info {
    margin-bottom: 130px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.q_title{
    background-color: #ec5674;
    padding: 8px 40px 11px;
    color: #ffffff;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-weight: bold;

}

.q_title:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 27px solid transparent;
    border-top-color: #ec5674;
    left: 50%;
    margin-left: -27px;
    margin-top: -5px;
}




.q_titleb{
    background-color: #bf9c51;
    padding: 8px 40px 11px;
    color: #ffffff;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-weight: bold;

}

.q_titleb:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 27px solid transparent;
    border-top-color: #bf9c51;
    left: 50%;
    margin-left: -27px;
    margin-top: -5px;
}





.q_content {
    padding: 0 15px;
    margin-bottom: 60px;
}

.q_content p {
    margin-bottom: 0 !important;
    font-size: 17px;
    text-align: justify;
}

.qt {
    font-size: 25px;
    font-weight: 700;
    padding-right: 5px;
}

.q_text {
    background-color: #ffffff;
    padding: 21px 40px 26px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.centertext{
font-size: 22px;
    max-width: 980px;
}

.lp_comment {
    background-color: #fff;
    padding: 30px;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.lp_commentbox {
    margin-bottom: 50px;
}

.lp_comment_img img{
    border-radius: 50%;
    height: 145px;
}

.lpcomment {
    margin-top: 5px;
}

.box1{
    background-color: #ffe69c;
	background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box2{
    background-color: #ffd3d3;
	background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box3{
    background-color: #f7da9c;
	background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box4{
    background-color: #fff8ee;
	background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box5{
    background-color:  #f9cdcd;
	background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box6{
    background-color: #f5f5f5;
	background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box7{
            background-color:#ffe2b1;
background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box8{
        background-color: #ece6c7;
background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}
.box9{
        background-color: #ece6c7;
background-image: url(https://bridalcard.jp/wp-content/uploads/2017/10/dot.png);
}


.return {
    float: right !important;
}
/*
.lpcontent p {
    margin-top: 5px;
    font-size: 19px;
    line-height: 164%;
}
*/
.lp_list {
    margin: auto;
    max-width: 1054px;
    padding: 135px 20px;
    min-height: 290px;
    text-align: center;
}

.cloms2 {
    width: unset;
    height: auto;
    padding-bottom: 5px;
}



.truncate {
    font-size: 20px;
    color: #414141;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 100;
    line-height: 1.4;
}

.item-detail {
    padding: 30px 30px 20px;
    background-color: #ffffff;
}

.item-detail h3 {
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    font-size: 27px;
    font-weight: 700;
    float: left;
}



.lp_btn {
    float: right;
padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
background-color: #ff5770;
    color: #ffffff;
    border-radius: 6px;
}
.lp_btn:visited {
    color: #ffffff;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.box7 .centertext {
    text-align: center;
    font-size: 19px;
    padding: 20px;
    line-height: 160%;
    margin: auto;
}

.check li {
    font-size: 19px;
    color: #383838;
    padding-bottom: 20px;
}

.box2 p{
/*font-size: 15px;*/
}

.box4 p{
/*font-size: 15px;*/
}


.box5 p,.box6 p,.box9 p{
font-size: 17px;
}
.q_title p{
font-size: 20px;
}
.q_titleb p{
font-size: 20px;
}
.item_list_content img {
    width: 100%;
}

.box2 h3 {
    font-size: 21px;
}

.itemss {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10%;
}

.pointcenter {
    padding: 30px;
    text-align: center;
}
.pointcenter img {
    border-radius: 150px;
    width: 200px;

}

.points {

    padding-right: 30px;
    padding-left: 30px;
}
.points h3{
text-align: center;
}

.points p{
padding-left: 30px;
    padding-right: 30px;
margin-top:20px !important;
}
.marker_yellow {
    background: linear-gradient(transparent 60%, #ffff66 0%);
}

.cb-logo img {
    margin-top: 5% !important;
	width:30%;
}
.index-text{
text-align: center;
}

.index-text-s {
    font-size: 15px !important;
}
.pline{
    text-decoration: line-through;
color: black;
}
.price{
color:red;
}



.marker_red {
    background: linear-gradient(transparent 60%, #ffd3db 0%);
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.lp_comment::before {
    content: ' ';
    height: 0px;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-right-color: #ffffff;
    left: -7%;
    margin-left: 20px;
    margin-top: 5px;
}
.strike i {
    font-size: 25px;
}



.headerpick {
    position: relative;
}


/*--------------------------------------------------------------
## section
--------------------------------------------------------------*/

.section-boxed{

max-width: 1200px;
    margin: 90px auto;
padding: 0 3%;
}


.section-full-width {
    position: relative;
    overflow: hidden;
}


.section-dark-bg {
    position: relative;
    background-color:#252525;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}


.parallax-fixed .full-bg-image {
    background-attachment: fixed;
}


.full-bg-image {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}


.headerbox a {
    font-size: 90px;
/*font-family: Great Vibes,Arial,sans-serif !important;*/
font-family: 'Pacifico', cursive !important;
    font-weight: 400;
    color: #fff !important;
    position: relative;
}
.headerbox {
    margin-top: -100px;
}


.section-dark-headerbox {
    position: relative;
   /* background-color: rgb(0, 0, 0);*/
	background-color:#252525;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
.aboutbox-text {
       color: #fff;
    font-size: 20px;
    text-align: center;

}
/*--------------------------------------------------------------
## section end
--------------------------------------------------------------*/

.entry-title a {
    font-size: 160px;
    font-family: Great Vibes,Arial,sans-serif !important;
    font-weight: 400;
    color: #c8ba7b !important;
}
/*--------------------------------------------------------------
## topnavi
--------------------------------------------------------------*/
header.cb-nav, header.cb-nav.is-fixed.is-visible {
    background-color: rgb(255, 200, 83) !important;
}

header.cb-nav.is-fixed.is-visible {
    border: none !important;
}

header.cb-nav.is-fixed {
    position: fixed;
    top: -80px;
    background-color: #33414a;
    border-bottom: 1px solid #33414a;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.is-fixed {   
border: none !important;
}


.stripe-button-el, .stripe-button-el span {
       box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
    background-color: #ff5770 !important;
    font-size: 18px !important;
    line-height: inherit !important;
    font-weight: normal !important;
}

.stripe-button-el {
    padding: 10px 16px !important;
	    float: right !important;
}
.stripe-button-el span{
    height: inherit !important;
    padding: 0px !important;
	float: right !important;
	color:#fff !important;
}
.simpay-payment-btn {
    float: right;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    background-color: #ff5770;
    color: #ffffff;
    border-radius: 6px;
	text-shadow: none;
    box-shadow: none;
}
.simpay-payment-btn:hover {
	text-shadow: none;
    box-shadow: none;
}
.headerbox-title {
    padding-top: 300px;
}
.cb-nav-trigger span, .cb-nav-trigger span:after, .cb-nav-trigger span:before {
    background-color: #c8ba7b !important;
}
.site-footer {

    background-color: #252525;
}


.headerbox-title h1 {
    font-size: 20px;
    font-weight:normal;
    position: relative;
}
h1.entry-title {
    margin-top: 50px;
}

.weddingthanks{
    background-color: white;
    text-align: center;
    padding: 110px;
}




/*-------------------------------------------------------------------------------------------------------------------------------------------------------------
## juza support
----------------------------------------------------------------------------------------------------------------------------------------------------*/

header.cb-nav {
    background: #fff !important;
}
.section-dark-headerbox {
    position: relative;
    /* background-color: rgb(0, 0, 0); */
    background-color: #ffc853;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
.cb-logo img {
    margin-top: 2% !important;
    width: 170px;
}

.headerbox-title h1 {
     color: #000;
    position: relative;
    line-height: 57px;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: bold;
}
.indexin {
    color: #000 !important;
}


.indexin {
    text-align: center;
    padding: 90px 10px 10px 0;
}

.box1,.box3,.box5,.box7,.box9,.box11 {
    background-color: #ffffff;
}
.box2,.box4,.box6,.box8,.box10,.box12{
	background: #f5f6f7 ;
}
.gray{
	background: #f5f6f7 ;
}
.white{
	background: #fff ;
}
h2.noto_b {
    text-align: center;
	color: #000 !important;
}
.index-text{
    padding: 90px 0;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #7d7e82;
    
}
.point-t{
    line-height: 30px;
    font-size: 23px;
    color: #ffc802;
    font-weight: bold;
	    text-align: center;
}

.menu-list ul {
    width: 420px;
    margin: 20px auto;
    text-align: left;
}
.menu-list ul li {
    line-height: 30px;
    font-size: 20px;
    background: url(../img/ico_check01.png) center left no-repeat;
}
.point-list {
    width: 498px;
    margin: 40px auto 0;
}
.point-list dl {
    width: 100%;
    height: 48px;
    background-color: #f5f7f9;
    border-radius: 24px;
    display: table;
    table-layout: auto;
}
.point-list dl dt {
    padding-left: 20px;
    font-size: 16px;
    text-align: left;
}
.point-list dl dd {
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #fcd324;
}
.point-list dl dt, .point-list dl dd {
    line-height: 48px;
    display: table-cell;
    white-space: nowrap;
	color: #000;
}
.lpcontent {
    padding: 90px 0;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #7d7e82;

}
.lpcontent h2 {
    line-height: 48px;
    margin-bottom: 10px;
    font-size: 32px;
    color: #000000;
}
.menu-list {
    margin-top: 30px;
}
i.fas.fa-check {
    color: #ffc802;
    margin-right: 10px;
}

.menu-list ul li+li {
    margin-top: 10px;
}


.white .point-list dl {
    
	background: #f5f6f7 ;
	    background: #ffc853;
}
.gray .point-list dl {
  background-color: #ffffff; 
	    background: #ffc853;
}
.aboutbox-text {
    color: #000;
}
p.noto_b {
    text-align: center;
    color: #000 !important;
	line-height: 48px;
    margin-bottom: 10px;
    font-size: 32px;
	font-weight: bold;
	    letter-spacing: 0.3em;
}
.lpcontent h2 {
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #7d7e82;
    font-size: 18px;
	font-weight: normal;
}

.menu-list ul li h3{
    font-size: 20px;
	font-weight: normal;
    display: inline-block;
	margin: 0px;
}
.aboutbox-text p {
    font-size: 18px;
    width: 62%;
    text-align: center;
    display: inline-block;
    padding-bottom: 20px;
}
.menu-list .l-plan {
    width: 53%;
    margin: 20px auto;
    text-align: left;
}
.menu-list .xs-plan {
    width: 43%;
    margin: 20px auto;
    text-align: left;
}
.pointlist-t{
	font-size: 25px;
    color: black;
	    margin-top: 60px;
    margin-bottom: 30px;
}
.cb-main-nav a {
    font-weight:bold;
}
.sample-box {
    border: 6px solid #ffc853;
    width: 60%;
    display: inline-block;
    background: #ffc853;
    padding: 20px;
    margin: 10px;
    vertical-align: middle;
    color: #000;
}
.sample-box p {
    margin: 0px !important;
	    font-weight: bold;
    letter-spacing: 3px;
	    vertical-align: middle;
}
.plus{

	    color: #ffc853;
    font-size: 40px;
    font-weight: bold;
}

.lp_button{
	    font-weight: bold;
    background: #000;
    display: inline-block;
    padding: 13px;
    color: #fff;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px !important;
	    letter-spacing: 5px;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------
## mobile
----------------------------------------------------------------------------------------------------------------------------------------------------*/



@media only screen and (max-width: 1023px) and (min-width: 768px){
.lpcontent {
    padding-left: 20px;
    padding-right: 20px;
}

.padnon {
    margin-top: 20px;
}
.cb-logo img {
    margin-top: 1% !important;
    width: 30%;
}
.lp_comment::before {
        content: ' ';
    height: 0px;
    position: absolute;
    width: 0;
    border: 21px solid transparent;
    border-right-color: #ffffff;
    left: -63px;
    margin-left: 21px;
    margin-top: 17px;
}
.parallax-fixed .full-bg-image {
    background-attachment: scroll;
}
.headerbox-title{
       padding-top: 105px;
}
.entry-title a {
    font-size: 70px;
}
}
@media only screen and (max-width: 768px) and (min-width: 670px){
.headerbox-title {
    padding-top: 300px;
}
.entry-title a {
    font-size: 100px;
}
}

@media only screen and (max-width: 670px) and (min-width: 320px){
.cb-logo img {
        margin-top: 2% !important;
    width: 22%;
}
.lpcontent {
    padding-left: 10px;
    padding-right: 10px;
}
.padnon {
    margin-top: 30px;
}
.check li {
    font-size: 17px;
}
.check {
    background-color: #ffffff;
    padding: 30px 17px 8px;
    margin: auto;
    max-width: 800px;
}
.lp_comment {
    padding: 15px;
}
.lp_comment_img {
    text-align: center;
   margin-bottom: 25px;
}
.q_text {
    padding: 27px 20px 26px;
}
.q_title {
    padding: 8px 15px 11px;
}
.q_titleb {
    padding: 8px 15px 11px;
}
.noto_b{
font-size: 24px;
}
.lp_comment::before {
    content: ' ';
    height: 0px;
    position: absolute;
    width: 0;
    border: 18px solid transparent;
    border-bottom-color: #ffffff;
    left: 50%;
    margin-left: -18px;
    margin-top: -50px;
}
.entry-title a {
    font-size: 70px;
}

.parallax-fixed .full-bg-image {
    background-attachment: scroll;
}
.headerbox-title{
       padding-top: 250px;
}
.strike {
    line-height: 1px;
   
}
.number {
    font-size: 28px;
}
.infotext h3 {
    font-size: 23px;
}
.headerbox-title h1 {
    font-size: 16px;
}
}

@media only screen and (max-width: 320px) and (min-width: 200px){
.headerbox-title{
       padding-top: 235px;
		padding-bottom: 25px;
}

.strike {
    line-height: 75px;
}
.parallax-fixed .full-bg-image {
    background-attachment: scroll;
}
.entry-title a {
    font-size: 70px;
line-height: 1;
}

.infotext h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 130%;
    margin-bottom: 14px;
}
.infotext {
    float: right;
    border-left: solid 2px #2f2f2f;
    width: 85%;
    padding: 0 11px;
    margin-top: 5px;
}
.number {
    float: left;
    font-size: 20px;
    font-weight: 700;
    width: 15%;
}
.cb-logo img {
    margin-top: 3% !important;
    width: 22%;
}
.box7 .centertext {
    text-align: center;
    font-size: 14px;
    padding: 0px;
    line-height: 160%;
    margin: auto;
}
.box7 .lpcontent p {
    font-size: 16px;
   
}
.item-detail {
    padding: 10px 10px 10px;
    background-color: #ffffff;
}
.truncate {
    font-size: 17px;
}
.lp_btn {
    float: right;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    background-color: #ff5770;
    color: #ffffff;
    border-radius: 6px;
}
.simpay-payment-btn  {
    float: right;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    background-color: #ff5770;
    color: #ffffff;
    border-radius: 6px;
	text-shadow: none;
    box-shadow: none;
}
.item-detail h3 {
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    font-size: 21px;
    font-weight: 700;
    float: left;
}
.headerbox-title h1 {
    font-size: 14px;
}
.stripe-button-el span{
    font-size: 14px !important;
}
}