@charset "UTF-8";

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

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

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

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

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

body{
	background-image: url('https://all-trades.info/wp-content/uploads/2020/04/TOP1920×1080.jpg');
	background-attachment:scroll;
}

img{
	margin:0 0 -8px 0;
	padding:0;
}

.tagline{
  background: -webkit-repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px,#eeeeee 3px, #eeeeee 7px);
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px,#eeeeee 3px, #eeeeee 7px);
	padding:5px 15px;
	font-size:12px;
	margin:0;
}

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

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

/* ヘッダー部分の背景をbodyと同じ背景に */
.header-container {
    background-color: transparent;
}

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

/*フェードイン*/

.logo-header {
    animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*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 {
     position: relative;
     padding:1em 0 0.5em 0;
	text-align:center;
	font-weight:bold;
	font-size:230%;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 1),
               1px -1px 0 rgba(51, 51, 51, 1),
               -1px 1px 0 rgba(51, 51, 51, 1),
               1px 1px 0 rgba(51, 51, 51, 1);
}

.article h2 {
     position: relative;
     color: white;
     padding:0.5em 1em;
     background-color: #1a65af;
	text-align:left;
	font-size:120%;
	font-weight:normal;
	margin:0;
}

.article h3 {
     position: relative;
     padding:0 0 0.4em 0.7em;
     border-bottom: 1px solid #333333;
	text-align:left;
	font-weight:normal;
	font-size:180%;
	margin:50px 0 20px 0;
}
 
.article h3::after {
     position: absolute;
     top: 0.2em;
     left:0;
     content: '';
     width: 5px;
     height:1em;
     background-color: #1a65af;
}

.cover{
background-color: rgba(252,252,252,0.5);
}

.cover2{
background-color: #ffffff;
padding:15px 20px;
	margin:0;
}

.cover3{
background-color: #eeeeee;
padding:7px 15px;
}

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

.article .btn-flat-logo:hover {
  background: #ffffff;
	border:2px solid #1a65af;
	color:#1a65af;
}

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

box3{
	width:1100px;
	text-align:left;
}

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

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

/*テーブル*/

.article table {
border-collapse: separate;
border-top: 1px solid #ccc;
border-left:none;
text-align:left;
}
.article table th {
border-top:none;
border-left:1px solid #ccc;
border-right:none;
border-bottom: 1px solid #ccc;
padding: 7px 15px;
background-color:#1a65af;
color:#ffffff;
}
.article table td {
border-top:none;
border-left:none;
border-right:1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 7px 15px;
	line-height:160%;
}

.line{
	padding:5px;
	background-color:#ffffff;
}

.icon{
	font-size:150%;
	margin:10px 0;
}

#footer
{
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;	
	position: relative;
z-index: 0;
	margin:0;
background-image: url('https://all-trades.info/wp-content/uploads/2020/04/フッダ―.jpg');
}

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

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*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;
}

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

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0px;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0 0 0;
}
/* home以外の背景画像を消す */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
background-image: none;
}

/* home以外に新たなヘッダーロゴを入れる */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
height: 0px;
}
/* home以外のロゴ画像を消す */
.page-id-12 .logo-header, .page-id-14 .logo-header, .page-id-16 .logo-header, .page-id-18 .logo-header, .page-id-20 .logo-header, .page-id-22 .logo-header{
	display:none;
}
/* home以外のキャッチコピーを消す */
.page-id-12 .tagline, .page-id-14 .tagline, .page-id-16 .tagline, .page-id-18 .tagline, .page-id-20 .tagline, .page-id-22 .tagline{
	display:none;
}
.con {
  max-width:300px;
  width:100%;
  margin: 5px 7px 25px 7px;
	text-align:center;
}

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

.con3 {
  max-width:450px;
  width:100%;
  margin: 10px;
	text-align:center;
}
.con4 {
  max-width:218px;
  width:100%;
	text-align:center;
    position: relative;
  transition: .4s;
	background-color:#ffffff;
}

.con4 a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.con4 a:hover {
background-color: rgba(252,252,252,0.5);
}
	
.con5 {
  max-width:580px;
  width:100%;
  margin: 0px;
	text-align:left;
}
}
/*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;
}
/* home以外の背景画像を消す */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
background-image: none;
}

/* home以外に新たなヘッダーロゴを入れる */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
height: 0px;
}
/* home以外のロゴ画像を消す */
.page-id-12 .logo-header, .page-id-14 .logo-header, .page-id-16 .logo-header, .page-id-18 .logo-header, .page-id-20 .logo-header, .page-id-22 .logo-header{
	display:none;
}
/* home以外のキャッチコピーを消す */
.page-id-12 .tagline, .page-id-14 .tagline, .page-id-16 .tagline, .page-id-18 .tagline, .page-id-20 .tagline, .page-id-22 .tagline{
	display:none;
}
	
.con {
  max-width:270px;
  width:100%;
  margin: 5px 7px 25px 7px;
	text-align:center;
}

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

.con3 {
  max-width:430px;
  width:100%;
  margin: 10px;
	text-align:center;
}
.con4 {
  max-width:250px;
  width:100%;
	text-align:center;
    position: relative;
  transition: .4s;
	background-color:#ffffff;
}

.con4 a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.con4 a:hover {
background-color: rgba(252,252,252,0.5);
}
}

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

.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;
}
/* home以外の背景画像を消す */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
background-image: none;
}

/* home以外に新たなヘッダーロゴを入れる */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
height: 0px;
}
/* home以外のロゴ画像を消す */
.page-id-12 .logo-header, .page-id-14 .logo-header, .page-id-16 .logo-header, .page-id-18 .logo-header, .page-id-20 .logo-header, .page-id-22 .logo-header{
	display:none;
}
/* home以外のキャッチコピーを消す */
.page-id-12 .tagline, .page-id-14 .tagline, .page-id-16 .tagline, .page-id-18 .tagline, .page-id-20 .tagline, .page-id-22 .tagline{
	display:none;
}
.con {
  max-width:300px;
  width:100%;
  margin: 5px 7px 25px 7px;
	text-align:center;
}

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

.con3 {
  max-width:450px;
  width:100%;
  margin: 10px;
	text-align:center;
}
.con4 {
  max-width:218px;
  width:100%;
	text-align:center;
    position: relative;
  transition: .4s;
	background-color:#ffffff;
}

.con4 a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.con4 a:hover {
background-color: rgba(252,252,252,0.5);
}
}

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

.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;
}
/* home以外の背景画像を消す */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
background-image: none;
}

/* home以外に新たなヘッダーロゴを入れる */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
height: 0px;
}
/* home以外のロゴ画像を消す */
.page-id-12 .logo-header, .page-id-14 .logo-header, .page-id-16 .logo-header, .page-id-18 .logo-header, .page-id-20 .logo-header, .page-id-22 .logo-header{
	display:none;
}
/* home以外のキャッチコピーを消す */
.page-id-12 .tagline, .page-id-14 .tagline, .page-id-16 .tagline, .page-id-18 .tagline, .page-id-20 .tagline, .page-id-22 .tagline{
	display:none;
}
body{
	background-image: url('https://all-trades.info/wp-content/uploads/2020/04/TOP1920×1080-1-e1586913720528.jpg');
	background-attachment:scroll;
}
}

/*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.9;
    padding:20px 0;
}
/* home以外の背景画像を消す */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
background-image: none;
}

/* home以外に新たなヘッダーロゴを入れる */
.page-id-12 .header, .page-id-14 .header, .page-id-16 .header, .page-id-18 .header, .page-id-20 .header, .page-id-22 .header{
height: 0px;
}
/* home以外のロゴ画像を消す */
.page-id-12 .logo-header, .page-id-14 .logo-header, .page-id-16 .logo-header, .page-id-18 .logo-header, .page-id-20 .logo-header, .page-id-22 .logo-header{
	display:none;
}
/* home以外のキャッチコピーを消す */
.page-id-12 .tagline, .page-id-14 .tagline, .page-id-16 .tagline, .page-id-18 .tagline, .page-id-20 .tagline, .page-id-22 .tagline{
	display:none;
}
.con4 {
  max-width:250px;
  width:100%;
	text-align:center;
    position: relative;
  transition: .4s;
	background-color:#ffffff;
}

.con4 a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.con4 a:hover {
background-color: rgba(252,252,252,0.5);
}
}
