@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.5

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

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

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

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



.youtube iframe {
  position: relative;
  aspect-ratio:9 /16; /* ビデオの横/縦比 */
}

.youtube .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 300px;   /* ビデオ横幅 */
}
.eyecatch-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fafafa;
}
#custom_html-2 .eyecatch-profile-img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
}
.eyecatch-profile-text {
  margin: 0;
  font-size: 0.9em;
}
/*834px以下*/
@media screen and (max-width: 834px){
  #custom_html-2 .eyecatch-profile-img {
    width: 100px !important;
    height: 100px !important;
  }
}
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  #custom_html-2 .eyecatch-profile-img {
    width: 100px !important;
    height: 100px !important;
  }
 }
}