/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 60px;
  color: #a3916c;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
main section.s01 .wrapper .photoarea {
  padding: 50px 50px 40px;
  background-color: #eae9e8;
  margin-top: 25px;
}
main section.s01 .wrapper .photoarea .photobox {
  width: 100%;
}
main section.s01 .wrapper .photoarea .photobox img {
  width: 100%;
  display: none;
}
main section.s01 .wrapper .photoarea .photobox img:first-child {
  display: inline;
}
main section.s01 .wrapper .photoarea ul {
  width: 1007px;
  margin: 15px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s01 .wrapper .photoarea ul li {
  width: 305px;
  height: 62px;
  border-radius: 50px;
  margin: 20px 46px 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper .photoarea ul li:hover {
  cursor: pointer;
  background-color: #a3916c;
}
main section.s01 .wrapper .photoarea ul li:hover p {
  color: #fff;
}
main section.s01 .wrapper .photoarea ul li.active {
  background-color: #a3916c;
}
main section.s01 .wrapper .photoarea ul li.active p {
  color: #fff;
}
main section.s01 .wrapper .photoarea ul li:nth-child(3n) {
  margin-right: 0;
}
main section.s01 .wrapper .photoarea ul li p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
main section.s01 .wrapper .t03 {
  width: 1007px;
  margin: 50px auto 0;
  font-size: 16px;
  line-height: 200%;
}
main section.s01 .wrapper .btn_seat {
  width: 420px;
  display: block;
  line-height: 22px;
  background-color: #a3916c;
  padding: 31px 0;
  border-radius: 50px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  display: block;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 60px auto 0;
}
main section.s02 .wrapper .t01 {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
  line-height: 180%;
}
main section.s02 .wrapper table {
  width: 100%;
  margin-top: 0px;
}

main section.s02 .wrapper table img{
  width: 90%;
  margin-top: 5px;
}

main section.s02 .wrapper table.table02 tr th {
  width: 260px;
}
main section.s02 .wrapper table tr {
  border-bottom: 1px solid #bdbdbd;
}
main section.s02 .wrapper table tr:last-child {
  border: none;
}
main section.s02 .wrapper table tr th {
  width: 160px;
  font-size: 18px;
  line-height: 180%;
  font-weight: bold;
  color: #a3916c;
  padding: 20px 0 20px 40px;
  vertical-align: top;
}
main section.s02 .wrapper table tr td {
  font-size: 18px;
  line-height: 180%;
  padding: 20px 0;
  vertical-align: top;
}
main section.s02 .wrapper table tr td a {
  text-decoration: none;
  color: #000;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 70px auto 0;
}
main section.s03 .wrapper ul li {
  border-bottom: 1px solid #bdbdbd;
}
main section.s03 .wrapper ul li:last-child {
  border: none;
}
main section.s03 .wrapper ul li a {
  display: block;
  text-decoration: none;
  color: #861333;
  padding: 25px 0 25px 100px;
  font-size: 18px;
  background-image: url(../../images/icon_pdf.svg);
  background-size: 37px auto;
  background-position: center left 40px;
  background-repeat: no-repeat;
}
main section.s04 .wrapper {
  width: 1200px;
  margin: 70px auto 0;
}
main section.s04 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
main section.s04 .wrapper .box01 .seat {
  width: 727px;
  display: block;
}
main section.s04 .wrapper .box01 ul {
  width: 418px;
  margin-top: 30px;
}
main section.s04 .wrapper .box01 ul li {
  margin-top: 30px;
}
main section.s04 .wrapper .box01 ul li a {
  display: block;
  border: 1px solid #808080;
  text-decoration: none;
  background-image: url(../../images/icon_pdf.svg);
  background-size: 37px auto;
  background-position: center left 40px;
  background-repeat: no-repeat;
  padding: 30px 0 30px 100px;
  color: #000;
  font-size: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 30px;
    color: #a3916c;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
  }
  main section.s01 .wrapper .photoarea {
    padding: 15px;
    background-color: #eae9e8;
    margin-top: 15px;
  }
  main section.s01 .wrapper .photoarea .photobox {
    width: 100%;
  }
  main section.s01 .wrapper .photoarea .photobox img {
    width: 100%;
    display: none;
  }
  main section.s01 .wrapper .photoarea ul {
    width: 100%;
    margin: 5px auto 0;
  }
  main section.s01 .wrapper .photoarea ul li {
    width: calc(50% - 5px);
    height: auto;
    border-radius: 50px;
    height: 40px;
    margin: 10px 10px 0 0 !important;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding: 0 10px;
  }
  main section.s01 .wrapper .photoarea ul li:nth-child(even) {
    margin-right: 0 !important;
  }
  main section.s01 .wrapper .photoarea ul li:hover {
    cursor: pointer;
    background-color: #a3916c;
  }
  main section.s01 .wrapper .photoarea ul li:hover p {
    color: #fff;
  }
  main section.s01 .wrapper .photoarea ul li.active {
    background-color: #a3916c;
  }
  main section.s01 .wrapper .photoarea ul li.active p {
    color: #fff;
  }
  main section.s01 .wrapper .photoarea ul li p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  main section.s01 .wrapper .t03 {
    width: 100%;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 200%;
  }
  main section.s01 .wrapper .btn_seat {
    width: 220px;
    display: block;
    line-height: 16px;
    background-color: #a3916c;
    padding: 15px 0;
    border-radius: 50px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
  }
  main section.s02 {
    padding: 0 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 40px auto 0;
  }
  main section.s02 .wrapper .t01 {
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 180%;
  }
  main section.s02 .wrapper table {
    width: 100%;
    margin-top: 10px;
  }
  main section.s02 .wrapper table.table02 tr th {
    width: 120px;
  }
  main section.s02 .wrapper table tr th {
    width: 80px;
    font-size: 13px;
    line-height: 180%;
    font-weight: bold;
    color: #a3916c;
    padding: 10px 0 10px 0px;
  }
  main section.s02 .wrapper table tr td {
    font-size: 13px;
    line-height: 180%;
    padding: 10px 0 10px 0px;
  }
  main section.s03 {
    padding: 0 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 50px auto 0;
  }
  main section.s03 .wrapper ul {
    margin-top: 5px;
  }
  main section.s03 .wrapper ul li {
    border-bottom: 1px solid #bdbdbd;
  }
  main section.s03 .wrapper ul li:last-child {
    border: none;
  }
  main section.s03 .wrapper ul li a {
    display: block;
    text-decoration: none;
    color: #861333;
    padding: 15px 0 15px 35px;
    font-size: 14px;
    background-image: url(../../images/icon_pdf.svg);
    background-size: 25px auto;
    background-position: center left 0;
    background-repeat: no-repeat;
  }
  main section.s04 {
    padding: 0 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 50px auto 0;
  }
  main section.s04 .wrapper .box01 {
    display: block;
    margin-top: 30px;
  }
  main section.s04 .wrapper .box01 .seat {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 ul {
    width: 300px;
    margin: 40px auto 0;
  }
  main section.s04 .wrapper .box01 ul li {
    margin-top: 20px;
  }
  main section.s04 .wrapper .box01 ul li a {
    display: block;
    border: 1px solid #808080;
    text-decoration: none;
    background-image: url(../../images/icon_pdf.svg);
    background-size: 25px auto;
    background-position: center left 15px;
    background-repeat: no-repeat;
    padding: 20px 0 20px 50px;
    color: #000;
    font-size: 16px;
  }
}