@charset "utf-8";
/* ヘッダータイトル*/
.head-title{
    font-size: 0.8em;
}
/* Comming soon ここから＠＠＠＠*/
.coming-soon-overlay {
  position: absolute; /* mainをrelativeにする */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35); /* 半透明の黒背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* 最前面に表示 */
  pointer-events: all; /* 下の要素をクリック不可にする */
}

.coming-soon-text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
/* Comming soon ここまで＠＠＠＠*/

/* Comming soon のオーバーレイ上の隙間を出さないため */
main{
/*  position: relative;*/
}
/* Comming soon のオーバーレイ上の隙間を出さないため */


/* Comming soon より上に出すためだけの設定 */
.footer-main {
  z-index: 10001 !important; /* footerを前面に表示 */
}
/* Comming soon より上に出すためだけの設定 */


/* メイン部 */
.main-contents{
    margin-top:10px;
}

/*
.button-row{
  display: block !important;
}

.footer-main {
  height: 150px !important;
}
.footer-box-mini {
  margin-top:2px !important;
}
.footer-button {
  height: 45px !important;
}
*/  
@media screen and (max-width:1600px) {


}

@media screen and (max-width:1400px) {


}

@media screen and (max-width:1200px) {


}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {
  .container-md{  
    width: 100%;
    padding-left:0;
    padding-right:0;
  }
/*  .tag-button {
    width: calc(33.333% - 10px); 
  }
*/


  .image{
    width: 90%;
  }
  .event-image {
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 400px;
    object-fit: cover;  
  }
  .no-image {
    width: 90%;
    height: auto;
    max-height: 300px;
    max-width: 400px;
  }
  #map {
    width: 95%;
    margin: auto 0;
  }
  .tag-button {
    width:95%;
  }
}

@media screen and (max-width:576px) {
}