@charset 'UTF-8';

/**** ファーストダンスここから ****/
main#first-dance {
    background-color: #c0b889;
    padding-top: 70px;
}
main#first-dance #firstdanceMain {
    background-image: url(/common/img/bg_first-dance.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    color: #333;
    height: 730px;
    position: relative;
}
main#first-dance #firstdanceMain a#toContact {
    background: #32d6f187;
    border-radius: 100px;
    width: 200px;
    display: block;
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 30%;
    text-align: center;
    padding: 20px 16px 10px;
    font-size: 1.6rem;
    color: #fff;
}
main#first-dance #firstdanceMain a#toContact:hover {
    text-decoration: none;
    opacity: 0.8;
}
main#first-dance #firstdanceMain p {
    color: #fff;
    position:absolute;
}
main#first-dance #firstdanceMain p#mainCopy {
    font-size: 3rem;
    margin-left: 50px;
    line-height: 1.3em;
    color: #d2faff;
    font-weight: bold;
    text-shadow: 0 0 10px #000,0 0 15px #000;
    bottom: 210px;
}
main#first-dance #firstdanceMain h1 {
    padding: 50px 50px 0px;
    text-align: right;
    line-height: 1.4em;
    font-size: 5.4rem;
    font-family: 'Playfair Display', serif;
    color: #fff;
}
#firstdanceMain #firstMainbottom {
    background: #00000073;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 190px;
}
#firstdanceMain #firstMainbottom h2 {
    margin: 30px 50px 15px;
    color: #fff;
    font-weight: bold;
}
#firstdanceMain #firstMainbottom p {
    font-size: 1.6rem;
    margin: 0px 50px 30px;
    line-height: 1.6em;
}
#firstdanceCont {
    color: #333;
    padding: 50px 0px;
    max-width: 1000px;
    margin: auto;
}
#firstdanceCont h2 {
    color: #000;
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 20px;
    text-align: left;
}
#firstdanceCont p,
#firstdanceCont dl {
    font-size: 1.6rem;
    line-height: 1.8em;
}
#firstdanceCont .content1 {
    margin-bottom: 60px;
}
#firstdanceCont .content1 img {
    float: right;
    margin: 0 0 30px 35px;
    width: 300px;
}
#firstdanceCont dl.faq dt{
    color: #007692;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#firstdanceCont dl.faq dd{
    margin-bottom: 20px;
}
#footerContact h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}
#footerContact p {
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 765px) {
    main#first-dance {
        padding-top: 50px;
    }
    main#first-dance #firstdanceMain {
        height: 830px;
    }
    main#first-dance #firstdanceMain h1 {
        font-size: 3.4rem;
        padding: 40px 20px 0px;
        text-shadow: 0 0 10px #000,0 0 15px #000;
    }
    main#first-dance #firstdanceMain p#mainCopy {
        font-size: 6.3vw;
        margin: 20px;
        bottom: 37%;
        font-weight: bold;
    }
    #firstdanceMain #firstMainbottom {
        height: 38%;
    }
    #firstdanceMain #firstMainbottom br {
        display: none;
    }
    #firstdanceMain #firstMainbottom h2 {
        margin: 10px 20px 8px;
        font-size: 2.0rem;
    }
    #firstdanceMain #firstMainbottom p {
        margin: 0px 20px 0px;
        font-size: 4.7vw;
    }
    main#first-dance #firstdanceMain a#toContact {
        width: 100%;
        border-radius: 0px;
        bottom: 0px;
        right: 0px;
        padding: 10px 0px 0px;
    }
    #firstdanceCont {
        width: 94%;
        margin: auto;
    }
    #firstdanceCont .content1 img {
    float: none;
    margin: 0px auto;
    display: block;
        margin-bottom: 20px;
    }
}
