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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.footer-center{
  text-align:center;
}

.footer-center .widget{
  display:inline-block;
  text-align:left;
}

.navi-footer-in a:hover {
  background-color: rgba(255, 255, 255, .2);
}

.footer-widgets, .footer-widgets-mobile {
    margin: 10px 0px auto;
    display: flex;
}

.footer-bottom {
	margin-top: 0px;
}

.body .widget {
	margin-bottom: 0px;
}

.header-container {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.header-container {
	position: static;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-footer-menu-buttons, .navi-menu-content .menu-content {
		z-index: 100;
	}
	.footer-left {
		display: none;
	}
	
	.footer-right {
		display: none;
	}
	
	.p-rl12 {
		padding: 0px 12px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	main.main, div.sidebar {
		padding: 0px;
	}
}

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