@charset "UTF-8";

/* PC表示*/
.pageTtl {
  background: none;
}

.block_hide{
  display: none!important;
}

.pc_appear_inline{
  display: inline;
}

.sp_appear_inline{
  display: none;
}

.red-txt {
  color: #ff0000;
}

#contents_saiji {
  width: 96%;
  margin: auto;
  line-height: 1.5em;
}
#contents_saiji a{
  text-decoration: underline;
}

#contents_saiji .description_txt p {
  margin-bottom: 20px;
}

#contents_saiji img {
  width: 100%;
}

#contents_saiji p {
  margin-bottom: 50px;
}

#contents_saiji p.saiji_intro_txt {
  margin-bottom: 20px;
}

#contents_saiji ul.floor_map {
  width: 92%;
  margin: auto;
}

#contents_saiji ul.floor_map li {
  margin-bottom: 80px;
}

#contents_saiji h2.sub_pagetitle {
  background: #b40179;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  padding: 10px 20px;
  line-height: 1.5em;
}

#contents_saiji h3.sub_pagetitle {
  background: #b40179;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding: 7px 16px;
  line-height: 1.5em;
}

#contents_saiji h2.sub_pagetitle.note_txt {
  margin-bottom: 30px;
}

#contents_saiji h2.sub_pagetitle:first-child{
  margin-bottom: 20px;
}

#contents_saiji .block {
  width: 94%;
  margin: 0 auto 60px;
}

#contents_saiji .block h3 {
  border-bottom: 2px solid #b40179;
  color: #b40179;
  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 {
  width: 49%;
  float: left;
}

#contents_saiji .block ul.space_image li:first-child {
  margin-right: 2%;
}

.block p.item_work {
  margin-bottom: 20px !important;
}

.block ul.application li {
  margin-bottom: 15px;
}

.block ul.application li:last-child {
  margin-bottom: 30px;
}

.block ul.square li:before {
  content: "□ ";
}

.block ul.square li,
.block ul.point li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.block.rel-doc .item_work a {
  display: block;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
}

.block.rel-doc table {
  border-collapse: collapse;
  border: 1px solid #efefef;
}

#contents_saiji .block.rel-doc table a {
  text-decoration: none;
}

.block.rel-doc table th,
.block.rel-doc table td {
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
}

.block.rel-doc table th {
  background: #eeeeee;
  border-bottom: 3px solid #fff;
  width: 30%;

}

.block.rel-doc table .tbhead th:last-child {
  background: #b40179;
  width: 70%;
  border-left: 3px solid #fff;
}

.block.rel-doc table .tbhead th {
  background: #b40179;
  vertical-align: middle;
}
#contents_saiji .block.rel-doc table th a:hover,
#contents_saiji .block.rel-doc table th a:active{
  text-decoration: underline;
}

#contents_saiji .block.rel-doc table .ico_pdf {
  display: inline-block;
  padding-right: 5px;
}

#contents_saiji .block.rel-doc table .ico_pdf img {
  width: 17px;
}

#contents_saiji .block.rel-doc table .tb_txt {
  display: inline-block;
  margin-bottom: 5px;
}

.block.rel-doc table td {}

.table_box {
  border: 1px solid #efefef;
}

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

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

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

dl.summary dt {
  background: #b40179;
  float: left;
  width: 15%;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}

dl.summary dd {
  float: left;
  width: 33%;
  align-items: center;
  padding: 10px 0 10px 10px;
}

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

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

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

dl.drawing dd .red-txt{
  width: 100%;
  display: inline-block;
}

#contents_saiji p.drawing_txt {
  margin-bottom: 5px;
}

#contents_saiji p.feature_txt {
  margin-bottom: 5px;
}

.drawing_pdf a{
  display: flex;
  align-items: center;
}

.drawing_pdf a .ico_pdf{
  width: 20px;
  margin-right: 10px;
}

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

dl.feature{
  border-bottom: 0;
}

dl.feature dt.feature_ttl {
  color: #fff;
}

dl.feature dd {
  margin-left: 15.3%;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #efefef;
}

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 #efefef;
}

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 #efefef;
}

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

div.bnr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.block .pdf_download {
  width: 42%;
  float: left;
  margin: 0 20px 10px 0;
}

.block .pdf_download span {
  display: block;
  margin-top: 10px;
  font-size: 115%;
  font-weight: bold;
}

.block .pdf_download a:hover img {
  opacity: 0.7;
}

.btn-dl {
  display: inline-block;
}

.btn-dl:hover {
  opacity: .7;
  transition: all .3s;
}


#contents_saiji .block ul.space_image {
  margin-bottom: 20px;
  width: 49%;
  float: left;
}

#contents_saiji .block ul.space_image li {
  width: 100%;
}

#contents_saiji .block ul.space_image li:first-child {
  margin-right: 2%;
}

#contents_saiji .block .table_box {
  width: 49%;
  border: 1px solid #efefef;
  float: right;
}

#contents_saiji .block::after {
  content: "";
  display: block;
  clear: both;
}

.eventspace_item .table_box_last dd {
    border-bottom: none;
}

#contents_saiji p.inquiry_txt {
  margin-bottom: 2px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1150px) {
  .block .pdf_download {
    width: 50%;
  }
}

@media screen and (max-width: 945px) {
  .block .pdf_download {
    width: 60%;
  }
}

/*sp*/
@media screen and (max-width: 767px) {
  .pc_appear_inline{
    display: none;
  }

  .sp_appear_inline{
    display: inline;
  }

  .pageTtl {
    margin-bottom: 20px !important;
  }

  #contents_saiji p.l_title {
    font-size: 117%;
  }

  #contents_saiji .block h3 {
    font-size: 117%;
  }

  #contents_saiji .block:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }

  #contents_saiji ul.floor_map {
    width: 100%;
  }

  #contents_saiji ul.floor_map li {
    margin-bottom: 35px;
  }

  #contents_saiji .block ul.space_image li {
    width: 100%;
    float: none;
    clear: both;
  }

  #contents_saiji .block ul.space_image li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  dl.summary {
    display: block;
    border-bottom: none;
  }

  dl.summary dt {
    display: flex;
    float: left;
    width: 30%;
    margin-bottom: 3px;
    border-bottom: 1px solid #efefef;
  }

  dl.summary dd {
    float: none;
    width: auto;
    margin-left: 30%;
    display: flex;
    margin-bottom: 3px;
    border-bottom: 1px solid #efefef;
  }

  dl.drawing,
  dl.feature {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #BBBBBB;
  }

  dl.drawing dt {
    display: flex;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #BBBBBB;
  }

  dl.drawing dd {
    float: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-bottom: none;
    box-sizing: border-box;
  }

  dl.feature dt {
    float: none;
    display: block;
    width: auto;
    padding: 10px;
    margin: auto;
    text-align: center;
  }
  dl.feature > dd:first-of-type {
    border-bottom: none;
  }
  dl.feature dt.feature_ttl {
    color: #fff;
    border-bottom: 1px solid #BBBBBB;
  }

  dl.feature dd {
    margin: auto;
    /* border-bottom: none; */
  }

  #contents_saiji p.feature_txt {
    padding: 10px;
  }

  .eventspace_item .table_box_last {
    border-bottom: none;
  }

  .eventspace_item .table_box_last dd {
    text-align: left;
  }

  dl.detail {
    margin: 8px 10px;
  }

  dl.detail dt {
    display: flex;
    float: left;
    width: 40%;
    padding: 3px 3px 3px 6px;
    text-align: left;
  }

  dl.detail dd {
    margin-left: 40%;
    margin-bottom: 3px;
  }

  dl.detail dd:last-child {
    margin-bottom: 0;
  }

  .block .pdf_download {
    width: 100%;
  }
  .block .box-left {
    float: none;
    width: 100%;
  }

  .block .box-right {
    float: none;
    width: 100%;
  }

  .block.rel-doc {}

  .block.rel-doc table .tbhead {
    display: none;
  }

  .block.rel-doc table th,
  .block.rel-doc table td {
    display: block;
    width: 100%;
  }
  .block.rel-doc table th{
    border-bottom: none;
  }

  #contents_saiji .block .table_box {
    width: 100%;
    float: none;
    clear: both;
    border: 1px solid #BBBBBB;
  }

  #contents_saiji .block ul.space_image {
    width: 100%;
  }

}
