/* Noto Sans フォント import */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css?family=Amaranth:400,400i,700,700i|Rammetto+One|Roboto+Slab:100,300,400');

@font-face { 
    font-family: 'Roboto Slab','Rammetto One', cursive,'Rounded Mplus 1c','Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック', YuGothic, 'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
    font-weight: normal;
    font-style: normal;
}
/* General Style */
body{
    font-family: 'Roboto Slab','Rammetto One', cursive, sans-serif;
    font-weight:300;
}
ul.cb-slideshow li div h3{
    font-family: Amaranth,'Rammetto One', cursive, sans-serif;
    font-style: italic;
    font-weight: 400;

}
