header {
  position: fixed;
  top: 0;
  z-index: 20000;
  width: 100%;
}
@media screen and (min-width: 600px) {
  header {
    background: #e9e9e9;
  }
}
header #headerMytheater {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 60px;
  background: #e9e9e9;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
header #headerMytheater .headerMytheaterInner {
  padding: 20px 0 0;
  text-align: center;
}
header #headerMytheater .headerMytheaterInner .infoCell {
  position: relative;
  line-height: 1.2;
}
header #headerMytheater .headerMytheaterInner .infoCell .infoCellTxt {
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
header #headerMytheater .headerMytheaterInner .infoCell .infoCellTxt:before {
  content: "";
  display: inline-block;
  background: transparent url("/wp-content/themes/d-menu4/images/header/icon_hdrmytheater.png") center center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: 0px;
}
header #headerMytheater .headerMytheaterInner .infoCell .infoLink {
  margin: -4px 10px 0 10px;
  display: inline-block;
}
header #headerMytheater .headerMytheaterInner .infoCell .infoLink a {
  display: inline-block;
  width: 75px;
  height: 30px;
  background: #fd7681;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
header #headerMytheater .headerMytheaterInner .infoCell .infoLink a span {
  display: inline-block;
  line-height: 2.4;
}
header #headerMytheater .headerMytheaterInner .infoCell #close {
  position: absolute;
  top: 4px;
  width: 13px;
  height: 13px;
}
header #headerMytheater .headerMytheaterInner .infoCell #close img {
  width: 100%;
  vertical-align: top;
}
header #header {
  width: 100%;
  height: 53px;
  background: #fff;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #header .headerInner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  header #header .headerInner #menu {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  header #header .headerInner .logo {
    margin: auto;
    width: 126px;
    height: 26px;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
  }
  header #header .headerInner .logo img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  header #header .headerInner #searchBtn {
    position: absolute;
    top: 4px;
    right: -12px;
    width: 47px;
    height: 47px;
  }
  header #header .headerInner #searchBtn img {
    width: 100%;
  }
}
header #searchArea {
  margin: auto;
  display: none;
  position: fixed;
  top: 114px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
header #searchArea .searchAreaInner {
  background: #e1e1e1;
  position: relative;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    display:table;
}
header #searchArea .searchAreaInner form {
    display:table-row;
}
header #searchArea .searchAreaInner div {
    display:table-cell;
}
header #searchArea .searchAreaInner input {
  padding: 0 0 0 5px;
  width: 100%;
  height: 37px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: none;
  background: #fff;
  font-size: 16px;
}
header #searchArea .searchAreaInner .searchButton {
  width: 80px;
  height: 37px;
  top: 5px;
  right: 5px;
  border: none;
  background: #bcbcbc;
}
header #searchArea .searchAreaInner .searchButton button {
  width: 80px;
  height: 37px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: #bcbcbc;
  font-size: 16px;
  color: #646464;
}
header #searchArea #clickArea {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 599px) and (min-width: 1px) {
  header {
    width: 100%;
  }
  header #headerMytheater {
    margin: auto;
  }
  header #headerMytheater .headerMytheaterInner {
    padding: 10px 0 0;
  }
  header #headerMytheater .headerMytheaterInner .infoCell .infoCellTxt {
    margin: 5px 0 0;
    padding: 0 0 0 23px;
    width: 40%;
    text-align: left;
  }
  header #headerMytheater .headerMytheaterInner .infoCell .infoCellTxt:before {
    top: 0px;
    left: -10px;
  }
  header #headerMytheater .headerMytheaterInner .infoCell .infoLink a {
    margin:0 0 8px 0;
  }
  header #headerMytheater .headerMytheaterInner .infoCell #close {
    top: 14px;
  }
  header #header .headerInner {
    margin: auto;
    z-index: 10000;
  }
  header #header .headerInner #menu {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 47px;
    height: 47px;
  }
  header #header .headerInner #menu img {
    width: 100%;
  }
  header #header .headerInner .logo {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 126px;
    height: 26px;
    display: block;
  }
  header #header .headerInner .logo img {
    width: 100%;
  }
  header #header .headerInner #searchBtn {
    position: absolute;
    z-index: 10000;
    top: 4px;
    right: 5px;
    width: 47px;
    height: 47px;
  }
  header #header .headerInner #searchBtn img {
    width: 100%;
  }
}
.js-hiraku-offcanvas-open #drawerMenu {
  top: 0 !important;
}
