@charset "UTF-8";
/*header
---------------------------------------------------------------------------*/
#formHeader {
  background: #2cbcd9;
  display: block;
  clear: both;
  content: "";
}

#formHeaderInr {
  padding: 10px 4px 10px 2px;
  margin: 0 auto;
  width: 1096px;
}

#indicator01 {
  width: 460px;
  background-position: -5px 0;
  float: right;
  padding-top: 37px;
  background: url("/assets/pc/office/parts_main-5f8fd109.png") no-repeat left top;
  display: block;
  height: 0;
  overflow: hidden;
}

#indicator02 {
  width: 460px;
  background-position: -5px 0;
  float: right;
  padding-top: 37px;
  background: url("/assets/pc/office/parts_main-5f8fd109.png") no-repeat left top;
  background-position: -2px -40px;
  display: block;
  height: 0;
  overflow: hidden;
}

/*wrapper
---------------------------------------------------------------------------*/
#wrapper {
  width: 1048px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 24px 24px 60px 24px;
}

#wrapper-row {
  margin: 30px auto 0 auto;
  padding: 24px;
  width: 1048px;
  background-color: #fff;
  display: flex;
  min-height: 600px;
}
#wrapper-row section {
  margin-bottom: 40px;
}

.modBoxB {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #EBEAE7;
  border-radius: 6px;
}

.formTbl {
  width: 100%;
  border-top: 1px solid #EBEAE7;
  border-left: 1px solid #EBEAE7;
  border-right: 1px solid #EBEAE7;
  border-collapse: separate;
}
.formTbl th {
  border-top: 1px solid #EBEAE7;
  border-bottom: 1px solid #EBEAE7;
  background: #F5F8FA;
  padding: 16px 20px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
.formTbl td {
  padding: 16px 20px;
  border-bottom: 1px solid #EBEAE7;
  vertical-align: top;
  width: 75%;
}
.formTbl div {
  display: flex;
  flex-wrap: wrap;
}

.w156 {
  width: 156px;
}

.text_required {
  color: #E05220;
}

.required label {
  width: 50%;
}
.required input[type=radio] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.required input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 5px 5px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
.required input[type=radio] + span::before,
.required input[type=radio] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.required input[type=radio] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #4D4D4D;
  left: 0px;
}
.required input[type=radio] + span::after {
  width: 10px;
  height: 10px;
  background: #4D4D4D;
  left: 5px;
  opacity: 0;
}
.required input[type=radio]:checked + span::before {
  border: 2px solid #E05220;
}
.required input[type=radio]:checked + span::after {
  background: #E05220;
  opacity: 1;
}

.textbox {
  width: 50%;
  padding: 8px 10px;
  border: 1px solid #969da3;
  border-radius: 3px;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}
.textbox::placeholder {
  color: #999;
}

.textboxs {
  width: 100%;
  height: 10em;
}

.help {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-w-16 {
  width: 16px;
}

.has-text-danger {
  color: #E05220 !important;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  overflow: visible;
}

.errormessage {
  color: #E05220;
  margin-bottom: 10px;
}

.entry-rooms-form__terms {
  text-align: center;
  margin: 40px auto 0 auto;
}

.bn-send {
  background-color: #2CBCD9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 480px;
  height: 70px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 700;
  margin: 10px auto;
  text-decoration: none;
  cursor: pointer;
}
.bn-send:disabled {
  border-color: transparent;
  background: #6e6e6e;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.bn-send.is-disabled, .bn-send[disabled] {
  border-color: transparent;
  background-color: #6e6e6e;
  box-shadow: none;
  pointer-events: none;
}
.bn-send.is-disabled, .bn-send.is-disabled:link, .bn-send.is-disabled:visited, .bn-send.is-disabled:active, .bn-send.is-disabled:focus, .bn-send[disabled], .bn-send[disabled]:link, .bn-send[disabled]:visited, .bn-send[disabled]:active, .bn-send[disabled]:focus {
  color: #fff;
}

.alink {
  display: block;
  text-decoration: none;
  color: #fff;
}
.alink:hover {
  text-decoration: none;
  opacity: 0.8;
}

.checkboxList label {
  display: inline-block;
  padding: 8px 0 0 10px;
  border-radius: 0.3em;
  font-size: 1.5em;
  cursor: pointer;
}

.checkboxList label:hover {
  background-color: #fff;
}

.checkboxList [type=checkbox] {
  transform: scale(1.5);
  transform-origin: right bottom;
  margin: 0 auto;
}

.center__i1 {
  width: 8%;
}

.center__i2 {
  width: 13%;
}

.center__i3 {
  width: 10%;
}

.center__i4 {
  width: 17%;
}

.center__i6 {
  width: 12%;
}

.center__i5 {
  width: 22%;
  text-align: left;
  padding: 10px 30px !important;
}

.center__i3a {
  width: 10%;
}

.center__i4a {
  width: 17%;
}

.center__i6a {
  width: 12%;
}

.txt__completely {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.txt__customer {
  font-size: 28px;
}

.entry-flow {
  background-color: #f7f8f9;
  padding: 20px;
  margin: 40px 0;
}

.entry-flow__title {
  font-size: 24px;
}

.entry-flow__image {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}

.flow__list {
  display: flex;
}

.flow__list li {
  flex: auto;
  width: 25%;
  padding-right: 7%;
}

.flow__list li:last-child {
  padding-right: 0;
}

.form-error {
  color: #E05220;
  font-size: 1rem;
  font-weight: bold;
}

/*h1
---------------------------------------------------------------------------*/
.heading-box {
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #ebeae7;
  background-color: #fff;
}
.heading-box::before {
  content: "";
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 5px;
  background-color: #2cbcd9;
}

.heading-box__head {
  padding: 15px 12px;
  display: flex;
  justify-content: space-between;
}
.heading-box__head .head_main {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}
.heading-box__head .heading-1 {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
.heading-box__head .heading-1 span {
  font-size: 70%;
  font-weight: normal;
}
.heading-box__head .sbs {
  margin-bottom: 0;
}
.heading-box__head .header-title {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.heading-box___buildings__content {
  border-top: 1px dotted #dfded9;
  padding: 12px;
}

.heading-box__content {
  border-top: 1px dotted #dfded9;
  padding: 12px;
  display: flex;
}
.heading-box__content .image {
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
}
.heading-box__content .text {
  margin: 0 0 0 20px;
  padding: 0;
}

/* on_main_prefクラスが追加された場合のスタイル */
.heading-box__content.on_main_pref {
  display: block;
}
.heading-box__content.on_main_pref .image {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.heading-box__content.on_main_pref img {
  width: 100%;
}
.heading-box__content.on_main_pref .text {
  margin: 10px 0 0 0;
}

.heading-box__link-list {
  border-top: 1px dotted #dfded9;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.heading-box__link-list ul {
  float: right;
}
.heading-box__link-list ul li {
  float: left;
  margin-left: 20px;
}

.info {
  position: relative;
  margin-left: 20px;
}
.info::before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/pc/office/icon_search-71c22822.svg");
}

/*アコーディオン
---------------------------------------------------------------------------*/
.aside-box {
  margin-bottom: 20px;
}

.aside-box-list-col4 {
  overflow: hidden;
  margin-right: -16px;
}
.aside-box-list-col4:last-child {
  margin-bottom: 0;
}
.aside-box-list-col4 li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 5px;
  width: 150px;
  vertical-align: top;
  font-size: 12px;
}

.aside-related-link-box-col4 .aside-related-link-box__row__list {
  vertical-align: middle;
  color: #8A8A8A;
}
.aside-related-link-box-col4 > .aside-related-link-box__row:first-child {
  border-top: none;
  padding-top: 0;
}

.aside-related-link-box__row__list {
  overflow: hidden;
}

.aside-related-link-box-col4 .aside-related-link-box__row__list li {
  width: 150px;
  padding-bottom: 10px;
}

.aside-related-link-box__row__list li {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}

.aside-related-link-box__row__term {
  float: left;
  margin-right: 16px;
  width: 60px;
  font-weight: bold;
  vertical-align: top;
}

.aside-related-link-box__row {
  margin-bottom: 10px;
  padding-top: 8px;
  border-top: 1px dotted #dfded9;
}

.js-expander-target {
  display: none;
}

.icon-arrow-down {
  display: block;
  border: none;
  outline: 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dfded9;
}
.icon-arrow-down::after {
  content: "すべて表示する　";
  background-image: url("/assets/pc/office/icon_arrow_b-4e0065a9.svg");
  background-repeat: no-repeat;
  background-position: 100px 3px;
}
.icon-arrow-down.on-click::after {
  content: "隠す⌃";
}

/*タイプから探す
---------------------------------------------------------------------------*/
.lower__card-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lower__card {
  width: calc((100% - 60px) / 4);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #EBEAE7;
}
.lower__card:not(:last-child) {
  margin-right: 14px;
}

.lower_ontents-bg {
  height: 80px;
}

.lower_contents {
  background-color: rgba(0, 0, 0, 0.5);
  height: 80px;
}

.parent {
  height: 80px;
  display: table;
  width: 100%;
  text-align: center;
}
.parent p {
  font-size: 20px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.lower__card-group a:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.content-body-fluid {
  width: 100%;
}

.content-body_r {
  float: right;
  width: 760px;
  margin-left: 38px;
}

.content-side_l {
  float: left;
  width: 250px;
}

.heading-with__item {
  display: block;
  float: right;
}

.lastup {
  display: block;
  text-align: right;
}

.heading-with__items {
  display: block;
  text-align: right;
}

.guide-list {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.guide-list li {
  float: left;
  margin-bottom: 10px;
  width: 25%;
  color: #8A8A8A;
}
.guide-list li.is-hidden {
  margin-bottom: 0;
}
.guide-list.three-col li {
  width: 33%; /* 3列の幅 */
}

.guide-footer-link {
  float: right;
  margin: 15px 0;
}

.bukken-num {
  margin-left: 5px;
  color: #aeaeae;
  font-size: 10px;
}

.prefecture-popular-place__entry {
  margin-bottom: 20px;
  font-size: 12px;
}
.prefecture-popular-place__entry:last-child {
  margin-bottom: 0;
}

.prefecture-popular-place__content {
  overflow: hidden;
}

.prefecture-popular-place__heading {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
}

.prefecture-popular-place__entry p {
  margin-bottom: 5px;
}

.label-popular-place {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 2px 15px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
}

.label-popular-place--rank1 {
  background-color: #cfae2a;
}

.label-popular-place--rank2 {
  background-color: #b3b3b3;
}

.label-popular-place--rank3 {
  background-color: #c69777;
}

.label-popular-place--rank4 {
  background-color: #666666;
}

.prefecture-popular-place .popular-place-heading {
  display: inline-block;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 0;
}

.area-link-box {
  background-color: #f2f2f2;
  padding: 7px 15px;
}
.area-link-box dt {
  display: inline-block;
  font-weight: bold;
}
.area-link-box dd {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #cfcac4;
  line-height: 1;
}
.area-link-box dd:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.article-box {
  margin-top: 20px;
}
.article-box img {
  width: 100%;
  height: auto;
}
.article-box .text {
  margin-top: 10px;
}

.index-wrap {
  height: auto;
  padding: 1em;
  background-color: #F4F8FA;
  margin: 20px 0px;
}
.index-wrap .index_item {
  width: auto;
  margin-bottom: 8px;
}
.index-wrap .sub_list {
  padding-left: 10px;
}

/*物件関連
---------------------------------------------------------------------------*/
.search-result-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #EBEAE7;
}

.search-results {
  margin-right: 15px;
}
.search-results > strong {
  font-size: 24px;
}

.search-control-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.search-control-bottom__item {
  margin-right: 32px;
}

.pagination ul li {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
}
.pagination ul li a.is-current {
  border-color: #2cbcd9;
  background-color: #2cbcd9;
  box-shadow: none;
  color: #fff;
}
.pagination__current-page {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.pagination .btn-default, .pagination .pagy > a:not([role=separator]), .pagination .pagy > span {
  display: inline-block;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1.15;
  text-align: center;
  color: #4d4d4d;
  -webkit-box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pagination .btn--pagination, .pagination .pagy > a:not([role=separator]), .pagination .pagy > span {
  padding: 10px;
  min-width: 25px;
  font-size: 12px;
}

.emphasis-primary {
  color: #ff8a00;
  font-size: 16px;
}

.emphasis-others {
  color: #4d4d4d;
  font-size: 16px;
}

.search-result-sort__text {
  margin-right: 16px;
}

.search-result-sort__select {
  margin-right: 32px;
}

.search-result-sort select {
  border: 1px solid #EBEAE7;
  padding: 4px;
  border-radius: 3px;
}

.building-box {
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}

.building-box__head {
  border-bottom: 1px solid #e9e9e9;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 12px 16px;
}
.building-box__head .heading {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}
.building-box__head .heading a {
  color: #4D4D4D;
}

.building-box__body {
  padding: 12px;
}

.building-box__summary {
  margin-bottom: 10px;
}

.building-box__footer {
  border-top: 1px dotted #dfded9;
  padding: 8px 12px;
  text-align: right;
  font-size: 12px;
}

.building-box__summary-primary {
  overflow: hidden;
  margin: 10px auto 5px auto;
}

.description-item {
  float: left;
  margin-bottom: 5px;
}
.description-item dt {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  color: #002E8F;
  font-weight: 600;
  align-items: center;
  text-align-last: justify;
  width: 3em;
}
.description-item dd {
  float: left;
  vertical-align: middle;
  margin-right: 40px;
}
.description-item::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.building-box__summary::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.description-item--station {
  width: 100%;
}
.description-item--station dd {
  width: 90%;
  margin: 0;
}

.table-secondary {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ebeae7;
  font-size: 12px;
}
.table-secondary tr {
  border-top: 1px solid #ebeae7;
}
.table-secondary th {
  padding: 10px;
  background: #F5F8FA;
  font-weight: normal;
  border-right: 1px solid #ebeae7;
  color: #686868;
}
.table-secondary td {
  width: 10%;
  padding: 10px;
}
.table-secondary td a {
  display: block;
}

.table-head__item {
  width: 20%;
}

.table-head__detail {
  width: 25%;
}

.table-secondary img {
  width: 28px;
  height: 28px;
}

.table--clickable tbody tr:hover {
  background-color: #f5f8fa;
  cursor: pointer;
}

.button-all-buildings {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.btn-secondary {
  -webkit-box-shadow: 0 -3px 0 0 #cc6e00 inset;
  box-shadow: 0 -3px 0 0 #cc6e00 inset;
  border-bottom: 1px solid #cc6e00;
  background-color: #ff8a00;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
.btn-secondary a {
  color: #fff;
  text-decoration: none;
}
.btn-secondary:hover {
  opacity: 0.7;
}

.btn-keep {
  -webkit-box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-image: url("/assets/pc/office/icon_favorite_inactive-25e7afaa.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.btn-keep.keep {
  background-image: url("/assets/pc/office/icon_favorite-9017a55d.svg");
}
.btn-keep:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.space-type__list {
  margin-bottom: 14px;
}
.space-type__list li {
  display: inline-block;
  position: relative;
  padding: 5px;
  margin-right: 10px;
}

.sbs {
  display: inline-block;
  margin-bottom: 15px;
}
.sbs li {
  border: 1px solid #EBEAE7;
  border-radius: 2px;
  padding: 8px 5px;
}

.tooltip {
  /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  /* color: #05328b; */
}

.description_right {
  /* ツールチップのスタイル */
  width: 250px;
  /* 横幅 */
  position: absolute;
  top: 50%;
  left: 80%;
  /* X軸の位置 */
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 4px;
  /* 角の丸み */
  background-color: #333;
  text-align: left;
  color: #fff;
  visibility: hidden;
  /* ツールチップを非表示に */
  opacity: 0.8;
  /* 不透明度を0％に */
  z-index: 1;
  font-size: 12px;
}

.tooltip:hover .description_right {
  /* マウスオーバー時のスタイル */
  left: 100%;
  /* X軸の位置 */
  visibility: visible;
  /* ツールチップを表示 */
  opacity: 0.8;
  /* 不透明度を100％に */
}

.privateroom {
  background-image: url("/assets/pc/office/icon_privateroom-60beb731.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dedicateddesk {
  background-image: url("/assets/pc/office/icon_dedicateddesk-c88b587c.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.freedesk {
  background-image: url("/assets/pc/office/icon_freedesk-f750c258.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.virtualoffice {
  background-image: url("/assets/pc/office/icon_virtualoffice-d6ad495b.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn {
  display: block;
  width: 96px;
  height: 32px;
  line-height: 32px;
  background-color: #3692ff;
  color: #fff;
  text-align: center;
}
.btn.active {
  background-color: #ccc;
}
.btn.active > span:first-of-type {
  display: none;
}
.btn.active > span:last-of-type {
  display: inline;
}
.btn > span:last-of-type {
  display: none;
}

/*==================================================
閲覧履歴テーブル
===================================*/
.table-primary {
  border: 1px solid #b9b9b9;
  width: 100%;
}
.table-primary th {
  border: 1px solid #b9b9b9;
  padding: 7px;
  width: 118px;
  background-color: #f8f4ee;
  font-weight: normal;
  text-align: left;
  color: rgb(67.15, 67.15, 67.15);
}
.table-primary td {
  border: 1px solid #b9b9b9;
  padding: 7px 10px;
  text-align: left;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height: auto;
  height: 146px;
  object-fit: cover;
}
.slider .slick-slide {
  margin: 0 5px;
}

.slider___buildings img {
  width: 100%;
  height: 249.1px;
  object-fit: cover;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute;
  top: 48%;
  cursor: pointer;
  outline: none;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  height: 15px;
  width: 15px;
  z-index: 3;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 1.8%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 1.8%;
  transform: rotate(45deg);
}

.side-box {
  margin-bottom: 20px;
  border: 1px solid #ebeae7;
  border-radius: 4px;
  background-color: #fff;
}

.side-box__head {
  margin: -1px -1px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 13px 10px 8px;
  background-color: #2cbcd9;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.side-box__head h2 {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.side-box__body {
  padding: 10px;
  border-radius: 0 0 4px 4px;
}

.search-form-list__select-rent {
  margin-bottom: 5px;
  font-size: 12px;
}

.side-structure-list {
  margin-bottom: 20px;
}
.side-structure-list li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c2c2c2;
}
.side-structure-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.js-dialog-selectable-station-open {
  margin-bottom: 10px;
}

.side-structure-list__pos-2 {
  margin-left: 10px;
}

.side-structure-list__pos-3 {
  margin-left: 20px;
}

.side-structure-list__pos-4 {
  margin-left: 30px;
}

.side-box__body .btn-default, .side-box__body .pagy > a:not([role=separator]), .side-box__body .pagy > span {
  -webkit-box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  box-shadow: 0 -3px 0 0 #e6e6e6 inset;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-radius: 4px;
  cursor: pointer;
}
.side-box__body .btn-default:hover, .side-box__body .pagy > a:hover:not([role=separator]), .side-box__body .pagy > span:hover {
  opacity: 0.6;
  text-decoration: none;
}

.btn-default a, .pagy > a:not([role=separator]) a, .pagy > span a {
  color: #4D4D4D;
  text-decoration: none;
}

.btn--small {
  padding: 12px;
  font-size: 14px;
}

.btn--fluid {
  display: block;
  width: 100%;
}

#search-condition-side .search-form-list > li {
  margin-bottom: 15px;
}

.condition-heading {
  margin-bottom: 5px;
  font-size: 12px;
  color: #4D4D4D;
  border: none;
}
.condition-heading::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-radius: 50px;
  background-color: #2cbcd9;
  width: 3px;
  height: 17px;
  vertical-align: top;
}

#search-condition-side {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  height: 100%;
  /* padding-bottom: 175.188px; */
}
#search-condition-side .search-form-list__select-rent {
  margin-bottom: 5px;
}
#search-condition-side .search-form-list > li {
  margin-bottom: 15px;
}
#search-condition-side .search-form-list > li select {
  width: 42%;
}
#search-condition-side .search-form-list > li.capacity select {
  width: 93%;
}

select {
  height: 2em;
}

ul.condition-list-inline li {
  display: inline-block;
  width: 48.5%;
  font-size: 12px;
}
ul.condition-list-inline li.top {
  width: 100%;
}

.icon-plus {
  background-image: url("/assets/pc/office/icon_plus-56a43763.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
}

.icon-with-text .icon-textb:last-child {
  padding-left: 2em;
}

.side-box-condition {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  /* position: fixed;
  bottom: 10px;
  width: 228px; */
}

.side-box-condition__text {
  margin-bottom: 5px;
  text-align: center;
}

.side-box-condition .js-search-condition-side-counter {
  font-size: 24px;
}

.block-xsmall {
  margin-bottom: 12px;
}

.btn--fluid {
  display: block;
  width: 100%;
}

.btn-primary {
  -webkit-box-shadow: 0 -3px 0 0 #2099b2 inset;
  box-shadow: 0 -3px 0 0 #2099b2 inset;
  border-bottom: 1px solid #2099b2;
  background-color: #2cbcd9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
}
.btn-primary:hover {
  opacity: 0.7;
}

.icon-search.icon--outline {
  background-image: url("/assets/pc/office/icon_search_white-64cef059.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
}

.icon-stored-condition {
  background-image: url("/assets/pc/office/icon_stored-condition-125265f0.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 21px;
}

#modalWrap {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.modalBox {
  display: none;
  position: fixed;
  top: 300px;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 300px;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  display: none;
  border-radius: 3px;
  z-index: 1000;
}

.modalInner {
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.modalContents {
  height: 700px;
  overflow-y: scroll;
}

.closeModal {
  background-image: url("/assets/pc/office/icon_close-11634ca2.svg");
  border-radius: 20px;
  width: 22px;
  height: 22px;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -11px;
  right: -11px;
  z-index: 99999;
  font-size: 1.3em;
  cursor: pointer;
}

button .icon-text {
  padding-left: 2em;
}
button:hover {
  opacity: 0.7;
}

.modalArea .list-inline li {
  font-size: 12px;
  display: inline-block;
  width: 23%;
  padding-right: 7px;
  padding-bottom: 7px;
  margin: 0;
}
.modalArea section {
  margin-bottom: 20px;
}

.building-detail__content {
  margin: 40px auto 0;
}

/* .building-detail__content p{
    margin-bottom: 20px;
} */
.table-secondary__buildings {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ebeae7;
  font-size: 12px;
}
.table-secondary__buildings tr {
  border-top: 1px solid #ebeae7;
}
.table-secondary__buildings th {
  padding: 10px;
  background: #F5F8FA;
  font-weight: normal;
  border-right: 1px solid #ebeae7;
  color: #686868;
}
.table-secondary__buildings td {
  width: 10%;
  padding: 10px 0;
}
.table-secondary__buildings td a {
  display: block;
}

.tableb-head__img {
  width: 240px;
}

.building__main {
  width: 100%;
  text-align: center;
  border: 1px solid #ebeae7;
  font-size: 12px;
}

.building-rooms-list {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ebeae7;
}
.building-rooms-list li {
  padding: 10px;
  background: #F5F8FA;
  border-right: 1px solid #ebeae7;
  color: #686868;
}

.center__1 {
  width: 8%;
}

.center__2 {
  width: 13%;
}

.center__3 {
  width: 11%;
}

.center__4 {
  width: 20%;
}

.building-rooms-list li:last-child {
  border-right: none;
}

.building-rooms-list__img {
  width: 220px;
}

.building__container {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ebeae7;
}
.building__container:last-child {
  border-bottom: none;
}

.box-border {
  border: 1px solid #EBEAE7;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.content__img {
  width: 240px;
}
.content__img img {
  width: 240px;
  height: 160px;
}

.building-rooms-list-s__img {
  width: 180px;
}

.content-s__img {
  min-width: 180px;
}
.content-s__img img {
  width: 180px;
  height: 160px;
}

.content__detail {
  width: 100%;
}

.content__detail-list {
  display: flex;
  justify-content: space-between;
  background: #F5F8FA;
  padding: 7px 10px;
  font-size: 16px;
  align-items: center;
}

.content__detail-list__over {
  background: #EBEAE7;
}

.building-rooms-list__space-type {
  display: flex;
  place-items: center center;
  text-align: left;
}

.building-rooms {
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
  margin: 0 10px 0 0;
  width: 156px;
  text-align: left;
}
.building-rooms li {
  width: 160px;
}

.building-rooms-form {
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
  margin: 0 10px 0 0;
  text-align: left;
}
.building-rooms-form li {
  width: auto;
}

.building-rooms-list__space-type img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.building-rooms-list__space-type span {
  vertical-align: middle;
  font-size: 12px;
}

.building-rooms-list__type {
  display: inline-block;
  font-weight: 700;
  padding-right: 3px;
}

.building-rooms-list__others {
  font-weight: 700;
  text-align: left;
  padding: 5px 0 10px 10px;
  font-size: 20px;
}

.building-rooms-list__favorite {
  display: block;
}

.building-rooms-list__detail {
  width: 100%;
  display: flex;
  margin: 5px auto;
  height: 54px;
  place-items: center center;
}
.building-rooms-list__detail li {
  padding: 10px;
  line-height: 1.2;
  border-right: 1px solid #ebeae7;
}
.building-rooms-list__detail li:last-child {
  border-right: none;
}

.building-rooms-list__control-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  width: 160px;
  height: 38px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  float: right;
  text-decoration: none;
  color: #fff;
}

.is-primary {
  background: #2CBCD9;
}

.is-secondary {
  background: #FF8A00;
}

.tag.is-rounded:not(body) {
  border-radius: 9999px;
}
.tag.is-white:not(body) {
  background-color: white;
  color: #FF8A00;
  font-size: 12px;
  padding: 4px 9px;
  margin-right: 5px;
}

.building-facility-list {
  max-width: 734px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.building-facility-list:last-child {
  margin-bottom: 0;
}
.building-facility-list li {
  width: 24%;
  border-radius: 4px;
  background-color: #F5F8FA;
  overflow: hidden;
  padding: 8px 0;
  border: 1px solid #EBEAE7;
  margin-bottom: 8px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.building-facility-list p {
  margin: 0;
  text-align: center;
}
.building-facility-list .notprovided {
  background: #EBEAE7;
  color: #AEAEAE;
}
.building-facility-list::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.building-facility-list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.building-photo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.building-photo-list:last-child {
  margin-bottom: 0;
}
.building-photo-list li {
  width: 32%;
  margin-bottom: 10px;
}
.building-photo-list img {
  width: 100%;
  height: 180px;
}
.building-photo-list p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.building-photo-list::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.building-photo-list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pop-up {
  display: none;
}
.pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8784313725);
  width: 100%;
}

.popWindow {
  max-height: 95%;
  max-width: 95%;
  transform: scale(0.3);
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  text-align: center;
  transition: all 0.5s 0s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop-up:checked + .overlay .popWindow {
  transform: scale(1);
  height: 100%;
}

.pbox {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 5px;
}

.popWindow .ptitle {
  font-size: 16px;
  color: #4d4d4d;
  padding: 0 10px 10px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  width: 620px;
}
.popWindow .close {
  display: block;
  text-align: right;
  transition: all 5ms;
  font-size: 30px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 10px;
  width: 640px;
}

.pbox::-webkit-scrollbar-track {
  background: none;
}
.pbox::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pbox::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.clickable:hover {
  cursor: pointer;
}

.pbox img {
  border: 10px solid #fff;
  width: 620px;
}

.building-question {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-weight: 700;
  margin-bottom: 5px;
}
.building-question::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #4d4d4d;
  left: 0;
}

.building-item {
  font-weight: 700;
}

.example__content {
  background-color: #F5F8FA;
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
}
.example__content img {
  width: 300px;
  height: 200px;
}

.example__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.example__detail {
  margin-left: 15px;
}

dl.example-detail {
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
}
dl.example-detail dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 64px;
  float: left;
  clear: both;
}
dl.example-detail dd {
  margin-bottom: 5px;
  padding: 0 0 5px 70px;
  border-bottom: 1px solid #fff;
}
dl.example-detail dd:last-child {
  border-bottom: none;
  padding: 0 0 0 80px;
  margin-bottom: 0;
}

.building-reviews__review {
  border-top: solid 1px #EBEAE7;
  border-right: solid 1px #EBEAE7;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 1rem auto;
}

.building-reviews__review-title {
  background-color: #F5F8FA;
  border-left: solid 1px #EBEAE7;
  border-bottom: solid 1px #EBEAE7;
  padding: 10px;
  width: 27.9%;
  align-items: center;
  display: flex;
}

.building-reviews__review-value {
  border: solid 1px #EBEAE7;
  border-top: none;
  border-right: none;
  padding: 8px;
  width: 17%;
  align-items: center;
  display: flex;
}

.icon {
  align-items: stretch;
  display: inline-flex;
  justify-content: center;
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.card__faq {
  width: 100%;
  background-color: #f0f5f9;
}
.card__faq:not([open]) {
  margin-bottom: 7px;
}
.card__faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 12px 10px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  color: #4D4D4D;
  font-size: 15px;
  background-color: #fff;
  border-bottom: solid 1px #EBEAE7;
}
.card__faq summary::-webkit-details-marker {
  display: none;
}
.card__faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 15px;
  border-bottom: 3px solid #1461B0;
  border-right: 3px solid #1461B0;
  content: "";
  transition: transform 0.3s;
}
.card__faq[open] summary::after {
  transform: rotate(225deg);
}
.card__faq p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 12px 10px;
  transition: transform 0.5s, opacity 0.5s;
  border-bottom: solid 1px #EBEAE7;
}
.card__faq[open] p {
  transform: none;
  opacity: 1;
}

.recommend-buildings__list-item {
  background-color: #F5F8FA;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.recommend-buildings__list-item .content {
  display: flex;
  margin-bottom: 5px;
}
.recommend-buildings__list-item .content .recommend-buildings__list-item-head {
  display: flex;
}
.recommend-buildings__list-item .content img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}
.recommend-buildings__list-item .content a {
  text-decoration: none;
}
.recommend-buildings__list-item .content .title {
  font-size: 14px;
  font-weight: 700;
  color: #003F96;
  margin-bottom: 10px;
}

.recommend-buildings__list-item-access {
  font-size: 12px;
  margin: 0 auto 5px auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

dl.recommendation {
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
}
dl.recommendation dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 80px;
  float: left;
  clear: both;
}
dl.recommendation dt:first-of-type {
  padding-top: 5px;
}
dl.recommendation dd {
  margin-bottom: 5px;
  padding: 0 0 5px 75px;
  border-bottom: 1px solid #fff;
}
dl.recommendation dd:first-of-type {
  padding-top: 5px;
  border-top: 1px solid #fff;
}
dl.recommendation dd:last-child {
  border-bottom: none;
  padding: 0 0 0 75px;
  margin-bottom: 0;
}

.building-detail__entry-building-inner {
  padding: 12px 0;
  border: 1px solid #EBEAE7;
}
.building-detail__entry-building-inner .building-detail__entry-building-scrollable {
  background-color: #fff;
}
.building-detail__entry-building-inner .building-detail__entry-building-text {
  color: #003f96;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #003f96;
}
.building-detail__entry-building-inner .building-detail__entry-building-button {
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 68px !important;
  width: 100%;
  border-radius: 6px;
  padding: 0 14px;
  margin: 0 auto;
  cursor: pointer;
}
.building-detail__entry-building-inner .building-detail__entry-building-control {
  margin-top: 10px;
  padding: 0 10px;
}
.building-detail__entry-building-inner .button.has-multi-text-block {
  justify-content: space-between;
}
.building-detail__entry-building-inner .button.is-secondary {
  background-color: #FF8A00;
  border-color: transparent;
  color: #fff;
}
.building-detail__entry-building-inner .building-detail__entry-building-button-icon {
  background-color: #fff;
  border-radius: 50px;
  color: #FF8A00;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  width: 50px;
  font-size: 20px;
}
.building-detail__entry-building-inner .building-detail__entry-building-button-text {
  flex: 1;
}
.building-detail__entry-building-inner .button strong {
  color: inherit;
}
.building-detail__entry-building-inner strong {
  font-weight: 700;
  font-size: 20px;
}
.building-detail__entry-building-inner .is-size-7 {
  font-size: 14px;
}
.building-detail__entry-building-inner .building-detail__entry-building-contact {
  margin-top: 10px;
  padding: 0 10px;
}
.building-detail__entry-building-inner .building-detail__contact-button {
  background-color: transparent;
  border: none;
  color: #003f96;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.building-detail__entry-building-inner .building-detail__contact-button-icon {
  font-size: 1.5rem;
}
.building-detail__entry-building-inner svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.building-detail__entry-building-inner .svg-inline--fa.fa-w-16 {
  width: 1em;
}
.building-detail__entry-building-inner .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.building-detail__entry-building-inner .building-detail__entry-building-contact-description {
  font-size: 12px;
  margin-top: 10px;
  border-top: 1px solid #EBEAE7;
  padding-top: 10px;
}

.room-detail__cost-list {
  width: 100%;
  border: solid 1px #EBEAE7;
  border-collapse: collapse;
  border-spacing: 0;
}
.room-detail__cost-list th, .room-detail__cost-list td {
  padding: 10px;
  border-bottom: solid 1px #EBEAE7;
  border-right: solid 1px #EBEAE7;
}
.room-detail__cost-list th {
  width: 18%;
  font-size: 18px;
  text-align: center;
  background-color: #F5F8FA;
}
.room-detail__cost-list .w20 {
  width: 22%;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
.room-detail__cost-list td {
  width: 55%;
}
.room-detail__cost-list .orange {
  color: #ff8a00;
  font-weight: 700;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
.is-inactive .icon-favorite, .icon-favorite.icon--outline, .icon-stored-condition, .icon-remove, .icon-favorite, .icon-plus, .icon-condition {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  background-color: #f5f8fa;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
h2.heading-2 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2rem;
}
h2.heading-2::before {
  display: inline-block;
  content: "";
  margin-right: 7px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2cbcd9), color-stop(50%, #2190a6)) no-repeat;
  background: -webkit-linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  background: linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  width: 10px;
  height: 32px;
  vertical-align: top;
}

h3 {
  font-size: 16px;
  color: #A38D7F;
  border-bottom: 1px dashed #EBEAE7;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
h3.ranking {
  font-size: 12px;
  border-bottom: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
h3.on_main_pref {
  position: relative;
  border-bottom: 1px solid #808080;
  margin: 26px 0px 10px 10px;
}
h3.on_main_pref::before {
  position: absolute;
  top: 10%;
  left: -10px;
  height: 80%;
  border-radius: 50px;
  background-color: #808080;
  content: "";
  width: 4px;
}
h3.on_building_card {
  font-size: inherit;
  color: inherit;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

h4.heading-4.on_building_card {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2rem;
}
h4.heading-4.on_building_card::before {
  display: inline-block;
  content: "";
  margin-right: 7px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2cbcd9), color-stop(50%, #2190a6)) no-repeat;
  background: -webkit-linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  background: linear-gradient(#2cbcd9 50%, #2190a6 50%) no-repeat;
  width: 10px;
  height: 32px;
  vertical-align: top;
}

p {
  line-height: 1.5em;
}

.text__medium {
  font-size: 12px;
  margin: 0;
}

.text__small {
  font-size: 10px;
  margin: 0;
}

.text__right {
  text-align: right;
}

em {
  font-style: normal;
  font-weight: bold;
}

article, aside, footer, header, nav, section {
  display: block;
}

img {
  border: none;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style-type: none;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt10 {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}

.js-dialog-selectable-special-open {
  margin-bottom: 10px;
}

.btn--fluid {
  display: block;
  width: 100%;
}

.btn--medium {
  padding: 16px 24px;
  font-size: 18px;
}

.is-inactive .icon-favorite, .icon-favorite.icon--outline, .icon-stored-condition, .icon-remove, .icon-favorite, .icon-plus, .icon-condition {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
}

.is-inactive .icon-favorite, .icon-favorite.icon--outline, .icon-stored-condition, .icon-remove, .icon-favorite, .icon-plus, .icon-condition {
  width: 1.5em;
  height: 1.5em;
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
  color: #329cd1;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  /* opacity: 0.8; */
  text-decoration: underline;
}
a.blacl {
  color: #4d4d4d;
  text-decoration: none;
}

.site-footer-guide-box::after, .site-footer-guide-row::after, .site-footer-guide::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*container
---------------------------------------------------------------------------*/
#container {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*header
---------------------------------------------------------------------------*/
header {
  background: #fff;
}

#site-header .site-header-primary {
  margin: auto;
  padding: 0 16px;
  max-width: 1096px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#site-header .site-logo_wrap {
  display: inline-block;
  width: 20%;
}
#site-header .site-logo_wrap .site-name {
  margin-top: 3px;
  font-weight: 700;
  font-size: 10px;
  color: #C2C2C2;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.25em;
}
#site-header .global-nav {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#site-header .global-nav__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
#site-header .global-nav__secondary li {
  float: left;
  border-right: 1px solid #ebeae7;
}
#site-header .global-nav__secondary li:first-child {
  border-left: 1px solid #ebeae7;
}
#site-header .global-nav__secondary__badge {
  position: absolute;
  top: 5px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: inline-block;
  border-radius: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #ff8a00;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-shadow: none;
  line-height: 20px;
}
#site-header .global-nav__secondary a {
  color: #4d4d4d;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#site-header .global-nav__secondary a:link, #site-header .global-nav__secondary a:visited, #site-header .global-nav__secondary a:hover, #site-header .global-nav__secondary a:active, #site-header .global-nav__secondary a:focus {
  color: #4d4d4d;
}

.global-nav__secondary i {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.icon-with-text {
  position: relative;
  display: inline-block;
}

.icon-with-text--vertical .icon-text {
  padding-left: 0;
  font-size: 12px;
}
.icon-with-text--vertical .icon-text:last-child {
  padding-left: 0;
  font-size: 12px;
}
.icon-with-text--vertical i[class^=icon-] {
  position: static;
  margin-bottom: 4px;
}

.icon-condition {
  background-image: url("/assets/pc/office/icon_condition-239933d2.svg");
}

.icon-plus {
  background-image: url("/assets/pc/office/icon_plus-56a43763.svg");
}

.icon-favorite {
  background-image: url("/assets/pc/office/icon_favorite-9017a55d.svg");
}

.icon-remove {
  background-image: url("/assets/pc/office/icon_remove-e4f363e3.svg");
}

.icon-stored-condition {
  background-image: url("/assets/pc/office/icon_stored-condition-125265f0.svg");
}

.icon-favorite.icon--outline {
  background-image: url("pc/office/icon_favorite_white.svg");
}
.is-inactive .icon-favorite {
  background-image: url("/assets/pc/office/icon_favorite_inactive-25e7afaa.svg");
}

.icon-favorite {
  background-image: url("/assets/pc/office/icon_favorite-9017a55d.svg");
}

.is-inactive .icon-favorite {
  background-image: url("/assets/pc/office/icon_favorite_inactive-25e7afaa.svg");
}

.icon-condition {
  background-image: url("/assets/pc/office/icon_condition-239933d2.svg");
}

.icon-history {
  background-image: url("/assets/pc/office/icon_history-4c8d04e0.svg");
}

.global-nav__secondary a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #EBEAE7;
  border-radius: 4px;
  height: 38px;
}
.search-form input {
  padding: 0 10px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  width: 290px;
}
.search-form input::placeholder {
  color: #d4d4d4;
}
.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-form button::after {
  width: 16px;
  height: 16px;
  background-image: url("/assets/pc/office/icon_search-71c22822.svg");
  background-repeat: no-repeat;
  content: "";
}

/*footer
---------------------------------------------------------------------------*/
.site-footer-guide {
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}

.site-footer-primary {
  margin: auto;
  padding: 36px 16px 0;
  max-width: 1096px;
}
.site-footer-primary__inner, .site-footer-primary__inner a {
  color: #fff;
}
.site-footer-primary .site-footer-link {
  margin-bottom: 16px;
}
.site-footer-primary .site-footer-link li {
  display: inline-block;
}
.site-footer-primary .site-footer-link li::after {
  content: "｜";
}
.site-footer-primary .site-footer-link li:last-child::after {
  content: "";
}

.site-footer-guide h2 {
  margin-bottom: 7px;
  font-size: 16px;
}

.site-footer-guide-row {
  text-align: left;
}

.site-footer-guide-box {
  border-radius: 8px;
  padding: 15px;
  min-height: 195px;
  background-color: #fff;
  color: #222;
}
.site-footer-guide-box h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.site-footer-guide-box ul {
  margin-bottom: 20px;
}
.site-footer-guide-box ul:last-child {
  margin-bottom: 0;
}
.site-footer-guide-box a {
  color: #2cbcd9;
}

.site-footer-guide-area-list > li {
  clear: both;
  padding-bottom: 2px;
}
.site-footer-guide-area-list > li strong {
  float: left;
  margin-right: 10px;
  width: 90px;
}
.site-footer-guide-area-list > li strong, .site-footer-guide-area-list > li strong a {
  color: rgb(193.8, 193.8, 193.8);
  font-weight: normal;
}

.site-footer-guide-list {
  overflow: hidden;
}
.site-footer-guide-list li {
  display: inline-block;
  margin-right: 4px;
}
.site-footer-guide-list li::after {
  content: "|";
  margin-left: 4px;
  color: #2cbcd9;
}
.site-footer-guide-list li:last-child::after {
  content: "";
}

.site-footer-guide-supplement {
  margin-top: 5px;
}

/*main
---------------------------------------------------------------------------*/
main {
  flex: 1;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.breadcrumbs {
  margin: 8px auto 20px;
  padding: 0 16px;
  width: 1096px;
  max-width: 1096px;
  font-size: 12px;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 8px;
}
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
  color: #c2c2c2;
}
.breadcrumbs li:last-child::after {
  content: "";
}

/*コンテンツ
---------------------------------------------------------------------------*/
.content-row {
  margin: 0 auto;
  padding: 24px;
  width: 1048px;
  background-color: #fff;
  display: flex;
  min-height: 600px;
}
.content-row section {
  margin-bottom: 40px;
}

.content-body {
  float: left;
  width: 760px;
  margin-right: 38px;
}

.content-side {
  float: right;
  width: 250px;
}

/*--------------------------------------
  カード_タイプ
--------------------------------------*/
.card-group {
  width: 100%;
  /* margin: 0; */
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-group > :nth-child(n+4) {
  margin-top: 20px;
}

.card-group::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}

/* .card-group > :nth-child(3n){
	margin-left: 14px;
} */
.card {
  width: calc((100% - 40px) / 3);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #EBEAE7;
}

.contents-bg {
  background-size: cover;
  background-position: center;
}

.contents {
  background-color: #fff;
}
.contents p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin: 0 auto;
}

.card__textbox {
  height: auto;
  padding: 10px;
  margin: 0;
}
.card__textbox > * + * {
  margin-top: 10px;
}

.card-group a {
  color: #4d4d4d;
}
.card-group a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*タイプから探す
---------------------------------------------------------------------------*/
.img-privateroom {
  background-image: url("/assets/pc/office/img_privateroom-cfe0c051.png");
}

.img_dedicateddesk {
  background-image: url("/assets/pc/office/img_dedicateddesk-632dc124.png");
}

.img_freedesk {
  background-image: url("/assets/pc/office/img_freedesk-8307a9f8.png");
}

.img_virtualoffice {
  background-image: url("/assets/pc/office/img_virtualoffice-8307a9f8.png");
}

/*--------------------------------------
エリア探す
--------------------------------------*/
.area-search__list {
  margin-bottom: 14px;
  justify-content: space-between;
  display: flex;
}

.area-search__item {
  cursor: pointer;
  border: 1px solid #EBEAE7;
  border-radius: 4px;
  width: 32%;
  overflow: hidden;
}
.area-search__item a {
  color: #4d4d4d;
}
.area-search__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.area-search__item .area-search__area_list {
  background-color: #F3F2F2;
  height: 100%;
  padding: 8px;
}
.area-search__item .area-search__area_list a {
  color: #329cd1;
  line-height: 1.6;
  font-size: 16px;
}
.area-search__item .area-search__area_list a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.area-search__target {
  margin: 0 auto;
  border-radius: 4px;
}

.area-search__img {
  width: 65px;
  height: 65px;
  vertical-align: middle;
}

.area-search__text {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 8px;
  padding: 0;
  vertical-align: middle;
}

.area-search__num {
  margin-left: 8px;
  font-size: 14px;
}

.area-search__num-unit {
  font-size: 12px;
}

.area__box {
  overflow: hidden;
  margin: 0;
}

.area-list {
  width: 50%;
  float: left;
  margin-bottom: 14px;
}

.area-list__title {
  font-weight: 600;
  margin: 0 auto;
}

.area-list ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #8A8A8A;
}
.area-list li {
  display: flex;
  margin-right: 7px;
}

.is-hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.more {
  width: 80%;
  margin: 20px auto 0px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #EBEAE7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999;
  margin-left: 8px;
}

/*--------------------------------------
  ボタン_タイプ
--------------------------------------*/
.btn-default, .pagy > a:not([role=separator]), .pagy > span {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.15;
  text-align: center;
}
.btn-default, .pagy > a:not([role=separator]), .pagy > span {
  color: #222;
}
.is-disabled.btn-default, .pagy > a.is-disabled:not([role=separator]), .pagy > span.is-disabled, [disabled].btn-default, .pagy > a[disabled]:not([role=separator]), .pagy > span[disabled] {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
  box-shadow: none;
  pointer-events: none;
}
.is-disabled.btn-default, .pagy > a.is-disabled:not([role=separator]), .pagy > span.is-disabled, [disabled].btn-default, .pagy > a[disabled]:not([role=separator]), .pagy > span[disabled] {
  color: #b5b5b5;
}

.btn-default, .pagy > a:not([role=separator]), .pagy > span {
  border-radius: 4px;
  border: 1px solid transparent;
}

.btn-default, .pagy > a:not([role=separator]), .pagy > span {
  box-shadow: 0 -3px 0 0 rgb(229.5, 229.5, 229.5) inset;
  border: 1px solid rgb(198.9, 198.9, 198.9);
  background-color: #fff;
  transition: opacity 0.5s;
  cursor: pointer;
}
.btn-default, .pagy > a:not([role=separator]), .pagy > span, .btn-default:link, .pagy > span:link, .btn-default:visited, .pagy > span:visited, .btn-default:hover, .pagy > span:hover, .btn-default:active, .pagy > span:active, .btn-default:focus, .pagy > span:focus {
  color: #222;
}
.btn-default:hover, .pagy > a:hover:not([role=separator]), .pagy > span:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn--compact {
  padding: 8px;
  min-width: 36px;
  font-size: 12px;
}
.btn--compact i {
  margin: 0;
}

.but-list {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.but-list > :nth-child(n+4) {
  margin-top: 14px;
}

.but-list__box {
  width: calc((100% - 120px) / 3);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 14px;
  text-align: center;
  border: 1px solid #EBEAE7;
  display: grid;
  place-items: center center;
}

.but-list__text {
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------
  サブリスト
--------------------------------------*/
.submenu li {
  position: relative;
  margin-bottom: 10px;
  width: 250px;
}
.submenu li img {
  width: 250px;
  height: 75px;
  object-fit: cover;
}
.submenu li .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.submenu li .building-text {
  width: 100%;
  position: absolute;
  right: 4px;
  bottom: 2px;
  text-align: right;
  color: #fff;
  font-size: 14px;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#site-footer {
  background-color: #257db7;
}
#site-footer .site-footer-secondary {
  margin: 0 auto;
  padding: 16px;
  max-width: 1096px;
  display: block;
}
#site-footer .site-footer-secondary small {
  /* float: left; */
  color: #fff;
}
#site-footer .site-footer-secondary ul {
  float: right;
  white-space: nowrap;
}
#site-footer .site-footer-secondary li {
  padding: 0 5px;
  display: inline;
}
#site-footer .site-footer-secondary li + li {
  padding: 0 5px 0 10px;
  border-left: 1px solid #fff;
  display: inline;
}
#site-footer .site-footer-secondary a {
  color: #fff;
}

/*PAGE TOP
---------------------------------------------------------------------------*/
.site-pagetop {
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 62px;
  height: 62px;
  z-index: 10;
}

/*トースト
---------------------------------------------------------------------------*/
.overlay-notification {
  display: none;
  position: fixed;
  top: 300px;
  right: 0;
  left: 0;
  z-index: 100;
  border-radius: 4px;
  margin: auto;
  padding: 30px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.overlay-notification.is-show {
  opacity: 1;
}

/*メイン画像
---------------------------------------------------------------------------*/
.main-visual {
  background: url("/assets/pc/office/main-visual-194babfa.jpg") no-repeat center center;
  background-size: cover;
  height: 460px;
}

.landing-page {
  width: 1096px;
  margin: 0 auto;
  padding-top: 120px;
}
.landing-page h1 {
  font-size: 33px;
  width: 670px;
  padding: 6px 8px;
  box-shadow: 8px 8px #4D4D4D;
  color: #fff;
  background-color: #2CBCD9;
  margin: 0;
}

.landing-page__form {
  background-color: #fff;
  margin: 30px auto 0 0;
  padding: 20px;
  width: 645px;
  box-shadow: 3px 3px #4D4D4D;
}
.landing-page__form p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto 20px;
}

.orange {
  color: #FF8A00;
  font-size: 24px;
  font-weight: 700;
}

.landing-page__search-form {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.landing-page__search-form button {
  display: flex;
  justify-content: center;
  padding: 6px 20px;
  align-items: center;
  background: #2CBCD9;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: none;
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 0;
  width: 27%;
}
.selectbox::after {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 7px;
  background-image: url("/assets/pc/office/icon_arrow_b-4e0065a9.svg");
  content: "";
  pointer-events: none;
}
.selectbox select {
  appearance: none;
  height: 34px;
  width: 185px;
  padding: 8px 12px;
  border: 1px solid #EBEAE7;
  border-radius: 3px;
  cursor: pointer;
}
.selectbox select:focus {
  outline: none;
}

/*タイプから探す
---------------------------------------------------------------------------*/
.top_ontents > :nth-child(2n) {
  margin-left: 14px;
}
.top_ontents > :nth-child(n+3) {
  margin-top: 20px;
}

.top_ontent {
  width: calc((100% - 20px) / 2);
}

.top_ontents-bg {
  height: 120px;
}

.top_contents {
  background-color: rgba(0, 0, 0, 0.5);
  height: 120px;
}
.top_contents p {
  font-size: 24px;
  margin: 0;
  padding: 80px 10px 0 0;
  text-align: right;
  letter-spacing: 0.1em;
}

/*ブランドから探す
---------------------------------------------------------------------------*/
.brand__list__y {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #EBEAE7;
  height: 100px;
}
.brand__list__y img {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}

.brand__list__n {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand__list__n__text {
  width: 50%;
  height: 38%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #2CBCD9;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 8px;
}

.office-building__list__n__text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.office-building__list__n__text p {
  font-size: 18px;
  color: #fff;
  padding: 4px;
}

.text__title {
  font-size: 14px;
  margin: 0 auto;
}

.brand__list__n img {
  width: 100%;
  height: 120px;
}

/*---------------------------------------------------------------------------
  DOOR独自スタイル（旧DoorのCSSコピーで上書きされないファイル）
---------------------------------------------------------------------------*/
/* タイプ検索カードの高さ（旧CSSはtypo: _ontents-bg） */
.top_contents-bg {
  height: 120px;
}

.lower_contents-bg {
  height: 80px;
}

/* エリアページ: 都道府県カードの画像崩れ防止 */
.heading-box__content .image {
  flex-shrink: 0;
}
.heading-box__content .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 東京紹介コラム: 改行の維持 */
.article-box .text {
  white-space: pre-wrap;
}

/* サイドバー: ボタン間の余白 */
.btn--margin-bottom {
  margin-bottom: 10px;
}

/* 一覧カセット 画像スライダー */
.building-box__summary .slider {
  position: relative;
}
.building-box__summary .slider .swiper {
  overflow: hidden;
}
.building-box__summary .slider .swiper-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.building-box__summary .slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
}
.building-box__summary .slider .swiper-slide img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.building-box__summary .slider .swiper-button-prev,
.building-box__summary .slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
.building-box__summary .slider .swiper-button-prev::after,
.building-box__summary .slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
}
.building-box__summary .slider .swiper-button-prev {
  left: 10px;
}
.building-box__summary .slider .swiper-button-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.building-box__summary .slider .swiper-button-next {
  right: 10px;
}
.building-box__summary .slider .swiper-button-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* 建物詳細ページ 画像スライダー */
.building-detail-slider {
  position: relative;
  margin-bottom: 20px;
}
.building-detail-slider .swiper {
  overflow: hidden;
}
.building-detail-slider .swiper-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.building-detail-slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
}
.building-detail-slider .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.building-detail-slider .swiper-button-prev,
.building-detail-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
.building-detail-slider .swiper-button-prev::after,
.building-detail-slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
}
.building-detail-slider .swiper-button-prev {
  left: 10px;
}
.building-detail-slider .swiper-button-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.building-detail-slider .swiper-button-next {
  right: 10px;
}
.building-detail-slider .swiper-button-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* 人気のレンタルオフィス10選 画像スライダー */
.popular-buildings-slider {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  /* Swiper コアスタイル */
}
.popular-buildings-slider .swiper {
  overflow: hidden;
}
.popular-buildings-slider .swiper-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.popular-buildings-slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
}
.popular-buildings-slider .swiper-slide img {
  width: 100%;
  height: 249px;
  object-fit: cover;
}
.popular-buildings-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10;
}
.popular-buildings-slider__btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 50%;
  left: 50%;
}
.popular-buildings-slider__btn--prev {
  left: 10px;
}
.popular-buildings-slider__btn--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.popular-buildings-slider__btn--next {
  right: 10px;
}
.popular-buildings-slider__btn--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.popular-buildings-slider__btn.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* モーダル: btn-primary の disabled スタイル */
.btn-primary[disabled] {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
  box-shadow: none;
  pointer-events: none;
  color: #b5b5b5;
  cursor: default;
}

/* レンタルオフィスコラム */
.column-section {
  margin-top: 40px;
}

.column-article {
  margin-top: 15px;
  padding-top: 0;
}
.column-article__title {
  font-size: 18px;
  font-weight: bold;
  color: #c4a05f;
  margin-bottom: 15px;
}
.column-article__body p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.column-article__body p:last-child {
  margin-bottom: 0;
}
.column-article__body strong {
  font-weight: bold;
}

/* flashトースト */
.flash-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 320px;
  max-width: 480px;
  padding: 14px 18px;
  background-color: rgba(224, 82, 32, 0.95);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.flash-alert--visible {
  opacity: 1;
  transform: translateX(0);
}

.flash-alert--fade-out {
  opacity: 0;
  transform: translateX(20px);
}

/* Batch3: ユーティリティクラス */
.dc-mb-10 {
  margin-bottom: 10px;
}

.dc-mb-20 {
  margin-bottom: 20px;
}

.dc-pb-5 {
  padding-bottom: 5px;
}

.dc-w-full {
  width: 100%;
}

ul.dc-condition-list-single-col li {
  width: 100%;
}

.dc-text-center {
  text-align: center;
}

.dc-font-24 {
  font-size: 24px;
}

.dc-no-underline {
  text-decoration: none;
}
.dc-no-underline:hover {
  text-decoration: none;
}

/* Batch5: Room CTA + Google Map */
.dc-room-cta-inner {
  border: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.dc-room-cta-scrollable {
  width: 400px;
}

.dc-room-cta-button {
  padding: 0 100px;
}

.dc-google-map {
  width: 700px;
  height: 440px;
}

/* Batch6: Floating inquiry + Search stations */
.dc-floating-inquiry {
  display: none;
  position: fixed;
  width: 250px;
  padding: 5px;
  right: 120px;
  bottom: 20px;
  background-color: #FFF;
  z-index: 999;
}

.dc-line-select-container {
  position: relative;
  text-align: center;
}

.dc-line-select-back-btn {
  position: absolute;
  left: 0;
  bottom: 10px;
}

/* Batch4: コンポーネント固有 */
.dc-empty-state {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.dc-mb-8 {
  margin-bottom: 8px;
}

.dc-empty-heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.dc-empty-subtext {
  text-align: center;
  font-size: 12px;
}

.dc-favorite-action {
  float: left;
  margin-left: 15px;
}

/* 保存した条件: ボタンエリア */
.dc-condition-actions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.dc-condition-actions .button_to {
  display: inline;
}
.dc-condition-actions .btn--medium {
  height: 49px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* icon-with-text: flex 表示 */
.dc-icon-flex {
  display: flex;
  align-items: center;
}

/* Batch1: expander トグル */
.dc-expander-trigger {
  text-align: right;
}

.flash-alert__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.8;
}
.flash-alert__close:hover {
  opacity: 1;
}

.keeplist {
  font-weight: 600;
}
.keeplist__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.keeplist__title h2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 0;
}
.keeplist__title p {
  font-size: 14px;
  font-weight: 300;
}
.keeplist__title .icon-favorite {
  margin-right: 5px;
  font-size: 19px;
}
.keeplist__title .accent {
  font-size: 20px;
}
.keeplist__title .bold {
  font-weight: 600;
}
.keeplist__box {
  background: #F0F8FA;
  border-radius: 4px;
  padding: 14px;
}
.keeplist__item {
  background: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding: 40px 0;
  border-top: 2px dashed #2CBCD9;
  border-radius: 4px;
}
.keeplist__item:last-child {
  margin-bottom: 0;
}
.keeplist .sidebox {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.keeplist .sidebox__img {
  width: 130px;
  margin-right: 30px;
}
.keeplist .sidebox img {
  width: 100%;
}
.keeplist .text__top {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.keeplist .text__bottom {
  font-size: 14px;
  line-height: 24px;
}
.keeplist .text__bottom .accent {
  font-size: 16px;
}
.keeplist .orange {
  color: #ff8a00;
}

.pagination ul li {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
}
.pagination ul li a.is-current {
  border-color: #2cbcd9;
  background-color: #2cbcd9;
  box-shadow: none;
  color: #fff;
}
.pagination__current-page {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.btn--pagination, .pagy > a:not([role=separator]), .pagy > span {
  padding: 10px;
  min-width: 25px;
  font-size: 12px;
}

.pagy {
  display: inline-block;
}
.pagy > a:not([role=separator]), .pagy > span {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.pagy > a:not([role=separator]):hover, .pagy > span:hover {
  text-decoration: none;
}
.pagy > a[aria-current=page],
.pagy > span[aria-current=page] {
  border-color: #2cbcd9;
  background-color: #2cbcd9;
  box-shadow: none;
  color: #fff;
  cursor: default;
}
.pagy > [role=link][aria-disabled=true]:not([aria-current=page]) {
  display: none;
}
.pagy > [role=separator] {
  display: inline-block;
  margin-right: 4px;
  padding: 0 5px;
  border: none;
  background: none;
  box-shadow: none;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  cursor: default;
}
.pagy > a[aria-label=前へ]::before {
  content: "< ";
  margin-right: 2px;
}
.pagy > a[aria-label=次へ]::after {
  content: " >";
  margin-left: 2px;
}

.pagy-page-info {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  font-size: 12px;
}

#dialog-overlay,
.dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10100;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.dialog {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10200;
  margin: 30px auto;
}
.dialog__btn-close {
  position: absolute;
  top: -11px;
  right: -11px;
}
.dialog__body {
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

.dialog-overlay .dialog {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 900px;
}

.favorite-compare__feature-trigger {
  background: none;
  border: none;
  padding: 0;
  color: #329cd1;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}
.favorite-compare__feature-trigger:hover {
  text-decoration: underline;
}
