@charset "UTF-8";

/* *******************************************************************************************
*
*	open-desk  service-office
*
******************************************************************************************* */

/* ----------------------------- 共通 ----------------------------- */
.cnt .bg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto -180px;
  padding: 0 0 180px;
  background: #ffffff;
}

.cnt .cnt_bg {
  padding: 0;
}

.info h3 {
  margin: 0 auto 40px;
}

.fee_table_01 {
  margin: 0 auto;
}

.fee_table_01 table {
  background: #ffffff;
}

.fee_table_01 th,
.fee_table_01 td {
  padding: 0 20px;
}

.fee_table_01 th {
  width: 237.5px;
}

.fee_table_02 th,
.fee_table_02 td {
  text-align: left;
  line-height: 1.8;
}

.fee_table_02 th {
  width: 200px;
  padding: 20px 0;
  font-weight: 700;
}

.fee_table_02 td {
  padding: 20px 0;
  font-weight: 400;
}

.area_table {
  margin: 40px auto 0;
  position: relative;
}

.area_table .info_floor {
  display: inline-block;
  font-size: 70px;
  letter-spacing: -8px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.area_table .info_floor span.small {
  padding: 0 5px;
  font-size: 50px;
  letter-spacing: 0;
}

.area_table table {
  margin-bottom: 15px;
}

.area_table:last-of-type {
  margin: 40px auto 0;
}

.area_table table tr {
  background: #ffffff;
}

.area_table table tr:nth-of-type(1) {
  background: none;
}

.area_table table tr:nth-of-type(2) {
  color: #ffffff;
  background: #b4b3b3;
}

.area_table table th,
.area_table table td {
  padding: 0 15px;
}

.area_table th.w_1 {
  width: 220px;
}

.area_table th.w_2 {
  width: 200px;
}

.area_table th.w_3 {
  width: 110px;
}

.service h3 {
  margin: 0 auto 40px;
}

.service_table {
  margin: 0 auto 60px;
}

.service_table:last-of-type {
  margin: 0 auto;
}

.service_table p.floor {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
}

.service_table p.floor.kana {
  font-size: 20px;
}

.service_table th {
  width: 50%;
}

.info_outline {
  margin: 10px 0 0;
}

.info_txt {
  width: 100%;
  margin: 10px auto 0;
  line-height: 1.5;
  letter-spacing: 0.1vw;
  font-feature-settings: "palt"1;
}

.info_txt.mb60 {
  margin: 10px auto 60px;
}

p.info_floor {
  display: inline-block;
  margin-left: -5px;
  font-size: 48px;
  letter-spacing: -5px;
}

p.info_floor span.small {
  padding: 0 5px;
  font-size: 36px;
  letter-spacing: 0;
}

.spec {
  display: inline-block;
}

.spec table {
  display: inline-block;
  width: auto;
  height: 26px;
  margin: 10px 15px 0 0;
  border: 1px solid #595757;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.spec tr,
.spec td {
  padding: 5px 5px 6px;
  line-height: 1;
  border: none;
}

.spec td:first-of-type {
  border-right: 1px solid #595757;
}

@media screen and (max-width : 750px) {

  .cnt_box h3 {
    margin: 0 auto 35px;
  }

  .info h3 {
    margin: 0 auto 25px;
  }

  .info_txt {
    margin: 10px auto 20px;
  }

  .info_txt.mb0 {
    margin: 10px auto 0;
  }

  .info_txt.mb60 {
    margin: 10px auto 35px;
  }

  .fee_table_01 {
    margin: 0 auto;
  }

  .fee_table_01 table {
    width: 560px;
    margin-bottom: 15px;
  }

  .fee_table_01 th,
  .fee_table_01 td {
    padding: 0 2vw;
  }

  .fee_table_01 th {
    width: 140px;
  }

  .fee_table_02 th {
    width: 34vw;
    letter-spacing: 0;
  }

  .fee_table_02 td p {
    text-indent: -1em;
    padding-left: 1em;
  }

  .area .img {
    width: 100%;
    margin: 0 auto;
  }

  .area_table {
    margin: 25px auto 0;
  }

  .area_table .info_floor {
    display: inline-block;
    font-size: 57px;
    letter-spacing: -8px;
    position: absolute;
    top: -8px;
    left: -8px;
  }

  .area_table .info_floor span.small {
    padding: 0 5px;
    font-size: 40px;
    letter-spacing: 0;
  }

  .area_table table {
    width: 710px;
  }

  .area_table table th,
  .area_table table td {
    padding: 0 2vw;
  }

  .area_table th.w_1 {
    width: 170px;
  }

  .area_table th.w_2 {
    width: 150px;
  }

  .area_table th.w_3 {
    width: 80px;
  }

  .service h3 {
    margin: 0 auto 25px;
  }

  .service_table {
    margin: 0 auto 35px;
  }

  .service_table th:nth-of-type(1) {
    width: 75%;
  }

  .service_table td:nth-of-type(1) {
    letter-spacing: -0.1vw;
  }

}

/* ----------------------------- モーダル ----------------------------- */

.modal_content {
  width: 60%;
  max-width: 700px;
}

.modal_inr {
  height: 75vh;
}

.modal_inr .img {
  padding-bottom: 20px;
}

.modal_inr .img img {
  max-height: 450px;
}

.modal_inr .img_txt {
  padding-bottom: 70px;
  color: #ffffff;
  line-height: 1.5;
}

.js-modal-close.close-btn {
  margin: -10px 0px 0;
}


@media all and (-ms-high-contrast: none) {
  .modal_photo {
    height: 100vh;
    top: 10%;
  }
}

@media screen and (max-width : 750px) {

  .modal_content {
    width: 85%;
  }

  .modal_photo {
    height: 100vh;
    top: 50%;
  }

  .modal_photo .modal_inr {
    height: 200px;
  }

  .modal_inr .img {
    padding-bottom: 10px;
  }

  .modal_inr .img img {
    max-height: auto;
  }

  .modal_inr .img_txt {
    padding-bottom: 0;
    color: #ffffff;
    line-height: 1.5;
  }

  .js-modal-close.close-btn {
    margin: -20px 0px 0;
    left: 75vw;
  }

}


/* ----------------------------- カスタマイズ ----------------------------- */

.open-desk .info .clm2 .clm_w50 {
  width: 47%;
}

.open-desk .service_table.mb0 {
  margin-bottom: 0;
}

.open-desk .btn {
  padding: 0 40px;
}

.service-office .cnt_02 h3 {
  margin: 0 auto 40px;
}

.service-office .info .clm2 .clm_w50 {
  width: 47%;
}

/*.service-office .info .clm2 .clm_w50:nth-of-type(2){
	width: 51%;
}*/
.service-office .btn2 .btn {
  width: 290px;
}

.service-office .spec {
  margin: 20px auto 0;
}

.service-office .info_txt table {
  margin: 40px auto 0;
}

.service-office .info_txt th:first-of-type,
.service-office .info_txt td:first-of-type {
  border-left: none;
  border-right: none;
}

.service-office .info_txt th {
  width: 15%;
  padding: 10px 0;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
  box-sizing: border-box;
}

.service-office .info_txt td {
  width: auto;
  padding: 10px 0 10px 20px;
  text-align: left;
  line-height: 1.8;
  box-sizing: border-box;
}



@media screen and (max-width : 750px) {

  .open-desk .info .clm2 .clm_w50 {
    width: 100%;
    margin: 0 auto;
  }

  .open-desk .service_table.mb0 {
    margin-bottom: 0;
  }

  .service-office .btn2 .btn {
    width: 100%;
  }

  .service-office .info .clm2 .clm_w50 {
    width: 100%;
    margin: 0 auto;
  }

  .service-office .info .clm2 .clm_w50 img {
    margin: 0 auto 20px;
  }

  .service-office .info .clm2 .clm_w50:last-of-type img {
    margin: 0 auto;
  }

  .service-office .info .clm2 .clm_w50:nth-of-type(2) {
    width: 100%;
    margin: 0 auto;
  }

  .service-office .spec {
    margin: 10px auto 0;
  }

  .service-office .spec table:nth-of-type(4) {
    margin-right: 0;
  }

  .spec td {
    font-size: 3.7vw;
  }

  .service-office .info_txt table {
    margin: 20px auto 0;
    font-size: 3.7vw;
  }

  .service-office .info_txt th {
    width: 16vw;
  }

  .service-office .info_txt td {
    width: auto;
  }


}