@charset "utf-8";


/* ==================================================================
    stellamaris.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 30px auto 0;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }
.contents .txtArea .buttonStyle.light-blue {
    margin-left: 0;
}

/* --------------------------------
   □  accent
-------------------------------- */
#stellamaris .accent .txtArea {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: none;
}
    #stellamaris .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

#stellamaris .accent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 150%;
}
    /*
    #stellamaris .accent .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    */
        #stellamaris .accent .bg:after {
            content: "";
            position: absolute;
            bottom: -150px;
            left: 0;
            width: 100%;
            height: 300px;
            background: linear-gradient(to bottom, transparent, #011F53, transparent);
        }
    #stellamaris .accent .bg img,
    #stellamaris .accent .bg .movie {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
    }

/* --------------------------------
   □  背景画像
-------------------------------- */
#stellamaris main {
    position: relative;
    overflow: hidden;
}
    #stellamaris main:before {
        content: "";
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #011F53 url(../../images/stellamaris/main_bg.png);
        background-position: center;
        background-size: contain;
        background-repeat: repeat-y;
        padding-bottom: 0;
        z-index: -1;
    }

#stellamaris footer {
    padding-top: 0;
}
    #stellamaris footer #links {
        background: #011F53 url(../../images/stellamaris/main_bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: repeat-y;
    }

/* --------------------------------
   □  explain
-------------------------------- */
#explain {
    position: relative;
    margin-top: -35%;
    padding-top: 0;
}
#explain .lv3.title {
    margin-bottom: 60px;
}
#explain .boxArea .txtArea {
    width: 40%;
}
#explain .boxArea .text.bold {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#explain .boxArea figure {
    width: 50%;
}
#explain .image.text-center {
    text-align: center!important;
    margin: 60px auto 30px;
}

/* --------------------------------
   □  specialSetting
-------------------------------- */
#specialSetting {
    padding-top: 0;
}
#specialSetting .boxArea {
    padding: 60px 4%;
    border: 1px solid #fff;
}
#specialSetting .boxArea .inner {
    max-width: 988px;
    margin: auto;
}
#specialSetting .txtArea {
    width: 53%;
    padding: 30px 0;
}
#specialSetting figure {
    width: 44%;
}

/* --------------------------------
   □  bridalService
-------------------------------- */
#bridalService {
    padding-top: 0;
}
#bridalService .boxArea {
    padding: 60px 4%;
    border: 1px solid #fff;
}
#bridalService .boxArea .inner {
    max-width: 988px;
    margin: auto;
}
#bridalService ul.list {
    padding-top: 30px;
}
#bridalService .buttonStyle.white {
    max-width: 348px;
    margin: 30px auto 0;
}
    #bridalService .buttonStyle.white a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-bottom: 150px;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea figure {
        width: 52%;
    }
    #explain .boxArea .txtArea {
        width: 46%;
    }
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {

}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .buttonStyle.light-blue,
    .contents .txtArea .buttonStyle.light-blue {
        max-width: 280px;
        margin: 20px auto 0;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #stellamaris .accent .txtArea {
        width: 92%;
        height: auto;
        top: 8%;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    /* --------------------------------
       □  背景画像
    -------------------------------- */
    #stellamaris main {
        background-position: center;
        background-size: contain;
        background-repeat: repeat-y;
        padding-bottom: 0;
    }
        #stellamaris main:before {
            top: 60px;
        }
    #stellamaris footer {
        margin-top: 0;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .lv3.title {
        margin-bottom: 30px;
    }
    #explain .boxArea .txtArea {
        padding: 10px 0 0;
        position: relative;
    }
        #explain .boxArea .text.bold {
            font-size: 1.6rem;
            margin-bottom: 10px;
        }
    #explain .boxArea figure img {
        width: 100%;
    }
    #explain .imgArea {
        margin-bottom: 30px;
    }

    /* --------------------------------
       □  specialSetting
    -------------------------------- */
    #specialSetting .boxArea {
        padding: 30px 4% 40px;
    }
    #specialSetting .txtArea {
        padding-bottom: 0;
    }

    /* --------------------------------
       □  bridalService
    -------------------------------- */
    #bridalService .boxArea {
        padding: 30px 4% 40px;
    }
    #bridalService .boxArea ul.list.col2 > li:first-child {
        margin-bottom: 40px;
    }
    #bridalService .buttonStyle.white {
        max-width: 280px;
        margin-top: 20px;
    }
        #bridalService .buttonStyle.white a {
            font-size: 1.4rem;
            padding: 12px;
        }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-bottom: 60px;
    }

}