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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}

.btn-sgreen { background-color: #e0d17b; }

.btn-sgreen-1 { background-color: #FF66FF; }


.logo-image * {
display: block;
margin: auto;
width:220px;
	height:100px;
	padding:0 0.25em;
}


#main{
Padding: 0;
margin: 0;
background-color:#eeeeee;
}

/*タイトル、投稿日時、投稿者の非表示*/
.entry-title,
.date-tags,
.author-info{
  display: none;
}

/*hタグリセット*/
.article h1 {
    padding: 0;
    background: none;
}
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

.article h2 {
  padding: 0;/*文字周りの余白*/
  color: #696345;/*文字色*/
	font-size:28px;
	margin:40px 0 15px 0;
}

.article h3 {
  padding: 0.5em 1em;/*文字周りの余白*/
  color: #ffffff;/*文字色*/
	background-color:#b7d3d1;
	margin:0 0 10px 0;
	font-size:20px;
}

.bfont{
	font-weight:bold;
  color: #696345;/*文字色*/
	font-size:20px;
}

/*ヘッダーメニュ―下線*/
.menu-header .menu-item:hover{
border-bottom:10px solid #ffffff !important;/*線の太さ色*/
transition: all .5s;/*線が出てくる時間*/
}

.sub-menu .menu-item:hover{
border-bottom:none !important;
}

/*ボックス*/

box{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	margin-bottom:20px;
}

.boxin {
	width:1000px;
	text-align:center;
}

.boxin2 {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
}

.box3{
	width:1000px;
  margin: 5px;
}

.line{
	border:1px solid #d4c8a9;
	padding:5px;
}

.space{
	padding:0 20px;
	width:100%;
}

.white{
	background-color:#ffffff;
}

contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:50px 0;
	margin:0;
}

.con {
	width:525px;
	text-align:left;
	padding:5px 5px 20px 5px;
	background-color:#ffffff;
	margin-bottom:50px;
}

.con2 {
  width:500px;
	text-align:left;
	padding:0 30px;
	margin-bottom:30px;
}

.leaf {
	max-width:350px;
	width:100%;
  margin: 0;
	font-size:14px;
	text-align:left;
	padding:7px 7px 0 7px;
	background-color:#ffffff;
}

.leaf2 {
  max-width:650px;
	width:100%;
  margin: 0;
	text-align:left;
	background-color:#ffffff;
	padding:20px;
}

.leaf3 {
  max-width:495px;
	width:100%;
  margin: 5px;
	text-align:left;
	padding:7px 7px 0 7px;
}

/*テーブル*/

.article table {
border-collapse: separate;
border-top: 1px solid #d4c8a9;
border-right: 1px solid #d4c8a9;
border-left:none;
text-align:left;
	width:90%;
	margin:0 auto;
}
.article table th {
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid #d4c8a9;
border-left: 1px solid #d4c8a9;
padding: 10px;
background-color:#e9e2d0;
}
.article table td {
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid #d4c8a9;
border-left: 1px solid #d4c8a9;
padding: 10px;
background-color:#ffffff;
}

#footer
{
	padding-bottom:100px;
	margin:0;
}

#img-box{
  position: relative;
}
#img-box-mini{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width:100%;
   color: #fff;
	background-color:#000000;
	opacity: 0.6;
	font-weight:bold;
 }
#img-box-text{
  text-align: center;
  width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1241px以上*/
@media screen and (min-width: 1241px){
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0;
}
}
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0;
}
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0;
}
.leaf3 {
  max-width:470px;
	width:100%;
  margin: 5px;
	text-align:left;
	padding:7px 7px 0 7px;
}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0;
    padding:20px 0;
}
.leaf3 {
  max-width:350px;
	width:100%;
  margin: 5px;
	text-align:left;
	padding:7px 7px 0 7px;
}
.leaf2 {
  max-width:350px;
	width:100%;
  margin: 0;
	text-align:left;
	background-color:#ffffff;
	padding:15px;
}
.space{
	padding:0 10px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0;
    padding:20px 0;
}
.leaf3 {
  max-width:495px;
	width:100%;
  margin: 5px;
	text-align:left;
	padding:7px 7px 0 7px;
}
}
