@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.contact-me {
position:fixed;
bottom:30px;
left:10px;
width: 200px;
height: 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:darkgreen;
font-size:18px;
text-decoration:none;
background:rgba(255,215,0,0.8);
border: 3px solid #ffffff;
text-align: center;
line-height: 15px;
}


.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

/*サイドバー装飾*/
.sidebar h3 {
    background: none; /*背景色を解除*/
    padding: 0; /*余白をなしに*/
    font-size: 16px; /*文字サイズを小さく*/
    letter-spacing: 2px; /*文字の間隔を少し広く*/
}
.sidebar h3:first-letter {
    font-size: 1.5em; /*最初の文字を1.5文字分に大きく*/
}
.sidebar h3:after { /*グラデーションのラインを引く*/
    content:"";
    display:block;
    height:1px;
    width:100%;
    background: -webkit-linear-gradient(left, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
    background: linear-gradient(to right, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
}

/*固定ページの日付を非表示*/
.page .date-tags,
.page .author-info {
  display: none;
} 

/*固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*固定ページのシェアボタンを非表示*/
.page .sns-share{
  display: none;
}

/*固定ページのフォローボタンを非表示*/
.page .sns-follow{
  display: none;
}

/*アピールエリア余白*/
.tagline {
	margin: 0.6em 0 0;
}
.header .logo-text {
	padding: 0;
}
#appeal-in {
	padding: 5px 5%;
}

/*googlemapレスポンシブ*/
.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

/***画像中央揃え***/
.entry-content img{
  margin:auto;
  display:block;
}
.wp-caption{
  margin:auto;
}

/***アピールエリア空白非表示***/
.appeal-content {
	background-color: rgba(255, 240, 240, 0.7);
	padding:10px;
}

/***ウィジェット余白***/
.widget {
  margin-bottom: 5px;
}

/***hタグ***/
.article h1 {
  position: relative;
  color: #158b2b;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.article h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article h2 {
  position: relative;
  background: #ffd98a;
  padding: 10px 5px 10px 25px;
  margin-left: 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.article h2:before {
  font-family: FontAwesome;
  content: "\f1d8";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

.article h3{
  position: relative;
  padding-left: 30px;
  margin-left: 5px;
  color:#153c6e;
  font-size: 18px;
}

.article h3:before{
  position: absolute;
  font-family: FontAwesome;
  content: "\f046";
  background: #7fffd4;
  color: #153c6e;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article h4 {
  font-size: 17px;
  background: linear-gradient(transparent 40%, #81F79F 70%);
}

.category-impressions .post-date {
	display: none;
}


.tagline {
	font-weight: bold;
	font-size: 16px;
}

.site-name-text-link {
	font-weight: bold;
	font-size: 20px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/

}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
