@charset "utf-8";

/* common.css override */
body {
  background-color: #F2F3F4;
}
.pageTitleEllipsisBox {
  position: relative;
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
  box-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: #AD1A1A;
  z-index: 7;
}
.pageTitleEllipsisBox-wrap {
  display: table;
}
.pageTitleEllipsisBox .pageTitle {
  display: table-cell;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pageTitleEllipsisBox-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pageTitleEllipsisBox-ruby {
  display: table-cell;
  padding-left: 8px;
  color: #FFF;
  font-size: 12px;
  vertical-align: bottom;
}
.main-menu {
  z-index: 2;
}

/* 新 検索バー(2025版) */
.hallListSearchBox {
  position: relative;
  padding: 10px 8px;
  background-color: #FFF;
  z-index: 1;
}
.hallListSearchBox-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hallListSearchBox-condition {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 8px;
  padding: 10px 40px 10px 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0) inset;
  box-shadow: 0 1px 3px rgba(0,0,0,.3) inset;
}
.hallListSearchBox-condition-textWrap {
  display: -webkit-box;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hallListSearchBox-condition-area {
  color: #333;
  font-size: 14px;
}
.hallListSearchBox-condition-detail {
  color: #888;
  font-size: 11px;
}
.hallListSearchBox-condition .fa-search {
  position: absolute;
  top: 50%;
  left: 8px;
  color: #CCC;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.hallListSearchBox-condition-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #3988F0;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hallListSearchBox-btn {
  position: relative;
  width: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
}
.hallListSearchBox-btn > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hallListSearchBox-btn> .fa-check-circle {
  display: none;
}
.hallListSearchBox-btn.has-badge > .fa-check-circle {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  color: #12A24B;
  font-size: 16px;
  content: "";
}

/* 並び替え/絞り込み/前のページに戻る */
.listFilterBacknav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 8px 8px;
  background-color: #FFF;
  font-size: 16px;
  z-index: 1;
}
.listFilterBacknav-backnav {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listFilterBacknav-backnav > i.fa-angle-left {
  margin-right: 4px;
}
.listFilterBacknav-filterGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listFilterBacknav-filterGrid-sort,
.listFilterBacknav-filterGrid-filter {
  min-width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  line-height: 34px;
  background-color: #FFF;
  font-size: 12px;
  text-align: center;
}
.listFilterBacknav-filterGrid-sort {
  position: relative;
  margin-right: 8px;
}
.listFilterBacknav-filterGrid-sort > select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;;
  opacity: 0;
}
.listFilterBacknav-filterGrid-sort > i.fa-sort-alt {
  margin-right: 4px;
  margin-left: -12px;
  font-size: 16px;
  vertical-align: middle;
}
.listFilterBacknav-filterGrid-sort > i.fa-caret-down {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  height: 16px;
  margin: auto;
  font-size: 16px;
}
.listFilterBacknav-filterGrid-filter > a {
  display: block;
  height: 34px;
}
.listFilterBacknav-filterGrid-filter > a > i {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-bottom: 1px;
  margin-right: 0px;
  background: url(https://www.p-world.co.jp/sp/images/iconSortFilter.png) no-repeat 0 -17px;
  -webkit-background-size: 16px 32px;
  -moz-background-size: 16px 32px;
  background-size: 16px 32px;
  vertical-align: middle;
}
/* listHeader */
.listHeader {
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.6);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.6);
  box-shadow: 0 1px 6px rgba(0,0,0,.6);
}
.listHeader-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  background-color: #3C3C42;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.listHeader-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 8px;
}
.listHeader-title > h1,
.listHeader-title > h2 {
  display: inline-block;
  font-size: 14px;
}
.listHeader-title > span {
  font-size: 12px;
  vertical-align: bottom;
}
.listHeader-follow {
  display: block;
  padding: 0 16px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: solid 1px #FFF;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
}
.listHeader-follow.is-follow {
  background-color: #FFF;
  color: #383838;
  font-weight: bold;
}
.listHeader-searchCondition {
  position: relative;
  margin: 0;
  padding: 8px;
  background-color: #FFF;
  color: #383838;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.listHeader-searchCondition > a {
  color: #1159F0;
}
/* hallList */
.hallList {
  padding: 12px 8px;
}
.hallList-item {
  padding: 10px 8px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  word-break: break-all;
}
.hallList-item:after {
  width: 0;
  height: 0;
  background: none;
  content: none;
}
.hallList-item:not(:last-child) {
  margin-bottom: 10px;
}
.hallList-header {
  position: relative;
  margin-bottom: 8px;
  padding-right: 32px;
}
.hallList-header.is-grand,
.hallList-header.is-anniv {
  padding-right: 68px;
}
.hallList-header.is-grand.is-anniv {
  padding-right: 104px;
}
.hallList-header > a {
  display: block;
}
.hallList-hallName {
  color: #CE2323;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.hallList-distance {
  margin-top: 2px;
  color: #707070;
  font-size: 12px;
  line-height: 1.2;
}
.hallList-distance > i {
  margin-right: 2px;
}
.hallList-grandBadge,
.hallList-annivBadge {
  position: absolute;
  top: -4px;
  right: 28px;
  width: 32px;
  height: 32px;
}
.hallList-annivBadge + .hallList-grandBadge {
  right: 64px;
}
.hallList-follow {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  color: #CCC;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}
.hallList-follow.is-selected {
  color: #F9D000;
}
.hallList-body {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #585858;
}
.hallList-thumb {
  display: table-cell;
  width: 80px;
  vertical-align: top;
}
.hallList-thumb > img {
  width: 80px;
  height: 80px;
}
.hallList-thumb-schedule {
  margin-top: 1px;
  background-color: #808080;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .hallList-thumb-schedule-day {
    display: none;
  }
}
/* 画面幅320px以下はサムネイルを小さく表示 */
@media screen and (max-width: 320px) {
  .hallList-thumb {
    width: 64px;
  }
  .hallList-thumb > img {
    width: 64px;
    height: 64px;
  }
}
.hallList-machineCount {
  margin-top: 1px;
  background-color: #333;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.hallList-scheduleCount {
  margin-top: 1px;
  border: solid 1px #585858;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.hallList-detail {
  display: table-cell;
  padding-left: 8px;
  vertical-align: top;
}
.hallList-item[data-interview_plan="1"] .hallList-detail {
  padding-left: 0;
}
.hallList-address {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hallList-kashidama {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2px;
  width: 100%;
  font-size: 11px;
  line-height: 1;
}
.hallList-kashidama-pachi,
.hallList-kashidama-slot {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
}
.hallList-kashidama-pachi {
  background-color: #EF5350;
}
.hallList-kashidama-slot {
  background-color: #5C6BC0;
}
.hallList-kashidama-label {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
}
.hallList-facility {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2px;
}
.hallList-facility-item {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #CCC;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;

  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
.hallList-newMachineInfo {
  display: block;
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #CCC;
  font-size: 13px;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hallList-newMachineInfo > .hallList-newMachineInfo-label {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #383838;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
}
.hallList-newMachineInfo > [data-type="pachi"] {
  color: #EF5350;
}
.hallList-newMachineInfo > [data-type="slot"] {
  color: #5C6BC0;
}
.hallList-emptyResult {
  padding: 64px 0;
  font-size: 14px;
  text-align: center;
}
/* 取材・来店情報 */
.hallList-interview {
  position: relative;
  padding: 4px;
  border: solid 1px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.hallList-item[data-interview_plan="1"] .hallList-interview {
  border-color: #E0E0E0;
}
.hallList-item[data-interview_plan="2"] .hallList-interview {
  border-color: #BBB;
  background-color: #FAEBE8;
}
.hallList-interview-header {
  margin-bottom: 2px;
  padding-right: 36px;
  line-height: 1.2;
}
.hallList-interview-type {
  display: inline-block;
  padding: 0 4px;
  background-color: #A7A7A7;
  color: #FFF;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
}
.hallList-item[data-interview_plan="2"][data-interview_type="1"] .hallList-interview-type {
  background-color: #E8A12B;
}
.hallList-item[data-interview_plan="2"][data-interview_type="2"] .hallList-interview-type {
  background-color: #5498FC;
}
.hallList-interview-title {
  display: inline;
  color: #222;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
}
.hallList-item[data-interview_plan="2"] .hallList-interview-title {
  color: #222;
  font-weight: bold;
}
.hallList-interview-prBadge {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 26px;
  border: solid 1px #6D6D6D;
  background-color: #FFF;
  color: #6D6D6D;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.hallList-interview-date,
.hallList-interview-memo {
  font-size: 11px;
  line-height: 1.2;
}
.hallList-interview-date {
  margin-bottom: 2px;
}
.interviewsMemo {
  margin-bottom: 32px;
  padding: 0 8px;
  font-size: 11px;
  text-align: center;
}
.hallList-empty {
  padding: 88px 0;
  background-color: #E6E6E6;
  font-size: 14px;
  text-align: center;
}

.areaListLink {
  padding: 4px 8px 0;
}
.areaListLink > a {
  color: #1159F0;
  font-size: 14px;
  text-decoration: underline;
}
.listMore {
  padding: 16px 32px 32px;
}
.listMore > a {
  display: block;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  background-color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}
.listMore.is-loading > a {
  border-color: transparent;
  background: url("https://www.p-world.co.jp/sp/images/loading.gif") no-repeat 50% 50% transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-indent: -9999px;
  pointer-events: none;
}

/* ホールリスト下のリンク集 */
.hallListBottomLinks {
  padding: 16px 10px 4px;
  background-color: #FFF;
}
.hallListBottomLinks-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: normal;
}
.hallListBottomLinks-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.hallListBottomLinks-items > li {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
}
.hallListBottomLinks-items > li > a {
  display: inline-block;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ABABAB;
  font-size: 12px;
}

/* ピックアップ取材・来店情報 */
.pickupInterview-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  background-color: #7B5FCA;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.pickupInterview-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  background-color: #FFF;
  list-style-type: none;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.pickupInterview-item {
  position: relative;
  width: 102px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #BBB;
  background-color: #FAEBE8;
  background-image: none;
  font-weight: normal;
  overflow: hidden;
}
.pickupInterview-item:not(:first-child) {
  margin-left: 8px;
}
.pickupInterview-item > a {
  display: block;
  padding: 4px;
  background-image: none;
}
.pickupInterview-item > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.pickupInterview-item-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
  font-size: 11px;
}
.pickupInterview-item-header-type {
  width: 34px;
  color: #FFF;
  text-align: center;
}
.pickupInterview-item-header-type[data-type="1"] {
  background-color: #E8A12B;
}
.pickupInterview-item-header-type[data-type="2"] {
  background-color: #5498FC;
}
.pickupInterview-item-header-date {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #585858;
  text-align: right;
}
.pickupInterview-item-thumb {
  width: 100%;
  height: 92px;
  margin-bottom: 8px;
  vertical-align: top;
  object-fit: cover;
}
.pickupInterview-item-address {
  width: 100%;
  margin: 0 0 4px;
  color: #585858;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pickupInterview-item-hallName {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* ==================================================
 * 検索条件の変更modal
================================================== */
#modalSearchForm {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}
#modalSearchForm.is-active {
  display: block;
}
.modalSearchForm-inner,
.modalSearchForm-condition,
.modalSearchForm-pref,
.modalSearchForm-area {
  height: inherit;
  overflow: auto;
}
.modalSearchForm-condition,
.modalSearchForm-pref,
.modalSearchForm-area {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 1;
}
.modalSearchForm-pref,
.modalSearchForm-area {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease .25s;
  -moz-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s;
}
.modalSearchForm-inner[data-type="pref"] .modalSearchForm-pref,
.modalSearchForm-inner[data-type="area"] .modalSearchForm-pref,
.modalSearchForm-inner[data-type="area"] .modalSearchForm-area {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.modalSearchForm-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-bottom: solid 3px #AD1A1A;
}
.modalSearchForm-header-title {
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.modalSearchForm-header-closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-size: 28px;
  text-align: center;
}
.modalSearchForm-header-closeBtn > i {
  vertical-align: middle;
}
/* 検索条件入力フォーム */
.modalSearchForm-inner[data-type="condition"] .modalSearchForm-header-title > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 17px;
  height: 16px;
  margin: auto;
}
.modalSearchForm-inner[data-type="condition"] .modalSearchForm-header-title {
  padding-left: 20px;
}
.modalSearchForm-condition {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modalSearchForm-condition-body {
  padding: 16px 12px 120px;
}
.modalSearchForm-conditionItem + .modalSearchForm-conditionItem {
  margin-top: 24px;
}
.modalSearchForm-conditionItem-header {
  margin-bottom: 4px;
}
.modalSearchForm-conditionItem-title {
  font-size: 16px;
  font-weight: bold;
}
.modalSearchForm-conditionItem-area,
.modalSearchForm-conditionItem-date,
.modalSearchForm-conditionItem-text {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
}
.modalSearchForm-conditionItem-area {
  padding: 0 24px 0 28px;
}
.modalSearchForm-conditionItem-area > input[type="text"] {
  width: 100%;
  display: inline-block;
  min-height: 46px;
  border: none;
  line-height: 46px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  pointer-events: none;
}
.modalSearchForm-conditionItem-area > .fa-map-marker-alt {
  position: absolute;
  top: 50%;
  left: 8px;
  color: #AAA;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.modalSearchForm-conditionItem-area > .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #AE2323;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modalSearchForm-conditionItem-fromToDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modalSearchForm-conditionItem-date {
  display: inline-block;
  width: 100%;
  max-width: 160px;
}
.modalSearchForm-conditionItem-date > input[type="text"] {
  width: 100%;
  display: inline-block;
  min-height: 46px;
  border: none;
  background-color: transparent;
  line-height: 46px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}
.modalSearchForm-conditionItem-date > .fa-calendar-alt {
  position: absolute;
  top: 50%;
  left: 8px;
  color: #AAA;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.modalSearchForm-conditionItem-fromToDate > span {
  padding: 0 8px;
  font-size: 14px;
}
.modalSearchForm-conditionItem-checkboxs > li > label > input[type="checkbox"],
.modalSearchForm-conditionItem-radiobuttons > li > label > input[type="radio"] {
  display: none;
}
/* ノーマルデザイン */
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li,
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li {
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
}
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label,
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li > label {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  padding-left: 28px;
  line-height: 40px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label > span > i.fa-square,
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label > span > i.fa-check-square {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label > span > i.fa-square {
  color: #999;
}
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label > span > i.fa-check-square {
  display: none;
  color: #235CCF;
}
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label > input[type="checkbox"]:checked + span > i.fa-square {
  display: none;
}
.modalSearchForm-conditionItem-checkboxs[data-design="normal"] > li > label > input[type="checkbox"]:checked + span > i.fa-check-square {
  display: block;
}
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li > label > span:before,
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li > label > input[type="radio"]:checked + span:after {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li > label > span:before {
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  background-color: #FFF;
}
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li > label > input[type="radio"]:checked + span::before {
  border-color: #235CCF;
}
.modalSearchForm-conditionItem-radiobuttons[data-design="normal"] > li > label > input[type="radio"]:checked + span::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #235CCF;
}

/* パネルデザイン */
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"][data-row="single"] > li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"][data-row="single"] > li:not(:last-child) {
  margin-right: 4px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"][data-row="multi"] {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"][data-row="multi"][data-itemcount="4"] > li {
  width: calc((100% - 12px) / 4);
  margin-bottom: 4px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"][data-row="multi"][data-itemcount="4"] > li:not(:nth-child(4n)) {
  margin-right: 4px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label {
  display: block;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  background-color: #FFF;
  text-align: center;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"]:checked + span {
  border-color: #00B4FF;
  background-color: #EFFAFF;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label.is-disabled {
  pointer-events: none;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label.is-disabled > span {
  background-color: #F0F0F0;
}
/* 貸玉、貸メダル用 */
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_tama"] + span > i,
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_medal"] + span > i {
  display: inline-block;
  width: 64px;
  height: 40px;
  background: url("../../images/iconRates.svg") no-repeat 0 0;
  -webkit-background-size: 256px 80px;
  -moz-background-size: 256px 80px;
  background-size: 256px 80px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_tama"][value="0-1"] + span > i {
  background-position: 0 0;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_tama"][value="1-2"] + span > i {
  background-position: -64px 0;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_tama"][value="2-3"] + span > i {
  background-position: -128px 0;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_tama"][value="3"] + span > i {
  background-position: -192px 0;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_medal"][value="0-5"] + span > i {
  background-position: 0 -40px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_medal"][value="5-10"] + span > i {
  background-position: -64px -40px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_medal"][value="10-15"] + span > i {
  background-position: -128px -40px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="kashi_medal"][value="15"] + span > i {
  background-position: -192px -40px;
}
/* 特徴用 */
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"] + span > i,
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="is_dedama"] + span > i,
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="is_mailsend"] + span > i {
  display: inline-block;
  background: url("../../images/hallSearchOptionIcon.svg") no-repeat 0 0;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="1"] + span > i {
  width: 35px;
  height: 40px;
  background-position: -244px -57px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="2"] + span > i {
  width: 41px;
  height: 42px;
  background-position: 0 -112px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="3"] + span > i {
  width: 55px;
  height: 42px;
  background-position: -154px 0px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label.is-disabled > input[type="checkbox"][name="facility_id"][value="3"] + span > i {
  background-position: -94px -171px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="4"] + span > i {
  width: 40px;
  height: 38px;
  background-position: -241px -4px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label.is-disabled > input[type="checkbox"][name="facility_id"][value="4"] + span > i {
  background-position: -178px -175px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="5"] + span > i {
  width: 40px;
  height: 38px;
  background-position: -1px -60px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label.is-disabled > input[type="checkbox"][name="facility_id"][value="5"] + span > i {
  background-position: -248px -175px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="6"] + span > i {
  width: 65px;
  height: 42px;
  background-position: -70px 0;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label.is-disabled > input[type="checkbox"][name="facility_id"][value="6"] + span > i {
  background-position: -2px -171px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="7"] + span > i {
  width: 64px;
  height: 44px;
  background-position: -69px -110px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="8"] + span > i {
  width: 50px;
  height: 42px;
  background-position: -156px -112px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="facility_id"][value="9"] + span > i {
  width: 53px;
  height: 43px;
  background-position: -235px -111px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="is_dedama"] + span > i {
  width: 54px;
  height: 43px;
  background-position: -74px -55px;
}
.modalSearchForm-conditionItem-checkboxs[data-design="panel"] > li > label > input[type="checkbox"][name="is_mailsend"] + span > i {
  width: 66px;
  height: 43px;
  background-position: -149px -55px;
}
.modalSearchForm-conditionItem-text {
  padding: 0 12px;
}
.modalSearchForm-conditionItem-text > input[type="text"] {
  width: 100%;
  display: inline-block;
  min-height: 46px;
  border: none;
  line-height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.modalSearchForm-floatingBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  border-top: solid 1px #9D9D9D;
  background-color: #FFF;
  z-index: 1001;
}
.modalSearchForm-floatingBtn-search,
.modalSearchForm-floatingBtn-clear {
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modalSearchForm-floatingBtn-search {
  border: solid 1px #FB8C00;
  background-color: #FFA726;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFA726), color-stop(100%, #FB8C00));
  background-image: -webkit-linear-gradient(#FFA726, #FB8C00);
  background-image: -moz-linear-gradient(#FFA726, #FB8C00);
  background-image: -o-linear-gradient(#FFA726, #FB8C00);
  background-image: linear-gradient(#FFA726, #FB8C00);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #FFF;
}
.modalSearchForm-floatingBtn-clear {
  width: 108px;
  margin-right: 10px;
  border: solid 1px #CCC;
  background-color: #FFF;
}
/* カレンダー */
.modalCalendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
}
.modalCalendar.is-active {
  visibility: visible;
  opacity: 1;
}
.modalCalendar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 5001;
  content: "";
}
.modalCalendar-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 440px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #FFF;
  z-index: 5002;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all ease .25s;
  -moz-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s;
}
.modalCalendar.is-active .modalCalendar-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.modalCalendar-item {
  display: none;
}
.modalCalendar-item.is-current {
  display: block;
}
.modalCalendar-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  font-weight: bold;
}
.modalCalendar-header-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-bottom: 4px;
  font-size: 13px;
  text-align: center;
}
.modalCalendar-header-title > em {
  margin-left: 4px;
  font-size: 18px;
  font-style: normal;
}
.modalCalendar-nav {
  width: 80px;
  padding-top: 12px;
  padding-bottom: 4px;
  color: #AE2323;
  font-size: 13px;
  text-align: center;
}
.modalCalendar-nav.is-disabled {
  color: #CCC;
  pointer-events: none;
}
.modalCalendar-nav > i {
  margin: .5em;
}
.modalCalendar-calendar {
  text-align: center;
}
.modalCalendar-calendar-grid {
  width: 100%;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
  table-layout: fixed;
}
.modalCalendar-calendar-header th {
  line-height: 30px;
}
.modalCalendar-calendar-date td {
  border: solid 1px #FFF;
  background-color: #F3F3F3;
  line-height: 48px;
}
.modalCalendar-calendar-header td:first-child,
.modalCalendar-calendar-date td:first-child,
.modalCalendar-calendar-date td.is-holiday {
  color: #D9534F;
}
.modalCalendar-calendar-header td:last-child,
.modalCalendar-calendar-date td:last-child {
  color: #5CC0DD;
}
.modalCalendar-calendar-date td.is-disabled,
.modalCalendar-calendar-date td:empty {
  background-color: #DDD;
  color: #BBB;
  pointer-events: none;
}
.modalCalendar-calendar-date td.is-current {
  background-color: #235CCF;
  color: #FFF;
}
.modalCalendar-clearBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: inline-block;
  width: 150px;
  margin: auto;
  padding: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.modalCalendar-wrap > .fa-times {
  position: absolute;
  right: 12px;
  bottom: 446px;
  color: #FFF;
  font-size: 28px;
  z-index: 5002;
}
@media (max-height: 480px) {
  .modalCalendar-wrap {
    top: 12%;
    height: calc(100% - 12%);
  }
  .modalCalendar-item {
    height: 100%;
  }
  .modalCalendar-header {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    z-index: 1;
  }
  .modalCalendar-calendar {
    height: calc(100% - 58px);
    padding-top: 42px;
    padding-bottom: 16px;
    overflow-y: auto;
  }
  .modalCalendar-clearBtn {
    position: static;
  }
  .modalCalendar-wrap > .fa-times {
    top: -38px;
    bottom: auto;
  }
}
/* 都道府県の選択/エリアの選択 */
.modalSearchForm-pref-body,
.modalSearchForm-area-body {
  padding-bottom: 80px;
}
.modalSearchForm-areaTitle {
  position: relative;
  padding: 14px 24px 14px 12px;
  background-color: #F4F4F4;
  border-bottom: solid 1px #CCC;
  font-weight: bold;
  line-height: 1.3;
}
.modalSearchForm-areaTitle > .fa-chevron-up,
.modalSearchForm-areaTitle > .fa-chevron-down {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #333;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modalSearchForm-changePref {
  position: relative;
  padding: 14px 12px 14px 24px;
  border-bottom: solid 1px #CCC;
  line-height: 1.3;
  font-weight: bold;
}
.modalSearchForm-changePref > .fa-chevron-left {
  position: absolute;
  top: 50%;
  left: 8px;
  color: #AE2323;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modalSearchForm-areaToggle.is-current .fa-chevron-up,
.modalSearchForm-areaToggle .fa-chevron-down {
  display: block;
}
.modalSearchForm-areaToggle .fa-chevron-up,
.modalSearchForm-areaToggle.is-current .fa-chevron-down {
  display: none;
}
.modalSearchForm-areaToggle > .modalSearchForm-areas {
  display: none;
}
.modalSearchForm-areas[data-col="2"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.modalSearchForm-areaToggle > .modalSearchForm-areas {
  display: none;
}
.modalSearchForm-areaToggle.is-current > .modalSearchForm-areas[data-col="2"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modalSearchForm-areas[data-col="2"] > li {
  width: 50%;
}
.modalSearchForm-areas[data-col="2"] > li:nth-child(2n-1) {
  border-right: solid 1px #CCC;
}
.modalSearchForm-areas > li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 24px 14px 12px;
  border-bottom: solid 1px #CCC;
  line-height: 1.3;
}
.modalSearchForm-areas > li {
  font-weight: bold;
  cursor: pointer;
}
.modalSearchForm-areaTitle + .modalSearchForm-areas > li {
  font-weight: normal;
}
.modalSearchForm-areas > li > .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #AE2323;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modalSearchForm-areas > .modalSearchForm-areas-current {
  position: relative;
  padding-left: 38px;
}
.modalSearchForm-areas-current > .fa-location-circle {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #969696;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

/* 絞り込みPOPUP */
.filterPopup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 11;
}
html.is-showPop,
body.is-showPop {
  overflow: hidden;
}
.filterPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filterPopup-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 12;
}
.filterPopup-block {
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 13;
}
.filterPopup-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #B2B2B2;
}
.filterPopup-header-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 10px 12px;
  font-size: 16px;
}
.filterPopup-header-close {
  width: 48px;
  color: #383838;
  font-size: 30px;
  line-height: 44px;
  font-weight: normal;
  text-align: center;
}
.filterPopup-body {
  padding: 8px 12px 16px;
}
.filterPopup-subtitle {
  margin-bottom: 4px;
  font-weight: bold;
}
.filterPopup-grid + .filterPopup-subtitle {
  margin-top: 8px;
}
.filterPopup-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filterPopup-grid-item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 4px;
  padding: 8px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filterPopup-grid-item:not(:last-child) {
  margin-right: 4px;
}
.filterPopup-grid-item.is-selected {
  border-color: #00B4FF;
  background-color: #EFFAFF;
}
.filterPopup-grid-item > input[type="checkbox"] {
  display: none;
}
.filterPopup-grid-item > img {
  width: 100%;
  max-width: 64px;
  vertical-align: middle;
}
.filterPopup-search {
  margin-top: 12px;
  padding: 0 24px;
  text-align: center;
}
.filterPopup-search > button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}
/* 地域一覧 */
.areaListPopup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.areaListPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.areaListPopup-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 12;
}
.areaListPopup-content {
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 13;
}
.areaListPopup-header {
  margin-bottom: 16px;
}
.areaListPopup-body {
  margin-bottom: 24px;
  padding: 1em 3em;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  list-style-type: disc;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
.areaListPopup-ok {
  text-align: center;
}
.areaListPopup-ok > a {
  display: inline-block;
  width: 120px;
  height: 52px;
  margin: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  background-color: #EEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(#FFF, #EEE);
  background-image: -moz-linear-gradient(#FFF, #EEE);
  background-image: -o-linear-gradient(#FFF, #EEE);
  background-image: linear-gradient(#FFF, #EEE);
  font-weight: bold;
  line-height: 52px;
}
/* listFooterBanner */
.listFooterBanner {
  padding: 16px 0;
}
/* ==================================================
 * ダイアログ
================================================== */
.hallDialog-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}
.hallDialogBlock {
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  width: 80%;
  margin: auto;
  z-index: 5000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.hallDialogBlock-title {
  padding: 8px 12px;
  border-bottom: solid 1px #b2b2b2;
  font-weight: bold;
}
.hallDialogBlock-content {
  padding: 12px;
}
.hallDialogBlock-message {
  font-size: 15px;
  text-align: center;
}
.hallDialogBlock-buttons {
  padding: 8px 0 24px;
  text-align: center;
}
.hallDialogBlock-okButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  min-width: 100px;
  min-height: 48px;
  margin-right: 16px;
  padding: 12px 16px;
  border: solid 1px #b2b2b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.hallDialogBlock-cancelButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  min-width: 100px;
  min-height: 48px;
  padding: 12px 16px;
  border: solid 1px #b2b2b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.hallDialogBlock-okButton.is-active,
.hallDialogBlock-cancelButton.is-active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #929292;
  background-image: none;
  background-color: #a2a2a2;
  color: #fff;
}
.is-favorite > .hallDialogBlock-title {
	display: none;
}
.is-favorite > .hallDialogBlock-content {
	padding: 20px 20px 8px;
}
.is-favorite > .hallDialogBlock-content > .hallDialogBlock-message,
.is-unfollow > .hallDialogBlock-content > .hallDialogBlock-message {
	font-size: 16px;
	text-align: left;
}
.is-favorite > .hallDialogBlock-content > .hallDialogBlock-message > label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	margin-top: 1em;
}
.is-favorite > .hallDialogBlock-content > .hallDialogBlock-message > label > span:first-child {
	display: block;
	margin-right: 4px;
}
.is-favorite > .hallDialogBlock-content > .hallDialogBlock-message > label > span:last-child {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.is-favorite > .hallDialogBlock-content > .hallDialogBlock-message > label > span > input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.is-favorite > .hallDialogBlock-buttons > .hallDialogBlock-okButton,
.is-unfollow > .hallDialogBlock-buttons > .hallDialogBlock-okButton {
	margin-right: 0;
}
.is-favorite > .hallDialogBlock-buttons > .hallDialogBlock-cancelButton {
	display: none;
}
.is-unfollow > .hallDialogBlock-buttons > .hallDialogBlock-cancelButton {
	margin-right: 16px;
}
/* pagenation */
.hallList-pagination {
  display: table;
  margin: auto;
  padding: 20px 0;
  font-size: 15px;
  line-height: 18px;
}
.hallList-pagination a {
  color: #212529;
  text-decoration: none;
}
.hallList-pagination-prev,
.hallList-pagination-next {
  display: table-cell;
  vertical-align: top;
}
.hallList-pagination-prev > a,
.hallList-pagination-prev.is-disabled > span,
.hallList-pagination-next > a,
.hallList-pagination-next.is-disabled > span {
  display: inline-block;
  width: 48px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  background: #FFF no-repeat 50% 50%;
  -webkit-background-size: 9px 18px;
  -moz-background-size: 9px 18px;
  background-size: 9px 18px;
  text-align: center;
  text-indent: -9999px;
}
.hallList-pagination-prev > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20fill%3D%22%23212529%22%3E%3Cpath%20d%3D%22M231.293%20473.899l19.799-19.799c4.686-4.686%204.686-12.284%200-16.971L70.393%20256%20251.092%2074.87c4.686-4.686%204.686-12.284%200-16.971L231.293%2038.1c-4.686-4.686-12.284-4.686-16.971%200L4.908%20247.515c-4.686%204.686-4.686%2012.284%200%2016.971L214.322%20473.9c4.687%204.686%2012.285%204.686%2016.971-.001z%22%2F%3E%3C%2Fsvg%3E");
}
.hallList-pagination-prev.is-disabled > span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20fill%3D%22%23A6A6A6%22%3E%3Cpath%20d%3D%22M231.293%20473.899l19.799-19.799c4.686-4.686%204.686-12.284%200-16.971L70.393%20256%20251.092%2074.87c4.686-4.686%204.686-12.284%200-16.971L231.293%2038.1c-4.686-4.686-12.284-4.686-16.971%200L4.908%20247.515c-4.686%204.686-4.686%2012.284%200%2016.971L214.322%20473.9c4.687%204.686%2012.285%204.686%2016.971-.001z%22%2F%3E%3C%2Fsvg%3E");
}
.hallList-pagination-next > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20fill%3D%22%23212529%22%3E%3Cpath%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E");
}
.hallList-pagination-next.is-disabled > span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20fill%3D%22%23A6A6A6%22%3E%3Cpath%20d%3D%22M24.707%2038.101L4.908%2057.899c-4.686%204.686-4.686%2012.284%200%2016.971L185.607%20256%204.908%20437.13c-4.686%204.686-4.686%2012.284%200%2016.971L24.707%20473.9c4.686%204.686%2012.284%204.686%2016.971%200l209.414-209.414c4.686-4.686%204.686-12.284%200-16.971L41.678%2038.101c-4.687-4.687-12.285-4.687-16.971%200z%22%2F%3E%3C%2Fsvg%3E");
}
.hallList-pagination-prev.is-disabled > span,
.hallList-pagination-next.is-disabled > span {
  pointer-events: none;
  cursor: auto;
}
.hallList-pagination-itemGrid {
  display: table;
  margin: 0 16px;
  padding: 0;
  vertical-align: top;
  list-style-type: none;
}
.hallList-pagination-item {
  display: table-cell;
}
.hallList-pagination-item > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background-color: #FFF;
  text-align: center;
  line-height: 38px;
}
.hallList-pagination-item.is-current > a {
  background-color: #CE2323;
  color: #FFF;
}
.hallList-pagination-item:first-child > a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.hallList-pagination-item:last-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: solid 1px #CCC;
}
/* 横幅320px以下の場合「前へ」「次へ」ボタンを小さく＆間隔を狭める */
@media screen and (max-width: 320px) {
  .hallList-pagination-prev > a,
  .hallList-pagination-prev.is-disabled > span,
  .hallList-pagination-next > a,
  .hallList-pagination-next.is-disabled > span {
    width: 40px;
  }
  .hallList-pagination-itemGrid {
    margin-left: 8px;
    margin-right: 8px;
  }
}
