@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.3
*/

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
@media screen and (min-width: 768px) {
.header-container{
    position: relative;  
    z-index: 10;         
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 	
}
.header-container-in{
	margin:0 !important;
	padding:13px !important;
	width:100% !important;
}
ul#menu-main_menu.menu-top.menu-header.menu-pc {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 50px; 	
  font-size:14px !important;
}
.site-logo-image{
	margin-left:24px;
}
}
/* 外側の箱：16:9の比率を確保する */
.yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 の比率 (9÷16=0.5625) */
  overflow: hidden;
  margin-bottom: 20px; /* 下の余白はお好みで */
}

/* 中身：箱いっぱいに広げる */
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}