body {
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  font-family: serif;
}

p, table, dl, ul, ol, hr,
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

.tofh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w1px {
  width: 1px;
}

.w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wsnr {
  white-space: nowrap;
}

.hdn {
  display: none;
}

.hide_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.inner_w,
.inner {
  max-width: 1240px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.inner {
  padding: 0 10px;
}

.tbl {
  border-collapse: collapse;
}
.tbl th,
.tbl td {
  border: 1px solid #b48749;
  padding: 12px;
}
.tbl th {
  background: #f7f7f3;
  white-space: nowrap;
}
.tbl td {
  background: #fff;
}

.content {
  margin-bottom: 50px;
}

.hdr_cap {
  color: #b48749;
}
.hdr_cap .logo img {
  width: 30px;
}
.hdr_cap .hdr {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}

#p_hdr {
  background: url("../img/bg_header.png") center no-repeat;
  background-size: cover;
  padding: 30px 0;
}
#p_hdr .hdr {
  color: #fff;
}

.lnkbtn {
  display: table;
  margin: auto;
  border: 1px solid #b48749;
  color: #b48749;
  text-decoration: none;
  padding: 10px 40px;
}

.mark {
  display: inline-block;
  background: #974;
  color: #fff;
  padding: 0 8px;
  font-size: 13px;
  line-height: 22px;
}

.dl_tbl_form dt {
  font-weight: bold;
}

#bottom_info .box {
  background: #f7f7f3;
  padding: 40px 10px;
  margin: 50px auto;
}
#bottom_info .box .tel {
  font-size: 30px;
  line-height: 40px;
}

#content_wrapper {
  background: url("../img/bg.png");
  background-size: 40px;
  overflow: hidden;
}

#footer_wrapper {
  background: url("../img/bg_footer.png");
  background-size: 40px;
  color: #fff;
}

#footer {
  padding: 60px 0 30px;
}
#footer .logo {
  margin-bottom: 60px;
}
#footer .logo img {
  width: 200px;
}

body {
  margin-top: 80px;
}

body.index {
  margin-top: 0;
}

#header_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#header_wrapper {
  background: #fff;
  height: 80px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#header .gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .gnav ul a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 10px;
}
#header .gnav ul .inq {
  background: #000;
}
#header .gnav ul .inq a {
  color: #fff;
}
#header .gnav ul .off {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

#index_banners {
  margin: 1rem 0;
}

#visual img {
  width: 100%;
}

#top_about .img {
  margin: 50px 0;
}

#top_gallery .flickity {
  padding-bottom: 30px;
}
#top_gallery .flickity .flickity-page-dots {
  bottom: 0;
}
#top_gallery .flickity .cell {
  padding: 0 10px;
  text-align: center;
}

#top_cast {
  background: url(../img/bg_top_cast.png) center no-repeat;
  background-size: cover;
}
#top_cast .inner {
  padding: 40px 0;
}
#top_cast .hdr_cap .hdr,
#top_cast .inner {
  color: #fff;
}
#top_cast .dscr,
#top_cast .img {
  margin: 40px 0;
}

.sche_date_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
.sche_date_list li {
  display: block;
}
.sche_date_list li a {
  text-decoration: none;
  display: block;
  border: 1px solid #974;
  color: #974;
}
.sche_date_list li a:hover {
  background: rgba(150, 120, 60, 0.2);
}
.sche_date_list li.current a {
  background: #974;
  color: #fff;
}

#castlist_sortform select,
#castlist_srchform input {
  width: auto;
}

.pct_list {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  overflow: hidden;
}
.pct_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 5px;
  margin-bottom: 30px;
  position: relative;
}
.pct_list li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.pct_list li p {
  margin: 0;
}
.pct_list li .img {
  background: #fff;
}
.pct_list li .txt {
  color: #000;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.pct_list li .txt .shft .str {
  background: #974;
  display: inline-block;
  padding: 0 4px;
}
.pct_list li .img_wrp {
  position: relative;
  border: 1px solid #b48749;
}
.pct_list li .img_wrp .newface {
  position: absolute;
  top: 0;
  left: 0;
}
.pct_list li .img_wrp .dv_icn_cast_stat {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.pct_list li .img_wrp .dv_icn_cast_stat img {
  width: 50px;
}

#gallery {
  width: 390px;
  margin: auto;
}
#gallery .big_img {
  position: relative;
}
#gallery .big_img .img {
  border: 1px solid #b48749;
  background: #fff;
}
#gallery .big_img .dv_icn_cast_stat {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#gallery .big_img .dv_icn_cast_stat img {
  width: 60px;
}
#gallery .tmb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#gallery .tmb_list li {
  width: calc((100% - 30px) / 4);
}
#gallery .tmb_list a {
  border: 1px solid #ccc;
  display: block;
}
#gallery .tmb_list .on a {
  border-color: #b48749;
}

#castinfo .inner {
  max-width: 1000px;
}
#castinfo .com {
  border: 1px solid #b48749;
  background: #fff;
}
#castinfo .com .hdr {
  color: #b48749;
  border-bottom: 1px solid #b48749;
  padding: 10px 0;
}
#castinfo .prof .hdr {
  color: #b48749;
  border-bottom: 1px solid #b48749;
  padding: 10px 0;
}
#castinfo .dl_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#castinfo .dl_prof dt, #castinfo .dl_prof dd {
  padding: 10px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#castinfo .dl_prof .itm {
  width: 40%;
}
#castinfo .dl_prof .txt {
  width: 60%;
}

#wsche {
  background: #f7f7f3;
  color: #b48749;
  padding: 30px;
  margin: 50px auto;
}

#sche_castpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sche_castpage li {
  border: 1px solid #b48749;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sche_castpage li p {
  padding: 10px;
  text-align: center;
  margin: 0;
}
#sche_castpage li .date {
  border-bottom: 1px solid #b48749;
}
#sche_castpage li .time {
  color: #000;
}

#system .tbl {
  margin: 2rem auto;
  width: 450px;
  table-layout: fixed;
}
#system .tbl td {
  text-align: center;
}

#event .dv_evt {
  border: 1px solid #b48749;
  max-width: 600px;
  margin: 1rem auto;
  background: #fff;
}
#event .dv_evt .ttl {
  background: #f7f7f3;
  border-bottom: 1px solid #b48749;
  margin: 0;
  padding: 5px;
  font-size: 20px;
  line-height: 24px;
}
#event .dv_evt .img {
  margin: 1rem;
}
#event .dv_evt .txt {
  padding: 10px;
}

/***** iframe *****/
.if_wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.gmap iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

/***** form *****/
select,
textarea,
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type=text] {
  padding: 10px;
  font-size: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 1px);
}

input[type=button],
input[type=submit],
input[type=reset] {
  padding: 5px 15px;
  font-size: 1rem;
  width: auto;
}