@charset "utf-8";

html {
  margin: 0 auto;
/*  background: url(../img/biz2_bg_01.jpg);*/
  background-color: #ddf3fe;
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-size: 16px;
  line-height: 1.5;
}


img {
  max-width: 100%;
}

h1 {
  background-color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
}

h2 {
  font-size: 24px;
  line-height: 1;
  /*text-align: center;*/
  margin-bottom: 1rem;
}

#suzakinishi {
  margin-top: 60px;
  margin-bottom: 60px;
}

h3 {
  color: #ec72a5;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.en {
  color: #ff0000;
  font-size: 1.2;
  font-weight: bold;
}

/*Header*/
header {
  text-align: center;
}

.main_visual {
  /* background: url(../img/bg01.jpg); */
  background-color: #6dd1c5;
}

.main_visual p {
  margin-top: 1rem;
}



/*Contents*/
.contents {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
}

.contents p,ul {
  margin-bottom: 1rem;
}

.history_box {
  /*background-color: #eeffbb;*/
  border-radius: 16px;
  margin: 0 auto 1rem auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 90%;
}

.history_box h2 {
  font-family: "fot-rodin-pron",sans-serif;;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.history_box dl {
  border: 3px dashed #d1eefe;
  /*display: inline-block;*/
  line-height: 1.2rem;
  height: 6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem;
  overflow: auto;
}

.history_box dl dt {
  color: #ec72a5;
}

.history_box dl dd {
  margin-bottom: 0.5rem;
}

.history_box dl dd.new::before {
  content: url(../img/new.png);
}

.summary {
  margin-bottom: 2rem;
}

#date_pc {
  display: none;
}

.summary p,
.summary ul {
  text-align: center;
}

.important {
  color: #ec72a5;
  font-family: "fot-rodin-pron",sans-serif;;
  font-size: 36px;
}

.summary_box,
.ticket_box,
.goods_box {
  border-radius: 16px;
  margin: 0 auto 3rem auto;
  padding: 1rem;
  width: 86%;
  height: auto;
}

.summary_box {
  border: 5px solid #35c2f6;
}

.summary_box dl {
  margin-left: 2rem;
}

.cast_image {
  margin: 0 auto;
  width: 146px;
  height: 202px;
}

.ticket_box {
  border: 5px solid #0977b2;
}

.ticket_box h3 {
  margin-top: 1.5rem;
}

.ticket_box img {
  display: block;
  border: 1px solid #cccccc;
  width: 120px;
  margin: 6px auto;
}

.ticket_sep {
  color: #ec72a5;
  border-top: 1px dotted #ec72a5;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 1rem auto;
  width: 100%;
}

.not_ready {
  background-color: #cccccc;
  border: 5px solid #cccccc;
  color: #ffffff;
  height: 180px;
}

.not_ready p {
  text-align: center;
}

.info_goods {
  border: 2px solid #eeffbb;
  border-radius: 10px;
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
}

.bl_goods {
  margin-bottom: 1rem;
}

.box_goods {
  margin-bottom: 1rem;
}

.img_goods {
  border: 2px solid #f2f2f2;
  border-radius: 6px;
  padding: 5px;
}

.txt_goods h4 {
  color: #35c2f6;
}

.txt_goods dl dt {
  color: #ec72a5;
}

.info_goods h2 {
  color: #ec72a5;
  text-align: center;
}

.info_flower {
  border: 2px solid #d1eefe;
  border-radius: 10px;
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
}

.info_flower h2 {
  color: #ec72a5;
  text-align: center;
}

.info_address {
  margin-left: 1rem;
}

.info_address li {
  font-weight: bold;
}

.info {
  background-color: #6dd1c5;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
}

/*Footer*/
footer {
  background-color: #fefefe;
  /* background: url(../img/bg01.jpg); */
/*  color: #ffffff;*/
  font-size: 1rem;
  /* padding: 1rem 0; */
  text-align: center;
}

/*480px以上*/
@media screen and (min-width: 480px) {
  header nav {
    background: none;
  }

  header nav ul {
    width: 1000px;
    margin: 0 auto;
  }

  header nav ul li {
    border: none;
    float: left;
    width: calc(100% / 3);
  }

  header nav ul li a {
    border: 1px solid #555555;
    border-radius: 5px;
    background-image: linear-gradient(#f1b192, #e77842, #f1b192);
    text-shadow: 1px 1px 3px #cccccc;
  }

  header nav ul li a:hover {
    text-shadow: none;
    opacity: 0.8;
  }

  label,
  input[type="checkbox"],
  #sp_menu {
    display: none;
  }

  #pc_menu {
    display: block;
  }

  .contents {
    background-color: #ffffff;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
  }

  .summary_box h2,
  .ticket_box h2 {
    text-align: center;
  }

  .history_box dl {
    /*display: inline-block;*/
    padding: 0.5rem;
    height: 12rem;
    width: 90%;
  }

  .history_box dl dt {
    float: left;
    clear: left;
  }

  .history_box dl dd {
    margin-left: 7.5rem;
  }

  #date_sp {
    display: none;
  }

  #date_pc {
    display: block;
  }

  .summary ul,
  .summary dl {
    text-align: center;
  }

  .summary dl {
    display: inline-block;
  }

  .summary dl dt {
    float: left;
    clear: left;
    margin-left: 12rem;
  }

  .summary dl dd {
    float: left;
  }

  .summary .summary_area {
    display: flex;
    margin: 0 auto;
  }

  .summary .summary_box {
    width: 40%;
    height:
  }

  .summary .summary_box dl {
    display: inline-block;
    text-align: left;
  }

  .summary .summary_box dl dt {
    float: left;
    clear: left;
    margin-left: 0;
    width: 5rem;
  }

  .summary .summary_box dl dd {
    float: left;
    margin-left: 3rem;
  }

  .summary .cast {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
  }

  .ticket_area {
    display: flex;
    margin: 0 auto;
  }

  .ticket_box {
    width: 40%;
  }

  .info_goods {
    /*display: flex;
    justify-content: space-around;*/
    margin: 0 auto;
  }

  .box_goods {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }

  .img_goods {
    width: 38%;
  }

  .txt_goods {
    width: 56%;
  }

  .txt_goods dl {
    width: 100%;
  }

  .txt_goods dl dt {
    float: left;
  }

  .txt_goods dl dd {
    margin-left: 5rem;
  }

  .info ul {
    text-align: center;
  }

  footer {
    text-align: center;
    margin: 0 auto;
  }
}
