

/* Instagram限定キャンペーン! */
.button10 {
  display: inline-block;
  position: relative; 
  background-image: linear-gradient(45deg, #bae3f9 0%, #f8d1e2 100%);
 
  background-size: 200% auto;  
  color: #000000;
  border-radius: 10px;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
}
.button10:hover {
  color: #fff;
  opacity: 0.6;
}

.ig_font{
	font-family: "游ゴシック", "Yu Gothic","游ゴシック体","YuGothic","Courier","Courier New","monospace","sans-serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic" ;
	
}
.ig_font2{
	font-family: "serif","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}