  @charset "UTF-8";
/* CSS Document */

#single .addBox.addDesc{
  border-color: #26b7bc;
  padding: 1em 2em;
}
#single .addBox.addDesc h3 {
font-size: 22px;
text-align: center;
padding: 0;
margin-bottom: 0.5em;
border:none;
  color: #26b7bc;
}
#single .addBox.addDesc p {
  font-size: 18px;
line-height: 2;
}
#single.oshihamo h3.area {
padding: 1em 0 0.5em 0;
line-height: 1.3;
  border-bottom: #c8c9ca dotted 1px;
border-top: #c8c9ca solid 2px;
margin-bottom: 0;
}
#single .sec h2 {
border-top: none;
  padding: 0.5em 0 0.8em;
}
#single .sec h2.h2-01 {
border-top: #c8c9ca solid 2px;
  padding: 0.5em 0 0.8em;
}
#single .editer .imgBox {
  border-radius: 50%;
  overflow: hidden;
}
#single .putihamo .editer .imgBox {
  border-radius: 0;
  overflow: hidden;
}

#single .miseoshi {
  padding:20px 0 50px;
}
#single .miseoshi h4 {
  margin-bottom: 15px;
}
#single .miseoshi .flex {}
#single .miseoshi .flex .itemBox {
  max-width: 230px;
  width: 30%;
}
#single .miseoshi .flex .itemBox dt {
text-align: center;
  padding: 0.6em 0;
  font-size: 16px;
  font-weight: 500;
}
#single .miseoshi .flex .itemBox dd {
font-size: 15px;
}

#single #tjBox {
border: #e60012 solid 2px;
border-radius: 15px;
padding: 30px 50px;
  margin-top: 25px;
  margin-bottom: 50px;
}
#single #tjBox .flex {}
#single #tjBox .flex dl {
  flex: 1;
  padding-right: 50px;
}
#single #tjBox .flex dt {
  max-width: 270px;
}
#single #tjBox .flex dd {
  font-size: 18px;
  padding-top: 0.6em;
}
#single #tjBox .flex .imgBox {
  max-width: 238px;
}
#single.oshihamo .putihamo .editer .txtBox {
  display: block;
}
#single.oshihamo .putihamo .editer .caption {
  width: 100%;
  text-align: right;
  font-size: 15px;
}
#single.oshihamo .ytWrap {
  padding: 15px 30px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2) inset;
  border-radius: 16px;
  background-color: #faf9f5;
}
#single.oshihamo .ytWrap h4 {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#single.oshihamo .ytWrap .ytBox {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
#single.oshihamo .ytWrap .ytBox iFrame {
  position: absolute;
  left: 0;
  top: 0;
}
#single.oshihamo .putihamo .editer .txtBox .marker {
background: rgb(255,241,0);
background: linear-gradient(180deg, rgba(255,241,0,0) 0%, rgba(255,241,0,1) 20%,rgba(255,241,0,0) 100%);
background-repeat: no-repeat;
background-size: 0% .8em;
background-position: left bottom;
transition: all 1.5s ease 0.5s;
font-weight: 500;

}
#single.oshihamo .putihamo .editer .txtBox .marker.active {
background-size: 100% .8em;
}



@media screen and (max-width : 959px ){
 
  #single .addBox .flex .rightBox .btnBox {
    justify-content: center;
    padding-top: 10px;
  }
  #single .miseoshi .flex .itemBox {

  }
}
@media screen and (max-width : 599px ){
  #single .miseoshi .flex .itemBox {
   max-width: 380px;
   width: 100%;
   margin: 0 auto;
  margin-bottom: 20px;
  }
  #single .miseoshi .flex .itemBox .imgBox {
   max-width: 230px;
   margin: 0 auto;
  }
  #single #tjBox {
    padding: 8% 5%;
}
  #single #tjBox .flex dl {
    flex:none;
    width: 100%;
    padding-right: 0px;
  }
  #single #tjBox .flex dt {
    width: 60%;
    max-width: 270px;
    margin: 0 auto;
  }
  #single #tjBox .flex .imgBox {
    width: 70%;
    max-width: 238px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #single.oshihamo .ytWrap {
    padding: 2% 3% 1%;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.2) inset;
    border-radius: 6px;
    background-color: #faf9f5;
  }
  #single.oshihamo .ytWrap .caption {
    text-align: left;
    font-size: clamp(11px, 3.0vw, 13px);
  }

}