
@charset "UTF-8";
h3.ip_title{
    font-size: 2rem;
}
.statement_table_wrap{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.statement_table{
    margin-bottom: 40px;
    border: solid 1px #F88E74;
    text-align: left;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}
.statement_table th {
    width: 34%;
    background:#F88E74;
    color: #fff;
    padding: 20px;
    font-weight: normal;
    border-bottom: solid 1px #fff;
}
.statement_table th:not(:first-of-type) {
    border-left: 1px solid #FFFFFF;
}
.statement_table td {
    padding: 17px;
    font-weight: normal;
    border-top: 1px solid #F88E74;
}
.statement_table td span.note{
    font-size: 1.2rem;
    font-weight: normal;
    display:block;
    line-height:1.2;
}
.statement_table td:not(:first-of-type) {
    border-left: 1px solid #F88E74;
}
.statement_table tr:last-child th {
    border-bottom: 1px solid #F88E74;
}
.statement_table tbody td{
    vertical-align: middle;
}
/*支払い方法*/

.brunch_container div.container p{
        margin-bottom: 3rem;
}
.brunch_container div.container{
        padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .service-credit ul.credit-card {
        display: flex;
        justify-content: center;
        margin: auto;
    }
}
.service-credit ul.credit-card {
    display: flex;
    justify-content: left;
    margin: auto;
    padding-bottom:5rem;
}

@media screen and (max-width: 768px) {
    .service-credit ul.credit-card li {
        width: 80px;
        margin-top: 20px;
        margin-left: 8px;
        padding-top: 40px;
        font-size: 1.0rem;
        text-align: center;
        background-size: cover;
    }
}
.service-credit ul.credit-card li {
    width: 80px;
    margin-top: 30px;
    margin-left: 8px;
    padding-top: 50px;
    font-size: 0.8rem;
    text-align: center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .service-credit ul.credit-card li:first-child {
        margin-left: 0;
        background: url(../images/img_visa.png) no-repeat center top / 52px auto;
        background-size: cover;
    }
}
.service-credit ul.credit-card li:first-child {
    margin-left: 0;
    background: url(../images/img_visa.png) no-repeat center top / 62px auto;
    }
}
@media screen and (max-width: 768px) {
    .service-credit ul.credit-card li:nth-child(2) {
        background: url(../images/img_mastercard.png) no-repeat center top / 52px auto;
    }
}
.service-credit ul.credit-card li:nth-child(2) {
    background: url(../images/img_mastercard.png) no-repeat center top / 59px auto;
}
@media screen and (max-width: 768px) {
    .service-credit ul.credit-card li:nth-child(3) {
        background: url(../images/img_jcb.png) no-repeat center top / 42px auto;
    }
}
.service-credit ul.credit-card li:nth-child(3) {
    background: url(../images/img_jcb.png) no-repeat center top / 52px auto;
}
@media screen and (max-width: 768px) {
    .service-credit ul.credit-card li:nth-child(4) {
        background: url(../images/img_diners.png) no-repeat center top / 45px auto;
    }
}
.service-credit ul.credit-card li:nth-child(4) {
    background: url(../images/img_diners.png) no-repeat center top / 55px auto;
}
@media screen and (max-width: 768px) {
    .service-credit ul.credit-card li:nth-child(5) {
        background: url(../images/img_amex.png) no-repeat center top / 30px auto;
    }
}
.service-credit ul.credit-card li:nth-child(5) {
    background: url(../images/img_amex.png) no-repeat center top / 40px auto;
}