/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";

#contents {
    padding: 15px 0 100px
}

@media screen and (max-width: 980px) {
    #contents {
        padding: 5px 0 60px
    }
}

.outerBlock {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.innerBlock {
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 980px) {
    .outerBlock {
        min-width: 375px
    }

    .innerBlock {
        width: auto
    }
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%;
}

#contents .contents01 .box .text table {
    font-family: 'Kiwi Maru', serif;
}

@media screen and (min-width: 981px) {
    #contents .pc_only {
        display: block
    }

    #contents .sp_only {
        display: none !important
    }

    #contents .contents_text .title {
        /*
        background-color: #fffacd;
        */
        background: rgb(255, 250, 205);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 250, 205, 1)), color-stop(50%, rgba(255, 250, 205, 0.5074230375744048)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, rgba(255, 250, 205, 1) 0%, rgba(255, 250, 205, 0.5074230375744048) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(90deg, rgba(255, 250, 205, 1) 0%, rgba(255, 250, 205, 0.5074230375744048) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fffacd", endColorstr="#ffffff", GradientType=1);
        border-radius: 5px;
        padding: 10px 18px;
        margin-bottom: 30px
    }

    #contents .contents_text .title p {
        line-height: 1.5;
        border-left: 6px #4169e1 solid;
        padding-left: 18px;
        font-size: 20px;
        font-family: 'Kaisei Opti', serif;
    }

    #contents .contents01 .img01 {
        text-align: center
    }

    #contents .contents01 .img01 img {
        display: inline-block
    }

    #contents .contents01 .box {
        padding-top: 30px;
        padding-bottom: 50px
    }

    #contents .contents01 .box:after {
        clear: both;
        display: block;
        content: ''
    }

    #contents .contents01 .box .img {
        float: left;
        /*
        width: 43%;
        */
        width: 69%;
    }

    #contents .contents01 .box .img img {
        padding-top: 18px;
        width: 100%;
    }

    #contents .contents01 .box .text {
        float: left;
        /*
        width: 57%;
        */
        width: 30%;
    }

    #contents .contents01 .box .text table {
        border-collapse: collapse;
        /*
        font-size: 12px;
        */
        font-size: 13px;
        font-weight: normal;
    }

    #contents .contents01 .box .text td,
    #contents .contents01 .box .text th {
        padding: 3px;
        width: 30px;
        height: 25px
    }

    #contents .contents01 .box .text td {
        width: auto;
        /*
        padding: 3px 10px;
        */
        padding: 3px 20px;
    }

    #contents .contents01 .box .text .even {
        background: #fbf8f0
    }

    #contents .contents01 .box .text .odd {
        background: #fefcf9
    }

    #contents .contents01 .box .text .title {
        background: #e6e6fa;
        font-weight: bold;
        white-space: nowrap;
        font-size: 1.5rem;
    }

    #contents .contents01 .box .text .text {
        display: inline-table;
        margin: 4px 10px;
        /*
        line-height: 19px;
        */
        line-height: 23px;
        font-size: 1rem;
    }

    #contents .contents01 .box .text tr {
        border-top: 1px solid #d9d9d9
    }

    #contents .contents01 .box .text tr:last-child {
        border-bottom: 1px solid #d9d9d9
    }

    #contents .img03 {
        width: 100%;
        padding-bottom: 80px
    }

    #contents .contents02 .box_wrap:after {
        clear: both;
        display: block;
        content: ''
    }

    /*
    #contents .contents02 .box_wrap .box {
        float: left;
        width: 48%;
        border: 1px solid #f85c82;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 40px
    }
    */
    #contents .contents02 .box_wrap .box {
        float: left;
        width: 48%;
        border: 3px solid #1e90ff;
        border-radius: 15px;
        text-align: center;
        margin-bottom: 40px;
    }

    #contents .contents02 .box_wrap .box:nth-child(2n) {
        margin-left: 20px
    }

    #contents .contents02 .box_wrap .box:nth-child(2n+1) {
        margin-right: 20px
    }

    /*
    #contents .contents02 .box_wrap .box .title {
        background-color: #f85c82;
        font-size: 26px;
        text-align: center;
        line-height: 1.7;
        color: #fff;
        padding: 9px 0px;
        margin-bottom: 30px;
        font-family: 'Kaisei Decol', serif;
    }
    */
    #contents .contents02 .box_wrap .box .title {
        background-color: #1e90ff;
        font-size: 26px;
        text-align: center;
        line-height: 1.7;
        color: #fff;
        padding: 9px 0px;
        margin-bottom: 30px;
        font-family: 'Kaisei Decol', serif;
        border-radius: 10px 10px 0 0;
    }

    #contents .contents02 .box_wrap .box .title span {
        font-size: 16px;
        display: block;
        font-family: auto
    }

    #contents .contents02 .box_wrap .box .monthly {
        font-size: 16px;
        text-align: center;
        background-color: #ffff66;
        border-radius: 20px;
        width: 240px;
        margin: auto;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box_wrap .box .price {
        font-size: 85px;
        display: inline-block;
        color: #ff3300;
        font-family: sans-serif;
        font-weight: bold;
        line-height: 1.5;
        font-family: 'Prata', serif;
    }

    #contents .contents02 .box_wrap .box .plice2 {
        font-size: 12px;
        display: inline-block;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box_wrap .box .plice3 {
        font-size: 30px;
        display: block;
        line-height: 1
    }

    #contents .contents02 .box_wrap .box .plice4 {
        font-size: 16px;
        line-height: 0;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box_wrap .box .time {
        font-size: 20px;
        font-weight: bold;
        border-bottom: 3px #003399 solid;
        line-height: 1;
        width: 159px;
        padding-bottom: 5px;
        margin-top: 44px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-family: 'Kaisei Tokumin', serif;
    }

    #contents .contents02 .box_wrap .box .notes {
        min-height: 224px;
        margin-bottom: 20px;
        padding: 0 30px;
        text-align: left
    }

    #contents .contents02 .box_wrap .box .recommend {
        margin-bottom: 30px;
        padding: 0 30px
    }

    #contents .contents02 .box_wrap .box .recommend p {
        min-height: 226px;
        padding: 15px 20px;
        text-align: left;
        border-radius: 5px;
        background-color: #ffeded
    }

    #contents .contents02 .box_wrap .box .button {
        font-size: 16px;
        background-color: #9900ff;
        border-radius: 4px;
        color: #ffff00;
        padding: 10px 43px;
        margin-bottom: 30px;
        display: inline-block
    }

    #contents .contents02 .box_wrap .box a {
        position: relative;
        display: block;
        padding-left: 17px;
        font-family: 'Kaisei Opti', serif;
    }

    #contents .contents02 .box_wrap .box a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: solid 6px transparent;
        border-right: solid 6px transparent;
        border-bottom: solid 6px transparent;
        border-left: solid 6px #fff;
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -6px
    }

    /*
    #contents .contents02 .box {
        border: 1px solid #f85c82;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 40px
    }
    */
    #contents .contents02 .box {
        border: 5px solid #fdd35c;
        border-radius: 15px;
        text-align: center;
        margin-bottom: 40px;
    }

    #contents .contents02 .box .title {
        background-color: #fdd35c;
        font-size: 26px;
        text-align: center;
        line-height: 1.5;
        color: #c70067;
        padding: 10px 0px;
        margin-bottom: 24px;
        font-family: 'Kaisei Decol', serif;
        border-radius: 10px 10px 0 0;
    }

    #contents .contents02 .box .title span {
        font-size: 16px;
        display: block;
        font-family: 'Kaisei Decol', serif;
    }

    #contents .contents02 .box .text {
        text-align: center;
        font-size: 16px;
        padding-bottom: 24px;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box .button {
        font-size: 16px;
        background-color: #e9bc00;
        border-radius: 4px;
        color: #5a4498;
        margin-bottom: 30px;
        display: inline-block;
        padding-top: 10px;
        padding-right: 54px;
        padding-bottom: 10px;
        padding-left: 30px;
        font-family: 'Kaisei Opti', serif;
    }

    #contents .contents02 .box a {
        position: relative;
        display: block;
        padding-left: 17px
    }

    #contents .contents02 .box a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: solid 6px transparent;
        border-right: solid 6px transparent;
        border-bottom: solid 6px transparent;
        border-left: solid 6px #fff;
        position: absolute;
        top: 50%;
        right: 28px;
        margin-top: -6px
    }

    #contents .contents02 .box .planNotes {
        padding: 15px 20px;
        font-size: 1.2rem;
        text-align: left
    }

    #contents .contents02 .box .planNotes strong {
        display: block;
        font-weight: bold
    }

    #contents .contents03 {
        text-align: center;
        margin-top: -10px
    }

    #contents .contents03 .text {
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 70px;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents03 img {
        padding-bottom: 100px;
        display: inline-block
    }

    #contents #cv_card {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100
    }

    #contents #cv_card a {
        display: inline-block;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    #contents #cv_card a:hover {
        opacity: .7
    }
}

@media screen and (max-width: 980px) {
    img {
        width: 100%;
        max-width: 100%;
    }

    #contents .pc_only {
        display: none !important
    }

    #contents .sp_only {
        display: block
    }

    #contents .contents_text {
        padding-bottom: 4px
    }

    #contents .contents_text .title {
        /*
        background-color: #fffacd;
        */
        background: rgb(255, 250, 205);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 250, 205, 1)), color-stop(50%, rgba(255, 250, 205, 0.5074230375744048)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, rgba(255, 250, 205, 1) 0%, rgba(255, 250, 205, 0.5074230375744048) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(90deg, rgba(255, 250, 205, 1) 0%, rgba(255, 250, 205, 0.5074230375744048) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fffacd", endColorstr="#ffffff", GradientType=1);
        border-radius: 5px;
        padding: 10px 18px;
        margin-bottom: 16px;
        font-family: 'Kaisei Opti', serif;
    }

    #contents .contents_text .title p {
        line-height: 1.5;
        border-left: 6px #4169e1 solid;
        padding-left: 18px;
        font-size: 18px
    }

    #contents .contents01 .img01 {
        text-align: center
    }

    #contents .contents01 .img01 img {
        display: inline-block
    }

    #contents .contents01 .box {
        padding-top: 23px;
        padding-bottom: 30px
    }

    #contents .contents01 .box .text {
        padding-top: 24px
    }

    #contents .contents01 .box .text.active .text_ttl {
        margin-bottom: 20px
    }

    #contents .contents01 .box .text.active .text_ttl:after {
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        top: 10px
    }

    #contents .contents01 .box .text .text_ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        line-height: 3;
        font-size: 1.3rem;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        background: #e6e6fa;
        font-family: 'Kaisei Opti', serif;
    }

    #contents .contents01 .box .text .text_ttl:after {
        content: '';
        display: block;
        position: absolute
    }

    #contents .contents01 .box .text .text_ttl:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        border-top: 2px solid #f85c82;
        border-right: 2px solid #f85c82;
        -webkit-transform: rotate(135deg) translateY(50%);
        -ms-transform: rotate(135deg) translateY(50%);
        transform: rotate(135deg) translateY(50%);
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    #contents .contents01 .box .text #setumei {
        display: none
    }

    #contents .contents01 .box .text table {
        border-collapse: collapse;
        font-size: 12px
    }

    #contents .contents01 .box .text td,
    #contents .contents01 .box .text th {
        padding: 3px;
        width: 30px;
        height: 25px
    }

    #contents .contents01 .box .text td {
        width: auto;
        padding: 3px 10px
    }

    #contents .contents01 .box .text .even {
        background: #fbf8f0
    }

    #contents .contents01 .box .text .odd {
        background: #fefcf9
    }

    #contents .contents01 .box .text .title {
        background: #e6e6fa;
        font-weight: bold;
        white-space: nowrap;
        vertical-align: top;
        text-align: center;
    }

    #contents .contents01 .box .text .text {
        display: inline-table;
        margin: 3px 10px
    }

    #contents .contents01 .box .text tr {
        border-top: 1px solid #d9d9d9
    }

    #contents .contents01 .box .text tr:last-child {
        border-bottom: 1px solid #d9d9d9
    }

    #contents .img03 {
        width: 100%;
        padding-bottom: 30px
    }

    #contents .contents02 .box_wrap .box {
        border: 4px solid #1e90ff;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 10px
    }

    #contents .contents02 .box_wrap .box .title {
        background-color: #1e90ff;
        font-size: 19px;
        text-align: center;
        line-height: 1.5;
        color: #fff;
        padding: 5px 0px;
        margin-bottom: 20px;
        font-family: 'Kaisei Decol', serif;
    }

    #contents .contents02 .box_wrap .box .title span {
        font-size: 15px;
        display: block;
        font-family: auto
    }

    #contents .contents02 .box_wrap .box .monthly {
        font-size: 15px;
        text-align: center;
        background-color: #ffff66;
        border-radius: 20px;
        width: 150px;
        margin: auto;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box_wrap .box .price {
        font-size: 43px;
        display: inline-block;
        color: #ff3300;
        line-height: 1.7;
        font-family: 'Prata', serif;
    }

    #contents .contents02 .box_wrap .box .plice2 {
        font-size: 12px;
        display: inline-block;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box_wrap .box .plice3 {
        font-size: 20px;
        line-height: 1
    }

    #contents .contents02 .box_wrap .box .plice4 {
        font-size: 16px;
        line-height: 0;
        text-align: center;
        padding-left: 15px;
        padding-bottom: 30px;
        padding-top: 5px;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box_wrap .box .time {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 3px #003399 solid;
        line-height: 1;
        margin-bottom: 20px;
        width: 150px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 12px;
        padding-bottom: 2px;
        font-family: 'Kaisei Tokumin', serif;
    }

    #contents .contents02 .box_wrap .box .notes {
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: left
    }

    #contents .contents02 .box_wrap .box .recommend {
        margin-bottom: 20px;
        padding: 0 20px
    }

    #contents .contents02 .box_wrap .box .recommend img {
        max-width: none;
        width: auto
    }

    #contents .contents02 .box_wrap .box .recommend p {
        padding: 15px 20px;
        text-align: left;
        border-radius: 5px;
        background-color: #ffeded
    }

    #contents .contents02 .box_wrap .box .button {
        font-size: 15px;
        background-color: #9900ff;
        color: #ffff00;
        padding: 8px 30px;
        margin-bottom: 20px;
        margin-right: 57px;
        margin-left: 57px
    }

    #contents .contents02 .box_wrap .box .text {
        text-align: center;
        font-size: 15px;
        padding-bottom: 30px
    }

    #contents .contents02 .box_wrap .box a {
        position: relative;
        padding-left: 17px;
        font-family: 'Kaisei Opti', serif;
    }

    #contents .contents02 .box_wrap .box a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: solid 6px transparent;
        border-right: solid 6px transparent;
        border-bottom: solid 6px transparent;
        border-left: solid 6px #fff;
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -6px
    }

    #contents .contents02 .box {
        border: 5px solid #fdd35c;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 10px
    }

    #contents .contents02 .box .title {
        background-color: #fdd35c;
        font-size: 19px;
        text-align: center;
        line-height: 1.5;
        color: #c70067;
        padding: 5px 0px;
        margin-bottom: 20px
    }

    #contents .contents02 .box .title span {
        font-size: 15px;
        display: block;
        font-family: 'Kaisei Decol', serif;
    }

    #contents .contents02 .box .button {
        font-size: 15px;
        background-color: #e9bc00;
        border-radius: 4px;
        color: #5a4498;
        padding: 8px 30px;
        margin-bottom: 20px;
        margin-right: 57px;
        margin-left: 57px;
        font-family: 'Kaisei Opti', serif;
        line-height: 1.25;
    }

    #contents .contents02 .box .text {
        text-align: left;
        font-size: 14.5px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents02 .box a {
        position: relative;
        display: block;
        padding-left: 17px
    }

    #contents .contents02 .box a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: solid 6px transparent;
        border-right: solid 6px transparent;
        border-bottom: solid 6px transparent;
        border-left: solid 6px #fff;
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -6px
    }

    #contents .contents02 .box .planNotes {
        padding: 15px;
        font-size: 1.2rem;
        text-align: left
    }

    #contents .contents02 .box .planNotes strong {
        display: block;
        font-weight: bold
    }

    #contents .contents03 {
        text-align: center
    }

    #contents .contents03 .text {
        font-size: 16px;
        font-weight: normal;
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 1.5;
        font-family: 'Kiwi Maru', serif;
    }

    #contents .contents03 .img03 {
        padding-top: 32px;
        padding-bottom: 17px
    }

    #contents #cv_card {
        position: static;
        margin-bottom: 10px
    }
}


/* gallery */

.flex-container {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.gallery-wrapper {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    height: auto;
}

.gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-item:not(:last-of-type) {
    margin-bottom: 40px;
}

.gallery-img {
    max-width: 100%;
    padding: 0 15px;
    border-radius: 15px;
}

.gallery-im-caption {
    margin: 0;
    padding: 8px;
    background: #3a3a3a;
    color: #f2f2f2;
}

@media screen and (min-width: 769px) {
    .flex-container {
        margin-bottom: 0;
    }

    .gallery-wrapper {
        max-width: 1240px;
    }

    .gallery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gallery-item {
        padding: 20px;
    }

    .gallery-img {
        min-width: 320px;
        max-width: 320px;
        padding: 0;
    }
}


/* ボタン */

#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: 'Kaisei Opti', serif;
}


/* リンクテキストの下線を非表示 */

a.card-link {
    text-decoration: none;
}


/* カードレイアウト内の画像を幅いっぱいに表示 */

#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}


/* カードレイアウトのタイトル部分 */

.card-title {
    margin: 0.6em 0 0;
    text-align: center;
    font-size: 1.8em;
}


/* カードレイアウトの説明文部分 */

.card-text-tax {
    margin: 0;
    padding: 1em;
}


/* カードレイアウトを1カラムで配置 */

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
}


/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */

@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(98% / 2);
        /* 100%幅を2で割るという指定 */
    }
}


/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */

@media all and (min-width: 992px) {
    .card-list {
        width: calc(98% / 2);
        /* 100%幅を3で割るという指定 */
    }

    /* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(98% / 2);
    }
}


/* */

.button-030 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: .9em 2em;
    border: 2px solid #ffa500;
    border-radius: 5px;
    background-color: #fff;
    color: #ffa500;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Kaisei Opti', serif;
}

.button-030:hover {
    animation: anima-button-030 1s;
}

@keyframes anima-button-030 {
    0% {
        box-shadow: 0 0 0 0 rgb(255 165 0 / 50%);
    }

    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}


/* */

.buttons {
    margin: auto;
    text-align: center;
}

.btn-hover {
    width: 93%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Kaisei Opti', serif;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}