Text with Image

SPECIAL COFFEE

We offer special coffee roasted in-house. Enjoy the unique taste and aroma.

SWEETS

Our sweets are made by a pastry chef who trained at a top-class restaurant in France to make sweets that go well with coffee.


CSS

設置個所:管理メニュー > 基本設定 > ヘッダー編集 > 各ページ (JIMDO有料バージョン)

Location:Menu>Setting>Edit Head > PAGES(Paid version)

<style>

/* <![CDATA[ */

/* TWI

----------------------------------------------*/

.cc-pagemode-default .j-textWithImage > div .cc-m-textwithimage-inline-rte{

    padding:1.5em 2em;

}

 

/*##################################### 768以上 #######################################*/

 

@media(min-width:769px){

.cc-pagemode-default .j-textWithImage{

    position:relative;

}

    

.cc-pagemode-default .j-textWithImage figure.cc-imagewrapper{

    display:block;

    z-index: 0;

}

 

.cc-pagemode-default .j-textWithImage figure+ div{

    position:absolute;

    top:30%;

}

 

.cc-pagemode-default .j-textWithImage figure.cc-m-image-align-1 + div{right:0;}

 

.cc-pagemode-default .j-textWithImage figure.cc-m-image-align-2 + div{left:0;}

 

.cc-pagemode-default .j-textWithImage figure img{

    border-radius:15px;

    box-shadow:5px 5px 10px rgba(0,0,0,.5);  

}

 

.cc-pagemode-default .j-textWithImage > div{

    width:100%;

    max-width:600px;

    background:rgba(255,255,255,0.9);

    box-shadow:3px 3px 12px #000;

}

 

.cc-pagemode-default .j-textWithImage > div strong{

    display:block;

    font-size:2em;

    text-decoration:underline 3px solid #000;

    padding-bottom:.6em;

    text-underline-offset:.3em;

}

}

 

/*##################################### 768以下 #######################################*/

@media(max-width:768px){

.cc-pagemode-default .j-textWithImage{

    padding:0;

    border-radius:15px;

    box-shadow:3px 3px 5px rgba(0,0,0,0.5);

}

 

.cc-pagemode-default .j-textWithImage > div .cc-m-textwithimage-inline-rte{

    background:#fff;

    border-radius:0 0 15px 15px;

}

 

.cc-pagemode-default .j-textWithImage figure img{

    width:100%;

    border-radius:15px 15px 0 0;

}

 

.cc-pagemode-default .j-textWithImage figure{

    float:none !important;

    width:100% !important;

    margin:0 auto !important;

}

}

/*]]>*/

</style>