@charset "utf-8";
/*----------------------------------------
  コンテンツ
----------------------------------------*/
  .pc_block{
    display: block;
  }
  .sp_block{
    display: none;
  }


#wrapper img{
  display: inline;
}

#main{
  line-height: 1.5;
}

#main .inner{
  margin: 0 auto;
}

h1{
  text-align: center;
}

.force{
  font-weight: bold;
}
/*#main .inner{
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}*/

.sec_customer{
  margin-bottom: 40px;
}

.sec_customer h1 img{
  margin: auto;
}

.sec_customer h2,
.eventspace_area h2,
.sec_document h2
{
  margin: 28px auto 35px ;
  background: #dddddd;
  font-weight: bold;
  font-size: 150%;
  text-align: left !important;
  padding:  8px 0 8px 4%;
  color: #000000;
}

.sec_customer p{
  margin: 0 0 28px 0 ;
  line-height: 1.6em;
}

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

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

.sec_customer p.txt{
  padding-left: 4%;
  margin-bottom: 7%;
}
.sec_customer p.ttl{
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}

.sec_customer .map-area{
  text-align: center;

}

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

.eventspace_area > ul{
  width: 92%;
  margin: auto;

}

.eventspace_area ul li h3{
  border-bottom: solid 2px #000000;
  color: #000000;
  padding-bottom: 5px;
  margin-top: 48px;
  font-size: 140%;
  font-weight: bold;
}

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

.eventspace_area figure ul {
  margin: 14px auto 0 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: 50.5% ;
}

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

.eventspace_area figure li img.ph{
}

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

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

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

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

.eventspace_area .explete p{
  margin-bottom: 5px;
}

.eventspace_area .block .space_detail {
    vertical-align: top;
}
.eventspace_area .outer {
  display: table;
  width: 100%;
  overflow: hidden;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
}
.eventspace_area .space_detail a{
  text-decoration: underline;
}
.eventspace_area .space_detail p{
  margin: 1em;
  min-height: 2em;
  display: table-cell;
  padding: 1% 2%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 115%;
}
.eventspace_area .space_detail .inner{
  background-color: #5FC8F3;
  width: 15% !important;
  padding: 1%;
  text-align: center;
}
.eventspace_area .space_detail .space_area {
  width: 24%;
}
.eventspace_area .space_detail .price {
  width: 24%;
}


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

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

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

.space_detail dl.summary dd {
  display: block;
}

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

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

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

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

.space_detail dl.summary dd.area-value {
  display: block;
}

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

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

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

.space_detail dl.feature {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.space_detail dl.feature dt {
  display: table-cell;
  background: #dddddd;
  width: 15%;
  text-align: center;
  vertical-align: middle;
}

.space_detail dl.feature dd {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
}

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

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

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

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


.sec_document h2{
  margin-bottom: 20px;
}

.sec_document h3{
    border-bottom: solid 2px #004F70;
    color: #004F70;
    padding-bottom: 3px;
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}

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


.sec_document .table_area{
  overflow-x: auto;
}
.sec_document .table_area::-webkit-scrollbar{
  height: 10px;
}/*バーの太さ*/
.sec_document .table_area::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
}/*バーの色*/
.sec_document .table_area::-webkit-scrollbar-track-piece {
    background: #dddddd;
  }
.sec_document table.rental{
  width: 938px;
}

.sec_document table.rental,
.sec_document table.rental th,
.sec_document table.rental td
{
  border: 1px solid #bbbbbb;  
}

.sec_document table.rental th{
  background: #dddddd;
  padding: 17px;
}
.sec_document table.rental td{
  padding: 10px 17px 10px;
}
.sec_document table.rental th:first-child,
.sec_document table.rental td:first-child
{
  width: 13%;
}

.sec_document table.rental.rental-cancel {
  display: inline-table;
  width: auto;
  min-width: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.sec_document table.rental.rental-cancel th,
.sec_document table.rental.rental-cancel td {
  white-space: nowrap;
}

.sec_document table.rental.rental-cancel th:first-child,
.sec_document table.rental.rental-cancel td:first-child {
  width: auto;
}

.sec_document .table_area.table_area-cancel {
  overflow-x: visible;
}

.sec_document table.rental.rental-cancel tbody tr:nth-child(2) td:first-child {
  background: #dddddd;
}

.sec_document .info_txt{
  padding: 0 4% 0;
  margin-bottom: 7%;
}

.sec_document .txt_red{
  margin-bottom: 0px;
}
.sec_document .txt_atte{
  font-weight: bold;
  margin-bottom: 0px;
}

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


.sec_document .txt-contact-email {
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
  width: auto;
  text-indent: 0;
  margin-top: 3px;
}
.sec_document .txt-contact-email_spblock {
  display: flex;
}

.sec_document .txt-contact-email .txt-contact-email-head {
  width: auto;
}

.sec_document .txt-contact-email .txt-contact-email-head {
  width: auto;
  font-size: 14px;
  margin-bottom: 0;
}

.sec_document .txt-contact-email .txt-contact-email-value {
  height: 16px;
  padding-left: 0;
  margin-bottom: 0;
}

.sec_document .txt-contact-email img {
  width: auto;
  max-height: 100%;
}

.contact_box{
  border: solid 10px #e8f0f3;
  padding: 18px 24px;
  margin: 35px 0;
}

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

.btn_dl{
  margin: 0 0 30px 0;
}
.sec_document .txt01 {
	margin-bottom: 25px;
}
.sec_document .txt02 {
	margin-bottom: 46px;
}
.sec_document .txt03 {
  margin-bottom: 20px;
}
.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 {
	    padding-bottom: 8px;
    display: inline-block;
}
.btn_area .sec_line {
	margin-bottom: 0;
}
.btn_area .right {
	margin-right: 0;
}

.sec_document ul.notice_list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}

.sec_document ul.notice_list li a {
    text-decoration: underline;
    color: #fc0b27 !important;
}

.sec_document .txt_red {
  color: #fb1200;
}

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

#flow.info_txt p{
  padding-left: 1em;
}

#flow.info_txt p.txt_atte{
  background: #eee;
  padding:4px 4px 4px 1em;
  margin:20px auto 5px;
}

#flow.info_txt p.down_txt{
  padding-left: 0;
  font-size: 120%;
  margin-bottom: 3px;  
  font-weight: bold;
  color: #333;
}

.down_set a{
  display: inline-block;
  margin-bottom: 10px;
}



