/* CSSファイルの最上部に記述 */
@import url("../../css/style.css");
@import url("../../css/menu.css");
@import url("../../css/mobile.css");

img {
    margin: auto;
}

.main {
    padding-top: 20px;
}

.sub-head {
    height: 60px;
    width: 100%;
    position: relative;
}

.sub-head img {
    max-width: 550px;
    position: absolute;
    left: 0;
    right: 0;
}

.sub-title {
    width: 100%;
    height: calc(100vh - 120px);
    background: url("../img/sub-head.jpg")center center / cover no-repeat;
    display: flex;
    align-items: center;
}

.sub-title p {
    font-size: 180%;
    line-height: 1em;
    color: white;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0px;
}

.sub-title p span {
    font-size: 15px;
    font-family: trajan-pro-3, serif;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

p.text {
    margin: 2% auto;
    max-width: 600px;
}

.pan {
    color: #3f4f60;
    font-size: 13px;
    width: 100%;
    background: linear-gradient(90deg, #D7D7D7, #FFFFFF, #D7D7D7);
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 99;
}

.pan div {
    text-align: left;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.box3 {
    font-size: 15pt;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: white;
    background: #3f4f60;
}

.bridal-1 .content,
.bridal-2 .content {
    padding-top: 0;
}

.bridal-2 img {
    margin: 1% auto;
}

.under {
    background: linear-gradient(transparent 50%, yellow 50%);
}

.green {
    background: #3f8060;
    margin: 1em 0;

}

.red {
    background: #d14f60;
    margin: 1em 0;

}

.box3 p {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.sub h2 {
    font-size: 25px;
    text-align: left;
    padding: 1.3rem 2rem;
    border-left: 5px solid #BC8083;
    border-bottom: 2px solid #BC8083;
    background: #f4f4f4;
}

.specific .right {
    width: 70%;
}

.specific .left {
    max-width: 250px;
}

.specific h3 {
    text-align: left;
    color: #BC8083;
    margin: auto;
}

div.price h2 {
    font-size: 25px;
    text-align: center;
    border: none;
    color: #3f4f60;
}

.contact_button {
    max-width: 500px;
    width: 100%;
    margin: 3% auto;
}

.contact_button .left {
    background: #3f4f60;
    width: 49%;
    margin-right: 1%;
}

.contact_button .right {
    background: #bc5058;
    width: 49%;
}

.contact_button a {
    line-height: 3em;
    color: white;
    text-align: center;
    margin: auto;
    display: block;

}



.bridal-1 {
    background: url("../img/bridal3.jpg")center center / cover no-repeat;
}

.bridal-2 {
    background: url("../img/bridal4.jpg")center center / cover no-repeat;
}

.bridal-4 {
    background: url("../img/bridal7.jpg")center center / cover no-repeat;
}

.bridal-6 {
    background: url("../img/bridal9.jpg")center center / cover no-repeat;
}

h4 {
    margin: 2em auto;
    font-size: 25px;
    text-align: center;
    color: #804500;
}

h4.shadow {
    text-shadow:
        white 1px 1px 20px, white -1px 1px 20px,
        white 1px -1px 20px, white -1px -1px 20px,
        white 1px -1px 20px, white -1px -1px 20px,
        white 1px -1px 20px, white -1px -1px 20px,
        white 1px -1px 20px, white -1px -1px 20px;
}

h5 {
    text-align: center;
    line-height: 2em;
}

h2 {
    color: #AF8080;
}


.scheme .right {
    margin-top: 2%;
    width: 70%;
}

.scheme .left {
    max-width: 150px;
}

.scheme h3 {
    text-align: left;
    color: #BC8083;
    margin: auto;
}

.parent .left-1 {
    background: url('../img/br1.jpg')center center / cover no-repeat;
}

.parent .right-2 {
    background: url('../img/br2.jpg')center center / cover no-repeat;
}


@media screen and (max-width:650px) {
    h5 {
        text-align: justify;
        line-height: 2em;
    }

    h2 {
        line-height: 1.4em;
    }

    .sub-head {
        height: 75px;
        width: 80%;
        margin: auto;
        position: relative;
    }

    .sub-title p {
        font-size: 120%;
        padding: 10px;
    }

    .pan {
        padding: 1em;
    }

    .sub-title {
        height: 200px;
        display: flex;
        align-items: center;
    }

    .specific .left {
        max-width: 600px;
    }

    .scheme .left {
        max-width: 80px;
        margin: 5% auto;
    }

    .scheme .right h3,
    .specific .right h3 {
        text-align: center;
        line-height: 3em;
    }

    .scheme .right p,
    .specific .right p {
        text-align: justify;
        margin-bottom: 5%;
    }

    .under {
        background: linear-gradient(transparent 80%, yellow 80%);
    }

    h4 {
        margin: 1em auto;
        font-size: 23px;
    }
}
