@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.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*リセット*/
.article h2{
  background-color: transparent !important;
  /*background-color: rgba(0, 117, 0, 0.3);*/
}
.article h3 {
/*  border-left: 10px solid orange;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid orangered;
  padding: 10px 10px;*/
}

.a-wrap:hover{
	background: rgba(251, 197, 88, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.7);
}

.page .date-tags {
display: none;
}

#main{
  padding: 0;
}

#main .entry-content {
    margin-top: 0;
    /*margin-bottom: 3em;*/
}
/**********************************/

#mega-menu-wrap-navi-mobile a{
	font-weight: 600 !important;
}

#navi-in{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 3;
}
/*タグラインの設定*/
.tagline{
  font-size: 1.1em;
  margin: 0;
  color: black;
}

#content{
  margin: 0;
}

#content .wrap{
  width: auto;
}

/*
#news-wrap,
#shop-wrap{
  padding: 36px 29px;
}
*/
/*新着情報*/
#news-wrap{
  margin-bottom: 100px;
}
#news-list{
  margin: 20px 30px;
}
#news-list .new-entry-card-date,
#news-list .post-date{
  display: block;
}
.widget-entry-card-snippet{
  font-size: 14px !important;
}
/*お店リスト*/
#shop-wrap{
}
#shop-wrap ul,
#shop-wrap li{
  margin: 0;
  padding: 0;
}
#shop-wrap ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 5px 0;
}
#shop-wrap .shop-info{
  width: 50%;
  padding: 0px 4% 100px 4%;
}

#shop-wrap .shop-name-wrap{
  margin-bottom: 10px;
}
#shop-wrap .shop-num{
  font-size: 0.8em;
  margin: 0 0 3px;
}
/*
#shop-wrap h2{
  background: transparent;
  line-height: 1;
}
*/
#shop-wrap .shop-detail-wrap{
  /*display: flex;*/
}
#shop-wrap .shop-img{
  margin-bottom: 5px;
}
#shop-wrap .shop-img img{
  object-fit: cover;/*はみ出し部分をカット*/
  width: 100%;
  height: auto;
}
#shop-wrap .shop-time span{
  color: darkgreen;
}
/*一番下のメニュー*/
#bottomContents{
  background-image: url('tmp_company/img/konbini_haikei.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
#bottomContents ul,
#bottomContents li{
  margin: 0;
  padding: 0;
}
#bottomContents ul{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  padding: 50px 5%;
}
#bottomContents .bottom-info{
  width: calc(76% / 3);
}
#bottomContents .bottom-info img{
  border-radius: 50%;
}
#bottomContents .bottom-info a{
  text-decoration: none;
  color: white;
  font-weight: 600px;
}
#bottomContents .bottom-info a:hover{
  color: rgb(255, 199, 78);
}
#bottomContents .bottom-info p{
  text-align: center;
  margin-top: 20px;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/*新着情報*/
  #news-wrap,
  #shop-wrap{
    padding: 30px 15px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #bottomContents .bottom-info{
    width: 80%;
    margin: 30px 20px;
  }
  #bottomContents .bottom-info a{
    font-weight: bold;
    font-size: 1.3em;
  }
  #bottomContents .bottom-info p{
    margin-top: 10px;
  }
  
}
