@charset "UTF-8";

/* ------------------------------
    トップページ
------------------------------ */

body {
    padding-top: 0 !important;
}

/*メインビジュアル*/

.main_visual {
    padding-top: 40px;
    padding-bottom: 10px;
    max-width: 1600px;
    margin: auto;
}

@media (max-width: 959px) {
    .main_visual {
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

/*お申し込み固定ボタン*/

.entryfix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: rgba(255,255,255,.7);
    transition: .5s;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.entryfix .uk-button {
    font-size: 14px;
}


/*Instagram*/

.insta_btn {
    display: inline-block;
    text-align: center;
    color: #2e6ca5;
    font-size: 20px;
    text-decoration: none;
}

.insta_btn.icon {
    width: 50px;
    height: 50px;
}

.insta_btn.text {
    line-height: 20px;
}

.insta_btn:hover {
    color:#668ad8;
    transition: .5s;
}

.insta_btn .insta {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: 13px;
}

.insta_btn .insta:before {
    content: '';
    position: absolute;
    top: 23px;
    left: -18px;
    width: 60px;
    height: 60px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.insta_btn .fa-instagram {
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 35px;
    line-height: 50px;
}

.roundedRightDown0 {
    border-radius: 15px 15px 15px 0;
}

.roundedLeftDown0 {
    border-radius: 15px 15px 0 15px;
}


/*&flowerの続けられる機能*/

@media (max-width: 400px) {
    #about_function .section-title {
        font-size:  2.5rem;
    }
}


/*&Flowerの器*/

.glass_exp_box {
    margin-top: 20px;
}

@media (max-width: 639px) {
    .glass_exp_box {
        margin-top: 0px;
    }
}


.bg_white {
    background-color: #FFF;
    padding: 20px;
    margin: 0 calc(50% - 50vw);
}
.bg_gry {
    background-color: #ededea;
}


.bg_gry img {
    border-radius: 5px;
}

.bg_gry .service_point {
    background-color: #FFF;
    border: 0.5px solid #cacaca;
    border-radius: 5px;
    padding: 15px 10px;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.bg_gry .service_point .service_icon {
    width: 60px;
    margin-right: 10px !important;
}

.bg_gry p {
    text-align: center;
    line-height: 2;
    font-size: 18px;
}

.bg_gry .service_point h3 {
    font-weight: 600;
    font-size: 1.6rem;
    font-size: 16px;
}

.bg_gry .service_point p {
    text-align: left;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 22px;
}
.bg_white h3 {
    text-align: center;
}
.bg_white .insta {
    width: 160px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.item_list .uk-card .uk-card-body {
    padding: 5px;
    height: 12rem;
    width: 97%;
}
.iprezents_pr h2 {
    font-weight: bold;
    font-size: 2.4rem;
    font-size: 24px;
    color: #342f29;
    text-align: center;
}