@charset "UTF-8";
/*----------------------------------------------------
マイシアター　映画館トップ
----------------------------------------------------*/
.theaterInfoArea {
  border-bottom: 1px solid #dbdbdb;
}
.theaterInfoArea .innerArea {
  margin: 0 0 0;
}

.theaterNameBlock {
  padding: 0 10px;
  border-top: 2px solid #e60012;
  background: #fff;
  color: #121212;
  position: relative;
  display:table;
}
.theaterNameBlock .innerBlock {
  display:table-row;
}
.theaterNameBlock .innerBlock div {
  display:table-cell;
}
.theaterNameBlock .name {
  vertical-align: middle;
}
.theaterNameBlock .btnImg {
  width: 63px;
  vertical-align: middle;
}
.theaterNameBlock .btnImg img {
  width: 100%;
}

.aboutBlock {
  background: #fff;
  font-weight: normal;
  color: #121212;
}
.aboutBlock .aboutTheater {
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 2px solid #e60012;
  font-weight: bold;
}
.aboutBlock .aboutbtn {
  font-weight: bold;
  font-size: 17px;
  position: relative;
}
.aboutBlock .aboutbtn a {
  color: #121212;
}
.aboutBlock .aboutbtn.plus:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/wp-content/themes/d-menu4/images/common/icon_plus.png) no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  right: 10px;
}
.aboutBlock .aboutbtn.minus:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/wp-content/themes/d-menu4/images/common/icon_minus.png) no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  right: 10px;
}
.aboutBlock .data {
  margin: 0 0 15px;
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-collapse: collapse;
}
.aboutBlock .data th {
  width: 21.333333333333336%;
  background: #eeeeee;
  vertical-align: middle;
  border-bottom: 1px solid #dbdbdb;
  border-collapse: collapse;
}
.aboutBlock .data td {
  border-bottom: 1px solid #dbdbdb;
  border-collapse: collapse;
  vertical-align: middle;
}
.aboutBlock .data td .mapLink a {
  display: block;
  width: 70px;
  height: 27px;
  border: 1px solid #e60012;
  color: #e60012;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.aboutBlock .data td .mapLink a span {
  margin: 7px 0 0;
  display: inline-block;
}
.aboutBlock .data td .mapLink a span:before {
  content: "";
  margin: 0 2px 0 0;
  display: inline-block;
  width: 9px;
  height: 13px;
  background: transparent url("/wp-content/themes/d-menu4/images/common/icon_small_current.png") no-repeat;
  background-size: 9px 13px;
  vertical-align: top;
}
.aboutBlock .contact {
  margin: 0 0 15px;
  width: 100%;
  font-weight: bold;
}
.aboutBlock .contact li {
  width: 48%;
}
.aboutBlock .contact li a {
  padding: 8px 0;
  display: block;
  width: 100%;
  color: #e60012;
  font-size: 13px;
  border: 1px solid #e60012;
  text-align: center;
}
.aboutBlock .contact li.tel {
  float: left;
}
.aboutBlock .contact li.tel span:before {
  padding: 0 0 0 3px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent url("/wp-content/themes/d-menu4/images/common/icon_tel.png") center center no-repeat;
  background-size: 12px 12px;
  vertical-align: middle;
}
.aboutBlock .contact li.hp {
  float: right;
}
.aboutBlock .contact li.hp span:before {
  padding: 0 0 0 3px;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: transparent url("/wp-content/themes/d-menu4/images/common/icon_window.png") center center no-repeat;
  background-size: 13px 13px;
  vertical-align: middle;
}
.aboutBlock .attention {
  padding: 3.3333333333333335%;
  background: #eeeeee;
  font-size: 13px;
}
.aboutBlock .attention li {
  margin: 0 0 5px;
}
.aboutBlock .attention li:before {
  content: "※";
  vertical-align: top;
}
.aboutBlock .attention li span {
  display: inline-block;
  width: 93%;
}
.regionArea a .theaterName {
  color: #121212;
}
.regionArea a .theaterRegion {
  color: #a6a6a6;
}
@media screen and (min-width: 600px) {
  .theaterInfoArea {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .theaterNameBlock {
    margin: 0 0 10px;
    padding: 1.5%;
    font-size: 17px;
    width:97.2%;
  }

  .aboutBlock {
    padding: 1.5%;
  }
  .aboutBlock .data th, .aboutBlock .data td {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .theaterInfoArea {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  .theaterNameBlock {
    margin: 0 0 5px;
    padding: 3.3333333333333335%;
      display:table;
      width:93.6%;
  }

  .aboutBlock {
    padding: 3.3333333333333335%;
  }
  .aboutBlock .data th, .aboutBlock .data td {
    padding: 1.5%;
  }
}
/*----------------------------------------------------
マイシアターについて
----------------------------------------------------*/
.aboutMytheater {
  background: #fff;
  color: #1e1e1e;
}
.aboutMytheater .leadTxt {
  font-size: 17px;
  border-bottom: 1px solid #dbdbdb;
}
.aboutMytheater .contTxt {
  font-size:14px;
  font-weight: normal;
}

.aboutMytheater .oneMore {
    width: 100%;
    text-align:center;
    font-size:14px;
    margin: 10px 0 0 0;
}

@media screen and (min-width: 600px) {
  .aboutMytheater {
    padding: 1.5% 1.5% 2%;
  }
  .aboutMytheater .leadTxt {
    padding: 0 1.5% 1.5%;
    margin: 0 -1.5% 1.5%;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  .aboutMytheater {
    padding: 3.3333333333333335% 3.3333333333333335% 5%;
  }
  .aboutMytheater .leadTxt {
    padding: 0 3.3333333333333335% 3.3333333333333335%;
    margin: 0 -3.3333333333333335% 3.3333333333333335%;
  }
}
