/* 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: #eddad3;
}
.place {
  margin: 30px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.place strong {
  color: #f7b32c;
  font-size: 1.75em;
}
.date {
  margin: 30px 0;
  font-weight: bold;
}
.date dl {
  display: table;
  width: 100%;
  border: 4px solid #f7b32c;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.4;
}
.date dt {
  display: table-cell;
  width: 10em;
  background: #f7b32c;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  vertical-align: middle;
}
.date dd {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
.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: 45em;
}
.date li {
  display: inline-block;
  min-width: 7em;
  margin: 0 0.5em;
  font-weight: bold;
  letter-spacing: 0;
}
.date li b {
  font-size: 1.3em;
}
.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, #f9dee1 0%, #f1ebff 65%, #a8dcf7 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;
}
.highlight2 {
  color: #ff2a78;
}
.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: 70%;
  max-width: 300px;
  margin: 40px auto;
}
.aside-banner a {
  display: block;
  padding: 10px;
  background: #f9ede6;
  text-align: center;
}
.aside-banner a:hover {
  opacity: 0.7;
}
.aside-banner img {
  display: inline-block;
  width: 60%;
  max-width: 200px;
}

@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 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;
  }
}

/* content ///////////////////////*/
.button {
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 40px;
  background: #ff2a78;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.button img {
  margin-left: 5px;
  vertical-align: -0.25em;
}
.button:hover {
  color: #fff;
}
.text-large {
  font-size: 2rem;
}
.info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
  border: 4px solid #f7b32c;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4;
}
.info__header {
  width: 100%;
  padding: 15px 10px;
  background: #f7b32c;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.info__header .larger {
  font-size: 1.2em;
}
.info__body {
  width: 100%;
  padding: 30px 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.info__body small {
  display: inline-block;
  font-size: 0.66em;
}
.info__footer {
  width: 100%;
  padding: 15px 10px;
  background: #f7b32c;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.info__message {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.info__message dt {
  flex-basis: 170px;
  margin-right: 40px;
  margin-bottom: 10px !important;
  text-align: center;
}
.info--horizontal .info__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 10em;
  max-width: 10em;
}
.info--horizontal .info__body {
  flex: 1 0 auto;
  width: auto;
}
.program-data dt {
  margin-bottom: 1.5em;
  text-align: center;
}
.program-data dt span {
  display: inline-block;
  width: 600px;
  max-width: 100%;
  padding: 0.5em 1.5em;
  border-radius: 40px;
  background: #f7b32c;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.program-data dd {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.form-heading {
  display: inline-block;
  width: 600px;
  max-width: 100%;
  padding: 1em 1.5em;
  border-radius: 60px;
  background: #ff2a78;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .button {
    font-size: 1.8rem;
  }
  .text-large {
    font-size: 1.8rem;
  }
  .info__header,
  .info__footer {
    font-size: 1.6rem;
    text-align: left;
  }
  .info__message {
    display: block;
  }
  .info__message dt {
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px !important;
  }
  .info--horizontal .info__header {
    flex-basis: 100%;
    max-width: none;
  }
  .info--horizontal .info__body {
    flex-basis: 100%;
    width: 100%;
  }
  .program-data dt span {
    width: 400px;
    font-size: 1.6rem;
  }
  .program-data dd {
    font-size: 1.6rem;
  }
  .form-heading {
    width: 400px;
    font-size: 1.4rem;
  }
}

/* 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;
  }
}
