/*見出し２*/
h2#midashi2 {
    background-color: #f3a3a8;
    background-image: radial-gradient(#f5b2b6 20%, transparent 0), radial-gradient(#f5b2b6 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    color: #590c11;
    padding: 10px;
    border-left: 10px solid #f25f70;
}

/*フロントボタン*/
.front-button {
			background-color: #f25f70;
    border-style: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    padding: 6px 15px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

/*ボタンカラー*/
.button-color {
    color: #fff;
}

/*フロントコンテンツエリア*/
@media screen and (min-width: 768px) {
      .front-page-content-area .with-featured-image {
        opacity: 0.8;
        border-radius: ３０px;
        
      }
}

/*問い合わせ　必須　カラー*/
.required {
  color: #f5637a;
}

/*フロントウェジットエリア*/
.see-more {
  display: block;
  text-align: right;
}

/*フッターウェジットエリア*/
.widget-logo {
	margin-bottom: 0.857em;
	text-align: center;
}

/*トップへ戻るボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 30px;
}

#page-top img{
	max-width: 60px;
	height: auto;
}

#page-top a {
	display: block;
	text-decoration: none;
	opacity: 0.8;
}
	
#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
}

/*ブログ幅変更*/
@media (min-width: 970px){
  #main #post-302,#main #post-301,#main #post-481 {
    width: 850px;
  }
}
