@charset "utf-8";
/* --------------------------------
ページ用css
-------------------------------- */
.rsvp-btn-bg{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff3f5+0,e2e9ed+100 */
background: rgb(239,243,245); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,243,245,1) 0%, rgba(226,233,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(239,243,245,1) 0%,rgba(226,233,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(239,243,245,1) 0%,rgba(226,233,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f5', endColorstr='#e2e9ed',GradientType=0 ); /* IE6-9 */
 padding:38px 6px;
    position: relative;
    margin-top: 10px;
}
.rsvp-btn-bg::before{
    content:"";
    display:block;
    background: transparent url(../img/common/bg-marble.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
}
.rsvp-btn-bg::after{
    content:"";
    display:block;
    background: #FFFFFF;
    width: 96%;
    width:calc( 100% - 12px );
    height: 96%;
    height:calc( 100% - 12px );
    position: absolute;
    top:0px;
    left:0px;
    margin:6px;
    opacity: 0.7;
}
.rsvp-btn-tbl{
    display: table;
    width: 93%;
    margin:0 auto 0 auto;
    position: relative;
    z-index: 2;
}
.rsvp-btn-row{
    display: table-row;
    width: 100%;
}
.rsvp-btn-cell{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.rsvp-btn-row .rsvp-btn-cell:nth-child(1){
    padding-right: 6px;
}
.rsvp-btn-row .rsvp-btn-cell:nth-child(2){
    padding-left: 6px;
}
.rsvp-btn-att{
    position: relative;
    z-index: 2;
    padding-left:1.3em;
    width: 93%;
    margin:30px auto 0px auto;
}

.rsvp-btn-att::before{
    content:"※";
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
}
.rsvp-tbl-att{
    display: block;
    position: relative;
    padding-left:1.3em;
    font-size: 13px;
}
.rsvp-tbl-att::before{
    content:"※";
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
}
.rsvp-tbl-att2{
    display: block;
    position: relative;
    padding-left:1.3em;
}
.rsvp-tbl-att2::before{
    content:"※";
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
}
.rsvp-txt-box{
    border:2px solid #DDDDDD;
    margin-top:40px;
    padding:14px;
    line-height: 1.7em
}
.rsvp-h4{
    display: block;
    font-size: 18px;
    padding-bottom: 30px;
    padding-top:24px;
    line-height: 1.1em;
}
.rsvp-ifg1 {
    margin-right: 4px;
    position: relative;
    top: -4px;
    
}
.rsvp-d-icon{
    position: relative;
    padding-left:1.0em;
}
.rsvp-d-icon::after{
    content:"";
    display:block;
    width: 8px;
    height: 8px;
    background: #98984C;
    position: absolute;
    top:8px;
    left:0px;
    transform: rotate(45deg);
}
.rsvp-tbl{
    border-spacing: 0;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    width: 100%;
}
.rsvp-tbl tbody{
    width: 100%;
}
.rsvp-tbl tr th{
    white-space: nowrap;
    
    font-weight: 500;
    background: #F0F4F6;
}
.rsvp-tbl tr th,
.rsvp-tbl tr td{
    border-spacing: 0;
    border-bottom:1px solid #DDDDDD;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
}

@media (min-width: 700px) {
.rsvp-tbl{
    width: 600px;
}
.rsvp-tbl tr th,
.rsvp-tbl tr td{
    white-space: nowrap;
    overflow: visible;
}
.rsvp-tbl tr th:nth-child(1),
.rsvp-tbl tr td:nth-child(1){
    padding-left:16px;
    padding-right:0px;
}
.rsvp-tbl tr th:nth-child(2),
.rsvp-tbl tr td:nth-child(2){
    padding-left:0px;
    padding-right:16px;
}
}/*end min-width: 700px*/


@media (min-width: 740px) {
/* sm */
    .qr-box{
      text-align: center;
        line-height: 70px;
        font-size: 14px;
    }
    .rsvp-qr{
        display: inline-block;
        padding-left:10px;
    }
    .rsvp-btn-bg {
    padding: 50px 6px;
}
    .rsvp-btn-att{
       margin: 10px auto 0px auto;
        width: 31em;
    }
    .rsvp-btn-row .rsvp-btn-cell:nth-child(1){
    padding-right: 10px;
}
.rsvp-btn-row .rsvp-btn-cell:nth-child(2){
    padding-left: 10px;
}
    .rsvp-btn-tbl {
    width: 630px;
}
    .rsvp-h4{
    font-size: 20px;
}
}/*end min-width: 740px*/



@media (min-width: 960px) {
/* md */
    .rsvp-h4{
    font-size: 22px;
    padding-bottom: 40px;
    padding-top: 34px;
}
.rsvp-btn-bg {
    padding: 70px 6px;
}
    .rsvp-btn-att{
        width: 100%;
        text-align: center;
        overflow: visible;
        margin-top:20px;
    }
    .rsvp-btn-att::before{
    display:none;
}
    .rsvp-txt-box {
    padding: 14px 36px;
}
    .rsvp-txt-box {
    max-width: 1000px;
        margin-left:auto;
        margin-right: auto;
            margin-top: 60px;
}
}/*end min-width: 960px*/

@media (min-width: 1280px) {
/* lg */
.rsvp-txt-box {
    width: 1000px;
    max-width: none;
}
    .rsvp-btn-bg {
    padding: 80px 6px;
}
}/*end min-width: 1280px*/

@media (min-width: 1600px) {
/* xl */

}/*end min-width: 1600px*/