.page-header-inner::before{
  content: "Facility Tour";
}

.breadcrumb{
  background-color: black;
  color: white;
}
 .breadcrumb li{
  color: #ffffff;
}

.under-line{
  border-bottom: 4px var(--wp--preset--color--vk-color-custom-1) solid;
  width: fit-content;
  line-height: 1!important;
}

/* machine調整 */
.machine-last-container img {
  object-fit: cover;
  /* height: 100%!important; */
  width: fit-content;
  margin: 0;
}

.tate img{
  width: auto;
  height: 100%;
  /* max-height: 300px; */
}

.tate{
  width: fit-content;

}

.machine-last-container div{
  flex: 1;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width:780px) {
  .worry-container{
    flex-wrap: wrap!important;
  }
}

/* 外観調整 */
.photo-1, .photo-2,
.photo-1 span, .photo-2 span,
.photo-1 img, .photo-2 img{
 height:100%!important;
 aspect-ratio: 300 / 412!important;
}

@media screen and (max-width:490px) {
  .photo-1, .photo-2,
.photo-1 span, .photo-2 span,
.photo-1 img, .photo-2 img{
   aspect-ratio: 300 / 404!important;
}

}
#fancybox-title{
  font-size: 2rem!important;
  color: var(--wp--preset--color--vk-color-custom-1)!important;
}


