@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body{
  background: #fafafa;
}
.site-name,.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #99cc00;
}
.site-name{
  text-shadow: -1px 1px 0 rgba(0,0,0,0.3);
}
@media (min-width: 768px){
.site-name {
    font-size: 2.6em;
}}
.navbar-side {
  position: relative;
  font-size: 1.2em;
  text-align: right;
  font-weight: 400;
}
.navbar-side-list {
    background: #B50C26;
    padding:5px;
}
@media screen and (min-width: 768px){
.entry-column td, .entry-column th {
background-color: #fff;
    border: 1px solid #dfdfdf;
}}

.entry-column h3 {
  padding: 0.5em .75em;
  background-color: #fff;
  border-left: 6px solid #99cc00;
  font-size: 1.6em;

}

.summary-title-center{
  font-weight: bold;
  font-size: 1.6em;
  color:#003333;
  margin-block-start: 0em;
  line-height: 1.6em;
}
.summary-title-center-sub{
  display: block;
font-weight: bolder;
font-size: 1.2em;
color:#FFA500;
}
.summary-detail-center{
  font-size: 1.2em;
    padding-left:1em;
    line-height: 1.4em;
}
.summary-top-address{
  font-size: 1.2em;
  font-style:normal;
  line-height: 1.4em;
    padding-left:1em;
    font-weight: 500;
}
.module-header {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-style:none;
}
.main .module-heading {
    margin: 0;
    font-size: 2em;
    text-align: center;
    line-height: 2em;
}
@media screen and (max-width: 480px){
  .acms-summary,.acms-summary-image,.acms-summary-body {
    display: block;
}
.acms-summary-image+.acms-summary-body {
    padding-left: 0px;
}}


/* ------------------------------
　　スケジュール
------------------------------ */

.schedule-unit {
  overflow:scroll;
  white-space:nowrap
}

.schedule-unit-head {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  margin: 0;
  border-left: 1px solid #ddd;
  padding-left: 0;
}

.schedule-unit-head li {
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  max-width: 60px;
  min-width: 60px;
  box-sizing: border-box;
  list-style: none;
}
.schedule-unit-body {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  margin: 0;
  border-left: 1px solid #ddd;
  padding-left: 0;

}
.schedule-unit-body li {
  border-right: 1px solid #ddd;
  max-width: 60px;
  min-width: 60px;
  box-sizing: border-box;
  list-style: none;
}

.schedule-unit-body li.holiday1 {
  background-color: #eef;
}

.schedule-unit-body li.holiday2 {
  background-color: #fee;
}

.schedule-unit-cell {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-top: 12px;
  height: 22px;
  line-height: 1;
}
.foot-wrapper {
    padding: 30px 0;
    background: #99cc00;
}
