@charset "UTF-8";

/* CSS Document */

#intro {
    background: url(../images/groom/mv_bg.png) top center no-repeat;
}

#intro .commonparts_box {
    height: 190px;
}


@media screen and (max-width: 767px) {
    #intro {
        background-size: cover;
    }
#intro .commonparts_box {
    height: 44vw;
}

}


/*==============util=============*/

.ttl_bb span{
    font-size: 2.2rem;
    font-weight: normal;
    color: #38a1db;
    text-align: center;
    margin-bottom: 22px;
    background: #ebf5fb;
    padding: 5px 0;
}

.gr01 {
    margin-bottom: 80px;
}

.gr01__box__txt_l {
    font-size: 1.6rem;
}

.gr01__box__txt_l span {
    font-size: 1.6rem;
    font-weight: normal;
}

.txt_symbol {
    width: 60%;
    margin-top: 20px;
}


@media screen and (max-width: 767px) {
    .gr01 {
    margin-bottom: 10.43vw;
}
    .gr01__box__txt_l {
    font-size: 3vw;
}
.gr01__box__txt_l span {
    font-size: 3.5vw;
}
    .icon_C1 {
      margin: 0 5%;
    }
    .icon_C1 img {
      width:auto;
    }
}


/*sec*/

#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08,#sec09 {
    margin-bottom: 120px;
}
#sec08{
    margin-bottom: 66px;
}

@media screen and (max-width: 767px) {
    #sec01{
        margin-bottom: 15.65vw;
    }
    #sec02{
        margin-bottom: 8.6vw;
    }

}

.txt {
    font-size: 1.4rem!important;
	line-height: 1.8!important;
}
