@charset "utf-8";

/*----------------------------------------
  コンテンツ
----------------------------------------*/
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

#wrapper img {
  display: inline;
}

#main {
  line-height: 1.5;
}

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

.sec_customer {
  margin-bottom: 40px;
}

.sec_customer h2 {
  margin: 28px 0 19px 0;
  border-bottom: solid 3px #B60081;
  text-align: left !important;
  padding-bottom: 3px;
}

.sec_customer p {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  margin: 0 0 28px 0;
}

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

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

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

.nav_item {
  width: 45.918%;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  margin-right: 2%;
  position: relative;
}

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

.nav_item:last-child {
  margin-right: 0;
}

.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%);
}

/*  イベントスペース
----------------------------------------*/
.txt_strong {
  display: inline-block;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.map_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3D3D3D;
}

.map_list {
  text-align: center;
}

.map_item {
  margin: 0 auto 20px;
}

.eventspace_area {
  padding-bottom: 5px;
  margin-top: 25px;
}

.eventspace_area {
  margin-bottom: 34px;
}

.eventspace_area h2 {
  background-color: #B60081;
  padding: 10px 20px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: -23px;
}

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

.eventspace_area ul li {
  margin: 0 auto;
  width: 94%;
}

.eventspace_area figure {
  width: 102.5%;
  margin: 0 auto;
}

.eventspace_area figure ul {
  margin: 14px auto 14px 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 {
  float: left;
  width: 47%;
}

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

.eventspace_area figure li:first-child {
  width: 47%;
}

.eventspace_area figure li:last-child {
  padding-left: 3%;
}

.eventspace_area .explete {
  font-size: 14px;
  padding-top: 20px;
}

.eventspace_area .explete h4 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.125rem;
  color: #000;
}

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

.spec_table {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
}

.eventspace_area dl {
  color: #505050;
}

.eventspace_area dl.spec_size_place {
  /*  border-top: solid 2px #bbbbbb;*/
  /*  border-right: solid 2px #bbbbbb;*/
  border-left: solid 1px #bbbbbb;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.eventspace_area dl.spec_size_place dt {
  /*  padding: 40px 0;*/
}

.eventspace_area .hp_top_event_list dl.spec_size_place dt {
  padding: 40px 0;
}

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

.eventspace_area dl dt {
  background-color: #E9F4F8;
  text-align: center;
  font-size: 1em;
  width: 15.15151515151%;

}

.eventspace_area dl dd {
  width: 34.848484848%;
  /*  margin-left: 20%;*/
  /*  padding: 14.5px 15px;*/
}

.eventspace_area dl dt,
.eventspace_area dl dd {
  display: table;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 60px
}

.eventspace_area dl dt span {
  display: table-cell;
  vertical-align: middle;
}

.eventspace_area dt:nth-of-type(-n+2),
.eventspace_area dd:nth-of-type(-n+2) {
  border-top: solid 1px #bbbbbb;
}

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

.eventspace_area .term_price {
  border-left: solid 2px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
}

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

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

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

.eventspace_area dl dd .spec_txt span.place,
.eventspace_area dl dd .spec_txt span.size {
  padding-left: 80px;
}

.eventspace_area .term_price dl {
  width: 50%;
  float: left;
}

.eventspace_area .term_price dt {
  width: 40%;
  padding: 14px 0;
}

.eventspace_area .hp_top_event_list .doble_list dt {
  padding: 39px 0;
}

.eventspace_area .hp_top_event_list .doble_list dd {
  padding: 39px 15px;
}

.eventspace_area .term_price dd {
  margin-left: 40%;
  padding: 14px 15px;
}




.eventspace_area .space_detail p:nth-child(n+2) {
  border-left: 1px solid #bbbbbb;
}

.sec_document {
  color: #000;
}

.sec_document h2 {
  background-color: #B60081;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 12px 20px;
  margin-bottom: 30px;
}

.sec_document h3 {
  border-bottom: solid 3px #B60081;
  padding-bottom: 5px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.sec_document p {
  margin-bottom: 10px;
}

.sec_document .txt_red {
  margin-bottom: 0px;
}

.event_notice {
  width: 94%;
  margin: 0 auto 60px;
}

.sec_document .notice_list {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  margin-bottom: 30px;
}

.contact_box {
  width: 94%;
  border: solid 10px #F2D8EB;
  padding: 18px 24px;
  margin: 35px auto;
  box-sizing: border-box;
}

.contact_box span {
  font-size: 167%;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 11px;
  display: inline-block;
}

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

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

.sec_document .txt02 {
  font-size: 0.8125rem;
  margin-bottom: 46px;
}

.sec_document .txt03 {
  font-size: 0.8125rem;
  margin-bottom: 40px;
}

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

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

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

/*
.btn_area {
  margin-bottom: 44px;
}
*/
.btn_area:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.btn_area li {
  /* float: left;
  width: 49%; */
  margin-bottom: 25px;
  font-size: 16px;
  margin-right: 2%;
}

.btn_area li span {
  display: inline-block;
  color: #000;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 8px;
}

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

.btn_area .sec_line {
  margin-bottom: 0;
}

.btn_area .right {
  margin-right: 0;
}

.sec_document ul.notice_list li {
  font-size: 0.8125rem;
  margin-bottom: 1%;
  text-indent: -0.7em;
  padding-left: 1.3em;
}

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

.sec_document .sub_title {
  color: #B60081;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 2px solid #B60081;
}

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

.sec_document .cancellation_charge {
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

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

.sec_document .cancellation_charge td {
  width: 50%;
  padding: 1em;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  text-align: center;
  font-size: 120%;
}

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

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

.sec_document .about_application {
  width: 94%;
  margin: 0 auto 46px;
}

.sec_document .about_event {
  margin: 0 auto;
  width: 94%
}

.sec_document .application_document {
  margin: 0 auto;
  width: 94%
}

.sec_document .about_used {
  margin: 0 auto;
  width: 94%
}

.sec_document .notice_list2 li {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.applycation_doc {
  color: #B60081;
  font-size: 1.25rem;
  font-weight: 600;
}

.item_work {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.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;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
.item_work a:hover {
  text-decoration: none;
}
.notice_list2 {
  padding-bottom: 20px;
}
#contents_saiji .block {
  width: 94%;
  margin: 0 auto 60px;
}
.pageTtl {
  background: #B50080;
}
#contents_saiji .block h3 {
  border-bottom: 2px solid #B50080;
  color: #000;
  font-size: 150%;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#contents_saiji .block ul.space_image {
  overflow: hidden;
  margin-bottom: 20px;
}
#contents_saiji .block ul.space_image li:nth-of-type(2n + 1) {
  margin-right: 2%;
}
#contents_saiji .block ul.space_image li {
  width: 49%;
  float: left;
  margin-bottom: 1%;
}
#contents_saiji h2.sub_pagetitle.note_txt {
  margin-bottom: 30px;
}
#contents_saiji h2.sub_pagetitle {
  background: #B50080;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  padding: 10px 20px;
  line-height: 1.5em;
}
#contents_saiji a {
  text-decoration: underline;
}
.saiji_notice {
  font-size: 0.875rem;
  margin: 20px auto;
}
.saiji_notice .place_desc {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.block ul.square li:before {
  content: "□ ";
}
.block ul.square li, .block ul.point li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.block ul.application li {
  margin-bottom: 15px;
}
/* テーブル */
.table_box {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  border: 1px solid #bbb;
}

dl.summary,
dl.summary dt,
dl.summary dd {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

dl.summary::after,
dl.drawing::after,
dl.feature::after,
dl.detail::after {
  content: "";
  display: block;
  clear: both;
}

dl.summary {
  border: 1px solid #bbb;
  margin-bottom: 3px;
}

.no_feature {
  border: none;
}
.no_feature dl.summary {
  border: none;
}

dl.summary dt {
  background: #e9f4f8;
  float: left;
  width: 15%;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #bbb;
  border-right: none;
}

dl.summary dd {
  float: left;
  width: 35%;
  align-items: center;
  padding: 10px 0 10px 10px;
  border: 1px solid #bbb;
}
dl.summary dt.row2, dl.summary dd.row2 {
  border-top: none;
}
dl.summary dt.col2 {
  border-left: none;
}

dl.drawing {
  margin-bottom: 3px;
}

dl.drawing dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9f4f8;
  padding: 10px 0;
  float: left;
  width: 15%;
  margin-right: 0.3%;
  border-bottom: 1px solid #bbb;
}

dl.drawing dd {
  display: flex;
  align-items: center;
  margin-left: 15.3%;
  padding: 3px 3px 3px 10px;
  border-bottom: 1px solid #bbb;
}

dl.feature dt {
  display: flex;
  background: #e9f4f8;
  float: left;
  width: 15%;
  align-items: center;
  justify-content: center;
  margin-right: 0.3%;
}

dl.feature dd {
  margin-left: 15.3%;
  padding: 3px 0 3px 0;
}

dl.detail {
  font-size: 90%;
  margin: 0 0 0 3px;
}

dl.detail dt {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 30%;
  padding: 3px 3px 3px 6px;
  background: #eeeeee;
  border-bottom: 3px solid #bbb;
}

dl.detail dd {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: calc(30.3% + 9px);
  margin-left: -webkit-calc(30.3% + 9px) ;
  margin-bottom: 3px;
  padding-left: 20px;
  border-bottom: 1px solid #bbb;
}

dl.detail dd:last-child,
dl.detail dt:last-child {
  border-bottom: none;
}


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