div.claer {
  clear: both;
  width: 1px;
  height: 1px;
}
div.evt_left {
  float: left;
  width: 48%;
  margin-bottom: 100px;
}
div.evt_right {
  float: right;
  width: 48%;
  margin-bottom: 100px;
}
/* table.evt_tbl {
  font-size: 97%;
} */
table.evt_tbl {
  border-collapse: separate; /* セル間の間隔を有効にする */
  border-spacing: 1px 5px;
}
table.evt_tbl th,
table.evt_tbl td {
  padding: 10px;
  line-height: 1.5;
}
table.evt_tbl th {
  font-weight: bold;
  background: #fafafa;
  text-align: right;
  vertical-align: top;
  margin: 0;
  letter-spacing: 0.15em;
}
table.evt_tbl td {
  text-align: left;
  vertical-align: top;
  margin: 0;
}
.balloon {
  position: relative;
  display: inline-block;
  padding: 0 0px;
  width: 100%;
  min-width: 115px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #ff0117;
  z-index: 0;
  margin-bottom: 40px;
  font-size: 1.5em;
}
.balloon:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ff0117 transparent transparent transparent;
  text-align: center;
}

h3.label {
  font-size: 1.5em;
  color: #ff0117;
  line-height: 1.5;
}
a.info-list-link {
  color: #ff0117;
}
dl.infolist dd {
  border-top: 1px dotted #ccc;
  padding: 8px 0;
  margin: 0;
}
dl.infolist dd:last-child {
  border-bottom: 1px dotted #ccc;
}
dl.infolist dd a {
  margin-left: 30px;
}

#left-sidebar {
  float: left;
  width: 150px;
}
#left-sidebar li {
  padding-right: 10px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.single-info #content {
  width: 800px;
}
.single-info #content .date {
  color: #ff0117;
  padding-bottom: 5px;
}
.single-info #content .info-content {
  float: left;
  width: 380px;
  font-size: 120%;
}
.single-info #content .entrytext {
  float: right;
  width: 400px;
}

div.statelabel {
  background-color: #ff0117;
  padding: 10px 0 10px 20px;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 40px;
}

span.days {
  color: #ff0117;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.boxBd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
  clear: both;
}

.caps {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 20px 0;
  text-align: left;
}

.archive_year {
  font-size: 14px;
  color: #ff0117;
  font-weight: bold;
  padding: 0px 0;
  text-align: left;
  list-style: none;
}
.inoueMessage {
  color: #f50007;
  font-size: 34px;
  font-weight: bold;
  padding: 0px 0 5px 0;
  text-align: left;
  font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

#scheL {
  width: 475px;
  float: left;
  border-right: 1px solid #d2000d;
  margin: 0;
  padding: 0;
}
#scheR {
  width: 470px;
  float: right;
  margin: 0;
  padding: 0;
}

#scheL ul,
#scheR ul {
  margin: 0;
  padding: 0;
}

#scheL li,
#scheR li {
  padding-left: 20px;
  padding-right: 0px;
  font-size: 110%;
  list-style: none;
  margin-bottom: 5px;
}

#scheL li span.kai,
#scheR li span.kai {
  color: #d90c0f;
}
#scheL li#anniv,
#scheR l#annivi {
  background: url('../images/index/anniv.png') no-repeat 0px 0px;
}

#sche-and-fb .box2nd {
  width: 610px;
  float: left;
  display: block;
  clear: none;
  margin-right: 10px;
}
#sche-and-fb .box2nd #scheL {
  width: 300px;
}
#sche-and-fb .box2nd #scheR {
  width: 300px;
}
#sche-and-fb .fb-block {
  width: 320px;
  float: left;
  margin: 0;
  padding: 0;
  color: black;
  clear: none;
  display: block;
}

#midori_lunch h2 {
  padding-left: 10px;
  margin: 40px 0 20px 0;
  border-left: solid 10px #ff000e;
  color: #ff000e;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: bottom;
}
#midori_lunch h3 {
  margin: 0px 0 10px 0;
  padding: 0 0 0 10px !important;
  border-left: solid 8px #ff000e;
  border-bottom: solid 2px #ff000e;
  font-size: 22px;
  line-height: 1.5;
  background: none !important;
}
#midori_lunch h4 {
  margin: 20px 0 5px 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #000 !important;
  background: #fff url('../images/common/arrow.gif') no-repeat 0px 5px !important;
  border-left: none;
  padding: 2 0 0px 24px !important;
  text-align: left !important;
  line-height: 1 !important;
}

@media only screen and (min-width: 0px) and (max-width: 736px) {
  div.evt_left {
    float: none;
    width: 100%;
  }
  div.evt_right {
    float: none;
    width: 100%;
  }
  .balloon:after {
    left: 47.5%;
  }
  .evtTtl {
    text-indent: -20px;
  }
  .single-info #content {
    width: auto;
    padding: 10px;
  }
  #left-sidebar {
    float: none;
    width: auto;
  }
  .inoueMessage {
    color: #f50007;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0 5px 0;
    text-align: left;
    font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    line-height: 1.2;
  }
  #scheL,
  #scheR {
    float: none;
    width: 100%;
    border-right: none;
    margin: 0;
    padding: 0;
  }

  #about h2,
  #banban h2,
  #member h2 {
    font-size: 21px;
    line-height: 1.4;
  }

  #sche-and-fb .box2nd {
    width: 100%;
    float: none;
    clear: both;
  }
  #sche-and-fb .box2nd #scheL {
    width: 100%;
  }
  #sche-and-fb .box2nd #scheR {
    width: 100%;
  }
  #sche-and-fb .fb-block {
    width: 100%;
    float: none;
    clear: both;
  }

  #midori_lunch h2 {
    font-size: 21px;
    line-height: 1.4;
  }
  #midori_lunch h3 {
    font-size: 19px;
    line-height: 1.4;
  }
  #midori_lunch h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.banner-form {
  margin: 5vh 0;
  overflow: hidden;
}
.banner {
  text-align: center;
  background-color: #f5f2ee;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
}
.banner-title {
  font-size: 150%;
  font-weight: bold;
  color: #f50f00;
  margin: 0;
  padding: 1rem 0 0;
}
@media only screen and (min-width: 736px) {
  .banner-title {
    font-size: 250%;
  }
}
.banner-desc {
  margin: 0;
  padding: 1rem;

  font-size: 110%;
}
.banner-bottom {
  margin: 0;
  line-height: 1.4;
}
.banner-bottom > span,
.banner-bottom > a {
  display: block;
  padding: 1rem;
  color: #fff;
  background-color: #f50f00;
}
.banner-bottom strong {
  font-size: 250%;
}
.banner-bottom span {
  display: block;
}

@media only screen and (max-width: 480px) {
  .banner-bottom strong {
    font-size: 150%;
  }
  .banner-desc {
    font-size: 90%;
  }
}
.banner-lunch {
  margin: 0 0 5vh;
  background-color: #f5f2ee;
  border: 1px solid #c0c0c0;
}
.banner-lunch a {
  color: #744501;
}
.banner-lunch .img {
  background-color: #018400;
}
.banner-lunch img {
  display: block;
}
.banner-lunch .contents {
  padding: 1em;
  text-align: center;
}
.banner-lunch .date_time {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1em;
}
.banner-lunch .date_time span {
  display: block;
}
.banner-lunch .place {
  font-weight: bold;
  font-size: 130%;
}
.banner-lunch .title {
  font-size: 250%;
  color: #018400;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 481px) {
  .banner-lunch a {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
  }
  .banner-lunch .img,
  .banner-lunch .contents {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .banner-lunch .contents {
    flex: 1;
    -webkit-flex: 1;
  }
  .banner-lunch .title {
    font-size: 350%;
  }
}
.cancel_form {
  /* display: none; */
  margin: 5vh 0;
}

.yearly_schedule-rows ul,
.yearly_schedule ul {
  list-style: none;
}
@media only screen and (min-width: 481px) {
  .yearly_schedule {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .yearly_schedule ul {
    width: 48%;
  }

  .yearly_schedule-rows ul {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yearly_schedule-rows ul > li {
    width: 48%;
  }
}

.yearly_schedule-rows li,
.yearly_schedule li {
  padding: 0.5em 0;
  border-bottom: 1px dashed #c0c0c0;
}
.yearly_schedule-rows .kai,
.yearly_schedule .kai {
  display: block;
  color: #d90c0f;
}

/* form alert */

div.wpcf7-response-output {
  margin: 2em 0 1em;
  font-size: 120%;
  text-align: center;
  padding: 0.75em;
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.etc {
  /* margin: 2em 0 0;
  padding: 1em;
  border: 1px solid #c0c0c0;
  background-color: #f0f0f0; */
  margin-top: 1em;
  font-size: 90%;
}

.pageTitle {
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 1.5em;
  text-align: center;
}

.mw_wp_form .error {
  padding: 0.5em 1em;
  margin: 1rem 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 85%;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.cautionGuest {
  margin: 1em 0;
  padding: 1em;
  background-color: #f8e9e9;
  text-align: center;
}
.cautionGuest p:not(:first-child) {
  margin: 1em 0 0;
}
.cautionGuest strong {
  color: #d90c0f;
  font-size: 115%;
  display: inline-block;
  margin: 0 0.5em;
}
