@charset "UTF-8";

.mv-ttl_equipment {
  font-size : 40px;
  color : #fff;
  position : absolute;
  color : #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 8px rgba(0,0,0,.75),0 0 10px rgba(0,0,0,.75),0 0 5px rgba(0,0,0,.75),0 0 5px rgba(0,0,0,1),0 0 5px rgba(0,0,0,1);
}

.btn-content,
.jump-btn {
  width : 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.equipment * {
  flex-shrink: 0;
}



.jump-btn {
  margin-top: 0px;
  padding-top : 65px;
}

@media screen and (max-width: 767px) {
  .jump-btn {
    margin-top: 50px;
    padding-top: 0px;
  }
}

.jump-btn__item {
  width: calc(100% / 3 - 20px);
  height: auto;
  transition: all 0.2s;
  cursor: pointer;
}

.jump-btn__item img.on {
  display : none;
}

.jump-btn__item.active img.on {
  display : block;
}

.jump-btn__item.active img.off {
  display : none;
}


@media screen and (max-width: 767px) {
  .jump-btn__item {
    width: 100%;
    margin-top : 3px;
  }
}

.btn-content {
  margin-bottom : 120px;
  display : none;
}


.btn-content.active {
  display : block;
}

@media screen and (max-width: 767px) {
  .btn-content {
    margin-bottom : 0px;
  }
}

.type-title {
  margin : 75px 0 0;
  text-align: center;
}

.type-title img {
  display : inline;
  height : 20px;
  width : auto;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .type-title {
    margin : 37px 0 0;
  }
}

.section-title {
  text-align: center;
  /* margin-top: 70px; */
  background: #000;
  padding: 5px 0 8px;
}

.section-title.st-first {
  /* margin-top : 50px; */
}

.section__head {
  text-align : center;
  font-size: 24px;
  margin: 70px 0 20px;
}

#facilty .section__head,
#sec .section__head,
#str-tru .section__head {
 margin: 0;
}

#facilty .section-title,
#sec .section-title,
#str-tru .section-title {
  padding : 0;
  background : inherit;
  margin: 70px 0 20px;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-top: 20px;
  }
  .section__head {
    margin-top: 50px;
  }
}

.section-title img {
  height: 14px;
}



.mt-sectitle {
  margin: 70px 0 20px;
}


.sub-title,
#sec .border-bottom,
#str-tru .border-bottom {
  /* border-bottom: solid 1px #585756; */
  padding: 10px 5px;
  width: 100%;
  text-align : center;
  margin-top : 20px;
  margin-bottom : 0;
  background: url(../equipment/img/ttl-bg.jpg) no-repeat;
  background-size: cover;
}

.sub-title img {
  height: 14px;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 767px) {
  .mt-pc0 {
    margin-top: 0 !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt-sp15 {
    /* margin-top: 15px !important; */
  }
}

@media screen and (max-width: 767px) {
  .mt-sp0 {
    margin-top: 0 !important;
  }
}

.match-height {
  display: flex;
  flex-direction: column;
}

.col-12 {
  width: 100%;
}

.col-9 {
  width: calc(100% * 9 / 12 - 10px);
  margin-top: 27px;
}

.col-8 {
  width: calc(100% * 8 / 12 - 10px);
  margin-top: 27px;
}

.col-4 {
  width: calc(100% * 4 / 12 - 10px);
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .col-8 {
    margin-top : 0;
  }
}

.col-7 {
  width: calc(100% * 7 / 12 - 10px);
  margin-top: 27px;
}

.col-6 {
  width: calc(50% - 10px);
  margin-top: 27px;
}

.col-5 {
  width: calc(100% * 5 / 12 - 13px);
  margin-top: 27px;
}

.col-4 {
  width: calc(100% * 4 / 12 - 13px);
  margin-top: 27px;
}

.col-3 {
  width: calc(25% - 15px);
  margin-top: 27px;
}

.col-2 {
  width: calc(100% * 2 / 12 - 13px);
}

@media screen and (max-width: 767px) {
  .col-sp-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sp-6 {
    width: calc(50% - 10px);
  }
}

.image {
  position: relative;
  line-height: 0;
  margin-top: auto;
}

.image img {
  width: 100%;
}

.image p {
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 10px;
  margin : 0;
}

.image.alsok p {
  bottom : 20px;
  right : 20px;
}

@media screen and (max-width: 767px) {
  .image.alsok p {
    bottom : 5px;
    right : 5px;
  }
}

.security-col .image {
  margin-top : 0;
}

.monitor01 {
  margin-bottom : 20px;
}

.monitor02 {
  margin-bottom : 30px;
}

.monitor01 .image img {
  width: 100%;
  display : block;
  margin: 0 auto 20px;
}

.monitor01 .image p {
  color : #000;
  right: 0;
  bottom: 2px;
}

@media screen and (max-width: 767px) {
  .image.monitor01 p {
    right : 5px;
    bottom : 5px;
  }
}

.monitor02 .image img {
  width: 100%;
  display : block;
  margin : 0 auto 0;
}

.monitor02 .image p {
  color : #000;
  right : 9px;
  bottom : 2px;
}

.monitor03 .image p {
  color : #fff;
  right: auto;
  bottom : 5px;
  left: 5px;
}

.monitor03 .image img {
  display : block;
  margin : 0 auto;
}

.image p.color-black {
  color: #000;
}

.image img.trust1-1 {
  width : 60%;
  display : block;
  margin : 0 auto 20px;
}

.border-bottom {
  font-size: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  text-align : center;
}

.border-bottom span {
  font-size: 10px;
}

#sec .border-bottom,
#str-tru .border-bottom {
  /* background: #000; */
  color: #000;
  font-size: 16px;
  padding: 10px 10px;
  border-bottom: 0;
  margin-bottom: 10px;
}


.col-text {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .border-bottom {
    font-size: 15px;
  }
  .col-text {
    margin-bottom : 10px;
  }
  .col__ttl-mh {
     min-height: 4em;
  }
}

.col-text span {
  font-size: 11px;
  line-height:  1.2;
}

.col-text span.block-span {
  display : block;
  line-height:  1.2;
}


@media screen and (max-width: 767px) {
  .kitchen01,
  .kitchen02 {
    width : 100%;
    min-width:100%;
  }
}

.basic-menu {
  text-align: center;
  background: #EEEBE2;
  font-size: 13px;
  padding: 5px;
  margin-bottom : 0;
}

.align-self-start {
  align-self: flex-start;
}

.bathroom01 .border-bottom,
.bathroom02 .border-bottom,
.bathroom03 .border-bottom,
.bathroom04 .border-bottom {
  height : auto;
  display : flex;
  flex-direction : column;
  justify-content : center;
  line-height : 1.4;
}

@media screen and (max-width: 767px) {
  .bathroom01 .border-bottom,
  .bathroom02 .border-bottom,
  .bathroom03 .border-bottom,
  .bathroom04 .border-bottom {
    height : auto;
  }
}

.bathroom04 .image p {
  right : auto;
  left : 10px;
}

.powderroom,
.powderroom .row {
  height : 100%;
}

.toilet .col-text {
  margin-bottom: 3px;
  width: 100%;
}

.toilet__in {
  margin-top : auto;
  overflow:hidden;
  display : flex;
  flex-wrap : wrap;
  width:  100%;
}

.toilet__bg {
  font-size: 12px;
  text-align: center;
  /* background : #f0ece0; */
  border: solid 1px #585756;
  padding: 2px;
  margin: 3px 0 0;
  width : 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.toilet__bg:nth-of-type(1) {
  margin-bottom : 5px;
}

.toilet__bg:nth-of-type(3),
.toilet__bg:nth-of-type(4) {
  width : 49%;
}

.toilet__bg:nth-of-type(3) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .toilet__bg {
    font-size: 10px;
  }
}

.toilet__border--w50 {
  width: 49%;
}

.comfort {
  background: #ebe7e8;
  padding: 23px;
  padding-bottom: 10px;
}

.comfort__title {
  text-align: center;
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .comfort__title {
    font-size: 14px;
  }
}

.comfort__bottom {
  font-size: 10px;
  text-align: right;
}

.section {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 28px;
  }
}

.key {
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .key {
    justify-content: center;
    flex-direction : column;
  }
}

.key__left {
  width: calc(100% * 234 / 1000);
  position: relative;
}

.key__left .col-text {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .key__left,
  .key__left .col-text{
    width: 100%;
  }
}

.key__left .image {
  position: absolute;
  width: 60%;
  top: 15%;
  right: -15%;
  margin-left: auto;
  z-index: 1;
}

.key__left p img {
  display : block;
  margin-top : 25px;
}

.key__left .image img {
  width : 90%;
}

.key__left .image img.vsp767 {
  width : 70%;
  margin : 0 auto;
}

.key__left .image p {
  bottom : -20px;
}

@media screen and (max-width: 767px) {
  .key__left .image {
    position : static;
    width: calc(100vw * 400 / 750);
    bottom : auto;
    margin : 0 auto;
    z-index  :2;
  }
  .key__left .image p {
    left : auto;
    top : auto;
    right : 15%;
    bottom: 0;
  }
}



@media screen and (max-width: 767px) {
  .key__left .col-text {
    position: relative;
  }
}

.key__center {
  width: calc(100% * 280 / 1000);
  margin : 0;
}

@media screen and (max-width: 767px) {
  .key__center {
    width: 100%;
    margin-left : auto;
    margin-top: 20px;
  }
}

.key__right {
  width: calc(100% * 475 / 1000);
}

@media screen and (max-width: 767px) {
  .key__right {
    width: 100%;
    margin-top: 20px;
  }
}

.caption {
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}

.door {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .door {
    justify-content: center;
    /* margin-bottom: 50px; */
  }
}

.door__left {
  width: calc(100% * 620 / 1920);
}

@media screen and (max-width: 767px) {
  .door__left {
    width: 100%;
    order: 2;
    margin-top : 25px;
  }
  .door__left .door-flex__image {
    order : 2;
  }
}

.door__center {
  width: calc(100% * 620 / 1920);
}

@media screen and (max-width: 767px) {
  .door__center {
    width: 100%;
    margin-top: 0px;
    order: 3;
  }
}

.door__item {
  margin-bottom : 30px;
}

.door__right {
  width: calc(100% * 610 / 1920);
}

@media screen and (max-width: 767px) {
  .door__right {
    width: 100%;
    margin-top: 20px;
    order: 1;
  }
}

.door-flex {
  display: flex;
  justify-content: space-between;
}

.door-flex + .door-flex {
  margin-top: 15px;
}

.door-flex__image {
  width: 98px;
  order : 2;
}

.door-flex__right {
  width: calc(100% - 98px - 15px);
}

.door-flex__title {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  /* line-height:  1.2; */
}

.door-flex__title span {
  color: #fff;
  background-color: #000;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.door-flex__text {
  font-size: 13px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .alsok {
    justify-content: center;
  }
}

.alsok .image {
  width : 80%;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .alsok .col-text {
    width: 100%;
  }
  .alsok .image {
    width: 100%;
    margin : 0 auto 20px;
  }
}

.alsok .image img {
  display : block;
  width: 100%;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .alsok .image img {
    width: 100%;
  }
}

.security {
  display: flex;
  justify-content: space-between;
}

.security__text {
  width: calc(100% * 511 / 762);
}

.security__image {
  width: calc(100% * 213 / 762);
}

.mono-logo {
  margin-bottom : 10px;
  width : 203px;
}

.mono-title {
  /* text-align : center; */
  /* margin-top : 20px; */
  margin-bottom : 5px;
}

.mono-2 {
    width: calc(250 / 450 * 100%);
    margin-top : 10px;
}

.mono-3 {
    width: calc(183 / 450 * 100%);
    margin-top : 10px;
}

@media screen and (max-width: 767px) {
  .mono-1 {
      width: 100%;
      margin-top : 10px;
  }

  .mono-logo {
    margin-bottom : 10px;
    width : 203px;
  }

  .mono-2 {
      width: 100%;
      margin-top : 10px;
  }

  .mono-2 img {
    display : block;
    width : 100%;
    margin : 0 auto;
  }

  .mono-3 {
      width: 100%;
      margin-top : 10px;
  }
}

@media screen and (max-width: 767px) {
  .safety .col-4 {
    width: 100%;
    margin-top: 0;
  }
}

.net1 img,
.net2 img {
  margin-bottom : 15px;
}

.small {
  font-size: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .small--dust {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .image--dust {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 767px) {
  .height-165 {
    min-height: 165px;
  }
}

.image--trust {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}

.image--house-g {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
}

.image--tsunagu {
  width: 232px;
  margin-left: auto;
  margin-right: auto;
}

.image--global-com-logo {
  width: 163px;
  margin-top: 0;
}

.image--global-com {
  width: 376px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global-com {
  margin-top: 15px;
}

.global-com .col-text {
  width: calc(100% - 163px);
}

.note {
  font-size: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .note {
    margin-top: 40px;
  }
}

/*.btn-content:not(#facilty) {
  display: none;
}*/

.prj-section {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .prj-section {
    margin-top: 70px;
  }
}


@media screen and (min-width: 769px) {
    .col-text__underspace1 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
  .security-col {
    /* flex-direction :inherit; */
    flex-wrap : wrap;
    justify-content : space-between;
  }
  .security-col .border-bottom {
    width : 100%; 
  }
  /*.security-col .col-text {
    width : calc(100% / 2 - 10px); 
  }
  .security-col .image {
    width : calc(100% / 2 - 10px);
    margin : 0;
  }*/
  .security-col .image img {
    display : block;
    margin : 0 auto;
  }
  .image.monitor02 p {
    color : #fff;
    right : 10px;
    bottom : 5px;
  }
  .image.monitor03 p {
    color : #000;
    right : 0px;
    bottom : -15px;
  }
}

.image .housegmen {
  width : calc(272 / 457 * 100%);
  max-width : none;
  margin : 0 auto;
  display : block;
}

.amenity3 .border-bottom,
.amenity4 .border-bottom {
  width : 100%;
}

@media screen and (max-width: 767px) {
  .amenity3 .image,
  .amenity4 .image {
    /* width : 60%; */
    /* margin : 0 auto 20px; */
  }
  .amenity3-1 {
    order : 2;
  }
  .amenity3-2 {
    order : 1;
  }
  .amenity4-1 {
    order : 2;
  }
  .amenity4-2 {
    order : 1;
  }
}

.trust__item {
  margin-bottom : 30px;
}


.trust__img {
  display : block;
  /* width: 60%; */
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .trust__img {
      width: 80%;
      margin: 30px auto 0;
  }
}

.match-height__cancel {
  display: flow-root;
}

.manage__img01 {
  margin : 28px 0;
}

@media screen and (max-width: 767px) {
  .manage__img01 {
    margin : 10px 0 15px;
  }
}

p.globalCopy {
  font-size : 15px;
  text-align : center;
  font-feature-settings: "palt";
  letter-spacing : -0.01em;
  line-height : 1.8em;
}

@media screen and (max-width: 767px) {
  p.globalCopy {
    margin-top : 30px;
    font-size : 16px;
  }
}

img.trust__about {
  width : calc(787 / 960 * 100%);
  margin-top : 5px;
}

@media screen and (max-width: 767px) {
  img.trust__about {
    width : 80%;
    margin : 30px auto 0;
  }
}

/*@media screen and (min-width: 767px) {
  .bathroom01 .border-bottom,
  .bathroom02 .border-bottom,
  .bathroom03 .border-bottom {
    padding-top : 28px;
  }
}*/

.trust__about {
  font-size : 12px;
  background: #eeedef;
  padding : 20px;
}

@media screen and (min-width: 768px) {
  .ta02,
  .ta04,
  .ta06 {
    padding-left : 0px;
  }
}

@media screen and (max-width: 767px) {
  .monitor01 .image,
  .monitor02 .image,
  .monitor03 .image {
    width : 70%;
    margin : 0 auto;
  }
}

.powderroom .col-text {
  margin-bottom: 35px;
}

.toilet .border-bottom {
  display : flex;
  justify-content : space-between;
}

.toilet .border-bottom img {
  width : 60px;
}

.toilet .col-6:nth-of-type(1) {
  width : 49%
}

@media screen and (max-width: 767px) {
  .powderroom .col-text {
    margin-bottom : 10px;
  }
  .toilet .col-6:nth-of-type(1) {
    width : 100%;
  }
}

.alsok-flex {
  display : flex;
  flex-wrap :wrap;
}

.alsok-flex .col-text {
  width : 70%;
}

.alsok-flex .image {
  width: 30%;
  margin : 0 0 10px;
}

.alsok .image.alsok-logo img {
  width : 80%;
}

@media screen and (max-width: 767px) {
  .alsok-flex .col-text {
    width : 100%;
  }
  .alsok-flex .image {
    margin : 0 auto 20px;
    width : 60%;
  }
}

.tl {
  text-align : left;
}

#sec .section,
#str-tru .section {
 margin: 20px 0 0;
}

.amenity02 small {
  font-size : 10px;
}

.door02 .caption,
.door03 .caption,
.door05 .caption {
  bottom : -15px;
  right : 0;
  color : #000;
}

.amenity01 .image p {
  bottom : -5px;
}

@media screen and (max-width: 767px) {
  .amenity01 .image {
    width : 60%;
    margin : 0 auto;
  }
  .amenity01 .image.col-8 {
    width : 90%;
    margin : 20px auto 30px;
  }
}

.structure07 {
  max-height: 410px;
}

.structure08 {
  max-height: 410px;
}

.trust__img_center {
  width : 60%;
  margin : 20px auto;
  display : block;
}

@media screen and (max-width: 767px) {
  .trust__img_center {
    width: 100%;
  }
}

/*.bathroom04 .image p {
  right : auto;
  left : 5px;
}*/

.border-bottom img {
  height : 17px;
}

@media screen and (max-width: 767px) {
  .border-bottom img {
    height : 14px;
  }
}

.images small {
  margin-top : 10px;
  display : block;
  font-size : 10px;
  line-height: 1.4;
}

.at-title {
  font-size : 12px;
  text-align : center;
  margin-top : 10px;
  padding-bottom : 10px;
  border-bottom : 1px solid #000;
}

.at-plan {
  display : block;
  margin : 0 auto 0;
  width : calc(578 / 660 * 100%);
}

.at-flex .col-3 {
  width : calc((100% - 20px) / 4)
}

@media screen and (max-width: 767px) {
  .at-flex .col-3 {
    width : calc((100% - 20px) / 2)
  }
}

.at-note {
  font-size : 10px;
}

.mono-flex {
  align-items:center;
}

.door-flex__text small {
  display : block;
  text-align : right;
  margin-top : 10px;
}

.jb-footer {
  padding-top : 0px;
}

.vspc1023,
.vsp767 {
  display : none;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .vspc1023 {
    display : block;
  }
}

@media screen and (max-width: 767px) {
  .vpc767 {
    display : none;
  }
  .vsp767 {
    display : block;
  }
}

@media screen and (min-width: 768px) {
  .kitchen-9 {
    margin-right : auto;
    margin-left : 20px;
  }
}

.bathroom.row:after {
  content : "";
  width: calc(25% - 15px);
  margin-top: 27px;
  display : block;
}

.amenity1 ul {
  margin-top : 20px;
  padding : 0;
}

.amenity1 li {
  background: #eaeaea;
  padding : 10px;
  margin : 0 0 2px;
  font-size : 15px;
}

.amenity4 .col-text {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .amenity2 .col-text,
  .amenity4 .col-text,
  .amenity5 .col-text{
    margin-bottom : 10px;
  }
  .amenity1 ul {
    margin-bottom : 20px;
  }
}

.monitor01-2_ttl {
  margin-bottom : 5px;
}

img.monocompolistttl {
  height : 40px;
  margin-bottom : 10px;
}

.monocompolistttl {
  margin-bottom:5px;
  font-size:16px;
}

.amenity1 img {
  width : 60%;
  display : block;
  margin: 0 auto 40px;
}

.amenity2 ul {
  margin:0;
  padding:0;
}

.amenity2 li {
  background: #e5e5e6;
  padding : 10px;
  margin : 0 0 2px;
  font-size : 15px;
}

.amenity-bggray {
  background : #e5e5e6;
  padding:  10px;
}

.amenity-bggray > .col-5 {
  background : #fff;
  padding : 10px;
}

.structure09 .image + .col-text {
  margin-top : 5px;
}

@media screen and (min-width: 768px) {
  .amenity5 .image {
    width : 80%;
    display : block;
    margin: 0 auto 40px;
  }
  .structure09 .image + .col-text {
    position : absolute;
    margin-bottom : 0;
    bottom : -25px;
  }
  .trust__img1 {
    width : 400px;
    display : block;
    margin : 0 auto;
  }
}

.interphone .caption {
  right : 60%
}

