<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sidebar{
    display: none;
}

.edit-link{
    display: none;   
}

.entry-content { 
    margin-top: 134px;
}

.entry-title {
    display: none;
 }
 .title {
 	text-align: center;
    font-size: 32px;
    padding: 0px;
    margin:0px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0px;
    font-family: 'Mplus 1p', 'Noto Sans JP', sans-serif, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN';
 }

.reservation {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 70px;
    font-family: 'Mplus 1p', 'Noto Sans JP', sans-serif, '繝偵Λ繧ｮ繝手ｧ偵ざ ProN';
 }

 .entry-date {
 	display: none;
 }

 #main {
   background: #F7FAFB;
 }

 #footer {
   background: #F7FAFB;
 }

 body.public-page {
   background: #F7FAFB;
 }

@media screen and (max-width: 640px) {
	.entry-title {
        display: none;
    }

	.title {
        text-align: center;
        font-size: 24px;
        padding: 0px;
        margin:0px;
        font-style: normal;
        font-weight: 700;
        margin-top: 60px;
    }

    .reservation {
        text-align:center;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 40px;
    }

    .entry-content {
        margin-top:0px;
    }

    .entry-date {
        display: none;
    }

    #main {
        background: #F7FAFB;
    }

    #footer {
        background: #F7FAFB;
    }

    body.public-page {
        background: #F7FAFB;
    }
}</pre></body></html>