@charset "utf-8";

.pc_block {
  display: none;
}

.sp_block {
  display: block;
}

#wrapper.top #main {
  margin-bottom: 80px;
}

.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 15px auto 10px;
}

.nav_item {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.nav_item a {
  display: inline-block;
  width: 100%;
  font-size: 1.25rem;
  color: #fff;
  padding: 17px 0;
  background: #B60081;
  border: 2px solid #B60081;
  border-radius: 10px;
  box-sizing: border-box;
}

.nav_item::before {
  content: "";
  position: absolute;
  border-top: 13px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav_item.active a,
.nav_item:hover,
.nav_item a:hover {
  color: #B60081;
  background: #fff;
  text-decoration: none;
}

.nav_item.active::before,
.nav_item:hover::before {
  content: "";
  position: absolute;
  border-top: 13px solid #B60081;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
}

/*----------------------------------------
    コンテンツ
  ----------------------------------------*/
#wrapper img {
  /*     display: block;
margin: 0; */
}

#main {
  line-height: 1.3;
  display: block;
  margin: 0;
}

#main img {
  display: block;
  margin: 0;
}

#main .inner {
  width: 94%;
  margin: 0 auto;
}

.sec_customer {
  margin-bottom: 20px;
}

.sec_customer .txt {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sec_customer h2 {
  margin: 20px 0 23px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #3D3D3D;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: solid 2px #B60081;
}

#main .sec_customer img {
  margin: 0 auto 10px;
}

.sec_customer p {
  margin-bottom: 20px;
}

.sec_customer a {
  text-decoration: underline;
  color: #fc0b27 !important;
}

.txt_red {
  color: #fb1200;
  font-weight: bold;
}

/*  イベントスペース
  ----------------------------------------*/
.eventspace_area {
  padding-bottom: 5px;
  margin-top: 25px;
}

.eventspace_area h2 {
  background-color: #B60081;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
  margin: 0 auto 25px auto;
}

.eventspace_area h2 img {
  margin: 0 auto !important;
  width: 70% !important;
}

.eventspace_area ul li h3 {
  color: #3D3D3D;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 30px;
  border-bottom: solid 2px #B60081;
}

.eventspace_area ul li h3 img {
  width: auto;
  height: 18px !important;
}

.eventspace_area figure {
  margin: 0 auto;
}

.eventspace_area figure ul {
  margin: 16px auto 10px auto;
}

.eventspace_area figure ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.eventspace_area figure li {
  margin-bottom: 10px;
  width: 98%;
}

.eventspace_area figure li img {
  width: 100% !important;
  padding: 3px;
}

.eventspace_area .explete {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.eventspace_area .explete h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.eventspace_area .explete p {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  margin-bottom: 5px;
}


/*------------  テーブル  ------------ */

.eventspace_area dl {
  color: #000;
}

.eventspace_area dl,
.eventspace_area dl dd,
.eventspace_area dl dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.eventspace_area dl.spec_size_place {
  border-top: solid 1px #bbb;
  border-right: solid 1px #bbb;
  border-left: solid 1px #bbb;
}

.eventspace_area dl.spec_size_place dt {
  min-height: 30px;
}

.eventspace_area .hp_top_event_list dl.spec_size_place dt {
  height: 126px;
}

.eventspace_area dl.spec_size_place dd {
  border-right: none;
  text-align: center;
}

.eventspace_area dl:after {
  content: "";
  display: block;
  clear: both;
}

.eventspace_area dl dt {
  background-color: #e9f4f8;
  text-align: center;
  clear: left;
  float: left;
  width: 100%;
  font-size: 0.875rem;
  position: relative;
}

.eventspace_area dl dt span {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.eventspace_area dl dd {
  position: relative;
  display: table;
  padding: 10px;
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
}

.eventspace_area dl dd .spec_txt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.25rem;
}

.eventspace_area dl dd .spec_txt:after {
  content: "";
  display: block;
  clear: both;
}

.eventspace_area dl dd .spec_txt span {
  display: block;
}

.eventspace_area dl dd .spec_txt span.size {
  padding: 0 15px;
}

.eventspace_area dl dt,
.eventspace_area dl dd {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  vertical-align: middle;
  border-bottom: solid 1px #bbb;
  height: 40px;
}

.eventspace_area .term_price dt span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.4rem;
}

.eventspace_area .term_price:after {
  content: "";
  display: block;
  clear: both;
}

.eventspace_area .term_price {
  border-left: solid 2px #bbb;
  border-right: solid 2px #bbb;
  border-bottom: solid 2px #bbb;
  height: 100%;
  padding: 0;
  margin: 0;
}

.eventspace_area .term_price dt,
.eventspace_area .term_price dd {
  height: 51px;
}

.eventspace_area .term_price dd {
  border-right: none;
}

.eventspace_area .hp_top_event_list .term_price .doble_list dt {
  height: 51px;
}

.eventspace_area .spec_price dt,
.eventspace_area .spec_price dd {
  border-bottom: none;
}

.sec_document h2 {
  background-color: #B60081;
  color: #fff;
  padding: 10px 12px;
  margin-bottom: 15px;
}

.sec_document h2 img {
  display: block;
  margin: 0 !important;
}

.sec_document p {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 10px;
}

.sec_document .sub_title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #B60081;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 2px solid #B60081;
}

.about_application .sub_title {
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid #B60081;
  margin-bottom: 20px;
}

.sec_document .notice_list {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 20px;
}

.sec_document ul.notice_list li {
  margin-bottom: 5%;
  text-indent: -0.7em;
  padding-left: 1.3em;
  line-height: 1.6;
  font-size: 0.75rem;
}

.sec_document ul.notice_list li::before {
  content: '●';
  display: inline-block;
  width: 12px;
  font-size: 0.9em;
}

.btn_dl {
  margin: 0 0 30px 0;
}

.sec_document .flow {
  margin-bottom: 70px;
  position: relative;
}

.sec_document .flow_last {
  margin-bottom: 15px;
}

.sec_document .flow:after {
  content: "";
  width: 79px;
  height: 31px;
  position: absolute;
  background: url(../img/img-ico01.png);
  bottom: -50px;
  left: 50%;
  margin-left: -39px;
}

.sec_document .txt01 {
  margin-bottom: 15px;
}

.sec_document .txt02 {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 40px;
}

.sec_document h2 img,
.sec_document h3 img {
  width: auto;
  height: 20px !important;
}

.sec_document h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #B60081;
  border-bottom: solid 3px #B60081;
  padding-bottom: 5px;
  margin-top: 38px;
  margin-bottom: 15px;
}

.btn_area {
  margin-bottom: 6.25%;
}

.btn_area li {
  margin-bottom: 4%;
}

.btn_area li span {
  font-weight: 600;
  color: #000;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 84%;
}

.btn_area li span.pc_block {
  display: none;
}

.sec_document .cancellation_charge {
  margin: 3% 0 1.56%;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.sec_document .cancellation_charge th {
  text-align: center;
  background: #e0f9ff;
  padding: 0.5em;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 90%;
}

.sec_document .cancellation_charge th.time {
  width: 62%;
}

.sec_document .cancellation_charge th.price {
  width: 38%;
}

.sec_document .cancellation_charge td {
  padding: 1em 0.5em;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: center;
  font-size: 84%;
}

.sec_document .cancellation_charge td.cancell_date {
  text-align: left;
}

@media screen and (max-width:320px) {
  .sec_document .cancellation_charge td {
    font-size: 80%;
  }
}

.sec_document .box2 {
  padding: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3125rem;
  background: #FFF;
  color: #B60081;
  border: solid 1px #B60081;
  border-radius: 10px;
}

.sec_document .notice_list2 li {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  color: #000;
  font-size: 0.75rem;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.pageTtl {
  margin-bottom: 60px;
}
#contents_saiji h2.sub_pagetitle {
  background: #B60081;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  padding: 10px 20px;
  line-height: 1.5em;
}
#contents_saiji .block {
  width: 94%;
  margin: 0 auto 60px;
}

#contents_saiji .block h3 {
    font-size: 117%;
}
#contents_saiji .block ul.space_image li{
  margin-right: 0;
  margin-bottom: 3%;
}

#contents_saiji .block h3 {
  border-bottom: 2px solid #B60081;
  color: #000;
  font-size: 117%;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#contents_saiji .block ul.space_image {
  overflow: hidden;
  margin-bottom: 20px;
}
#contents_saiji .block .saiji_notice {
  font-size: 0.875rem;
  margin: 20px auto;
}
.saiji_notice .place_desc {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.about_event,
.about_application,
.about_used {
  width: 94%;
  margin: 0 auto 60px;
}
.contact_box {
  width: 94%;
  box-sizing: border-box;
  border: solid 6px #F2D8EB;
  padding: 13px 15px;
  margin: 38px auto 25px;
}

.contact_box span {
  font-size: 16px;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 10px;
  display: inline-block;
}
#contents_saiji a {
  text-decoration: underline;
}
.item_work_item {
  display: block;
  background: url(../img/icon_pdf.png) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  line-height: 23px;
  margin-top: 10px;
}
.item_work a {
  display: block;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
.sec_document .item_work {
  margin-bottom: 30px;
}

/* テーブル */
.table_box {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  border: 1px solid #bbb;
}

dl.summary {
  display: block;
  border-bottom: none;
  margin-bottom: 3px;
  box-sizing: border-box;
}
.no_feature {
  border: none;
}
.no_feature dl.summary {
  border: 1px solid #bbb;
}
dl.summary dt {
  display: flex;
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px solid #bbb;
}
dl.summary dt {
  background: #e9f4f8;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
}
dl.summary, dl.summary dt, dl.summary dd {
  box-sizing: border-box;
}
dl.summary dt {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px solid #bbb;
  background: #e9f4f8;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
}
.no_feature dl.summary dt {
  margin-bottom: 0;
}
.no_feature dl.summary dt:last-child {
  border-bottom: none;
}
dl.summary dd {
  float: none;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
  border-bottom: 1px solid #bbb;
  align-items: center;
  padding: 10px 0 10px 10px;
}
.no_feature dl.summary dd {
  margin-bottom: 0;
}
.no_feature dl.summary dd:last-child {
  border-bottom: none;
}
dl.summary::after, dl.drawing::after, dl.feature::after, dl.detail::after {
  content: "";
  display: block;
  clear: both;
}
dl.feature dt {
  float: none;
  display: block;
  width: auto;
  padding: 10px;
  margin: auto;
  text-align: center;
}
dl.feature dt {
  background: #e9f4f8;
}
dl.feature dd {
  margin: auto;
}
dl.feature dd {
  padding: 3px 0 3px 0;
}
dl.detail {
  font-size: 90%;
  margin: 0 0 0 3px;
}
dl.detail dt {
  display: flex;
  float: left;
  width: 40%;
  padding: 5px 3px 5px 6px;
  text-align: left;
  background: #eeeeee;
}
dl.detail dd {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 40%;
  margin-bottom: 4px;
  padding-left: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #bbb;
}

.pc_only {
  display: none;
}
.equipment_table {
  width: 94%;
  border: 1px solid #bbb;
  margin: 0 auto;
}
.equipment_table th {
  padding: 10px;
  background-color: #e9f4f8;
  border: 1px solid #bbb;
}
.equipment_table td {
  border: 1px solid #bbb;
}

.equipment_table th.name {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.equipment_table th, .equipment_table td {
  display: block;
  width: 100%;
}
.equipment_table .sp_only {
  display: inline-block;
  width: 30%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-right: 2px solid #bbb;
}
.equipment_value {
  display: inline-block;
  width: 70%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}