/*
 * Aline by FreeHTML5.co
 * URL: https://freehtml5.co
 * Facebook: https://fb.com/fh5co
 * Twitter: https://twitter.com/fh5co
 */

body {
    background: #000 !important;
}

header {
    background-color: #fff;
}

.sp {
    display: block;
}

.sp-tab {
    display: block;
}

.pc-tab {
    display: none;
}

.pc {
    display: none;
}



@media (min-width: 769px) {
    .sp {
        display: none;
    }
    .pc-tab {
        display: block;
    }
    .pc {
        display: block;
    }
}



@media (min-width: 991px) {
    .sp {
        display: none;
    }
    .sp-tab {
        display: none;
    }
    .pc {
        display: block;
    }
}

.header-container {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    z-index: 2;
}

.header-container .nav-con {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .header-container .nav-con {
        width: 100%;
    }
}

.main-nav {
    width: 100%;
    margin: 0px auto;
}

.main-nav a {
    font-size: 12px;
    color: #666666;
}

.main-nav a:hover {
    color: #999;
}

.logo {
    position: relative;
    padding: 5px 0;

}

@media (min-width: 768px) {
    .menu-icon {
        display: none;
    }
}

.offcanvas {
    display: block;
    width: 300px;
    height: 100vh;
    position: fixed;
    left: -300px;
    top: 0;
    background: #212121;
    padding: 30px;
    z-index: 5;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-top: 60px;
}

@media (min-width: 768px) {
    .offcanvas {
        display: none;
    }
}

.offcanvas .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: #fff;
}

.offcanvas .close:hover {
    cursor: pointer;
}

.offcanvas li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(119, 119, 119, 0.5);
}

.offcanvas li a:hover {
    color: #777777;
    text-decoration: none;
}

.offcanvas address {
    color: #fff;
    font-size: 18px;
}

.offcanvas address img {
    width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.offcanvas .social-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fe4156;
    color: #fff;
    border: 1px solid #fe4156;
    margin: 10px 10px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.offcanvas .social-link a:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.offcanvas.hide {
    left: -300px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.offcanvas.show {
    left: 0;
    -webkit-transition: all 1 ease-in-out;
    transition: all 1 ease-in-out;
}

.cart-login a {
    margin-right: 10px;
    padding: 10px;
    position: relative;
}

.cart-login a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.cart-login a span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #dc3545;
    top: 26%;
    right: 22%;
}

.slider {
    position: relative;
    font-family: "Libre Baskerville", serif;
    background-color: #fff;
    margin-bottom: 10px;
}

.slider .hero-slider {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.slider .swiper-slide {
    background-color: #fff;
}

.slider .slide-img {
    margin-top: 0px;
}

.slider .arr-left,
.slider .arr-right {
    font-size: 36px;
    padding: 36px;
}

.slider .arr-left:hover,
.slider .arr-right:hover {
    cursor: pointer;
}

.slider h1 {
    position: absolute;
    text-align: center;
    font-size: 18pt;
    margin-top: -55%;
    margin-bottom: 20%;
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

@media (min-width: 768px) and (max-width: 990px) {
    .slider h1 {
        font-size: 22pt;
        margin-top: -40%;
        margin-bottom: 20%;
    }
}

@media (min-width: 991px) {
    .slider h1 {
        font-size: 26pt;
        margin-top: -33%;
        margin-bottom: 25%;

    }
}

.slider .swiper-button-disabled {
    color: #dddddd;
}

.slider .swiper-pagination-bullet {
    font-size: 60px;
    color: #dddddd;
    position: relative;
}

.slider .swiper-pagination-bullet:not(:last-child) {
    margin-right: 40px;
}

.slider .swiper-pagination-bullet:not(:last-child)::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    left: 100%;
}

.slider .swiper-pagination-bullet:hover {
    cursor: pointer;
}

.slider .swiper-pagination-bullet-active {
    color: #444444;
}

.swiper-slide-active {
    z-index: 5;
}

.slider-content {
    background-color: #fff;
}

.slider-content h4 {
    color: #777777;
    margin-top: 100px;
}

.slider-content h5 {
    font-size: 40px;
    margin-top: 25px;
    display: inline-block;
}

.slider-content h5 span {
    font-size: 60px;
}

.slider-content h5 span:last-of-type {
    font-size: 50px;
}

.slider-content a {
    width: 150px;
    height: 150px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin: 30px auto 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-content a i {
    margin-left: 10px;
}

.slider-content a:hover {
    text-decoration: none;
    width: 200px;
    background-color: #fff;
    color: #212121;
    border: 1px dashed #000;
}

.slide-control {
    width: 200px;
    margin: 0px auto;
}

.banner {
    padding: 0 0 30px;
    background-color: #fff;
}

.banner h2 {
    color: #38A5DD;
    font-weight: bold;
}

.banner .search p {
    font-size: 16pt;
}

.banner img {
    max-width: 100%;
}

.banner .search {
    padding: 40px 0;
    width: 80%;
    margin: 0 auto 30px;
    background: url("../images/leaf-left.png") 0% 50% no-repeat, url("../images/leaf-right.png") 100% 50% no-repeat #fff;
}

.banner .search h4 {
    color: #777777;
}

.banner .search p {
    color: #38A5DD;
    font-weight: bold;
    font-size: 18pt;
}

.banner .search input {
    border: none;
    width: 60%;
    margin-top: 20px;
    background: transparent url(../images/input-bg.png) no-repeat left bottom;
}

.banner .search input:focus {
    outline: 0;
}

.banner .search ::-webkit-input-placeholder {
    color: #e0afb4;
    font-size: 12px;
    font-style: italic;
    font-family: "Libre Baskerville", serif;
}

.banner .search :-ms-input-placeholder {
    color: #e0afb4;
    font-size: 12px;
    font-style: italic;
    font-family: "Libre Baskerville", serif;
}

.banner .search ::-ms-input-placeholder {
    color: #e0afb4;
    font-size: 12px;
    font-style: italic;
    font-family: "Libre Baskerville", serif;
}

.banner .search ::placeholder {
    color: #e0afb4;
    font-size: 12px;
    font-style: italic;
    font-family: "Libre Baskerville", serif;
}

.point-ex {
    font-size: 10pt;
    line-height: 1.7em;
    float: left;
    min-height: 100%;
    padding: 0px 0px 30px 10px;
    padding-bottom: 160px;
}

@media (min-width: 991px) {
    .point-ex {
        padding-bottom: 0px;
    }
}

.point-ex .Photo {
    z-index: 0;
}

.point-ex p {
    font-size: 14pt;
    line-height: 1.8em;
}

.point-ex .yajirushi {
    display: block;
    width: 150px;
    height: 56px;
    padding: 18px 10px;
    color: #fff;
    margin: -70px auto -30px 40%;
    z-index: 99;
}

@media (min-width: 991px) {
    .point-ex .yajirushi {
        display: block;
        width: 175px;
        height: 56px;
        padding: 18px 10px;
        color: #fff;
        margin: -120px auto -30px 30%;
        z-index: 99;
    }
}

.point-ex h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
}

.point-ex h5 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
}

.point-ex a {
    font-size: 18px;
    color: #fe4156;
    float: right;
    margin-right: 10px;
    font-weight: 700;
}

.point-ex a:hover {
    text-decoration: none;
    color: rgba(254, 65, 86, 0.7);
}

.point-ex-right {
    list-style: square;
    padding-left: 50px;
}

.point-ex-right li {
    font-size: 14pt;
    font-weight: 600;
    line-height: 1.8em;
    margin-bottom: 15px;
}


.banner-content {
    font-family: "Libre Baskerville", serif;
    position: absolute;
}

.banner-content p {
    position: relative;
}

.banner-content a {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.top-point,
.feature-book,
.summer-sale {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top-point::after,
.feature-book::after,
.summer-sale::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.top-point img,
.feature-book img,
.summer-sale img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

.top-point:hover img,
.feature-book:hover img,
.summer-sale:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

.top-point,
.feature-book,
.summer-sale-img {
    overflow: hidden;
}

.top-point::before,
.feature-book::before,
.summer-sale-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-point {
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.45);
}

.top-point .banner-content {
    color: #fff;
    top: 15px;
    font-size: 42px;
    line-height: 1.2;
    padding: 10px 40px;
    z-index: 4;
}

.top-point .banner-content h3 {
    color: #fff;
}

.top-point .banner-content p {
    font-size: 25pt;
}

.top-point .banner-content .point-no {
    font-size: 50pt;
}

.top-point .banner-content .point-com {
    font-size: 15pt;
}

.top-point a {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.top-point a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.point-section {
    background: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.point-cap {
    font-size: 9pt;
}

.en-cap {
    font-size: 20pt;
}

.point-content {
    margin-top: 40px;
}

.point-content .part-a {
    display: block;
    height: 160px;
}

.point-content h3 {
    font-size: 80pt;
    float: left;
    margin-top: -30px;
    color: #38A5DD;
}

.point-content .h3-cap {
    font-size: 30pt;
    margin-left: 20px;
}

.ad-media {
    margin-top: 80px;
    overflow: hidden;
}

.ad-media h4 {
    font-family: sans-serif;
}

.ad-media ul {
    list-style: none;
}

.ad-media-left {
    width: 30%;
    margin-right: 50px;
    display: block;
    float: left;
    font-size: 10pt;
}

.ad-media-left li p {
    font-size: 7pt;
}

.ad-media-left li .li-left {
    margin-left: 0px;
}

.ad-media-left li .li-right {
    margin-left: 0px;
}

.ad-media-left li .li-center {
    margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .ad-media-left li .li-left {
        margin-left: -50px;
    }
    .ad-media-left li .li-right {
        margin-left: 00px;
    }
    .ad-media-left li .li-center {
        margin-left: -25px;
    }
}

@media (min-width: 991px) {
    .ad-media-left li .li-left {
        margin-left: 0px;
    }
    .ad-media-left li .li-right {
        margin-left: 100px;
    }
    .ad-media-left li .li-center {
        margin-left: 50px;
    }
}

@media (min-width: 1024px) {
    .ad-media-left li .li-right {
        margin-left: 60px;
    }
}

@media (min-width: 1280px) {
    .ad-media-left li .li-right {
        margin-left: 100px;
    }
}

.ad-media-right {
    display: block;
    overflow: hidden;
    font-size: 8pt;
}

@media (max-width: 767px) {
    .ad-media-left {
        width: 100%;
    }
    .ad-media-right {
        width: 100%;
    }
}

.gray {
    background-color: #e9ecef;
}


.feature-book {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.58);
}

.feature-book::after {
    width: 40%;
}

.feature-book .banner-content {
    color: #fff;
    top: 0;
    font-size: 30px;
    line-height: 1.2;
    padding-left: 50%;
    z-index: 4;
}

.feature-book a {
    color: #fff;
    display: block;
    margin: 30px 0 15px 0;
}

.feature-book a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.summer-sale {
    margin-top: 30px;
    background: #f4ece5 url("../images/leaf-left.png") -4% 145% no-repeat center;
}

.summer-sale .banner-content {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 40px;
    padding-left: 40px;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.summer-sale span {
    font-size: 48px;
    display: block;
    margin-top: 10px;
}

.summer-sale a {
    color: #fe4156;
    float: right;
    margin-right: 10px;
}

.summer-sale a:hover {
    text-decoration: none;
    color: rgba(254, 65, 86, 0.7);
}

.property-tab .container {
    background-color: #fff;
}

.filter-tabs {
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 30px;
    background: url("../images/leaf-right.png") center no-repeat, url("../images/title-bg2.png") center 190px no-repeat transparent;
}

.filter-tabs li {
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.filter-tabs li:not(:last-child) {
    margin-right: 20px;
}

.filter-tabs li:hover,
.filter-tabs li.active {
    cursor: pointer;
    color: #777777;
}

.filter-tabs li.active::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fe4156;
    position: absolute;
    top: 100%;
    right: calc(50% - 6px);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-radius: 2px;
}

.Shape_2 {
    background-color: #fe4156;
    position: absolute;
    left: 758px;
    top: 1974px;
    width: 6px;
    height: 6px;
    z-index: 108;
}

.single-book {
    font-weight: 700;
    background: #f8f8f8;
    padding: 15px 0 30px;
    margin-top: 30px;
    position: relative;
}

.single-book img {
    max-width: 100%;
}

.single-book .book-btn {
    background-color: rgba(0, 0, 0, 0.22);
    padding: 10px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-book .book-btn a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.single-book .book-btn a:not(:last-child) {
    margin-right: 15px;
}

.single-book .book-btn a:hover {
    background-color: #fe4156;
    text-decoration: none;
}

.single-book .book-btn a:hover i {
    color: #fff;
}

.single-book .book-btn a i {
    color: #000;
}

.single-book .price {
    font-size: 12px;
    margin: 30px 0 10px;
}

.single-book .price span {
    color: #fe4156;
    text-decoration: line-through;
}

.single-book h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.single-book h6 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

.single-book h6 span {
    margin-left: 10px;
    text-transform: uppercase;
}

.single-book:hover .book-btn {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
}

.single-book:hover h4 {
    color: #fe4156;
}

.single-book.sale {
    position: relative;
    z-index: 1;
}

.single-book.sale::after {
    content: "Sale";
    color: #fff;
    background: url(../images/badge.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -12px;
    padding: 0 10px;
    margin-top: 15px;
    z-index: 2;
}

.single-book.sale::before {
    content: "";
    border-color: transparent #fe4156;
    border-style: solid;
    border-width: 12px 0px 12px 12px;
    height: 0px;
    width: 0px;
    position: absolute;
    right: -12px;
    top: 26px;
    z-index: -1;
}

.view-btn {
    display: inline-block;
    margin: 50px 0 100px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
}

.view-btn:hover {
    text-decoration: none;
}

.flow {
    padding: 80px 0;
    background: #fff url("../images/flow/flow-bg.jpg") no-repeat center;
    background-color: rgba(255, 255, 255, 0.3);
    /*background-blend-mode:lighten;*/
    background-size: auto;
    background-attachment: fixed;
    color: #fff;
    font-family: sans-serif;
}

.contact,
.whats h2,
.flow h2 {
    color: #38A5DD;
    font-weight: bold;
    margin-bottom: 30px;
}

.flow-slider {
    background-color: rgba(255, 255, 255, 0.9);
}

.flow-slider {
    padding: 30px 25px 5px;
}

.flow-slider p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.flow-step {
    width: 90%;
    margin: 80px auto 150px;
}

.flow-step .flow-step-box {
    background-color: #42b2eb;
    margin: 25px auto;
    padding: 50px 40px;
    width: 100%;
    border-radius: 20px;
    border: solid 4px #38A5DD;
}

.flow-step .flow-step-box .left {
    float: left;
    width: 25%;
    margin-right: 20px;
    font-size: 18pt;
    vertical-align: middle;
    color: #fff;
}

.flow-step .flow-step-box .right {
    vertical-align: middle;
    overflow: hidden;
    color: #fff;
}

.flow-step .step-arrow {
    text-align: center;
}

@media (max-width: 767px) {
    .flow-step .flow-step-box .left {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
}



/*top-works*/

.works {
    padding: 160px 0;
    background: #fff url("../images/top/works-bg.jpg") no-repeat center;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: lighten;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    font-family: sans-serif;
}

.works h2 {
    color: #38A5DD;
    font-weight: bold;
    margin-bottom: 30px;
}

.works .control-btn {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    border: 1px solid #fe4156;
    padding: 10px 10px;
}

.works .control-btn br {
    display: none;
}

.works .control-btn:focus {
    outline: 0;
}

.works .control-btn:hover {
    cursor: pointer;
}

.works .swiper-button-disabled {
    border: 1px solid #fff;
}

.works .swiper-button-next {
    right: 15px;
}

.works-slider {
    background-color: rgba(255, 255, 255, 0.9);
}

.works-slider {
    padding: 30px 25px 5px;
}

.works-slider p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.works-slider span {
    font-weight: 700;
}

.works-slider span span {
    color: #fe4156;
}

#works {
    padding: 70px 0;
    background-color: #fff;
}

#works h2 {
    font-weight: bold;
}

#works h3 {
    font-family: sans-serif;
    font-weight: bold;
    color: #38A5DD;
}

#works h3 a {
    color: #38A5DD;
}

#works .title {
    font-size: 27px;
    color: #fe4156;
    padding: 30px 35px 45px;
    background: url("../images/leaf-right.png") center no-repeat, url("../images/title-bg.png") center 97px no-repeat transparent;
}

#works .swiper-paginations {
    text-align: center;
    margin-top: 35px;
}

#works .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #dddddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#works .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

#works .swiper-pagination-bullet:hover {
    cursor: pointer;
}

#works .swiper-pagination-bullet-active {
    background-color: #fe4156;
}

#works .swiper-wrapper {
    min-height: 660px;
}

.works-case p {
    font-size: 11pt;
}

.works-after {
    float: left;
    font-size: 14pt !important;
    color: #38A5DD;
    margin: 0 10px 0 0;
}

.works-before {
    float: left;
    font-size: 14pt !important;
    color: #DD9038;
    margin: 0 10px 0 0;
}

.works-cap {
    font-size: 9pt !important;
    padding-top: 5px;
}

.works-arrow img {
    margin: 20px auto;
}

@media (min-width: 768px) and (max-width: 990px) {
    .works-arrow img {
        margin: 60px auto 0px;
    }
}

@media (min-width: 991px) {
    .works-arrow img {
        margin: 100px auto 0px;
    }
}

.case img {
    border-radius: 10px;
}

.others h4 {
    width: 300px;
    text-align: center;
    color: #666;
    padding: 15px 0;
    margin: 80px auto;
    border: solid thin #666;
    font-family: sans-serif;
    font-size: 14pt;
}

.thumb p {
    font-size: 9pt !important;
}




.swiper-slide-active .single-post:first-of-type .col-md-6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.swiper-slide-active .single-post:first-of-type .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.single-post {
    margin-top: 30px;
    position: relative;
}

.single-post a {
    color: #212121;
}

.single-post a:hover {
    color: #fe4156;
    text-decoration: none;
}

.single-post .categories {
    margin-top: 10px;
}

.single-post .categories a {
    color: #fe4156;
}

.single-post .categories a:not(:last-child) {
    margin-right: 10px;
}

.single-post .categories a:hover {
    color: #444444;
}

.single-post .post-title {
    margin-top: 12px;
    font-size: 18px;
}

.single-post .meta {
    margin: 8px 0 20px;
}

.single-post .meta a {
    color: #777777;
    font-size: 14px;
}

.single-post .meta a:not(:last-child) {
    margin-right: 30px;
}

.single-post .meta a:hover {
    color: #444444;
}

.single-post .meta::after {
    content: "";
    width: 120%;
    height: 2px;
    background-color: rgba(254, 65, 86, 0.4);
    display: block;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.single-post .more-share {
    margin: 14px 0 10px;
    font-size: 13px;
}

.single-post .more-share img {
    margin: 0 20px;
}

.single-post .more-share .share {
    padding: 0 10px;
}

.single-post:nth-child(2n) .meta::after {
    right: 100px;
}

.single-post ul {
    list-style: square;
}

.single-post ul li {
    line-height: 1.8em;
    margin-bottom: 10px;
}


/*works.html*/

.jisseki {
    padding: 50px 0 80px;
    margin: 30px auto;
    border-bottom: dotted thin #000;
}


/*what's lanai style*/

.whats {
    padding: 160px 0;
    background: #fff url("../images/top/whats-bg.jpg") no-repeat center;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: lighten;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    font-family: sans-serif;
}

#whats h3 {
    font-family: sans-serif;
    color: #0169A6;
    font-size: 16pt;
    font-weight: bold;
    margin: 80px auto 60px;
}

#whats ul {
    list-style-type: square;
}

#whats ul li {
    line-height: 2em;
    margin-bottom: 30px;
    font-weight: bold;
}

#whats .title {
    padding: 30px 35px 45px;
    background: url("../images/leaf-right.png") center no-repeat, url("../images/title-bg.png") center 97px no-repeat transparent;
}

.whats-content ul {
    width: 90%
}

@media (min-width: 768px) and (max-width: 990px) {
    .whats-content ul {
        width: 100%
    }
}

@media (min-width: 991px) {
    .whats-content ul {
        width: 80%
    }
}

.whats-content ul li a {
    font-size: 10pt;
}

@media (min-width: 991px) {
    .whats-content ul li a {
        font-size: 12pt;
    }
}


/*info*/

.info {
    padding: 60px 0;
    background: #fff url("../images/top/info-bg.jpg") no-repeat center;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: lighten;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    font-family: sans-serif;
}

.info p {
    font-size: 10pt;
    font-weight: normal;
    color: #666;
    line-height: 2em;
}

.info-slider {
    background-color: rgba(255, 255, 255, 0.9);
}

.info-slider {
    padding: 50px 20px;
}

@media (min-width: 991px) {
    .info-slider {
        padding: 50px;
    }
}

.infoslider span {
    font-weight: 700;
}

.info-slider span span {
    color: #fe4156;
}

.info .info-office {
    margin: 30px 0px;
    padding-top: 30px;
    border-top: solid thin #666;
}

@media (min-width: 991px) {
    .info .info-office {
        margin: 30px 0px;

    }
}

.info .info-office ul {
    list-style: none;
    color: #666;
    font-size: 9pt;
    padding: 5px 10px
}

@media (min-width: 991px) {
    .info .info-office ul {
        padding: 5px 20px
    }
}

.info .info-office ul li:first-child {
    font-size: 10pt;
}


@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}




/*contact*/

.contact {
    padding: 140px 0;
    background: #fff url("../images/contact/contact-bg.jpg") no-repeat top center;
    background-color: rgba(255, 255, 255, 0.0);
    background-blend-mode: lighten;
    background-size: contain;
    background-attachment: fixed;
    color: #fff;
    font-family: sans-serif;
}

.whats h2,
.contact h1 {
    color: #38A5DD;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-slider {
    background-color: rgba(255, 255, 255, 0.9);
}

.contact-slider {
    padding: 30px 25px 5px;
}

.contact-slider p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.contact-step {
    width: 90%;
    margin: 80px auto 150px;
}

.contact-step .contact-step-box {
    background-color: #D6ECF8;
    margin: 25px auto;
    padding: 30px 40px;
    width: 100%;
    border-radius: 20px;
}

.contact-step .contact-step-box .left {
    float: left;
    width: 25%;
    margin-right: 20px;
    font-size: 18pt;
    vertical-align: middle;
}

.contact-step .contact-step-box .right {
    vertical-align: middle;
    overcontact: hidden;
}

.contact-step .step-arrow {
    text-align: center;
}

@media (max-width: 767px) {
    .contact-step .contact-step-box .left {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
}




#instafeed a {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#instafeed a::after {
    content: "View";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(254, 65, 86, 0.5);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#instafeed a:hover::after {
    opacity: 1;
}

#instafeed img {
    width: 100%;
}

.social {
    background-color: #fff;
}

.social .social-slider {
    padding: 50px 0;
    border-bottom: 1px solid #dddddd;
}

#social .swiper-wrapper {
    min-height: 660px;
}

.social a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777777;
    font-family: "Libre Baskerville", serif;
}

.social a i {
    margin-right: 5px;
}

.social a:hover {
    text-decoration: none;
    color: #fe4156;
}

footer {
    background-color: #fff;
}

.foot-text {
    color: #777777;
    border-top: 1px solid #dddddd;
    padding: 35px 0;
    position: relative;
}

/*************************************
                Back to Top  
 **************************************/

#back-to-top {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fe4156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    position: absolute;
    top: 20;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-top:hover {
    background: rgba(254, 65, 86, 0.7);
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas .social-link a {
        -webkit-transition: none;
        transition: none;
    }

    .slider-content a {
        -webkit-transition: none;
        transition: none;
    }

    .top-point img,
    .feature-book img,
    .summer-sale img {
        -webkit-transition: none;
        transition: none;
    }

    .filter-tabs li {
        -webkit-transition: none;
        transition: none;
    }

    .single-book .book-btn {
        -webkit-transition: none;
        transition: none;
    }

    #instafeed a::after {
        -webkit-transition: none;
        transition: none;
    }
}

/*# sourceMappingURL=style.css.map */

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.pb50 {
    padding-bottom: 50px;
}