@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
/*header
----------------------------------------------------*/
#header {
	height: 140px;
}



.p-tablet {
    margin-bottom: 120px;
}

.p-tablet__block {
    padding: 0 50px 30px 30px;
    border: 1px solid #057a63;
    border-radius: 30px;
}

.p-cafe_date {
    width: fit-content;
    margin: -20px 0 20px;
    padding: 5px 39px 7px;
    color: #057a63;
    font-size: 18px;
    line-height: 1.5;
    background: #f3f3f3;
    border: 1px solid #057a63;
    border-radius: 30px;
}

.p-cafe__cont {
    display: flex;
    justify-content: space-between;
}
.p-cafe_img {
    width: 45%;
    border-radius: 15px;
    overflow: hidden;
}
.p-cafe_des {
    width: 50%;
}

.p-cafe_ttl {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.p-cafe_ttl-ja {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.p-cafe_ttl-en {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.p-cafe_txt {
   font-size: 18px;
    margin-bottom: 20px;
}


