@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet_hall.css
 author     : Ability Consultant
 style info : 会場一覧
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_hall, .con_equ {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_hall, .con_equ {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_hall, .con_equ {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_hall, .ie8 .con_equ {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_hall, .con_equ {
    width: 95%;
  }
}

/*Animate */
#banquet {
  width: 100%;
  overflow: hidden;
}

.con_hall {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hall {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hall {
    margin-top: 6em;
  }
}

.con_nav_lnk {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nav_lnk {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_nav_lnk {
    margin-bottom: 40px;
  }
}
.con_nav_lnk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_nav_lnk ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }
}
.con_nav_lnk ul li {
  padding: 0 30px;
  border-right: 1px solid #171717;
}
@media only screen and (min-width: 768px) {
  .con_nav_lnk ul li:last-of-type {
    border: none;
  }
}
@media print {
  .con_nav_lnk ul li:last-of-type {
    border: none;
  }
}
.ie8 .con_nav_lnk ul li:last-of-type {
  border: none;
}
@media only screen and (max-width: 767px) {
  .con_nav_lnk ul li {
    border-left: 1px solid #171717;
    width: 50%;
    margin-bottom: .8em;
  }
  .con_nav_lnk ul li:nth-of-type(2n) {
    border-left: none;
  }
}

.box_hall h2 {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.box_hall h2:after {
  content: '';
  position: absolute;
  width: 80px;
  border-bottom: 1px solid #171717;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .box_hall h2 {
    font-size: 1.5em;
  }
}
.box_hall .box_large, .box_hall .box_small {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hall .box_large, .box_hall .box_small {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large, .box_hall .box_small {
    margin-bottom: 40px;
  }
}
.box_hall .box_large ul, .box_hall .box_small ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_hall .box_large ul li, .box_hall .box_small ul li {
  text-align: center;
  margin-right: 1%;
  margin-bottom: 50px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hall .box_large ul li, .box_hall .box_small ul li {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large ul li, .box_hall .box_small ul li {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hall .box_large ul li, .box_hall .box_small ul li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large ul li, .box_hall .box_small ul li {
    margin-bottom: 30px;
  }
}
.box_hall .box_large ul li:nth-of-type(2n), .box_hall .box_small ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large ul li, .box_hall .box_small ul li {
    width: 100%;
  }
}
.box_hall .box_large ul li p, .box_hall .box_small ul li p {
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large ul li p, .box_hall .box_small ul li p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large ul, .box_hall .box_small ul {
    display: block;
  }
}
.box_hall .box_large table, .box_hall .box_small table {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large table, .box_hall .box_small table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.box_hall .box_large table thead, .box_hall .box_small table thead {
  background: #f7f7f7;
}
.box_hall .box_large table thead th, .box_hall .box_large table thead td, .box_hall .box_small table thead th, .box_hall .box_small table thead td {
  text-align: center;
  padding: .6em 1em;
}
.box_hall .box_large table tbody th, .box_hall .box_large table tbody td, .box_hall .box_small table tbody th, .box_hall .box_small table tbody td {
  padding: .6em 1em;
}
.box_hall .box_large table tbody th, .box_hall .box_small table tbody th {
  background: #f7f7f7;
  text-align: center;
}
.box_hall .box_large table tbody tr, .box_hall .box_small table tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.box_hall .box_large table .border, .box_hall .box_small table .border {
  border-right: 1px solid #ccc;
}
.box_hall .box_large .n, .box_hall .box_small .n {
  display: none;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large .n, .box_hall .box_small .n {
    display: block;
    margin-top: 10px;
  }
}
.box_hall .box_large .fee, .box_hall .box_small .fee {
  margin-top: 2rem;
  margin-left: 1rem;
  text-indent: -1rem;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_large .fee, .box_hall .box_small .fee {
    margin-top: 0;
  }
}
.box_hall .box_mid {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hall .box_mid {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid {
    margin-bottom: 40px;
  }
}
.box_hall .box_mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_hall .box_mid ul li {
  text-align: center;
  margin-right: 1%;
  margin-bottom: 50px;
  width: 49.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_hall .box_mid ul li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid ul li {
    margin-bottom: 30px;
  }
}
.box_hall .box_mid ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid ul li {
    width: 100%;
  }
}
.box_hall .box_mid ul li p {
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid ul li p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid ul {
    display: block;
  }
}
.box_hall .box_mid table {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.box_hall .box_mid table thead {
  background: #f7f7f7;
}
.box_hall .box_mid table thead th, .box_hall .box_mid table thead td {
  text-align: center;
  padding: .6em 1em;
}
.box_hall .box_mid table tbody th, .box_hall .box_mid table tbody td {
  padding: .6em 1em;
}
.box_hall .box_mid table tbody th {
  background: #f7f7f7;
  text-align: center;
}
.box_hall .box_mid table tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.box_hall .box_mid table .border {
  border-right: 1px solid #ccc;
}
.box_hall .box_mid .n {
  display: none;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid .n {
    display: block;
    margin-top: 10px;
  }
}
.box_hall .box_mid .fee {
  margin-top: 2rem;
  margin-left: 1rem;
  text-indent: -1rem;
}
@media only screen and (max-width: 767px) {
  .box_hall .box_mid .fee {
    margin-top: 0;
  }
}

.con_map {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map {
    margin-bottom: 40px;
  }
}
.con_map h2 {
  margin-bottom: 40px;
}
.con_map .con_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_map .con_tab ul li {
  font-size: 20px;
}
.con_map .con_tab .list_c {
  font-family: 游明朝;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  padding: 0 60px;
}
.con_map .con_tab .list_c.active {
  cursor: default;
  background: #f7f7f7;
}
.con_map .con_tab .list_c span {
  display: block;
}
.con_map .con_panel {
  background: #f7f7f7;
  text-align: center;
  width: 100%;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .con_map .con_panel {
    padding: 30px;
  }
}
.con_map .con_panel .box_panel {
  position: relative;
  z-index: 1;
  display: none;
}
.con_map .con_panel .box_panel:first-child {
  display: block;
}
.con_map .con_panel .box_panel .btn_basic {
  margin-top: 60px;
}

.con_equ {
  margin-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_equ {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_equ {
    margin-bottom: 0;
  }
}
.con_equ h2 {
  margin: 0 auto 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_equ h2 {
    margin-bottom: 20px;
  }
}
.con_equ h2:before {
  border-bottom: 1px solid #006f67;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.con_equ h2 span {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  position: relative;
}
.con_equ .box_tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .con_equ .box_tbl {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .con_equ .box_tbl .tbl_basic {
    width: 48%;
  }
  .con_equ .box_tbl .tbl_basic:first-of-type {
    margin-right: 4%;
  }
}
@media print {
  .con_equ .box_tbl .tbl_basic {
    width: 48%;
  }
  .con_equ .box_tbl .tbl_basic:first-of-type {
    margin-right: 4%;
  }
}
.ie8 .con_equ .box_tbl .tbl_basic {
  width: 48%;
}
.ie8 .con_equ .box_tbl .tbl_basic:first-of-type {
  margin-right: 4%;
}
.con_equ .box_tbl .tbl_basic tbody tr td {
  padding: 1em 3em;
}
@media only screen and (max-width: 767px) {
  .con_equ .box_tbl .tbl_basic tbody tr td {
    padding: .6em 4em;
  }
}
.con_equ .box_tbl .tbl_basic tbody tr td.pd01 {
  padding: 1em 0 1em 3em;
}
@media only screen and (max-width: 767px) {
  .con_equ .box_tbl .tbl_basic tbody tr td.pd01 {
    padding: .6em 4em;
  }
}
.con_equ .box_tbl .tbl_basic tbody .set1 {
  background: #f7f7f7;
  border-top: #f7f7f7 solid 3px;
}
.con_equ .box_tbl .tbl_basic tbody .base01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #fff solid 2px;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_equ .box_tbl .tbl_basic tbody .base01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_equ .box_tbl .tbl_basic tbody .base01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.con_equ .box_tbl .tbl_basic tbody .base01:last-child {
  border-bottom: none;
}
.con_equ .box_tbl .tbl_basic tbody .base01 dt {
  width: 100%;
}
.con_equ .box_tbl .tbl_basic tbody .base01 dd {
  width: 100%;
}
