/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.27
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
body{
  color: #666666;
}
/*--------------------------------------
  見出しh1
--------------------------------------*/
.page-title{
  background-image: url("https://www.hananomi24.com/wp-content/uploads/2021/02/タイトル用ライン.jpg");
　background-size:100% auto;!important;
}
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255,127,191), transparent);
  background: linear-gradient(to right, rgb(255,127,191), transparent);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
  background: linear-gradient(transparent 90%, #ff69b4 90%);
　border-left: none;
}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {
  color: #ff69b4;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #ff69b4;
}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*--------------------------------------
  画像ホバー
--------------------------------------*/
.s_opa_01 figure img {
  opacity: 1;
  transition: .3s ease-in-out;
}
.s_opa_01 figure:hover img {
  opacity: .5;
}


