@charset "utf-8";
/* CSS Document */


body {
    color: #6C4548;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFF1F1;
    /* background-image: url(img/back01.jpg); */
    background-repeat: no-repeat;
    background-position: top center;
}

/* インラインスタイルから移動 */
body.no-bg-image {
    background-image: none;
}

.intro-box {
    text-align: center;
    line-height: 2;
    background: linear-gradient(135deg, #fff8fa 0%, #ffeef7 100%);
    border-radius: 20px;
    padding: 40px;
    margin: 10px 0;
    box-shadow: 0 15px 50px rgba(233, 30, 99, 0.15);
    border: 2px solid rgba(233, 30, 99, 0.1);
}

.intro-box p {
    color: #6C4548;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(45deg, #E91E63, #8B4B9B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.gradient-text-lg {
    background: linear-gradient(45deg, #E91E63, #8B4B9B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 18px;
}

.eyecatch-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(139, 75, 155, 0.25);
    margin: 20px 0;
}

.eyecatch-wrapper img {
    border-radius: 20px;
}

.section-title {
    text-align: center;
    background: linear-gradient(45deg, #E91E63, #8B4B9B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title i {
    color: #E91E63;
    margin: 0 10px;
}

.section-title-lg {
    text-align: center;
    background: linear-gradient(45deg, #E91E63, #8B4B9B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.section-title-lg i {
    color: #E91E63;
    margin: 0 10px;
}

.ranking-badge {
    filter: drop-shadow(0 3px 10px rgba(233, 30, 99, 0.3));
}

.menu-title {
    background: linear-gradient(45deg, #E91E63, #8B4B9B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.menu-title a {
    color: inherit;
    text-decoration: none;
}

.menu-title small {
    color: #E91E63;
}

.menu-desc {
    color: #6C4548;
    line-height: 1.7;
}

.testimonials-title {
    text-align: center;
    background: linear-gradient(45deg, #E91E63, #8B4B9B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.testimonials-title i {
    color: #E91E63;
    margin: 0 10px;
}

.testimonials-subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: #8B4B9B;
    font-size: 16px;
    font-weight: 500;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #833AB4, #E4405F);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sidebar-img-full {
    width: 100%;
    height: auto;
}

.social-icon-bg-white {
    background: #fff;
    border-radius: 20px;
}

.noscript-img-hidden {
    display: none;
}

a {
    text-decoration: none
}

a:link {
    color: #F66
}

a:active {
    color: #f66
}

a:visited {
    color: #f66
}

a:hover {
    color: #f66;
    text-decoration: underline
}

a[class*="text-"] {
    color: inherit;
}

a[class*="text-"]:hover {
    text-decoration: none;
}

a.text-white {
    color: #ffffff;
}

.footer {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 130%;
    padding: 40px 0 0 0;
    background-image: url(img/footer.jpg);
    background-repeat: repeat-x;
    height: 80px;
}

.footer.wide {
    margin: 0 -20px;
}

.footer a {
    text-decoration: none
}

.footer a:link {
    color: #ffffff
}

.footer a:active {
    color: #ffffff
}

.footer a:visited {
    color: #ffffff
}

.footer a:hover {
    color: #ffffff;
    text-decoration: none
}

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

.alt {
    position: absolute;
    top: -5000px;
    left: -999px;
    visibility: visible;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.style {
    max-width: 1000px;
    width: 100%;
    font-size: 100%;
    text-align: center;
    border: 0;
    vertical-align: top;
    padding: 0 0px;
}

.header,
.style #top {
    text-align: left;
}

.style2 {
    width: 1000px;
    font-size: 14px;
    vertical-align: top;
    padding: 0 0 0 0;
    line-height: 130%;
    background-image: url(img/back02.png);
    background-repeat: repeat-y;
    text-align: left;

}

.style3 {
    width: 960px;
    font-size: 14px;
    text-align: left;
    border: 0;
    vertical-align: top;
    background-image: url(img/back02.png);
    background-repeat: repeat-y;
    padding: 20px 20px 20px 20px;
    line-height: 130%;

}

.style-full {
    margin-top: -30px;
    text-align: left;
}

.style-full .row {
    margin-left: 0;
    margin-right: 0;
}

.style-full .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.side {
    vertical-align: top;
    padding: 20px 0 0 0;
}

.right {
    font-size: 14px;
    vertical-align: top;
    padding: 20px 0 20px 40px;
    line-height: 130%;
}

#global-header {
    display: none;
    background: #9F8FB5;
    text-align: left;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:visited,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background: none;
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-toggle {
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 3;
    height: 55px;
    line-height: 56px;
    margin-bottom: -5px;
    border: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 0 0 0 15px;
    float: none;
}

.navbar-default .navbar-toggle .ui-toggle-menu {
    font-size: 12px;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    top: -7px;
}

#global-header .navbar-top-links {
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#global-header .navbar-top-links {
    float: none !important;
}

#global-header .navbar-top-links>li {
    padding-left: 120px;
    padding-right: 120px;
}

#global-header .navbar-top-links>li {
    float: none;
    text-align: center;
}

.ui-logo img {
    max-width: 100%;
    height: auto;
}

.logo,
.logo:hover,
.logo:focus,
.logo:active,
#global-nav .nav>li>a {
    color: #ffffff;
}

.logo {
    font-size: 160%;
}

.logo,
.logo:hover,
.logo:focus,
.logo:active {
    color: #fff;
}

.logo {
    letter-spacing: 0.12em;
    font-size: 250%;
    font-weight: 700;
    font-family: 'Cormorant Upright', 'Noto Sans JP', sans-serif;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.logo b {
    height: 60px;
    display: inline-block;
    width: 180px;
    line-height: 60px;
    text-align: center;
    margin-top: -9px;
}

#global-nav {
    /*border-top: 1px solid #0087af;
    border-bottom: 1px solid #0087af;
    background: #0087af;*/
    text-align: center;
    padding: 10px 0;
    background: #9F8FB5;
    margin-bottom: 30px;
}

#global-nav .nav-tabs {
    border-bottom: 0;
}

#global-nav .nav-tabs>li>a {
    border-bottom: 1px solid transparent;
}

#global-nav .nav-tabs>li>a:hover {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 1px solid #fff;
}

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

#global-nav .nav>li>a {
    padding: 10px 24px;
    margin: 0 15px;
    font-size: 110%;
    color: #222;
    color: #fff;
    background-color: #eee;
    background-color: transparent;
}

.ui-slick {
    border: 2px solid #dddd00;
    margin-top: 20px;
}

.ui-slick img {
    max-width: 100%;
    height: auto;
}

.slick-dots {
    bottom: 10px;
}

.global-menus .col-xs-6,
.global-menus .col-xs-12 {
    margin-bottom: 20px;
}

.global-menus img {
    max-width: 100%;
    height: auto;
}

.main-contents {
    margin-bottom: 60px;
}

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

.sidebar {
    margin-bottom: 40px;
}

.title01 {
    background-image: url(img/title01.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #F66;
    height: 96px;
    padding: 30px 0 0 140px;
    margin: 20px 0 0 0;
}

.sh-media-history p {
    margin-bottom: 20px;
}

.sh-media-history img {
    display: inline-block;
    margin-bottom: 15px;
}

.toiawase {
    text-align: center;
    padding: 40px 0 20px 0;
}

.theme-lp .faces img {
    height: 120px;
    width: auto;
}

.pege-top,
.page-top {
    text-align: right;
    padding: 10px 20px 20px 0;
}

.center {
    text-align: center;
}

/*トップページ*/

.index-pad01 {
    font-size: 14px;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.index-pad02 {
    font-size: 14px;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.index-pic {
    vertical-align: top;
}

.index-pad03 {
    font-size: 14px;
    padding: 0 50px 0 30px;
    vertical-align: top;
}

.bt-right {
    text-align: right;
    padding: 0 0 10px 0;
}

.bt-middle {
    text-align: center;
    padding: 0 0 10px 0;
}

.bt-left {
    text-align: left;
    padding: 0 0 10px 0;
}

/*メインコンテナ*/
#main.container {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    #main.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*メニュー*/

.menu-flex-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.menu-flex-container.reverse {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {

    .menu-flex-container,
    .menu-flex-container.reverse {
        flex-direction: column;
    }
}

.adapt-flex-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.adapt-flex-container.reverse {
    flex-direction: row-reverse;
}

.dance-flex-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.kansou-flex-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
    justify-content: space-between;
}

@media (max-width: 767px) {

    .adapt-flex-container,
    .adapt-flex-container.reverse,
    .dance-flex-container,
    .kansou-flex-container {
        flex-direction: column;
    }
}

.menu-first {
    background-image: url(img/menu/first.png);
    background-repeat: no-repeat;
    padding: 0 20px 20px 20px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.menu-first-title {
    font-size: 2rem;
    color: #F36;
    font-weight: bold;
    border-bottom: #F99 solid 1px;
    padding: 0 0 1.5rem 0;
}

.menu-first-pad {
    padding: 0 0 0 120px;
}

.menu-point {
    background-color: #F99;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    margin: 0px 0 10px 0;
}

.menu-left1 {
    padding: 0 20px 0 0;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .menu-left1 {
        width: 100%;
        padding-right: 0;
    }
}

.menu-right1 {
    width: 300px;
    flex-shrink: 0;
}

.menu-right2 {
    padding: 0 0 0 0px;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.8;
}

.menu-left2 {
    width: 300px;
    flex-shrink: 0;
}


.menu-special-title {
    font-size: 16px;
    color: #6C4548;
    border-bottom: #CB124D solid 1px;
    padding: 0 0 5px 10px;
    margin: 0 0 0 0;
    font-weight: bold;
}

.menu-special-pad {
    padding: 0 10px 10px 0px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.menu-nagare {
    margin: 0 0 20px 0px;
}

.kansou {
    width: 440px;
    padding: 20px 15px 20px 20px;
    background-color: #fff;
    border: 1px solid #f98989;
    margin: 0 0 10px 0;
    border-radius: 15px;
    font-size: 1.6rem;
    line-height: 1.8;

    color: #F66;
    line-height: 130%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.kansou br {
    display: none;
}

.kansau-left {
    width: 440px;
    flex-shrink: 0;
}

.kansau-right {
    width: 440px;
    flex-shrink: 0;
}

.kansau-left img,
.kansau-right img {
    max-width: 100%;
    height: auto;
}


.kansou-right {
    text-align: right;
}

.menu-title {
    font-size: 16px;
    color: #CB124D;
    font-weight: bold;
}



/*コンタクト*/

.contact-list {
    font-size: 14px;
    list-style-image: url(img/contact/maru.png);
    list-style-position: outside;
}

/*アデプト*/

.adapt-point {
    background-color: #FF9;
    padding: 10px 10px 10px 10px;
    color: #6C4548;
    margin: 20px 0 30px 0;
    font-size: 16px;
}

.adapt-point2 {

    padding: 20px 40px 20px 90px;
    color: #F66;
    font-weight: bolder;
    text-align: center;
    margin: 0 40px 0 40px;
    font-size: 18px;
    line-height: 150%;
}

.adapt-right-top {
    font-size: 14px;
    padding: 30px 0 0 20px;
    line-height: 130%;
    flex: 1;
}

.adapt-left-top {
    width: 290px;
    flex-shrink: 0;
    padding: 0 20px 0 0;
}


.adapt-left-top2 {
    font-size: 14px;
    padding: 20px 20px 20px 0;
    line-height: 150%;
    flex: 1;
}

.adapt-right-top2 {
    width: 240px;
    flex-shrink: 0;
}

.adapt-left1 {
    font-size: 14px;
    padding: 0 20px 0 0;
    line-height: 150%;
    flex: 1;
}

.adapt-right1 {
    width: 300px;
    flex-shrink: 0;
}

.adapt-right2 {
    font-size: 14px;
    padding: 0 0 0 20px;
    line-height: 130%;
    flex: 1;
}

.adapt-left2 {
    width: 240px;
    flex-shrink: 0;
}

.adapt-left3 {
    font-size: 14px;
    padding: 0 20px 0 0;
    line-height: 140%;
    flex: 1;
}

.adapt-right3 {
    width: 300px;
    flex-shrink: 0;
}

.adapt-left4 {
    font-size: 14px;
    padding: 0 20px 0 0;
    line-height: 150%;
    flex: 1;
}

.adapt-right4 {
    width: 230px;
    flex-shrink: 0;
    padding-right: 0;
}

ul {
    line-height: 180%;

}

.adapt {
    line-height: 180%;

}

/*ダンス*/


.dance-left1 {
    font-size: 14px;
    padding: 0 20px 0 0;
    line-height: 130%;
    flex: 1;
}

.dance-right1 {
    width: 300px;
    flex-shrink: 0;
}

.dance-li {
    list-style-image: url(img/point.png);
    list-style-position: outside;
    vertical-align: text-top;
    line-height: 120%;
}

.dance-pad {
    padding-left: 40px;
}

.sh-healing-menus {
    background: linear-gradient(135deg, #fff5f8 0%, #ffe8f4 50%, #fff0f7 100%);
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 10px 40px rgba(233, 30, 99, 0.1);
}

.sh-healing-menus .sh-healing-menu {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(139, 75, 155, 0.1);
    border: 1px solid rgba(233, 30, 99, 0.1);
    transition: all 0.3s ease;
}

.sh-healing-menus .sh-healing-menu .pull-left {
    float: left;
}

.sh-healing-menus .sh-healing-menu .media-body {
    overflow: hidden;
    padding-left: 40px;
}

.sh-healing-menus .sh-healing-menu h4 {
    font-size: 120%;
    margin-top: 12px;
}

.sessionTitlePlain {
    margin: 0 0 20px 0px;
    padding: 10px 0 10px 50px;
    border-bottom: 3px solid #faa;
    font-size: 170%;
    font-weight: 700;
    background: url(/images/headline_flower.png) no-repeat left center;
    line-height: 1.3;
}

.dance-photos .col-xs-6 {
    margin-bottom: 15px;
}

.dance-photos img {
    width: 100%;
    height: auto;
}

/* other */
.style-profile {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.profile-img {
    margin-bottom: 20px;
}

.theme-lp {
    margin-top: 30px;
}

.theme-lp .lp-section {
    padding: 0;
    font-size: 150%;
    text-align: center;
    background: #333 no-repeat center center;
    background-size: cover;
    color: #fff;
    line-height: 2;
}

.theme-lp .lp-title-section {
    padding: 40px 30px;
}

.theme-lp .lp-header-section>br {
    display: none;
}

.theme-lp .lp-section .field-message {
    background: rgba(0, 0, 0, 0.6);
    padding: 180px 30px;
}

.theme-lp .bg-door .field-message {
    background-color: rgba(0, 0, 0, 0.7);
}

.theme-lp .lp-title-section .field-message {
    background: transparent;
    padding: 0;
}

.theme-lp .lp-header-section .field-message {
    padding: 40px 30px;
    text-align: left;
}

.theme-lp .lp-section .field-message ul,
.theme-lp .lp-section .field-message ol {
    list-style-position: inside;
    text-align: left;
    margin: 20px auto;
    padding: 0;
    max-width: 500px;
}

.theme-lp .lp-section .field-message ul.long {
    max-width: 700px;
}


.theme-lp .lp-section .field-message ul li,
.theme-lp .lp-section .field-message ol li {
    padding: 10px 0;
}

.theme-lp .lp-section .field-video iframe {
    max-width: 100%;
    border: 1px solid #ccc;
}

.theme-lp .lp-section h1,
.theme-lp .lp-section h2 {
    margin: 40px -30px 60px -30px;
    padding: 50px 30px 50px 30px;
    background: transparent;
    background-color: rgba(0, 0, 0, .4);
    font-weight: 400;
    line-height: 2;
}

.theme-lp .lp-header-section h1 {
    margin: 60px -30px 70px -30px;
}

.theme-lp .lp-section .overlay {
    background: transparent;
    background-color: rgba(0, 0, 0, .4);
    margin: 20px -30px;
    padding: 15px 30px;
}

.theme-lp .lp-section .overlay p:last-child {
    margin-bottom: 0;
}

.theme-lp .lp-section h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 30px 30px;
    font-size: 125%;
    background: transparent;
}

.theme-lp .bg-universe {
    background-image: url(/img/2018/page/AdobeStock_146385467.JPG);
}

.theme-lp .bg-universe-risen {
    background-image: url(/img/2018/page/AdobeStock_146385467.JPG);
}

.theme-lp .bg-dna {
    background-image: url(/img/2018/page/AdobeStock_103595186.JPG);
    padding: 0;
}

.theme-lp .bg-prelife {
    background-image: url(/img/2018/page/AdobeStock_67339515.JPG);
    padding: 0;
}

.theme-lp .bg-birth {
    background-image: url(/img/2018/page/AdobeStock_26584120.JPG);
    padding: 0;
}

.theme-lp .bg-depress {
    background-image: url(/img/2018/page/AdobeStock_124320744.JPG);
    padding: 0;
}

.theme-lp .bg-angels {
    background-image: url(/img/2018/page/AdobeStock_5116303.JPG);
    padding: 0;
}

.theme-lp .bg-exciting {
    background-image: url(/img/2018/page/AdobeStock_164795787_Preview.jpeg);
    padding: 0;
}

.theme-lp .bg-energy {
    background-image: url(/img/2018/page/AdobeStock_101207184.JPG);
    padding: 0;
}

.theme-lp .bg-tired {
    background-image: url(/img/2018/page/AdobeStock_109010614_Preview.jpeg);
    padding: 0;
}

.theme-lp .bg-door {
    background-image: url(/img/2018/page/AdobeStock_166277134.JPG);
    padding: 0;
}

.theme-lp .bg-king {
    background-image: url(/img/2018/page/AdobeStock_128057134_Preview.jpeg);
    padding: 0;
}

.theme-lp .bg-superstar-show {
    background-image: url(/img/2018/page/AdobeStock_69594945.JPG);
    padding: 0;
}

.theme-lp .bg-superstar {
    background-image: url(/img/2018/page/AdobeStock_69594945_Preview.jpeg);
    background-image: url(/img/2018/page/AdobeStock_139038303.JPG);
    padding: 0;
}

.theme-lp .bg-glory {
    background-image: url(/img/2018/page/AdobeStock_116543742.JPG);
    padding: 0;
}

.theme-lp .bg-gold {
    background-image: url(/img/2018/page/AdobeStock_143174262.JPG);
    padding: 0;
}

.theme-lp .bg-qbl {
    background-image: url(/img/2018/page/AdobeStock_143898097_Preview.jpeg);
    padding: 0;
}

.theme-lp .bg-binded {
    background-image: url(/img/2018/page/AdobeStock_94896560.JPG);
    padding: 0;
}

.theme-lp .bg-dnaa {
    background-image: url(/img/2016/dnaa/slide02.jpg);
    padding: 0;
}

.theme-lp .bg-cherry-b {
    background-image: url(/img/2018/page/conohana.jpg);
    padding: 0;
}



.theme-lp .bg-dna .field-message {
    padding: 80px 30px 120px 30px;
}

.theme-lp .bg-prelife .field-message {
    font-size: 130%;
}

.theme-lp .bg-birth .field-message p,
.theme-lp .bg-angels .field-message p:first-child {
    margin-bottom: 60px;
}

.theme-lp .bg-birth .field-message p:last-child {
    margin-bottom: 15px;
}

.theme-lp .bg-depress .field-message p,
.theme-lp .next .field-message p {
    margin-bottom: 30px;
}

.theme-lp .bg-dna .field-message p,
.theme-lp .bg-exciting .field-message p,
.theme-lp .bg-qbl .field-message p,
.theme-lp .bg-door .field-message p,
.theme-lp .bg-superstar .field-message p,
.theme-lp .bg-superstar-show .field-message p,
body.page-node-307 .theme-lp .bg-universe:first-child .field-message p,
body.page-node-307 .theme-lp .bg-universe:last-child .field-message p {
    margin-bottom: 30px;
}

.theme-lp .faces {
    padding: 20px 0;
}

.theme-lp .faces img {
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.theme-lp .btn-next {
    line-height: 2;
    padding: 17px 30px 10px 30px;
}

.body-section {
    margin-bottom: 30px;
}

.theme-lp+.body-section {
    padding-top: 30px;
}

.body-section ul {
    list-style-position: inside;
    margin: 20px 0;
    padding: 0;
}

.body-section ul.plain {
    list-style-type: none;
}

.body-section ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.body-section blockquote {
    margin: 30px 0;
    color: #444;
}

.body-section p+p {
    padding-top: 20px;
}

.the-fullbloom {
    border-top: 1px solid #cc5;
}

.the-fullbloom h3 {
    margin: 10px 0 30px 0;
}

.the-fullbloom p {
    margin-bottom: 20px;
}

.ordermade-item {
    margin-bottom: 20px;
}

.ordermade-item .main-image {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px;
}