@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: 30px;
  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 #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
}

.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 #bbbbbb;
  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 #bbbbbb;
  border-right: solid 2px #bbbbbb;
  border-bottom: solid 2px #bbbbbb;
  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;
}

.contact_box {
  border: solid 6px #F2D8EB;
  padding: 13px 15px;
  margin: 25px 0;
}

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

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

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

.sec_document .cancellation_charge th {
  text-align: center;
  background: #e0f9ff;
  padding: 0.5em;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  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 #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  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;
}

/* 202507 */

.sec_document table {
  margin: 10px auto 30px auto;
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.sec_document table th {
  background: #d0e9f0;
  font-weight: bold;
  text-align: center;
  border: 1px solid #bbbbbb;
  padding: 5px 8px;
}

.sec_document table td {
  border: 1px solid #bbbbbb;
  padding: 5px 8px;
  width: 50%;
}

.sec_document table td a {
  background: url(../img/ico-pdf.jpg) no-repeat left center;
  padding-left: 36px;
  line-height: 23px;
  display: block;
}

.sec_document a:link, .sec_document a:visited {
  text-decoration: underline;
}

.sec_document_item:not(:last-child) {
  margin-bottom: 30px;
}

.sec_document .notice_box {
  border: 10px solid #e8f0f3;
  padding: 10px;
}

.sec_document .notice_box h4 {
  margin-bottom: 3px;
}

.sec_customer h4 {
  font-weight: bold;
}