@charset "UTF-8";

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

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

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

/*フェードイン*/

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

#main{
Padding: 0;
margin: 0;
}


/*タイトル、投稿日時、投稿者の非表示*/
.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.5em;/*文字周りの余白*/
  color: #3ab54a;/*文字色*/
  background: #fcfcfc;/*背景色*/
  border-left: solid 10px #3ab54a;/*左線（実線 太さ 色）*/
	margin:40px 0;
}

.article h3 {
  color: #ffffff;/*文字色*/
  padding: 10px 25px;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  background: #3ab54a;/*背景色*/
  vertical-align: middle;
  border-radius: 25px;/*左側の角を丸く*/
	margin:0 0 20px 0;
	font-size:20px;
}
.article h4 {
  padding: 0;/*文字周りの余白*/
  color: #0a4536;/*文字色*/
  font-weight:normal;
	font-size:22px;
	margin:10px 0;
}

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

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

/*ボックス*/
box{
  display: flex;
	justify-content:center;
}

.boxin {
  width:1000px;
  margin: 5px;
	padding:0 20px;
}

contents{
  display: flex;
	justify-content:center;
	text-align:left;
  flex-wrap: wrap;
	margin:0;
}

box3{
	width:1000px;
	margin:0;
	padding:0 20px;
}

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

.con {
	width:35%;
  margin: 5px;
	padding:20px;
}

.con2 {
  width:60%;
  margin: 5px;
	text-align:left;
	padding:20px;
}


#footer
{
	padding-bottom:190px;
	background-image:url("https://virgooilservice.com/wp-content/uploads/2019/11/futter4.png");
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;
}
	
/* home以外の背景画像を消す */
.page-id-17 .header{
background-image: none;
}

/* home以外に新たなヘッダーロゴを入れる */
.page-id-17 .header{
background-image: url('https://virgooilservice.com/wp-content/uploads/2019/11/f214e454f46962cf5fed61e3613b2e85_m.jpg');
height: 200px;
}
/* home以外のロゴ画像を消す */
.page-id-17 .logo-header{
	display:none;
}
}
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

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

/* home以外に新たなヘッダーロゴを入れる */
.page-id-17 .header{
background-image: url('https://virgooilservice.com/wp-content/uploads/2019/11/f214e454f46962cf5fed61e3613b2e85_m.jpg');
height: 200px;
}
/* home以外のロゴ画像を消す */
.page-id-17 .logo-header{
	display:none;
}
}

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

/* home以外に新たなヘッダーロゴを入れる */
.page-id-17 .header{
background-image: url('https://virgooilservice.com/wp-content/uploads/2019/11/f214e454f46962cf5fed61e3613b2e85_m.jpg');
height: 200px;
}
/* home以外のロゴ画像を消す */
.page-id-17 .logo-header{
	display:none;
}
}

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

/* home以外に新たなヘッダーロゴを入れる */
.page-id-17 .header{
background-image: url('https://virgooilservice.com/wp-content/uploads/2019/11/f214e454f46962cf5fed61e3613b2e85_m.jpg');
height: 200px;
}
/* home以外のロゴ画像を消す */
.page-id-17 .logo-header{
	display:none;
}
}

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

/* home以外に新たなヘッダーロゴを入れる */
.page-id-17 .header{
background-image: url('https://virgooilservice.com/wp-content/uploads/2019/11/f214e454f46962cf5fed61e3613b2e85_m.jpg');
height: 200px;
}
/* home以外のロゴ画像を消す */
.page-id-17 .logo-header{
	display:none;
}
.con {
	width:100%;
  margin: 10px;
}

.con2 {
  width:100%;
  margin: 10px;
	text-align:left;
	padding:0px;
}
}
