@charset "UTF-8";

/*!
Theme Name: Cocoon Child for Manpuku365v1
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

div[itemprop="alternativeHeadline"],
.logo-header.logo-text .site-name-text{
  background-color:rgba(0,0,0,.65);
  display: inline-block;
  padding-left: 4px;
  padding-right: 2px;
  line-height: 1.36;
}

div[itemprop="alternativeHeadline"]{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;

  /*padding-left: 4px;
  padding-right: 4px;;*/
}

@media screen and (min-width: 835px){
  div[itemprop="alternativeHeadline"]{
    font-size: 16px;
  }

}



		.menu-item-gtranslate #gtranslate_wrapper{
            margin-top: 8px;
        }

.logo.logo-header.logo-text{
  /*padding: 20px 0 30px;*/
  padding: 20px 0 30px;
}

.logo.logo-header.logo-text a::after{
  content: "";
 /* content: url("/wp-content/uploads/2021/11/logo-manpuku365-header.png");*/
  display: block;
  height: 52px;
  width: 460px;
  background-image: url("/wp-content/uploads/2021/11/logo-manpuku365-header.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

  .logo.logo-header.logo-text::after{
    width: 80%;

  }
}
