@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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

/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}

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

.entry-content{
	margin:0;
	padding:0;
}

.logo-header{
  display: none;
} 

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

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

/*タイトル、投稿日時、投稿者の非表示*/
.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 h1 {
  padding:0.5em 1em;
	font-size:200%;
     position: relative;
	margin:0;
	text-align:left;
	font-weight:normal;
}

.article h1::after {
     position: absolute;
     top: 50%;
     left:0px;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1em;
     background-color: #8e0300;
}

.article h2 {
  padding:0;/*文字周りの余白*/
	font-size:180%;
	margin:0;
	text-align:center;
	font-weight:normal;
}

.article h3 {
  padding: 7px 15px;/*文字周りの余白*/
  color: #a81717;/*文字色*/
  font-weight:bold;
	font-size:150%;
	margin:10px 15px;
}

.icon{
	font-size:200%;
	line-height:130%;
}

/* ボタン指定 */
.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em;
  text-decoration: none;
  color: #FFF;
  background: #d2731a;
  transition: .4s;
	margin:30px 0;
}

.article .btn-flat-logo:hover {
  background: #8e0300;
}

/*ボックス*/
contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:50px 15px;
	margin:0 !important;
}

box3{
	width:1100px;
}

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

.marubox {
    padding: 0.5em 0;
    background: #f7f7f7;
    border: solid 1px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.marubox p {
    margin: 0; 
    padding: 0;
}


/*　テーブル　*/
.article table {
border-collapse: separate;
border-top: 1px solid #ababab;
border-left: 1px solid #ababab;
text-align:left;
}
.article table th {
background: #eeeeee;
border-right: none;
border-bottom: 1px solid #ababab;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
font-weight: normal;
padding: 7px 10px;
width:30%;
}
.article table td {
background: #ffffff;
border-right: 1px solid #ababab;
border-bottom: 1px solid #ababab;
border-top:none;
border-left:none;
padding: 7px 10px;
}

.cover{
background-image: url('https://crest-aim.info/wp-content/uploads/2020/04/8c32059ebee59fcfcf0677eb0e71079f_m.jpg');
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;	
	position: relative;
z-index: 0;
color:#ffffff;
}

.cover::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}

.cover2{
	background-color:#ffffff;
	padding-top:50px;
}

.con a img:hover {
  filter: brightness(50%);
}

a{
text-decoration:none;
color:#333333;
}

#footer
{
	margin:0;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:300px;
 background:#d2731a;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
	text-align:center;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#8e0300;
 color:#ffffff;
}


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

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 30px;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:0;
		background-color:#a0958a;
}
	
.con {
  max-width:300px;
  width:100%;
  margin: 5px 7px;
	text-align:center;
color:#333333;
}

.con2 {
  max-width:730px;
  width:100%;
  margin: 5px;
color:#333333;
}

.con3 {
  max-width:524px;
  width:100%;
  margin: 5px;
color:#333333;
}

.con4 {
  max-width:250px;
  width:100%;
	margin:5px;
color:#333333;
}

	}
/*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;
		background-color:#a0958a;
}

}

/*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;
		background-color:#a0958a;
}
.con {
  max-width:250px;
  width:100%;
  margin: 5px 7px;
	text-align:center;
color:#333333;
}

.con2 {
  max-width:600px;
  width:100%;
  margin: 5px 7px;
color:#333333;
}

.con3 {
  max-width:460px;
  width:100%;
  margin: 5px;
color:#333333;
}

.con4 {
  max-width:250px;
  width:100%;
	margin:5px;
color:#333333;
}
}

/*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;
		background-color:#a0958a;
}
.con {
  max-width:200px;
  width:100%;
  margin: 5px 7px;
	text-align:center;
color:#333333;
}

.con2 {
  max-width:460px;
  width:100%;
  margin: 5px 7px;
color:#333333;
}

.con3 {
  max-width:335px;
  width:100%;
  margin: 5px;
color:#333333;
}

.con4 {
  max-width:250px;
  width:100%;
	margin:5px;
color:#333333;
}
}

/*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;
		background-color:#a0958a;
}

.con {
  max-width:350px;
  width:100%;
  margin: 5px 7px;
	text-align:center;
color:#333333;
}

.con2 {
  max-width:730px;
  width:100%;
  margin: 5px 7px;
color:#333333;
}

.con3 {
  max-width:524px;
  width:100%;
  margin: 5px;
color:#333333;
}

.con4 {
  max-width:250px;
  width:100%;
	margin:5px;
color:#333333;
}
}
