@charset "UTF-8";

/* CSS Document */


/* GENERAL */

.plan{
    margin: 0 auto !important;
    padding: 0 30px;
}

.pp {
    width: 1000px !important;
    margin-bottom: 0 !important;
}


.price td{
    background-image: none;
}

h2{
    width: 90% !important;
}

h3{
    margin: 5px 0;
    font-size: 26px;
    margin-top: 30px;
}

.plan th.ari,
.plan th.nashi{
    background: #d2ede8 !important;
}

.example{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.example div{
    width: 45%;
    margin: 0 2.5%;
}

.example div img{
    width: 100%;
}

.plan-flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    margin: 20px 0 50px 0;
}

.pl-flexbox {
    width: 32%;
    padding: 10px;
    text-align: center; 
    background-color: #fef3f4;
    margin: 5px 0 5px 0;
}

.pl-flexbox img{
    width: 95%;
    margin: 0 auto;
}

.flexcap01{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #775436;
}

.flexcap02{
    font-size: 13px;
}

.t-paw{
    border-collapse: collapse;
}

.t-paw td{
    border: solid 1px #E6E6E6;
    border-bottom: 0;
    border-right: 0;
}

.t-paw th{
    border: solid 1px #fff;
}


.caps{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.cap-price{
    color: #ff949e;
    font-weight: bold;
    font-size: 18px;
}

h1{
    margin-bottom: 30px;
}

.caps02{
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
}

#footer{
    margin-top: 0;
}

.size-list{
    text-align: center;
    font-size: 20px;
    background-color: #ff949e !important;
    color: #fff;
}

.size-gray{
    background: #ccc !important;
}

.size-button{
    background: #fff;
    color: #ff949e;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
}

.size-button:hover{
    background: #ff949e;
    color: #fff;
}

@media only screen and (max-width: 750px) {
    .plan{
        padding: 0px;
        font-size: 11px;
    }
    
    .example div {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .pl-flexbox {
    width: 100%;
    }
    
    .price th{
        padding: 5px;
        font-size: 10px;
    }
    
    .pp {
    width: 650px !important;
}
    
}




