@charset "utf-8";

/* ################################################################################################ */
/* ## 個別スタイル ################################################################################ */
/* ################################################################################################ */


/* -- TOPページ -------------------------------------------------------------------------------- */


/*アナウンス 2020.03.01*/
#announce {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 2.0em;
    text-align: left;
}
#announce .title {
    font-weight: bold;
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 1em;
}
#announce p {
    margin-bottom: 1em;
}
#announce ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1em;
}
#announce ul li p {
    padding-left: 2em;
    text-indent: -2em;
}


.border-brand-symbol {
    box-sizing: border-box;
    height: 100%;
    padding: 7px;
    display: table;
}

.block-brand-symbol {
    height: 100%;
    border: 1px solid #6565AD;
    display: table-cell;
    vertical-align: middle;
}

#top-arc {
    position: relative;
}
#top-arc .wrap-block-brand-symbol {
    background-color: #000077;
}
#top-arc .block-brand-symbol {
    border: 1px solid #6565AD;
    color: #FFF;
}
#top-nachu .wrap-block-brand-symbol {
    background-image: url(../_img/brand/nachu/bg-nachu.png);
    background-position: 0 0;
    background-repeat: repeat;
}
#top-nachu .block-brand-symbol {
    border: 1px solid #8C7C6E;
    color: #40240E;
}
#top-nachu .block-brand-symbol a {
    color: #40240E;
}
#top-fururi .wrap-block-brand-symbol {
   background-color: #FFF8F8;
}
#top-fururi .block-brand-symbol {
    border: 1px solid #F5CDE2;
    color: #D11278;
}
#top-fururi .block-brand-symbol a {
    color: #D11278;
}
#top-wacocoro .wrap-block-brand-symbol {
   background-color: #FF99C9;
}
#top-wacocoro .block-brand-symbol {
    border: 1px solid #FFCBE6;
    color: #FFF;
}
#top-wacocoro .block-brand-symbol a {
    color: #FFF;
}

.brand-text {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    line-height: 2.2;
    box-sizing: border-box;
}
.brand-place {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}

.brand-place li {
    padding: 10px;
    display: block;
    float: left;
    background-image: url(../_img/common/bd-brand-place-02.png);
    background-position: right 50%;
    background-repeat: no-repeat;
    text-align: center;
}
.brand-place li:last-child {
    background-image: url(../_img/common/bd-brand-place-01.png);
    background-position: right 50%;
    padding-right: 10px;
}
.brand-place li:first-child {
    background-image: url(../_img/common/bd-brand-place-01.png),url(../_img/common/bd-brand-place-02.png);
    background-position: left 50%, right 50%;
    padding-left: 10px;
}
.brand-place li.brand-place-wacocoro {
    background-image: url(../_img/common/bd-brand-place-01.png),url(../_img/common/bd-brand-place-01.png);
    background-position: left 50%, right 50%;
    padding-right: 10px;
}

.brand-link {
    margin-top: 30px;
    text-align: center;
}
.brand-link a {
    margin-bottom: 10px;
}
.ic-blue-diamond {
    background-image: url(../_img/icon/ic-blue-diamond.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#kids_wedding,
#twenty_furisode,
#sotsugyo_mens {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#kids,#wedding,#twenty,#furisode,#sotsugyo,#mens{
    position: relative;
    padding-top: 1em;
    padding-bottom: 5em;
    width: calc(50%);
    text-align: center;
}
#kids .ic-th,
#wedding .ic-th {
    max-width: 350px;
    width: 100%;
    margin: 1em auto;
}
#twenty .ic-th,
#furisode .ic-th,
#sotsugyo .ic-th,
#mens .ic-th {
    max-width: 350px;
    width: 100%;
    margin: 1em auto;
}

#kids_wedding .brand-link,
#twenty_furisode .brand-link,
#sotsugyo_mens .brand-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;

}




#kids {
    background-image: url(../_img/common/bg-kids.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#wedding {

}


#twenty {

}

#furisode {
    background-image: url(../_img/common/bg-furisode.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#sotsugyo {
    background-image: url(../_img/common/bg-wedding.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#mens {

}

#wacocoro {
}



.wrap-wedding {
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
    position:relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.wedding-img img {
    width: 540px;
}
.img-right {
    text-align: right;
}
.block-wedding-right {
    /*margin: 30px 0 0 0;*/
    /*background-color: #f9d2e4;*/
}
.wedding-contents {
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
    max-width: 540px;
    padding: 20px 30px;
}

@media screen and (max-width: 640px) {
    #wedding {
        padding-bottom: 0;
    }
    .wedding-contents {
        -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
        max-width: 640px;
        padding: 10px;
    }
}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (max-width: 9999px) {

}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル #################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 9999px) {

}

@media screen and (max-width: 1370px) {



}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (max-width: 1000px) {
    .brand-place {
        display: inline-block;
    }
    .brand-logo {
        padding-top: 30px;
    }
    #top-nachu .brand-logo {
        padding-top: 65px;
    }

}


@media screen and (max-width: 900px) {

}




/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {


/* -- TOPページ -------------------------------------------------------------------------------- */

    .brand-place {
        display: block;
    }
    .brand-logo {
        padding-top: 0px;
    }
    #top-nachu .brand-logo {
        padding-top: 0px;
    }

    .brand-place li {
        padding: 10px 5px;
    }


    #kids .ic-th,#wedding .ic-th,
    #twenty .ic-th,#furisode .ic-th,
    #sotsugyo .ic-th,#mens .ic-th {
        width: 90%;
    }

}

/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* 継承されないスタイル
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (min-width:1131px) and (max-width:9999px) {

}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル #################################################################### */
/* ################################################################################################ */
@media screen and (min-width:1105px) {

}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (min-width:761px) and (max-width: 1000px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 760px) {

	/* -- TOPページ -------------------------------------------------------------------------------- */

}
@media screen and (max-width: 321px) {

}
