body {
    font-family: 'Sawarabi Mincho', serif;
    background-color:#87CAB0;
}

.global-nav {
  min-height: 150px;
  background: linear-gradient(
      to bottom,
      #514D4A 50%, 
      rgba(62,39,35,0)
    ); 
}

main {
  margin-top: 75px;
}

.main-visual {
  width:100%;
}

.main-visual .cover {
  width:100%;
  height: 50vh;
  object-fit: cover;

}

.container, 
.container-fluid {
    min-height: 80vh;
}

footer{
    /*footerの装飾*/
    width: 100%;
    color: #fff;
    background: linear-gradient(
      to top,
      #514D4A 50%, 
      rgba(62,39,35,0)
    ); 
    text-align: center;
    padding: 10px 0;
}

.card .view {
  height: 250px;
  orver-flow:hidden ;
}

@media only screen and (max-width: 640px) {
  .card .view {
    height: 200px;
  }
}

.custom-scrollbar {
  margin:0px;
  padding:0px;
}

.sn-bg-kirin {
    background-image:  url( ../../../../img/header_bg.png )  ;
}
.cal td {
  height:auto;
  min-height:100px;
}
.cal-date {
  display:block;
    width:100%;
    min-width:100%;
  display: block;
  height:20px;
}

.cal-data {
  display:block;
    width:100%;
    min-width:100%;
  height:auto;
  min-height:85px;
}

.cal-capacity {
  display:block;
    width:100%;
    min-width:100%;
  height:25px;
}



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

  .cal td{
    display:block;
    width:100%;
    min-width:100%;
  }

  table{
    width:100%;
    min-width:100%;
    display:table;
  }
  thead {
    display: none;
  }
  th:not(.picker__table th),
  tr:not(.picker__table tr),
  td:not(.picker__table td) {
    display: block;
    width: auto;
    width: 100%;
    float: left;
  }
  
  tr:not(.picker__table tr) {
    border-bottom: 1px solid #f0f0f0;
    /*border-radius: 5px;*/
    /*box-shadow: 2px 2px rgba(0, 0, 0, .03);*/
    /*margin-bottom: 20px;*/
    padding: 0;
  }
  
  td:not(.picker__table td) {
    border: none;
    /*
    display: flex;
    */

    text-align: right;
    justify-content: space-between;
    
  }
  td:last-child {
    border: none;
  }
  td::before {;
    content: attr(aria-label);
    font-size: 0.6rem;
    color: #999;
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 10px;
    white-space: nowrap;
  }

  td.bt-area::before {
    display: none;
  }
  td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    justify-content: center;
    line-height: 20px;
  }

  .table td, .table th  {
    border: none;
  }
}