/* top ///////////////////////*/
.top {
  background-color: #1ABC9C;
}
.container {
  width: 900px;
}
.contents-mini {
  margin: 0 auto;
  width: 800px;
}
#content.detail{padding: 0;background-color: transparent;}
@media (max-width: 960px){
  .contents-mini{width: 85%;}
}
@media (max-width: 480px){
  .contents-mini{width: 90%;}
}

/* program ///////////////////////*/
#mv {
  overflow: hidden;
}
#mv h2 {
  margin-bottom: 0;
}
#mv img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 400px;
}

@media (max-width: 1040px){
  #mv img {
    height: 300px;
  }
}
@media (max-width: 767px){
  #mv img {
    height: 36vw;
  }
}

#program {
  overflow: hidden;
  margin-bottom: 30px;
}
.program-data {
  position: relative;
  padding: 50px 0;
}
.program-data::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  background: #fdfaf5;
}
.place {
  margin: 30px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.place strong {
  color: #e84228;
  font-size: 1.75em;
}
.date {
  margin: 30px 0;
  font-weight: bold;
}
.date dl {
  display: table;
  width: 100%;
  border: 4px solid #036EB8;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.4;
}
.date dt {
  display: table-cell;
  width: 4.5em;
  background: #036EB8;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  vertical-align: middle;
}
.date dd {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
.date dd.icon {
  text-align: center;
}
.date dd.icon img {
  width: 150px;
}
.date ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  max-width: 35em;
}
.date li {
  display: inline-block;
  min-width: 7em;
  margin: 0 0.5em;
  font-weight: bold;
  letter-spacing: 0;
}
.date li b {
  font-size: 2em;
}
.personality {
  max-width: 500px;
  margin: 60px auto;
  text-align: center;
}
.personality__heading {
  display: block;
  margin-bottom: 15px;
  color: #f3535d;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.personality__heading span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.personality__heading span::before,
.personality__heading span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  border-top: 1px solid;
}
.personality__heading span::before {
  left: 100%;
}
.personality__heading span::after {
  right: 100%;
}
.entry {
  max-width: 700px;
  margin: 50px auto;
  padding: 40px 20px 30px 20px;
  border-radius: 20px;
  background: #F9DEE1;
  background: linear-gradient(140deg, #f7a8a8 0%, #f9e8de 65%, #ffffeb 100%);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.entry strong {
  color: #f3535d;
  font-size: 1.25em;
  font-weight: bold;
}
.entry img {
  margin: 5px;
}
.entry a:hover {
  opacity: 0.7;
}
.outline {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.highlight {
  color: #f3535d;
  font-size: 1.8rem;
  font-weight: bold;
}
.event {
  margin: 40px 0;
  padding: 20px;
  border-radius: 20px;
  border: 4px solid #6FBA2C;
  color: #6FBA2C;
  font-weight: bold;
  font-size: 1.6rem;
}
.event__col {
  flex: 1 0 36%;
  max-width: 36%;
}
.event__col:nth-of-type(2),
.event__col:nth-of-type(3) {
  flex: 1 0 30%;
  max-width: 30%;
}
.event__col em {
  display: inline-block;
  padding: 2px 8px;
  background: #2990D0;
  color: #fff;
  margin-right: 4px;
  font-style: normal;
  line-height: 1.3;
  vertical-align: middle;
}
.event__col figcaption {
  color: #333;
  font-size: 1.3rem;
  text-align: center;
}
.event__col img {
  margin-bottom: 5px;
}
.aside-banner {
width: 100%;
  max-width: 300px;
  margin: 40px auto;
}
.aside-banner a {
  display: block;
  padding: 10px;
  background: #ffffff;
  text-align: center;
}
.aside-banner a:hover {
  opacity: 0.7;
}
.aside-banner img {
  display: inline-block;
  width: 60%;
  max-width: 300px;
}

@media (max-width: 767px){
  .program-data {
    padding: 30px 0;
  }
  .date {
    display: block;
  }
  .date dl {
    display: block;
  }
  .date dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .date dd {
    display: block;
    padding: 0 20px;
  }
  .date dd.icon {
    margin: 15px;
    background: #E9545D;
  }
  .date dd.icon img {
    width: 100px;
  }
  .date li b {
    font-size: 1.75em;
  }
  .entry {
    margin: 40px -3%;
    font-size: 1.6rem;
  }
  .outline {
    font-size: 1.4rem;
  }
  .highlight {
    font-size: 1.6rem;
  }
  .event {
    margin: 40px -3%;
  }
  .event__col {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .event__col:nth-of-type(2),
  .event__col:nth-of-type(3) {
    flex: 1 0 48%;
    max-width: 48%;
    margin-top: 15px;
  }
  .event__col figcaption {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px){
  .place {
    font-size: 3.5vw;
  }
}


/* form ///////////////////////*/
#form {
  padding: 50px 0;
  background-color: #f7f8f8;
}
#form h2{text-align: center;margin-bottom: 15px;}
#form table{width: 100%;margin-bottom: 30px;text-align: left;border-top: 1px #CCCCCC dotted;}
#form table th{width: 25%;}
#form table th, #form table td {
  padding: 10px;
  border-bottom: 1px #CCCCCC dotted;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#form table th img {float: right;margin-top: 5px;}
#form input, #form select, #form textarea {
  border: 2px #CCCCCC solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  left: 1.2em;
}
input.err, select.err, textarea.err, .err input, .err select, .err textarea, .chkgroup.err label {
    background: #FFFFCC;
    border-color: #fdd7c1;
}
.w100{width: 100%;}
.box{
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.formbtn{text-align: center;}
.formbtn input{
  border: none!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}
.btn-confirm-event{background: url(./img/btn-confirm.gif) no-repeat center center;}
.btn-grey-event{background: url(./img/btn-grey.gif) no-repeat center center;}
.btn-reinput{background: url(./img/btn-reinput.gif) no-repeat center center;width: 226px;height: 62px;}
.btn-send{background: url(./img/btn-send.gif) no-repeat center center;width: 226px;height: 62px;}
.btn-confirm{width: 400px;height: 100px;background-size: contain!important;max-width: 100%;}
@media (max-width: 768px){
  #form table th, #form table td {width: 100%;display: block;}
  #form table th img {margin-top: 2px;}
  #form table th{border: none;}
  #form table td{padding-bottom: 20px;}
}
