@charset "UTF-8";
.toTop, .pagetop, .to_topbox, #pageTop, .p-sensya-goTop {
  display: none !important; }

.pc {
  display: block !important; }

@media all and (max-width: 800px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }

@media all and (max-width: 800px) {
  .sp {
    display: block !important; } }

.jms_table table tbody tr td .an_pitModal-open {
  color: #ed1a3a;
  font-weight: bold; }

.an_pitModal {
  display: none; }

.an_pitModal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  z-index: 1000; }

.an_pitModal-wrap {
  position: relative;
  position: fixed;
  margin-top: -212px;
  margin-left: -340px;
  padding: 20px;
  top: 50%;
  left: 50%;
  width: 680px;
  height: 425px;
  background-color: #fff;
  z-index: 1001;
  border: 2px #e6e6e6 solid;
  border-radius: 10px; }

@media all and (max-width: 800px) {
  .an_pitModal-wrap {
    margin-top: 0;
    margin-left: 0;
    padding: 15px;
    left: 15px;
    top: 60px;
    width: calc(100vw - 30px);
    height: calc(100vh - 120px); } }

.an_pitModal-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.an_pitModal-close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer; }

@media all and (max-width: 800px) {
  .an_pitModal-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px; } }

.an_pitModal-close img {
  width: 100%;
  height: auto; }

.an_pitModal-location-inner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #e6e6e6 solid; }

@media all and (max-width: 800px) {
  .an_pitModal-location-inner {
    margin-bottom: 15px;
    padding-bottom: 15px; } }

.an_pitModal-location-label {
  margin-bottom: 15px;
  padding: 9px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fdb813; }

@media all and (max-width: 800px) {
  .an_pitModal-location-label {
    margin-bottom: 10px;
    padding: 4px 0;
    font-size: 12px; } }

.an_pitModal-location .an_pitModal-shopName {
  font-size: 30px;
  text-align: center; }

@media all and (max-width: 800px) {
  .an_pitModal-location .an_pitModal-shopName {
    font-size: 19px; } }

.an_pitModal-location .an_pitModal-shopName a {
  padding-right: 33px;
  background-size: 22px 22px; }

@media all and (max-width: 800px) {
  .an_pitModal-location .an_pitModal-shopName a {
    padding-right: 18px;
    background-size: 13px 13px; } }

.an_pitModal-location .an_pitModal-shopAddress {
  text-align: center;
  font-size: 18px;
  line-height: 22px; }

@media all and (max-width: 800px) {
  .an_pitModal-location .an_pitModal-shopAddress {
    font-size: 11px;
    line-height: 12px; } }

.an_pitModal-location .an_pitModal-attention {
  text-align: center; }

.an_pitModal-lists {
  width: 100%; }

.an_pitModal-lists-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px; }

.an_pitModal-lists-item {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  width: calc(50% - 10px);
  border-bottom: 1px #e6e6e6 solid; }

@media all and (max-width: 800px) {
  .an_pitModal-lists-item {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    width: 100%; } }

.an_pitModal-label {
  width: 100%;
  background: #7d7d7d;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 12px 15px;
  position: relative; }

.an_pitModal-label p {
  display: block;
  color: #fff;
  font-size: 16px; }

@media all and (max-width: 800px) {
  .an_pitModal-label p {
    font-size: 12px; } }

.an_pitModal-label .openIcon {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 35px;
  height: 35px;
  line-height: 1.0;
  text-align: center;
  padding-top: 16px;
  color: #fff;
  font-size: 10px; }

@media all and (max-width: 800px) {
  .an_pitModal-label .openIcon {
    font-size: 8px;
    top: 8px;
    right: 10px;
    height: 28px; } }

.an_pitModal-label .openIcon:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  background: url(/template/img/maintenance/index/icon_open.png) no-repeat center top;
  background-size: 20px;
  width: 35px;
  height: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.an_pitModal-label .openIcon:after {
  display: inline-block;
  content: '開く'; }

.an_pitModal-label.active .openIcon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.an_pitModal-label.active .openIcon:after {
  content: '閉じる'; }

.an_pitModal-shopName {
  color: #3c3c3c;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold; }

@media all and (max-width: 800px) {
  .an_pitModal-shopName {
    font-size: 15px;
    line-height: 1.2; } }

.an_pitModal-shopName a {
  display: inline-block;
  padding-right: 30px;
  background: url("../img/common/pitmenu-modal-link.png") no-repeat;
  background-position: right center;
  background-size: 16px 16px; }

@media all and (max-width: 800px) {
  .an_pitModal-shopName a {
    padding-right: 18px;
    background-size: 13px 13px; } }

.an_pitModal-shopAddress {
  margin-top: 10px;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 21px; }

@media all and (max-width: 800px) {
  .an_pitModal-shopAddress {
    margin-top: 8px;
    font-size: 10px;
    line-height: 12px; } }

.an_pitModal-attention {
  margin-top: 10px;
  color: #ed1a3a;
  font-size: 12px;
  line-height: 16px; }

@media all and (max-width: 800px) {
  .an_pitModal-attention {
    margin-top: 5px;
    font-size: 10px;
    line-height: 12px; } }
/*# sourceMappingURL=pitmenu-modal.css.map */