@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/* btnAnime04 */
 
@-moz-keyframes plnpln1 {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
    100% { -moz-transform: skewX(0deg); }
}
 
@-o-keyframes plnpln1 {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
    100% { -o-transform: skewX(0deg); }
}
 
@-webkit-keyframes plnpln1 {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
    100% { -webkit-transform: skewX(0deg); }
}
 
@-moz-keyframes arrow1 {
    0% { -moz-transform: translateX(0px); }
    45% { -moz-transform: translateX(20px); }
    50% { -moz-transform: translateX(25px); }
    55% { -moz-transform: translateX(20px); }
    95% { -moz-transform: translateX(0px); }
    100% { -moz-transform: translateX(0px); }
}
 
@-o-keyframes arrow1 {
    0% { -o-transform: translateX(0px); }
    45% { -o-transform: translateX(20px); }
    50% { -o-transform: translateX(25px); }
    55% { -o-transform: translateX(20px); }
    95% { -o-transform: translateX(0px); }
    100% { -o-transform: translateX(0px); }
}
 
@-webkit-keyframes arrow1 {
    0% { -webkit-transform: translateX(0px); }
    45% { -webkit-transform: translateX(20px); }
    50% { -webkit-transform: translateX(25px); }
    55% { -webkit-transform: translateX(20px); }
    95% { -webkit-transform: translateX(0px); }
    100% { -webkit-transform: translateX(0px); }
}
.btnAnime04 {
    position: relative;
    display:block;
    width:100%;
    max-width:600px;
    padding:10px;
    padding-left:10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
}
.btnAnime04-animate{
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -ms-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
 
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
 
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
    margin-left:auto;
    margin-right:auto;
    z-index: 8;
    
    -webkit-animation-name: plnpln1;
    -moz-animation-name: plnpln1;
    -o-animation-name: plnpln1;
    animation-name: plnpln1;
    width:100%;
}
.btnAnime04-arrow {
    position: absolute;
    top:25%;
    left:-5px;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
 
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
 
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
 
    -webkit-animation-name: arrow1;
    -moz-animation-name: arrow1;
    -o-animation-name: arrow1;
    animation-name: arrow1;
    z-index: 9;
    width:20%;
    max-width:100px;
}
.btnAnime04:hover img{
    opacity:1;
}

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/*ボタン用デザイン*/
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#ffaaaa 0%, #ff1493 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

.fluffy {
  background: #fff;
  width: 350px;
  height: 350px;
  margin: 0px;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #FEEEED;
    padding: 4px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}


.postid-417 #body{
  margin-top:0;
}
.postid-417 #main{
  padding-top:0;	
}

.postid-417 .entry-title {
    display: none;
}
.postid-417 header {
   margin :-5em;
}

.postid-417 #main{
    border: 3px solid #00c9e8;
    border-radius: 0px;
 }

.box15b {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ccf9ff;
    box-shadow: 0px 0px 0px 10px #ccf9ff;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15b p {
    margin: 0; 
    padding: 0;
}

.fluffy2 {
  background: #fff;
  width: 350px;
  height: 150px;
  margin: 0px;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy2 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0; 
    padding: 0;
}

/****** 文字を点滅せさるアニメーション *******/
.blinktext{
	-webkit-animation:blink 1.2s ease-in-out infinite alternate;
    -moz-animation:blink 1.2s ease-in-out infinite alternate;
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

.postid-795 #body{
  margin-top:0;
}
.postid-795 #main{
  padding-top:0;	
}

.postid-795 .entry-title {
    display: none;
}
.postid-795 header {
   margin :-5em;
}

.postid-795 #main{
    border: 3px solid #00c9e8;
    border-radius: 0px;
 }

.postid-812 #body{
  margin-top:0;
}
.postid-812 #main{
  padding-top:0;	
}

.postid-812 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-812 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1057 #body{
  margin-top:0;
}
.postid-1057 #main{
  padding-top:0;	
}

.postid-1057 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1057 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1058 #body{
  margin-top:0;
}
.postid-1058 #main{
  padding-top:0;	
}

.postid-1058 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1058 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1059 #body{
  margin-top:0;
}
.postid-1059 #main{
  padding-top:0;	
}

.postid-1059 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1059 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1060 #body{
  margin-top:0;
}
.postid-1060 #main{
  padding-top:0;	
}

.postid-1060 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1060 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1061 #body{
  margin-top:0;
}
.postid-1061 #main{
  padding-top:0;	
}

.postid-1061 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1061 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1062 #body{
  margin-top:0;
}
.postid-1062 #main{
  padding-top:0;	
}

.postid-1062 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1062 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1063 #body{
  margin-top:0;
}
.postid-1063 #main{
  padding-top:0;	
}

.postid-1063 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1063 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1064 #body{
  margin-top:0;
}
.postid-1064 #main{
  padding-top:0;	
}

.postid-1064 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1064 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1065 #body{
  margin-top:0;
}
.postid-1065 #main{
  padding-top:0;	
}

.postid-1065 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1065 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1086 #body{
  margin-top:0;
}
.postid-1086 #main{
  padding-top:0;	
}

.postid-1086 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1086 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1087 #body{
  margin-top:0;
}
.postid-1087 #main{
  padding-top:0;	
}

.postid-1087 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1087 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1088 #body{
  margin-top:0;
}
.postid-1088 #main{
  padding-top:0;	
}

.postid-1088 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1088 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1089 #body{
  margin-top:0;
}
.postid-1089 #main{
  padding-top:0;	
}

.postid-1089 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1089 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1090 #body{
  margin-top:0;
}
.postid-1090 #main{
  padding-top:0;	
}

.postid-1090 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1090 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1091 #body{
  margin-top:0;
}
.postid-1091 #main{
  padding-top:0;	
}

.postid-1091 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1091 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1092 #body{
  margin-top:0;
}
.postid-1092 #main{
  padding-top:0;	
}

.postid-1092 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1092 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1093 #body{
  margin-top:0;
}
.postid-1093 #main{
  padding-top:0;	
}

.postid-1093 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1093 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1094 #body{
  margin-top:0;
}
.postid-1094 #main{
  padding-top:0;	
}

.postid-1094 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1094 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1095 #body{
  margin-top:0;
}
.postid-1095 #main{
  padding-top:0;	
}

.postid-1095 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1095 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1096 #body{
  margin-top:0;
}
.postid-1096 #main{
  padding-top:0;	
}

.postid-1096 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1096 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1097 #body{
  margin-top:0;
}
.postid-1097 #main{
  padding-top:0;	
}

.postid-1097 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1097 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1098 #body{
  margin-top:0;
}
.postid-1098 #main{
  padding-top:0;	
}

.postid-1098 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1098 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1099 #body{
  margin-top:0;
}
.postid-1099 #main{
  padding-top:0;	
}

.postid-1099 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1099 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1100 #body{
  margin-top:0;
}
.postid-1100 #main{
  padding-top:0;	
}

.postid-1100 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1100 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1101 #body{
  margin-top:0;
}
.postid-1101 #main{
  padding-top:0;	
}

.postid-1101 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1101 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1102 #body{
  margin-top:0;
}
.postid-1102 #main{
  padding-top:0;	
}

.postid-1102 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1102 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1103 #body{
  margin-top:0;
}
.postid-1103 #main{
  padding-top:0;	
}

.postid-1103 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1103 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1104 #body{
  margin-top:0;
}
.postid-1104 #main{
  padding-top:0;	
}

.postid-1104 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1104 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1105 #body{
  margin-top:0;
}
.postid-1105 #main{
  padding-top:0;	
}

.postid-1105 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1105 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1183 #body{
  margin-top:0;
}
.postid-1183 #main{
  padding-top:0;	
}

.postid-1183 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1183 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1212 #body{
  margin-top:0;
}
.postid-1212 #main{
  padding-top:0;	
}

.postid-1212 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1212 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1250 #body{
  margin-top:0;
}
.postid-1250 #main{
  padding-top:0;	
}

.postid-1250 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1250 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1269 #body{
  margin-top:0;
}
.postid-1269 #main{
  padding-top:0;	
}

.postid-1269 .entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1269 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1548 #body{
  margin-top:0;
}
.postid-1548 #main{
  padding-top:0;	
}

.postid-1548.entry-title {
    display: none;
}
/** 記事本文内の行間を調整 */
.postid-1548 p{
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 150%;
}

.postid-1588 #body{
  margin-top:0;
}
.postid-1588 #main{
  padding-top:0;	
}

.postid-1588 .entry-title {
    display: none;
}

.postid-1588 #main{
    border: 3px solid #f7adc3;
    border-radius: 0px;
 }
