#pageTop02 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop02 a {
  display: block;
  z-index: 999;
  padding: 5px 5px 5px 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
 background:url(https://img05.shop-pro.jp/PA01315/558/etc/bg.gif?cmsp_timestamp=20170428201619) repeat;
  color: #E95098;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.momo_snspic{
  max-width: 95%;
  height: auto;
  text-align: center;
}


. topfont{
font-family: 'Montserrat', sans-serif;
text-align: center;
}

 h2 {
text-align: center;
}
 h2:after {
    display: block;
    content: '';
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #E95098;
    margin: 8px auto 0;
}



h3 {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
}

h3:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f00c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #E95098; /*アイコン色*/
}

.details{
 margin-bottom: 40px;
}

