@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.box-menu {
    width: calc(100%/6);
}

.css-events-list table.events-table th.event-time {
    width: 160px!important;
}

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

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

@media screen and (min-width: 769px) {
  .page .eye-catch,
  .max-img {
    margin-left: -29px;
    margin-right: -29px;
  }
}
@media screen and (max-width: 768px) {
  .page .eye-catch,
  .max-img {
    margin-left: -24px;
    margin-right: -24px;
  }

.metaslider .flexslider {
    margin: 0 -24px 40px !important;
    max-width: 116%;
}

}

/*599px以下*/
@media screen and (max-width: 599px){
.box-menus .box-menu {
    width: calc(100%/6);
    min-height: 70px;
	padding: 0.5em 1pt;
}
.box-menus .box-menu-icon {
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-menus .box-menu-label {
    font-size: 8pt;
    font-weight: 600;
    margin: 0px;
    width: 100%;
}

.css-events-list table.events-table th.event-time {
    width: 110px!important;
}

}
	
/*480px以下*/
@media screen and (max-width: 480px){

}

/*イベント一覧用*/
.list-cat1 {
  background-color: #3eb370;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:60px;
text-align: center;
}

.list-cat2 {
  background-color: #ffb214;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:60px;
text-align: center;
}

.list-cat3 {
  background-color: #f96baf;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:60px;
text-align: center;
}

.list-cat4 {
  background-color: #00bfff;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:80px;
text-align: center;
}

.list-cat5 {
  background-color: #9400d3;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:60px;
text-align: center;
}

.list-cat6 {
  background-color: #00bfff;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:60px;
text-align: center;
}

.list-cat7 {
  background-color: #dc143c;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  margin: 3px; 
 width:60px;
text-align: center;
}

.slicknav_btn {
    margin: 3px 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    background-color: #577afb;
}

.slicknav_menu {
    background: #fff;
    padding: 0px;
    font-size: 14px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #333;
}

span.wpcf7-list-item {
display: block!important;
}

/*イベントマネージャ用*/
/* h3:empty{ display: none; }*/


