.p_hall_info .container,
.p_hall_rule .container {
  max-width: 1100px;
  margin: 0 auto;
}

.p_hall_rule {
  padding-bottom: 110px;
}

.p_hall_rule_heading {
  border-bottom: solid 1px #e5e5e5;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.p_hall_info_text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.54;
  margin-bottom: 75px;
}

.p_hall_rule_list {
  margin-bottom: 65px;
}

.p_hall_rule_list li {
  line-height: 1.375;
  padding-left: 1em;
  position: relative;
}

.p_hall_rule_list li::before {
    content: "●";
    position: absolute;
    left: 0;
}

.p_hall_rule_pdf {
  display: block;
  margin: 50px auto 0;
  max-width: 950px;
  width: 86.36%;
}

.p_attention {
  background-color: #000;
  color: #fff;
  padding: 30px 0 48px;
}

.p_attention_hading {
  background: url(../image/hall/img_hall_heading.png) no-repeat center / contain;
  font-size: 3.6rem;
  margin-bottom: 7px;
  padding: 55px 0;
  text-align: center;
}

.p_attention_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p_attention_col li {
  margin-bottom: 30px;
}

.p_attention_col img {
  width: 100%;
}

.p_contact_convert_head {
  background: url(../image/contact/bg_contact.jpg) no-repeat 0 0 / cover;
  padding-top: 19.27%;
  position: relative;
  height: 0;
}

.p_contact_convert_head::before,
.p_contact_convert_head::after {
  content: "";
  position: absolute;
  height: 100%;
}

.p_contact_convert_head::before {
  top: 0;
  left: 0;
  background: url(../image/hall/img_shape01.png) no-repeat center top/100% auto;
  width: 29.86%;
  max-width: 408px;
}

.p_contact_convert_head::after {
  bottom: 0;
  right: 0;
  background: url(../image/hall/img_shape02.png) no-repeat center bottom/100% auto;
  width: 16.61%;
  max-width: 272px;
}

.p_contact_convert_head_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.p_contact_convert_heading {
  color: rgba(255, 255, 255, .7);
  font-family: "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}

.p_contact_convert_catch {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}

.p_contact_convert_bottom {
  background-color: #319463;
}

.p_contact_convert_tel_wrap {
  background-color: #FFBB00;
  flex-basis: 43.23%;
  padding: 50px 10px 28px;
}

.p_contact_convert_tel_wrap .inner {
  max-width: 450px;
  margin: 0 auto;
}

.p_contact_convert_tel_title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.p_contact_convert_tel_number {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.p_contact_convert_tel_number .icon__phone {
  display: block;
  max-width: 46px;
  margin-right: 16px;
}

.p_contact_convert_tel_number .phone_number {
  font-weight: bold;
  color: #036836;
}

.p_contact_convert_link_wrap {
  flex-basis: calc(56.77% - 20px);
  justify-content: flex-end;
}

.p_contact_convert_time {
  background-color: #fff;
  font-size: 1.6rem;
}

.p_contact_convert_time_title {
  background-color: #000;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}

.p_contact_convert_time_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.p_contact_convert_time_text {
  display: flex;
  font-weight: bold;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
}

.p_contact_convert_time_text b {
  font-size: 2.4rem;
  margin-left: 5px;
}

.p_contact_convert_link_group > li {
  text-align: center;
}

.p_contact_convert_link_group > li a {
  align-items: center;
  display: flex;
  flex-flow: column;
  font-size: 2rem;
  justify-content: center;
  line-height: 1;
  min-height: 150px;
  text-shadow: #00000029;
}

.p_contact_convert_link_group img {
  max-width: 44px;
  margin: 0 auto 15px;
}

.p_contact_convert_calendar_wrap {
  background: url(../image/contact/bg_calendar.jpg) no-repeat center/cover;
  position: relative;
}

.p_contact_convert_calendar_wrap::before {
  content: "";
  background-color: #35b231;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
}

.p_contact_convert_form_wrap {
  background-color: #fff;
}

.p_contact_convert_hall_wrap {
  background-color: #319463;
  border: solid 3px #fff;
}

.p_contact_convert_form_title {
  color: #319463;
}

.p_contact_convert_calendar_title,
.p_contact_convert_hall_title {
  color: #fff;
}

.p_contact_convert_calendar_title .content {
  position: relative;
  z-index: 2;
}

.p_contact_convert_time_note {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
}

/* =============================================
  通常 PC only（768px以上）
============================================= */
@media screen and (min-width: 768px) {
  .p_attention_col li {
    flex-basis: calc(33.333% - 16.666px);
  }

  .p_contact_convert_link_group {
    align-items: stretch;
    display: flex;
    flex-basis: 67.12%;
    justify-content: space-between;
  }

  .p_contact_convert_head {
    padding-bottom: 123px;
  }

  .p_contact_convert_bottom {
    background-color: #319463;
  }

  .p_contact_convert_bottom_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .p_contact_convert_tel_wrap {
    position: relative;
    top: -65px;
  }

  .p_contact_convert_tel_number .phone_number {
    font-size: 4.5rem;
    white-space: nowrap;
  }

  .p_contact_convert_link_group {
    margin-bottom: 15px;
  }

  .p_contact_convert_link_group > li {
    flex-basis: 31.17%;
  }
}

/* =============================================
  大きめPC対応（1024px以上）
============================================= */
@media screen and (min-width: 1024px) {
  .p_contact_convert_link_group > li a {
    padding: 15px;
  }

  .p_contact_convert_tel_number .phone_number {
    font-size: 6rem;
  }

  .p_contact_convert_time {
    display: flex;
  }

  .p_contact_convert_time_title {
    flex-basis: 32.88%;
    position: relative;
  }

  .p_contact_convert_time_title:after {
    border-top: 58px solid #000;
    border-right: 20px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
  }

  .p_contact_convert_time_text {
    flex-basis: 67.12%;
  }

  .p_contact_convert_bottom_wrap {
    max-width: 1720px;
  }
}

/* =============================================
  通常PC + Tablet（1024px以下）
============================================= */
@media screen and (max-width: 1023px) {
  .p_contact_convert_link_group > li a {
    font-size: 1.6rem;
  }
}

/* =============================================
  SP and Tablet（768px以下）
============================================= */
@media screen and (max-width: 767px) {
  .p_hall_info_text {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }

  .p_hall_rule {
    padding-bottom: 60px;
  }

  .p_hall_rule_heading {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }

  .p_hall_rule_list {
    margin-bottom: 30px;
  }

  .p_hall_rule_pdf {
    margin-top: 30px;
  }

  .p_attention {
    padding: 0 0 29px;
  }

  .p_attention_hading {
    background-size: auto;
    font-size: 2.6rem;
    margin-bottom: 0;
  }

  .p_attention_col > li {
    margin-bottom: 15px;
    flex-basis: calc(50% - 16.666px);
  }

  .p_contact_convert_head {
    padding-bottom: 19.27%;;
  }

  .p_contact_convert_heading {
    font-size: 4rem;
  }

  .p_contact_convert_tel_number .icon__phone {
    max-width: 40px;
  }

  .p_contact_convert_tel_number .phone_number {
    font-size: 4.5rem;
  }

  .p_contact_convert_catch {
    font-size: 2rem;
  }

  .p_contact_convert_tel_wrap {
    padding: 15px;
  }

  .p_contact_convert_link_group {
    padding: 15px;
  }

  .p_contact_convert_link_group > li {
    margin-top: 15px;
  }

  .p_contact_convert_link_group > li:first-child {
    margin-top: 0;
  }

  .p_contact_convert_hall_title {
    border: solid 1px #fff;
  }
}

/* =============================================
  SP + Tablet（576px以下）
============================================= */
@media screen and (max-width: 575px) {
  .p_attention_col {
    display: block;
  }
}